html {
	background:#fff;
}

body {
}


p {
	font-family: Arial, Helvetica, sans-serif;
	color: #605e5f;
}


#header-topmenu {
	background-color: #000000;
}

#header {
	background-color: #605e5f;
	padding-bottom: 5px;
    font-family: "Times New Roman", Times, serif;
}

.header-left {
	text-align: center;
	vertical-align: middle;
}

.header-left p.headerstandardtop, .header-left p.headerstandard {
   color: #FFFFFF;
	font-size: 24px;
	line-height: 26px;
    font-family: "Times New Roman", Times, serif;
}

.header-left p.headerstandardtop {
   margin: 30px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.header-left a, .header-left a:focus, .header-left a:hover  {
    color: white;
    text-decoration: none;
}

.header-left p.headerlarge {
   color: #b8b09c;
	font-size: 32px;
   line-height: 34px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-family: "Cinzel", serif;
}

.header-left p.headerstandard {
   margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.header-left p.headerstandardbottom {
    font-family: "Satisfy", serif;
   color: white;
   font-size: 26px;
   margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.header-right {
	text-align: right;
	vertical-align: middle;
	padding-left: 30px;
    padding-top: 5px;
}

.header-right-link a {
	background-color: #b8b09c;
	width: 170px;
	color: white;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 2px 0px;
}

.header-right-link a:hover {
	background-color: #A59B83;
	text-decoration: none;
    color: white;
}

.header-right-call {
	font-size: 15px;
	color: #FFFFFF;
}

.header-right-phone {
	font-size: 22px;
	color: #FFFFFF;
}

.formclear {
	clear: both;
}


#carouselOHSuitHire h3 {
   font-size:48px;
   line-height:50px;
   margin: 0px 0px 30px 0px;
       font-family: "Times New Roman", Times, serif;
}

.carousel-caption {
    padding-bottom: 0px !important;
    right: 10% !important;
    bottom: 30px !important;
}

.carousel-caption a {
	background-color: #b8b09c;
	color: white;
   font-size:18px !important;
	padding: 5px 10px 5px 10px !important;
	margin: 10px 0px 2px 0px;
  opacity: 0.8;
  float: right;
  font-family: "Cinzel", serif;
  border-radius: 5px;
}

.carousel-caption a:hover {
	color: white;
    text-decoration: none;
	background-color: #968B6E;
}

.hometile {
    margin-bottom: 20px;
}

.dottedbg  {
	height: 14px;
   background: url('/user_resources/images/site/dotbg.png') repeat-x;
	margin: 10px 0px 0px 0px;
	z-index: 100;
   background-color: transparent;
}


.modal-header h5 {
    font-family:  "Cinzel", serif;
    font-size: 26px !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom: 10px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-right-menu {
}

.header-right-menu ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
   text-align: right;	
}

.header-right-menu li {
   float: left;
	margin: 5px 5px 5px 5px;
	color: #ffffff;
   font-size: 14px;
}

.header-right-menu a {
	color: #ffffff;
}

.header-center img {
   position:absolute;
	z-index: 99;
}


.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
 display:block !important;
}

@media all and (min-width:768px) {
	.testCase {
		color: blue !important;
	}
	.navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.navbar-nav > li{
  padding-left:5px;
  padding-right:5px;
}


.dropdown-menu {
	min-width: 550px;
	background-color: white;
}

.yamm-content {
    font-family: "Cinzel", serif;
}

.yamm-content a {
   color: #645D4A;
	font-size: 16px;
}

@media (max-width: 1220px) and (min-width: 768px) {
	.testCase {
		color: green !important;
	}
	.suitheader {
		font-size: 27px !important;
		padding: 10px;
	}
	#suitgallery p {
		line-height: 12px !important;
		font-size: 12px;
		padding-right: 0px;
	}
}
@media (min-width: 577px) and (max-width: 767px) {
	#pagecontent h3 {
		font-size: 50px;
	}
	.suittext {
		display: none;
	}
}

@media (max-width: 576px) {
	.testCase {
		color: red !important;
	}

	suittext {
		display: none;
	}
	
	nav > .container {
		margin-left: 0;
		margin-right: 0;
	}
	.suitheader {
		text-align: center;
	}
}

#slideshow {
  overflow:hidden;
  width: 700px;
  height: auto;
}

#slideshow img {
  position:absolute;
  width:845px;
  height:500px;
  top:20%;
  left:10%;
  margin-left:-180px;
  margin-top:-120px;
  opacity:0;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
#slideshow img  {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
#slideshow :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
#slideshow :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
#slideshow .fx:first-child + img ~ img {
	z-index:-1;
}
#slideshow .fx {
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
  opacity:1;
}

.slideshow-caption {
    z-index: 50;
    position: absolute; 
    bottom: 0px; 
    left: 0px; 
    color: #fff;
    background: rgba(96, 94, 95, 0.75);
	 text-align: center;
	 margin-right: 10px;
}

.slideshow-caption-content-left {
	padding: 10px 10px 10px 10px;
}

.slideshow-caption-content-right {
	padding: 10px 10px 10px 10px;
    width: 358px;
}

.slideshow-caption-content-left h1 {
    font-family: "Cinzel", serif;
	 padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;	 
	 text-align: center;
	 font-size: 56px;
}

.slideshow-caption-content-right h1 {
    font-family: "Cinzel", serif;
	 padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
	 text-align: center;
	 font-size: 32px;
}

.slideshow-caption-content-left p {
    font-family: "Cinzel", serif;
	 color: #b3ac99;
	 font-size: 24px;
	 padding: 5px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;	 
}

.slideshow-caption-content-right p {
    font-family: "Cinzel", serif;
	 color: #b3ac99;
	 font-size: 24px;
	 text-align: center;
	 padding: 5px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;	 
}

.slideshow-caption-content-right a {
   text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 5px 15px 5px 15px;
	background-color: #645D4A;
  font-family: Arial, Helvetica, sans-serif;
	 font-size: 18px;
	color: white;
}

.slideshow-caption:hover {
    background-color: #292829;
}

#pricepromise {
	background-color: white;
    margin-top: 20px;
}

#pricepromise p {
   text-align: center;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
}

#pricepromise a {
   text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
	background-color: #b8b09c;
	color: white;
    font-size: 24px;
}

#pricepromise a:hover {
   text-decoration: none;
	background-color: #A59B83;
}

#pricepromise h2 {
   font-family: "Times New Roman", Times, serif;
	color: #605E5F;
}

#twitterfeed .twittercontent {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#twitterfeed p {
  background: #b8b09c;
  padding: 10px;
  margin: 0px 0px 20px 20px;
  border-radius: 3px;
  font-size: 14px;
  color: white;
  text-align: left;
}

#twitterfeed .tweet-date {
  font-size: 12px;
  color: #000000;
}

#twitterfeed a {
  color: #ffffff;
  background: transparent;
  padding: 0px;
  text-decoration: underline;
  font-size: 14px;
}



.doublelinebg  {
   width: 100%;
   background-color: transparent;
   background: url('/user_resources/images/site/doublelinebg.png') repeat-x 0px 15px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.doublelineheader  {
   width: 100%;
   background-color: transparent;
   background: url('/user_resources/images/site/doublelinebg.png') repeat-x 0px 0px;
	height: 10px;
	margin: 10px 0px 10px 0px;
}

.pricepromisetext {
   color: #645D4A;
	font-size: 36px;
   line-height: 38px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
   font-family: "Cinzel", serif;
	background-color: white;
}

#homecontent {
	background-color: #f2eee9;
	padding-bottom: 30px;
}

#homecontent img {
	background-color: #f2eee9;
}

#homecontent h2 {
   font-family: "Times New Roman", Times, serif;
	color: #605E5F;
}

#homecontent h3 {
    font-family: "Cinzel", serif;
	color: #605E5F;
	text-align: center;
}

.hometestimonial p {
   background: url('/user_resources/images/site/quote.png') no-repeat 0px 0px;
	padding: 10px 0px 0px 44px;
	font-size: 20px;
}

.hometestimonial a {
   font-size: 20px;
   color: #605E5F;
}

.homereadytobook p, .homewhychoose p, .homesuithireexplained p {
   margin: 20px 0px 20px 0px;
	font-size: 18px;
	min-height: 120px;
}

.homereadytobook a, .homewhychoose a, .homesuithireexplained a {
	color: white;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 2px 0px;
	font-size: 18px;
}

.homereadytobook a {
	background-color: #605E5F;
}

.homewhychoose a, .homesuithireexplained a {
	background-color: #645D4A;
}

.suitheader {
	color: #b8b09c !important;
	font-size: 40px;
	padding: 20px;
}

.suittext {
	color: #fff !important;
	font-size: 14px;
}

#footerbullets {
	border-top: 1px solid #d6d2c9;
	border-bottom: 3px solid #d6d2c9;
	padding: 20px 0px 20px 0px;
	font-family: "Cinzel", serif;
	text-align: center;
	font-size: 18px;
}

#footerbullets .fa {
   color: d6d2c9;
}


#footertop {
	background-color: #e9e5e2;
}

#footertop h4 {
    font-family: "Cinzel", serif;
	color: #605E5F;
	margin: 0px 0px 10px 0px;
}

#footertop ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footertop li>a {
	color: #605e5f;
}

#footertop p {
	text-align: center;
	padding: 0px 50px 0px 50px;
	font-size: 12px;
	color: #a9a8a6;
}


#footerbottom {
	background-color: #d6d2c9;
	padding-top: 15px;
}

#footerbottom p {
   padding: 10px 0px 0px 0px;
}

#footerbottom .footerhours p {
	text-align: center;
}

#footerbottom hr {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#footerbottom a {
	color: #605E5F;
}


#pagecontent {
   margin: 20px 0px 20px 0px;
}

#pagecontent a {
   color: #605E5F;
}

#pagecontent h1 {
	color: #645D4A;
	background: url('/user_resources/images/site/doublelinebg.png') repeat-x 0px 40px;
	font-size: 36px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 20px 0px;
   	font-family: "Cinzel", serif;
}

#pagecontent h2 {
   color: #605E5F;
	font-size: 26px;
   line-height: 28px;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
    font-family: "Times New Roman", Times, serif;
}

#pagecontent h3 {
   color: #605E5F;
	font-size: 20px;
   line-height: 22px;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
   font-family: "Cinzel", serif;
}


#pagecontent p {
	padding: 10px 5px 0px 15px;
	/* font-size: 20px; */
	color: #605e5f;
}

.productdesc {
	padding-top: 20px;
}

.productline {
	color: white !important;
	font-size: 13px;
	height: 70px;
}

#pagecontent li {
	padding: 5px 25px 0px 25px;
	font-size: 16px;
	color: #605e5f;
}

.producttitle {
	color: #645D4A;
    background: url('/user_resources/images/site/doublelinebg.png') repeat-x 0px 40px;
    font-size: 36px;
    height: 60px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0p;
	font-family: "Cinzel", serif;
}

.container-bs {
	margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1760px;
}

#productcontainer {
	padding-bottom: 20px;
}

#testimonialscontent ul {
   list-style: none;
	margin: 0px;
	padding: 0px;
}

#testimonialscontent li {
   background: url('/user_resources/images/site/quote.png') no-repeat 0px 0px;
	padding: 0px 0px 0px 34px;
	font-size: 20px;
}

#scrunchtie p {
	 margin: 0px 0px 20px 0px;
	 padding: 5px 5px 5px 5px;
	 font-size: 14px;
	 background-color: #605E5F;
	 color: white;
	 min-height: 75px;
}

.suitgalleryitem {
	margin-bottom: 10px;
}

.subtitle {
	font-size: 20px;
}

#suitgallery p {
	margin: 0px 0px 0px 0px;
	/* padding: 5px 15px 5px 15px; */
	color: #b8b09c;
	/* font-size: 22px;
	line-height: 24px; */
	background-color: transparent;
    font-family: "Cinzel", serif;
}

.productbuttons {
	background-color: #b8b09c;
	border-color: transparent;
	color: white !important;
}

.lnkEnquire {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.productbuttons:hover {
	color: white;
	background-color: #8f8671;
}

.productbuttons:active {
	color: white;
	background-color: #8f8671;
}

.productbuttons:focus {
	color: white;
	background-color: #8f8671;
}

.suitgalleryitem a {
    display: block;
	 background-color: #605E5F;
	 border: 1px solid silver;
}

.product-gallery {
	display: flex;
  }
  
  .product-gallery-thumblist {
	margin-left: -0.5rem;
  }
  
  .product-gallery-thumblist-item {
	display: block;
	position: relative;
	width: 5rem;
	height: 5rem;
	margin: 0.625rem;
	transition: border-color 0.2s ease-in-out;
	border: 1px solid #e3e9ef;
	border-radius: 0.3125rem;
	text-decoration: none !important;
	overflow: hidden;
  }
  
  .product-gallery-thumblist-item > img {
	display: block;
	width: 100%;
	transition: opacity .2s ease-in-out;
	opacity: .6;
  }
  
  .product-gallery-thumblist-item .product-gallery-thumblist-item-text {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: .25rem;
	transform: translateY(-50%);
	color: #4b566b;
	font-size: 0.875rem;
	text-align: center;
  }
  
  .product-gallery-thumblist-item .product-gallery-thumblist-item-text > i {
	display: block;
	margin-bottom: .25rem;
	font-size: 1.5em;
  }
  
  .product-gallery-thumblist-item:hover {
	border-color: #c9d5e0;
  }
  
  .product-gallery-thumblist-item:hover > img {
	opacity: 1;
  }
  
  .product-gallery-thumblist-item.active {
	border-color: #0e64e7;
  }
  
  .product-gallery-thumblist-item.active > img {
	opacity: 1;
  }
  
  .product-gallery-preview {
	position: relative;
	width: 100%;
	margin-top: 0.625rem;
  }
  
  @media (min-width: 500px) {
	.product-gallery-preview {
	  margin-left: 0.625rem;
	}
  }
  
  .product-gallery-preview-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	z-index: 1;
  }
  
  .product-gallery-preview-item > img {
	display: block;
	width: 100%;
  }
  
  .product-gallery-preview-item.active {
	position: relative;
	opacity: 1;
	z-index: 10;
  }
  
  .product-gallery-preview-item:hover {
	cursor: crosshair;
  }
  
  @media (max-width: 499.98px) {
	.product-gallery {
	  display: block;
	}
	.product-gallery-thumblist {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  margin-right: -1rem;
	  margin-left: -1rem;
	  padding-top: 1rem;
	}
	.product-gallery-thumblist-item {
	  margin: 0.3125rem;
	}
  }
  
  .drift-zoom-pane {
	z-index: 1030;
  }

.suitgalleryitem a:hover {
   background-color: #292829;
	text-decoration: none;
}

.gallerycaption h2 {
    font-family: "Cinzel", serif;
}

.gallerycaption p {
   float: left;
	color: white;
	font-weight: normal;
	font-size: 14px;
display: inline-block;
width: 400px;
   word-wrap: break-word;
}

.pricelist {
	margin: 10px 0px 0px 24px;
	font-size: 14px;
}


.style {
   width: 20%;
   float: left;
}

.description{
	width: 40%; 
	float: left; 
	margin-right: 15px;
}

.price{
	width: 15%; 
	float: left;
}

label {
    font-weight: bold;
}

.formlabelerror {
	color: red;
}

p.smalltext {
	font-style: italic;
	font-size: 12px;
}

.findus-content table {
	margin: 10px 0px 0px 25px;
	font-size: 18px;
}

#suitfaq h2, #pagecontent h2 {
    color: #605e5f;
    font-weight: bold;
}

#suitfaq a {
    text-decoration: underline;
}

@media (min-width: 975px) {
	.suitheader {
		font-size: 35px;
		padding: 20px;
		text-align: center;
	}
	.suittext {
		line-height: 16px;
    	font-size: 15px;
	}
}

@media (min-width: 1221px) {
	h3 {
		font-size: 30px;
	}
	.suittext {
		font-size: 18px;
		line-height: 24px;
	}

}