/*
Table of content

- Common modules
	- Header
		- Top Menu
		- Domain Switcher
		- Vm Cart module
		- Top search module
		- Main menu
		- Mobile Main menu
	- Footer
		- Subscribe module
		- Social icons module
		- Footer menu

- Breadcrumbs
- Pagination
- Internal menu
- Link box
- Right module
- In article browse
- Featured Authors
- Custom book
- Custom promo

*/

/* ==========================================================================
   Common modules
   ========================================================================== */

/* Top Menu
   ========================================================================== */

.top-menu li {
	float: left;
	margin-top: 3.500em; /*49px*/
}

.top-menu li ~ li {
	margin-left: 2.500em; /*35px*/
}

.top-menu a {
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 600;	
	color: #72838d;
	font-size: 1.214em; /* 17px */
}

/* Domain switcher
   ========================================================================== */

.domain-switcher .selecter-selected {
	position: relative;
	display: block;
	border: 0;
	padding: 0 17px 0 3.385em; /* 44px */
	font: bold 0.929em 'Open Sans', sans-serif; /* 13px */
	color: #41525c;
	line-height: 1.692em; /* 22px */
	background: #fff;
}

.domain-switcher .selecter-selected:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2.615em; /* 34px */
	height: 1.692em; /* 22px */
	background: url("images/aus-nz-flag.4399cf36dcc1.png") no-repeat left top;
	background-size: 100%;
}

.domain-switcher .selecter-selected[data-label="aus"]:before { background-position: left top; }
.domain-switcher .selecter-selected[data-label="nz"]:before { background-position: left bottom; }

.domain-switcher .selecter-selected:after,
.lt-ie9 .domain-switcher .selecter-selected:after {
	position: absolute;
	content: '';
	margin: auto;
	top: 0;
	bottom: 0;
	right: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #41525c transparent transparent transparent;
	background: none;
}

.domain-switcher .selecter-options {
	margin-top: 0.429em; /* 6px */
}

.domain-switcher .selecter-options .selecter-item {
	display: block;
	border: 3px solid #e1e1e1;
	padding: 7px 0;
	text-align: center;
	width: 100%;
	font: bold 1.000em 'Open Sans', sans-serif; /* 14px */
	color: #41525c;
	background: #fff;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.domain-switcher .selecter-options .selecter-item:hover {
	text-decoration: none;
	background-color: #fff;
}

.domain-switcher .selecter-options .selecter-item.selected {
	display: none;
}

.l-header .selecter.domain-switcher {
	margin-top: 3.643em; /*51px*/
}

/* VM Cart module
   ========================================================================== */

.vmCartModule .total_products {
	display: block;
	font: 600 1.214em 'Open Sans', sans-serif; /*17px*/
	color: #000;
	margin-top: 2.882em; /*49px*/
	margin-right: 3.882em; /*66px*/
	text-decoration: none;
}

.vmCartModule .show_cart {
	position: absolute;
	top: 1em; /*14px*/
	right: 0;
}

.lt-ie9 .vmCartModule .show_cart {
	height: 63px;
	width: 36px;
}

.vmCartModule .show_cart a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	border: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 0; /* Prevent iOS 6 safari rounding of corners for HTML elements */
	border-radius: 0;
	padding: 0;
	line-height: 0;
	color: transparent;
	text-indent: -9999px;
	*font-size: 0px;

	vertical-align: top;
	height: 4.500em; /*72px*/
	width: 2.625em; /*42px*/
	background-color: #febe10;
}

.vmCartModule .show_cart a:hover {
	background: #f3f3f3;
}

.vmCartModule .show_cart a:after {
	position: absolute;
	content: '';
	width: 25px; /*25px*/
	height: 20px; /*20px*/
	margin: auto;
	left: 0;
	right: 0;
	bottom: 1.000em; /*16px*/
	background: url("images/icon/show-cart.350c9eba7e54.svg") no-repeat left top;
	background-size: auto 100%;
}

.no-svg .vmCartModule .show_cart a:after {
	background-image: url("images/icon/show-cart.350c9eba7e54.svg");
}

.vmCartModule .show_cart a:hover:after {
	background-position: right top;
}

/* Top search module
   ========================================================================== */

.top-search .vmss_search,
.top-search .advanced-search {
	float: left;
	margin-left: 20px;
}

.lt-ie9 .top-search .vmss_search {
	width: 460px;
}

.top-search .search label {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	border: 3px solid #e1e1e1;
	border-right: 0;
	background: #fff;
	padding: 0.750em 1.250em; /* 12px 20px */
	padding-right: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.143em; /* 16px */
	font-weight: bold;
	line-height: 1.438em; /* 23px */
	height: 3.312em; /*53px*/
	color: #41525c;
	margin: 0;
}

.top-search input[type=text] {
	min-width: 270px;
	border-right: 0 none;
	float: left;
	border-left: 0;
	padding-left: 0.5em;
	height: 3.312em; /*53px*/
}

.top-search input[type=submit] {
	width: 4em; /* 64px */
	height: 3.313em; /* 53px */
	float: left;
	background-image: url("images/icon/search.ea1b70b6ee43.svg");
	background-size: 23px 23px;
}

.no-svg .top-search input[type=submit] {
	background-image: url("images/icon/search.685fcb226e24.png");
}

.lt-ie9 .top-search .advanced-search {
	width: 230px;
}

/* Main menu
   ========================================================================== */

.main-menu {
	width: 100%;
	background:url("images/bg/pattern1.dfa0390d60c5.jpg") repeat center;
}

.main-menu .menu {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
}

.main-menu li > a,
.main-menu li > span {
	display: block;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.main-menu .level1 {
	display: table-cell;
}

.main-menu .level1 > a,
.main-menu .level1 > span {
	position: relative;
	text-align: center;
	font-size: 1.429em; /*20px*/
	height: 3.500em; /*70px*/
	line-height: 3.500em; /*70px*/
	min-width: 6.250em; /*125px*/
}

.main-menu .level1.active > a:after,
.main-menu .level1.active > span:after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #ffffff transparent;
}

.main-menu .level1.active > a,
.main-menu .level1.active > span,
.main-menu .level1 > a:hover,
.main-menu .level1 > span:hover {
	background: url("images/bg/pattern1-dark.b6f2c3ee414e.jpg") repeat center;
}

.main-menu .level1 > ul {
	display: none;
	position: absolute;
	z-index: 999;
	min-width: 21.429em; /*300px*/
	top: 100%;
}

.main-menu .level1.last > ul {
	right: 0;
}

.main-menu .level1:hover > ul {
	display: block;
}

.main-menu .level2 > a,
.main-menu .level2 > span {
	padding: 0.889em 2.111em; /*16px 38px*/
	font-size: 1.286em; /*18px*/
	border-top: 2px solid #c7cdd1;
	background: url("images/bg/pattern1-light.d2abedf938d8.jpg") repeat center;
}

.main-menu .level2 > a:hover,
.main-menu .level2 > span:hover {
	background: url("images/bg/pattern1.dfa0390d60c5.jpg") repeat center;
}

.main-menu .level2.first > a,
.main-menu .level2.first > span {
	border-top-color: #fff;
}

/* Mobile main menu
   ========================================================================== */

.mobile-menu-label {
	position: absolute;
	right: 16px;
	top: 30px;
	width: 24px;
	height: 17px;
	padding: 10px;
	cursor: pointer;
	background: url("images/icon/burger-menu.425418e250ce.png") no-repeat center center;
	background-size: auto 17px;
}

.mobile-main-menu li > a,
.mobile-main-menu li > span {
	position: relative;
	display: block;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	padding: 10px 12%;
	text-decoration: none;
	border-top: 1px solid #1d262b;
	-webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
	-o-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
}

.mobile-top-menu .level1.last {
	border-bottom: 1px solid #1d262b;
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15);
	-o-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15);
}

.mobile-main-menu .parent > a,
.mobile-main-menu .parent > span {
	padding-right: 65px;
}

.mobile-main-menu .parent .icon-indicator {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 46px;
	height: 100%;
	background: rgba(29, 38, 43, 0.3);
	border-left: 1px solid #1d262b;
	-webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.15);
	-o-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.15);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.mobile-main-menu .parent .icon-indicator:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 46px;
	height: 100%;
    background-image: url("images/icon/internal-menu-mobile-arrow.30a695df02c4.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
}

.mobile-main-menu .parent > .open .icon-indicator:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mobile-main-menu .current > a,
.mobile-main-menu .current > span {
	color: #37464e;
	background-color: #e5e5e5;
}

.mobile-main-menu .level1 li {
	background-color: rgba(32, 42, 47, 0.3);
}

.mobile-main-menu .level2 > a,
.mobile-main-menu .level2 > span { padding-left: 17%; }
.mobile-main-menu .level3 > a,
.mobile-main-menu .level3 > span { padding-left: 22%; }
.mobile-main-menu .level4 > a,
.mobile-main-menu .level4 > span { padding-left: 27%; }

.mobile-main-menu .level1 ul { display: none; }
.mobile-main-menu .active > ul { display: block; }

/* Subscribe module
   ========================================================================== */

.subscribe {
	float: left;
	width: 480px;
}

.subscribe label,
.subscribe input {
	float: left;
}

.subscribe label {
	box-sizing: border-box;
	background: #fff;
	width: 27.5%;
	padding: 0.938em 10px 1em 0.5em; /* 15px 15px 30px */
}

.subscribe input[type=text],
.subscribe input[type=email] {
	width: 47%;
	border: 0 none;
	line-height: 1.4;
	padding: 0.938em 1.875em 1em 0; /* 15px 30px 15px */
}

.subscribe input[type=submit] {
	width: 25.5%;
	padding: 0.94em 0.563em 1em;
}

/* Social icons module
   ========================================================================== */

.social-icons {
	float: right;
	margin-left: 2.857em; /* 40px */
	display: table;
	height: 3.786em; /*53px*/
  /*margin-top: 5%;*/
	/*margin-right: 2%;	*/
}

.home .social-icons {
	float: left;.social-icons;
}

.social-icons a.logo-icon {
    color: white;
}

.social-icons a.logo-icon:hover{
	color: #dad4d4;
}

.social-icons a {
	font-size: 1.375em; /* 22px */
	color: #fff;
	margin-left: 1em;
}

a .logo-icon {
	font-size: 1.375em; /* 22px */
	color: #41535c;
	margin-left: 1em;
}



.social-icons a:hover{
	color: #fff;
	text-decoration:none;
	cursor:pointer;
}
.top-icon .icon-y , .top-icon .icon-f , .top-icon .icon-t , .top-icon .icon-g , .top-icon .icon-i , .top-icon .icon-p {
    color: #41535c ;
}
.top-icon .icon-y:hover , .top-icon .icon-f:hover , .top-icon .icon-t:hover , .top-icon .icon-g:hover , .top-icon .icon-i:hover , .top-icon .icon-p:hover{
	color: #41535c ;
}
.social-icons .f {
	background: url("images/icon/f.2bf8405e1cc1.svg") no-repeat center center;
	background-size: auto 26px;
}

.social-icons .t {
	background: url("images/icon/t.3fd140a34567.svg") no-repeat center center;
	background-size: auto 26px;
}

.social-icons .y {
	background: url("images/icon/y.a89bc60fc5c5.svg") no-repeat center center;
	background-size: auto 26px;
}

.social-icons .g {
	background: url("images/icon/g.9f3e2411edb2.svg") no-repeat center center;
	background-size: auto 26px;
}

.social-icons .i {
	background: url("images/icon/i.e9ec025000eb.svg") no-repeat center center;
	background-size: auto 26px;
}

.social-icons .p {
	background: url("images/icon/p.0470904c1c60.svg") no-repeat center center;
	background-size: auto 26px;
}

.no-svg .social-icons .f { background-image: url("images/icon/f.76afc66108ca.png"); }
.no-svg .social-icons .t { background-image: url("images/icon/t.55576771ccbe.png"); }
.no-svg .social-icons .y { background-image: url("images/icon/y.c45fe99969c8.png"); }
.no-svg .social-icons .g { background-image: url("images/icon/g.d158cd10ae86.png"); }
.no-svg .social-icons .i { background-image: url("images/icon/i.7b2f17996c40.png"); }
.no-svg .social-icons .p { background-image: url("images/icon/p.97f72b66ecd9.png"); }

.social-icons a span {
	display: none;
}

/* Footer menu
   ========================================================================== */

.footer-menu .group.level1 {
	float: left;
	width: 25.400%; /*305px*/
	padding-right: 20px;
	box-sizing: border-box;
}

.footer-menu .item {
	padding-bottom:  8px;
}

.footer-menu a {
	color: #fff;
	font-weight: normal;	
	font-size: 0.929em; /* 13px */
}


/* ==========================================================================
   BreadCrumbs
   ========================================================================== */

.breadcrumbs {
	position: relative;
	width: 96%;
	padding: 0 2% 1.214em; /* 0 2% 17px*/
	background: #fff;
}

.breadcrumbs a,
.breadcrumbs span {
	font-size: 0.929em; /* 13px */
	color: #41525c;
	margin-right: 10px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
}

.pagination .counter {
	text-align: center;
	margin-top: 1.429em; /*20px*/
}

.pagination ul {
	padding: 0;
	margin: 2.143em 0 0 0; /*30px 0 0 0*/
}

.pagination li {
	display: inline-block;
	list-style: none none;
	margin-left: 0.714em; /*10px*/
}

.pagination li:first-child {
	margin-left: 0;
}

.pagination li a,
.pagination li span {
	display: block;
	box-sizing: border-box;
	padding: 0.357em 0.714em; /*5px 10px*/
	border: 0.214em solid #e1e1e1; /*3px*/
	color: #000;
	text-decoration: none;
}

.pagination li a:hover {
	background: #eaeaea;
	color: #9c9696;
}

.pagination li span {
	background: #e1e1e1;
}

.pagination .pagination-start a,
.pagination .pagination-start span,
.pagination .pagination-prev a,
.pagination .pagination-prev span,
.pagination .pagination-next a,
.pagination .pagination-next span,
.pagination .pagination-end a,
.pagination .pagination-end span {
	border: 0 none;
	color: #fff;
	font-weight: bold;
	padding: 0.571em 0.929em; /*8px 13px*/
	background: #72838d;
}

.pagination .pagination-start span,
.pagination .pagination-prev span,
.pagination .pagination-next span,
.pagination .pagination-end span {
	background: #bbcdd6;
}

.pagination .pagination-start a:hover,
.pagination .pagination-prev a:hover,
.pagination .pagination-next a:hover,
.pagination .pagination-end a:hover {
	background: #505f69;
	color: #fff;
}


/* ==========================================================================
   Internal menu
   ========================================================================== */

.menu-internal ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-internal li > a,
.menu-internal li > span {
	position: relative;
	display: block;
	font-size: 1em; /* 14px */
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #41525c;
	text-decoration: none;
	padding: 0.85em 0;
	padding-left: 1.667em; /*25px*/
	padding-right: 2.667em; /*40px*/
	border-bottom: 2px solid rgba(254, 190, 16, 0.4);;
}

.menu-internal--mobile li > a,
.menu-internal--mobile li > span {
	font-size: 15px;
	padding: 11px 20px;
	padding-right: 40px;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	border-bottom: 0;
}

.menu-internal--mobile a > span {
	position: relative;
}

.menu-internal--mobile .level2:first-child > a {
	border-top-color: transparent;
}

/* Hierarchical padding
   ========================================================================== */

.menu-internal .level2 li > a,
.menu-internal .level2 li > span { padding-left: 2.333em; } /*35*/
.menu-internal--mobile .level2 li > a,
.menu-internal--mobile .level2 li > span { padding-left: 20px; }
.menu-internal .level3 li > a,
.menu-internal .level3 li > span { padding-left: 3.000em; } /*45*/
.menu-internal--mobile .level3 li > a,
.menu-internal--mobile .level3 li > span { padding-left: 40px; }

/* Arrow to indicate has child items
   ========================================================================== */

.menu-internal .level1 .parent > a:after,
.menu-internal .level1 .parent > span:after {
	content: '';
	display: block;
	position: absolute;
	right: 1.533em; /*23px*/
	top: 50%;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #ffffff;
}

.menu-internal--mobile .level1 .parent > a:after,
.menu-internal--mobile .level1 .parent > span:after {
	right: 20px;
}

.menu-internal .level1 .parent.level2 > a:after,
.menu-internal .level1 .parent.level2 > span:after {
	border-color: transparent transparent transparent #febe10;
}

.menu-internal .level1 .parent.active > a:after,
.menu-internal .level1 .parent.active > span:after {
	content: '';
	display: block;
	position: absolute;
	right: 1.600em; /*24px*/
	top: 50%;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}

.menu-internal--mobile .level1 .parent.active > a:after,
.menu-internal--mobile .level1 .parent.active > span:after {
	right: 19px;
}

/* Special level1 menu item override
   ========================================================================== */

.menu-internal .level1 > a,
.menu-internal .level1 > span {
	color: #fff;
	font-size: 1.286em; /*18px*/
	font-weight: 700;
	padding: 0.889em 1.389em; /*16px 25px*/
	border: none;
	background-image: url("images/bg/pattern5.8744f8bfa0bc.png");
	background-repeat: repeat;
}

.menu-internal--mobile .level1 > a,
.menu-internal--mobile .level1 > span {
	font-weight: 600;
	padding: 12px 20px;
	background-color: #41525c;
	background-image: url("images/bg/pattern1.dfa0390d60c5.jpg");
}

.menu-internal--mobile .level1 > a:after,
.menu-internal--mobile .level1 > span:after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -3.5px;
	right: 18px;
	width: 10.5px;
	height: 7px;
	background: #41525c url("images/icon/internal-menu-mobile-arrow.30a695df02c4.png") no-repeat;
	background-size: 100%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.menu-internal--mobile .level1 > a.open:after,
.menu-internal--mobile .level1 > span.open:after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.mobile-main-men-main-menuu .hideMenuItem,
.l-left .menu-internal .hideMenuItem {
	display:none;
}

/* Item background color
   ========================================================================== */

.menu-internal .level1 li > a:before,
.menu-internal .level1 li > span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url("images/bg/pattern5.8744f8bfa0bc.png");
	background-repeat: repeat;
	opacity: 0.5;
}

.menu-internal--mobile a:before,
.menu-internal--mobile span:before {
	display: none;
}

.menu-internal .level1         { background-color: #febe10; }
.menu-internal .level2         { background-color: #fff8e7; }
.menu-internal .level2.active  { background-color: #ffda79; }
.menu-internal .level3         { background-color: #ffe6a6; }
.menu-internal .level3.active  { background-color: #fec834; }
.menu-internal .level4         { background-color: #ffd66a; }
.menu-internal .level4.active  { background-color: #fec322; }

.menu-internal .level1 li > a:hover,
.menu-internal .level1 li > span:hover { background-color: rgba(254, 190, 16, 0.3); }


.menu-internal--mobile .level1 li > a:hover,
.menu-internal--mobile .level1 li > span:hover { background-color: transparent; }

/* Item Visiblity
   ========================================================================== */

.menu-internal .level1,
.menu-internal .level2 ul {
	display: none;
}

.menu-internal .level1.active.deeper,
.menu-internal .active > ul {
	display: block;
}

.menu-internal--mobile .level1 > ul {
	display: none;
}

/* ==========================================================================
   Link box
   http://www.butterflyinternet.com.au/design/view-new.php?version=allen%20and%20unwin/AandU-design-DK-V3-8
   (Design file main bottom location)
   ========================================================================== */

.moduletable.link-box {
	float: left;
	margin-top: 30px;
	width: 48.52%;
	height: 152px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}

.moduletable.link-box--paper-clip { background-image: url("images/link-box/paper-clip.4492b805017a.png"); color: #4bc7c7; }
.moduletable.link-box--graduate { background-image: url("images/link-box/graduate.4622d7c36643.png"); color: #4b85c7; }
.moduletable.link-box--book { background-image: url("images/link-box/book.d73ea15fd35a.png"); color: #9ac74b; }
.moduletable.link-box--pen { background-image: url("images/link-box/pen.e7f43f77c3f8.png"); color: #72838d; }
.moduletable.link-box--question-mark { background-image: url("images/link-box/question-mark.7cbe0591061c.png"); color: #febe10; }
.moduletable.link-box--phone { background-image: url("images/link-box/phone.8cbcda2f4114.png"); color: #4bc7c7; }
.moduletable.link-box--binoculars { background-image: url("images/link-box/binoculars.8bb6ac7847fb.png"); color: #72838d; }
.moduletable.link-box--search { background-image: url("images/link-box/search.fb7c0e4e6a44.png"); color: #9ac74b; }
.moduletable.link-box--arrow { background-image: url("images/link-box/arrow.f46cb2382099.png"); color: #4bc7c7; }
.moduletable.link-box--a-z { background-image: url("images/link-box/a-z.5fd7932946f8.png"); color: #4b85c7; }
.moduletable.link-box--paper { background-image: url("images/link-box/paper.38632dc205cd.png"); color: #4bc7c7; }
.moduletable.link-box--dot { background-image: url("images/link-box/dot.4c4fc3bfed0e.png"); color: #4b85c7; }
.moduletable.link-box--line-waves { background-image: url("images/link-box/line-waves.4b1cecf9f3d8.png"); color: #9fcc50; }
.moduletable.link-box--diamond { background-image: url("images/link-box/diamond.761ac440c2c3.png"); color: #6e7f89; }
.moduletable.link-box--envelope { background-image: url("images/link-box/envelope.750270bea8b3.png"); color: #febe10; }
.moduletable.link-box--map { background-image: url("images/link-box/map.b6a94e47f319.png"); color: #41525c; }

.moduletable.link-box:nth-child(even) {
	float: right;
}

.moduletable.link-box:first-child + .link-box,
.moduletable.link-box:first-child + .link-box + .link-box + .link-box,
.moduletable.link-box:first-child + .link-box + .link-box + .link-box + .link-box + .link-box,
.moduletable.link-box:first-child + .link-box + .link-box + .link-box + .link-box + .link-box + .link-box + .link-box {
	float: right;
}

.moduletable.link-box:first-child,
.moduletable.link-box:first-child + .link-box {
	margin-top: 0;
}

.custom.link-box {
	display: table;
	float: right;
	width: 100%;
	height: 100%;
}

.link-box__title,
.link-box__button-wrap {
	display: table-cell;
	vertical-align: middle;
}

.link-box__button-wrap {
	text-align: right;
}

.link-box__title {
	padding-left: 1.21em; /* 40px */
	padding-right: 10px; /* 10px */
	font: bold 2.36em 'Open Sans', sans-serif; /* 33px */
	line-height: 1.2;
	color: #fff;
}

.link-box__button {
	display: inline-block;
	text-align: left;
	font: bold 1.57em arial; /* 22px */
	color: #fff;
	padding: 0.68em 1.36em; /* 15px 30px */
	border: 3px solid #fff;
	border-right: 0;
	background: rgba(255, 255, 255, 0.3);
}

.link-box__button:hover {
	text-decoration: none;
	color: inherit;
	background: #fff;
}

/* ==========================================================================
   Right module
   http://www.butterflyinternet.com.au/design/view-new.php?version=allen%20and%20unwin/AandU-design-DK-V4-3
   ========================================================================== */

.r-mod {
	position: relative;
}

.r-mod__title {
	display: inline-block;
	font: bold 1.143em 'Open Sans', sans-serif; /*16px*/
	color: #fff;
	padding: 0.94em 1.563em 1em; /*15px 23px 16px*/
	margin-bottom: 1.312; /*21px*/
	background: #febe10;
}

.r-mod__title:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 0.688em; /*11px*/
	background: #febe10;
}

.r-mod--color-yellow .r-mod__title,
.r-mod--color-yellow .r-mod__title:before {
	background: #febe10;
}

.r-mod--color-grey .r-mod__title,
.r-mod--color-grey .r-mod__title:before {
	background: #72838d;
}

.r-mod--color-dark-grey .r-mod__title,
.r-mod--color-dark-grey .r-mod__title:before {
	background: #41525c;
}

.r-mod__div-wrap {
	padding-right: 2.500em; /*35px*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.r-mod__div--1 {
	margin-bottom: 1.643em; /*23px*/
}

.r-mod--two-cols .r-mod__div-wrap {
	display: table;
	width: 100%;
}

.r-mod--two-cols .r-mod__div {
	display: table-cell;
	vertical-align: top;
}

.r-mod--two-cols .r-mod__div--1 {
	width: 52.900%; /*149px*/
	padding-right: 7.600%; /*25px*/
	margin-bottom: 0;
}

.r-mod .button {
	font-size: 1em; /*14px*/
}

.r-mod .semi-bold {
	font-weight: 600;
}

/* ==========================================================================
   in-article browse
   http://www.butterflyinternet.com.au/design/view-new.php?version=allen%20and%20unwin/AandU-design-DK-V3-13
   (Browse all Children's Fiction)
   ========================================================================== */

.in-article-browse {
	overflow: hidden;
	display: table;
	width: 100%;
	color: #fff;
	font: bold 1.286em 'Open Sans', sans-serif; /*18px*/
	margin-top: 1.944em; /*35px*/
}

.in-article-browse a { color: inherit; }
.in-article-browse a:hover { text-decoration: none; }

.in-article-browse__title {
	display: table-cell;
	vertical-align: middle;
	width: 41.1%; /*198px*/
	padding: 0 1.111em; /*20px*/
	box-sizing: border-box;
	text-align: center;
	background: #72838d;
}

.in-article-browse__link-wrap {
	display: table-cell;
}

.in-article-browse__link {
	position: relative;
	display: block;
	padding: 0.944em 1.389em; /*17px 25px*/
	padding-right: 2.222em; /*40px*/
	background: #3badad;
}

.in-article-browse__link:first-child {
	background: #4bc7c7;
}

.in-article-browse__link:after {
	position: absolute;
	content: '';
	right: 1.611em; /*29px*/
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.333em 0 0.333em 0.389em; /*6px 0 6px 7px*/
	border-color: transparent transparent transparent #ffffff;
}

a.in-article-browse__title:hover { background: #63717a; }
.in-article-browse__link:first-child:hover { background: #3cb2b2; }
.in-article-browse__link:hover { background: #2e9999; }

/* ==========================================================================
   Featured Authors
   ========================================================================== */

.moduletable.featured-authors {
	position: relative;
	z-index: 2;
	border-top: 0.786em solid #4bc7c7; /* 11px */
	background-color: #eaf5f5;
	background-image: url("images/bg/pattern5.8744f8bfa0bc.png");
	background-repeat: repeat;
}

.moduletable.featured-authors > h3 {
	border-bottom: 0.524em solid #c8d4d6; /* 11px */
	padding: 1.000em 1.429em; /* 21px 30px */
	font-size: 1.500em; /* 21px */
	margin-bottom: 0;
	color: #41525c;
}

.l-left .moduletable.featured-authors > h3 {
	padding: 1.000em 1.190em; /* 21px 25px */
}

.custom.featured-authors {
	padding: 2.000em 0.714em 2.000em 1.786em; /*28px 10px 28px 25px*/
}

.featured-authors .item ~ .item {
	margin-top: 2.000em; /*28px*/
}

.featured-authors .image {
	float: left;
	width: 5.714em; /*80px*/
	margin-bottom: 0.857em; /*12px*/
	margin-right: 1.429em; /*20px*/
}

.featured-authors h5 {
	margin-bottom: 13px;
}

.featured-authors p {
	margin-bottom: 9px;
}

/* ==========================================================================
   Custom book
   ========================================================================== */

.custom-book__title {
	font-size: 1.286em; /*18px*/
	margin-bottom: 1.944em; /*35px*/
}

.custom-book__content {
	display: table;
}

.custom-book__image-wrap,
.custom-book__text-wrap {
	display: table-cell;
	vertical-align: top;
}

.custom-book__image-wrap {
	width: 10.643em; /*149px*/
	padding-right: 2.000em; /*28px*/
}

.custom-book__book-title {
	font-size: 1.143em; /*16px*/
	color: #41525c;
	margin-bottom: 0.429em; /*6px*/
}

.custom-book__book-author {
	font-size: 12px;
	color: #1f1f1f;
}

.custom-book .button {
	font-size: 1em;
	margin-top: 0.357em; /*5px*/
}

/* ==========================================================================
   Custom promo
   ========================================================================== */

.custom-promo {
	position: relative;
}

.custom-promo__content {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.custom-promo__content a {
	color: inherit;
	text-decoration: none;
}

.custom-promo__content svg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custom-promo__content .svg-fallback,
.no-svg .custom-promo__content .svg-container { display: none; }
.no-svg .custom-promo__content .svg-fallback { display: block; }

.custom-promo__heading {
	display: block;
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 25px;
	margin-top: 35px;
}

.custom-promo__readmore {
	display: block;
	font-size: 17px;
	margin-bottom: 0;
	color: inherit;
	text-decoration: none;
}

.custom-promo__readmore img {
	margin-right: 8px;
}

/* ==========================================================================
   Custom left style
   ========================================================================== */

.moduletable.custom-left-style {
	position: relative;
	background: #fff;
}

.moduletable.custom-left-style > h3 {
	display: inline-block;
	font: bold 1.143em 'Open Sans', sans-serif; /*16px*/
	color: #fff;
	padding: 0.688em 1.563em; /*11px 23px*/
	margin-bottom: 1.250em; /*20px*/
	background: #41525c;
}

.moduletable.custom-left-style > h3:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 0.688em; /*11px*/
	background: inherit;
}

.custom.custom-left-style {
	padding: 1.429em; /*20px*/
	padding-top: 0;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* Non-Desktop */
@media screen and (max-width: 1199px) {
	.moduletable.menu-internal {
		font-size: 12px;
	}

	.moduletable.link-box {
		font-size: 10px;
		height: 152px;
	}

	.moduletable.r-mod {
		font-size: 12px;
	}
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.top-menu li ~ li {
		margin-left: 2.300em;
	}

	.vmCartModule .show_cart a:after {
		width: 22px;
		height: 17px;
	}

	.top-search .search label {
		font-size: 12px;
		padding: 1.4em 1.250em; /* 11px 15px */
		padding-right: 0;
		height: 53px;
	}

	.top-search input[type=text] {
		min-width: 210px;
		font-size: 12px;
		padding: 1.4em 1.250em; /* 11px 15px */
		padding-left: 0.5em;
		height: 53px;
	}

	.top-search input[type=submit] {
		width: 4em;;
		background-size: 20px 20px;
	}

	.subscribe {
		max-width: 50%;
	}

	.social-icons {
		margin-left: 0;
	}

	.home .social-icons {
		float: right;
	}
}

@media screen and (max-width: 900px) {
	.vmCartModule .show_cart a:after {
		width: 19px;
		height: 16px;
	}

	.top-search .search label {
		font-size: 11px;
		line-height: 17px;
		padding: 1.000em 1.250em; /* 12px 15px */
		padding-right: 0;
	}

	.top-search input[type=text] {
		min-width: 180px;
		font-size: 11px;
		line-height: 17px;
		padding: 1.000em 1.250em; /* 12px 15px */
		padding-left: 0.5em;
	}

	.main-menu {
		font-size: 10px;
	}

	.main-menu .level1 > a {
		min-width: initial;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {

	/* ==========================================================================
	   Top search
	   ========================================================================== */

	.top-search .vmss_search,
	.top-search .advanced-search {
		margin: 0;
	}

	.top-search .search label {
		font-family: 'Open Sans', 'sans-serif';
		font-weight: 600;
		font-size: 16px;
		color: #fff;
		margin-bottom: 15px;
		background: transparent;
		padding: 0;
		border: 0;
	}

	.top-search input[type=text] {
		float: left;
		height:	36px;
		width: 192px;
		min-width: initial;
		padding: 0 13px;
		border: 0 none;
		font-size: 11px;
		margin-bottom: 15px;
	}

	.top-search input[type=submit] {
		float: left;
		width: 42px;
		height: 36px;
		background-size: 18px 18px;
	}

	.top-search .advanced-search .button {
		font-size: 12px;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 36px;
	}

	.top-search .button--icon-advanced-search:after {
		width: 18px;
		height: 18px;
	}

	/* ==========================================================================
	   Domain switcher
	   ========================================================================== */

	.domain-switcher {
		margin-left: 22px;
	}

	.domain-switcher .selecter-selected {
		color: #fff;
		font-size: 12px;
		line-height: 36px;
		background: transparent;
	}

	.domain-switcher .selecter-selected:before {
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.domain-switcher .selecter-selected:after {
		border-color: #fff transparent transparent transparent;
	}

	.domain-switcher .selecter-options .selecter-item {
		color: #fff;
		background: #41525c;
		border-color: #fff;
	}

	/* ==========================================================================
	   VM Cart module
	   ========================================================================== */

	.vmCartModule {
		position: relative;
		display: inline-block;
		clear: both;
		margin-top: 15px;
		background: #febe10;
		padding: 0 53px 0 1.563em;
	}

	.vmCartModule .total_products {
		font: 600 12px 'Open Sans', sans-serif;
		line-height: 36px;
		color: #37464e;
		margin: 0;
	}

	.vmCartModule .show_cart {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.vmCartModule .show_cart a {
		height: 100%;
		width: 100%;
		background-color: transparent;
	}

	.vmCartModule .show_cart a:after {
		right: 18px;
		left: auto;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.vmCartModule .show_cart a:hover { background-color: transparent; }
	.vmCartModule .show_cart a:hover:after { background-position: left top; }

	/* ==========================================================================
	   Subscribe module
	   ========================================================================== */

	.subscribe label,
	.subscribe input[type=text],
	.subscribe input[type=email],
	.subscribe input[type=submit] {
		font-size: 12px;
	}

	.subscribe input[type=submit] {
		padding-left: 0;
		padding-right: 0;
	}

	.subscribe label {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	/* ==========================================================================
	   Social icons module
	   ========================================================================== */

	.social-icons {
		clear: left;
		height: 26px;
		padding-top: 28px;
	}

	/* ==========================================================================
	   Footer menu
	   ========================================================================== */

	.footer-menu a {
		font-size: 1em;
	}

	.footer-menu .group.level1 {
		width: 50%;
		margin-bottom: 40px;
	}

	.footer-menu .group.level1:nth-child(3) {
		clear: left;
	}

	/* ==========================================================================
	   Link box
	   ========================================================================== */

	.moduletable.link-box {
		width: 100%;
		height: 92px;
		margin-top: 20px;
	}

	.moduletable.link-box:nth-child(n),
	.moduletable.link-box:first-child + .link-box {
		margin: 0;
		margin-top: 20px;
	}


	.moduletable.link-box:first-child {
		margin-top: 0;
	} 

	.link-box__title {
		font-size: 22.5px;
		padding-left: 25px;
	}

	.link-box__button{
		font-size: 14px;
	}

	/* ==========================================================================
	   Right module
	   ========================================================================== */

	.r-mod__title {
		margin-bottom: 20px;
		padding: 11px 17px;
		font-size: 15px;
	}

	.r-mod__title:before {
		height: 7px;
		left: 0;
		right: auto;
		width: 767px;
	}

	.r-mod__div-wrap {
		padding-right: 0;
	}

	.r-mod--two-cols .r-mod__div--1 {
		width: 114px;
		padding-right: 19px;
	}

	/* ==========================================================================
	   in-article browse
	   ========================================================================== */
	
	.in-article-browse {
		font-size: 13px;
		margin-top: 23px;
	}

	.in-article-browse__title {
		width: 36%;
		padding: 0 5px;
	}

	.in-article-browse__link {
		padding: 12px 11px;
		padding-right: 25px;
	}

	.in-article-browse__link:after {
		right: 15px;
	}

	/* ==========================================================================
	   Featured Authors
	   ========================================================================== */
	
	.custom.featured-authors {
		padding: 2.000em 1.786em; /*28px 25px*/
	}

	/* ==========================================================================
	   Pagination
	   ========================================================================== */
	
	.pagination li {
		display: none;
	}

	.pagination .pagination-prev {
		display: block;
		float: left;
	}

	.pagination .pagination-next {
		display: block;
		float: right;
	}

	.pagination .counter {
		display: block;
		line-height: 30px;
	}

	/* ==========================================================================
	   Custom left style
	   ========================================================================== */
	
	.moduletable.custom-left-style > h3 {
		margin-bottom: 20px;
		padding: 11px 17px;
		font-size: 15px;
	}

	.moduletable.custom-left-style > h3:before {
		height: 7px;
	}
}

/* Descale pattern background (DO NOT ADD STYLES HERE) */
@media screen and (max-width: 767px) {

	/*url("images/bg/pattern1.dfa0390d60c5.jpg")*/
  	.menu-internal--mobile .level1 > a,
	.menu-internal--mobile .level1 > span {
		background-size: 4px 4px;
	}

	/*url("images/bg/pattern5.8744f8bfa0bc.png")*/
  	.menu-internal .level1 > a,
	.menu-internal .level1 > span,
	.menu-internal .level1 li > a:before,
	.menu-internal .level1 li > span:before,
	.moduletable.featured-authors {
		background-size: 4px 4px;
	}

}