/* Scss Document */
* {
  font-family: 'Ubuntu', sans-serif; }

body {
  font-size: 62.5%;
  font-weight: 400; }

.img-responsive, .w-body .w-main .w-logo img, .w-body .w-main .w-cover img {
  max-width: 100%;
  height: auto; }

.w-body {
  margin: 0;
  padding: 0;
  background-color: #E8E2DA;
  font-size: 1.4em;
  color: #252525; }
  .w-body .w-main {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 920px;
    text-align: center; }
    .w-body .w-main .w-logo {
      padding: 0 20px; }
    .w-body .w-main .w-slogan .slogan {
      color: #fff;
      font-weight: 700;
      font-size: 1.9em;
      text-shadow: 1px 2px 12px #555; }
    .w-body .w-main .w-cover {
      box-sizing: border-box;
      padding: 20px 0;
      border-top: solid 15px #C4161C;
      border-bottom: solid 15px #C4161C; }
    .w-body .w-main .w-address .w-whereabout {
      box-sizing: border-box;
      margin: 0 auto;
      background-color: #C4161C;
      /*background-color:rgba(196,22,28,0.90);*/
      display: table;
      width: 250px;
      height: 250px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      padding: 10px;
      margin-bottom: 20px; }
      .w-body .w-main .w-address .w-whereabout .whereabout {
        font-size: .9em;
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border-color: #fff;
        border-style: dotted;
        border-width: 2px; }
    .w-body .w-main .w-address address {
      margin-top: 30px;
      padding-top: 20px;
      font-style: normal;
      font-size: 1.1em; }
      .w-body .w-main .w-address address:before {
        content: "";
        display: block;
        max-width: 60px;
        height: 2px;
        margin: 0 auto;
        background: #C4161C;
        position: relative;
        top: -20px; }
    .w-body .w-main .w-phone .phone {
      font-size: 2.5em;
      font-weight: 700; }
    .w-body .w-main .w-hours {
      padding: 0 20px; }
      .w-body .w-main .w-hours .hours {
        display: inline-block;
        margin: 20px 0;
        font-size: 0.7em; }
  .w-body .w-footer {
    box-sizing: border-box;
    max-width: 920px;
    min-height: 550px;
    margin: 0 auto;
    background-image: url(../imgs/bg/deco-footer.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    background-position: center; }
  .w-body .w-social {
    box-sizing: border-box;
    max-width: 920px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center; }
    .w-body .w-social a {
      color: #252525; }
      .w-body .w-social a:hover {
        color: #C4161C; }
  .w-body .w-credits {
    background-color: #C4161C;
    color: #fff;
    font-size: .5em;
    display: table;
    width: 100%;
    box-sizing: border-box; }
    .w-body .w-credits .w-copy {
      text-align: left;
      display: table-cell;
      padding: 0 5px 1px; }
    .w-body .w-credits .w-developedBy {
      text-align: right;
      display: table-cell;
      padding: 0 5px 1px; }
      .w-body .w-credits .w-developedBy a {
        color: #FBFBFB;
        text-decoration: none; }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .w-body .w-footer {
    min-height: 400px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .w-body .w-footer {
    min-height: 350px; } }
/* Custom, iPhone Retina */

/*# sourceMappingURL=style.min.css.map */
