@charset "utf-8";

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

input:required {
    box-shadow:none;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: black;
}

strong, .contentarea a {
	font-weight: 600;
	font-style: italic;
}

.capt {
	left: -5000px;
	position: absolute!important;
}

img {
	max-width: 100%;
	height: auto;
}

img.leftAlone {
	width: 100%;
	height: auto;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

img.center {
	display: block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1, .h1 {
	font-size: 30px;
	line-height: 39px;
	text-decoration: underline;
}

h2, .h2, .ServicePage .pagebannerarea h1 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 18px;
	text-decoration: none;
}

.LatestNewsItemPage .contentarea h2:first-of-type {
	margin-bottom: 0;
}

h3, .h3 {
	font-size: 21px;
	line-height: 28px;
}

h4, .h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}

h5 {
	border-top: 1px solid white;
	font-size: 15px;
	line-height: 15px;
	text-transform: lowercase;
	display: inline-block;
	padding: 10px 2px 19px;
	font-weight: 400;
}

h5.bigline {
	border-color: black;
	padding: 10px 3px;
	margin-top: 31px;
	display: block;
}

h5.overline {
	display: block;
	text-align: center;
	background: url('../images/line.png') repeat-x left center;
	padding-bottom: 12px;
}

h5.overline span {
	background: white;
	padding: 0 14px;
}

blockquote {
	margin-left: 20px;
	font-size: 23px;
	line-height: 29px;
	margin-top: 16px;
}

small {
	text-decoration: underline;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}

p {
	margin-bottom: 11px;
}

a {
	color: #555555;
}

a:hover {
	color: black;
	text-decoration: none;
}

a[data-toggle="collapse"] {
    position: relative;
}

a .rollover {
	position: relative;
	display: block;
    padding: 0;
}

a.serviceblock .rollover {
	padding-left: 20px;
	padding-right: 20px;
}

a .rollover .dot {
	position: absolute;
	bottom: 9px;
	right: 11px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: white;
	color: white;
	font-size: 19px;
	line-height: 19px;
	font-weight: 500;
	padding-left: 1px;
	text-align: center;
}

a:hover .rollover .dot {
	color: black;
}

a .rollover .blackout {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	display: none;
	color: white;
	text-align: center;
	padding: 0 5%;
	font-size: 16px;
	line-height: 23px;
}

a:hover .rollover .blackout {
	display: flex;
}

hr {
	border-color: black;
	margin: 0;
}

.loader {
	width: auto;
	margin: 10px auto;
	display: block;
}


.modal-backdrop.show {
	opacity: 0.9;
}

.modal.show .modal-dialog {
	margin-top: 10%;
}

.modal-content {
	border-radius: 0;
}

.modal-body {
	padding: 0;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.line {
	width: 100%;
	max-width: 115px;
	border-top: 1px solid #7c7c7d;
}

.sizehelper {
	position: fixed;
	top: 0;
	left: 0;
	background: red;
	width: 25px;
	height: 20px;
	color: white;
	text-align: center;
	z-index:1999;
}

.sizehelper:before {
	content: "XS";
}

.container {
	position: relative;
}


.singleslider {
	position: relative;
}

.singleslider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 5%;
}

#ProductInfo .singleslider .MS-content {
	margin: 0 -10px;
}

.singleslider .MS-content .item {
	display: inline-block;
	width: 100%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	padding: 0 10px;
}

.singleslider .MS-controls button, #galleryModal .modalbutton {
	position: absolute;
	border: none;
	background-color: transparent;
	outline: 0;
	top: 50%;
	margin-top: -32px;
	width: 34px;
	height: 63px;
}

#ProductInfo .singleslider .MS-controls button {
	margin-top: -20px;
	width: 20px;
	height: 39px;
}

.singleslider .MS-controls button:hover, #galleryModal .modalbutton:hover {
	opacity: 0.7;
	cursor: pointer;
}

.singleslider .MS-controls .MS-left, #galleryModal .modalbutton.modalprev {
	left: 0px;
	background-image: url('../images/prev.png');
}

#ProductInfo .singleslider .MS-controls .MS-left {
	background-image: url('../images/prodprev.png');
}

.singleslider .MS-controls .MS-right, #galleryModal .modalbutton.modalnext {
	right: 0px;
	background-image: url('../images/next.png');
}

#ProductInfo .singleslider .MS-controls .MS-right {
	background-image: url('../images/prodnext.png');
}


.carousel-indicators {
	bottom: 0;
	margin: 0 4% -20px;
}

.carousel-indicators li {
	position: relative;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: white;
	transition: top 0.5s;
	top: 0;
	opacity: 1;
}

.carousel-indicators li.active, .carousel-indicators li:hover {
	top: -19px;
}

.carousel-caption {
	text-align: left;
	left: 4%;
	right: 4%;
	top: 0;
	bottom: 0;
}

.carousel-caption p {
	font-size: 20px;
	line-height: 29px;
}

.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.74);
	z-index: 1035;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.overlay.active {
	display: block;
	opacity: 1;
}

.social {
	display: inline-block;
}

.social a {
	width: 28px;
	height: 29px;
	display: inline-block;
	background: no-repeat 0 0;
	margin: 0 1px;
}

.social a.facebook {
	background-image: url('../images/facebook.png');
}

.social a.instagram {
	background-image: url('../images/instagram.png');
}

.social a.linkedin {
	background-image: url('../images/linkedin.png');
}

.social a.twitter {
	background-image: url('../images/twitter.png');
}

.social a:hover {
	background-position: -28px 0;
}

#prev, #next {
	width: 14px;
	height: 14px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#prev div, #next div {
	background-color: black;
	height: 2px;
	margin-bottom: 0;
	width: 100%;
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}

#prev .line1 {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -8px;
}

#prev .line2 {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: 7px;
}

#next .line1 {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -8px;
}

#next .line2 {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 7px;
}

#prev:hover .line1 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#prev:hover .line2 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#next:hover .line1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#next:hover .line2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/* SIDE BAR MENU */
#sidebar {
	width: 407px;
	max-width: 100%;
	position: fixed;
	top: 0;
	right: -407px;
	height: 100vh;
	z-index: 1040;
	background: #fafafa;
	color: #080808;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	padding: 24px 15px;
}

#sidebar.active {
	right: 0;
}

#sidebar #dismiss, #galleryModal #close, .LatestNewsItemPage #close {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 13px;
	right: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#sidebar #dismiss div, #galleryModal #close div, .LatestNewsItemPage #close div {
	background-color: black;
	height: 2px;
	margin-bottom: 0;
	width: 100%;
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}

#sidebar #dismiss .line1, #galleryModal #close .line1, .LatestNewsItemPage #close .line1 {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#sidebar #dismiss .line2, #galleryModal #close .line2, .LatestNewsItemPage #close .line2 {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#sidebar #dismiss .line3, #galleryModal #close .line3, .LatestNewsItemPage #close .line3 {
	margin-top: -4px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#sidebar #dismiss:hover div, #galleryModal #close:hover div, .LatestNewsItemPage #close:hover div {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#sidebar #dismiss:hover .line1, #galleryModal #close:hover .line1, .LatestNewsItemPage #close:hover .line1 {
	margin-top: -8px;
}

#sidebar #dismiss:hover .line2, #galleryModal #close:hover .line2, .LatestNewsItemPage #close:hover .line2 {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin-top: 6px;
}

#sidebar #dismiss:hover .line3, #galleryModal #close:hover .line3, .LatestNewsItemPage #close:hover .line3 {
	margin-top: 6px;
}

#sidebar ul.components {
	margin-top: 13px;
}

#sidebar ul.components a {
	font-size: 20px;
	line-height: 57px;
	display: block;
	color: #080808;
}

#sidebar ul.components ul a {
	font-size: 16px;
	line-height: 27px;
}

#sidebar ul.components a:hover, #sidebar ul.components a.active {
	color: #da025c;
}

#sidebar ul.components ul a:hover, #sidebar ul.components ul a.active {
	color: #080808;
	font-weight: 500;
}

#sidebar .haschildren ul.children {
	display: none;
}

#sidebar .haschildren:hover ul.children, #sidebar .haschildren ul.children.active {
	display: block;
}

#content {
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 75px;
}

/* TOP BAR */
.navbar {
	padding: 10px 0;
	background: #fff;
	border: none;
	border-radius: 0;
}

.navbar .navbar-brand {
	font-size: 21px;
	line-height: 21px;
	font-weight: 400;
	padding-left: 90px;
	padding-top: 3px;
}

.navbar .rightside {
	width: 100%;
	text-align: right;
	margin-left: 87px;
}

.navbar #sidebarToggler {
	width: 30px;
	height: 24px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-left: 5px;
}

.navbar #sidebarToggler div {
	background-color: black;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	transition: all 375ms;
	margin-top: -2px;
}

.navbar #sidebarToggler .line1 {
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}

.navbar #sidebarToggler .line2 {
	top: 11px;
	-webkit-transition-delay: 40ms;
	-moz-transition-delay: 40ms;
	-o-transition-delay: 40ms;
	transition-delay: 40ms;
}

.navbar #sidebarToggler .line3 {
	top: 22px;
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
}

.navbar #sidebarToggler .line4 {
	top: 33px;
	-webkit-transition-delay: 125ms;
	-moz-transition-delay: 125ms;
	-o-transition-delay: 125ms;
	transition-delay: 125ms;
	opacity: 0;
}

.navbar #sidebarToggler:hover .line1 {
	top: -11px;
	opacity: 0;
}

.navbar #sidebarToggler:hover .line2 {
	top: 0;
}

.navbar #sidebarToggler:hover .line3 {
	top: 11px;
}

.navbar #sidebarToggler:hover .line4 {
	top: 22px;
	opacity: 1;
}

.logo {
	display: block;
	width: 99px;
	height: 98px;
	background: url('../images/logo.png') no-repeat top left;
	background-size: cover;
	z-index: 1031;
}

.logo, .logohook {
	position: fixed;
	left: 0;
	top: -7px;
}

.bannerarea {
	background-color: #e5e5e5;
	-webkit-box-shadow: inset 0px 14px 5px -7px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0px 14px 5px -7px rgba(0,0,0,0.06);
	box-shadow: inset 0px 14px 5px -7px rgba(0,0,0,0.06);
	height: 142px;
	overflow: hidden;
}

.bannerarea h1, .bannerarea .h1 {
	word-spacing: 9999999px;
	text-transform: lowercase;
}

.contentarea {
	padding-top: 15px;
}

.newslettersignup {
	margin-top: 15px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.newslettersignup #Form_NewsletterForm_Email_Holder, 
.newslettersignup #Form_NewsletterForm_Email_Holder .middleColumn,
.newslettersignup .fieldholder {
	display: inline-block;
	width: 100%;
	position: relative;
	max-width: 351px;
}

.newslettersignup .fieldholder {
	background: #c9c8c8;
	border: 1px solid #7c7c7d;
	padding: 4px 0 7px;
}

.newslettersignup .fieldholder input.text {
	background: none;
	border: none;
	padding-left: 11px;
	color: black;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	padding-right: 40px;
	width: 100%;
}

.newslettersignup .checkbox input,
.newslettersignup .checkbox label {
	display: inline;
}


.newslettersignup .fieldholder input.text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: black; 
	opacity: 1; /* Firefox */
}

.newslettersignup .fieldholder input.text:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: black; 
}

.newslettersignup .fieldholder input.text::-ms-input-placeholder { /* Microsoft Edge */
	color: black; 
}

.newslettersignup .btn-primary {
	background: white;
	color: #5f6364;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	padding: 0;
	font-size: 19px;
	line-height: 19px;
	border: none;
	font-weight: 500;
	padding-bottom: 3px;
	position: absolute;
	right: 7px;
}

.newslettersignup .btn-primary:hover {
	background: #5f6364;
	color: white;
}

.footer {
	background: black;
	color: #fdfefe;
	text-transform: lowercase;
}

.footer strong {
	font-style: normal;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .newslettersignup {
	margin-top: 0;
}

.footer h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
}

.footer .checkbox label {
	font-size: 12px;
	line-height: 15px;
}

.footer .speciallink a {
	font-weight: 500;
}

.footer .speciallink a:after {
	content: '>';
	background: white;
	color: #5f6364;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	padding: 0;
	font-size: 19px;
	line-height: 19px;
	border: none;
	font-weight: 500;
	margin: 4px 7px 5px 7px;
	padding-bottom: 3px;
	display: inline-block;
	text-align: center;
}

.footer .speciallink a:hover:after {
	background: #5f6364;
	color: white;
}

.subfooter {
	background: #d9005b;
	color: white;
	font-size: 12px;
	text-transform: lowercase;
}

.subfooter a {
	color: white;
}

.subfooter a:hover {
	text-decoration: underline;
}

.HomePage .contentarea h1 {
	font-size: 21px;
	line-height: 31px;
	text-decoration: none;
}

.HomePage .servicescarousel {
	margin-top: 50px;
}

.HomePage .featureblocks .newscontent {
	padding: 10px 10px 30px;
}

.HomePage .featureblocks .newscontent h1 {
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	color: white;
}

.HomePage .featureblocks .newscontent p {
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	color: white;
}

.HomePage .featureblocks a.newsitem .rollover {
	background: #d9005b;
}

.HomePage .testimonialarea {
	background: url('../images/testimonials-back.jpg') no-repeat right center black;
	background-size: cover;
}

.HomePage .testimonialarea h5 {
	color: white;
}

.HomePage .testimonialarea p {
	font-size: 20px;
	line-height: 29px;
	color: white;
}

.HomePage .serviceblock {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	max-width: 100%;
	color: white;
}

.HomePage .serviceblock h2 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 28px;
}

.HomePage .serviceblocks a .rollover .dot {
	position: static;
	display: inline-block;
	margin-top: 10px;
}

.fbcontainer, .instacontainer {
	position: relative;
	background: #d9005b;
	text-align: center;
	color: white;
	display: block;
}

a:hover.fbcontainer, a:hover .instacontainer {
	background: #9b0443;	
	color: white;
}

.fbcontainer .rollover {
	height: 100%;
}

.fbcontainer .feed {
	position: absolute;
	top: 40%;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	overflow-wrap: break-word;
}

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

.pagebannerarea img {
	border-bottom: 1px solid black;
	padding-bottom: 8px;
}


.pagebannerarea h2, .ServicePage .pagebannerarea h1 {
	text-transform: lowercase;
}

.AboutPage .brand, .AboutPage .testimonial {
	position: relative;
}

.AboutPage .brand h2 {
	position: absolute;
	bottom: 0;
	left: 10px;
	background: white;
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	margin: 0;
}

.AboutPage a.brand:hover,
.galleryitems a:hover,
.blockandcirclearea a:hover img,
.LatestNewsPage .newsarea a:hover img,
#ProductArea a:hover .prodimage {
	opacity: 0.8;
}

.AboutPage .testimonial, .GalleryPage .testimonial {
	background: #d9005b;
	text-align: center;
	color: white;
}

.AboutPage .testimonial h2, .GalleryPage .testimonial h2 {
	font-size: 20px;
	line-height: 28px;
}

.AboutPage .testimonial h3, .GalleryPage .testimonial h3 {
	font-size: 14px;
	line-height: 20px;
}

.AboutPage .testimonial p, .GalleryPage .testimonial p {
	font-size: 12px;
	line-height: 16px;
}

.AboutPage .teamarea strong {
	font-style: normal;
}


.GalleryPage .testimonialholder .testimonialimage {
	position: relative;
}

.GalleryPage .testimonialholder .testimonialimage .down-arrow {
	position: absolute;
	content: url('../images/down-arrow.png');
	width: 43px;
	height: 21px;
	top:0;
	left: 50%;
	margin-left: -21px;
}

.modalimage img {
	width: 100%;
	height: auto;
}

#galleryModal #close {
	right: 2%;
	top: 22px;
}

#galleryModal #close div {
	background-color: white;
}

#galleryModal .modalcontent {
	position: relative;
	min-height: 132px;
}

#galleryModal .modalcontent p {
	width: 53%;
	margin: auto;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	text-transform: lowercase;
}

#galleryModal .modalcontent .modaltitle {
	font-weight: 600;
	
}

.circlearea {
	position: absolute;
	width: 130px;
	height: 130px;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -65px;
	border-radius: 50%;
	text-align: center;
	background: white;
}

.circlearea .circleintro {
	padding: 5px;
}

a .rollover .circlearea .dot {
	left: 50%;
	margin-left: -10px;
	background: #e5e5e5;
	color: #e5e5e5;
	bottom: 30px;
}

a:hover .rollover .circlearea .dot {
	color: black;
}

.newsbuttons .btn-group a {
	border-top: 1px solid black;
	font-weight: 500;
}

.newsbuttons .btn-group a:after {
	content: "";
	position: absolute;
	right: 3px;
	font-size: 29px;
}

.newsbuttons .btn-group a#SortBy {
	padding-right: 50px;
}

.newsbuttons .btn-group a#SortBy:after {
	content: "+";
}

.newsbuttons .btn-group a#FilterYear {
	padding-right: 25px;
	margin-left: 45px;
}

.newsbuttons .btn-group a#FilterYear:after {
	content: ">";
	font-size: 17px;
	margin-top: -1px;
}

.newsbuttons .btn-group .dropdown-menu {
	border-radius: 0;
	border: 1px solid black;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

.newsbuttons .btn-group .dropdown-menu .dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsbuttons .btn-group .dropdown-menu a {
	border: none;
}

.LatestNewsPage .newsarea .newsitems .newsimage {
	position: relative;
}

.LatestNewsPage .newsarea .newsitems .newsimage .up-arrow {
	position: absolute;
	content: url('../images/up-arrow.png');
	width: 51px;
	height: 25px;
	bottom:0;
	left: 50%;
	margin-left: -25px;
}

.LatestNewsPage .newsarea .newsitems p, .LatestNewsPage .newsarea .newsitems h2 {
	font-size: 14px;
	line-height: 18px;
}

.LatestNewsPage .newsarea .newsitems h2 {
	margin-bottom: 4px;
}

.LatestNewsPage .newsarea .newsitems a {
	background: #e5e5e5;
	display: block;
}

.LatestNewsPage .newsarea .newsdate, .LatestNewsPage .newsarea h2 {
	font-weight: 500;
	color: black;
}

.LatestNewsPage .newsarea .newsdate {
	text-decoration: underline;
}

.LatestNewsItemPage #close {
	position: static;
	display: inline-block;
}

.LatestNewsItemPage #close .line1 {
	margin-top: 9px;
}

.LatestNewsItemPage #close:hover .line1 {
	margin-top: 0;
}

.ContactPage .mapcontainer {
	position: relative;
	display: block;
}

.ContactPage .mapcontainer .marker {
	width: 11.35%;
	height: 12.4%;
	display: block;
	position: absolute;
	background: url('../images/mapmarker.png') no-repeat left top;
	background-size: cover;
}

.ContactPage .mapcontainer:hover .marker {
	background-position: 100%;
}

.ContactPage .contactarea strong {
	font-style: normal;
	color: #d9005b;
}

.ContactPage .contactarea form {
	margin-top: 40px;
}

.ContactPage .contactarea div.field {
	margin-bottom: 27px;
}

.ContactPage .contactarea div.field.checkbox {
	margin-bottom: 1px;
}

.ContactPage .contactarea select,
.ContactPage .contactarea input.text,
.ContactPage .contactarea textarea {
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	padding: 10px 5px;
	color: #706f6f;
}

.ContactPage .contactarea select {
	padding: 9px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/down-arrow2.png') calc(100% - 19px) center no-repeat;
}

.ContactPage .contactarea select::-ms-expand { 
	display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
	.ContactPage .contactarea select {
		background:none\9;
		padding: 5px\9;
	}
}

.ContactPage .contactarea select.shaded {
	background-color: #e5e5e5;
}

.ContactPage .contactarea input.checkbox, .ContactPage .contactarea div.checkbox label {
	display: inline;
}

.ContactPage .contactarea label,
.ContactPage .contactarea p {
	color: #706f6f;
	font-size: 15px;
	line-height: 16px;
}

.ContactPage .contactarea p {
	line-height: 19px;
}

.ContactPage .contactarea input.action {
	background-color: #d9005b;
	border-radius: 50%;
	color: white;
	border: none;
	width: 35px;
	height: 35px;
	font-size: 30px;
	line-height: 30px;
	padding-top: 0;
}

.ContactPage .contactarea input.action:hover {
	background-color: #9b0443;
}

.ContactPage .contactarea p a {
	text-decoration: underline;
}

.cta {
	padding: 7px 8px;
	border: 1px solid #7c7c7c;
}

.cta .ctainner {
	background: #d9005b;
	color: white;
	padding: 22px 27%;
}

.cta .ctainner a {
	background: #d9005b;
	color: white;
}

.cta .ctainner h2 {
	margin-bottom: 0;
}

.subnavitems {
	padding: 0 5%;
	text-align: center;
}

.subnavitems .current {
	font-weight: 600;
}

.CataloguePage .logoarea {
	border-top: 1px solid black;
	text-align: center;
}

.CataloguePage .logoarea img {
	display: inline-block;
	margin-top: -24px;
	padding: 0 24px;
	background: white;
}

.CataloguePage #Filters.accordion .card {
	border: none;
}

.CataloguePage #Filters.accordion > .card .card-header {
	padding: 0;
}

.CataloguePage #Filters.accordion .card-header {
	background: none;
	border-color: black;
	margin-bottom: 0;
}

.CataloguePage #ProductInfo #Filters.accordion .card-header {
	background: #e5e5e5;
	border: none;
	border-radius: 2px;
}

.CataloguePage #Filters.accordion .card-header .btn-link {
	color: black;
	text-align: left;
	width: 100%;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	position: relative;
}

.CataloguePage #ProductInfo #Filters.accordion .card-header .btn-link {
	font-size: 13px;
	line-height: 13px;
	padding: 8px 13px;
}

.CataloguePage #Filters.accordion .card-header .btn-link:after {
	content: "-";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	font-weight: 300;
	padding-top: 0;
}

.CataloguePage #ProductInfo #Filters.accordion .card-header .btn-link:after {
	content: url('../images/down-arrow2.png');
	padding-top: 3px;
	right: 10px;
}

.CataloguePage #Filters.accordion .card-header .btn-link.collapsed:after {
	content: "+";
	padding-top: 3px;
}

.CataloguePage #ProductInfo #Filters.accordion .card-header .btn-link.collapsed:after {
	content: url('../images/down-arrow2.png');
	padding-top: 3px;
}

.CataloguePage #Filters.accordion .card-header .btn-link:hover {
	text-decoration: none;
}

.CataloguePage #Filters.accordion .card-body {
	padding: 0;
}

.CataloguePage #Filters.accordion .card-body .list-group-item {
	padding: 0;
	margin: 0;
	border: none;
	color: black;
}

.CataloguePage #Filters.accordion .card-body .list-group-item.active,
.CataloguePage #Filters.accordion .card-body .list-group-item:hover {
	background: none;
	color: black;
	font-weight: 500;
}

.CataloguePage .coloursearch {
	border: 1px solid black;
	margin-top: 13px;
	background: url('../images/glass.png') no-repeat right center;
	padding-right: 30px;
}

.CataloguePage .keywordsearch .form-control:focus {
	box-shadow: none;
}

.CataloguePage .searchsubmit {
	border: none;
	padding: 0;
	min-width: 32px;
	min-height: 15px;
	background: url('../images/glass.png') no-repeat center center;
}

.CataloguePage .searchsubmit:hover {
	opacity: 0.7;
}

.CataloguePage .keywordsearch {
	border: 1px solid black;
	margin-top: 13px;
}

.CataloguePage .coloursearch input {
	border: none;
	padding: 2px 0 1px 5px;
	width: 100%;
}

.CataloguePage .keywordsearch input#keyword {
	border: none;
}

.CataloguePage .prodimage {
	position: relative;
}

.CataloguePage .prodoverlaystripe {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 100%;
	background: #d9005b;
}

.CataloguePage  #ProductInfo .prodoverlaystripe {
	width: 39px;
}

.CataloguePage .prodoverlaytext {
	position: absolute;
	bottom: 0;
	transform-origin: 0 0;
	transform: rotate(-90deg);
	color: white;
	text-transform: lowercase;
}

.CataloguePage #ProductInfo .prodoverlaytext {
	text-align: right;
	right: 0;
	width: 100%;
	margin-bottom: 6%;
	font-size: 26px;
	line-height: 32px;
}

.CataloguePage #ProductArea p {
	color: black;
}

.CataloguePage .prodcode {
	color: #8b8b8b;
}

.CataloguePage #ProductArea .prodtitle {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.CataloguePage #ProductArea .prodcols {
	font-style: italic;
	padding-top: 15px;
	line-height: 36px;
}

.CataloguePage .page-item:first-child .page-link, .CataloguePage .page-item:last-child .page-link{
	border-radius: 0;
}

.CataloguePage .page-link, .CataloguePage .page-item.disabled .page-link {
	border: none;
}

.CataloguePage .page-item.disabled .page-link {
	background-color: #c9c8c8;
	color: white;
}

.CataloguePage .page-link:hover {
	background-color: #9b0443;
}

.CataloguePage .page-item.textonly .page-link {
	background: none;
	color: black;
}

.CataloguePage .page-link {
	color: white;
	background-color: #d9005b;
}

.CataloguePage .magnify {
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 16px;
	right: 17px;
	background: url('../images/magnify.png') no-repeat left top;
}

.CataloguePage .details h2 {
	/*
	font-size: 39px;
	line-height: 45px;*/
	margin-bottom: 5px;
}

.CataloguePage h3 {
	font-size: 21px;
	line-height: 25px;
}

.CataloguePage strong {
	font-style: normal;
}

#ProductInfo .singleslider .MS-content .item {
	width: 50%;
}

p.facebook-post-content {
	max-height: 83%;
	overflow: hidden;
}

