/* 138 - Marwayne  */
/*====== PRIMARY COLOR: #95dbbb --> #175ccb --> #e8c937 ======*/
/*====== PRIMARY-LIGHTER COLOR: #afecd0 --> #6092e4 --> #f8e380 ======*/
/*====== CUSTOM - SECONDARY: #4b6559 --> #355281 --> #988d59 ======*/
/*====== NEUTRAL GREY BG: #f6f6f6 ======*/
/*====== CUSTOM - POP: #f98b4f --> #fd8820 --> #10bed8 ======*/
/*====== Dropdown Nav: #3e554a --> #304465 --> #756d48     ======*/
/*====== Primary lighter light: #e2f5ec --> #dbe9ff--> #fdf5d0   ======*/
/*====== h1 / a: #0bc36f --> #1763dd --> #9d9a8e ======*/
/*=========================================*/


/* hide row-id */
.row-id,
.notice {
	display: none;
}

.fullpage-wrapper .section.row-g {
	opacity: 1;
}

.fullpage-wrapper .row-f .rowTitle {
	opacity: 1;
}

.row-f {
	background: #fff;
}

#logoBlock h2 a {
	font-size: 18px;
	line-height: 67px;
}/* fff? */

@media screen and (min-width: 1160px) {
	#logoBlock h2 a {
		font-size: 28px;
		line-height: 61px;
	}
}

/* general styles & elements */
.pageContainer {
	margin: 0 auto;
}

/* --------------------------------------------------------

 BASE TEXT STYLES

-------------------------------------------------------- */

a {
	/*color: #9d9a8e;*/  /*======== CUSTOM - PRIMARY =========*/
	color: #10bed8; /* custom pop - as yellow base/primary not visible */
}

a:hover {
	color: #333;
}


h1 {
	color: #9d9a8e;
}

h4 {
	background: #fdf5d0; /*==== lighter than priamry =====*/
}

h5 {
	color: #9d9a8e;  /*======== CUSTOM - PRIMARY =========*/
	border-left: 6px solid #9d9a8e;  /*======== CUSTOM - PRIMARY =========*/
}

table caption {
	background: #9d9a8e;  /*======== CUSTOM - PRIMARY =========*/	
}

th {
	background: #988d59; /* CUSTOM - SECONDARY */
	color: #fff;
}

/* --------------------------------------------------------

 MAIN HEADER 

-------------------------------------------------------- */


/* BLOCK ELEMENTS 
- - - - - - - - - - - - - - - - - - */
.headerContainer {
	background: #e8c937 !important; /* CUSTOM - PRIMARY */
}

.headerContact {
	color: #333;
}

.hcPhone {
	background-image: url(https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-icon-phone-333.png);
}

.hcMail a {
	background-image: url(https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-icon-mail-333.png);
}

.rowFull {
	position: relative; /*==== TEMP: for row-id position absolute =====*/
}


/* SITE LOGO
- - - - - - - - - - - - - - - - - - */

#logoBlock h2 {
} /* fff? */

#logoBlock h2 a {
	background-image: url("https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-icon-book-222.png");
	color: #333;
}/* fff? */


/* MODULE NAV 
- - - - - - - - - - - - - - - - - - */

#mainHead #NavBar li a {
	color: #b2b2b2;
}

#mainHead #NavBar li a:hover {
	color: #283cd1;
}

/* SEARCH BOX
- - - - - - - - - - - - - - - - - - */
/*
.button.dropdown-toggle {
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,.7);
}*/

/*
.button.dropdown-toggle .search-down {
background: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-arrow-down-333.png') no-repeat 0 6px /12px;
}*/

/*
.button.dropdown-toggle:hover {
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,.9);
color: #333;
}*/

/* dropdown choices */
.SearchBox input[type="text"] {
	background-image: url("https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-icon-search-333-50.png");
	background-color: rgba(51,51,51,.1);
	color: rgba(51,51,51,.5);
}/* fff? */

.SearchBox input[type="text"]:hover,
.SearchBox input[type="text"]:focus {
	color: #fff;
	background-image: url("https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-icon-search-fff.png");
}/* 333? */

/* MAIN NAV 
- - - - - - - - - - - - - - - - - - */

#mainNavigation #SiteNavBar li a {
	color: #fff;
}

#mainNavigation #SiteNavBar > li > a:hover {
	color: #fff;
	background: #988d59; /* CUSTOM - SECONDARY */
}

#mainNavigation #SiteNavBar > li#active > a {
	color: #fff;
	background: #988d59; /* CUSTOM - SECONDARY */
}

/* - - - - - - - - - - - - - - - - - - - - - - - 
      
	  Highlight parent of active child  

- - - - - - - - - - - - - - - - - - - - - - -  -*/
#mainNavigation #SiteNavBar > li#active > a,
#mainNavigation #SiteNavBar > li#active.MenuOpen > a,
#mainNavigation #SiteNavBar > li.MenuOpen > a,
#mainNavigation #SiteNavBar > li.drop.MenuOpen > a,
#mainNavigation #SiteNavBar > li:hover > a {
	color: #fff;
	background: #988d59; /* CUSTOM - SECONDARY */
	
}

#mainNavigation #SiteNavBar > li:hover > a {
	background: #988d59; /* CUSTOM - SECONDARY */
}
/*- active child highlight -*/	
#mainNavigation #SiteNavBar ul li#active a {
	color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - 

      Dropdown (not std)
	  
- - - - - - - - - - - - - - - - - - - - - - -  -*/
#mainNavigation #SiteNavBar li ul {
	background: #756d48; /* CUSTOM - SECONDARY- DROPDOWN */
}

#mainNavigation #SiteNavBar li ul li a,
#mainNavigation #SiteNavBar li#active ul li a {
	color: #ccc; /* not active color */
}

#mainNavigation #SiteNavBar > li.drop:hover > a,
#mainNavigation #SiteNavBar > li#active:hover > a {
	background-color: #988d59; /* CUSTOM - SECONDARY */
	color: #fff;
}

#mainNavigation #SiteNavBar li.drop ul li a:hover,
#mainNavigation #SiteNavBar li#active ul li a:hover {
	color: #fff;
}

/* --------------------------------------------------------

MEGAMENU

-------------------------------------------------------- */


.mM-btn {
	background-color: #10bed8; /* CUSTOM - POP */
}

/*
.mM-btn a {
	color: #fff;
}

.mM-btn a:before {
	color: rgba(51,51,51,.6);
} */

.mM-btn a:hover {
	color: #fff;
}

.mM-btn a:after {
	border-top: 15px solid #10bed8; /* CUSTOM - POP */
}

.mM-wrap {
	background-color: #10bed8; /* CUSTOM - POP */
}

.mM-wrap a:hover {
	background: #10bed8; /* CUSTOM - POP */
}

/* --------------------------------------------------------

 MAIN BODY STYLES

-------------------------------------------------------- */


#pageTitle {
	color: #333; /* 333 */
	background: #e8c937; /* CUSTOM - MATCH H1 - PRIMARY? */
}

/* --------------------------------------------------------

SIDEBAR - inner pages (could be left/right column)

-------------------------------------------------------- */

/* SUB NAV 
- - - - - - - - - - - - - - - - - - */
#SubNav a:hover,
#SubNav .MenuOpen .MenuOpen a:hover {
	background: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
	/*color: #fff;*/	
}

/* ACTIONSTEPS & RESOURCES
- - - - - - - - - - - - - - - - - - */

.row-quicklinks #resourceContent .resources dd,
.row-quicklinks #resourceContent .resources dd a {
	color: #fff;
}

.row-quicklinks #resourceContent .resources a:hover {
	color: #fff;
}

/* actions - home */
.row-actions {
	background: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.row-actions:hover {
	background: #f8e380;
}

.row #actionSteps .action_steps dd a {
	color: #333;
} /* fff */

.row #actionSteps .action_steps dd img,
.row #actionSteps .action_steps dd:hover {
	background: #fdf5d0; /*======== CUSTOM - PRIMARY LIGHTER LIGHT =========*/
}
/* actions / resources universal / inner */

#actionSteps h3 {
    color: #333;
    background: #e8c937; /* CUSTOM - PRIMARY */
 }

#resourceContent h3 {
	color: #fff;
	background: #10bed8; /* CUSTOM - POP */ 
}

#actionSteps .action_steps {
	background: #fdf5d0; /*===== CUSTOM PRIMARY LIGHTER ====== */
}

#resourceContent .resources dd a:hover {
	color: #333;
	background: #e8c937; /* CUSTOM - PRIMARY */
}


/* --------------------------------------------------------

 FOOTERS

-------------------------------------------------------- */
/* SOCIAL FOOTER
- - - - - - - - - - - - - - - - - - */

/* MAIN FOOTER
- - - - - - - - - - - - - - - - - - */

/* SITE ADDRESS ETC
- - - - - - - - - - - - - - - - - - */

#footerLogo {
	width: 220px;
	height: 124px;
	/*background: url('/system/134/footerLogo134.png'); */ /* change url */
	margin: 0 0 12px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	display: none;
}


#mainFooter #userDetails a {
	background: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
	color: #333 !important; /*======== CUSTOM - fff / 333 =========*/
}

#mainFooter #userDetails a:hover {
	background: #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}
 
/* FOOTER NAVIGATION
- - - - - - - - - - - - - - - - - - */

/* --------------------------------------------------------

HOME PAGE - HOMEINTRO, ACTIONS

-------------------------------------------------------- */

/* ===========================================

HOME ROWS

=============================================*/

.row-id-off .row-id {
	display: none;
}

/*=============================================

ROW-C: FULL WIDTH SLIDER

=============================================*/

/*=============================================

ROW-D: PHOTO COLLAGE

=============================================*/
.row-d {
	background-color: #000;
	/*background-image: url('/system/658/libraryd-bg-collage.jpg');*/
	height: 552px;
} /*====== liquid: site-id inline css? ======*/

/* .collageTitle */
.fullpage-wrapper .row-d.fp-table:after {
	content: "Learning is fun";
}

/*=============================================

ROW-E: Dynamic Photo Rows

=============================================*/
#latestPhotos .btn-big {
	color: #fff;
}

#latestPhotos .btn-big:after {
	border-left: 19px solid #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

#latestPhotos .btn-big:hover:after {
	border-left: 19px solid #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

/* collagePlus - thumbnail / latest photos  ----- add to modulce.css */
/* This is where you set the padding you want between the images */

.Caption_Content{
    color:#FFF;
}


/*=============================================

ROW-F: Image and Buttons

=============================================*/
.row-f {
	background-color: #f6f6f6;
}

.buttonBox a {
	background: #cfcfcf;
	color: #333333;
}

.buttonBox a.account,
.buttonBox a.catalogue {
	background: #e8c937; /*======== CUSTOM - PRIMARY =========*/
}

.buttonBox a:hover {
	background-color: #f8e380; /*======== CUSTOM - PRIMARY-LIGHTER =========*/
	color: #333;
}

.buttonBox a.btn1,
.buttonBox a.btn2 {
	color: #333;
}

/*==== ???????? ====*/

.btn-big {
	background-color: #e8c937; /*======== CUSTOM - PRIMARY =========*/
}

.btn-big:hover {
	background-color: #f8e380; /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

/*== ROW-F:animations ==*/



/*=============================================

ROW-G: Header and paragraph

=============================================*/
/* ==== commented (#7600) =====
#homeIntro a {
	background: #e8c937;  ======== CUSTOM - PRIMARY =========
	color: #fff;
}

#homeIntro a:hover {
	background: #f8e380;  ======== CUSTOM - PRIMARY-LIGHTER =========
}*/

/*=============================================

ROW-H: Latest News

=============================================*/
 .row-h {
 	background: #f6f6f6;
 }

/* news */
.row-h .latest_posts img {
	background: #fff;
}

.row-h .rightNew_post a {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	color: #fff;
}

.row-h #latestNews li:hover .rightNew_post {
	background: #fff;
}

.row-h #latestNews li:hover .rightNew_post a {
	background: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
	color: #333;
}

.row-h #latestNews li:hover .rightNew_post a:after {
	background: transparent;
	color: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.row-h .rightNew_post a::after {
	content: "Read more >";
	position: absolute;
	left: 18px;
	color: #333;
}

.row-h h6.more a {
	color: #333;
	background: #e8c937;  /*======== CUSTOM - PRIMARY =========*/ 
}

.row-h h6.more a:hover {
	color: #333;
	background: #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

/*=============================================

ROW-Q: 2-Buttons NEWS row

=============================================*/
 .row-q {
 	background: #fff;
 }

/* news */
.row-q #latestNews li {
	background: #f6f6f6;
}

.row-q .latest_posts img {
	background: #fff;
}

.row-q #latest_posts_box .rightNew_post {
	background: rgba(0,0,0,.6);
}

.row-q .rightNew_post p {
	color: #fff;
}

.row-q #latestNews li:hover .rightNew_post a {
	color: #fff;
}

.row-q #latestNews li:hover .rightNew_post a:after {
	color: #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

.row-q .rightNew_post a:after {
	content: "Read more >";
	color: #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

.row-q h6.more a {
	color: #333;
	background: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.row-q h6.more a:hover {
	color: #333;
	background: #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

/*=============================================

ROW-R: 3-Buttons NEWS row

=============================================*/
 .row-r {
 	background: #fff;
 }

/* news */
.row-r #latestNews li {
	color: #666;
	background: #f6f6f6;
}

.row-r .latest_posts img {
	background: #fff;
}

.row-r .latest_posts img:hover {
	opacity: 0.85;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.row-r .rightNew_post a {
	color: #333;
}

.row-r #latestNews li:hover .rightNew_post a {
	/*background: #f4bd00;  /*======== CUSTOM - PRIMARY =========*/
	color: #e8c937;
}

.row-r #latestNews li:hover .rightNew_post a:after {
	background: transparent;
	color: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.row-r .rightNew_post a:after {
	content: "Read more >";
	color: #333;
}

.row-r h6.more a {
	color: #333;
	background: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.row-r h6.more a:hover {
	color: #333;
	background: #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

/*=============================================

ROW-S: 4-Buttons NEWS row

=============================================*/
 .row-s {
 	background: #f6f6f6;
 }

/* news */
.row-s #latestNews li {
	color: #666;
	background: #fff;
}

.row-s .latest_posts img {
	background: #fff;
}

.row-s .latest_posts img:hover {
	opacity: 0.85;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.row-s .rightNew_post a {
	color: #333;
}

.row-s #latestNews li:hover .rightNew_post {
	background: #fff;
}

.row-s #latestNews li:hover .rightNew_post a {
	/*background: #f4bd00;  /*======== CUSTOM - PRIMARY =========*/
	color: #e8c937;
}

.row-s #latestNews li:hover .rightNew_post a:after {
	background: transparent;
	color: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.row-s .rightNew_post a:after {
	content: "Read more >";
	color: #333;
}

.row-s h6.more a {
	color: #333;
	background: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.row-s h6.more a:hover {
	color: #333;
	background: #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}


/*=============================================

ROW-I: 6-Icon Row

=============================================*/

.row-i:before {
	background: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-6iconsbg.jpg') no-repeat 50% 50% #f5ece3;

}

.sixIcons {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}

.sixIcons li {
	margin-right: 0.1%;
	background-color: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.sixIcons li:hover {
	background-color: #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

.sixIcons .sixIcon {
	color: #333;
}

/* 6 Icon : dark icons -----------*/
.row-i .search {
	background-image: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-6icons-search-333.png');
}

.row-i .books {
	background-image: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-6icons-books-333.png');
}

.row-i .read {
	background-image: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-6icons-read-333.png');
}

.row-i .pen {
	background-image: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-6icons-pen-333.png');
}

.row-i .computer {
	background-image: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-6icons-computer-333.png');
}

.row-i .tablet {
	background-image: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-6icons-tablet-333.png');
} 

/*=============================================

ROW-J: Customized 2-Button Row

=============================================*/
.row-j {
	background: #f6f6f6;
}

.twoButtonRow a {
	color: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.twoButtonRow a:hover {
	color: #f8e380; /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

/*=============================================

ROW-K: Customized 3-Button Row

=============================================*/
.row-k {
	background: #fff; /*---- ALT: background: #f6f6f6; -----*/
}

.threeButtonRow .floatBox {
	background: #f6f6f6; /*---- ALT: background: #fff; -----*/
}

.threeButtonRow .floatBox:hover a {
	color: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

/*=============================================

ROW-L: Customized 4-Button Row

=============================================*/

/*-- row: grey bg; --*/
.row-l {
	background: #f6f6f6; /*----- ALT: background: #fff; -----*/
}

.fourButtonRow .floatBox {
	background: #fff; /*----- ALT: background: #f6f6f6; -----*/
}

.fourButtonRow .floatBox:hover a {
	color: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.fourButtonRow h3 {
	color: #333;
}

.fourButtonRow .description {
	color: #666;
}

.fourButtonRow a {
	color: #333;
}

/*=============================================

ROW-M, ROW-N, ROW-O: Facebook common elements

=============================================*/

/*=============================================

ROW-M: Facebook Image Row

=============================================*/

/*
.row-m:before {
	background: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-fb-img.jpg') no-repeat center center transparent;
} */

/*=============================================

ROW-N: Facebook Follow Row

=============================================*/
.row-n {
	background: #f8e380;   /*======== CUSTOM - PRIMARY LIGHTER =========*/
}

.fbookFollow h3 {
	color: #333;
}

.fbookFollow h4 {
	color: rgba(51,51,51,0.69);
}

/* FACEBOOK FOLLOW ICON ALT FOR LIGHT BG: img/libraryd-bg-fb-follow-333.png */
.fbookFollow a {
	color: #fff;
	background: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-fb-follow-fff.png') no-repeat 34px center #333;
}

.fbookFollow a:hover {
	background: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-fb-follow-fff.png') no-repeat 34px center #10bed8;  /*======== CUSTOM - COMPLIMENT =========*/
}

/*=== Row-N: Animation ===*/
.row-n:before {
	background: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-fb-follow.jpg') no-repeat center center transparent;
}


/*=============================================

ROW-O: Facebook Quote Row

=============================================*/
.row-o {
	background: #f8e380;   /*======== CUSTOM - PRIMARY LIGHTER =========*/
}
 
.fbookQuote h3 {
	color: #333;
}

.fbookQuote h4 {
	color: #333;
}

/*=== Row-N: Animation ===*/
.row-o:before {
	background: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-fb-quote.jpg') no-repeat center bottom transparent;
}




/*=============================================

ROW-P: Upcoming Events Row (Timely + Subscribe)

=============================================*/
.row-p {
	background: #f8e380;  /*======== CUSTOM - PRIMARY LIGHTER =========*/
}

.tfBox > a:hover {
	background-color: #10bed8; /*======== POP =========*/
}

.subscribeNewsletter h4 {
	color: rgba(51,51,51,0.69);
}

/* SUBSCRIBE LIGHT BG ALT: img/libraryd-bg-arrow-333.png */
.subscribeNewsletter a {
	background: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-arrow-fff.png') no-repeat 180px center #333;
	color: #fff;
}

.subscribeNewsletter a:hover {
	background: url('https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-arrow-fff.png') no-repeat 180px center #10bed8;  /*======== CUSTOM - COMPLIMENT =========*/
}

/*=== Row-P: Animations ===*/

/*=============================================

ROW-W: Highlight & Slideshow 

=============================================*/
.row-w {
	background-color: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

/*=======================================================

ROW-U: Latest News Notice Board - masonryGalleryNews (no cropping of img)

========================================================*/

.row-u .rowTitle a:hover {
	color: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
}

.masonryGalleryNews + .more a {
	background: #e8c937;  /*======== CUSTOM - PRIMARY =========*/
	color: #333;
}

.masonryGalleryNews + .more a:hover {
	background: #f8e380;  /*======== CUSTOM - PRIMARY-LIGHTER =========*/
}

/*=============================================

TAB: Request a book

=============================================*/
.bookLink {
	background: url(https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-request-000-20.png) no-repeat center -34px #38e898;
	color: #222;
	/* fff? */
}

/* =============================================

ROW: NLLS Hotlist / Bookscroller 

============================================= */
#featuredBooks {
	background: #f6f6f6;
}

#featuredBooks a.prev { 
	background: url(https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-bookslide-f6f6f6.png) 8px center no-repeat #e8c937;
} /*======== CUSTOM - PRIMARY =========*/

#featuredBooks a.prev:hover { 
	background: url(https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-bookslide-f6f6f6.png) 8px center no-repeat #333;
}

#featuredBooks a.right { 
	background: url(https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-bookslide-f6f6f6.png) -90px center no-repeat #e8c937;
} /*======== CUSTOM - PRIMARY =========*/

#featuredBooks a.right:hover { 
	background: url(https://cloud.townlife.com/themes/2Column/Yavin/Library202/img/library202-bg-bookslide-f6f6f6.png) -90px center no-repeat #333;
}

#bookScroller a {
	color: #362e2e;
}

/* --------------------------------------------------------

FULLPAGE ROWS GENERAL / UNIVERSAL

-------------------------------------------------------- *

/* --------------------------------------------------------

HOME PAGE STYLES

-------------------------------------------------------- */
/*==============================
	sticky nav only
==============================*/

.stickynav .stickyLogo a:after {
	/*content: "Lac La Biche \A County Libraries";*/
	content: "Marwayne \A Public Library";
	white-space: pre;
	font-size: 13px;
	top: 6px;
	left: 0;
	color: #f8e380 !important; /*======== CUSTOM - PRIMARY LIGHTER =========*/
}

.stickynav .stickyLogo a:hover:after {
	color: #f8e380 !important; /*======== CUSTOM - PRIMARY LIGHTER =========*/
}















