html {
	position: relative;
	min-height: 100%;
	margin: 0;
}
body {
	font-family: 'Droid Serif', 'Times New Roman', Times, serif;
	font-weight: 400;
	color: #071013;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	height: 100%;
	margin-bottom: 380px;
}
h1, h2, h3, h4, h5, h6 {color: #444;}
/* default font size for font aweseome*/
/* Override the bootstrap defaults */
h1 {font-size: 28px; color:#293957; margin-top:0px; font-weight:bold;}
h2 {font-size: 24px; color:#293957; margin-top:0px; font-weight:bold;}
h3 {font-size: 21px; color:#293957; margin-top:0px; font-weight:bold;}
h4 {font-size: 15px; color:#293957; margin-top:0px; font-weight:bold;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
a {color: #293957;}
a:hover {
	text-decoration: underline;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/*#top .container,
.container{
	width: 960px !important;
	max-width: none !important;
}*/
.greyBar{
	height:40px;
	background-color:#6B6D76;
	margin-bottom:40px;
}
.uppercaseTitle{
	text-transform:uppercase;
	line-height:40px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
header{
	height:160px;
	background-color:#6B6D76;
}
/* logo */
#logo {
	margin-top: 17px; 
	margin-left:40px;
    height: 125px;
	width:116px;
	float:left;
}
#top-links{
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:right;
	height:30px;
}
#top-links li{
	float:left;
}
#top-links a{
	line-height:30px;
	padding:0px 10px;
	color:#FFF;
	text-transform:uppercase;
}
#top-search{
	position:absolute;
	width:600px;
	right:0px;
	top:100px;
}
#search{
	float:right;
}
#search .searchBox{
	display:inline-block;
	width:230px;
	height:36px;
	margin-right:5px;
	margin-left:10px;
}
#search a{
	color:#FFF;
}
/* menu */
#menu{
	height:50px;
	background-color:#293957;
	border-bottom:2px solid #A73519;
}

#menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:relative;
}
#menu li{
	float:left;
	margin:0px;
	padding:0px;
}

#menu .hasDropdown{
	background-image:url("../assets/hoverArrow.png");
	background-position:center 36px;
	background-repeat:no-repeat;
}

#menu a{
	display:inline-block;
	line-height:50px;
	padding:0px 15px;
	margin:0px 15px;
	font-size:14px;
	color:#FFF;
}
#menu a.current,
#menu a:hover{
	color:#A73519;
	text-decoration:none;
}

#menuCategories{
	position:absolute;
	left:0px;
	top:50px;
	padding-bottom:20px;
	border:1px solid #293957;
	border-top:none;
	display:none;
	background-color:#FFF;
	z-index:5000;
}
#menu .hasDropdown:hover{
	background-position:center 22px;
}
#menu .hasDropdown:hover > #menuCategories{
	display:block;
}
#menuCategories li{
	float:none;
	display:block;
}
#menuCategories a{
	color:#293957;
	line-height:19px;
	font-size:13px;
	padding:0px;
	margin:3px 0px;
}
#menuCategories .menuColumn{
	width:234px;
	padding:15px;
	float:left;
}
#sideBarMenu{
	background-color:#293957;
	padding-top:15px;
	padding-bottom:20px;
}
#sideBarMenu .title{
	text-align:center;
	font-size:16px;
	color:#FFF;
	line-height:35px;
	margin:0px 10px;
	margin-bottom:20px;
	border-top:3px solid #A73519;
	border-bottom:3px solid #A73519;
}
#sideBarMenu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#sideBarMenu li{
	margin-bottom:8px;
}
#sideBarMenu a{
	color:#FFF;
	display:block;
	font-size:12px;
	line-height:18px;
	padding:0px 10px;
}
/* cart */
#cart{
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* content */
#content {
	/* min-height: 600px; */
    min-height: 0px;
	padding-top:20px;
}

#productSection{
	background-image:url("../assets/productSectionBG.png");
	background-position:15px top;
	background-repeat:repeat-y;
	margin-bottom:-30px;
}
#productSection #content{
	
	padding-bottom:30px;
}

/* footer */
footer {
	background-color:#6B6D76;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 320px;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
}
footer .footerLogo{
	float:left;
	width:116px;
	margin-right:50px;
}

footer .copyright{
	font-size:11px;
	text-align:center;
}
footer a {
	color: #FFF;
}
footer a:hover{
	color: #FFF;
}

footer .footerMenu a{
	font-size:12px;
}
footer .footerMenu{
	float:left;
	width:200px;
}
footer .footerContactInfo{
	text-align:right;
	font-size:11px;
	line-height:18px;
}
footer .fixedWidthSpan{
	width:120px;
	display:inline-block;
}

footer .twitterIcon{
    background-image:url("../assets/twitter.png");
    width:35px;
    height:28px;
    background-repeat:no-repeat;
    float:right;
    margin-right:20px;
    margin-top:70px;
}

footer .pbfa{
    background-image:url("../assets/pbfa-2.png");
    background-position: center top;
    width:113px;
    height:175px;
    background-repeat:no-repeat;
}

.crystalThought{
	text-align: right;
	margin-top: 130px;
	margin-right:20px;

}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	margin:20px 0px;
}
.breadcrumb > li {
}

.breadcrumb > li a {
	font-size: 12px;
	font-weight:400;
    color: #293957;
}

.breadcrumb > li a:hover {
    color: #293957;
}

.breadcrumb > li:before {
	content: '';
}

.breadcrumb > li:after {
	content: '';
}

.breadcrumb > li + li::before {
	color: #293957;
	font-size: 16px;
    content: "/";
	margin-left: -2px;
}

.breadcrumb > li + li::after {
    content: "";
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
button.button,
input.button,
a.button{
	display:inline-block;
	background-color:#293957;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #293957;
	color:#FFF;
	font-size:14px;
	line-height:35px;
	cursor:pointer;
	padding:0px 15px;
}
a.buttonLG{
	font-size:22px;
	line-height:50px;
	padding:0px 25px;
}
button.button:hover,
input.button:hover,
a.button:hover{
	background-color:#6B6D76;
	text-decoration:none;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

#categoryInfo{
	padding-top:0px;
	margin-bottom:20px;
}


.letters{
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:3px solid #293957;
}
.letters:nth-child(even){
	border-bottom:3px solid #A73519;
}
.letters li{
	margin-left:30px;
	margin-bottom:8px;
	display:inline-block;
	width: 45%;
}
.letters .currentLetter{
	display:block;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	margin:0px;
}

#subCategories{
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin:20px 0px;
}
#subCategories li{
	margin-bottom:10px;
}
.product-grid{
	position:relative;
	margin-bottom:20px;
}

.product-grid .caption{
	padding:5px;
	position:relative;
}
.product-grid-inner-container{
	max-width:290px;
	margin:0 auto;
}

.product-grid  .product-thumb{
	padding:10px 0px;
	width:180px;
	margin:0 auto;
	overflow:hidden;
	text-align:center; 
}
.product-grid .image{
	margin:0 auto;
	margin-bottom:10px;
	width:150px;
	height:228px;
	overflow:hidden;
	display:table;
}
.product-grid .image a{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:220px;
	line-height:0px;
	padding:0px;
	overflow:hidden;
}
.product-grid  .product-thumb img{
	margin:0 auto;
}
.product-grid .productInfo{
	height:82px;
	overflow:hidden;
	margin-bottom:5px;
}
.product-grid h2{
	margin:0px;
	font-size:14px;
	line-height:20px;
	margin-bottom:6px;
	overflow:hidden;
}
.product-grid .title{
	line-height:18px;
	overflow:hidden;
	font-size:12px;
}
.product-grid .price{
	color:#A73519;
	font-weight:bold;
	font-size:16px;
}
.product-grid .price-old{
	color:#071013;
	font-weight:400;
	text-decoration:line-through;
}

.product-grid .button-group{
	margin-top:10px;
	text-align:center;
}

.product-grid .description{
	display:none;
}

.product-grid .price{
}


.product-list{
	position:relative;
	border-bottom:1px solid #A73519;
	margin-bottom:20px;
}


.product-list .image{
	margin-bottom:10px;
	width:140px;
	height:200px;
	overflow:hidden;
	display:table;
	float:left;
	margin-right:20px;
}
.product-list .image a{
	display:table-cell;
	vertical-align:middle;
}
.product-list .product-thumb img{
	margin:0 auto;
}

.product-list .caption{
	float:left;
	width:530px;
	padding-bottom:50px;
}
.product-list  h2{
	font-size:18px;
	text-align:left;
	font-weight:700;
	line-height:20px;
}
.product-list  .author{
	font-weight:700;
}
.product-list  .price{
	color:#A73519;
	font-weight:bold;
	font-size:16px;
}
.product-list  .price-old{
	color:#071013;
	font-weight:400;
	text-decoration:line-through;
}

.product-list  .button-group{
	position:absolute;
	bottom:10px;
	left:170px;
}


#product_details{
	
}

#product_details .imageColumn{
	width:260px;
	float:left;
	overflow:hidden;
}
#product_details .detailsColumn{
	width:435px;
	float:left;
}
#product_details h1{
	font-size: 22px;
	margin-bottom:10px;
	
}
#product_details h2{
	font-size: 14px;
	margin-bottom:10px;
}

#product_details .product_attributes{
	margin-bottom:10px;
}
#product_details .product_attributes th{
	text-align:left;
	vertical-align:top;
	width:150px;
	padding:10px 0px;
}
#product_details .product_attributes th,
#product_details .product_attributes td{
	line-height:20px;
	padding:10px 0px;
}

#product_details .description{
	margin-bottom:20px;
}

#product_details .condition{
	margin-bottom:20px;
}

#product_details .addToCartContainer{
	margin-top:0px;
	height:40px;
	overflow:hidden;
}

#product_details .outofstock{
	font-size:28px;
	color:#A73519;
	padding-top:8px;
}

#product_details .priceContainer{
	float:left;
	width:170px;
}
#product_details .priceContainer .priceRow{
	
}

#product_details .priceContainer .priceLabel{
	width:50px;
	display:inline-block;
	font-size:14px;
}

#product_details .priceContainer .redLabel{
	color:#A73519;
	font-weight:bold;
	
}
#product_details .priceContainer .price{
	line-height:40px;
	font-size:24px;
	color:#A73519;
	font-weight:bold;
}
#product_details .priceContainer .oldPrice{
	text-decoration:line-through;
	line-height:15px;
	font-size:14px;
}
#product_details .priceContainer .newPrice{
	line-height:25px;
	font-size:20px;
	color:#A73519;
	font-weight:bold;
}

#product_details .addToCartButtonContainer{
	float:left;
	width:200px;
}
 
#product_details h3{
	margin-top:20px;
	background-color:#6B6D76;
	text-transform:uppercase;
	color:#FFF;
	line-height:35px;
	font-size:18px;
	letter-spacing:1px;
	padding:0px 15px;
}


#relatedProduct .col-sm-4{
	border-left:2px solid #A73519;
}
#relatedProduct .firstCol{
	border-left:none;
}

#relatedProduct .related-product-container{
	padding:10px 0px;
	width:140px;
	margin:0 auto;
	overflow:hidden;
	text-align:center; 
}
#relatedProduct .image{
	margin-bottom:10px;
	width:140px;
	height:200px;
	overflow:hidden;
	display:table;
}
#relatedProduct .image a{
	display:table-cell;
	vertical-align:middle;
}
#relatedProduct .image img{
	margin:0 auto;
}
#relatedProduct .productInfo{
	height:72px;
	overflow:hidden;
	margin-bottom:5px;
}
#relatedProduct .productTitle{
	font-size:12px;
	text-align:center;
	font-weight:400;
	line-height:18px;
	overflow:hidden;
}
#relatedProduct h4{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	overflow:hidden;
}

#relatedProduct .price{
	color:#A73519;
	font-weight:bold;
	font-size:16px;
}
#relatedProduct .price-old{
	color:#071013;
	font-weight:400;
	text-decoration:line-through;
}

#relatedProduct .button-group{
	margin-top:10px;
	text-align:center;
}

.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails .main{
	margin-bottom:20px;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-right: 10px;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
	background-color:#293957;
	border-color:#293957;
}

.pagination > li > a, 
.pagination > li > span{
	color: #071013;
}
.hr{
	margin:20px 0px;
	height:2px;
	background-color:#A73519;
}
.contactAddressTitle{
	margin-bottom:20px;
	font-weight:bold;
	color:#293957;
}

.contactInformation{
	margin-bottom:20px;
}
.contactInformation th{
	text-align:left;
	color:#293957;
	width:150px;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align:top;
}
.contactInformation td{
	padding-bottom:10px;
}

#contactForm{}
#contactForm .form-control{
	border:1px solid #293957;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#DEDEDE;
	font-size:14px;
}
#contactForm .formFieldDoubleCol{
	padding-right:100px;
}
#contactForm label{
	display:inline-block;
	font-size:14px;
	margin-bottom:10px;
}

.formFieldCol{
	float:left;
	width:50%;
	padding-right:100px;
}

#featuredArea{
	height:200px;
	overflow:hidden;
	background-color:#293957;
}
#featuredArea .slideBG{
	height:200px;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#featuredArea .slide1{background-image:url("../assets/slide1.jpg");}
#featuredArea .slide2{background-image:url("../assets/slide2.jpg");}
#featuredArea .slide3{background-image:url("../assets/slide3.jpg");}
 
#featuredArea .white{ 
	font-size:24px; 
	line-height:65px;
	text-align:center;
	color:#FFF;
}
#featuredArea .red{
	font-size:24px;
	text-align:center;
	color:#A73519;
}


#featuredProducts{
	margin-bottom:40px; 
}
#featuredProducts .col-sm-3{
	border-left:1px solid #6B6D76;
}
#featuredProducts .firstCol{
	border-left:none;
}

#featuredProducts .related-product-container{
	padding:10px 0px;
	width:140px;
	margin:0 auto;
	overflow:hidden;
	text-align:center; 
}
#featuredProducts .image{
	margin-bottom:10px;
	width:140px;
	height:200px;
	overflow:hidden;
	display:table;
}
#featuredProducts .image a{
	display:table-cell;
	vertical-align:middle;
}
#featuredProducts .image img{
	margin:0 auto;
}
#featuredProducts .productInfo{
	height:72px;
	overflow:hidden;
	margin-bottom:5px;
}
#featuredProducts .productTitle{
	font-size:12px;
	text-align:center;
	font-weight:400;
	line-height:18px;
	overflow:hidden;
}
#featuredProducts .productAuthor{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	overflow:hidden;
}
#featuredProducts .price{
	color:#A73519;
	font-weight:bold;
	font-size:16px;
}
#featuredProducts .price-old{
	color:#071013;
	font-weight:400;
	text-decoration:line-through;
}



.searchButtons{
	margin-top:15px;
	margin-bottom:10px;
}

#shippingAccordion .panel-heading{
	padding:0px;
}

#shippingAccordion .panel-heading a{
	display:block;
	padding: 10px 15px;
}

#cartTable .btn{
	padding: 6px 12px;
	font-size:14px;
}

#content img{
	margin-left:50px;
	float:right;
}



.cookieConsentPopup{
    border-top:2px solid #FFF;
    position: fixed;
    bottom:0;
    width:100%;
    background-color: #293957;
    padding:20px 40px;
    color:#FFF;
    font-size:12px;
    z-index:9000;
}
.cookieConsentPopup a{
    color:#FFF;
    text-decoration:underline;
}

.cookieConsentPopup .buttonContainer{
    padding-top:20px;
}
.cookieConsentButton{
    color:#FFF;
    border: 1px solid #6B6D76;
    background-color: #6B6D76;
    padding: 5px 15px;
    cursor:pointer;
    font-size:16px;
    margin-bottom:10px;
}
.cookieConsentButton:hover{
    border: 1px solid #FFF;
    background-color: #a9a9aa;
}
#saveCookieConsent,
#acceptCookieConsent{
    background-color:#218838;
    border: 1px solid #218838;
}
#saveCookieConsent:hover,
#acceptCookieConsent:hover {
    border: 1px solid #FFF;
    background-color: #218838;
}
#cookieSelectionContainer,
#saveCookieConsent,
#denyCookieConsent{
    display: none;
}
#cookieSelectionContainer{
    padding:0px 0px;
}
.cookieTypeTitle{
    font-weight:bold;
}
#cookieSelectionContainer p{
    margin:3px 0px;
}

@media (min-width:768px) {
    .cookieConsentPopup{
        font-size:16px;
    }
    #cookieSelectionContainer p{
        margin:10px 0px;
    }
    #cookieSelectionContainer{
        padding-top:20px;
        padding-bottom:10px;
    }
    .cookieConsentButton{
        padding: 8px 30px;
    }
}
.cookiePrefTitle{
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
}

#saveComplete{
    display: inline-block;
    padding-left:20px;
}
#saveComplete .message{
    display: none;
    font-weight:bold;
    font-size:20px;
}

#cookieAndAssetPolicy{
    font-size:16px;
}

.fw-bold{
    font-weight:bold;
}

.catalogueContainer{
	text-align:center;
	padding-top:10px;
	padding-bottom:50px;
}
.catalogueContainer .downloadImageLink{
	display:inline-block;
	max-width:300px;
	margin:0 auto; 
	border:1px solid #999;
	margin-bottom:20px;
}
.catalogueTitle h2{
	line-height:1.5em;	
}
.catalogueTitle{
	margin-bottom:15px;
}
.redTitle{
	color:#A73519;
}