body {
  overflow-x: visible;
  overflow-y: visible;
  background-color: #fe9900;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family:'Roboto Slab', sans-serif;
  color: #fac34e;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.category-button {
  margin: 5px;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #d81921;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Roboto Slab', sans-serif;
  color: #f1f1f1;
  font-size: 16px;
}
.button.category-button:hover {
  background-color: #fd6600;
}
.button.category-button.w--current {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fd6600;
}
.top {
  position: relative;
  min-height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fd6600;
  background-image: url('http://m1.sdimgs.com/sd_static/a/136788/top.jpg');
  background-repeat: repeat-x;
  text-align: center;
}
.navigation-btn-home {
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.navigation-btn-home:hover {
  color: #ffc750;
}
.navigation-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15%;
  z-index: 20;
  display: block;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 0px;
}
.navigation-btn-menu {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}
.navigation-btn-menu:hover {
  color: #ffc750;
}
.navigation-btn-promo {
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.navigation-btn-promo:hover {
  color: #ffc750;
}
.navigation-btn-contact {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}
.navigation-btn-contact:hover {
  color: #ffc750;
}
.welcome-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fec84c;
}
.welcome {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.signature-pizza-section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  background-color: #d81921;
}
.signature-container {
  position: relative;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-image: url('http://m1.sdimgs.com/sd_static/a/136788/meat-supreme.jpg');
  background-position: 0% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}
.signature-container.flossy-chicken {
  background-image: url('http://m1.sdimgs.com/sd_static/a/136788/flossy-chicken.jpg');
}
.signature-container.beef-pepperoni {
  background-image: url('http://m1.sdimgs.com/sd_static/a/136788/beef-pepperoni.jpg');
}
.signature-pizza-content {
  position: relative;
  display: block;
  width: 35%;
  padding: 35px 20px;
  float: left;
  background-color: #d81921;
}
.signature-content-title {
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.signature-content-divider {
  display: inline-block;
  width: 50%;
  margin: 15px auto;
}
.content-divider {
  width: 100%;
}
.signature-name {
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.signature-description {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
}
.signature-price {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.banner-image {
  width: 60%;
  float: right;
}
.buy1free1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}
.signature-image {
  display: none;
}
.home-btn {
  margin-right: 5%;
  margin-left: 5%;
  text-decoration: none;
}
.home-btn.w--current {
  color: #ffc750;
}
.menu-btn {
  margin-right: 18%;
  margin-left: 5%;
  text-decoration: none;
}
.promo-btn {
  margin-right: 5%;
  margin-left: 18%;
  text-decoration: none;
}
.contact-btn {
  margin-right: 5%;
  margin-left: 5%;
  text-decoration: none;
}
.contact-btn.w--current {
  color: #ffc750;
}
.operatin-hours-section {
  clear: both;
  background-color: #fe9900;
}
.operating-hours-container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 0px;
}
.operating-hours-box {
  border: 15px solid #d81921;
  background-color: #fec84c;
}
.operating-hours-title {
  display: block;
  margin: 30px auto 50px;
}
.semi-circle {
  width: 50px;
  height: 100px;
  float: left;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #d81921;
}
.semi-circle.right {
  float: right;
  border-radius: 50px 0px 0px 50px;
}
.time {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.locations {
  display: block;
  margin: 30px auto;
  font-family:'Roboto Slab', sans-serif;
  color: #231f20;
  font-size: 18px;
  text-align: center;
}
.delivery {
  display: block;
  margin: 25px auto;
}
.our-story {
  background-color: #d81921;
}
.our-story-content-box {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.our-story-header {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 50px;
  text-transform: uppercase;
}
.footer {
  background-color: #fd6600;
}
.footer-container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  float: right;
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 12px;
}
.page-header {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #d81921;
}
.page-header-title {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pizza-size-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fec84c;
}
.pizza-size-container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.pizza-size-box {
  display: inline-block;
  margin-right: 5%;
  margin-left: 5%;
  float: none;
}
.pizza-size {
  margin-right: 15px;
  float: left;
}
.pizza-size-text {
  float: left;
  font-family:'Roboto Slab', sans-serif;
  color: #d81921;
  font-size: 16px;
  text-align: left;
}
.pizza-size-text-price {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}
.products-menu {
  display: block;
  width: 100%;
  max-width: 960px;
  min-height: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}
.product-box {
  width: 40%;
  min-height: 410px;
  margin: 10px 5% 20px;
  padding: 10px;
  float: left;
  background-color: #231f20;
}
.product-box.sides {
  min-height: 350px;
}
.product-title {
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.product-title.sides {
  margin-bottom: 3px;
  text-align: center;
}
.product-description {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
}
.handtoss {
  display: block;
  margin: 0px auto;
}
.page-header-container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.contact-header {
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.map-container {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 45%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  float: left;
}
.form-container {
  width: 45%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  float: right;
}
.contact-details {
  margin-bottom: 20px;
  font-family:'Roboto Slab', sans-serif;
  color: white;
}
.contact-details-important-text {
  color: #d81921;
}
.category {
  background-color: #fec84c;
}
.cateogry_list_wrapper {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.slider1 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.slider-mask {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 420px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.slider {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  background-color: #d81921;
}
.right-arrow {
  display: none;
}
.left-arrow {
  display: none;
}
.content-text {
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 13px;
  text-align: center;
}
.sides-container {
  display: inline-block;
  width: 40%;
  margin-right: 5%;
  margin-left: 5%;
  float: left;
}
.page-divider {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 2px dashed #d81921;
}
.sides-top-text-container {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fec84c;
  text-align: center;
}
.sides-top-text {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.sides-top-text-paragraph {
  font-family: Lato, sans-serif;
  color: #d81921;
  font-size: 13px;
}
.free-drinks {
  color: #fd6600;
}
.map {
  margin-bottom: 25px;
}
.combo-box {
  display: inline-block;
  width: 46.5%;
  margin: 10px 1.66%;
  float: left;
  border: 5px solid black;
  background-color: #fc0;
  text-align: center;
}
.choose-pizza {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #d81921;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.choose-pizza:hover {
  background-color: #fd6600;
  color: #d81921;
}
.choose-pizza-text {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: white;
  text-align: center;
}
.choose-pizza-text-container {
  text-align: center;
}
.choose-pizza-icon {
  margin-left: 15px;
}
.signature-content-title-sub-text {
  font-size: 16px;
}
.signature-cotent-title-sub-text {
  font-size: 15px;
}
.smalldescription {
  color: #b3b3b3;
  font-size: 13px;
  text-align: center;
}
.thumbnail {
  width: 100%;
}
html.w-mod-js *[data-ix="enlarge"] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
html.w-mod-js *[data-ix="drop-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  -o-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
html.w-mod-js *[data-ix="drop-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  -o-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="zoom-in"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
@media (max-width: 991px) {
  .navigation-btn-home {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fd8900;
  }
  .navigation-btn-home:hover {
    background-color: #d81921;
  }
  .navigation-bar {
    position: static;
    margin-top: 10px;
  }
  .navigation-btn-menu {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fd8900;
  }
  .navigation-btn-menu:hover {
    background-color: #d81921;
  }
  .navigation-btn-promo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fd8900;
  }
  .navigation-btn-promo:hover {
    background-color: #d81921;
  }
  .navigation-btn-contact {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fd8900;
  }
  .navigation-btn-contact:hover {
    background-color: #d81921;
  }
  .welcome {
    padding-right: 30px;
    padding-left: 30px;
  }
  .signature-container {
    width: auto;
  }
  .signature-content-title {
    line-height: 30px;
  }
  .signature-image {
    display: none;
  }
  .home-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }
  .menu-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }
  .promo-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }
  .contact-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }
  .operating-hours-container {
    width: auto;
  }
  .our-story-content-box {
    padding-right: 25px;
    padding-left: 25px;
  }
  .copyright {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pizza-size-box {
    margin-right: 5%;
    margin-left: 5%;
  }
  .pizza-size {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .pizza-size-text {
    float: none;
    text-align: center;
  }
  .product-box {
    width: 45%;
    min-height: 380px;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .product-box.sides {
    min-height: 300px;
  }
  .slider-mask {
    height: 440px;
  }
  .choose-pizza {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .button.category-button {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .button.category-button.w--current {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .signature-content-title {
    font-size: 20px;
    line-height: 26px;
  }
  .signature-name {
    font-size: 32px;
  }
  .signature-image {
    display: none;
  }
  .semi-circle.left {
    width: 40px;
    height: 80px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .semi-circle.right {
    width: 40px;
    height: 80px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .time {
    width: 70%;
  }
  .locations {
    font-size: 16px;
  }
  .pizza-size-box {
    display: block;
    width: 30%;
    margin-right: 1.66%;
    margin-left: 1.66%;
    float: left;
    text-align: center;
  }
  .pizza-size {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .pizza-size-text {
    float: none;
    text-align: center;
  }
  .product-box {
    width: 45%;
    min-height: 350px;
  }
  .product-box.sides {
    min-height: 250px;
  }
  .map-container {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    float: none;
  }
  .form-container {
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .contact-details {
    text-align: center;
  }
  .cateogry_list_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slider-mask {
    height: 470px;
  }
  .sides-container {
    width: 95%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .combo-box {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
}
@media (max-width: 479px) {
  .button.category-button {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .button.category-button.w--current {
    width: 90%;
  }
  .signature-pizza-content {
    width: 100%;
    padding-top: 30%;
  }
  .buy1free1 {
    width: 80%;
  }
  .signature-image {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 5px solid #fe9900;
  }
  .operating-hours-container {
    padding-bottom: 10px;
  }
  .semi-circle.left {
    display: none;
  }
  .semi-circle.right {
    display: none;
  }
  .time {
    width: 90%;
  }
  .locations {
    font-size: 13px;
  }
  .delivery {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .our-story-header {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }
  .copyright {
    font-size: 11px;
    text-align: center;
  }
  .page-header-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pizza-size-text {
    font-size: 15px;
  }
  .pizza-size-text-price {
    font-size: 21px;
  }
  .product-box {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .contact-details {
    text-align: center;
  }
  .slider-mask {
    height: 730px;
  }
  .combo-box {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
}

