@charset "utf-8";

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
  font-family: "Roboto", sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 20px;
  background-color: #2d455c;
  padding: 0;
  margin: 0;
}

.head-img {
  background-image: url(../img/head.jpg);
  background-position: center top;
  background-size:cover;
  height: 324px;
  padding: 0;
}

p {
  margin: 0 0 10px 0;
}


#table {
  width: 270px;
  border: none;
  padding: 0;
}

.gmaps {
  border: 1px solid #aaa;
  width: 100%;
  height: 350px;
}

footer {
  background-image: url(../img/BG-bottom.jpg);
  background-repeat: repeat-x;
  text-align: center;
  margin: 0 10px 20px 0;
  padding-top: 20px;
  background-color: #2d455c;
  width: 100%;
  min-height: 80px;
}

.fa {
  margin-right: 10px;
}

.btn {
  padding: 20px 0;
}

.btn a:hover {
  text-decoration: none;
}

h5 {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #df0613;
}
a {
  color: #f60;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.yelp {
  max-width: 100%;
  max-height: 35px;
}


@media screen and (min-width: 992px) {
  .head-img {
    max-height: 324px;
	background-size:auto;
  }

}



@media screen and (max-width: 991px) {
  .head-img {
    height: 150px;
  }

  .col-xxs-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 600px;
  }
}
