body {
  background: url(../img/girl2blur.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.link {
  color: #D4232E ;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #D4232E !important;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: 'hamburgerheavenregular';
  color: #D4232E;

}

p {

  font-size: 1.25em;
  line-height: 1.6;
  color: #000;
}

hr {
  border-color: #999999;
  max-width: 400px;
}

.granvillelogo {
  display: block;
  float: none;
  background: url(../img/logo-granville-novo.png);
  /*background-size: 100px 100px;*/
  background-size: 420px;
  /* background-size: 80px 80px; */
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  /*margin-top: 15px;*/
  /*margin-bottom: 5px;*/
  height: 120px;

}


.overlay-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-image: url(../img/pixel.png);*/
  background-position: 0 0;
  background-repeat: repeat;

}

.brand {
  display: none;
  font-family: 'hamburgerheavenregular';
  text-transform: uppercase;
  /*margin 0*/
  margin: -10px;
  font-size: 3em !important;
}

.address-bar {
  display: none;
  padding: 0 0 10px !important;
}


.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.navbar-nav {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.img-full {
  min-width: 100%;
}

.brand-name {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  letter-spacing: normal;
}

.tagline-divider {
  margin: 15px auto 3px;
  border-color: #999999;
  max-width: 250px;
}

.box {
  background: #fff;
  background: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  padding: 30px 15px;
  /*border-color: gray;
  border-style: solid;
  border-width: 1px;*/
}

.intro-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2.25em;
  font-weight: 400;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}

footer {
  background: #fff;
  background: rgba(255,255,255,0.9);
}

footer p {
  margin: 0;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {

  .brand {
    display: none;
    font-weight: 400;
    font-size: 4em;
    line-height: normal;
    text-align: center;
    margin: 0;
    /* padding: 30px 0 10px;*/
    padding: 0 0 10px;
    /*color: #fff;*/
    color: #D4232E;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
  }

  .top-divider {
    margin-top: 0;
  }

  .img-left {
    float: left;
    margin-right: 25px;
  }

  .address-bar {
    display: inherit;
    text-align: center;
    margin: 0;
    padding: 0 0 40px;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    /*color: #fff;*/
    color: #D4232E;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
  }

  .navbar {
    border-radius: 0;
  }

  .navbar-header {
    display: none;
  }

  .navbar {
    min-height: 0;
  }

  .navbar-default {
    background: #fff;
    background: rgba(255,255,255,0.9);
    border: none;
  }

/*.nav>li>a {
  padding: 35px;
}
*/
.navbar-nav>li>a {
  line-height: normal;
  color: #D4232E !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333 !important;
  background-color: transparent !important;
}


.navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-size: 1.25em;
}

}
/*@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
    }*/


    /* 1024 px*/
    @media (min-width: 1024px) {
      .container {
        width: 1024px;
      }
    }
    @media screen and (min-width: 1024px) {
      .box:after {
        content: '';
        display: table;
        clear: both;
      }

    }



    /* Changes for Grandville Fonts*/

    @media (min-width: 768px) {
      .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
      }
      .navbar-text.navbar-right:last-child {
        margin-right: 0;
      }
    }
    .navbar-default {
      background-color: #f8f8f8;
      border-color: #e7e7e7;
    }
    .navbar-default .navbar-brand {
      color: #D4232E !important;
      
      font-family: 'hamburgerheavenregular' !important;
    }
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent;
    }
    .navbar-default .navbar-text {
      color: #777;
    }
    .navbar-default .navbar-nav > li > a {
      color: #777;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
    .navbar-default .navbar-toggle {
      border-color: #ddd;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
      background-color: #ddd;
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
      border-color: #e7e7e7;
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
      color: #555;
      background-color: #e7e7e7;
    }

    .navbar-brand {
      float: left;
      height: 20px;
      padding: 15px 15px;
      font-size: 25px;
      line-height: 20px;
    }

    .legenda {
      margin-top: 1px;
      margin-bottom: 30px;
    }

    .hrcem {
      max-width: 100% !important;
    }

    /* Changes the position of the indicators */
    .carousel-indicators {
      right: 50%;
      top: auto;
      bottom: 0px;
      margin-right: -19px;
    }
    /* Changes the colour of the indicators */
    .carousel-indicators li {
      background: #c0c0c0;
    }
    .carousel-indicators .active {
      background: red;
    }


    /* rooms gallery */
    /* Indicators list style */
    .article-slide .carousel-indicators {
      bottom: 0;
      left: 0;
      margin-left: 5px;
      width: 100%;
    }
    /* Indicators list style */
    .article-slide .carousel-indicators li {
      border: medium none;
      border-radius: 0;
      float: none;
      /*height: 54px;*/
      height: 50px;
      margin-bottom: 5px;
      margin-left: 0;
      margin-right: 5px !important;
      margin-top: 0;
      width: 100px;
    }
    /* Indicators images style */
    .article-slide .carousel-indicators img {
      border: 2px solid #FFFFFF;
      float: left;
      /*height: 54px;*/
      height: 50px;
      left: 0;
      width: 100px;
    }
    /* Indicators active image style */
    .article-slide .carousel-indicators .active img {
      border: 2px solid red;
      opacity: 0.7;
    }

    /* /Rooms Gallery */

    /*menu rooms granville*/

    a.list-group-item.active,
    a.list-group-item.active:hover,
    a.list-group-item.active:focus {
      z-index: 2;
      color: #fff !important;
      background-color: #D4232E;
      border-color: #D4232E;
    }

    .destaque {
      color: #D4232E;
    }
    .well-red {
      background-color: #D4232E;
      color: #fff;
    }

    .studiomoderno {
      
      margin-bottom: 15px;
    }
    .studiomoderno a {
      color:#4D4D4D;
      margin-bottom: 15px;
    }

    /*print cupon */

    @media screen {
      #printSection {
        display: none;
      }
    }

    @media print {
      body * {
        visibility:hidden;
      }
      #printSection, #printSection * {
        visibility:visible;
      }
      #printSection {
        position:absolute;
        left:0;
        top:0;
      }
    }


/* adjust feedback icons form*/

.form-control-feedback {
right: 14px !important;
}
