@font-face {
    font-family: 'Maxwell-Regular';
    src: url('../fonts/MAXWELL REGULAR.ttf');
}

@font-face {
    font-family: 'Maxwell-Light';
    src: url('../fonts/MAXWELL LIGHT.ttf');
}

@font-face {
    font-family: 'Maxwell-Bold';
    src: url('../fonts/MAXWELL BOLD.ttf');
}

body {
  font-family: "Maxwell-Regular";
}

.navbar {
  font-size: 16px;
}

.navbar-brand {
  padding-top: 10px;
}

.nav-right {
  float: right;
  margin-top: 10px;
}

.storesHolder {
  margin-top: 5px;
}

.breadcrumb {
  margin-top: 60px;
}

.cat {
  text-align: center;
}

.cat a:hover {
  text-decoration: none;
}

.center-cropped {
  object-fit: cover;
  object-position: center;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.case {
  padding-left: 10px;
}

.box {
  margin: 10px;
  padding: 5px;
  border: 1px solid gray;
  border-radius: 5px;
}

.name {
  font-size: 20px;
}

.bold {
  font-family: "Maxwell-Bold";
}

.address {
  font-family: "Maxwell-Light";
  font-size: 14px;
}

.website {
  font-size: 14px;
  color: red;
}

.desc {
  font-size: 16px;
  color: gray;
  display: block;
}

.short {
  display: block;
  overflow: hidden;
  max-height: 90px;
}

.long {
  white-space: pre-wrap;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
}

.more {
}

.social {
  padding: 5px;
}

.fb {
  content: url('../images/facebook.png');
  width: 40px;
  height: 40px;
}

.tw {
  content: url('../images/twitter.png');
  width: 40px;
  height: 40px;
}

.ig {
  content: url('../images/instagram.png');
  width: 40px;
  height: 40px;
}

.mail {
  content: url('../images/mail.png');
  width: 40px;
  height: 40px;
}
.center {
  text-align: center;
}

.angular-google-map-container {
  height: 200px;
}

.map {
  padding-left: 15px;
}

.frame iframe {
  width: 100%;
  height: 315px;
}

.login {
  margin: auto;
  margin-top: 80px;
  width: 250px;
}

.comp_logo {
  width: 100px;
  height: 100px;
}

.media {
  width: 200px;
}

form .progress {
  line-height: 15px;
}

.progress {
  width: 100px;
}
.progress div {
  font-size: smaller;
  background: orange;
  width: 0;
}

.quote_icon {
  content: url('../images/icon.png');
  width: 30px;
  padding: 5px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) and (max-width: 992px) {
  .marketing {
    text-align: center;
  }
  
  .frame {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .marketing {
    text-align: center;
  }
  
  .frame {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .marketing {
    text-align: left;
  }
}