body {
  overflow-x: hidden;
}

p {
  font-size: 20px;
}

p.small {
  font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  color: #000000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "Hammersmith One", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

hr.star-light,
hr.star-primary {
  margin: 25px auto 30px;
  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 5px;
  text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  display: inline-block;
  position: relative;
  top: -.8em;
  padding: 0 .25em;
  font-family: FontAwesome;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #ffffff;
}

hr.star-primary {
  border-color: #2c3e50;
}

hr.star-primary:after {
  color: #2c3e50;
  background-color: #fff;
}

.img-centered {
  margin: 0 auto;
}

.mobieheader {
  display: none;
}

.mobileheader a, a:hover {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}

.mobileheader span {
  font-size: 10px;
}

header {
  text-align: center;
  color: #fff;
  background: #ffffff;
}

header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}

header img {
  display: block;
  margin: 0 auto;
}

header .intro-text .name {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}

.searchform {
  background-color: #f74145;
  font-size: 26px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  text-align: center;
}

.searchform label {
  padding: 10px 0;
  margin: 0;
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
  font-size: 34px;
  font-weight: normal;
}

.searchform i.form-control-feedback {
  right: 20px;
  top: 10px;
}

#contact i.form-control-feedback {
  right: 10px;
  top: 5px;
}

#contact .col-lg-12 i.form-control-feedback {
  right: 15px;
  top: 15px;
}

.bv-form .help-block {
  color: #fff;
  margin-bottom: -31px;
}

.searchform input[type=search] {
  border: 3px solid #b32e31;
  height: 70px;
  font-size: 24px;
  font-style: normal;
  color: #333333;
   !important line-height: 24px;
  padding: 0 20px;
}

.searchform input[type=search]:focus {
  color: #333333;
   !important font-style: normal;
}

.searchform button {
  background-color: #b32e31;
  border: 3px solid #b32e31;
  padding: 12px 40px;
  font-size: 24px;
  font-family: "Hammersmith One", sans-serif;
  margin: 0;
}

.searchform button:hover, .searchform button:focus {
  background-color: #99282a;
  border: 3px solid #99282a;
  -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
}

.carousel .slide {
  background-color: #ffffff;
  background-repeat: repeat;
  padding-top: 54px;
  /*change this back to 100px */
}

.carousel .slide .item {
  text-align: center;
}

.carousel-inner {
  height: 100%;
  width: auto;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  height: auto;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  margin: 0 0 0 14px;
}

.carousel-indicators .active {
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  background-color: #ffffff;
  margin: 0 0 0 14px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  margin-top: 400px;
}

.carousel-control {
  opacity: 1;
  font-size: 40px;
  text-shadow: 1px 0px rgba(0, 0, 0, 0.5);
}

.carousel-control:hover, .carousel-control:focus {
  background-image: none;
  opacity: 1;
}

/** SCROLL DOWN **/
header .scroll-down {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

header .scroll-down a {
  color: #ffffff;
}

header .scroll-down .fa {
  outline: 0;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 10px;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  /*-animation-delay: 2s;
       -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s; */
  animation-duration: 2s;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
}

header .scroll-down a:hover {
  color: rgba(255, 255, 255, 1);
}

header .container {
  padding: 200px 0 100px;
}

header .intro-text .name {
  font-size: 5em;
}

header .intro-text .skills {
  font-size: 1.75em;
}

section.searchform {
  padding: 65px 0;
  margin-top: 130px;
  /* change this back to 130px or 0px when promoting*/
}

section.instagram {
  padding: 0;
}

div.instagram-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

div.instagram-row {
  position: absolute;
  width: 100%;
  top: 45%;
}

.carousel-caption {
  left: 0% right:0%;
}

.carousel-caption.slide-1 {
  text-shadow: none;
  text-align: center;
  bottom: 0px;
}

.carousel-caption.slide-1 h1 {
  font-family: 'Hammersmith One', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  /*background-color:rgba(64,65,64,0.2);*/
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 3em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5)
}

.carousel-caption.slide-1 h2 {
  font-family: 'Hammersmith One', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  /*background-color:rgba(64,65,64,0.2);*/
  padding: 0;
  margin: 0;
  font-size: 2em;
}

.carousel-caption.slide-1 h2 a, .carousel-caption.slide-1 h2 a:hover, .carousel-caption.slide-1 h2 a:visited {
  color: #ffffff;
  background-color: #000000;
  padding: 10px 25px;
}

.carousel-caption .slide-2 {
  text-align: center;
  margin: 0 0 20px 0;
}

.carousel-caption.slide-2 h1 {
  font-size: 90px;
  letter-spacing: 5px;
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
}

.carousel-caption.slide-2 h2 {
  font-size: 46px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.carousel-caption.slide-2 h3 {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.carousel-caption.slide-2 h1 span {
  font-family: 'Hammersmith One', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0;
}

.carousel-caption.slide-2 .btn-success {
  font-family: 'Hammersmith One', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #262626;
  border: none;
  color: #ffffff;
  font-szie: 18px;
  line-height: 22px;
  margin: 0;
  border-radius: 0;
  padding: 15px 30px;
}

.carousel-caption.slide-2 .btn-success:hover {
  background-color: #000000;
}

.carousel-caption.slide-2 .bt-lg {
  padding: 15px 30px;
}

.carousel-caption.slide-2 i.glyphicon-star {
  font-size: 1.6em;
  margin: 0;
  top: -12px;
  padding: 0 60px;
}

.carousel-caption.slide-2 h1 {
  text-align: center;
}

.carousel-caption.slide-2 span.line-center {
  display: inline-block;
  position: relative;
  width: auto;
}

.carousel-caption.slide-2 span.line-center:before, .carousel-caption.slide-2 span.line-center:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid white;
  top: 48%;
  width: 10%;
}

.carousel-caption.slide-2 span.line-center:before {
  left: -10%;
}

section.storemap {
  padding: 0;
  margin: 0;
}

#map-canvas {
  min-height: 600px;
  margin: 0px;
  padding: 0px
}

section.storemap a.orderonline {
  background-color: #b32e31;
  border: 3px solid #b32e31;
  padding: 10px 55px;
  font-size: 20px;
  font-family: "Hammersmith One", sans-serif;
  margin: 0 0 0 -125px;
  color: #ffffff;
  position: absolute;
  top: 400px;
}

section.storemap a.orderonline:hover {
  background-color: #99282a;
  border: 3px solid #99282a;
  -webkit-transition: all ease .1s;
  -moz-transition: all ease .1s;
  transition: all ease .1s;
}

@media(min-width:768px) {
  .carousel-caption {
    left: 0;
    right: 0;
  }

  .navbar-default .navbar-nav>li>a {
    color: #333333;
    font-size: 1.20em;
    font-weight: 700;
  }

  .navbar-navfoot>li>a {
    color: #fffffff;
    font-size: 14px;
  }

  .navbar-default .navbar-nav>li>a:hover {
    color: #b32e31;
  }

  .navbar .logo {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 100px;
    margin-left: -55px;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    transition: all ease .1s;
  }

  .navbar-fixed-top {
    padding: 35px 0;
    -webkit-transition: padding .1s;
    -moz-transition: padding .1s;
    transition: padding .1s;
  }

  /*.navbar-fixed-top.navbar-shrink{
		background-color: #ffffff;
		height:112px;
		padding:25px;
		border-bottom:1px solid rgba(0, 0, 0, 0.15);
		-webkit-transition: all ease .1s;
    	-moz-transition: all ease .1s;
    	transition: all ease .1s;
		border-bottom:2px solid #eeeeee;
	}

	.navbar-fixed-top.navbar-shrink .logo{
		width:90px;
		margin-left:-45px;
		top:10px;
	}*/
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    /*   -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;*/
  }
}

#sb_instagram .sbi_photo_wrap {
  position: relative;
  background-color: #ffffff;
}

#sb_instagram .sbi_photo {
  display: block;
  opacity: 0.5;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

#sb_instagram .sbi_photo:hover {
  opacity: 0.9;
}

.navbar {
  text-transform: uppercase;
  font-family: 'Hammersmith One', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  color: #000000;
  font-weight: 500;
}

.navbar a {
  text-align: center;
}

.navbar a:focus {
  outline: 0;
}

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

.navbar .navbar-nav li:nth-child(2) {
  margin-right: 150px;
}

.navbar .navbar-nav li:nth-child(3) {
  margin-left: 150px;
}

.navbar .navbar-nav li:nth-child(4) a {
  /*border:3px dotted #f74145;
	padding:15px 30px;
	width:130px;*/
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:active {
  outline: 0;
  color: #333333;
}

.navbar-nav>li>a {
  width: 150px;
  text-align: center;
  color: #000000;
}

.navbar-default,
.navbar-inverse {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 1);
}

section {
  padding: 75px 0;
  text-align: center;
}

section .row h1 {
  text-transform: uppercase;
  font-family: 'Hammersmith One', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  margin-top: 0;
}

section .row h2 {
  text-transform: none;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-top: 12px;
}

section .row h3 {
  text-transform: none;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}

section.pizzaoffers {
  /*	background:url(../img/offers-home-bg.gif);*/
  background-repeat: repeat;
}

section.pizzaoffers h1 {
  color: #1b1818;
}

section.pizzaoffers h2 {
  color: #555555;
}

section.pizzaoffers h3 {
  color: #7d7d7d;
  margin: 0 0 50px 0;
}

section.pizzaoffers div.circle-offer {
  width: 145px;
  height: 145px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #1b1818;
  color: #ffffff;
  font-size: 48px;
  line-height: 25px;
  text-shadow: none;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 50px 40px 40px 40px;
  margin: 0 auto;
}

section.pizzaoffers div.circle-offer span.first {
  font-size: 36px;
  margin-left: -5px;
  padding: 0;
}

section.pizzaoffers div.circle-offer span.first-sec {
  font-size: 36px;
  padding: 0;
}

section.pizzaoffers div.circle-offer span {
  font-size: 24px;
  padding: 5px;
}

section.pizzaoffers h2.offer {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 56px;
  color: #f74145;
  text-shadow: 0px 2px #dedede;
}

section.pizzaoffers p {
  font-size: 18px;
  line-height: 24px;
  color: #959595;
  margin-bottom: 30px;
}

section.pizzaoffers p.offer-term {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 0px;
}

.offer-block {
  border-right: 2px dashed #bbbbbb;
  min-height: 405px;
}

a.button-home-action {
  background: #262626;
  font-family: "Hammersmith One", Verdana, Geneva;
  font-size: 18px;
  color: #ffffff;
  padding: 15px 30px;
  border: 0;
}

section.instagram h1 {
  font-size: 42px;
  margin-bottom: 25px;
}

section.instagram h2 {
  font-size: 18px;
}

section.instagram h1 span {
  background-color: #ffffff;
  color: #1b1818;
  padding: 15px 30px 10px 30px;
  margin: 0 0 10px 0;
  text-transform: none;
}

section.instagram h2 span {
  background-color: #ffffff;
  padding: 15px 30px 15px 30px;
  margin: 0;
  color: #1b1818;
}

section.social {
  background-color: #f74145;
  /*#5ac473;*/
}

section.social .row h1 {
  color: #ffffff;
}

section.social .row h2 {
  color: #fff;
  /*#d4f1db;*/
  font-weight: 100;
}

section.social .btn-outline {
  transition: all .1s ease-in-out;
}

section.social .btn-outline>img {
  margin: 0 auto;
  padding: 24px 0;
  opacity: 0.6;
}

section.social .btn-outline:hover img,
section.social .btn-outline:focus img,
section.social .btn-outline:active img,
section.social .btn-outline.active img {
  border: none;
  opacity: 1;
  transition: all .1s ease-in-out;
}

section.social .list-inline {
  z-index: 1000;
  position: relative;
  margin: 60px 0 0 0;
}

section.social .list-inline>li {
  padding-left: 75px;
  padding-right: 75px;
}

section.social .btn-social {
  display: inline-block;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  text-align: center;
}

section.twitter {
  padding: 75px 0 150px 0;
}

section.twitter ul.juiz_last_tweet_tweetlist {
  list-style: none;
  margin: 0;
  padding: 0 200px;
  background-image: url('http://www.herbiespizza.com/wp-content/themes/herbiespizza/bootstrap/img/twitter-tweet.png');
  background-repeat: no-repeat;
  background-position: 8% 20%;
}

section.twitter span.juiz_lt_content {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #636363;
}

section.twitter div.twitter-time, section.twitter div.twitter-time a {
  text-transform: uppercase !important;
  font-size: 18px;
  font-family: 'Hammersmith One', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #959595;
  margin: 10px 0;
  font-style: normal;
  font-weight: normal;
}

section.twitter div.twitter_time a:hover {
  text-decoration: none;
}

section.twitter .juiz_ltw_source {
  display: none;
}

.site-footer .btn-social {
  display: inline-block;
  width: 65px;
  height: 65px;
  border: solid 3px rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  text-align: center;
}

.site-footer .btn-social>img {
  margin: 0 auto;
  padding: 17px 0;
  opacity: 1;
}

.site-footer .btn-outline:hover,
.site-footer .btn-outline:focus,
.site-footer .btn-outline:active,
.site-footer .btn-outline.active {
  border: solid 3px #ffffff;
  -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
}

.form-group {
  margin: 0;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.5em;
  background: 0 0;
  box-shadow: none !important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: .85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top .3s ease, opacity .3s ease;
  -moz-transition: top .3s ease, opacity .3s ease;
  -ms-transition: top .3s ease, opacity .3s ease;
  transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #ffffff;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eee;
}

footer {
  color: #ffffff;
  background-color: #303331;
  text-align: center;
  padding: 80px 0;
}

footer h3 {
  margin-bottom: 30px;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #ffffff;
}

.navbar-navfooter {}

.navbar-navfooter {
  margin: 45px 0 30px 0;
  padding: 0;
}

.navbar-navfooter>li {
  display: inline-block;
  list-style: none;
}

.navbar-navfooter>li>a {
  color: #ffffff;
  text-align: center;
  color: #ffffff;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px;
}

.navbar-navfooter>li>a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.logofooter {
  text-align: center;
  border-radius: 100%;
  background-color: #303331;
}

.logofooter a {
  display: block;
  border-radius: 100%;
  width: 210px;
  height: 210px;
  background-color: #303331;
  position: relative;
  margin: 0 auto -200px auto;
  top: -175px;
  text-align: center;
  line-height: 45px;
  z-index: 99;
  clear: both;
}

.logofooter>a>img {
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
}

.siteinfo {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #959595;
}

.list-inline {
  z-index: 1000;
  position: relative;
}

.list-inline>li {
  padding-left: 30px;
  padding-right: 30px;
}

.btn:focus,
.btn:active,
.btn.active {
  outline: 0;
}

.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}

.scroll-top .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 28px;
}

.scroll-top .btn:focus {
  outline: 0;
}

.storetitle {
  background-color: #f74145;
  color: #ffffff;
  text-align: center;
}

section.storetitle row>h1 {
  font-size: 36px;
  font-family: "Hammersmith One", sans-serif;
  font-weight: normal;
}

section.storetitle .row h2 {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

section.storetitle h2 span {
  padding-right: 20px;
  font-weight: normal;
  color: #fdf0f0;
}

.storeinformation {
  color: #636363;
  font-size: 20px;
}

section.storeinformation h2 {
  font-size: 24px;
  color: #1b1818;
  font-family: "Hammersmith One";
  font-weight: 700;
}

sectoion.storeinformation .openingtimes {}

section.storeinformation .openingtimes .timescontainer {
  text-align: center;
  width: inherit;
  margin: 0 auto;
}

section.storeinformation .openingtimes .timescontainer>div {
  text-align: left;
}

section.storeinformation .openingtimes span {
  float: left;
  width: 140px;
  text-align: left;
}

.storetwitter {
  background-color: #41c1f7;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Lato', Verdana, Geneva, sans-serif
}

.storetwitter a {
  color: #174559;
  font-weight: bold;
  text-decoration: none;
}

section.localstores .row h1 {
  color: #1b1818;
  font-size: 30px;
  font-weight: 700;
}

.section.localstores h2 {
  color: #555555;
}

section.localstores div.nearest-store {
  background: url(../img/herbies-store.png) no-repeat top center;
  background-size: 50px 60px;
  margin-top: 50px;
  padding: 70px 0;
}

section.localstores a {
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
  font-size: 24px;
  color: #1b1818;
  text-transform: uppercase;
}

section.localstores div.miles {
  color: #636363;
  font-size: 36px;
  padding-left: 15px;
}

section.localstores div.miles span {
  font-size: 16px;
}

section.localstores div.phone {
  color: #636363;
  font-size: 16px;
}

section.store-map {
  margin: 0;
  padding: 0;
}

#map-canvas-large {
  height: 1000px;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0px;
}

section.store-areas {
  padding: 220px 0 40px 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}

section.store-section.odd {
  margin: 0;
  position: relative;
  padding: 0;
}

section.store-section.even {
  margin: 0;
  position: relative;
  padding: 0;
}

section.store-section div.container {
  padding: 30px 0;
}

section.store-areas h1 {
  color: #1b1818;
}

section.store-areas h2 {
  color: #555555;
}

section.store-areas div.area h2 {
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
  font-weight: 700;
  padding: 0 0 20px 0;
  color: #1b1818;
}

section.store-section h2 {
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
  font-weight: 600;
  padding: 0;
  color: #1b1818;
  font-size: 26px;
}

section.store-section.odd h2 span {
  padding: 20px 40px 8px 40px;
  background-color: rgba(27, 24, 24, 1);
  /*#1b1818;	*/
  color: #fff;
}

section.store-section.even h2 span {
  padding: 20px 40px 9px 40px;
  background-color: rgba(27, 24, 24, 1);
  /*#f74145;*/
  color: #fff;
}

section.store-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.store-section.odd li {
  display: inline-block;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(27, 24, 24, 1);
  /*#1b1818;	*/
}

section.store-section.even li {
  display: inline-block;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(27, 24, 24, 1);
  /*#f74145;*/
}

section.store-section li a {
  color: #fff;
}

section.store-section li a:hover {
  color: #f74145;
}

section.store-section.even li a {
  color: #ffffff;
}

section.store-section.even li a:hover {
  color: #f74145;
}

section.section-menu {
  margin: 0px 0 0 0;
  padding: 20px 0 5px 0;
  background: #f74145;
  position: fixed;
  width: 100%;
  z-index: 100;
}

section.section-menu-shrink {
  margin-top: -30px;
  border-bottom: 1px solid #bbb;
}

section.section-menu ul.sub-menu-menu {
  padding: 0;
  list-style: none;
}

section.section-menu ul.sub-menu-menu li {
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
}

ul.sub-menu-menu li a {
  font-size: 20px;
  font-family: "Hammersmith One";
  color: #fff;
}

ul.sub-menu-menu li a:hover {
  font-size: 20px;
  font-family: "Hammersmith One";
  color: #1b1818;
}

ul.sub-menu-menu li a.active {
  font-size: 20px;
  font-family: "Hammersmith One";
  color: #1b1818;
}

/* MODAL */
.fade {
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-dialog {
  width: auto;
  height: auto;
  text-align: center;
  box-shadow: none;
  background-color: #f74145;
  color: #fff;
  margin: 1%;
}

button.close {
  font-size: 100px;
  margin-right: 20px;
  z-index: 100;
}

.modal-dialog div.content {
  padding: 15% 0;
  margin: 0 auto;
  max-width: 650px;
}

.modal-dialog form {
  display: block;
}

.modal-dialog div.content h1 {
  font-size: 76px;
  font-weight: 700;
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 20px 0;
}

.modal-dialog div.content h2 {
  padding: 20px 0 10px 0;
  font-family: "Lato", Verdana, Geneva, sans-serif;
}

searchform-order {
  margin: 0;
  padding: 0;
}

.modal-dialog input[type=search] {
  display: block;
  border: 4px solid #a9191c;
  height: 70px;
  font-size: 24px;
  width: 80%;
  font-style: normal;
  margin: 10px 0;
  margin: 10px auto;
  text-align: center;
}

.modal-dialog fieldset {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}

.modal-dialog input[type=search]:focus {
  color: #333333;
  text-transform: uppercase;
  font-style: normal;
}

.modal-dialog i.form-control-feedback {
  margin-right: 80px;
  margin-top: -2px;
}

.modal-dialog button {}

.modal-dialog button#searchsubmit-order {
  background-color: #b32e31;
  border: 3px solid #b32e31;
  padding: 15px 60px;
  font-size: 24px;
  font-family: "Hammersmith One", sans-serif;
  margin: 40px 0;
}

.modal-dialog button#searchsubmit-order:hover {
  background-color: #99282a;
  border: 3px solid #99282a;
  -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
}

.modal-dialog>label {
  display: block;
}

/* MODAL POSTCODE SEARCH */
.fade {
  background-color: rgba(255, 255, 255, 0.8);
}

div#closestStoreModal div.modal-dialog {
  margin: 0 auto;
  width: 650px;
  height: 450px;
  text-align: center;
  box-shadow: none;
  background-color: #5ac473;
  color: #fff;
}

div#closestStoreModal div.modal-dialog div.content {
  padding: 50px 30px;
  margin: 0 auto;
}

div#closestStoreModal button.close {
  font-size: 50px;
  margin-right: 20px;
  z-index: 100;
}

div#closestStoreModal div.modal-dialog div.content {
  margin: 0 auto;
}

div#closestStoreModal div.modal-dialog form {
  display: block;
}

div#closestStoreModal div.modal-dialog div.content h1 {
  font-size: 76px;
  font-weight: 700;
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 20px 0;
}

div#closestStoreModal .modal-dialog div.content h2 {
  padding: 20px 0 10px 0;
  font-family: "Lato", Verdana, Geneva, sans-serif;
}

div#closestStoreModal div.modal-dialog>label {
  display: block;
}

#closestStoresContent a {
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 10px;
}

/* MENU */
.circular {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border: 1px solid #d4d3d2;
  /*background: url(../img/menu-item.gif) no-repeat 50% 50%;*/
  text-align: center;
  display: block;
  margin: 0 auto 15px auto;
  overflow: hidden;
}

.circular>img {
  transition: transform 0.5s ease;
  margin: 0px -50% 0;
  width: 152px;
  height: auto;
}

section.section-menu-pizza {
  margin: 140px 0 0 0;
  padding-top: 140px;
}

section.section-menu-pizza h1 {
  color: #000000;
  border-top: 2px dashed #ccc;
  border-bottom: 2px dashed #ccc;
  padding: 20px 0;
}

section.section-menu-pizza .menu-item {
  text-align: center;
  margin: 30px auto;
  padding: 0;
  min-height: 150px;
}

section.section-menu-pizza .menu-item p {
  color: #898989;
  font-size: 14px;
  padding: 10px 20px 0 20px;
}

section.section-menu-pizza div.v-h-key {
  margin: 0px 0 50px 0;
}

section.section-menu-pizza h3 {
  text-transform: none;
  color: #1b1818;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
}

section.terms-privacy {
  margin: 20px 0 60px 0;
  text-align: left;
}

section.terms-privacy h1 {
  color: #1b1818;
  margin: 48px 0 18px 0;
  text-transform: none;
  font-size: 24px;
}

section.terms-privacy h2 {
  color: #4d4444;
  margin: 30px 0 20px 0;
  text-transform: none;
  font-size: 20px;
}

section.terms-privacy h3 {
  color: #4d4444;
  margin: 20px 0 10px 0;
  text-transform: none;
  font-size: 16px;
}

section.terms-privacy p {
  color: #333;
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 22px;
}

div.v-h-key ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.v-h-key li {
  color: #898989;
  display: inline-block;
  margin: 0 30px;
}

div.v-h-key li div.vegetarian {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #49a800;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 4px;
}

div.veggie-small {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #49a800;
  margin: 65px 0 0 100px;
  padding: 2px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

div.v-h-key li div.hot {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #ff0000;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 4px;
}

div.hot-small {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #ff0000;
  margin: 65px 100px 0 0;
  padding: 2px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

section.message-box {
  background: #f9f9f9;
  margin: 100px 0 0 0;
}

section.message-box h2 {
  color: #959595;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
}

section.message-box input {
  border-radius: 0;
  border: 2px solid #e1e1e1;
  font-family: "Lato", Verdana, Geneva, sans-serif;
  font-size: 18px;
  color: #959595;
  padding: 25px 20px;
}

section.message-box textarea {
  border-radius: 0;
  border: 2px solid #e1e1e1;
  font-family: "Lato", Verdana, Geneva, sans-serif;
  font-size: 18px;
  color: #959595;
  padding: 25px 20px;
  margin-top: 15px;
  width: 100%;
}

section.message-box input:focus, section.message-box textarea:focus {
  border: 2px solid #ccc;
}

section.message-box button {
  border-radius: 0;
  background: #262626;
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
  font-size: 24px;
  color: #fff;
  padding: 12px 60px;
  margin-top: 30px;
}

section.contact-details {
  margin-bottom: 100px;
}

section.contact-details h2 {
  color: #f74145;
  font-size: 24px;
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
}

section.contact-details a {
  color: #a1a1a1;
  font-size: 18px;
  display: block;
}

section.contact-details a:hover {
  color: #1b1818;
  -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
}

section.contact-details li {
  padding: 0 15px;
}

section.contact-details li a img {
  opacity: 0.25;
}

section.contact-details li a:hover img {
  opacity: 1;
  -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
}

section.store-all {
  padding: 200px 0 0 0;
}

section.store-section-all div.row {}

section.store-all h1 {
  color: #1b1818;
}

section.store-section-all h2 {
  color: #f74145;
  font-size: 24px;
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
}

section.store-section-all ul {
  margin: 0;
  padding: 0;
}

section.store-section-all li {
  list-style: none;
  display: block;
}

section.store-section-all li:last-child {
  margin-bottom: 50px;
}

section.store-section-all li a {
  color: #999;
  font-size: 18px;
}

section.store-section-all li a:hover {
  color: #333;
}

section.page404 h1 {
  font-size: 72px;
}

section.page404 h2 {
  font-size: 60px;
}

section.page404 p {
  color: #666666;
  margin: 60px 20px;
  font-size: 18px;
}

section.page404 p.404 {
  font-size: 10px;
  margin: 50px 0 0 0;
}

section.page404 a {
  color: #f74145;
}

.infobox {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  width: 285px;
  background-color: rgba(255, 255, 255, 1);
}

.infobox img {
  height: 20px;
  width: 20px;
  opacity: 0.5;
}

.infobox h1 {
  font-size: 28px;
  padding: 30px 0 25px 0;
  color: #fff;
  background-color: #1b1818;
  margin: 0;
  font-weight: normal;
}

.infobox h2 {
  font-family: "Lato", Verdana, Geneva, sans-serif;
  font-size: 20px;
  padding: 30px 0;
  color: #1b1818;
  margin: 0;
}

.google-buttons {
  padding: 0 15px;
}

.infobox a {
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #fff;
  width: 120px;
  display: inline-block;
  padding: 12px 0 12px 0;
}

.infobox a.order {
  margin-right: 5px;
  background-color: #1b1818;
}

.infobox a.order:hover {
  background-color: #000;
}

.infobox a.view {
  margin-left: 5px;
  background-color: #f74145;
}

.infobox .fa-caret-down:before {
  line-height: 0;
  font-size: 60px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -8px;
  margin-left: -10px;
}

/** STORE NAV MENU **/
section.store-nav {
  background-color: #f74145;
  padding: 110px 0 10px 0;
  margin: 0;
}

section.store-nav ul {
  margin: 0;
  padding: 0;
}

section.store-nav li.store-menu-item {
  list-style: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f74145;
  padding: 40px 0;
}

section.store-nav li.store-menu-item:last-child {
  border-right: none;
}

section.store-nav a {
  padding: 20px;
  color: #ffffff;
  font-family: "Hammersmith One", Verdana, Geneva, sans-serif;
  font-size: 28px;
}

section.store-nav li.store-menu-item:hover {
  background-color: #99282a;
  -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
}

/* OFFERS */
section.web-offers {
  background: url(../img/offers-bg.gif);
  background-repeat: repeat;
  margin-top: 80px;
}

section.web-offers::after {
  opacity: 0.1;
  z-index: -1;
}

.offer-item {
  background-color: #fff;
  padding: 20px;
  margin: 0 10px 30px 10px;
  border: 2px solid #d5d5d5;
  max-height: 500px;
}

section .row .offer-item h2 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  color: #f74145;
  text-shadow: 0px 2px #dedede;
  padding: 40px 30px;
  margin: 0;
}

.offer-item p {
  font-size: 18px;
  line-height: 24px;
  color: #959595;
  margin-bottom: 30px;
  padding: 0px 30px 10px 30px;
}

p.offer-term {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.offer-item div.code {
  padding: 20px 0 10px 0;
  border-top: 2px dashed #dbdbdb;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.offer-item div.code span {
  font-size: 18px;
  color: #959595;
  padding-right: 10px;
}

.main-offers {
  background-color: #1b1818;
}

.main-offers {
  padding-top: 141px;
}

.main-offers hr {
  border-top: 2px dashed #3b3838;
}

.main-offers .row {
  padding: 30px 0;
}

.main-offers .row h2 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.main-offers .row .offer-info p {
  color: #959595;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 6px 0;
  display: inline-block;
  vertical-align: middle;
}

.loyalty-points {
  background: url(../img/loyalty-points.gif);
  background-position: 80px 50%;
  background-repeat: no-repeat;
}

.mobileheader {
  display: block;
  padding: 20px;
  background-color: #ffe101;
  color: #333333;
  font-size: 34px;
  margin: 130px 0 0 0;
  position: relative;
}

/* RESPONSIVE ARGUMENTS */
@media(max-width:1300px) {
  .carousel-caption.slide-2 h1 i.glyphicon-star {
    top: -40px;
  }

  section.storeinformation .openingtimes span {
    width: 100px;
  }

  div.veggie-small {
    position: fixed;
    bottom: 0;
    top: inherit;
    margin: 0;
  }
}

@media(max-width:1000px) {
  .navbar .navbar-nav li:nth-child(2) {
    margin-right: 50px;
  }

  .navbar .navbar-nav li:nth-child(3) {
    margin-left: 50px;
  }

  .searchform input[type=search] {
    margin: 20px 0;
  }

  section.social .list-inline>li {
    padding-left: 70px;
    padding-right: 70px;
  }

  section.storeinformation .openingtimes span {
    float: none;
    padding-right: 50px;
  }

  .searchform input[type=submit] {
    margin: 0 auto;
    display: block;
  }

  .offer-block {
    border-bottom: 2px dashed #dbdbdb;
    border-right: 0;
    min-height: 300px;
  }

  section.pizzaoffers div.col-md-4 {
    margin: 40px 0;
  }

  section.store-nav li.store-menu-item {
    padding: 20px 0;
  }

  section.store-nav li a {
    font-size: 18px;
    padding: 10px 0;
  }

  #map-canvas-large {
    height: 800px;
  }
}

@media only screen and (max-width:768px) {
  section {
    margin: 0;
    padding: 0;
  }

  section.searchform {
    padding: 40px 0;
    margin: 0 0 0 0;
    /*change this to margin top 100px*/
  }

  .navbar-default .navbar-collapse {
    background-color: #fff;
    margin: 40px 0 0 0;
  }

  .navbar .navbar-nav {
    display: block;
    width: inherit;
  }

  .nav>li {
    border-bottom: 1px solid #eee;
    margin: 0;
  }

  .navbar .navbar-nav li:nth-child(2) {
    margin: 0;
  }

  .navbar .navbar-nav li:nth-child(3) {
    margin: 0;
  }

  .navbar-default .navbar-nav>li>a {
    color: #1b1818;
    margin: 0 auto;
  }

  .navbar-default .navbar-nav>li>a:hover {
    color: #b32e31;
  }

  .carousel-caption.slide-2 h1 span.line-center:before, .carousel-caption.slide-2 h1 span.line-center:after {
    display: none;
  }

  .careousel .slider {
    display: none;
  }

  section {
    padding: 40px 0;
  }

  section.first {
    padding-top: 75px;
  }

  .navbar-default {
    height: 120px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .navbar-default, .navbar-inverse {
    background-color: rgba(255, 255, 255, 1);
  }

  .navbar-default .navbar-toggle {
    background-color: none;
    border: 0;
    border-radius: 0;
    margin: 45px 15px 0 0;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #1a242f;
    height: 4px;
    width: 25px;
  }

  .navbar .logo {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 90px;
    margin-left: -45px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
  }

  .navbar-fixed-top.navbar-shrink {
    position: absolute;
    background-color: #ffffff;
    height: 120px;
    padding: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
  }

  section.social .list-inline {
    margin-top: 40px;
  }

  section.social .list-inline>li {
    padding-left: 30px;
    padding-right: 30px;
  }

  section.social .btn-social {
    width: 40px;
    height: 40px;
  }

  section.social .btn-outline>img {}

  section.pizzaoffers div.circle-offer {}

  section.pizzaoffers h2.offer {
    font-size: 36px;
  }

  section.pizzaoffers p {
    font-size: 14px;
    line-height: 20px;
  }

  section.twitter ul.juiz_last_tweet_tweetlist {
    background-position: 50% 0;
    padding: 70px 15px 0 15px;
  }

  #map-canvas {
    height: 420px;
    margin: 0px;
    padding: 0px
  }

  section.storemap input[type=button] {
    top: 300px;
  }

  .modal-dialog div.content {
    padding: 15% 0;
    margin: 0 auto;
    width: auto;
  }

  .modal-dialog div.content h1 {
    font-size: 40px;
    padding-top: 20px;
  }

  .modal-dialog div.content h2 {
    font-size: 20px;
  }

  .modal-dialog input[type=submit] {
    padding: 15px 40px;
    font-size: 20px;
    margin: 20px 0;
  }

  .modal-dialog input[type=submit]:hover {
    background-color: #99282a;
    border: 3px solid #99282a;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    transition: all ease .1s;
  }

  .carousel {
    display: none;
  }

  .list-inline>li {
    padding: 0 20px 0 20px;
  }

  .navbar-navfooter>li {
    display: block;
  }

  .bv-form .help-block {
    margin-bottom: 5px;
    font-size: 18px;
  }

  section.twitter span.juiz_lt_content {
    font-size: 18px;
    line-height: 24px;
  }

  section.twitter div.twitter-time, section.twitter div.twitter-time a {
    font-size: 14px;
  }

  section.section-menu ul.sub-menu-menu li {
    display: block;
    padding: 5px 0;
  }

  .circular {
    display: none;
  }

  section.storetitle .row h2 {
    font-size: 24px;
  }

  .storeinformation {
    padding: 0;
  }

  .storeinformation .address {
    margin-bottom: 25px;
  }

  section.store-nav a {
    font-size: 26px;
  }

  section.store-nav {
    padding-top: 90px;
  }

  section.store-nav li.store-menu-item {
    padding: 0 0 0 0;
    margin: 0;
  }

  section.store-nav li a {
    font-size: 16px;
    padding: 10px 0;
  }

  #map-canvas-large {
    height: 400px;
  }

  div.hot-small {
    position: absolute;
    top: 80px;
    right: 40%;
    margin: 0;
  }

  div.veggie-small {
    position: absolute;
    top: 80px;
    left: 40%;
    margin: 0;
  }
}

a.socialmedia {
  font-weight: bold;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}

a.socialmedia:hover {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  color: #f74145;
}

a.socialmediatitle {
  font-weight: bold;
  border-bottom: 5px solid #000000;
  text-decoration: none;
}

a.socialmediatitle:hover {
  font-weight: bold;
  border-bottom: 5px solid #f74145;
  color: #f74145;
}