/*.mainNavList .wrap .col:nth-of-type(4) **/

/*EARTHWORM GRID
**************************************************************/

/*rows*/

.row {
	margin: 40px auto 0;
}

.header .row {
	max-width:100%;
}

/*cols*/

.col {
	padding: 0 10px;
}

/* .productsListing .col {
	padding: 0 30px;
} */
/* @media (min-width: 1300px) {
	.productsListing .col {
		padding: 0 50px;
	}
} */
.span1 {
	width: 8.333333333333%;
}

.span2 {
	width: 16.666666666667%;
}
.sidebar.col.span2 {
	width:30%;
}

.span3 {
	width: 25%;
}

.span4 {
	width: 33.333333333333%;
}

.span5 {
	width: 41.666666666667%;
}

.span6 {
	width: 50%;
}

.span7 {
	width: 58.333333333333%;
}

.span8 {
	width: 66.666666666666%;
}

.span9 {
	width: 75%;
}

.span10 {
	width: 83.333333333333%;
}
.content.col.span10 {
	width:70%;
}

.span11 {
	width: 91.666666666667%;
}

.span12 {
	width: 100%;
}

/*offsets*/

.offset1 {
	margin-left: 8.333333333333%;
}

.offset2 {
	margin-left: 16.666666666667%;
}

.offset3 {
	margin-left: 25%;
}

.offset4 {
	margin-left: 33.333333333333%;
}

.offset5 {
	margin-left: 41.666666666667%;
}

.offset6 {
	margin-left: 50%;
}

.offset7 {
	margin-left: 58.333333333333%;
}

.offset8 {
	margin-left: 66.666666666666%;
}

.offset9 {
	margin-left: 75%;
}

.offset10 {
	margin-left: 83.333333333333%;
}

.offset11 {
	margin-left: 91.666666666667%;
}

.offset12 {
	margin-left: 100%;
}


/*GENERAL STYLES
********************************************************/

/*slick dots*/

.slick-dots {
	bottom: 15px;
}

/*content*/

.content {
	min-height: 350px;
}

#home .header .logo img.logoColor,
.header .logo img.logoColor {
	display:block;
}
@media (max-width: 1130px) {
	#home .header .logo img.logoColor,
	.header .logo img.logoColor {
		display:none;
	}
}

h2.sectionTitle {
	margin:0 0 30px;
}

h2.sectionTitle.green{
	background: #008366;
	color: #fff;
	padding: 20px;
}

@media (min-width: 1023px) {
	.mainNavList > li.navourbooks a:before {
		content:"\f02d";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: inherit;
		font-size: 23px;
		position: absolute;
		top: 0;
		left: 10px;
	}
	.mainNavList > li.navourbooks a {
		padding-left:40px;
	}
}
/*SITE ENGINE SUBPAGES
******************************************************/

#wrap .siteEngineSubPages {
	text-align: center;
}

#wrap .siteEngineSubPages li {
	margin: 1px;
	display: inline-block;
	width: 100%;
	max-width:300px;
}

#wrap .siteEngineSubPages li:before {
	display: none;
	content: "";
}

#wrap .siteEngineSubPages a {
	padding: 80px 10px 60px;
	-webkit-transition: all .15s linear;
	   -moz-transition: all .15s linear;
	    -ms-transition: all .15s linear;
	     -o-transition: all .15s linear;
	        transition: all .15s linear;
}

#wrap .siteEngineSubPages a:hover {
	background: #008366;
	color: #fff;
}
#wrap .siteEngineSubPages a:hover:before {
	color:white;
}
#wrap .siteEngineSubPages #liSubPage_cart_shoppingCart a:hover:before {
	background: url("../../images/default/layout/icon_bag_white_64.png") center center no-repeat;
}
#wrap .siteEngineSubPages a:before {
	top: 48px;
}
#wrap .siteEngineSubPages #liSubPage_cart_shoppingCart a:before {
	top: 40px;
}


/*SOCIAL NAV LIST
********************************************************/

.footer .socialNavList {
	text-align: left;
}

.news-item .newsSocialMediaContainer  ul {
	margin:0;
}
/*FORMS
*********************************************************/

form.newsletter button {
	min-width: 150px;
}



/* banner home **********************************************************************************/
.bannerSlider a {
	text-decoration: none;
	color: #fff;
}
.bannerSlider h2 {
	font-size: 40px;
	line-height: 35px;
}
.bannerSlider .author {
	font-size: 30px;
	font-style:italic;
	text-transform:uppercase;
	margin-top:20px;
}
.bannerSlider .btn {
	font-size: 22px;
	margin: 30px 10px 0;
	padding: 20px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
}
.bannerSlider .btn:before {
	content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 50px;
    height: 30px;
    border-radius: 50%;
    background: #25BE9C;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.bannerSlider .btn:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
    		transform: scale3d(9, 9, 1);
}

@media (min-width: 1130px) {
	.bannerSlider .text {
		top: 85px;
	}
	.banner .bookCover {
		width:50%;
	}
	.banner .bookCover img {
		width:40%;
		margin-left:5%;
	}
	.bannerSlider .text .inner {
		width:50%;
		margin-left:0;
	}
}
@media (min-width: 1500px) {
	.banner .bookCover img {
		width:50%;
		margin-left:0;
		/* margin-left:22%; */
	}
}
@media (min-width: 1800px) {
	.banner .bookCover img {
		width:60%;
		margin-left:0;
		/* margin-left:22%; */
	}
}
/* feature title ********************************************************************************/
.bannerSlider.feature h2 {
	font-size: 60px;
	line-height: 80px;
}
.bannerSlider.feature h2:after {
	margin-top: 55px;
}
.bannerSlider.feature h2 span {
	display: block;
	font-size: 200px;
}
/* side items ***********************************************************************************/
#home .sideItems {
	margin-bottom: -30px;
}

#home .sideItems .row {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.sideItemsList .col {
	width: 25%;
}

.sideItemsList h2 {
	font-size: 16px;
	padding: 8px 0;
}


/*FOOTER
*********************************************************/

.footer {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 50px;
}

.footer .accordion {
	border-bottom: 0;
}

.footer .accordion h3 a {
	cursor: default;
}

.footer .accordion a:after {
	content:"";
	display: none;
}

.footer .accordion div {
	display: block !important;
}

.footer .newsletter {
	text-align: left;
	margin: 0 0;
	padding: 0;
}

/*PATH
**********************************************************/

.path {
	margin: 20px 0 -28px;
	z-index: 50;
}


/*****************************************************************

************************   SHOP STYLES   *************************

*****************************************************************/

.pageNav .pageSubTitle {
	font-family: 'raleway';
	display: block;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
}
.pageNav h1,
.pageNav h1#pageTitle,
h1#pageTitle {

}


/*PRODUCT LIST
*****************************************************************/

/* .productsListing .span3:nth-of-type(3n+1) {

} */

/*swap images*/

.productsListing .box a img {
	transition: opacity .7s;
}

.productsListing .box a img.img2 {
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}

.productsListing .box a:hover img.img2 {
	opacity: 1;
}

.zoomImg {
 	cursor: zoom-in;
}

.productDetail .productInfo {
	width:49%;
	float:left;
	text-align:left;
}



/*BRAND LIST
*****************************************************************/

.brandsListing .span3 {
	width: 25%;
}

.brandsListing .span3:nth-of-type(2n+3),
.brandsListing .span3:nth-of-type(3n+4) {
	clear: none;
}
.brandsListing .span3:nth-of-type(4n+5) {
	clear: left;
}

/*swap images*/

.brandsListing .box a img {
	transition: opacity .7s;
}

.brandsListing .box a img.img2 {
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}

.brandsListing .box a:hover img.img2 {
	opacity: 1;
}

/*PRODUCT DETAIL
*****************************************************************/

/*image sliders*/

.productDetail .productThumbSlider {
	height: auto;
}

.productThumbSlider .slick-slide {
	opacity: 0.5;
}

.productThumbSlider .slick-active {
	opacity: 1;
}

.productThumbSlider img {
	display: block;
	margin-bottom: 10px;
}

.productImageSlider figure {
	/*padding: 10px 10px 0;*/
	padding: 0 10px 0 0;
}

.productDetail .accordion div {
	font-size: 13px;
	line-height: 22px;
}

.content.group.productDetail .col.span8 {
	width:66.66666666666%;
	padding-left:2%;
}
.content.group.productDetail .col.span4.group {
	position:relative;
	top: auto;
	left:auto;
	width:33.333333333333%;
	max-height: 600px;
}

.productDetail .addToCartForm {
	width: 49%;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    margin-top: 0;
    float: right;
    padding-bottom: 20px;
}


.productDetail .productInfo {
    width: 49%;
    float: left;
    text-align: left;
    padding-bottom:10px;
}
.productDetail .productDescription {
	clear:both;
	padding-top:10px;
	border-top: 1px solid #CB9800;
}
.price {
	margin:15px 0;
}
div.additionalButton,
button.addToCart {
	float:right;
}

/*REVIEWS
********************************************************/

.productDetail .reviews {
	padding-bottom: 50px;
}

.reviewsList {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-moz-column-fill: balance;
	-webkit-column-fill: balance;
	column-fill: balance;
}


.reviewsList li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

/*MINI CART
************************************************************/

.miniCart {
	min-width: 340px;
}

.miniCart:before {
	right: 50px;
	border-top: 10px solid #e9ecec;
}


/*LOGIN ADDON*/

#wrap #dccom_gdloginWrap {
	max-width: 770px;
	margin: 0 auto;
}

#wrap .gdLogin_wrap {
	float: left;
	margin: 0 10px;
	height: auto;
	min-height:415px;
}

#wrap #dccom_gdloginWrap > .row {
	margin-top: 0;
}

#wrap .gdLogin_top h3 {
	text-align: center;
}

#wrap .gdLogin_top h3:after {
	content: "";
}

/*MISC PRODUCT THINGS
**********************************************************/

.hero_bar.top {
	margin: 0 0 17px;
	min-height: 22px;
	text-align: right;
}

.accordion h3.hdLHS a {
	cursor: default;
	margin: 0;
    padding: 0 0 8px;
    font-size: 20px;
    color: #313233;
    background: transparent;
    font-weight: 700;
    margin-bottom:5px;
    border-bottom:1px solid #CB9800;
}

.accordion h3.hdLHS a:after {
	content: "";
	display: none;
}

.pageNav > .accordion > div {
	display: block !important;
	padding: 0;
}
.pageNavList a {
	background-color:transparent;
	padding:5px 0;
}
.pageNavList > li:hover > a, .pageNavList .sel > a, .pageNavList .sub-menu li:hover > a {
	background-color:transparent;
	color:#CB9800;
}

/*CART AND CHECKOUT
***********************************************************/

/*cart*/

.product_added {
	padding: 15px 0;
}

.product_added .prod_img {
	width: 15%;
}

.product_added .prod_desc {
	width: 40%;
}

.product_added .prod_opt {
	width: 25%;
	padding-right: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product_added .prod_price {
	width: 20%;
	text-align: right;
}

.product_added .prod_desc .title {
	padding-bottom: 10px;
}

.summary_block {
	margin-top: 0;
	margin-bottom: 20px;
}

.checkout_header .tab {
	padding: 10px;
	min-height: 90px;
}

.checkout_header #checkoutStep2 {
	padding: 0 10px;
}

.checkout_header h2 {
	font-size: 20px;
	padding: 10px 0 5px;
}

.checkout_header span,
.checkout_header p {
	display: block;
}

.checkout_header .closed span {
	display: none;
}

.checkout_header span {
	color: #008366; /*was #a8a80c*/
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.checkout_header span.edit {
	color: #CB9800;
    font-weight: bold;
    text-decoration: underline;
}

.checkout_header .active span.edit {
	display: none;
}

.checkout_header p {
	font-size: 13px;
	line-height: 17px;
}

.checkout_header [id^="checkoutStep"].active .tab:before {
	border-width: 12px 12px 0 12px;
	border-color: #008366 transparent transparent transparent; /*was #a8a80c*/
}

/*support details at top of checkout*/

.contentWrap .checkoutSupport {
	display: none;
}

.header .checkoutSupport {
	float: right;
	clear: both;
	display: block;
	background: transparent;
	font-size: 16px;
	text-align: right;
	padding: 45px 30px 0 0;
	margin: 0;
}

.checkoutSupport b {
	display: inline;
}


/*TRADE
**********************************************************/

.banner.large {
	margin: 0 10px;
}

.banner.large img {
	width: 100%;
	height: auto;
}

.banner.large h3 {
	font-size: 220%;
	line-height: 200%;
}

.banner.large h3 span {
	font-size: 220%;
}

.trade .formHolder {
	margin-top: 20px;
}

.trade .sidebar {
	margin-top: 30px;
}


/*BRANDS
***********************************************************/

h1.pageTitle,
h1#pagetitle {
	font-size: 36px;
}

.btnFilters {
	margin-top: 30px;
}

.azBig {
	margin: 30px auto 0;
}

.azBigList > li li {
	/*width: 25%;*/
	width: 33.33%;
}

.azBigList > li li a {
	transition: .5s ease;
}

.azBigList > li li a:hover {
	color: #CB9800;
}
.productsListing .box {
	backface-visibility: hidden; 
}

/**********************************************************

MEDIA QUERIES

***********************************************************

/*SMALL DESKTOP MONITORS AND SMALL LAPTOPS*/

@media (min-width: 1023px) and (max-width: 1149px) {

	.row {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*HEADER*/

	.productsListing .box a img.img2{
		display: block !important;
	}

	.toggleSearch {
		right: 17px;
	}

	.flash {
		left: 225px;
	}

	/*MAIN NAV*/


	.mainNavList {
		right: 55px;
	}

	.mainNavList > li > a {
		padding: 12px 5px 7px;
		font-size: 13px;
	}

}
@media (min-width: 1130px) {
	.topNavList > li.navcart > a {
		height:30px;
		width:30px;
		background-color:#008366;
	}
		.pageColLeft,
	.pageColRight {
		width:48%;
	}
	.pageColLeft {
		float:left;
	}
	.pageColRight {
		float:right;
	}
}
@media (min-width: 1023px) and (max-width: 1400px) {
	.mainNavList {
		left: 255px;
		display: block;
	}
	.sticky .mainNavList {
		left: 200px;
	}
/* 	.mainNavList > li {
		float: none!important;
		display: table-cell;
		vertical-align: top;
	} */
	.mainNavList > li > a {
		font-size: 13px;
		text-align: center;
		display: block!important;
	}
	.sticky .mainNavList > li > a {
		font-size: 12px;
		white-space: nowrap;
		padding-left: 7px;
		padding-right: 7px;
	}
	.down_arrow {
		bottom: 0;
	}
	.down_arrow.top {
	  display: none;
	  margin: 0 auto;
	  top: 25px;
	}

}


/*everything that's not a mobile device except really small monitors*/

@media (min-width: 1130px) {

	#home .contentWrap {
		padding-top:0;
		padding-left:0;
		padding-right:0;
	}

	.contentWrap {
		padding-top: 100px;
		padding-left:40px;
		padding-right:40px;
	}

	.productsListing .box a img.img2{
		display: block !important;
	}

	/*slide out menu*/

	.header .toggleSlideOutMenu {
		text-indent: -5000px;
	}

	.slideOutMenu .close {
		display: none;
	}

	.slideOutMenu {
		width: auto;
		height: auto;
		position: static;
		top: auto;
		left: auto;
		background: transparent;
	}


	/*HEADER*/

	.header {
		background: white;
		border-bottom:1px solid whitesmoke;
		height: 100px;
		padding: 0 40px;
	}

	#home .header {
		background: rgba(0, 0, 0, 0.1);
		background: -moz-linear-gradient(top,  rgba(49,50,51,0.6) 0%, rgba(224,224,224,0) 100%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top,  rgba(49,50,51,0.6) 0%,rgba(224,224,224,0) 100%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom,  rgba(49,50,51,0.6) 0%,rgba(224,224,224,0) 100%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99313233', endColorstr='#00ffffff',GradientType=0 );


		border-bottom:0;
		height: 100px;
		padding: 0 40px;
		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
		    -ms-transition: all .2s ease-in-out;
		     -o-transition: all .2s ease-in-out;
		        transition: all .2s ease-in-out;
	}

	#home .header.opaque {
		background:white;
		border-bottom:1px solid whitesmoke;
	}

	.header.sticky {
		height: 70px;
	}

	.header .logo {
		display: inline-block;
		background: transparent;
		left: 0;
		margin-left: 0;
		top: -8px;
	}

	.header .logo img {
		width: 320px;
		padding: 22px 0 18px;
		transition: .5s ease;
	}

	.header .logo img.logoColor {
		opacity:1;
	}

	#home .header .logo img.logoTransaprent {
		opacity:1;
	}
	#home .header.opaque .logo img.logoTransaprent {
		opacity:0;
	}
	#home .header .logo img.logoColor {
		opacity:0;
	}
	#home .header.opaque .logo img.logoColor {
		opacity:1;
	}

	.header .logo img.logoTransaprent,
	.header .logo img.logoColor {
		position:absolute;
		top: 0;
		-webkit-transition: opacity .2s ease-in-out;
		   -moz-transition: opacity .2s ease-in-out;
		    -ms-transition: opacity .2s ease-in-out;
		     -o-transition: opacity .2s ease-in-out;
		        transition: opacity .2s ease-in-out;
	}

	.header.sticky .logo img {
		width: 100px;
	}

	.header .toggle .fa,
	.topNavList >li >a .fa {
		font-size: 20px;
		color:white;
		width: auto;
		height: auto;
		padding-top: 0;
		border-right: 0;
	}

	#home .header .fa-search {
		color:white;
	}

	#home .header.opaque .fa-search,
	.header .toggle .fa.fa-search {
		color:#313233;
	}
	.header .logo:before {
		content: "";
		position: absolute;
		z-index: 20;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
	}


	.header .toggle .fa:before {
		opacity: 0.9;
	}

	.header .toggle:hover .fa:before {
		opacity: 1;
	}

	.header .checkoutSupport {
		padding: 8px;
	}

	.header.sticky .checkoutSupport {
		padding-top: 10px;
	}

	/*TOP NAVIGATION*/

	.topNav {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: .5s ease;
		position: absolute;
		z-index: 200;
		top: 35px;
		right:120px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction:row;
		-webkit-flex-direction:row;
		flex-direction:row;
		-ms-align-items:;
		-webkit-align-items: center;
		align-items:flex-start;
	}

	.sticky .topNav {
		height: 28px;
	}

	.topNavList {
		padding-right:2px;
	}

	.topNavList.enhanced {
		display: block;
		padding-right:2px;

	}

	.topNavList > li {
		width: auto;
		height: 40px;
	}

	.topNavList > li > a {
		display: inline-block;
		width: auto;
		height: auto;
		border-left: 0;
		text-indent: 0;
		opacity: 1;
		color: #0c241f;
		border:0;
		text-transform: uppercase;
		width:30px;
		line-height:30px;
		border-radius:4px;
		transition: .5s ease;
		background: #008366;
	}

	.sticky .topNavList > li > a {
		padding: 7px 10px 0 10px;
		font-size: 11px;
	}

	.topNavList:not(.topNavList.enhanced) > li:hover > a {
		color: #CB9800;
	}

	.topNavList > li:hover span.counter,
	#miniCart a.btn:hover {
		background: #25BE9C!important;
	}

	.topNavList > li a:hover {
		background-color:#25BE9C;
	}
	.topNavList > li a:hover i {
		color: white;
	}

		.topNavList > li > a:hover {
		opacity: 1;
		color: #0c241f;
	}

	.topNavList > li > a i {
		display: inline-block;
		top: 0;
		padding-left: 5px;
	}

	.topNavList > li.open > a i {
		color: #008366;
	}

	.topNavList > li > .showSubNav {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		display: inline-block;
		background: #dbd8c5;
		width: 16px;
		height: 16px;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		cursor: pointer;
		padding-top: 1px;
	}

	.topNavList > li.navcart > a span.text {
		display: inline;
		text-indent: -0;
		padding-right: 25px;
	}

	.topNavList > li > a:hover {
		opacity: 1;
	}

	.topNavList > li span.counter {
		position: absolute;
		top: -4px;
		right:-4px;
	}

	.sticky .topNavList > li span.counter {
		top: 3px;
	}

	/*dropdowns*/

	.topNavList ul {
		right: auto;
		left: 0;
		opacity: 0;
		transition: opacity .5s ease;
	}

	.topNavList .open ul {
		top: 40px;
		opacity: 1;
	}

	.topNavList ul a {
		text-align: left;
	}

	/*SEARCH*/

	.toggleSearch {
		position: absolute;
		z-index: 20;
		right: 0;
		top: 45px;
		transition: .5s ease;
	}

	.sticky .toggleSearch {
		bottom: 9px;
	}

	.header .toggleSearch .fa {
		font-size: 22px;
	}

	.search {
		height: 110px;
		padding: 25px 50px 0;
	}

	/*quick search results*/

	#QuickSearch {
		top: 100px;
	}

	#QuickSearch .inner {
		max-height: 500px;
		overflow-y: auto;
	}

	#QuickSearch .col {
		width: 16.666666666667%;
	}

	#QuickSearch .col em, #QuickSearchPage .col em{
		font-weight: bold;
	}
	/*FLASH*/

	.flash {
		padding: 0;
		position: fixed;
		z-index: 300;
		top: 10px;
		left: 275px;
		right: auto;
		text-align: left;
		background: transparent;
		border: 0;
		opacity: 1;
		transition: .5s ease;
	}

	.sticky.flash {
		top: 4px;
		left: 215px;
	}

	.flash h2 {
		font-size: 14px;
		color: #003647;
		text-transform: none;
		font-weight: 700;
	}

	.sticky .flash h2 {
		font-size: 13px;
	}

	.flash .close {
		display: none;
	}

	/*main nav*/

	.slideOutMenu .mainNav {
		display: none;
	}

	.header .mainNav {
		display: block;
		border-top: 0;
		position: absolute;
		top: 0;
		right: 190px;
		padding-top: 35px;
		transition: .5s ease;
		height: 110px;
		box-sizing: border-box;
	}

	.mainNavList {
		float: right;
	}

	.mainNavList .subnav-toggle {
		display: none;
	}

	.sticky .mainNavList {
		top: 28px;
		height: 42px;
	}

	.mainNavList > li {
		transition: none;
		border-bottom: 0;
		float: left;
		position: static;
		margin: 0 0 0 1px;
		height: 30px;
		background-color: transparent !important;
	}

	.mainNavList > li.simpleDropdown {

	}

	.mainNavList > li.navour-books > a	{
		background-color:#008366;
		padding-left:35px;
		color:white !important;
	}

	.mainNavList > li.navour-books > a:before {
		content:"\f02d";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: inherit;
		font-size: 20px;
		position: absolute;
		top: 0;
		left: 12px;
	}

	.mainNavList > li > a {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 10px;
		height: 30px;
		line-height:30px;
		border-radius:4px;
		margin: 0;
		color: white;
		font-size: 15px;
		border-bottom: 3px solid transparent;
		transition: .5s ease;
		font-weight: 700;
		font-family: 'raleway', sans-serif;
	}

	#home .mainNavList > li > a {
		color:white;
		margin-right: 1px;
	}

	.mainNavList > li > a {
		color:#313233;
		margin-right:1px;
	}

	#home .opaque .mainNavList > li > a {
		color: #313233;
	}
	#home .opaque .mainNavList > li.navourbooks > a,
	.opaque .mainNavList > li.navourbooks > a {
		color: white !important;
	}

	.sticky .mainNavList > li > a {
		height: 42px;
	}

	.mainNavList > li > a .fa {
		padding-left: 5px;
		color: #008366; /*was #a8a80c*/
	}

	.mainNavList > li:hover > a,
	.mainNavList > li a:active > a,
	.mainNavList > li.onPath > a,
	.mainNavList > li.open > a {
		background-color: #008366;
		color:white !important;
	}
	.mainNavList > li.navourbooks a:active > a,
	.mainNavList > li.navourbooks.onPath > a,
	.mainNavList > li.navourbooks.open > a,
	.mainNavList > li.navourbooks > a {
		background-color: #008366;
		color:white;
	}

	.mainNavList > li.navourbooks:hover > a {
		background-color:#25BE9C;
	}




	.mainNavList > li > .showSubNav {
		display: none;
	}


	/*sub nav lists*/

	.mainNavList .wrap {
		transition: .2s ease;
		position: absolute;
		background: #FFFFFF;
		right: 0;
		max-height: 2000px;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		overflow: hidden;
		border-bottom: 1px solid #f5f4ed;
		padding: 0;
		opacity:0;
		-webkit-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
	}

	.mainNavList .wrap.mega-menu {
		left: 0;
	}

	.mainNavList .simpleDropdown .wrap {
		right: auto;
		min-width: 200px;
		min-height: 20px;
		overflow: hidden;
		padding-top: 10px;
	}

	.sticky .mainNavList .wrap {
		top: 42px;
	}

	.mainNavList > li:hover .wrap {
		display:none;
		opacity: 1;
		-webkit-transform: translate3d(0,-1px,0);
		transform: translate3d(0,-1px,0);
		border-top: 1px solid #f5f4ed;
		border-bottom: 1px solid #f5f4ed;
	}

	.mainNavList .subNavList1 {
		max-width: 1200px;
		margin: auto;
	}

	.mainNavList .wrap .span6 {
		border-left: 1px solid #cac7b6;
		padding-left: 30px;
	}

	ul.subNavList1.sub-menu {
		padding-top: 15px;
	}


	.mainNavList .featured {
		background: #e9ecec;
	    padding: 0 10px 5px;
	    border-bottom: 3px solid #008366;
	}

	.mainNavList .simpleDropdown .sub-menu {
		float: none;
		padding-left: 0;
	}

	.mainNavList .sub-menu a,
	.mainNavList .sub-menu a:hover {
		color: #495d59;
		padding: 1px 0;
		font-size: 13px;
		font-weight: 400;
		border-bottom: 0;
	}

	.mainNavList .sub-menu a:hover {
		text-decoration: underline;
	}

	.mainNavList .sub-menu a:before {
		content: "";
		display: none;
	}

	.mainNavList .wrap .col {
		padding: 0 40px;
		box-sizing: border-box;
	}

	.mainNavList .wrap .productList figcaption {
		display: none;
	}

	.mainNavList .wrap > ul.sub-menu > .col:last-of-type {
		border-left: 1px solid #DEE0D2;
		margin-bottom: 10px;
	}

	.mainNavList .wrap > ul.sub-menu > .col:last-of-type,
	.mainNavList .wrap .megaMenuFooterHtml,
	.mainNavList .folder.last.divider {
		display:block;
	}
	.mainNavList .sub-menu li:last-child {
		margin-bottom: 10px;
	}



	.mainNavList .wrap .col.span2 {
		width: 20%;
	}

	.mainNavList .wrap .col.featured *, .mainNavList .wrap .col.featured h2 {
		color: #BA3757;
	}

	.mainNavList .wrap .col > h2 {
		color: black;
		font-size: 18px;
	}

	.mainNavList .wrap .col:last-of-type {
		border-right: 0;
	}

	.mainNavList .wrap h2,
	.mainNavList .wrap .haschildren > a,
	.mainNavList .wrap .haschildren > a:hover,
	.mainNavList .wrap.mega-menu .lev2 > a,
	.mainNavList .wrap.mega-menu .lev2 > a:hover {
		color: #495d59;
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
		padding: 5px 0;
	}

	.mainNavList .wrap img {
		max-width: 150px;
		float: left;
		padding-right: 20px;

	}

	.mainNavList .productList h3 {
		font-weight: 500;
	}

	#wrap .mainNavList .productList li {
		width: 48%;
		padding: 10px 20px 0 0;
	}

	#wrap .mainNavList .productList li {
		width: 100%;
	}

	#wrap .mainNavList .productList li figcaption{
		display: block;
	}

	.mainNavList .lev3 .sub-menu {
		padding-left: 0;
	}

	.mainNavList .lev3 .sub-menu a:after {
		content: none;
	}

	.mainNavList .megaMenuFooterHtml {
		width: 100%;
		clear: both;
		background: #e9ecec;
		overflow: hidden;
	}

	.mainNavList .megaMenuFooterHtml > div {
		padding: 0 !important;
		border: 0 !important;
		text-align: center;
		text-transform: uppercase;
		color: #008366;
		text-decoration: none;
	}

	.mainNavList .megaMenuFooterHtml > div a {
		text-align: center;
		text-transform: uppercase;
		color: #008366;
		text-decoration: none;
		padding: 15px 10px;
		display: block;
		font-size: 14px;
		border-right: 1px solid #fff;
	}

	.mainNavList .megaMenuFooterHtml > div:last-child a {
		border: 0;
	}

}
@media (min-width: 1200px) {
	.header .logo img {
		width: 360px;
	}
}

@media (min-width: 1600px) {

	/*PRODUCT LIST*/

	.mainNavList > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*BRAND LIST*/

	.brandsListing .col {
		width: 20%;
	}

	.brandsListing .span3:nth-of-type(2n+3),
	.brandsListing .span3:nth-of-type(3n+4),
	.brandsListing .span3:nth-of-type(4n+5) {
		clear: none;
	}

	.brandsListing .span3:nth-of-type(5n+6) {
		clear: left;
	}
	.mainNavList > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media (min-width: 2100px) {

	/*PRODUCT LIST*/

/* 	.productsListing .col {
		width: 25%;
	}

	.productsListing .span3:nth-of-type(2n+3),
	.productsListing .span3:nth-of-type(3n+4),
	.productsListing .span3:nth-of-type(4n+5),
	.productsListing .span3:nth-of-type(5n+6) {
		clear: none;
	}

	.productsListing .span3:nth-of-type(4n+1) {
		clear: left;
	} */

	/*BRAND LIST*/

	.brandsListing .col {
		width: 25%;
	}

	.brandsListing .span3:nth-of-type(2n+3),
	.brandsListing .span3:nth-of-type(3n+4),
	.brandsListing .span3:nth-of-type(4n+5),
	.brandsListing .span3:nth-of-type(5n+6) {
		clear: none;
	}

	.brandsListing .span3:nth-of-type(4n+1) {
		clear: left;
	}

}

li.divider {
	display: none;
}

/* letter list ******************/

div.letterList {
	width:20%;
}
.letterList:nth-of-type(4n+1) {
		clear:none;
	}
.letterList:nth-of-type(5n+1) {
	clear:left;
}

/* PRODUCTSLISTING MEDIA QUERIES ***********************************/

@media (min-width: 960px) {
	.grid.productsListing .span3 {
		padding:0 20px;
	}
}
@media (min-width: 1200px) {
	.grid.productsListing .span3 {
		padding:0 40px;
	}
}

/*promos in product listing*/

.promo .badge {
	/* display: none; */ /*on rest until monday :)*/
/* 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: -8px;
	left: -3px;
	width: 80px;
	height: 80px;
	padding: 0;
	border-radius: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		-ms-align-items:center;
			align-items: center;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg); */    
	border-bottom: 105px solid transparent;
    border-left: 105px solid #008366;
    border-top: 100px solid transparent;
    box-sizing: border-box;
    height: 0;
    left: -17px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -69px;
    transform: rotate(-135deg);
    width: 0;
    z-index: 20;    
}

#irish-books .badge span{
	margin-left: -35px;
}

.productsListing .promo .badge{
	left: -40px;
	top: -75px;
}
.badge span {
	bottom: -10px;
	left: -70px;
}
/* .productDetail .promo .badge {
	top: 0;
	left: 5px;
	width: 100px;
	height: 100px;
} */

.promo.green .badge {
	background: #008366;
}

.promo.blue .badge {
	background: #00717d;
}

.promo .badge span {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}

.productDetail .promo .badge span {
	font-size: 15px;
}