* {
  margin: 0;
  padding: 0;
}
body {
  background: url("../img/bck/bck-body.jpg.png");
  font-size: 12px;
  font-family: Roboto;
  overflow-x: hidden;
  letter-spacing: 1px;
  color: #1a1919;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 0;
}
.h1.title-primary,
.h2.title-primary,
.h3.title-primary,
h1.title-primary,
h2.title-primary,
h3.title-primary {
  margin: 0 0 5px 0;
}
a {
  color: #ffffff;
}
a:hover,
a:focus,
a:visited {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
p.text-primary {
  color: #1a1919 /*#9cadbe*/;
  line-height: 24px;
}
p.text-primary.big {
  font-size: 16px;
}
li {
  list-style: none;
}
@media (max-width: 768px) {
  p.text-primary {
    line-height: 18px;
  }
}
/*
	@default-color : #193446
	@inverse-color : #d6000f
	@text-color : #9b9dad
	@grey-color : #edf1f3

*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}

/* DEFAULT */
hr.margin-top {
  border-top: none;
  margin-top: 25px;
}
hr.separate {
  border-top: 1px #fff solid;
}
.color-primary {
  color: #d6000f;
}
.simulate-href:hover {
  cursor: pointer;
}
.text-shadow {
  text-shadow: 0px 1px 2px rgb(89, 89, 89);
}
.transition-primary {
  transition: all 600ms ease;
}
.transition-delay {
  transition-delay: 500ms;
}
.main-banner {
  height: 300px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 1px -3px 20px -2px rgb(25, 52, 70);
}
.main-banner.small {
  height: 200px;
}
.main-banner:after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(38, 62, 82, 0.1);
}
.main-banner.hide-after:after {
  display: none;
}
.main-container {
}
.background-cover {
  background-size: cover;
  background-position: center center;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}
.box-shadow {
  box-shadow: 0px 7px 12px -3px rgba(133, 133, 133, 1) !important;
}
.no-shadow {
  box-shadow: initial !important;
}
.full-width {
  width: 100%;
}
.only-xs {
  display: none !important;
}
@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  hr.margin-top {
    border: none;
    border-top: none;
    margin-top: 15px;
  }
  .no-margin-xs {
    margin: 0 !important;
  }
  .no-padding-xs {
    padding: 0 !important;
  }
  .no-padding-right-xs {
    padding-right: 0px !important;
  }
  .small-padding-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .only-xs {
    display: inline-block !important;
  }
  .hide-xs {
    display: none !important;
  }
  .col-padding-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-banner {
    background-attachment: initial;
    height: 200px;
  }
}

/* BTN */
.btn {
  height: 45px;
  line-height: 46px;
  padding: 0 25px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  vertical-align: bottom;
  letter-spacing: 2px;
}
.btn.border-radius {
  border-radius: 5px;
}
.btn:focus {
  outline: none !important;
}
.btn .price {
  display: inline-block;
  margin: 0 50px 0 5px;
  position: relative;
}
.btn .price:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  height: 12px;
  width: 1.5px;
  background: #fff;
  top: 17px;
}
.btn .icon-right-arrow {
  margin: -2px 0 0 15px;
  display: inline-block;
}
.btn .icon-left-arrow {
  margin: -2px 15px 0 0;
  display: inline-block;
}

.btn-default {
  background: #d6000f;
  color: #fff;
  box-shadow: 0px 7px 12px -3px rgba(133, 133, 133, 1);
}
.btn-default.hover,
.btn-default:hover {
  background: #d6000f;
  color: #fff;
}
.btn-default.focus,
.btn-default:focus {
  background: #d6000f !important;
  color: #fff !important;
}
.btn-default.visited,
.btn-default:visited {
  background: #d6000f !important;
  color: #fff !important;
}

.btn-inverse {
  background: RGBA(0, 0, 0, 0.9);
  color: #fff;
  box-shadow: 0px 7px 12px -3px rgba(133, 133, 133, 1);
}
.btn-inverse.hover,
.btn-inverse:hover {
  background: #d6000f;
  color: #fff;
}
.btn-inverse.focus,
.btn-inverse:focus {
  background: #d6000f;
  color: #fff;
}

.btn-primary {
  background: none;
  border: 1px #d6000f solid;
  color: #1a1919;
  box-shadow: 0px 7px 12px -3px rgba(133, 133, 133, 1);
}
.btn-primary.focus,
.btn-primary:hover {
  background: #d6000f !important;
  color: #fff !important;
  border: 1px #d6000f solid;
}
.btn-primary.focus,
.btn-primary:focus {
  background: #d6000f;
  color: #fff;
}

.btn-small {
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  padding: 0 15px;
}
.btn-icon {
  padding: 0;
  width: 45px;
  font-size: 18px;
  text-align: center;
}
.btn-icon .icon {
  font-size: 18px;
}

/* BTN HOVER */
.btn-default {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #d6000f;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 1024px) {
  .btn-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #254b64;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .btn-default:hover,
  .btn-default:active {
    color: white;
  }
  .btn-default:hover:before,
  .btn-default:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .custom-form .btn-default:before,
  .btn.border-radius:before {
    border-radius: 5px;
  }
}

/* TITLES */
.title-primary {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.title-primary:before {
  display: block;
  content: "";
  height: 3px;
  width: 50px;
  position: absolute;
  transform: translateY(-50%) translateX(-120%);
  left: 0px;
  top: 50%;
  background: #d6000f;
}
.title-primary.hide-before:before {
  display: none;
}
.title-primary span {
  color: #d6000f;
  font-weight: 500;
}

.title-default {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.title-default:before {
  display: block;
  content: "";
  height: 3px;
  width: 35px;
  background: #d6000f;
  float: left;
  margin: 14px 15px 0 0;
}
.text-center .title-default:before {
  display: inline-block;
}
.title-default.hide-before:before {
  display: none;
}
.title-default.small {
  font-size: 16px;
}
.title-default.small:before {
  width: 15px;
  margin: 8px 10px 0 0;
}
.title-default span {
  color: #d6000f;
  font-weight: 400;
}

@media (max-width: 768px) {
  .title-default {
    font-size: 18px;
  }
  .title-default:before {
    width: 15px;
    margin: 10px 15px 0 0;
  }
}

/* CSS Document */
.button_strength {
  display: none;
}
.strength_meter {
  height: 10px;
  width: 100%;
  background: silver;
  margin: -1px 0 0 0;
  z-index: 1;
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.strength_meter div {
  height: 10px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  line-height: 40px;
  margin: 0px 0 0 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.strength_meter .veryweak {
  width: 25%;
  background-color: #ffa0a0;
  border-color: #f04040 !important;
}
.strength_meter .weak {
  width: 50%;
  background-color: #ffb78c;
  border-color: #ff853c !important;
}
.strength_meter .medium {
  width: 75%;
  background-color: #ffa549;
  border-color: #ffa549 !important;
}
.strength_meter .strong {
  width: 100%;
  background-color: #56ae00;
  border-color: #56ae00 !important;
}

/***************/
/* NOS RESTAURANT */
/***************/
#StoresMap {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stores-header {
  margin: 50px 0 25px 0;
}
.stores-header .title-primary {
  margin: 0 0 25px 0;
}
.store-block {
  background: RGBA(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 15px;
  margin: 15px 0;
  padding: 15px;
  position: relative;
}
.store-block .btn-close-store {
  display: none;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
.store-block.unactive {
  opacity: 0.5;
}
.store-block.active .btn-close-store {
  display: inline-block;
}
.store-block .title-default {
  font-size: 16px;
  margin-bottom: 15px;
}
.store-block p.text-primary {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
}
.store-block .title-default:before {
  margin: 10px 15px 0 0;
}

#StoreMap {
  height: 350px;
  border-radius: 15px;
  margin: 25px 0;
}
.Store-header h1 {
  margin: 0 0 50px 0;
}
.Store-header h1 span {
  color: #d6000f;
  font-weight: 200;
}
.Store-header h1:before {
  display: none;
}
.Store-header .store-push {
  text-align: center;
}
.Store-header .store-push i {
  font-size: 22px;
  color: #d6000f;
}
.Store-header .store-push .store-push-text {
}

.Store-wrapper .store-address {
  font-size: 14px;
  margin: 25px 0 0 0;
}
.Store-wrapper .store-phone {
  font-size: 14px;
  margin: 5px 0 0 0;
}
.Store-wrapper .store-schedules {
}
.Store-wrapper .store-schedules ul {
  margin: 25px 0 0 0;
}
.Store-wrapper .store-schedules li {
  line-height: 24px;
}

@media (max-width: 768px) {
  #StoresMap {
  }
  .store-block.unactive {
    display: none;
  }
  .store-block .btn-close-store {
    top: -50px;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
  }
}
