.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.carousel-indicators li {
  border: 2px solid #C11C22;
}

.carousel-indicators .active {
  background-color: #C11C22;
}

.navbar-inverse ul li {
  display: block;
  width: auto;
  position: relative;
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

#designedByText {
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
  color: #000000;
  font-weight: bold;
}

a {
  color: #EF8800;
}

#designedByText a:hover {
  color:#FFFFFF !important;
}

.coming-soon {
  text-align: center;
}

.mcmillanCancer img {
  margin: 0 auto;
  display: block;
  width: 75%;
  height: 75%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.mcmillanCancer {
  text-align: center;
}

.openMapsButton {
  margin-top: 20px;
}

.navbar-inverse .navbar-nav>li>a {
  border: 2px solid #FDFDFD;
  border-radius: 5px;
  background-color: #C11C22;
  color: #FDFDFD;
  font-weight: 700;
  text-align: center;
  margin: 5px auto;
}

.dropdown-menu>li>a {
  color: #FDFDFD;
  background-color: #C11C22;
  }

  .dropdown-menu>li>a:hover {
    color: #C11C22;
    background-color: #FDFDFD;
  }

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #C11C22;
    background-color: #FDFDFD;
    border-color: #FDFDFD;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #C11C22;
  /*color: #F90D1B; */
  background-color: #FDFDFD;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-inner .item img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border: 5px solid #000000;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.contentContainer {
  width: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  background-attachment: scroll;
  background-color: #000000;
  background: url(../images/dark-wood.jpg) no-repeat center center fixed;
  background-size: cover;
  /*background-repeat: no-repeat;
  background-position: center center;*/
}

td {
  font-family: 'Raleway', sans-serif;
}

th {
  font-family: 'Raleway', sans-serif;
}

#wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 790px;
  width: 955px;
  top: 0px;
}

.best-sellers h3, .reviews h3 {
  color: #FDFDFD;
  text-align: center;
  margin-bottom: 30px;
}

.best-sellers img {
  max-height: 140px;
  max-width: 265px;
}

.best-sellers p {
  font-size: 13px;
}

.caption {
  padding-bottom: 0px !important;
}

.reviews .col-lg-4 {
  margin-bottom: 77px;
}

.reviews .col-lg-4 > .box1 {
  border: 1px solid #ddd;
  padding: 33px 11px 31px 29px;
  background-color: #FDFDFD;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.reviews .col-lg-4 > .box2 {
  border: 1px solid #ddd;
  border-top: none;
  padding: 14px 11px 12px 29px;
  overflow: hidden;
  background-color: #FDFDFD;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.hiddenStepInfo {
  display: none;
}

.activeStepInfo {
  display: block !important;
}

.underline {
  text-decoration: underline;
}

.step {
  margin-top: 27px;
}

.progress {
  position: relative;
  height: 25px;
  margin-top: 30px;
}

.progress > .progress-type {
  position: absolute;
  left: 0px;
  font-weight: 800;
  padding: 3px 30px 2px 10px;
  color: rgb(255, 255, 255);
  background-color: rgba(25, 25, 25, 0.2);
}

.progress > .progress-completed {
  position: absolute;
  right: 0px;
  font-weight: 800;
  padding: 3px 10px 2px;
}

.step {
  text-align: center;
}

.step .col-md-2 {
  background-color: #fff;
  border: 1px solid #C0C0C0;
  border-right: none;
}

.step .col-md-2:last-child {
  border: 1px solid #C0C0C0;
}

.step .col-md-2:first-child {
  border-radius: 5px 0 0 5px;
}

.step .col-md-2:last-child {
  border-radius: 0 5px 5px 0;
}

.step .col-md-2:hover {
  color: #F58723;
  cursor: pointer;
}

.step .activestep {
  color: #F58723;
  margin-top: -7px;
  padding-top: 7px;
  border-left: 6px solid #5CB85C !important;
  border-right: 6px solid #5CB85C !important;
  border-top: 3px solid #5CB85C !important;
  border-bottom: 3px solid #5CB85C !important;
  vertical-align: central;
}

.step .fa {
  padding-top: 15px;
  font-size: 40px;
}

#contact_info, #email_info {
  color: #FDFDFD;
  text-align: center;
}

#contact_info h3, #email_info h3 {
  color: #EF8800;
}

#ContactUs .center, #shisha .center, #promotions .center, .stores .center  {
  color: #FDFDFD;
  text-align: center;
}

.shishaButton a, .promotions a {
  margin: 0 auto;
}

.shishaButton, .promotionsButton {
  text-align: center;
}

.promotionsButton p {
    text-align: center;
    color: #FDFDFD;
    /* margin: 30px; */
}

#ContactUs .title, #shisha .title, #promotions .title, .stores .title {
  color: #C11C22;
  text-transform: uppercase;
  font-weight: bold;
}

.map {
  min-width: 250px;
  min-height: 300px;
  width: 100%;
  height: 48%;
  color: #000;
}

.header {
  background-color: #F5F5F5;
  color: #36A0FF;
  height: 70px;
  font-size: 27px;
  padding: 10px;
}

.faqHeader {
  font-size: 27px;
  margin: 20px;
  color: #C11C22;
  text-align: center; 
  font-weight: bold;
  text-transform: uppercase;
}

.panel-heading {
  text-transform: uppercase;
}

.panel-heading [data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
 /* "play" icon */
  float: right;
  color: #F58723;
  font-size: 18px;
  line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #454444;
}

#contact_Us {
  text-align: center;
  color: #FDFDFD;
  margin: 20px auto;
}

#footer {
  background-color: #C11C22;
  width: 100%;
  color: white;
  padding-top: 40px;
  padding-bottom: 30px;
}

#devBy {
  background-color: #C11C22;
  width: 100%;
  color: white;
  padding-bottom: 20px;
}

.tsc_divider3, .tsc_divider7 {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  background-size: 100% auto;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  color: #fff;
  display: none;
}

.gototop:hover {
  color: #C11C22;
}

.gototop i {
  line-height: 0.5em;
}

.btn, a, .btn:hover, a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}

.logoContainer {
  text-align: center;
  margin: 20px auto;
}

.navbar-inverse .navbar-brand {
  color: #EF8800;
  line-height: 30px;
}

.logoContainer img {
  display: inline-block;
  max-width: 240px;
  height: auto;
  max-height: 220px;

}

.navbar-brand_ a {
  display: table;
  margin: 0 auto;

  white-space: nowrap;
}

.navbar-brand_ img {
  display: block;
  float: left;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.thumbnail figure img {
  width: 100%;
}

.default-heading {
  margin-bottom: 40px;
  text-align: center;
}

.default-heading img {
  margin: 0 auto;
  margin-bottom: 12px;
}

.default-heading h2 {
  margin: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
  color: #C11C22;
}

.default-heading p {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #FDFDFD;
}

.default-heading .border, .equipment .border, #ContactUs .border, .sauce_types .border, .franchising .border, #shisha .border, #promotions .border, .stores .border {
  margin: 0px;
  height: 5px;
  border: 1px dashed #dedede;
}

.menu .menu-head {
  position: relative;
}

.menu img.menu-img {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
}

.menu h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: inline-block;
  margin-top: -45px;
  padding: 5px 0;
  font-weight: 700;
  /*border: 1px solid #FDFDFD;
  background-color: #F75353;
  border-radius: 5px;*/
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.menu .menu-head .title-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: 30px;
  width: 150px;
  height: 5px;
}

.menu .menu-details {
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.15);
}

.menu .menu-details ul {
  margin: 0;
}

.menu .menu-details li:first-child .menu-list-item {
  border-top: 0;
}
.menu .menu-details li .menu-list-item {
  padding: 12px 15px;
  color: #fff;
  border-top: 1px dashed rgba(0,0,0,0.15);
}

.menu .menu-details ul li i {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: rgba(0,0,0,0.1);
  border-radius: 30px;
}

.menu .menu-details ul li a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
}

.menu .menu-details ul li span {
  display: inline-block;
  width: 40px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
}

.menu-head h3 {
  text-align: center;
  color: #FDFDFD;
}

.br-red {
  /*background-color: #f75353 !important;*/
  background-color: #C11C22 !important;
}

.br-orange {
  background-color: #EF8800 !important;
}

.br-green {
  /*background-color: #51d466 !important;*/
  background-color: #C11C22 !important;
}

.br-lblue {
  /*background-color: #32c8de !important;*/
  background-color: #C11C22 !important;
}

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.btn.btn-success[name='submit'] {
  width: 100%;
  padding: 10px;
}

.facebook {
  background-image: url("../images/white-social.png");
  width: 50px;
  background-repeat: no-repeat;
  background-position: -107px -7px;
  height: 50px;
  border: none !important;
}

.instagram {
  /*background-image: url("../images/instagram.png");*/
  /*width: 46px;*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*height: 46px;*/
  background-color: transparent !important;
  border-radius: 10px !important;
  border: none !important;
}

.twitter {
  background-image: url("../images/white-social.png");
  width: 50px;
  background-repeat: no-repeat;
  background-position: -7px -14px;
  height: 50px;
  border: none !important;
}

.tiktok {
    background-image: url("../images/TikTok_Icon_Black_Circle.png");
    background: url(../images/TikTok_Icon_Black_Circle.png);
    background-size: contain;
    background-color: transparent !important;
    border: none !important;
    width: 50px;
    height: 50px;
  }

.facebook:hover {
  background-image: url("../images/color-social.png");
  width: 50px;
  background-repeat: no-repeat;
  background-position: -107px -7px;
  height: 50px;
  border: none !important;
}

.twitter:hover {
  background-image: url("../images/color-social.png");
  width: 50px;
  background-repeat: no-repeat;
  background-position: -7px -14px;
  height: 50px;
  border: none !important;
}

li a.facebook, li a.twitter {
  background-color: transparent !important;
}

.story-box {
  background: url(../images/grill-smoke.jpg) center center;
  padding: 185px 0 166px 0;
  margin-bottom: 75px;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-box h2 {
  color: #FDFDFD;
  text-align: center;
  font: 600 60px/60px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.story-box .description {
  color: #FDFDFD;
  font: 600 18px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 16px;
  text-align: center;
}
.story-box p {
  color: #FDFDFD;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  /*margin-bottom: 24px;*/
  text-align: center;
}
.sauces {
  width:100%;
  height:auto;
  margin-bottom: 35px;
}

.shisha img {
    height: 100%;
    background-size: cover;
}

.sauce_types h2:nth-of-type(2) {
  margin-top: 65px;
  font-weight: bold;
}

.sauces h2 {
  color: #FDFDFD;
  text-align: center;
  font-weight: bold;
  font: 600 60px/60px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sauces .description {
  color: #FDFDFD;
  font: 600 18px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 16px;
  text-align: center;
}
.sauces p {
  color: #FDFDFD;
  font: 14px/24px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 24px;
  text-align: center;
}

.equipmentImage img {
  width: 75%;
  height: 75%;
  margin: 20px auto;
  display: block;
  border: 5px solid #FDFDFD;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.equipmentInformation {
  margin: 90px auto 0px auto;
  height: 100%;
  text-align: center;
}

.equipmentInformation h3 {
  position: relative;
  text-align: center;
  color: #EF8800;
  vertical-align: top;
}

.equipmentInformation p {
  position: relative;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FDFDFD;
}

.equipmentInformation ul {
  display: table;
  margin: 0 auto;
  color: #FDFDFD;
  margin-bottom: 20px;
}

.equipmentInformation a {
  text-align: center;
  margin: 0 auto;
}

.equipment p {
  text-align: center;
}

.infoText p {
  text-align: center;
  color: #FDFDFD;
  /*margin: 30px;*/
}

.infoText {
  margin-top: 40px;
}

a.yellow, button.yellow, input.yellow {
  background-color: #FCC201;
  color: #FDFDFD;
}

.equipmentInformation .title-border {
  position: relative;
  margin: -20px 0px 20px 0px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 5px;
}

#promotions .title-border {
  position: relative;
  margin: 20px 0px 20px 0px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 5px;
}

.welcomeRow {
  margin:58px auto;
}

.welcomeRow .order-now-box {
  vertical-align: middle;
}

.welcome-box h2 {
  font-weight: bold;
  font-size: 50px;
  color: #C11C22;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}

.welcome-box .title {
  color: #FFFFFF;
  margin-bottom: 25px;
}
.welcome-box p {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
}

.order-now-box {
  /*margin-top: 86px;*/
  vertical-align: middle;
}
.order-now-box a:hover {
  color: #C11C22;
  background-color: #FFFFFF;
}
.order-now-box a {
  border-radius: 5px;
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding: 30px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #C11C22;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  word-wrap: break-word;
  min-width: 210px;
  margin-top: 10px;
}

.jumbotron h1 {
  font-weight: bold;
  text-align: center;
}

.jumbotron p {
  text-align: center;
}
.jumbotron img {
  margin: 0 auto;
  display: block;  
}
.mission-statement-details h4 {
  color: #EF8800;
  text-align: center;
}

.mission-statement-details p {
  text-align: center;
  color: #FFFFFF;
}

.reviews h3, .best-sellers h3 {
  color: #C11C22;
  font-size: 40px;
  font-weight: bold;
}

.sauces h2, .sauces p {
  color: #000000;
}

.box {
  margin-bottom: 20px;
  padding: 30px 15px;
  background: #fff;
  background: rgba(255,255,255,0.9);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.box hr {
  max-width: 400px;
  border-color: #999999;
}

.box p {
  font-size: 1.25em;
  line-height: 1.6;
  color: #000;
}

.box .text-center h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.intro-text {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 1px;
}

/*.sauce_types {
  border:1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin: 5px 2px;
}*/

.sauce_types h2 {
  color: #C11C22;
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.sauce_types h3 {
  margin-top: 30px;
  color: #EF8800;
  font-weight: bold;
  text-align: center;
}

.sauce_types p {
  color: #FFFFFF;
  text-align: center;
}

.sauce_types .title-border {
  position: relative;
  margin: 10px 0px 20px 0px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 5px;
}

#contact_info .title-border {
  position: relative;
  margin: 10px 0px 20px 0px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  height: 5px;
}

.chilliIcon {
  height: 33px;
  width: 33px;
  outline: none;
}

.faqs h2 {
  text-align: center;
  text-transform: uppercase;
  color: #C11C22;
  font-weight: bold;
}

.welcome-box .best {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

 #email_info .title-border {
  position: relative;
  margin: 10px 0px 20px 0px;
  left: 50%;
  margin-left: -42px;
  width: 90px;
  height: 5px;
}

.thumbnail .caption {
  text-align: center;
}

.thumbnail .title {
  font-weight: bold;
  font-size: 14px;
  /*text-transform: uppercase;*/
}

.franchising h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #C11C22;
}

.stores img {
  margin: 20px auto;
  display: block;
}

.stores h2 {
  text-align: center;
  color: #EF8800;
  text-transform: uppercase;
  font-weight: bold;
}

.stores h3 {
  color: #FCC201;
  text-transform: uppercase;
  text-align: center;
}

.stores .title-border {
  position: relative;
  margin: 10px 0px 20px 0px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  height: 5px;
}

.stores p {
  color: #FFFFFF;
  text-align: center;
}

#locationMap, .stores p > a {
  color: #FCC201;
  font-weight: bold;
}

#locationMap:hover, .stores p > a:hover {
  color: #FFFFFF;
}

.comingSoon {
  margin: 55px auto;
}

#expressStore, #restaurant {
  height: auto;
  display: block;
}

#expressStore {
  width: 100%;
}

 #restaurant {
  width: 75%;
}

.restImage {
  border:5px solid #000000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

