body {
    margin: 0 auto;
    background-color: #ffffff;
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/colbath/colbath/leatherbackground3.jpg');

}
h1 {
    font-family: 'Overlock', cursive;
    font-size: 28px;
	color: #ffffff;
	margin: 0;
    padding: 10px; 0px; 10px; 0px;
    text-shadow: black 0px 0px 6px;
    font-weight: normal;
}
h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #2c5b5b;
	font-size: 26px;
    font-weight: 300;
    margin: 0px 0px 2px 0px;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 2px;
    font-weight: normal;
}
h5 {
    font-family: 'Bilbo Swash Caps', cursive;
	font-size: 70px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	color: #bec254;
    font-weight: normal;
}
address {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000000;
	font-size: 14px;
	text-align: right;
	font-style: normal;
	padding-top: 5px;
	text-transform: uppercase;
}
p {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffffff;
	font-size: 15px;
	padding-right: 25px;
}
p a {
	color: #469393;
	text-decoration: none;
}
a img {
    border: 0px;
}

.slider h1{
    font-family: 'Overlock', cursive;
    font-size: 38px;
    color: #ffffff;
	margin-top: -85px;
    
    padding: 5px 10px 5px 0px;
    text-shadow: black 0px 0px 6px;
    font-weight: normal;
    text-align: right;
    background-color: black;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/colbath/colbath/Black88.png');
    border-radius: 7px 0px 0px 7px;
}
    
/*-------------------------Header START----------------------------*/

.header_wide {
	width: 100%;
    background-color: #000000;
	
}
.logo {
	width: 960px;
	margin: auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.nav {
	width: 960px;
	margin: auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
}


/*-------------------------Header END------------------------------*/

/*-------------------------Main Menu-------------------------------*/

.navigation {
	margin: auto;
	width: 1024px;
}
.main_menu {
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.main_menu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.main_menu li {
	list-style-type: none;
	text-decoration: none;
}
.main_menu .le_menu_level_container {
	position: relative;
}
.main_menu li.le_menuitem_level_0 {
   	 float: left;
}
.main_menu li.le_menuitem_level_0 a {
	color: #ffffff;
	display: block;
	font-family: 'Overlock', cursive;
	font-size: 14px;
	margin: 0px;
	padding: 5px 15px 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
    background-color: #434343;
    border-radius: 8px 8px 0px 0px;
    margin-right: 5px;
}
.main_menu li.le_menuitem_level_0 a:hover {
	color: #ffffff;
    background-color: #0e76bc;
}
/*--------1st level submenu-------*/
.main_menu ul.le_menu_level_1 {
    background-color: #0e76bc;
    position: absolute;
	z-index: 1;
	display: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
    width: 148px;
    
    
}
.main_menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.main_menu li.le_menuitem_level_1 a {
	background-color: #0e76bc;
	color: #ffffff;
	display: block;
	font-family: 'Overlock', cursive;
	font-size: 16px;
	margin: 0px;
	padding: 5px 15px 5px 15px;
    border-radius: none;
	text-decoration: none;
	text-transform: uppercase;
}
.main_menu li.le_menuitem_level_1 a:hover {
    background-color: #434343;
    color: #ffffff;
    border-radius: 0px;

}
	
/*-------------------------Main Menu END---------------------------*/

/*-------------------------Content START---------------------------*/

.content_wide {
	width: 100%;  
}
.content_wide2 {
    width: 1024px;
    margin: auto;
    background-color: #4b4b4b;
    background-repeat: no-repeat;
}
.content_inner {
	width: 960px;
    margin: auto;
}
.content1 {
	width: 1024px;
	margin: auto;
	background-color: #000000;
	text-align: center;
}
.content2 {
}
.content_left {
	width: 480px;
	padding: 0px 10px 10px 0px;
	float: left;
    border-right: 1px solid #000000;
    margin: 10px 0px 10px 0px;
}
.content3 {
}
.content3 p {
   
    color: #ffffff;
}
.content4 {
	width: 240px;
	float: left;
}
.content5 {
	width: 240px;
	float: left;
}
.content_right {
	width: 440px;
	padding: 0px 0px 10px 20px;
	float: right;
}
.content6 {
	
	padding: 0px 0px 0px 10px;
	
}

.content6 img {
    
	border-radius: 15px;
    border: black solid 2px;
    box-shadow: white 0px 0px 5px;
    
	
}

.content7 {
}
.content7 p {
    font-family: 'Overlock', cursive;
    font-size: 16px;
    color: #000000;
}
.content8 {
	
}
/*-------------------------Content END-----------------------------*/

/*-------------------------Footer START-----------------------------*/

.footerwide {
    
    padding: 0px 0px 10px 0px;
}
.footer {
    margin: auto;
    background-color: #000000;
    width: 1004px; 
    padding: 10px;
    border-radius: 0px 0px 15px 15px ;
    
}

.footer p {
    color: #ffffff;
}
.FooterMenu {
    float: left;
    text-align: left;
    width: 640px;
}
.FooterMenu ul.le_menu_level_0 {
    display: inline-block;
    margin: 0px;
	padding: 0px;
	text-align: center;
}
.FooterMenu li {
	list-style-type: none;
	text-decoration: none;
}
.FooterMenu .le_menu_level_container {
	position: relative;
}
.FooterMenu li.le_menuitem_level_0 {
    float: left;
}
.FooterMenu li.le_menuitem_level_0 a {
	color: #0e76bc;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-decoration: none;
	
}
.FooterMenu li.le_menuitem_level_0 a:hover {
	text-decoration: underline;
}
/*--------1st level submenu-------*/
.FooterMenu li.le_menuitem_level_1 a {
    display: none;
}
/*--------2nd level submenu-------*/
.FooterMenu li.le_menuitem_level_2 a {
    display: none;
}
.footer1 {
    float: left;
    width: 310px;
    padding: 5px;
}
.footer1 p {
    padding: 0px;
    
}
.le_view_mobile {
    float: left;
    width: 120px;
}
.le_view_mobile a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    color: #0e76bc;
    text-transform: uppercase;
    text-decoration: none;
}
.le_view_mobile a:hover {
	text-decoration: underline;
}
.footer2 {
    float: left;
    padding-left: 20px;
    width: 620px;
}

/*-------------------------Footer End-----------------------------*/

/*-------------------------Clear START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/*-------------------------Clear END-------------------------------*/





/**************** JOHN MACHINE REPAIR CSS***************/

body .aurora_johns-machine-repair {
    background-image: unset !important;
}

 .aurora_johns-machine-repair .content_wide{
    display: none !important;  
 }
 
 .machine-wrapper {
    max-width: 1024px;
    margin: auto;
 }
 
 
  /* Item 1 */
 .aurora_johns-machine-repair .machine-repair-1 {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/colbath/headers/Header.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
 }
 
 .mr1-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
 }
 
 .mr1-item {
     width: 34%;
 }
 
 .mr1-icon {
    text-align: center;
 }
 
 .mr1-icon img {
    height: auto;
    width: 80%;
    text-align: center;
 }
 
  .mr1-title {
    text-align: center;
 }
 
  .mr1-title h2 {
    color: white;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Krona One', sans-serif;
    margin-left: -20px;
 }
 
  .mr1-list {
    text-align: center;
 }
 
  .mr1-list ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
 }
 
  .mr1-list ul li {
    font-family: 'Krona One', sans-serif;
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
 }
 
  .mr1-list ul a {
    font-family: 'Krona One', sans-serif;
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none;
 }
 
  .mr1-list ul a:hover {
    text-decoration: underline;
 }
 
 .mr1-list-item-1 {
    font-size: 27px !important;
 }
 
 
 @media only screen and (max-width: 1200px){
     
    .mr1-content {
     justify-content: space-between;
    }
    
    .mr1-title h2 {
     font-size: 45px;
    }
     
    .mr1-item {
     width: 36%;
    }
    
    .mr1-list ul li {
     line-height: 1.8;
    }
    
    .mr1-list ul li:first-child {
     font-size: 28px;
    }
 }
 
 @media only screen and (max-width: 992px) {
     
    .mr1-content {
     display: block;
    }
    
    .mr1-item {
     width: 100%;
    }   
     
    .mr1-icon img {
     width: 40%;
    }
    
    .mr1-title {
     margin: 40px 0px 20px;
    }
    
    .mr1-title h2 {
     font-size: 35px;
     text-align: center;
    }
    
    .mr1-list ul li:first-child {
    font-size: 25px;
    }
    
    .mr1-list ul li {
     color: #0C4D63;
     text-align: center;
    }
 }
 
  @media only screen and (max-width: 576px) {
      
    .mr1-list ul li:first-child {
     font-size: 23px;
    }
      
    .mr1-list ul li {
     font-size: 13px;
    }
  }
 
 
  /* Item 2 */
 .aurora_johns-machine-repair .machine-repair-2 {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/colbath/machine-repair/HeaderImage.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 90%;
    background-size: 1300px;
    min-height: 500px;
    position: relative;
    border-bottom: 7px solid rgba(180, 40, 60);
 }
 
 .mr2-content-container {
    display: flex;
    justify-content: center;
 }
 
 .mr2-content {
    width: 500px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    background-color: rgb(180, 40, 60, 80%);
    padding: 15px;
 }
 
 .mr2-content h2 {
    color: white;
    font-size: 33px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Krona One', sans-serif;
 }
 
 @media only screen and (max-width: 992px) {
    .mr2-content {
     left: 50%;
     height: 150px;
    }
    
    .mr2-content h2 {
     font-size: 30px;
    }
 }
 
 @media only screen and (max-width: 768px) {
    .mr2-content {
     height: 125px;
     width: 400px;
    }
    
    .mr2-content h2 {
     font-size: 25px;
    }
 }
 
 @media only screen and (max-width: 576px) {
    .mr2-content {
     height: 120px;
     width: 300px;
    }
    
    .mr2-content h2 {
     font-size: 20px;
    }
 }
 
 @media only screen and (max-width: 414px) {
    .mr2-content {
     height: 100px;
     width: 250px;
    }
    
    .mr2-content h2 {
     font-size: 17px;
    }
 }
 
 
 /* Item 3 */
 .aurora_johns-machine-repair .machine-repair-3 {
    background-color: white;
    padding: 15px;
    border-bottom: 7px solid rgba(180, 40, 60);
 }
 
 .mr3-content {
    width: 800px;
    margin: auto;
 }
 
 .mr3-content h2 {
    color: black;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
 }
 
 @media only screen and (max-width: 992px) {
    .mr3-content {
     width: 720px;
    }
    
    .mr3-content h2 {
     font-size: 14px;
    }
 }
 
 @media only screen and (max-width: 768px) {
    .mr3-content {
     width: 500px;
    }
    
    .mr3-content h2 {
     font-size: 12px;
    }
 }
 
 @media only screen and (max-width: 576px) {
    .mr3-content {
     width: 340px;
    }
 }
 
 @media only screen and (max-width: 414px) {
    .mr3-content {
     width: 280px;
    }
 }
 
 
  /* Item 4 */
 .aurora_johns-machine-repair .machine-repair-4 {
    background-color: #4BB2FF;
    padding: 20px;
    border-bottom: 7px solid rgba(180, 40, 60);
 }
 
 .mr4-content {
     max-width: 890px;
     margin: auto;
 }
 
 .mr4-title h2 {
    text-align: center;
    color: white;
    font-size: 33px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Krona One', sans-serif;
    margin-bottom: 20px;
 }
 
 .mr4-bottom-wrapper {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }
 
 .mr4-items {
    text-align: center;
    width: 25%;
 }
 
 .mr4-items img {
    height: 140px;
    width: 140px;
    margin-bottom: 20px;
    object-fit: contain;
 }
 
  .mr4-items h2 {
    text-align: center;
    color: #0C4D63;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Krona One', sans-serif;
 }
 
 @media only screen and (max-width: 992px) {
     
    .mr4-title h2 {
     font-size: 25px;
    }
     
    .mr4-items {
     width: 45%;
     padding: 10px;
    }
 }
 
 @media only screen and (max-width: 576px) {
     
    .mr4-title h2 {
     font-size: 23px;
    }
     
    .mr4-items {
     width: 100%;
     padding: 15px;
    }
 }
 
 /* item 5 */
 .aurora_johns-machine-repair .machine-repair-5 {
    background-color: white;
    padding: 40px 20px;
    border-bottom: 7px solid rgba(180, 40, 60);
 }
 
 .mr5-top h2:first-child {
    text-align: center;
    color: #4BB2FF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Krona One', sans-serif;
    margin-bottom: 10px;
    margin-top: 30px;
 }
 
 .mr5-top h2:last-child {
    text-align: center;
    color: #C02B41;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Krona One', sans-serif;
 }
 
 .mr5-top h2 a {
    text-align: center;
    color: #C02B41;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Krona One', sans-serif;
    text-decoration: none;
 }
 
  .mr5-top h2 a:hover {
     text-decoration: underline;
  }
 
 .mr5-testimonial-slick h2 {
    text-align: center;
    color: #C02B41;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Krona One', sans-serif;
 }

 
 .mr5-testimonial-slick {
    max-width: 800px;
    margin: auto;
 }
 
 .testimonial-item {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 50%;
    background-size: 800px;
    min-height: 400px;
 }
 
 .testimonial-item h2 {
    position:absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 55px;
    max-width: 500px;
 }
 
.testimonial-susan {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/colbath/machine-repair/SusanTTestimonial.png');
}
 
.testimonial-deb {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/colbath/machine-repair/DeborahCTestimonial.png');
}
 
.testimonial-cam {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/colbath/machine-repair/CameronVTestimonial.png');
}
 
.testimonial-beth {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/colbath/machine-repair/BethanySTestimonial.png');
}
 

.slick-prev:before, .slick-next:before {
    color: #C02B41 !important;
    font-size: 50px !important;
}

.slick-prev {
    left: -50px !important;
}


@media only screen and (max-width: 992px) {
    .testimonial-item {
        background-size: 704px;
        min-height: 350px;
    }
    
    .slick-prev:before, .slick-next:before {
        font-size: 40px !important;
    }
    
    .slick-prev {
        left: -14px !important;
        z-index: 10;
    }
    
    .slick-next {
        right: 6px;
        z-index: 10;
    }
    
    .mr5-top h2:first-child {
        font-size: 18px;
    }
    
    .mr5-top h2:last-child {
        font-size: 18px;
    }
    
    .testimonial-item h2 {
        max-width: 435px;
    }
    
    .mr5-testimonial-slick h2 {
        font-size: 25px
    }
}

@media only screen and (max-width: 768px) {
    .testimonial-item {
        background-size: 99.2%;
        min-height: 300px;
    }
    
    .slick-prev:before, .slick-next:before {
        font-size: 35px !important;
    }
    
    .slick-prev {
        left: -10px !important;
    }
    
    .slick-next {
        right: 6px;
    }
    
    .testimonial-item h2 {
        max-width: 65%;
        left: 6%;
    }
    
    .mr5-testimonial-slick h2 {
        font-size: 20px
    }
}

@media only screen and (max-width: 576px) {
    
    .testimonial-item {
        min-height: 250px;
    }
    
    .mr5-testimonial-slick h2 {
        font-size: 13px;
    }
    
    .mr5-top h2:first-child {
        font-size: 13px;
    }
    
    .mr5-top h2:last-child {
        font-size: 13px;
    }
    
    .slick-prev:before, .slick-next:before {
        font-size: 30px !important;
    }
    
    .slick-next {
        right: 2px;
    }
}

@media only screen and (max-width: 414px) {
    
    .testimonial-item {
        min-height: 150px;
    }
    
    .mr5-testimonial-slick h2 {
        font-size: 11px;
    }
    
    .slick-prev:before, .slick-next:before {
        font-size: 25px !important;
    }
    
    .slick-next {
        right: -3px;
    }
}