@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Raleway:400,500,600&display=swap');

@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
	font-family: 'Raleway', sans-serif;
	background:#fff;
	font-size:16px;
	color:#333;
	line-height:24px;
}

img {
	max-width:100%;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #af5a00;
}

hr.light {
  border-color: #fff;
}

a {
  color: #a5975a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration:none;
}

.color-white {
	color:#fff;
}

a:hover {
  color: #a5975a;
  text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', Arial, sans-serif;
  font-weight: 400;
  color: #2f3546;
}

h5 {
	font-size: 18px;
	color: #2f3546;
	line-height: 1.5;
    letter-spacing: 5px;
}

.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 100px 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: none;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 14px;
  text-transform: uppercase;
  color: #2f3546;
  font-weight:500;
  letter-spacing: 3px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: #fff;
	position: relative;
	padding-top:32px;
	padding-bottom:32px;
  }
  #mainNav.fixed-top {
    border-color: transparent;
    background-color: transparent;
	position: absolute;
	top: 44px;
  }
  #mainNav.inside-head {
	position: relative;
  }
  #mainNav.indv-head {
	position: relative;
    top: 0px;
	background:#1a1301;
	background: linear-gradient(to top, #1a1301 , #392900);
	padding: 20px 20px 10px;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 10px 28px 10px 0;
  }
  #mainNav .navbar-nav > li.nav-item:last-child > a.nav-link {
    padding-right: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #2f3546;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #a5975a;
  }
  .navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
	position: fixed;
    top: 0;
	width:100%;
	z-index:999;
  }
  .navbar-shrink #mainNav {
	  position:relative;
	  top:0;
      padding: 20px 0;
  }
  .navbar-shrink .top-bar {
	  position:relative!important;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  
  .navbar-expand-lg .navbar-collapse {
		margin-top: 20px;
	}
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 980px;
    min-height: 980px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  letter-spacing:1px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #495e6c;
  border-color: #495e6c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #2f3546 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 151, 90, 0.5) !important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.navbar>.container, .navbar>.container-fluid {
    display: block;
}

.navbar-expand-lg .navbar-collapse {
    display: block!important;
	float: right;
}

#mainNav .navbar-brand {
	margin:0px;
	padding: 0;
}

@media (min-width: 992px) {
/*	header.masthead {
		height: 800px;
		min-height: 800px;
	}*/
}

.navbar-expand-lg .navbar-nav li {
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: center;
}

.topbar {
    background: #1a1a1a;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
	line-height: 20px;
	position: relative;
    z-index: 9999;
}

.social-links {
    float: left;
}

.contact-detail {
    float: right;
	text-align:right;
}

.contact-detail ul, .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-detail li {
    display: inline-block;
    margin-left: 30px;
	margin-bottom: 0;
}

.social-links  li {
    display: inline-block;
    margin-right: 15px;
	margin-bottom: 0;
}

.contact-detail li i, .social-links i {
    margin-right: 6px;
    font-size: 20px;
	color:#a5975a;
}

.topbar .container:after {
	content:'';
	display:block;
	clear:both;
}

.topbar a {
	color:#fff;
}

.topbar a i {
	color:rgba(255,255,255,.7);
}

.navbar-nav {
	display:block;
}

.navbar-expand-lg .navbar-nav li {
	display: inline-block;
	margin-bottom: 0;
}

.service-box img {
	margin-bottom:25px;
}

h3 {
	font-size:36px;
	color:#2f3546;
	margin-bottom: 5px;
}

.mb-30 {
	margin-bottom:30px;
}

.mb-40 {
	margin-bottom:40px;
}

.mb-50 {
	margin-bottom:50px;
}

.mb-60 {
	margin-bottom:60px;
}

.mb-70 {
	margin-bottom:70px;
}

.service-box p {
	padding:0 5px;
}

#fun-facts {
	padding:75px 0;
	background-color:#2f3546;
	background-image:url(../img/fun-facts-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

#fun-facts h3 {
	letter-spacing: 4px;
}

h1 {
	font-size:48px;
	margin-bottom:30px;
	color:#2f3546;
	line-height: 1;
}

h1 img, h2 img {
	vertical-align: baseline;
}

.about-btn {
	font-size:17px;
	text-transform:uppercase;
	display:inline-block;
	background:#dcd0c0;
	padding:20px 40px;
	border-radius:5px;
	margin-top:50px;
	line-height: normal;
}

.sub-heading {
	font-size:17px;
	color:#a5975a;
	text-transform:uppercase;
	text-align:center;
	display: inline-block;
    padding: 0 15px;
    position: relative;
}

.sub-heading:before, .sub-heading:after {
	content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 53%;
	background:#af5a00;
}

.sub-heading:before {
	right: 100%;
}

.sub-heading:after {
	left: 100%;
}

#call-to-action {
	background:#373737;
	padding:60px 0;
}

h2 {
	font-size:48px;
	margin-bottom:30px;
}

#products {
	padding-bottom:70px;
}

#call-to-action h2 {
	text-transform:uppercase;
	margin-bottom:20px;
	color:#a5975a;
}

#call-to-action p {
	font-size:20px;
}

#call-to-action .about-btn {
	margin-top:20px;
}

#testimonials {
	background:#2f3546;
	background-size:cover;
}

.test-box {
	max-width:750px;
	text-align:center;
	margin:0 auto;
}

.test-box .client-name {
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size:18px;
	color:#a5975a;
	display: block;
	text-transform:uppercase;
}

.test-box .client-title {
	margin-bottom:30px;
	display: block;
}

.test-box p {
	font-size:18px;
	line-height:30px;
	margin-bottom:45px;
}

.carousel-control-next, .carousel-control-prev {
    width: 40px;
    font-size: 24px;
    color: #fff;
    height: 40px;
    background: #a5975a;
	top: 50%;
    transform: translateY(-50%);
}

.navbar-expand-lg .navbar-nav li .dropdown-menu {
	background:rgba(55,55,55,0.8);
	border:1px solid #a5975a;
	min-width: 290px;
	padding:0;
}

.navbar-expand-lg .navbar-nav li .dropdown-menu li {
	display:block;
	border-bottom:1px solid #a5975a;
	text-align:left;
	line-height: 40px;
}

.navbar-expand-lg .navbar-nav li .dropdown-menu li:last-child {
	border-bottom:none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
	padding:5px 20px;
	color:#fff;
}

#pre-footer {
	font-size:14px;
	line-height:24px;
	
}

#pre-footer h3 {
	text-transform:uppercase;
	letter-spacing:1px;
}

.foot-nav ul {
	padding:0;
	margin:0;
	list-style:none;
}

.foot-nav ul li {
	font-size:16px;
	line-height:36px;
	margin-bottom: 0;
}

.foot-nav ul li a:hover {
	color:#a5975a;
}

.foot-social {
	margin-bottom:50px;
}

.foot-social a {
	font-size:24px;
	margin-right:25px;
	color:rgba(255,255,255,0.7);
}

footer {
	background:#2f3546;
	font-size:14px;
	padding:25px 0;
	line-height:20px;
	color:#fff;
}

footer a {
	color:#fff;
}

.social-foot {
	margin-top:30px;
}

.social-foot a {
	font-size:18px;
	margin-left:11px;
}

#section-divider {
	padding:0;
	
}

.sec-div {
	height:1px;
	background:#a5975a;
}

header.inshead {
	height: 400px;
	min-height: 400px;
	/* background-image:url(../img/header.jpg); */
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-form {
    background: #373737;
    padding: 21px;
}

.contact-form h2 {
	color:#fff;
	margin-bottom:10px;
}

.contact-form p {
    margin-bottom: 10px;
}

.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    border: none;
    padding: 5px;
    margin-top: 5px;
	line-height:normal;
	background-color:rgba(0,0,0,0.3);
	color:#fff;
}

.contact-form input[type="submit"] {
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    background: #af5a00;
    padding: 20px 40px;
    border-radius: 5px;
    margin-top: 10px;
    line-height: normal;
	color:#fff;
	border:none;
	width:auto;
}

.testimonials-list {
	margin-top:30px;
}

header.masthead, header.inshead {
	position:relative;
	overflow:hidden;
}

.welcome-row {
	margin-bottom:50px;
}

#myVideo {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

header.masthead:after, header.inshead:after {
	/* content:''; */
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(42,31,1,0.3);
}

header.masthead.no-overlay:after {
	display:none;
}

.sec-block-div {
    height: 1px;
    background: #a5975a;
	margin:30px 0;
}

.testi-block {
	background: rgba(213, 145, 0, 0.3);
    padding: 20px;
	padding-bottom:1px;
	margin-bottom:30px;
	border-radius:10px;
	border:1px solid #373737;
}

.testi-block strong {
	color:#373737;
}

ul li {
	margin-bottom:10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#youtube-video {
	padding-top:0;
}

.head-title {
	position: relative;
    width: 100%;
    top: 50%;
    color: #fff;
    z-index: 9;
	padding-top:40px;
}

.formobile {
	display:none;
}

header.masthead.head-trans {
	background-image: url(../img/header-img.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#mainNav.nav-trans {
	background-image: linear-gradient(to bottom, #fff, rgba(255,255,255,0))!important;
}

.floating-links {
	position: fixed;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

a.get-quote , a.book-appoint, a.bath-planner  {
    display: block;
    background: #a5975a;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

a.get-quote  span, a.book-appoint  span, a.bath-planner  span {
    display: block;
    font-size: 14px;
}

a.book-appoint  {
    background: #2f3546;
	margin-top:15px;
}

a.bath-planner  {
    background: #87888a;
	margin-top:15px;
}

a.get-quote:hover, a.book-appoint:hover, a.bath-planner:hover  {
    color: #fff;
}

#contact-form input, #contact-form textarea, #get-quote input, #get-quote textarea, #book-appoint input, #book-appoint textarea, #book-appoint select {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-top: 5px;
	min-height: 46px;
}

input[type="submit"] {
	width:auto!important;
	display:inline-block!important;
	border:none!important;
	padding:10px 30px!important;
	background:#495e6c;
	text-transform: uppercase;
    color: #ffffff;
	font-weight:600;
	letter-spacing:1px;
}

.header-inside {
	background-image:url(../img/header-inside-img.jpg);
	background-color:#666;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:90px 0;
	text-align:center;
}

.header-in-content {
	max-width:967px;
	margin:0 auto;
	background:rgba(255,255,255,0.8);
}

.header-in-content h4 {
	font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #2f3546;
    letter-spacing: 0px;
	padding-top:50px;
	margin-bottom:40px;
	text-transform:uppercase;
}

.header-in-content h2 {
	max-width:650px;
	margin:0 auto;
    color: #a5975a;
	font-size: 40px;
    line-height: 50px;
	padding-bottom:70px;
}

.team-image {
	margin-bottom: 5px;
    width: 50%;
    width: calc(50% - ( ( 5px ) * 0.5 ) );
    margin-right: 5px;
	float:left;
}

.team-image:nth-child(even) {
    margin-right: 0px;
}

.fusion-person {
	position:relative;
}

.fusion-person .person-desc {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin-top: 0px!important;
	background: rgba(165, 151, 90, 0.7);
	opacity: 0;
	transition: all .3s
}

.fusion-person:hover .person-desc {
	opacity: 1;
}

.fusion-person .person-desc .person-author .person-name, .fusion-person .person-desc .person-author .person-title {
	color:#fff;
}

.fusion-person .person-desc .fusion-social-networks {
	text-align:center;
	position: absolute;
    width: 100%;
    bottom: 0;
}

.fusion-person .person-desc .person-author .person-author-wrapper {
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
	text-align: center;
}

.fusion-person .person-author-wrapper .person-name {
	font-size:30px!important;
	letter-spacing:0!important;
}

.fusion-person .person-author-wrapper .person-title {
	font-size:18px!important;
	font-family:"Raleway"!important;
	letter-spacing:0!important;
}

.fusion-social-networks a {
    display: inline-block;
    margin: 0 10px 10px;
    font-size: 24px;
	color:#fff;
    text-decoration: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.fusion-person .person-desc .person-author .person-name, .fusion-person .person-desc .person-author .person-title {
    display: block;
	line-height: 1.5;
}

#design-about {
	padding:100px 0 110px;
	background-color: #f5f5f5;
    background-image: url(../img/design-about-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
	background-size:auto 100%;
}

.design-about {
	padding:0 10%;
	-webkit-column-count: 2;
    -webkit-column-gap: 2em;
    -webkit-column-width: 100px;
    -moz-column-count: 2;
    -moz-column-gap: 2em;
    -moz-column-width: 100px;
    column-count: 2;
    column-gap: 2em;
    column-width: 100px;
}

#design-project h2 {
	margin-bottom:50px;
}

.design-proj-text {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

#design-project .design-proj-text h2 {
	color: #a5975a;
    margin-bottom: 0;
    font-size: 60px;
}

#design-project .design-proj-text p {
	margin-bottom: 30px;
    font-size: 24px;
    color: #2f3546;
}

.sub-head {
	text-transform:uppercase;
	color:#a5975a;
	margin-bottom:25px;
}

.sub-head:after {
    display: inline-block;
    content: '';
    width: 160px;
    height: 1px;
    background: #a5975a;
    margin-left: 25px;
    transform: translateY(-4px);
}

.design-person-img {
	margin-top: -150px;
}

.design-person-text {
	background:#a5975a;
	padding:60px;
	color:#fff;
	text-align:center;
}

.design-proj-content {
	background:#f2f2f2;
}

#showroom .sub-head {
	margin-top:60px;
}

#install-services {
	background-image: url(../img/install-servcices-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:50px 0;
	margin-bottom:100px;
}

.inst-content {
	padding: 0px 10% 0px 7%;
}

.title-small-bar:after {
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background: #2f3546;
}

.inst-icon-box img {
	float:left;
	margin-right:20px;
}

.inst-icon-box h4, .inst-icon-box p {
	padding-left:68px;
}

.off-line-content {
	position: relative;
    padding-left: 115px;
}

.off-line-content:before {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background: #a5975a;
    position: absolute;
    top: 11px;
    left: 0;
}

#showroom-gallery {
	padding-top:0;
}

.clear {
	clear:both;
}

.MultiCarousel { float: left; overflow: hidden; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:0;top:calc(50% - 20px);padding: 13px 18px;background-color: #a5975a;border-color: #a5975a; }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

#contact-map {
	padding:0px;
}

#contact-form {
	padding-bottom:70px;
}

#portfolio {
	padding-top:0;
}

.alt-color {
	color:#a5975a;
}

.home .top-bar {
	position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
}

.top-bar {
	background:#2f3546;
	color:#fff;
	font-size:13px;
	line-height:44px;
	font-weight:bold;
	font-family:"CenturyGothic-Bold";
}

.topbar-number {
	display:block;
	text-align:right;
}

.topbar-number a {
	color:#fff;
}

#accr-logos {
	padding:40px 0;
	background:#f5f5f5;
}

#portfolio-text {
	padding: 100px 0 60px;
}

.test-box2 {
	line-height: 30px;
    font-size: 18px;
    letter-spacing: 2px;
}

.design-test {
	padding-bottom:30px;
}

.carousel-indicators {
    position: relative;
    bottom: 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.carousel-indicators li {
    background-color: transparent;
	cursor:pointer;
	width: 12px;
    height: 12px;
	border-radius:50%;
	border:1px solid #000;
	margin-right: 10px;
    margin-left: 0;
}

.carousel-indicators .active {
    background-color: #000;
}

.accr-logos {
	text-align:center;
}

.accr-logos img {
	margin:0 20px;
}

.top-bar i.fa {
	color:#a5975a;
	margin-right:10px;
}

.case-study-img {
	margin-bottom:50px;
}

.ui-widget-header, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #2f3546;
	color:#fff;
}

.ui-widget-header {
	border-color: #2f3546;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #a5975a;
}

.add-menu-height {
	height:175px;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 900px;
	}
}
		
@media (min-width: 768px) and (max-width: 1023px) {
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	
	.navbar-brand {
		width:200px;
	}
	
	#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.navbar-nav {
		margin-top: 10px;
	}
	
	.fixed-top {
		position: absolute;
		top: 44px;
	}
	
	.navbar-expand-lg .navbar-nav li .dropdown-menu {
		position:absolute;
	}
}

@media (max-width:1023px) {
	#menu-height {
		display:none;
	}
	
	.floating-links {
		top: auto;
		-ms-transform: translateY(0);
		transform: translateY(0);
		bottom: 0;
	}
	
	.off-line-content {
		padding-left: 50px;
	}
	
	a.get-quote, a.book-appoint, a.bath-planner {
		display: inline-block;
	}
	
	a.bath-planner span:first-child {
		display:inline;
	}
	
	footer {
		position: relative;
		z-index: 11;
	}
}

@media (max-width:767px) {
	.navbar-expand-lg .navbar-collapse {
		display: none!important;
	}
	.navbar-expand-lg .navbar-collapse.show, .navbar-expand-lg .navbar-collapse.collapsing {
		display: block!important;
		float: none;
	}
	
	.fixed-top {
		position: relative;
	}
	
	h1 {
		font-size: 30px;
	}
	
	html, body {
		overflow-x:hidden;
	}
	
	body {
		font-size:16px;
		line-height:24px;
	}
	
	.contact-detail ul, .social-links ul {
		text-align: center;
	}
	
	.contact-detail li {
		margin-left: 0;
		margin-bottom: 5px;
	}
	
	.navbar-dark .navbar-toggler {
		color: #2f3546;
		border-color: #2f3546;
		margin-top: 10px;
	}
	
	.navbar-dark .navbar-toggler-icon {
		background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(47, 53, 70, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	
	.floating-links {
		top: auto;
		-ms-transform: translateY(-50%);
		transform: none;
		bottom: 0;
		width: 100%;
		z-index: 9999;
		border-top: 1px solid #fff;
	}
	
	a.get-quote, a.book-appoint, a.bath-planner {
		width: 50%;
		float: left;
		padding: 5px;
		font-size: 16px;
		line-height: normal;
	}
	
	a.get-quote span, a.book-appoint span, a.bath-planner span {
		font-size: 12px;
	}
	
	a.book-appoint {
		margin-top: 0;
	}
	
	#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
		color: #2f3546;
	}
	
	#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
		color: #2f3546;
	}
	
	.navbar-expand-lg .navbar-nav li {
		display: block;
	}
	
	footer .text-right {
		text-align:center!important;
		margin-top:20px;
	}
	
	.head-title {
		padding-top: 0;
		margin-top: -20px;
	}
	
	.carousel-control-next, .carousel-control-prev {
		width: 40px;
		top: 160px;
	}
	
	#why-choose .text-center {
		margin-bottom:30px;
	}
	
	.about-content .col-md-6 {
		margin-bottom:30px;
	}
	
	.service-box {
		margin-bottom:30px;
	}

	.formobile {
		display:block;
	}

	.notformobile {
		display:none!important;
		visibility: hidden;
	}
	
	section {
		padding: 40px 0;
	}
	
	h2 {
		font-size: 30px;
	}

	.videoWrapper {
		padding-bottom: 48.40%; /* 16:9 */
	}
	
	#myVideo {
		display:none!important;
	}
	
	header.inshead {
		height: 300px;
		min-height: 300px;
		background:url(../img/banner-inside.jpg) center center no-repeat;
		background-size:cover;
	}
	
	#home-about {
		background:none;
		margin-top: 0;
	}
	
	footer {
		padding-bottom: 80px;
		text-align: center;
	}
	
	footer img {
		margin-bottom: 20px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	header.masthead.head-trans {
		background-image: url(../img/header-mobile.jpg);
	}
	
	#install-services {
		background-image: none;
		margin-bottom: 0;
		padding: 0;
	}
	
	.fusion-person .person-author-wrapper .person-name {
		font-size: 18px!important;
	}
	
	.fusion-person .person-author-wrapper .person-title {
		font-size: 14px!important;
	}
	
	#contact-us {
		padding-bottom: 30px;
	}
	
	.header-in-content h2 {
		font-size: 26px;
		line-height: 36px;
		padding: 0 20px;
		padding-bottom: 40px;
	}
	
	#projects .mb-50, #services .mb-50, #products .mb-50 {
		margin-bottom:0;
	}
	
	.design-about {
		padding: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0em;
		-webkit-column-width: 100px;
		-moz-column-count: 1;
		-moz-column-gap: 0em;
		-moz-column-width: 100px;
		column-count: 1;
		column-gap: 0em;
		column-width: 100px;
	}
	
	#design-about {
		padding: 40px 0 30px;
		background: #f5f5f5;
	}
	
	.design-person-img {
		margin-top: 30px;
	}
	
	.design-proj-text {
		top: 0;
		transform: none;
		padding-top: 40px;
	}
	
	.design-person-text {
		padding: 20px;
	}
	
	.top-bar {
		line-height: 24px;
		text-align: center;
		padding-top: 10px;
	}
	
	.home .top-bar {
		position: relative;
		top: auto;
	}
	
	.topbar-number {
		text-align: center;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.team-image {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	.off-line-content:before {
		width: 40px;
	}
	
	.off-line-content {
		padding-left: 55px;
	}
	
	#design-about {
		background-image: none!important;
		column-count: 1;
	}
	
	a.bath-planner {
		margin-top: 0;
		float: left;
		width: 100%;
		padding: 5px;
	}
	
	a.bath-planner span {
		display: inline-block;
	}
	
	#chat-widget-container {
		bottom: 72px!important;
	}
}

div.accr-logos img:first-child {
  display: none;
}

#fun-facts .container {
  display: none;
}