.wrapper {
  width:980px;
  margin:0 auto;
}

/* Main Navigation */

.nav li a {
	padding:5px 10px;
	display:block;
}

/* Buttons */

.button {
	background:#f7f7f7;
	border:1px solid #ddd;
	padding:5px 10px;
	border-radius:2px;
	margin:0 0.5em 0.5em 0;
	color:#333;
}

.button-alt {
	background:#333;
	border:1px solid #333;
	padding:5px 10px;
	border-radius:2px;
	margin:0 0.5em 0.5em 0;
	color:#fff;
}

/* Form Elements */

.text, textarea, select {
	border:1px solid #ddd;
}

form .row {
	margin: 0 0 15px;
}

.form-inline .row label {
	width: 100%;
}

.form-inline .row .text {
	clear: both;
	width: 76.304347826087%;
	border: 1px solid #d8d8d8;
}

.form-inline .row .text:focus {
	clear: both;
	width: 76.304347826087%;
	border: 1px solid #acacac;
}

#textarea {
	width: 100%;
	min-height: 140px;
}

.form-inline .button {
	padding: 5px 32px;
	font-size: 16px;
}

#map {
	width: 198px;
	height: 198px;

	border: 10px solid #fff;
}

#map img {
	max-width: none;
}

/* Members */

.members .column {
	width: 49%;
	float: left;
	display:inline;
	margin-left: 2%;
}

/* Breadcrumbs */

.breadcrumbs {
	margin:0;
	padding:0;
}

.breadcrumbs li {
	float:left;
	display:inline;
}

.breadcrumbs li a {
	display:block;
	padding:5px 10px;
}

.breadcrumbs li:last-child {
	font-weight: bold;
}

/* Pagination */

.paginumberorder {
	margin-bottom: 10px;
	padding-top: 4px;
}

.pagination {
	position: relative;
	display: inline;
	clear: both;
	float: left;
	left: 34%;
	margin-top: 1px;
}

.pagination li {
	margin: 0;
	padding: 0;

	background: none;
}

.pagination li a, .paginationnumbers {
	display: block;
	margin-right: 5px;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
}

.pagination li a:hover {
	color: #00642f;
	text-decoration: underline;
}

.pagination li.active a {
	text-decoration: underline;
	/* border-bottom: 1px solid #007236; */
}

.pagination li a i {
	font-size: 11px;
}

.pagination li a:hover i {
	text-decoration: none;
}

.pagination .dots {
	padding:5px 10px;
}

.paginumberorder form {
	float: right;
	margin-left:10px;
}

.paginumberorder form label {
	display: inline;
	float: left;
	margin-right: 5px;
	font-weight: normal;
}

.paginationBottom {
	margin-top: -17px;
	margin-bottom: 0;
	padding-top: 0;
}

.paginationBottom .pagination li {
	margin-bottom: 0;
	padding: 0;

	background: none;
}

/* Browse Styles */

.browse {
	clear:both;
}

/* --------------------------- vCard styling --------------------------- */

.vcard .org {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}

.vcard abbr {
	border: 0;
}

.vcard div {
	margin-bottom: 6px;
}

.vcard .type {
	font-size: 16px;
	font-weight: bold;
}

/* --------------------------- Placeholder styling --------------------------- */

::-webkit-input-placeholder {
   color: #a1a1a1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #a1a1a1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #a1a1a1;
}

:-ms-input-placeholder {
   color: #a1a1a1;
}



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

	FONTS

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



@font-face {
    font-family: 'pt';
    src: url('../font/PTS55F-webfont.eot');
    src: url('../font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/PTS55F-webfont.woff') format('woff'),
         url('../font/PTS55F-webfont.ttf') format('truetype'),
         url('../font/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt';
    src: url('../font/PTS75F-webfont.eot');
    src: url('../font/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/PTS75F-webfont.woff') format('woff'),
         url('../font/PTS75F-webfont.ttf') format('truetype'),
         url('../font/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'pt';
    src: url('../font/PTS76F-webfont.eot');
    src: url('../font/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/PTS76F-webfont.woff') format('woff'),
         url('../font/PTS76F-webfont.ttf') format('truetype'),
         url('../font/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}






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

	AUTHOR STYLES

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

body {
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 13px;
	font-family: 'pt', helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.2px;

	background: url('../images/Powderwebsite.jpg') top center no-repeat fixed;
	background-size: 100%;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 9px;
}

h1 {
	padding-bottom: 5px;
	margin-bottom: 9px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;

	border-bottom: 1px dotted #7f7f7f;
}

h2 {
	padding-bottom: 5px;
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	padding-bottom: 5px;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	padding-bottom: 5px;
	margin-bottom: 9px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	padding-bottom: 5px;
	margin-bottom: 9px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

h6 {

}

p {
	margin-bottom: 10px;
	line-height: 17px;
}

a {
	color: #00642f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #404040;
}

.button, a.button {
	margin: 0;
	padding: 7px 12px;
	color: #fff;
	font-size: 13px;
	font-family: 'pt', helvetica, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;

	border: 0;

	border-radius: 0;

	background: #007236;
}

.button:hover, .button:hover {
	color: #fff;

	background: #005826;
}

label {
	font-weight: bold;
}

.text {
	padding: 5px;
	font-size: 11px;
	border: 1px solid #d8d8d8;
}

.text:focus {
	border: 1px solid #acacac;
}

ul {
	padding: 0;
	list-style: none;
	margin-left: 2em;
}

ul li {
	margin-left: -14px;
	padding-left: 14px;

	background: url('../images/red-bullet.png') left center no-repeat;
}

.sitemapUl {
	margin: 0 0 14px;
}

.sitemapUl li {
	float: left;
	margin: 0;
	width: 30%;
}

.sitemapUl li a {
	color: #404040;
}

.sitemapUl li a:hover {
	color: #00642f;
}

.centerPush {
	position: relative;
	float: left;
	left: 50%;
}

.centerPull {
	position: relative;
	float: right;
	right: 50%;
}

.red {
	color: #007236;
}

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

	HEADER

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

#header {
	margin: 0;
	padding: 0;
	width: 100%;

	background: #fff;
}


/*  ======================================= HEAD ========================================= */

.header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 170px;

	background: #007236;
}

.logo {
	margin: 0;
	padding: 29px 49px 31px;
	height: 110px;
	width: 330px;
}

.logo h1 {
    float:right;
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
    border: 0;
}

.logo img {
	height: 100%;
}

.headerInfo {
	display: block;
	float: right;
	margin: 0;
	padding: 87px 0 0;
	width: 458px;
	color: #fff;
}

.headerInfo a {
	color: #fff;
}

.accountInfo {
	display: block;
	float: right;
	margin: 0;
	padding: 0 42px 0 0;
	line-height: 18px;
	text-align: right;
	text-transform: uppercase;
}

.orderInfo {
	cursor: pointer;
	line-height: 17px;
}

.orderInfo div strong {
	line-height: 18px;
}

.orderInfo i {
	font-size: 15px;
	margin-left: 5px;
}

.search {
	position: relative;
	padding-top: 23px;
	width: 264px;
	height: 30px;
}

.search form label {
	display: none;
}

.search form .row .text {
	margin: 0;
	padding: 5px 82px 6px 6px;
	width: 100%;
	height: 30px;

	border: 3px solid #fff;
}

.lt-ie8 .search form .row .text {
	margin: 0;
	padding: 5px 82px 6px 6px;
	width: 171px;
	height: 14px;

	border: 3px solid #fff;

	*behaviour: none;
}

.search .button {
	position: absolute;
	top: 26px;
	right: 3px;
	padding: 3px 14px 4px;
	height: 24px;
}

input, select, textarea {
	font-family: 'pt', helvetica, arial, sans-serif;
}


/*  ======================================= BASKET MINI ========================================= */

#mini-basket {
	position: relative;
	z-index: 300;
}

#basket-preview {
	position: absolute;
	display: none;
	top: 22px;
	left: 0;
	margin: 0;
	padding: 5px;
	width: 300px;
	color: #404040;

	box-shadow: 0 2px 5px rgba(0,0,0,0.15);

	background: #fff;
}

#basket-preview h2 {
	margin: 0;
	padding: 5px;
	color: #fff;
	text-align: left;

	background: #007236;
}

#basket-preview a {
	color: #404040;
}

#basket-preview i {
	font-size: 18px;
}

#basket-preview table {
	margin-bottom: 5px;
}

#basket-preview td {
	margin: 0;
	padding: 5px;
}

#basket-preview td.image {
	width: 40px;
	height: 40px;
}

#basket-preview td.remove:hover a {
	color: #005826;
}

.priceCheckoutWrap {
	float: left;
	clear: both;
	width: 100%;
}

#basket-preview p {
	float: right;
	margin: 0;
	padding: 8px 16px;
	font-size: 18px;
	color: #007236;
	font-weight: bold;
}

#basket-preview .button {
	color: #fff;
}


/*  ======================================= NAV ========================================= */

.edgenav {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	z-index: 200;

	background: #005826;
}

.edgenav li {
	margin: 0;
	padding: 0;
	width: 50%; /* remove to when more than two categories in man nav */

	background: none;
}

.edgenav li:first-child a {
	/* padding-left: 37px; */
}

.edgenav li.last a {
	/* padding-right: 37px; */
}

.edgenav li a {
	display: block;
	margin: 0;
	padding: 9px 17px 8px;
	color: #fff;
}

.edgenav li:hover a, .edgenav li.active a {
	color: #fff;
	background: #007236;
}

.edgenav li:hover a {
    background: #00642f;
}

.edgenav li:hover ul {
	padding-top: 3px;
	padding-bottom: 19px;

	border-top: 0;

	box-shadow: 0 2px 5px rgba(0,0,0,0.15);

	background: #fff;
}

.edgenav li ul {

	width: 100%;

}

.edgenav li ul li {
	clear: both;
	width: none;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 0px;

	width: 100%;

}

.edgenav li:hover ul li a {
	color: #007236;
	font-size: 13px;
	font-weight: normal;

	background: #fff;
}

.edgenav li:first-child ul li:first-child a {
	padding: 1px 17px 2px;
	text-align: left;
}

.edgenav li:first-child ul li a {
	padding: 1px 17px 2px;
}

.edgenav li ul li:first-child a {
	padding: 1px 17px 2px;
}

.edgenav li ul li a:hover{
	color: #fff;

	background: #007236;
}

	.lt-ie8 .edgenav li a {
		margin:0;
		display:block;
	}






/*  ======================================= HEADER ADS ========================================= */

.headerBannerLinks {
	clear: both;
	margin: 0 0 20px;
	padding: 0 10px;
	height: 40px;
}

.headerBannerLinks a {
	display: inline;
	float: left;
	margin: 0 10px;
	padding: 6px 0 5px;
	width: 460px;
	color: #797979;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;

	border: 3px solid #cacaca;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    *behavior: url(/css/boxsizing.htc);
}



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

	SLIDER

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

.banner {
	margin-bottom: 30px;
}

.slideWrap {
	position: relative;
	margin: 0;
	padding: 0;
	width: 710px;
	z-index: 100;
    height: 294px;
    overflow: hidden;
}

.bx-wrapper {
	position: relative;
	margin: 0 !important;
	padding: 0;
	width: 100%;
	height: 294px;
	z-index: 90;
}

.bx-viewport {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 90;

	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

.slideWrap .bx-viewport {
	height: 294px !important;
}

.slider {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 90;
}

.slide {
	position: relative;
	z-index: 90;
}

.slide img {
	position: relative;
	z-index: 90;
}

.slide .centerPush, .slide .centerPull {
	z-index: 95;
}

.slide .centerPush {
	top: -205px;
}

.slide .title {
	position: relative;
	display: block;
	float: left;
	color: #fff;
	z-index: 95;
}

.title div {
	padding: 0 9px;
	background: #007236;
}

.title h1, .title h2 {
	margin: 0;
	padding: 8px 0 1px;
	font-size: 29px;
	font-weight: normal;

	border-bottom: 1px dotted #fff;
}

.title h2 {
	padding-top: 3px;
	padding-bottom: 6px;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	text-transform: none;

	border-bottom: 0;
}

.title a {
	display: block;
	float: right;
	margin: 0;
	padding: 5px 13px 4px 13px;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;

	background: #005826;
}

.title a i {
	font-size: 16px;
}

.controls {
	position: relative;
	float: left;
	margin: -184px 10px 0;
	padding: 4px 0 0;
	width: 40px;
	height: 40px;
	font-size: 26px;
	text-align: center;
	z-index: 95;

	background: url('../images/slider-circle.png') center center no-repeat;
}

.next {
	float: right;
}

.controls a {
	margin-left: -2px;
	color: #fff;
}

.controls a.bx-next {
	margin-left: 0;
	margin-right: -2px;
	color: #fff;
}


/*  ======================================= SIMPLE STEPS ========================================= */

.simpleSteps {
	float: right;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 294px;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;

	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);

	background: #007236;
}

.simpleSteps a, .simpleSteps a:hover {
	color: #fff;
}

.simpleSteps .heading {
	padding: 5px 0 7px;
	font-size: 16px;
	text-align: center;
}

.stepsImageWrap {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 116px;
	display: none;
}

.simpleSteps .initialStep .stepsImageWrap {
	display: block;
}

.step {
	padding: 7px 20px 6px;
	font-weight: bold;
}

.step span:first-child {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 2px 0 0;
	width: 25px;
	height: 23px;
	color: #007236;
	font-size: 15px;
	text-align: center;

	border-radius: 50px;

	background: url('../images/step-circle.png') center center no-repeat #fff;
}

.simpleSteps .alt {
	background: #005826;
}

.simpleSteps .buildIt, .simpleSteps .previewIt, .simpleSteps .playBowls {
	height: 40px;
}

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

	CONTENT

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

#content {
	margin: 0;
	padding: 0 20px 20px;
	min-height: 500px;

	background: #fff;
}


/*  ======================================= ITEMS ========================================= */

ul.items-list {
	margin-left: 0;

}
.items-list {

}

.items-list li {
	position: relative;
	display: inline;
	margin: 0;
	margin-bottom: 21px;
	margin-right: 20px;
	padding: 8px 15px 11px;
	width: 31.914893617021%;
	cursor: pointer;

	border: 1px solid #cacaca;

	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);

	background: #fff;

}

.listing .items-list li {
	position: relative;
	margin: 0;
	margin-bottom: 19px;
	margin-right: 20px;
	padding: 8px 15px 11px;
	width: 31.428571428571%;
	height: 302px;

	border: 1px solid #cacaca;

	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);

	background: none;
	background: #fff;
}

.item-image-wrap {
	margin: 9px auto 0;
	width: 180px;
	height: 180px;
}

.items-list li h4 {
	margin-left: -4px;
	margin-bottom: 0;
	color: #00642f;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.items-list li h3 {
	margin: 10px 0 0;
	padding: 10px 0 0;
	line-height: 18px;

	border-top: 1px dotted #7f7f7f;
}

.items-list li h3 a {
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.items-list li .price {
	margin: 0;
	padding: 0;
	color: #00642f;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}

.items-list li .price a {
	text-transform: uppercase;
}

.price .strikethrough {
	font-weight: normal;
	text-decoration: none;
}

.shopNow i {
	font-size: 11px;
}


/*  ======================================= DISCOUNT ========================================= */

.discountBanner {
	position: absolute;
	top: 185px;
	left: -10px;
	margin: 0;
	padding: 4px 0 3px;
	width: 174px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;

	box-shadow: 5px 0px 8px rgba(0,0,0,0.35);

	background: #007236;
}

.listing .discountBanner {
	top: 167px;
}

.discountBanner .before {
	position: absolute;
	top: -20px;
	left: -10px;
	width: 24px;
	height: 73px;

	background: url('../images/discountShadow.png') 0 0 no-repeat;
}

.discountBanner .after {
	position: absolute;
	bottom: -11px;
	right: -7px;
	width: 62px;
	height: 11px;

	background: url('../images/discountShadow2.png') 0 0 no-repeat;
}


/*  ======================================= LATEST NEWS / ECLUSIVE OFFERS ========================================= */

.items-list li.latestNews {
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;

	box-shadow: 0 0 0;

	background: none;
}

.items-list .latestNews .news, .items-list .latestNews .exclusiveOffers {
	margin-bottom: 20px;
	padding: 8px 11px 11px;
	border: 1px solid #cacaca;

	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);

	background: #fff;
}

.items-list .latestNews .news {
	height: 135px;
}

.items-list .latestNews .exclusiveOffers {
	margin: 0;
	padding: 8px 11px 15px;
}

.items-list .latestNews .news h4, .items-list .latestNews .exclusiveOffers h4 {
	clear: none;
	margin: 0 0 4px;
}

.items-list .newsImageWrap {
	display: block;
	float: right;
	/*margin: 0 9px 0 0;*/
	margin: -23px 9px 0 0;
	padding: 0;
	width: 86px;
	height: 86px;
	overflow: hidden;

	border: 0;

	border-radius: 86px;
}

.items-list .latestNews .news .newsWrap {
	margin: 0;
	padding: 0;
	width: 180px;
}

.items-list .latestNews .newsWrap h4 {
	margin: 0 0 3px;
	padding: 1px 0 0;
	font-size: 14px;
	line-height: 17px;
}

.items-list .newsWrap a {
	margin: 0;
	padding: 0;
	color: #404040;
}

.items-list .latestNews .news .newsWrap p {
	margin: 0 0 14px;
	height: 35px;
	line-height: 16px;
	overflow: hidden;
}

.items-list .newsWrap a.readMore {
	font-weight: normal;
	text-transform: uppercase;
}

.readMore i {
	font-size: 16px;
}

.exclusiveEmail form label {
	margin-bottom: 11px;
	font-weight: normal;
}

.exclusiveEmail form .row {
	margin: 0 0 2%;
}

.exclusiveEmail form .row .text {
	width: 66.666666666667%;

	border: 1px solid #cecece;
	border-right: 0;
}

.exclusiveEmail .button {
	padding: 6px 17px 6px 17px;
	font-size: 11px;
}

.lt-ie9 .exclusiveEmail .button {
	padding: 6px 17px 7px 17px;}


/*  ======================================= ITEM DETAILS ========================================= */


/*  ============================== ITEM IMAGE ============================== */

.item-image .bx-wrapper {
	height: 100%;
}

.item-image .bx-viewport {
	box-shadow: 0 0 0;
	overflow: visible !important;
}

#large-image {
	margin: 0;
	padding: 0;
	height: 350px;

	border: 1px solid #cbcbcb;
}

#large-image .imageSlide {
	width: 458px !important;
}

#large-image img {
	display: block;
	margin: 0 auto;
}

.thumbs {
	width: 458px;

	border: 1px solid #cbcbcb;
	border-top: 0;
}

.lt-ie8 .thumbs {
	margin-top: -2px;
}

.thumbs li {
	float: left;
	margin: 0;
	padding: 5px !important;
	width: 80px;

	border-right: 1px solid #cbcbcb;

	background: none;
}

.thumbs li:first-child {
	margin-left: 2px;
}


.thumbs li.last {
	border: 0;
}


/*  ============================== ITEM DESCRIPTION ============================== */

.item {
	margin-bottom: 30px;
}

.item-description h1 {
	margin-bottom: 19px;
}

.lt-ie8 .item-description form {
	margin-bottom: 15px;
}

.item-description form .row {
	float: left;
	margin-right: 20px;
	width: 220px;
}

.item-description form .row label {
	margin: 0;
	padding: 0;
	width: 57px;
	font-weight: normal;
	display: none;
}

.item-description form .row .sbHolder {
	width: 218px;
	height: 24px;
}

.item-description form .full-width {
	width: 100%;
}

.size-guide {
	display: block;
	float: left;
	margin-left: 19px;
	width: 92px;
	color: #404040;
	font-weight: normal;
	text-transform: capitalize;

	background: url('../images/sizeguidebg.png') right center no-repeat;
}

.size-guide:hover {
	color: #00642f;
}

.item-description h3 {
	display: inline;
	float: right;
	clear: none;
}

.was {
	font-size: 13px;
	text-decoration: line-through;
}

.now {
	font-size: 18px;
	font-weight: bold;
}

.total {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#addbag {
	margin-left: 12px;
	margin-top: -2px;
	padding: 5px 14px;
	font-size: 16px;
}

.social-btn {
	float: left;
}

.social-btn div {
	float: left;
}

.social-btn .tweet {
	margin-left: 5px;
	margin-right: 17px;
}

.tabs, .tabs {
	position: relative;
	z-index: 20;
}

.tabs ul.topNavUl, .tabs2 ul.topNavUl {
	position: relative;
	list-style: none;
	margin-bottom: -1px;
	z-index: 19;
	margin-left: 0;
}

.tabs ul.topNavUl li, .tabs2 ul.topNavUl li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 228px;
	height: 31px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;

	border: 1px solid #cdcdcd;

	box-shadow: inset 0 -2px 5px rgba(0,0,0,0.15);

	background: #fff;
}

.tabs2 ul.topNavUl li {
	width: 218px;
}

.tabs ul.topNavUl li a, .tabs2 ul.topNavUl li a {
	display: block;
	margin-bottom: -2px;
	padding: 4px 0 6px;
	color: #404040;
}

.tabs ul.topNavUl li.active, .tabs2 ul.topNavUl li.active2 {
	height: 32px;

	border-bottom: none;

	box-shadow: 0 0 0;
}

.tabs ul.topNavUl li.active a, .tabs2 ul.topNavUl li.active2 a {
	color: #007236;

	box-shadow: 0 0 0;
}

.tabs ul.topNavUl li.last, .tabs2 ul.topNavUl li.last {
	margin-left: -1px;
	width: 229px;
}

.tabs2 ul.topNavUl li.last {
	width: 218px;
}

.tab_container {
	position: relative;
	margin: 0;
	padding: 10px;
	z-index: 10;

	border: 1px solid #cdcdcd;
}

.tab_item {
	min-height: 205px;
}

.tab_container ul {
	margin: 0;
	padding-left: 19px;
}

.tab_container .items-list {
	margin: 0;
	padding: 15px 0 3px;
}

.tab_container .items-list li {
	margin: 0;
	margin-right: 42px;
	padding: 6px;
	width: 21.56862745098%;

	border: 0;

	box-shadow: 0 0 0;
}

.tab_container .items-list .item-image-wrap {
	margin: 0 auto;
	padding: 0;
	width: 170px;
	height: 170px;
}

.tab_shadow {
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}


/*  ============================== ITEM CUSTOMISE ============================== */

.customise #large-image {
	height: 430px;
}

.customise #large-image img {
	position: relative;
	width: 79%;
}

.customise .item-description form .custom {
	margin-top: 5px;
}

.customise .item-description form  #customiseHolder label {
	/*
	display: none;
	*/
}

.customise .item-description form .row .sbHolder a {
	width: 187px;
	color: #404040;
}

.customise .item-description form .row .sbHolder a.sbToggle {
	width: 22px;

	background: url('../images/select-icon2.png') 12px center no-repeat;
}

.customise .item-description form .row .sbOptions {
	width: 218px !important;
}

.customise .item-description form .row .sbOptions a {
	width: 197px !important;
}

.customise .item-description form .row .sbOptions a:hover {
	color: #fff;
}

.customise .item-description form .custom label {
	display: block;
	margin: 0;
	padding: 4px 6px 3px;
	width: 220px;
	color: #404040;
	cursor: pointer;

	border: 1px solid #cacaca;

	background: #fff;
}

.customise .item-description form .custom label i {
	position: relative;
	float: right;
	top: 5px;
	right: 4px;
	font-size: 11px;
}

.customise .item-description form .custom label.labelEmblemClicked {
	color: #fff;

	border: 1px solid #007236;

	background: #007236;
}

.customise .tab_item {
	min-height: 157px;
}


/*  ============================== ITEM DESCRIPTION CUSTOMISE Customiser ============================== */

.customise .item-description form .emblemSelect {
	margin: 0;
	padding: 0;
	width: 100%;
}

.customise .item-description form .emblemSelect div {
	float: left;
	margin: 0;
	padding: 0;
}

.customise .item-description form .customiseHolder, .customise .item-description form .uploadHolder {
	display: none;
}

.customise .item-description form .emblemSelect .sbHolder {
	margin-left: 0px;
	width: 153px;
	height: 26px;

	border: 0;
	border-right: 1px solid #fff;

	background: #404040;
}

.customise .item-description form .emblemSelect .emblemSelectLast .sbHolder {
	width: 152px;

	border: 0;
}

.customise .item-description form .emblemSelect .sbHolder a {
	width: 120px;
	color: #fff;
}

.customise .item-description form .emblemSelect .sbHolder a.sbToggle {
	width: 22px;

	background: url('../images/select-icon-hover.png') 12px center no-repeat;
}

.customise .item-description form .emblemSelect .sbOptions {
	top: 26px !important;
	margin-left: 1px !important;
	width: 152px !important;
}

.customise .item-description form .emblemSelect .emblemSelectLast .sbOptions {
	width: 151px !important;
}

.customise .item-description form .emblemSelect .sbOptions a {
	width: 133px !important;
	color: #404040 !important;
}

.customise .item-description form .emblemSelect .sbOptions a:hover {
	color: #fff !important;
}

.customise .item-description .emblemHolder {
	margin: 0;
	padding: 0;
	height: 213px;
	overflow: hidden;
	overflow-y: auto;

	border: 1px solid #d0d0d0;

	background: #ededed;
}

.emblemHolder .emblemHolderCenter {
	margin: 3px auto;
	width: 430px;
}

.emblemHolder .emblemWrap {
	float: left;
	margin: 6px;
	cursor: pointer;
}

.emblemHolder .imageWrap {
	padding: 6px;
	width: 62px;
	height: 62px;
	line-height: 62px;
	vertical-align: middle;
}

.emblemHolder .imageWrap img {
	display: block;
	margin: 0 auto;

	opacity: 0.7;
}

.emblemWrap:hover .imageWrap img {
	opacity: 1;
}

.emblemWrap .emblemName {
	padding: 0px 5px;
	text-align: center;
	text-transform: capitalize;

	border-bottom: 3px solid #ededed;
}

.emblemWrap:hover .emblemName, .emblemWrap.active .emblemName {
	border-bottom: 3px solid #b7b7b7;
}

.fileUploader {
    padding: 20px 10px;
    border: 1px solid #d0d0d0;
    background: #ededed;
    text-align: center;
}

.itemEmblemCustomTitle {
    color: #007236;
    padding: 0 0.5em;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 34px;
}

.emblemUploadButtonWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}

.icon-upload {
    font-size: 80px;
    color: #007236;
}

.fileUploadSmallText {
    color: #007236;
    margin-top: 15px;
    display: block;
    line-height: 30px;
}

#emblemUpload {
    background: #007236;
    display: inline-block;
    float: none;
    color: #FFF;
    text-transform: uppercase;
    padding: 13px 0 13px 18px;
    vertical-align: top;
    position: relative;
    font-family: Asap,sans-serif;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0;
}

.itemEmblemCustomTitle span {
    font-weight: 900;
}

.item-description .js-wait {
	display: none;
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 100;
    margin-top: -5px;
    text-align: center;
}
.item-description .js-wait img {
	margin-top: 10%;
}
.item-description .js-wait, .item-description .js-loading-finished .js-wait {
	display: none;
}

.no-js .item-description .js-wait {
	display: block;
}


#item-order-form {
	position: relative;
}

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

	CONTENT SUBPAGES

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


/*  ======================================= COPY ========================================= */

.copy {
	float: right;
	margin: -6px 0 0;
	padding: 0;
	width: 460px;
}

.listing {
	margin-top: -10px;
	width: 700px;
}


/*  ======================================= aside ========================================= */

.aside {
	float: left;
	margin: -6px 0 0;
	padding: 0;
	width: 220px;
	text-transform: capitalize;
}

.details {
	width: 460px;
}

.aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #00642f;
}

.aside li {
	margin: 0;
	padding: 0;

	background: none;
}

.aside ul a {
	color: #00642f;
	font-weight: normal;
}

.aside .breadcrumbs {
	padding: 0 0 13px 17px;
}

.aside .breadcrumbs a {
	display: inline;
	padding: 0;
	padding-left: 3px;
}

.aside .breadcrumbs li.active a {
	font-weight: bold;
}

.aside h2 {
	margin: 0;
	padding: 3px 0 4px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;

	background: #005826;
}

.aside .asideNav, .aside #asideNav {
	margin: 0;
	padding: 14px 0 9px;

	border: 1px solid #cbcbcb;
	border-top: 0;

	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.aside ul.asideNav li a, .aside ul#asideNav li a {
	display: block;
	margin: 0;
	padding: 1px 18px 2px;
}

.aside ul.asideNav li:hover a, .aside ul#asideNav li:hover a {
	color: #fff;

	background: #007236;
}

.aside ul.asideNav li.active a, .aside ul#asideNav li.active a {
	font-weight: bold;
}

.aside ul.asideNav li.active:hover a ,.aside ul#asideNav li.active:hover a {
	color: #00642f;
	cursor: default;
	background: none;
}


/*  ======================================= sidebar ========================================= */

.sidebar {
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
}

.sidebar .imageWrap {
	margin: 0 0 20px;
	padding: 0;

	border: 1px solid #cbcbcb;

	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.sidebar .imageWrap img {
	margin: 0;
	padding: 0;

	border: 10px solid #fff;
}


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

	FOOTER

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

#footer {
	color: #fff;

	background: #005826;
}

#footer a {
	color: #fff;
	font-weight: normal;
}

.footer {
	margin: 0;
	padding: 26px 0 29px;
	font-size: 13px;
	text-align: left;

	border: 0;

	background: #007236; /* Old browsers */
	background: -moz-linear-gradient(top,  #007236 0%, #00642f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007236), color-stop(100%,#00642f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007236 0%,#00642f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007236 0%,#00642f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007236 0%,#00642f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007236 0%,#00642f 100%); /* W3C */
}

.footer .grid_3 {
	position: relative;
	margin: 0;
	padding: 0 0 0 4.897959183673%;
	width: 24%;
	z-index: 5;
}

#commWebFooterImage {
	position: relative;
	z-index: 5;
}

.footer .grid_3 .imageWrap {
	position: relative;
	margin-left: 20px;
	margin-top: 5px;
	padding: 0;
	z-index: 4;
}

.footer h3 {
	padding-bottom: 13px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;

	border-bottom: 1px dotted #fff;
}

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

.footer ul li {
	margin: 0;
	margin-bottom: -4px;
	padding: 0;

	background: none;
}

.footer a {
	display: block;
}

#copyright, #credits {
	font-size: 11px;
	padding: 7px 50px 9px 47px;
}


/*-----------------------------------  SELECT DROPDOWN STYLES ----------------------------------------*/


.sbHolder {
	position: relative;
	display: block;
	float: left;
	margin: -4px 0 0;
	padding: 0;
	width: 169px;
	height: 23px;
	font-size: 13px;
	line-height: 1em;
	vertical-align: middle;
	outline: none;

	border: 1px solid #cacaca;


}

.sbHolder a {
	display: block;
	margin-top: -2px;
	margin-left: -11px;
	padding-left: 11px;
	width: 147px;
	height: 100%;
	color: #404040;
	font-family: 'pt';
	font-weight: normal;
	outline: none;
}

.sbHolder:hover, .sbHolder:focus {
	outline: none;
}

.sbHolder:hover a, .sbHolder:focus a {
	color: #404040;
}

.sbSelector {
	position: absolute;
	display: block;
	top: 0;
	left: 10px;
	line-height: 28px;
	overflow: hidden;
	outline: none;
}

a.sbToggle {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 22px;
	height: 28px;
	outline: none;

	background: url('../images/select-icon2.png') 12px center no-repeat;
}

.sbToggle:hover {
	background: url('../images/select-icon2.png') 12px center no-repeat;
}

.sbToggleOpen {
	background: url('../images/select-icon2.png') 12px center no-repeat;
}

.sbToggleOpen:hover {
	background: url('../images/select-icon2.png') 12px center no-repeat;
}

.sbHolderDisabled {
}

.sbHolderDisabled .sbHolder {

}

.sbHolderDisabled .sbToggle {

}

.sbOptions {
	position: absolute;
	top: 23px !important;
	left: -1px;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	list-style: none;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 99;
	outline: none;

	border: 1px solid #cacaca;

	box-shadow: 0px 5px 5px rgba(0,0,0,0.25);

	background: #fff;
}

.sbOptions li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-image: none !important;
	background: none !important;
	outline: none;
}

.sbOptions li.last {
	border: none;
}

.sbOptions a {
	display: block;
	margin-left: 0;
	padding: 10px 11px !important;
	width: auto;
	color: #404040;
	outline: none;
}

.sbOptions a:hover, .sbOptions a:hover {
	color: #fff;

	background: #404040;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
}

.sbOptions li.last a {
	border-bottom: none;
}

.sbOptions .sbDisabled {
}

.sbOptions .sbGroup {
}

.sbOptions .sbSub {
}

.memebers-nav, .memebers-nav li {

	list-style-type: none;
	background: 0;

}


.success {

	background: #AEF0B4;
	border: thin solid #5AF85A;
	color: #427A42;
	padding: 8px;
	margin-bottom: 1em;

}


.image-layers {

	position: relative;
	width: 459px;
	height: 430px;

}

.imageWrap {
	padding-top: 45px;
}

.emblem-layers, .ring-layers, .color-layers  {
	position: absolute;
	width: 459px;
}

.emblem-layers img, .ring-layers img, .color-layers img {
	position: absolute;
}
.emblem-layers img {
	top: 0px;
}


.news-list {
	margin-left: 0;
}


.news-list li {
	margin-left: 0;
	padding-left: 0;
	background: 0;
}

.news-list li p {
	margin: 1em 0;
}


.news-full .image {
	margin-top: 0.5em;
	margin-bottom: 20px;
}

.news .date, .news-full .date {
	font-weight: bold;
}

.news-full .text {
	border: 0;
	padding: 0;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}






/*-------------------------------------- CHECKOUT -------------------------------------*/



#checkout .header {
	height: 31px;
	color: #FFF;
}

#checkout .alert {
	margin-top: 1em;
}

#checkout .alert h3 {
	margin-top: 0;
}

#checkout .row {
	margin: 0;
}

#checkout td, #checkout th {
	padding: 0;
}

#checkout th.item {
	width: 130px;
	padding-left: 7px;
}

#checkout td.thumb {
	width: 44px;
}

#checkout td.thumb .bag-thumb {
	width: 44px;
}

#checkout h3 {
	margin-top: 10px;
}

#checkout .member_already h3 {
	margin-top: 6px;
}

.member_already a.button {
	display: block;
	float: left;
}

#checkout .button {
	margin-top: 1em;
}

#checkout .discount {
	height: 54px;
	color: #007236;

	background-color: #FFF;
}

#discount {
	padding-right: 100px;
}

#checkout input[type="checkbox"], input[type="radio"] {
	float: left;
	margin-top: 3px;
	margin-right: 1em;
}

#checkout .sbHolder {
	padding: 1px 0;
	width: 100%;
}

#checkout .sbOptions {
	width: 100% !important;
}

#checkout .sbOptions a {
	width: auto !important;
}

#checkout #totals td {
	width: 50%;
	padding-bottom: 10px;
}

#checkout #order_summary .go-back {
	display: block;
	float: left;
	clear: both;
}

#checkout #order_summary .poBox {
	position: relative;
	float: left;
	margin: 20px 0 0;
	padding: 0;
	width: 100%;

	background: #007236;

	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
}

#checkout #order_summary .poBox p {
	padding: 10px;
}

#bag-items {
	margin-bottom: 10px;
}

#bag-items td {
	padding: .5em;
	vertical-align: middle;

	border-bottom: 1px solid #cacaca;
}

.basket-icons button {
	border: 0;
	background: none;
}

.discount td .inline-with-button{
	position: relative;
}

#checkout #coupon-code-submit {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5px 12px;
}

#user_details .row {
	margin-bottom: 15px;
}


/* ------------------------------------------------ Ecommerce ---------------------------------------------- */

#checkout #password_text {
	display: none;
}

#checkout .checkboxes, #checkout .checkboxes li {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;

	background: 0;
}

.item-quantity {
	width:50px;
	height:25px;
	padding:5px 10px;
	text-align:center;
	border:0;
}

.termslink {
	text-decoration:underline;
}

#commWebFooterImage {
	width: 159px;
	height: 55px;
	background: url(/images/CommWeb.png) no-repeat;
}


/* ------------------------------------------------ Members Area ---------------------------------------------- */

.memebers-nav li:first-child a {
	padding-left: 0;
}

.accepts-example {

	margin-top: 4px;

}

#trade-memeber-ship-address {
	display:block !important;
}

.customise #large-image .colorLayerTypemodel_2 {
	/*
	width: 92%;
	margin-top: -24px;*/
}

#large-image[data-bowl-base-type="model_2"] .ring-layers img{
	/*
	width: 72%;
	margin-top: 12px;*/
	width: 83%;
	margin-top: -12px;
}
#large-image[data-bowl-base-type="model_2"] .emblem-layers img{
	/*
	width: 59%;
	margin-top: 47px;*/
	width: 64%;
	margin-top: 31px;
	margin-left: 86px;
}

.facebookFeedContainer {
	height: 613px;
	overflow: auto;
}

.facebookFeedContainer div.story {
}
.facebookFeedContainer div.story p {
	font-size: 12px;
	margin-bottom: 10px;
}
.facebookFeedContainer div.story img {
	margin-top: 5px;
}
.facebookFeedContainer div.story time {
	font-weight: bold;
}

.alignRight {
    text-align: right;
}


/* T65809 */

.teamMembersListWrap {
   margin: 0 20px;
}

.teamMembersListWrap .bx-wrapper {
   height: auto;
}

.teamMembersListWrap .bx-viewport {
   box-shadow: none;
   height: 80px !important;
}

.teamMembersListWrap .controls {
   margin: -70px 0 0 -35px;
   background: 0;
   border-radius: 100%;
}

.teamMembersListWrap .controls.nextMember {
   float: right;
   margin: -70px -35px 0 0;
}

.teamMembersListWrap .controls a i {
   color: #781c1c;
   font-size: 20px;
}

.teamMembersListWrap .teamMembersList {
   margin: 0;
   max-height: 70px;
   overflow: hidden;
}

.teamMembersListWrap .teamMembersList li {
   margin: 0;
   border: 0;
   box-shadow: none;
   padding: 0;
   background: 0;
}

.teamMembersListWrap .teamMembersList li img {
   display: inline-block;
   margin-right: 10px;
   width: 70px;
}

.teamMembersListWrap .teamMembersList li h5 {
   font-size: 12px;
   display: inline-block;
   width: -webkit-calc(100% - 90px);
   width: calc(100% - 90px);
   text-align: center;
}


/* perfec scroll */

.ps-container {
    overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}

.hidden {
    display: none;
}

html.blur .siteWrapper {
    filter: blur(5px);
}

html.noScroll {
    overflow: hidden;
}

.overlayBoxOuter {
    position: fixed;
    z-index: 9100;
    top: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background: #090909;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
}

.overlayBoxOuter .ps-container {
    position: relative;
}

.overlayBoxOuter .ps-container > .ps-scrollbar-y-rail {
    opacity: 1;
}

.overlayBox {
    position: absolute;
    opacity: 0;
    display: block;
    max-width: 100%;
}

.overlayBox .overlayContent {
    background: #fff;
    margin-top: 33px;
    max-height: calc(100% - 33px);
    position: relative;
    height: 100%;
}

.overlayBox.hasLink .overlayImage {
    position: relative;
}

.overlayBox .overlayImage img {
    max-width: 100%;
    height: auto;
    display: block;
}

.overlayBox .overlayVideo {
    position: relative;
}

.overlayBox .overlayVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.overlayBox.overlayFullscreen .overlayAjax {
    height: 100% !important;
}

.overlayBox.overlayFullscreen .overlayAjax iframe {
    width: 100%;
    height: 100%;
}
.overlayBox.overlayFullscreen .overlayContent, .overlayBox.overlayFullscreen .overlayVideo {
    height: 100% !important;
    padding: 0 !important;
}

.overlayBox .overlayAjax {
    overflow-y: auto;
    max-height: 100%;
}

.overlayContentLoading:before, .overlayLoading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%,-50%);
    animation: overlay-spinner 2s infinite linear;
}

@keyframes overlay-spinner {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }
    100% {
        transform: translate(-50%,-50%) rotate(350deg);
    }
}

.noScroll {
    overflow: hidden;
    position: relative;
}

.overlayCloseButton {
    z-index: 9200;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.overlayCloseButton a {
    background: ;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 30px;
    text-transform: uppercase;
    z-index: 9200;
    outline: 0;
    text-decoration: none;
}

.overlayAjax {
    padding: 20px;
}

.overlayBoxTitle {
    position: relative;
    bottom: 0;
    line-height: 30px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    left: 0;
    display: block;
    color: #fff;
}

.overlayBoxLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.overlayBox .galleryPrev, .overlayBox .galleryNext {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.3);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    transition: background 0.3s;
    text-align: center;
    cursor: pointer;
    z-index: 100;
}

.overlayBox .galleryPrev:before, .overlayBox .galleryNext:before {
    font-size: 20px;
    color: #fff;
}

.overlayBox .galleryPrev:hover, .overlayBox .galleryNext:hover {
    background: rgba(255,255,255,0.5);
}

.overlayBox .galleryPrev:focus, .overlayBox .galleryNext:focus {
    border: none;
    outline: none;
}

.overlayBox .galleryPrev.arrowInactive, .overlayBox .galleryNext.arrowInactive {
    display: none;
}

.overlayBox .galleryNext {
    right: 20px;
    left: auto;
}

.overlayBox .galleryNext:before {
    content: '\f105';
}

.popupOverlay {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    max-width: 600px;
}

.popupOverlay p {
    line-height: 24px;
}