body,
html {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  font-weight: 100;
}
/* Chrome/Opera/Safari */
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 100;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 100;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 100;
}
footer {
  text-align: center;
  font-size: 80%;
  background-color: #27292a;
  color: white;
  padding: 1em 0;
}
.navbar {
  border: 0;
  background-color: rgba(246, 246, 246, 0.9);
}
.navbar div.navbar-header .navbar-toggle {
  border: none;
  background: transparent;
}
.navbar div.navbar-header .navbar-toggle span.icon-bar {
  background-color: black;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.navbar div.navbar-header .navbar-toggle span.top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
}
.navbar div.navbar-header .navbar-toggle span.middle-bar {
  opacity: 0;
}
.navbar div.navbar-header .navbar-toggle span.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
}
.navbar div.navbar-header .navbar-toggle.collapsed span.icon-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  opacity: 1;
}
.navbar a.navbar-brand {
  padding: 0.2em;
  width: auto;
}
.navbar a.navbar-brand svg {
  display: inline-block;
  height: 100%;
  width: 100%;
  width: auto;
  fill: #27292a;
}
.navbar ul.navbar-nav {
  margin-right: 2em;
  float: right;
}
.navbar ul.navbar-nav li a {
  display: inline-block;
  width: 100%;
  font-size: 120%;
  color: #505052;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.navbar ul.navbar-nav li a:link,
.navbar ul.navbar-nav li a:active {
  color: #505052;
}
.navbar ul.navbar-nav li a:hover,
.navbar ul.navbar-nav li a.active {
  color: #9e1237;
}
.bg {
  background-image: url('../img/m-and-s-pastering-and-building-background.png');
}
.logo {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin: 50px 0 0 -20%;
  width: 100%;
  text-align: center;
}
.logo svg {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  background: none;
  padding: 0;
  width: 317px;
  height: auto;
  display: inline-block;
}
.logo.landscape {
  margin-left: -10%;
}
.logo.landscape svg {
  width: 50%;
}
.parallax {
  height: 100%;
  width: 100%;
  min-height: 456px;
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.addtouch.touchDevice {
  display: none;
}
div.mands_about {
  background-color: rgba(255, 255, 255, 0.81);
  padding: 5% 5%;
  color: black;
  line-height: 190%;
}
div.mands_about h1 {
  margin-top: 0;
  text-align: center;
  display: none;
}
.mands-plastering-and-building-header {
  text-align: center;
  background-color: #27292a;
  padding: 0.5em 0;
}
.mands-plastering-and-building-header h1 {
  color: white;
}
.mands-plastering-and-building-header h2 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 120%;
}
.modal {
  background: rgba(0, 0, 0, 0.9);
  overflow: scroll;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.modal .button {
  background-color: none;
  width: 70%;
  margin: 5% auto 0 auto;
  position: relative;
}
.modal .button input {
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  outline: none;
  position: absolute;
  right: -16px;
  top: -16px;
  background-color: crimson;
  color: white;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  text-align: center;
  border: none;
  padding: 4px 5px;
  font-weight: bolder;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.modal .container {
  margin: 0 auto;
  min-height: 250px;
  padding: 1em;
  background-color: white;
  width: 70%;
  height: auto;
}
.modal .container img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.modal span.loading {
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -50px;
  color: #27292a;
  z-index: 1;
}
.services h2 {
  font-weight: normal;
  padding: 1em;
  font-size: 110%;
  margin-top: 1em;
  margin-bottom: 0;
  text-align: justify;
  line-height: 150%;
}
.services h4 {
  text-align: center;
  font-weight: bolder;
  margin: 3em 0;
}
.services h4 span {
  font-family: Arial, Helvetica, sans-serif;
}
.services table {
  width: 100%;
  table-layout: fixed;
  border: none;
  margin: 0;
}
.services table tr td {
  vertical-align: top;
  text-align: center;
}
.services table tr td ul {
  margin: 0;
  padding: 0;
}
.services table tr td ul li {
  padding: 0.5em 0;
  text-align: left;
}
.services table tr td ul li h2 {
  margin: 0;
  padding: 0;
}
.services ul {
  display: inline-block;
  width: 45%;
  height: auto;
}
.gallery {
  background-color: #27292a;
  padding: 50px 0 10px 0;
  color: white;
}
.gallery div.mands-plastering-and-building-header {
  margin: -1.5em 0 1.5em 0;
}
.gallery div.group {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: white;
  border-radius: 10px;
  margin: 0 1em 3em 1em;
}
.gallery div.group span {
  font-size: 150%;
  background-color: rgba(255, 255, 255, 0.11);
  width: 100%;
  display: block;
  border: 0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.gallery div.group ul {
  list-style-type: none;
  text-align: center;
  padding: 2em 5%;
}
.gallery div.group ul li {
  display: inline-block;
  height: 85px;
  width: 120px;
  margin: 15px 15px 0 0;
  background-color: rgba(255, 255, 255, 0.11);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.gallery div.group ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery div.group ul li:hover {
  border: 2px solid #27292a;
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.contacts {
  background-color: #f6f6f6;
}
.contacts h1 {
  display: none;
  font-size: 150%;
  margin: 0 0 0 0.5em;
  padding: 0;
}
.contacts div {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  height: auto;
}
.contacts div.left {
  padding-left: 1em;
  height: 100%;
}
.contacts div.left div {
  width: 100%;
  margin-bottom: 0px;
  padding: 5px;
  vertical-align: top;
}
.contacts div.left div a {
  outline: none;
}
.contacts div.left div a img {
  height: 50px;
}
.contacts div.left span {
  display: inline-block;
  width: 70px;
  color: rgba(0, 0, 0, 0.68);
}
.contacts div.left div.openingHours {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 2em;
  display: inline-block;
  width: 300px;
}
.contacts div.left div.openingHours h2 {
  margin: 0;
  padding: 5px 10px;
  color: #27292a;
  font-size: 110%;
  width: 100%;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.15);
}
.contacts div.left div.openingHours table {
  width: 260px;
  margin-left: 5%;
  font-size: 90%;
}
.contacts div.left div.openingHours table tr td {
  text-align: center;
  padding: 1px 5px;
}
.contacts div.left div.openingHours table tr td:first-child {
  width: 70%;
  text-align: left;
}
.contacts div.left div.openingHours table tr.today td {
  color: #9e1237;
  font-weight: bold;
}
.contacts div.left address {
  margin-left: 75px;
  margin-top: -20px;
  margin-bottom: 10%;
}
.contacts div.right {
  padding-right: 1me;
}
.contacts iframe {
  width: 100%;
  min-height: 500px;
}
.contacts #map {
  height: 300px;
  width: 100%;
  margin-bottom: 1em;
}
.contacts #map .gm-style div a {
  display: none!important;
}
.message-text {
  text-align: center;
}
.message-text.error {
  text-align: left;
  color: crimson;
  font-size: 90%;
}
.message-text.error ul {
  margin: 0;
  padding: 0;
}
.rw-contact-form div {
  padding: 5px;
}
.rw-contact-form div input[type=text],
.rw-contact-form div textarea {
  outline: none;
  resize: none;
  margin: 10px 0;
  padding: 10px 5px;
  line-height: 100%;
  font-size: 100%;
  width: 98%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: rgba(0, 0, 0, 0.68);
}
.rw-contact-form div input[type=text]:not(.error):hover,
.rw-contact-form div textarea:not(.error):hover {
  border-color: #27292a;
  color: #27292a;
}
.rw-contact-form div input.form-input-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.18);
  border: 0;
  color: #27292a;
  font-size: 100%;
  border-radius: 5px;
  width: 100px;
  padding: 5px 10px;
  cursor: pointer;
}
.rw-contact-form div input[type=submit].form-input-button {
  background-color: #288bbc;
  color: white;
  margin-right: 1%;
}
.rw-contact-form div input.error,
.rw-contact-form div textarea.error {
  border-color: crimson;
}
@media only screen and (max-width: 768px) {
  .navbar ul.navbar-nav {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .logo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 655px) {
  .navbar div.navbar-collapse ul.navbar-nav {
    width: 100%;
  }
  .logo {
    top: 0;
    margin-top: 50px;
  }
  .logo svg {
    width: 200px;
  }
  .contacts div {
    display: block;
    width: 100%;
    margin: 0 1em 2em 0;
  }
  .contacts div.left {
    text-align: center;
  }
  .contacts div.left div.OpeningHours {
    padding: 0;
  }
  .contacts div.left div.OpeningHours table {
    width: 100%;
  }
  .contacts div.left div.address span {
    margin-left: -100px;
  }
  .contacts div.left div.address address {
    width: 100px;
    display: block;
    text-align: left;
    left: 25%;
    margin-left: 50%;
    margin-bottom: 10%;
  }
  .contacts div.right {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 2em 1em;
    margin-bottom: 0;
  }
  .contacts div.gm-style-cc {
    display: none!important;
  }
}
