ƒ Ben Hallam Stylesheet V1
____________________________



/* Basic Custom Styling */



a, a:link, a:visited
{
	color:#41ADE2;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}

.bx-controls-direction a {
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;transition:none;
}

a:hover, a:active
{
	color:#41ADE2;
}

a:link, a:visited, a:hover, a:active {
	outline:none;
}

a:hover, a:active {
	text-decoration: none!important;
}


h1, h2, h3, h4, h5, h6 {
	color:#41ADE2;
	font-weight:bold;
}

.prodImage h1 {
	font-size:28px;
}

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

body {
	font-family: 'Raleway', sans-serif;
	color:#666666;

}

.header {
	position:relative;
}

.logo {
	position: absolute;
	top:0;
	z-index:9999;
}
.top{
    overflow-x: hidden;
}




.container {
	background: #FFF;
}
.tel {
	background: #1e4f6e;
	text-align: right;
	color:#FFF;
}
.tel p
{
	font-size:22px;
	margin:4px 0;
}
ol.breadcrumb {
	margin: 15px;
	padding-left:0;
	background:none;
	font-size:18px;	
}

ol.breadcrumb li {
	font-weight:700;
	text-transform:uppercase;
}

ol.breadcrumb li a
{
	color:#0072bc;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}

ol.breadcrumb li a:hover, ol.breadcrumb li a:hover
{
	color:#41ADE2;
}

.nav-tabs > li
{
	font-weight:700;
}


ul.listColumn, ul.listColumn li {
	margin:0;
	padding-left:18px;
}

/* QUICK LINKS */
.quickLinks {
	border:1px solid #3b2423;
}

.quickLinks h4 {
	display:block;
	background:#3b2423;
	color:#FFF;
	padding:15px 15px;	
	margin:0;
}

.quickLinks ul {
	list-style:none;
	margin:20px 20px 15px 20px;
	padding:0;
}

.quickLinks ul.quickBottom {
	margin-top:0;
	padding:15px 0 15px 0;
	border-top:1px solid #9b9b9b;
}

.quickLinks ul li a {
	color:#361e1d;
	display:block;
	margin-bottom:10px;
}

.quickLinks ul li a:hover, .quickLinks ul li a:active, .quickLinks ul li a:focus {
	color:#9A8B55;
}

/* Margin Classes */

.marBot20 {
	padding-bottom: 20px;
}
.rowMar15 {
	margin: 15px;
}

.marBot5 {
	margin-bottom: 5px;
}

/* Padding Classes */

.pad0 {
	padding: 0;
}
.pad15 {
	padding: 15px;
}
.padTop10 {
	padding-top: 10px;
}
.padTop15 {
	padding-top:15px;
}
.padTop20 {
	padding-top: 20px;
}
.padTop30 {
	padding-top: 30px;
}
.padTop40 {
	padding-top: 40px;
}
.padBot10 {
	padding-bottom: 10px;
}
.padBot15 {
	padding-bottom: 15px;
}
.padBot20 {
	padding-bottom: 20px;
}
.padBot30 {
	padding-bottom: 30px;
}
.padLeft0 {
	padding-left:0;
}
.padRight0 {
	padding-right:0;
}

.rowPad15 {
	padding: 0 15px;
}








/* ACCORDIAN */

.accordion {
	border:1px solid #dcddde;
	overflow:hidden;
}

.accordion-heading {
	padding:8px 15px;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(214,214,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(100%, rgba(214,214,214,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d6d6d6', GradientType=0 );
}

a.accordion-toggle {
	font-size:18px;
	color:#323232;
	text-transform:uppercase;
	text-decoration:none;
}

#accordion ul {
	list-style:none;
	margin:0;
	padding:0;
}

#accordion .collapse {
	margin-top:0;
}

.accordion-inner{
	padding:30px;
}	

.propertiesTable {
	text-align:center;
}

.propertiesTable .tableHeader {
	background:#ad9d66;
	color:#FFF;
}

.propertiesTable td {
	padding:20px;
}

.propertiesTable .fa {
	font-size:28px;
	color:#ff6600;
}


/* ICON LINKS */



a.iconLink:link, a.iconLink:visited {
	color:#ff6600;
	border:3px solid #ff6600;
	border-radius:100px;
	display:block;
	width:140px;
	height:140px;
	font-size:60px;
	padding-top:40px;
	text-align:center;
	margin:0 auto;
}

a.iconLink:hover, a.iconLink:active, a.iconLink:focus {
	color:#fff;
	border:3px solid #ad9d67;
	background:#ad9d67;
}

p.iconTooltip {
	font-size:18px;
	padding:15px 0;
	font-family: 'Montserrat', sans-serif;
}



/* Promotional Messages */

div.promoBot {
	text-align: center;
}
div.promoBot h4 {
	margin: 0;
	font-weight: 800;
}
div.promoBot a:link, div.promoBot a:visited {
	color: #FFF;
	display: block;
	font-size: 26px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}
div.promoBot a:hover, div.promoBot a:active {
	text-decoration: none;
}




/**** inner page promo box ****/


div.promoInner {
	text-align: center;
}
div.promoInner h4 {
	margin: 0;
	font-weight: 800;
}

div.promoInner h4 a:link, div.promoInner h4 a:visited {
	color: #FFF;
	display: block;
	border-radius:10px;
	font-size: 20px;
	background: #f39b13;
	padding: 30px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}
div.promoInner h4 a:hover, div.promoInner h4 a:active {
	background: #f37713;
	text-decoration: none;
}


/**** inner page brochure box ****/


div.promoBrochure {
	text-align: center;
}
div.promoBrochure h4 {
	margin: 0;
	font-weight: 800;
}

div.promoBrochure h4 a:link, div.promoBrochure h4 a:visited {
	color: #000;
	display: block;
	font-size: 20px;
	background: #fcd13d;
	border-radius:10px;
	padding: 30px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}
div.promoBrochure h4 a:hover, div.promoBrochure h4 a:active {
	background: #e9b811;
	text-decoration: none;
}





/**** loyalty card promo ****/


div.promoLoyalty h4 a:link, div.promoLoyalty h4 a:visited {
	color: #FFF;
	display: block;
	font-size: 20px;
	background: #A1A1A1;
	border-radius:10px;
	padding: 30px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
}
div.promoLoyalty h4 a:hover, div.promoLoyalty h4 a:active {
	background: #666;
	text-decoration: none;
}







/******** PRODUCT PAGE ********/

.specTable {
	border-top:1px solid #EBEBEB;
	margin-top:20px;
}

.specTable tr:nth-child(even) {
    background: none repeat scroll 0% 0% #EBEBEB !important;
}

.specTable tr:nth-child(odd) {
    background: none repeat scroll 0% 0% transparent !important;
}

.specTable .specTableEven {
    background: none repeat scroll 0% 0% #EBEBEB;
}

table.specTable td {
	padding:8px 15px;
}

.specTablePrice {
	background:#41ADE2;
	color:#fff;
	font-weight:700;
}



/* Colour Styles */

.vistaTeal {
	background: #0c9297;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}
div.vistaTeal:hover, div.vistaTeal:focus {
	background: #36b2b7;
}

.a5LightBlue {
	background: #41ADE2;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}
div.a5LightBlue:hover, div.a5LightBlue:focus {
	background: #0072bd;
}

.statesmanBlue {
	background: #188EB7;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}
div.statesmanBlue:hover, div.statesmanBlue:focus {
	background: #3b8eb9;
}

.vistaLightblue {
	background: #23B5E9;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}
div.vistaLightblue:hover, div.vistaLightblue:focus {
	background: #41ADE2;
}

.whiteBg {
	background: #FFF;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.whiteBg a {
	color: #888888;
}

.whiteCopy {
	padding:30px 15px;
	border:1px solid #EBEBEB;
	background:#FFF;
}

.whiteCat {
	padding:15px;
	border:1px solid #d2ebf0;
	background:#FFF;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}

.whiteCat:hover {
	background:#f9f9f9;
}

.blueCat {
	padding:15px;
	border:1px solid #23B5E9;
	background:#23B5E9;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}

.blueCat:hover {
	background:#41ADE2	;
}

.blueCat img {
	padding-bottom:15px;
}

.catLink a {
	color:#FFFFFF;
}	

/* Product Styling */
.whiteProdcat {
	padding:0 15px;
	border:1px solid #d2ebf0;
	background:#FFF;
}




.tab-pane h4 {
	font-size:12px;
}


/* Type Styles */

.row {
	text-align: left;
}
.row .center, .center {
	text-align: center;
}

.tab-content h2
{
	color:#ff6600;
	margin:0 0 15px 0 ;
}

.tab-content h3
{
	font-size:20px;
	background:#41ADE2;
	color:#FFF;
	padding:8px 10px;
	margin-top:0;
}

h2.servTitle a, h4.servTitle a, p.servLink a, p.servLink2 a {
	margin: 0;
	padding: 15px 0;
	display: block;
	color: #FFF;
}
h2.servTitle {
	display: block;
	text-align: center;
	color: #FFF;
	width: 100%;
	margin: 0;
}
h4.servTitle {
	display: block;
	text-align: center;
	color: #FFF;
	width: 100%;
}
p.servLink, p.servLink2 {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	margin:0;
}
p.servLink2 {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}
p.servLink a, p.servLink2 a {
	color: #FFF;
	text-decoration: none;
}
div.info p, div.info ul {
	text-align: left;
}
h5.infoTitle {
	font-size: 25px;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
	color: #41ADE2;
	margin-top: 0;
}

.infoBox {
	border:1px solid #d5d5d5;
	padding:30px;
}

p.testText {
	font-family: 'Libre Baskerville', serif;
	font-size: 17px;
	color: #888;
}
p.testName {
	color: #f39b13;
	font-size: 16px;
}
p.testLink a {
	color: #16a0a8;
	display: block;
	text-align: center;
}
h5.cardTitle {
	font-size: 22px;
	color: #1e4f6e;
	text-transform: uppercase;
	margin-top: 0;
}
p.cardLink a {
	color: #16a0a8;
	display: block;
	text-align: center;
}

p.subText {
    font-size: 24px;
    color: #0072bc;
}

p.subTitle {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    color: #0072bc;
	margin:20px 0;
	padding:10px 0;
	border-top:1px dotted #c1c1c1;
	border-bottom:1px dotted #c1c1c1;
}

.itemHeader, .copyHeader {
	color:#41ADE2;
	font-weight:700;
}




/* FOOTER */

.footer {
	padding:30px;
		background: #333333;

}

.footer h5 {
	font-size: 20px;
	font-weight:700;
	text-transform: uppercase;
	margin-bottom: 15px;
	color:#FFF;
}

.footer i {
	color:#41ADE2;
	width:20px;
}

.footerAddress {
	padding-left:20px;
}

hr.half-rule {
	border-bottom: 1px solid #999;
	clear: both;
	padding-top: 15px;
	margin: 0;
}

div.footerBottom {
	background: #341b1b;
	height:90px;
	border-top:1px solid #FFF;
} 
div.footerBottom .container {
	background: #341b1b;
	color: #FFF;
	padding-left:0;
	padding-right:0;
}
div.footer a, div.footer p {
	color: #FFF;
	line-height: 24px;
	margin-bottom:0;
}
div.footer a:hover, div.footer ul li a:focus {
	color: #41ADE2;
}
div.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerSub {
	background: #FFF;
	border:1px solid #41ADE2;
	padding: 0 20px;
	line-height: 40px;
}
.footerBtn {
	background: #41ADE2;
	border:1px solid #41ADE2;
	border-radius: 0;
	font-size: 14px;
	color: #FFF;
	padding: 0;
	line-height: 40px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}

.footerBtn:hover {
	background: #41ADE2;
	border:1px solid #41ADE2;
	color:#fff;
}







/*********** CAROUSEL CUSTOM STYLING ***************/


.slide {
	/*background:#16a0a8;*/
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}

.bgSlide {
	background:#8F8F97;
}

.slide:hover, .slide:focus {
	background:none;
}

p.slidTitle
{
	margin-bottom:0;
}

.slidTitle a:link, .slidTitle a:visited {
	display:block;
	text-align:center;
	color:#FFF;
	background:#341b1a;
	font-size:14px;
	text-transform:uppercase;
	padding:20px 0;
	
}

.slidTitle a:hover, .slidTitle a:focus, .slidTitle a:active {
	background:#9a8b55;	
}


/*********** BREADCRUMB ***************/

.breadcrumb > li + li:before {
	padding: 0px 5px;
	color: #41ADE2;
	content: "/ ";
}

.breadcrumb {
	padding:0;
	background:none;
}

.breadcrumb > .active {
	color:#41ADE2;
}


/*********** TAB CUSTOM STYLING ***************/

div.tabbable ul.nav {
	background:#dcddde;
	padding-bottom:1px;
}

.nav-tabs {
    border-bottom:none;
}

div.tabbable ul.nav li a:link, div.tabbable ul.nav li a:visited {
	background:#dcddde;
	margin-right:0;
	border:none;
	font-size:15px;
	color:#41ADE2;
	border-radius:0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}

div.tabbable ul.nav li a:hover, div.tabbable ul.nav li a:focus, div.tabbable ul.nav li a:active, div.tabbable ul.nav li.active a  {
	background:#41ADE2;
	color:#FFF;
}

div.tabbable ul.nav li a:active, div.tabbable ul.nav li.active a  {
	background:#0072BC;
	color:#FFF;
}

.tab-content {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
	background:#FFF;
	padding:30px;
	border:1px solid #0072BC;
}


a.prodTextlink {
	display:block;
	text-align:center;
	padding:15px 0;
}

.catTitle, .copyTitle
{
	margin-top:0;
	font-size:20px;
}

.padTop0 {
	padding-top:0;
}

.padBot0 {
	padding-bottom:0;
}

.marTop0 {
	margin-top:0;
}

.marTop15 {
	margin-top:15px;
}

.marTop30 {
	margin-top:30px;
}

.marBot0 {
	margin-bottom:0;
}

.marBot15 {
	margin-bottom:15px;
}

.marBot30 {
	margin-bottom:30px;
}



p.catPrice {
	padding-top:15px;
}

p.catPrice a {
	padding:10px 15px;
	background:#41ADE2;
	color:#FFF;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;transition: .5s;
}

p.catPrice a:hover {
	background:#F39B13;
}


p.catLink a {
	display:block;
	text-align:center;
	text-transform:uppercase;
}



.pageContent h2 {
	color:#ad9d67;
}

.pageContent h3 {
	color:#ff6600;
}






/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

ol.breadcrumb {
	margin-top:30px;
}

.usaInfo a {
	font-size:16px;
}

.marOut {
	margin:0 0 0 0;
}

 .tabletHide {
	 display:none;
 }
 
 .tabletHide2 {
	 display:none;
 }
 
 .homeSlider {
	 min-height:400px;
	 overflow:hidden;
 }
 
 .homeSlider a img {
	 max-width:140%;
 }
 
.slideInfo1 {
	width:100%;
	top:20%;
	position:absolute;
	text-align:center;
}

.sliderTitle1 {
	width:100%;
	text-align:center;
	display:block;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
	line-height:50px;
	color:#FFF;
	font-size:45px;
}

.slideInfo1 p {
	font-size:20px;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
	color:#FFF;
	width:60%;
	margin:0 auto 15px;
}


.homeCta {
	display:block;
	background:rgba(214,13,0,1);
	padding:10px;
	width:240px;
	margin:0 auto;
	line-height:20px;
	color:#FFF!important;
	font-size:20px;
	z-index:999999999;
}
	
.topNav {
	text-align: center;
	float: right;
	position: relative;
	top: 0;
	z-index: 10;
	margin-right:15px;
	padding-bottom:10px;
}
.topNav ul li a:link, .topNav ul li a:visited {
	padding: 10px 15px;
margin: 0 30px 0px 0px;
	border-radius:0 0 10px 10px;
	width:100%;
	color:#fff;
}
.logo {
	text-align: center;
}
h2.servTitle {
	font-size: 20px;
	text-align: center;
}
p.servWorth {
	font-size: 28px;
	color: #ef6c1b;
	margin-bottom: 0;
	font-weight: 800;
}
p.servPrice {
	font-size: 30px;
	color: #ef6c1b;
	font-weight: 800;
}
.servPerweek {
	font-size: 15px;
	color: #ef6c1b;
}


.instalTitle {
	font-size:17px;
}

.mobileHide {
	display:none;
}




}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

  
.usaInfo a {
	font-size:22px;
}

 h2.servTitle {
 font-size:20px;
}
 .whatOfferhide {
 display:none;
}


.instalTitle {
	font-size:24px;
}

p.subTitle {
	font-size:22px;
}

.topNav {
	text-align: center;
	clear:both;
	top: 0;
	z-index: 10;
	padding-bottom:10px;
}







}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
 


.marOut {
	margin:0 -30px 0 -30px;
}
 
 .topNav {
 text-align:center;
 float:none;
 position:relative;
 z-index:10;
 top:0;
 clear:none;
}


 h2.servTitle {
 font-size: 20px;
}
 .whatOfferhide {
 display:none;
}





p.subTitle {
	font-size:22px;
}

.mobileHide {
	display:block;
}


.tabletHide2 {
	 display:inherit;
 }
 
  .logo {
 text-align:left;
}

.carousel-caption h3 {
	font-size:16px;
}

/*.collapse {
	margin-top:150px;
}*/


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


.mobLogo {
	position:relative;
	top:0;
}






 .topNav {
 text-align:center;
 float:right;
 position:relative;
 top:12px;
 z-index:10;
 
}
 .topNav ul li a:link, .topNav ul li a:visited {
 padding:10px 15px;
 margin:8px 30px 0 0;
 border-radius:10px;
}
 h2.servTitle {
 font-size: 20px;
}
 .whatOfferhide {
 display:block;
}
 .logo {
 text-align:left;
}


div.tabbable ul.nav li a:link
{
	font-size:14px;
}

p.subTitle {
	font-size:16px;
}

.carousel-caption h3 {
	font-size:22px;
}

/*.collapse {
	margin-top:65px;
}*/

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.nav {
	padding-top:0;
	padding-left:15px;
}



.tabletHide {
	 display:inherit;
 }

h2.servTitle {
 font-size: 20px;
}

div.tabbable ul.nav li a:link
{
	font-size:15px;
}


p.subTitle {
	font-size:22px;
}

}



.copyHeader {
	margin-top:0;
}

.mar0 {
	margin:0
}




.instalTitle {
	display:block;
	color:#16A0A8;
	padding-top:20px;
	padding-bottom:10px;
	border-top: 1px dashed #c0e1e7;
	position:relative; top:30px;
}

.bx-wrapper {
		padding-top:30px;
}



.bx-wrapper .bx-next {
	right:0;
	left:auto;
}

.bx-wrapper .bx-prev {
	right:45px;
	left:auto;
}




.leftDivide {
	padding-left:30px;
	border-left: 1px dotted #C1C1C1;
}

.topDivide {
	padding-top:30px;
	margin-top:30px;
	border-top: 1px dotted #C1C1C1;
}

.leftDividePad {
	padding-right:30px;
}

.spataText {
	font-size:12px;
	color:#50bbf6;
	text-align:center;	
}

.buildNumber {
	color:#F39B13;
	font-size:26px;
}

.buildTitle {
	margin-top:0;
	color:#16A0A8;
}	

.itemTitle {
	color:#41ADE2;
	font-size: 14px;
	font-weight: bold;
	min-height:80px;
	vertical-align: top;
}

.accordion-inner h3 {
	margin-top: 0;
}




a.carousel-control {
	color:#FFF;
	opacity:0;
	width:15%;
	height:100%;
	vertical-align:middle;
}

/*a.carousel-control.right, a.carousel-control.left {
	background-image:none;
	background:#000;
}*/

.bx-wrapper a.carousel-control .fa {
	font-size:40px;
	position:relative;
	top:45%;
	text-align:center;
}

.bx-wrapper .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#2C2C2D;
    border: 2px solid #FFF;
    border-radius: 20px;
}

.bx-wrapper .carousel-indicators li.active {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#A88A5A;
    border: 2px solid #FFF;
    border-radius: 20px;
}

.bx-wrapper .carousel-inner {
	min-height:180px;
	overflow:hidden;
}

.bx-wrapper .carousel-inner img {
	min-height:180px;
	min-width:540px;
}

.mastHead {
	position:relative;
}

.mastHead h1 {
	display:block;
	color:#FFF;
	font-size:45px;
	position:absolute;
	left:0;
	background:rgba(0,65,99,0.9);
	padding:10px 30px 10px 30px;	
}

.mastHead img {
	max-width:100%;
	height:auto;
	display:block;
	margin:auto;
}

.feature-image {
	float:left;
	padding:0 15px 0 0;
}

.feature {
	padding-bottom:30px;
}

.tab-content .feature h3 {
    font-size: 20px;
    background: none repeat scroll 0% 0% #FFF;
    color: #16A0A8;
    padding: 0 10px 8px 0;
    margin: 0px 15px 0;
}

div.footer ul li a {
	line-height:16px;
}

div.footer ul li {
	margin-bottom:5px;
}

.telIcon {
	margin-top:-3px;
}

.tab-content h3.saunaSize {
	margin:0;
	padding-left:15px;
}

.saunaSpec {
	font-size:110%;
}

.tab-content h3.saunaInctitle {
	margin:0;
	padding-left:15px;
	font-size:18px;
}

.saunaIncludes {
	padding:15px;
	border-bottom:1px dotted #999;
}

.disclaimer {
	font-size:11px;
	border-top:1px dotted #EBEBEB;
	padding-top:15px;
	margin-bottom:0;
}

.top {
	background:url(../img/header-bg.jpg) fixed center no-repeat;
	background-size:cover;
}




.header {
	background:#000887;
	min-height:80px;
}

.navbar {
	margin-bottom:0;
	min-height:120px;
	border:none;
}



a.logoText {
	font-size:30px;
	color:#FFF;
	margin-top:30px;
}





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

.cd-slider-wrapper ul {
	list-style:none;
}

.tooltiptext {
	display:none;
}

a.specPdf:link, a.specPdf:visited, a.wetTest:link, a.wetTest:visited {
	text-align:center;
	display:block;
	font-weight:700;
	padding:15px 0;
	border-radius:10px;
	background:#41ADE2;
	color:#FFF!important;
	transition: opacity 0.2s ease 0s, background-color 0.2s ease 0s;
}

a.freepizza {
	text-align:center;
	display:block;
	font-weight:700;
	padding:15px 0;
	border-radius:10px;
	background:#ffdb00;
	color:#000000!important;
	transition: opacity 0.2s ease 0s, background-color 0.2s ease 0s;

}

a.specPdf:hover, a.specPdf:active, a.wetTest:hover, a.wetTest:active {
	background:#2e8ebd;
}


a.buyNow:link, a.buyNow:visited {
	
    display: block;
    width: 100%;
    font-weight: 700;
    padding: 15px 0px;
    left: 0px;
    background: #D60D00 none repeat scroll 0% 0%;
    border-radius: 10px;
    color: #FFF !important;
    text-align: center;
    transition: opacity 0.2s ease 0s, background-color 0.2s ease 0s;
}

a.buyNow:hover, a.buyNow:active {
    background: #ae0b00;
}

.prodCall {
	font-size:16px;
	font-weight:bold;
	color:#d60d00;
}

a.finance:link, a.finance:visited {
	display: block;
    width: 100%;
    font-weight: 700;
    padding: 15px 0px;
    left: 0px;
    background: #f58220 none repeat scroll 0% 0%;
    border-radius: 10px;
    color: #FFF !important;
    text-align: center;
    transition: opacity 0.2s ease 0s, background-color 0.2s ease 0s;
}

.financeCall {
	font-size:16px;
	font-weight:bold;
	color:#f58220;
}

a.finance:hover, a.finance:active {
    background: #d66a0d;
}


.box-sidebar {
    padding: 15px 25px 10px;
    background: #FCFCFC none repeat scroll 0% 0%;
    box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, 0.1) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #FFF;
    margin-bottom: 20px;
    color: #2E415C;
}

.box-sidebar ul, .box-sidebar ul li {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

.post .btn {
	color:#FFF!important;
}

.post img {
	padding-bottom:15px;
}

.panel-title > a {
	display:block;
}

.post-left ul li {
    float: right;
    margin:0;
    list-style: outside none none;
}

.post h3 {
	margin:5px 0 15px 0;
}

.estText {
	font-size:22px;
	margin:15px 0 0 0;
}

.estPrice {
	font-size:36px;
	margin-top:5px;
}

a.carousel-control i.fa {
	font-size:80px;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption {
	padding-top:0;
	top:5px;	
}

.usa-footer {
    text-align: left;
	color:#FFF;
    background: #2E70B8 url("../img/us-flag.jpg") no-repeat scroll right center;
    height: 75px;
	padding-top:20px;
}

.usaInfo  {
	margin-bottom:0;
}

.usaInfo a {
	padding:15px 30px;
	display:block;
	text-align:center;
	color:#FFF;
	background:#004163;
}

.nav-tabs {
	padding-top:0;
}

.testInfo {
  padding:15px 60px;
  color:#fff;
  text-align:center;
  top:0;
  z-index:2;

}

.testInfo h3 {
	color:#FFF;
}

.hotButtonContainer {
	width:100%;
	position:fixed;
	z-index:999999999999;
	/*background:#004163;*/
	height:40px;
}

.hotButtonContainer .container {
	background:#004163;
	text-align:right;
	height:40px;
}

.hotButtonContainer ul {
	list-style:none;
	padding-top:10px;
	margin-left:-15px;
	margin-right:-15px;
	float:right;
}

.hotButtonContainer ul li {
	float:left;
}

.hotButtonContainer ul li a {
	background:#D60D00;
	color:#FFF;
	padding:10px;
}

.hotMargin {
	margin-right:1px;
}


/******* ALERT *********/

.alertContainer {
	width:100%;
	position:fixed;
	z-index:999999999999;
	/*margin-top: 50px;*/
	/*background:#004163;*/
	height:40px;
}

.alertContainer .container {
	background:#004163;
	text-align:center;
	height:40px;
}

/******* NAVBAR ********/

.navbar {
	border-radius:0;
}

.navbar-default {
	background:#fff;
}



.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin:20px;
	padding:0;
}




.dropdown:hover .dropdown-menu {
display: block;
}

.nav > li.dropdown.open, .nav > li.dropdown:hover {
    position: static;
	/*display:table;*/
}
.nav > li.dropdown.open .dropdown-menu, .nav > li.dropdown:hover .dropdown-menu {
    width: 100%; left:0; right:0;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
	color:#000;
	font-size:16px;
	font-weight:700;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li#activ > a {
	color:#FFF;
	background:#41ADE2;
}

.dropdown-menu > li > a, .dropdown-menu > li > ul > li a {
	padding:0;
	text-align:center;
	color:#FFF;
	background:#41ADE2;	
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li >ul > li a:hover, .dropdown-menu > li > ul > li a:focus {
	color:#FFF;
	background:#0072bd;	
}

.dropdown-menu > li > a.dropdown-link, .dropdown-menu > li > ul > li a.dropdown-link {
	padding:8px;
	font-weight:700;
}

.dropdown-menu li ul li {
	list-style:none;
}

.dropdown-menu li ul li a {
	display:block;
}

.dropdown-menu > li > ul.dropdownTextList > li a {
	text-align:left;
	padding:10px 15px 10px;
	margin-bottom:1px;
	background:#ececec;
	color:#666;
	font-size:13px
}

.dropdown-menu > li > ul.dropdownTextList > li a:hover {
	background:#ececec;
}

.dropdown-menu > li > ul.dropdownTextListHorizontal > li a {
	text-align:left;
	padding:4px 15px 4px;
	background:#fff;
	color:#666;
	font-size:13px;
}

.dropdown-menu > li > ul.dropdownTextListHorizontal > li a:hover, .dropdown-menu > li > ul.dropdownTextListHorizontal > li a:active {
	text-decoration:underline;
}

h4.dropdownHeader {
	background:#cde6f2;
	padding:10px 15px;
	color:#41ADE2;
}


i.fa-home {
	font-size:20px;
}



.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-left:0;
	margin-right:0;
	width:100%
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-top:0;
}

.nav > li > a {
    padding: 25px 12px;
}


.topNav {
    text-align: center;
    z-index: 10;
	padding-top:10px;
}

.topNav a {
	color:#41ADE2;
	font-size:28px;
}

.sliderTest {
	background:#000;
}

#bs-example-navbar-collapse-1 {
background:#fff;
}

.testimonial .bx-viewport {
	min-height:220px;
	background:#41ADE2 !important;
	border-radius:12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.promoBox {
	min-height:265px;
	background:#b02029;
	padding-top:20px;
	text-align:center;
	border-radius:12px;
}

.promoPreowned {
	background:#000;
	padding-top:20px;
	border-radius:12px;
	text-align:center;
	margin-bottom: 30px;
	font-size: 16px;
}

.promoPreowned a {
	color: #1eff00;
}

.promoBox a {
	color:#FFF;
}

.promoBox p.promoSale {
	font-size:70px;
	font-weight:700;
	margin-bottom:0;
	color:#FFF;
}

.promoBox .promoText {
	color:#FFF;
	font-size:30px;
	font-weight:700;
	margin-top:0;
}

.promoPackage {
	background:#b02029;
	padding-top:20px;
	text-align:center;
}

.promoPackage h4 {
	color:#fff;
	font-size:30px;
}

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


.colourOptions h3, .colourOptions h4 {
    clear: both;
}

.prodImage a {
	display:block;
	text-align:center;padding-bottom: 15px;
}

.prodImage a.hotTubImg:after {
	content: url('../img/canada.png');
	position: absolute;
	top: 15px;
	right: 15px;
}

.prodImage a.usahotTubImg:after {
	content: url('../img/usa.png');
	position: absolute;
	top: 15px;
	right: 15px;
}

.prodLink {
	text-align:center;
	font-weight:700;
}

.borTop {
	border-top:1px solid #CCC;
	padding-top:30px;
}

.borBot {
	border-bottom:1px solid #CCC;
	padding-bottom:30px;
}

.vitalityText {
	font-size:16px;
	font-weight:700;
	color:#41ADE2;
	padding:15px;
}

a.brochure {
	display:block;
	color:#FFF;
	font-weight:700;
	background:#41ADE2;
	padding:15px;
	text-align:center;
}



.nowPrice, .prodPrice {
	font-size:30px!important;
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
	font-weight:700;
	line-height: 36px;
}

.wasPrice {
	text-decoration:line-through;
	font-size:25px!important;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	line-height: 30px;
}

.freePrice {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background:#F00;
	color: #fff;
	font-weight:700;
	line-height: 16px;
	text-align:center;
	position: absolute;
	width: 70px;
	height: 70px;
	padding: 20px 10px;
	bottom: 80px;
	right: 25px;
	border-radius: 35px;
}

.prodPrice {
	font-size:30px;
}

.financePrice {
	margin-top:0;
	font-size:28px;
	color:#F58220;
	font-weight:bold;
	line-height: 32px;
}

.fittedPrice{
	background:#41ADE2;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border-radius:140px;
	width:70px;
	padding:15px 0;
	margin-left:15px;
	display:none;
}

.relatedPrice, .relatedPrice a {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
	font-weight:700;
}

.relatedTitle {
	margin-bottom:0;
}

.relatedCont {
	border-left:1px solid #CCC;
	text-align:center;	
}

.prodBox {
	text-align:center;
	margin-bottom:30px;
}

.prodBorder {
	border:1px solid #ccc;
	padding:15px;	
}

.prodTitle {
    height: 35px;
    position: relative;
}

.prodTitle a {
	color:#000;
	font-size:18px;
}

.prodInfo {
    margin-top: 15px;
}

.prodInfo a {
    color: #000;
}

.prodLink2 {
	display: block;
width: 90%;
margin: 10px auto 10px auto;
font-weight: 700;
padding: 15px 0;
left: 0;
background: #41ADE2;
border-radius: 10px;
color: #FFF !important;
text-align: center;
color: #ffffff;
-webkit-transition: opacity 0.2s, background-color 0.2s;
-moz-transition: opacity 0.2s, background-color 0.2s;
transition: opacity 0.2s, background-color 0.2s;
}

.prodLink2:hover {
	background:#2e8ebd;
}

.prodLinkSpecial {
  display:block;
  width: 90%;
  margin:10px auto 10px auto;
  font-weight:700;
  padding:15px 0;
  left: 0;
  background: rgba(65, 173, 226, 1);
  border-radius:10px;
  color:#FFF!important;
  text-align: center;
  color: #ffffff;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}
.prodLinkSpecial:hover {
  background: rgba(0, 114, 188, 1);
  display:block;
  opacity:1;
  color:#FFF!important;
}

.prodCat:link, .prodCat:visited {
	display:block;
	padding:30px 0 30px 0;
	background:#535353;
	color:#FFF!important;
	-webkit-transition: opacity 0.2s, background-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}

.prodCat:hover, .prodCat:active, .prodCat:focus {
	background:#E50278;
}

.qvLink {
  display:block;
  font-weight:700;
  padding:15px 0;
  left: 0;
  background: rgba(245, 130, 32, 1);
  border-radius:10px;
  color:#FFF!important;
  text-align: center;
  color: #ffffff;

}
.qvLink:hover {
  background: rgba(222, 105, 5, 1);
  display:block;
  opacity:1;
  color:#FFF!important;
}

.moreLink {
  display:block;
  font-weight:700;
  padding:15px 0;
  left: 0;
  background: rgba(54, 195, 234, 1);
  border-radius:10px;
  color:#FFF!important;
  text-align: center;
  color: #ffffff;
}

.moreLink:hover {
  background: rgba(54, 195, 234, 1);
  display:block;
  opacity:1;
  color:#FFF!important;
}

/*.prodTitle  {
	display:block;
	text-align:center;
	font-size:20px;
	font-weight:700;
}*/

.prodSpec  {
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:700;
}

a.prodTitle, a.prodSpec {
    color: #000 !important;
}

ul.cd-items {
	    list-style: outside none none;
		margin:0;
		padding:0;
		text-align:center;
}

ul.cd-items li {
	padding-bottom:30px;
}

a.financeText {
    text-align: center;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    color: #D60D00;
}

.financeLink {
    display: block;
    width: 90%;
    margin: 0px auto;
    font-weight: 700;
    padding: 15px 0px;
    left: 0px;
    background: rgba(214, 13, 0, 0.8) none repeat scroll 0% 0%;
    border: 1px solid #D60D00;
    border-radius: 10px;
    color: #FFF !important;
    text-align: center;
    transition: opacity 0.2s ease 0s, background-color 0.2s ease 0s;
}

.callbackLink {
    display: block;
    font-weight: 700;
    padding: 15px 0px;
    left: 0px;
    background: #41ADE2 none repeat scroll 0% 0%;
    border-radius: 10px;
    color: #FFF !important;
    text-align: center;
}

.specTitle {
    font-size: 20px;
	padding-bottom:0;
	margin-top:0;
}

.guarantee {
	border:1px solid #41ADE2;
	color:#41ADE2;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px;
	padding:10px;
}

.priceContainer {
	border: 1px solid #999;
	padding:15px;
}

/*.priceContainer {
	background:#EBEBEB;
	padding:15px;
} */

.financeContainer {
	background:#EBEBEB;
	padding:15px;
}


.inStock, .financeTitle {
	color:#000;
	font-size:22px;
}

.pd-dim-image {
	float:left;
	padding-right:15px;
}

.pd-dim-title {
	padding-bottom:15px;
}

.pd-td-one {
	font-weight:bold;
}

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

.optionList p
{
	text-align:left;
}	

.optionList li {
	border-right:1px solid #fff;
}

.optionList li img {
	border:1px solid #ccc;
	border-radius:5px;
}

.brochureLink {
	font-size:16px;
}

.alert-success h3 {
	color:green;
}

.financeForm {
	border:1px solid #ccc;
}

.financeTable tr td {
	text-align:left;
	padding-bottom:5px;
}

.prodBorder p {
    font-weight: 700;
    font-size: 16px;
}

.prodBorder a img {
    padding-bottom: 10px;
}

.priceFrom {
    font-size: 14px;
    font-weight: bold;
    color: #F00 !important;
}

.fa-play {
	margin-left: 5px;
}


/** Xmas Classes **/

.xmasHeader {
	min-height: 180px;
	background: url(../img/xmas-header.jpg);
	background-size: cover;
}

.xmasTitle {
	font-family: 'IM Fell English', serif;
	color:#bf9a61;
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.xmasNumber {
	text-transform: uppercase;
font-family: 'IM Fell English', serif;
font-size: 28px !important;
letter-spacing: 1px;
line-height: 30px;
position: absolute;
background: #171a26;
padding: 10px 10px 10px 25px;
left: 15px;
top: 30px;
}

.xmasNumber a {
	color: #FFF!important;
}

.xmasTub {
	background: #bf9a61;
	border-radius: 4px;
	padding: 5px 8px;
	text-transform: uppercase;
}

.xmasName {
	text-transform: uppercase;
	font-size: 14px!important; 
	letter-spacing: 1px;
	font-family: 'IM Fell English', serif;
}

.xmasCounty {
	text-transform: uppercase;
	font-size: 13px!important;
	font-family: 'IM Fell English', serif;
}

.xmasName a, .xmasCounty a {
	color: #000!important;
}

.fiftyOff::after {
	content: "+";
	position: absolute;
	right: -5px;
	top: 35%;
	font-size: 70px;
	z-index: 1;
	border-radius: 20px;
	border:2px solid #fff; 
	width: 40px;
	height:40px;
	line-height: 36px;
	background:#D60D00;
	color: #fff!important;
}

.bfImage {
	max-height: 292px;
}

.bfRoundel {
	font-size:12px;
	background:#D60D00;
	color: #fff;
	font-weight:700;
	line-height: 16px;
	text-align:center;
	position: absolute;
	width: 85px;
	height: 85px;
	padding: 20px 10px;
	top: 45px;
	right: 30px;
	border-radius: 50px;
}

.acHide {
	position:absolute; 
	top: 0;
	height: 100%;
	width:97%;
	border:15px solid #9d9536;
	background: #075501;
}

.acNumber {
	font-size: 260px;
	display: block;
	text-align: center;
	padding-top: 35px;
	color:#9d9536;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
   .bookAWetTestBtn{
          margin-top: 16px;
          border: none;
          width: 100%;
          text-transform: uppercase;
              text-align: center;
    display: block;
    font-weight: 700;
    padding: 15px 0;
    border-radius: 10px;
    background: #41ADE2;
    color: #FFF!important;
    transition: opacity 0.2s ease 0s, background-color 0.2s ease 0s;
      }
      .bookAWetTestBtn:hover {
        background: #2e8ebd;
      }


@media (min-width: 768px) and (max-width: 1365px) {
	.cat img {
		height: 139px!important;
	}
}

@media only screen and (max-width: 767px) {
	.cat img {
		height: auto!important;
	}
}

/** MENU COLLAPSE **/
@media (max-width: 600px) {
    .accordion-inner{
        padding: 2px;
    }
    .accordion-inner .row{
        margin: 0;
    }
    /**.container{
        padding: 0;
    }**/
     #collapseInstalls .accordion-inner .col-sm-6{
                    width: 100%;
                }
    #collapseInstalls .accordion-inner .col-sm-6{
                    width: 100%;
                }
    #collapseInstalls .accordion-inner .col-sm-6 div a img{
        min-height: 0 !important;
    }
}
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		clear:left;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		/*background:#d3d3d3;*/
        margin: 0 -15px 30px;
		padding-bottom:30px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		padding-left:30px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/* RESPONSIVE IFRAMES */

.watch-our-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.watch-our-video iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END OF RESPONSIVE IFRAMES */

/* New For 2017 */

.newfor2017 img {
	position:relative;
}

.newfor2017 span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 415px;
    height: 415px;
    z-index: 100;
    background: transparent url(https://a5spas.co.uk/img/newfor2017.png) no-repeat;
    background-size: contain;
}

.col-xs-4 img{
    height: 105px;
}
}