.mobile-only {
  display: block !important;
}
.desktop-only {
  display: none !important;
}

.MobileResponsibilityh1 {
  text-transform:uppercase; text-align:center;
}

.fixed {
  width: 100%;
}

.mb {
  margin-bottom: 15px !important;
}

.cookies {
  width: 90%;
  margin: 0 auto 0 auto;
}

.header .logo {
  float: none;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.header .logo span.square {
  display: inline-block;
  float: left;
  margin-top: 4px;
  width: 8px;
  height: 8px;
  border: 3px solid #ff0000;
}
.header .logo span.brand {
  display: inline-block;
  float: left;
  margin-left: 8px;
  width: 255px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #424242;
  text-transform: uppercase;
  white-space: nowrap;
}
.header .pulsating {
  display: none;
}
.header .phone {
  margin-top: 15px;
  text-align: center;
}
.header .phone a {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #424242;
  transition: color 1s ease-out;
}

.slideshow .jumbo {
  margin-top: 75px;
  min-height: 520px;
}
.slideshow .jumbo-header {
  top: -75px;
  height: 75px;
  display: table;
  background: none;
}
.slideshow .jumbo-header h2,
.slideshow .jumbo-header h2.active {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  color: #424242;
  width: 100vw;
  text-align: center;
}

.navigation {
  height: auto;
}
.navigation .navigation-inner {
  width: 100%;
}
.navigation .navigation-inner .positions {
  float: none;
  width: 100%;
}
.navigation .navigation-inner .positions li {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.navigation .navigation-inner .positions li.desktop-only {
  display: none !important;
}
.navigation .navigation-inner .positions li a {
  width: 100%;
  padding: 10px 0;
}
.navigation .navigation-inner .call-now {
  display: none;
}

.section-one {
  width: 96%;
  padding: 0 2%;
}
.section-one h2 {
  text-align: center;
}
.section-one h2 span {
  display: block;
}
.section-one .blocks .block {
  height: auto;
}
.section-one .blocks .block .block-image {
  float: none;
  margin: 0 auto;
}
.section-one .blocks .block .block-content {
  float: none;
  width: 100%;
  margin-left: 0;
}
.section-one .blocks .block .block-content h3 {
  margin-top: 10px;
  text-align: center;
}

.section-two {
  width: 96%;
  padding: 40px 2%;
}
.section-two h2 {
  text-align: center;
}
.section-two h2 span {
  display: block;
}
.section-two .about .block-text {
  float: none;
  width: 100%;
}
.section-two .about .block-text .about-image {
  width: 300px;
  margin: 5px auto 25px auto;
}
.section-two .about .block-photos {
  display: none;
}

.section-three {
  width: 96%;
  padding: 0 2%;
}
.section-three h2 {
  text-align: center;
}
.section-three h2 span {
  display: block;
}
.section-three .customers {
  float: none;
  width: 100%;
}
.section-three .feedback {
  float: none;
  width: 100%;
  margin: 40px 0 0 0;
}
.section-three .feedback .items .item {
  height: 150px;
}
.section-three .feedback .see-also {
  text-align: center;
}

.section-four {
  width: 96%;
  padding: 40px 2%;
}
.section-four h2 {
  text-align: center;
}
.section-four h2.inner {
  margin-top: 40px;
}
.section-four h2 span {
  display: block;
}
.section-four .contact {
  float: none;
  width: 100%;
}
.section-four .contact ul li {
  text-align: center;
}
.section-four .contact .contact-name,
.section-four .contact .contact-detail {
  text-align: center;
}
.section-four .map {
  float: none;
  width: 100%;
  margin: 40px 0 0 0;
}
.section-four .map #map {
  width: 100%;
  height: 330px;
}

.footer {
  width: 100%;
  min-height: 465px;
}
.footer .columns {
  width: 100%;
}
.footer .columns .column {
  float: none;
  width: 50%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.footer .columns .column:nth-child(1),
.footer .columns .column:nth-child(5) {
  display: none;
}
.footer .columns .column.qr {
  float: none;
  margin: 0 auto;
  padding-bottom: 30px;
}
.footer .columns .column h3 {
  text-align: center;
}
.listInFooter{
  text-align: center;
  flex-direction: column;
  margin: 10px 0 0 0;
    padding-bottom: 20px;
}
.listInFooterColums{
  padding-top: 2px;
  padding-bottom: 2px;
}

.aFooter {
  padding: 2px;
}

.hrFooter {
  margin: 0 auto;
  width: 100%;
  transform: none;
  height: 4px;
  opacity: 0.6;
	fill: gray;
	border: 0;
	background-color: gray;
	width: 99vw;
}

.tr90px{
  transform: none;
}
.mobileCenter{
  text-align: center!important;
}

.pFooterLink{
  height: 20px;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}