/***** General *****/

body {
    background: #f6f8fa;
    font-family: 'museo_slab500';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;	
}

:focus {
    outline: 0 !important
}

strong { 
	font-weight: 600; 
}

a, a:hover, a:focus {
	color: #b1e0f5;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h2, h3, h4 {
	font-family: 'pt_sans_captionbold';	
    font-weight: normal;
    font-style: normal;
}

h2 {
	margin-top: 10px;
	color: #fff;
    font-size: 52px;
    line-height: 56px;
}

h3 {
	margin-top: 0;
	color: #105875;
    font-size: 40px;
    line-height: 36px;
}

h4 {
	padding: 20px 0 10px 0;
	font-size: 22px;
    text-align: left; 
    color: #105875;
    line-height: 28px;
}

img { 
	max-width: 100%; 
}

ul {
	list-style: none;
	padding-left: 0;
}

::-moz-selection { background: #ccc; color: #fff; text-shadow: none; }
::selection { background: #ccc; color: #fff; text-shadow: none; }

/***** Buttons *****/

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
	color: #fff;
}

.btn {
  border-radius: 0px;
  margin-bottom: 20px;
font-family: 'pt_sans_captionbold';	
    font-weight: normal;
    font-style: normal;
}

.btn-lg {
	display: inline-block;
	height: 52px;
    margin:20px;
    padding: 0 20px;
	background: #105875;
    font-size: 22px;
    line-height: 48px;
    color: #fff;
}

.btn-lg:hover, .btn-lg:focus, .btn-lg:active, .btn-lg.active {
	background: #b1e0f5;
	color: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-primary {
	display: inline-block;
	height: 52px;
	margin: 0;
    margin-bottom:40px;
    padding: 0 20px;
    background: none;
  border: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background: #fff;
	color: #b1e0f5;
  border: 1px solid #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-top {
	display: inline-block;
	height: 52px;
    margin:20px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 48px;
  background: #105875;
  border: 1px solid #24282e;
  color: #c9d1d6 !important;
  -webkit-box-shadow: inset 0 1px 0 #363c46;
  -moz-box-shadow: inset 0 1px 0 #363c46;
  box-shadow: inset 0 1px 0 #363c46;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.btn-top:hover, .btn-top:focus, .btn-top:active, .btn-top.active {
  background: #384147;
  border: 1px solid #32383f;
  color: #e8edef !important;
  -webkit-box-shadow: inset 0 1px 0 #424c54;
  -moz-box-shadow: inset 0 1px 0 #424c54;
  box-shadow: inset 0 1px 0 #424c54;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-top-white {
	display: inline-block;
	height: 52px;
    margin:20px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 52px;
    letter-spacing: 1px;
	background: #105875;
	border: none;
	color: #fff !important;
}

.btn-top-white:hover, .btn-top-white:focus, .btn-top-white:active, .btn-top-white.active {
  background: #b1e0f5;
  border: none;
  color: #105875 !important;
}


/***** Form elements *****/

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px !important;
}

.form-control:focus {
  border-color: #98A0A8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
textarea {
    margin: 0;
    padding-left: 15px !important;
    vertical-align: middle;
  background: #f5f5f5;
     border: none;
	width: 100%;
	color: #000;
    font-family: 'museo_slab500';
    font-size: 16px;
    line-height: 1.2;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
textarea:focus {
	outline: f;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#name::-moz-placeholder, textarea:-moz-placeholder { color: #49b2f5; 
}
#name::-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #49b2f5; 
}
#name::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #49b2f5; 
}

#email::-moz-placeholder, textarea:-moz-placeholder { color: #49b2f5; 
}
#email::-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #49b2f5; 
}
#email::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #49b2f5; 
}

#phone::-moz-placeholder, textarea:-moz-placeholder { color: #49b2f5; 
}
#phone::-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #49b2f5; 
}
#phone::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #49b2f5; 
}

#city::-moz-placeholder, textarea:-moz-placeholder { color: #49b2f5; 
}
#city::-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #49b2f5; 
}
#city::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #49b2f5; 
}

#message::-moz-placeholder, textarea:-moz-placeholder { color: #49b2f5; 
}
#message::-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #49b2f5; 
}
#message::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #49b2f5; 
}


/*Submit button*/
.quform-submit {
	margin: 10px 0;
}
.quform-submit-inner {
	float: left;
	border: 0px;
}
.quform-submit button {
	margin: 0;
	cursor: pointer;
	padding: 0;
	border: 0px;

}
.quform-submit button span, .quform-submit button em {
	display: block;
	margin: 0;
	cursor: pointer;
}

/*Default*/
/*inner*/
.quform-submit button span {
	padding: 0;
	background: #105875;
	color: #ffffff;

}
/*outer*/
.quform-submit button em {
	font-style: normal;
	background: #105875;
	color: #ffffff;

}
/*Hover*/
/*outer*/
.quform-submit button:hover span {
	background: #f6f8fa;
}
/*inner*/
.quform-submit button:hover em {
	background: #f6f8fa;
	color: #105875 !important;
}

/*Active*/
/*outer*/
.quform-submit button:active span {
}
/*inner*/
.quform-submit button:active em {
}


/*
.btn.btn-contact {
    width: 120px;
    height: 50px;
    margin: -2px 0 0 0;
    padding: 1px 0 0 0;
    vertical-align: middle;
	font-family: 'pt_sans_captionbold';	
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	background: #105875;
	border: none;
	color: #fff !important;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-contact:hover {
  background: #f6f8fa;
  border: none;
  color: #105875 !important;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-contact:active {
	outline: 0;
  background: #009ca8;
  border: 1px solid #0092a0;
  color: #fff !important;
  -webkit-box-shadow: inset 0 1px 0 #00a6b1;
  -moz-box-shadow: inset 0 1px 0 #00a6b1;
  box-shadow: inset 0 1px 0 #00a6b1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.btn-contact:focus {
	outline: 0;
	color: #fff;
}
*/



/***** Top menu *****/

.navbar-default {
font-family: 'pt_sansbold';	
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    width:100%;
    min-height: 70px;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #49b2f5 !important;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #49b2f5 !important;
	background-color: transparent;
}

.navbar-brand{
	font-family: 'pt_sans_captionbold';	
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 21px;
}

.navbar-default .navbar-nav>li>a {
    color: #323A45;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #49b2f5 !important;
}

.navbar-default.menu-top{
	background-color: transparent;
    width:100%;
}

.navbar-default.menu-shrink{
    padding: 10px 0;
	background-color: #f6f8fa;
    border-bottom: 2px solid #eee;
    width:100%;
}

.navbar-default.menu-top li a{
    color: #f6f8fa !important;
}

.navbar-default.menu-top .navbar-brand{
    color: #f6f8fa !important;
}

.navbar-default.menu-shrink .navbar-brand{
    color: #105875 !important;
}

.navbar-default.menu-shrink li a{
    color: #105875 !important;
}

.navbar-default .navbar-toggle {
	border-color: #105875;
	background-color: #f6f8fa;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #b1e0f5;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #105875;
}

.brand-oneline {
	display: visible;
}

.brand-twoline {
	display: none;
}

/***** Top content *****/

.top-content {
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: url("../img/washer-disaster.jpg") no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.inner-bg {
    padding: 0;
	padding-top: 50px;
	padding-bottom: 0;
}

.top-content h2 {
    font-size: 65px;
    line-height: 70px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(32,56,88,1),
				0 0 6px rgba(32,56,88,.6);
}

.top-content .logo h1 {
	margin: 0;
}

.top-content .logo a {
	display: inline-block;
    font-size: 58px;
    line-height: 68px;
	font-weight: 600; 
    color: yellow;
}

.top-content .logo a:hover { 
    color: yellow;
}

.top-content .top-button {
	margin-top: 40px;
	margin-bottom: 40px;
}

.top-description {
	margin-top: 50vh;
}

.top-description p {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(32,56,88,1),
				0 0 4px rgba(32,56,88,.8);
}



/***** Features *****/

.features-container {
    margin: 0 auto;
    padding-bottom: 40px;
    color: #888;
    text-align: center;
}

.features-container p {
    text-align: left;
    color: #000;
}

.features {
    margin-top: 60px;
    padding-bottom: 10px;
}

.features-box1, .features-box2,
.features-box3, .features-box4,
.features-box5, .features-box6 {
	min-height: 475px;
	text-align: center;
	background: transparent;
	padding-top: 30px;
	padding-bottom: 20px;
}


.features-box1 p,
.features-box2 p,
.features-box3 p,
.features-box4 p,
.features-box5 p,
.features-box6 p {
	font-size: 14px;
    line-height: 24px;
    color: #000;
}




/***** Services *****/

.services-container {
	margin: 0 auto;
    padding-bottom: 60px;
	background: #b1e0f5;
	color: #000;
    text-align: center;
}

.services {
    margin-top: 60px;
	margin-bottom: 20px;
}

.services-container p {
	text-align: left;
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.services-icon-wrap {
    position: relative;
    padding-bottom: 60px;
    margin: 0px;
}

.services-icon-wrap .left-side-icon {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    color: #009ca8;
}

.services-icon-wrap .services-text-right{
    padding-left: 40px;
    overflow: hidden;
}

.services-text-right p{
	text-align: left;
}






/***** Service Area *****/

.area-container {
	margin: 0 auto;
    padding-bottom: 40px;
	background: #f4f4f4;
	color: #888;
    text-align: center;
}

.area {
    margin-top: 60px;
	margin-bottom: 60px;
}





/***** Testimonials *****/

.testimonials {
    margin-top: 60px;
    padding-bottom: 30px;
    text-align: center;
}

.testimonials h4 {
    font-family: MuseoSlab-500Italic;   
    font-size: 16pt;
    text-align: center;
    color: #105875;
    line-height: 24px;
    padding-top: 18px;
}
.testimonials h5 {
    font-size: 10pt;
    color: #105875;
    line-height: 24px;
    margin-top: -12px;
}

.testimonials p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

#testimonials .item {
	background: #fff;
    height: auto;
    padding: 0 25px 0 25px;
    margin: 0 5px 0 5px;
    background: transparent;
    color: #fff;
    text-align: center;
}

.bubble 
{
position: relative;
min-width: 150px;
min-height: 1.5em;
padding: 25px 25px 15px 25px;
background: #fff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: #b1e0f5 solid 2px;
text-align: center;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #fff transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
bottom: -15px;
left: 50%;
}

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 16px 16px 0;
border-color: #b1e0f5 transparent;
display: block;
width: 0;
z-index: 0;
margin-left: -16px;
bottom: -18px;
left: 50%;
}



/***** Footer *****/

footer {
	padding: 20px 0 16px 0;
	background: #105875;
}

.copyright p {
	margin-top: 13px;
	font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.copyright p a {
	text-decoration: none;
}

.social-icon {
	text-align: right;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
	padding: 0 10px 0 10px;
}

.social-icon a:hover, a:focus {
    color: #b1e0f5;
}

.social-icon span {
    font-size: 18px;
    line-height: 15px;
}

.bunchabreak {
	display: none;
}



/***** Contact *****/

.contact-container {
	margin: 0 auto;
    background: #b1e0f5;
    margin-bottom: -30px;
}

.contact {
    margin-top: 60px;
    padding-bottom: 0;
    text-align: center;
}

.contact-address h4 {
    font-family: 'museo_slab500';
    font-size: 16pt;
    color: #000;
    line-height: 1.35;
    margin-top: 0;
}

.contact-address p {
	margin-top: 15px;
    font-size: 14pt;
	color: #000;
    line-height: 1.3;
}

.contact-form, 
.contact-address {
	padding-bottom: 80px;
}

.contact-form h4 {
    padding: 10px 0 12px 0;
	font-family: 'museo_slab500';
    font-size: 16pt;
    color: #000;
    line-height: 20px;
}

.contact-form p {
	margin: 15px 0 0 0;
	font-size: 18px;
	color: #000;
	line-height: 32px;
}

.contact-form form {
	margin: 15px 0 0 0;
}

.contact-form form input, 
.contact-form form textarea {
    width: 100%;
    height: 35px;
}

.contact-form form textarea {
	height: 162px;
    margin-bottom: 20px;
    padding: 15px 10px 10px 10px;
    vertical-align: middle;
	background: #f6f8fa;
    border: none;
    border-bottom: 1px solid #ccc;
    font-family: 'museo_slab500';
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.contact-form form .contact-error {
	border-color: #F00;
}

.form-group {
  margin-bottom: 15px;
}

.alert-success {
  font-size: 16pt;
  color: #105875;
  background-color: transparent;
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.help-block {
	margin-top: -10px;
	color: #000;
}

.appleLinks a {color:#000000;}
.appleLinksWhite a {color:#ffffff;}
.appleLinks {color:#000000;}
.appleLinksWhite {color:#ffffff;}

footer p a {
	color: inherit;
}

#yelp-biz-badge-rrc-nAbnanuJGzW0Xj7dPGFFhA {
	text-align: right; 
	padding: 40px 12px 0 0;
}

/***** MEDIA QUERIES *****/

@media (max-width: 1000px) {  /***** width less or equal to 975 *****/

.brand-oneline {
	display: none;
}
.brand-twoline {
	display: block;
	line-height: .7;
	margin-top: -4px;
}


@media (max-width: 768px) {  /***** width less or equal to 768 *****/

.top-content {
    background: url("../img/washer-disaster-tall.jpg") no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.top-content h2 {
    font-size: 55px;
    line-height: 1.1;
    padding-bottom: 10px;
}
.top-description {
	margin-top: 50vh;
}
.top-description p {
    font-size: 32px;
}
.top-content .top-button {
	margin-top: 15px;
}
.brand-oneline {
	display: none;
}
.brand-twoline {
	display: block;
	line-height: .7;
	margin-top: -4px;
}
h3 {
    font-size: 28pt;
    line-height: 1.2;
}
.contact-address h4 {
    font-family: 'MuseoSlab700Regular';
    font-size: 13pt;
}
.contact-address p {
    font-size: 13pt;
}
.contact-form h4 {
    padding-top: 6px;
    font-family: 'MuseoSlab700Regular';
    font-size: 13pt;
}

}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

.top-content h2 {
    font-size: 45px;
    line-height: 1.0;
    padding-bottom: 10px;
}
.top-description p {
    font-size: 24px;
}
.top-content .top-button {
	margin-top: 5px;
}
}


@media (max-width: 540px) {  /***** width less or equal to 540 *****/

.top-content {
    background: url("../img/washer-disaster-tall.jpg") no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.inner-bg {
    padding: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.top-content h2 {
    font-size: 24pt;
    line-height: 1.1;
    padding-bottom: 10px;
}
.top-description {
	margin-top: 50vh;
}
.top-description p {
    margin-top: -20px;
    font-size: 16pt;
    line-height: 1.2;
}
.top-content .top-button {
	margin-top: -20px;
	margin-bottom: -10px;
}
.btn-top-white {
	height: 36px;
    margin: 20px;
    padding: 5px 10px 0 10px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}
h3 {
    font-size: 32px;
    line-height: 36px;
}
.features h3,
.contact h3 {
	margin-bottom: 0;
}
.services h3 {
	margin-bottom: -20px;
}
.owl-carousel {
	margin-top: -15px;
	margin-bottom: -10px;
}
.brand-twoline {
	display: none;
}
.contact-address {
	margin-top: -75px;
}
footer {
	padding: 10px 0 40px 0;
}
.copyright p {
	margin-top: 0px;
	text-align: center;
	position: relative;
    bottom: -55px;
}
.bunchabreak {
	display: inline;
}
.social-icon {
	text-align: center;
	position: relative;
    bottom: 15px;
}
.brand-oneline {
	display: none;
}
.brand-twoline {
	display: block;
	line-height: .7;
	margin-top: -4px;
}
#yelp-biz-badge-rrc-nAbnanuJGzW0Xj7dPGFFhA {
	padding: 100px 15px 0 0;
}

}




@media (max-width: 400px) {  /***** width less or equal to 400 *****/

.top-content {
    background: url("../img/washer-disaster-tall.jpg") no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.inner-bg {
    padding: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.top-content h2 {
    font-size: 26pt;
    line-height: 1.1;
    padding-bottom: 20px;
}
.top-description {
	margin-top: 47vh;
}
.top-description p {
    font-size: 16pt;
    line-height: 1.2;
}
.top-content .top-button {
	margin-top: -10px;
}
.btn-top-white {
	display: -block;
	height: 36px;
    margin: 20px;
    padding: 5px 10px 0 10px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}
h3 {
    font-size: 32px;
    line-height: 36px;
}
.features h3,
.contact h3 {
	margin-bottom: 0;
}
.services h3 {
	margin-bottom: -20px;
}
.brand-oneline {
	display: none;
}
.brand-twoline {
	display: block;
	line-height: .7;
	margin-top: -4px;
}
.contact-address {
	margin-top: -75px;
}
footer {
	padding: 10px 0 40px 0;
}
.copyright p {
	margin-top: 0px;
	text-align: center;
	position: relative;
    bottom: -55px;
}
.social-icon {
	text-align: center;
	position: relative;
    bottom: 15px;
}
.bunchabreak {
	display: inline;
}
#yelp-biz-badge-rrc-nAbnanuJGzW0Xj7dPGFFhA {
	padding: 100px 15px 0 0;
}

}

@media only screen 
and (min-device-width : 600px)
and (max-device-width : 610px)
and (orientation : portrait) {

.top-description {
	margin-top: 47vh;
}
.top-content h2 {
    font-size: 36pt;
    line-height: 1.1;
    padding-bottom: 10px;
}
footer {
	padding: 10px 0 25px 0;
}
.copyright p {
	margin-top: 15px;
	text-align: center;
	position: relative;
    bottom: -45px;
}
.social-icon {
	text-align: center;
	position: relative;
    bottom: 15px;
}
.bunchabreak {
	display: none;
}
.contact-address {
	margin-top: -75px;
}
#yelp-biz-badge-rrc-nAbnanuJGzW0Xj7dPGFFhA {
	padding: 100px 15px 0 0;
}

}

