.no-pad {
  padding: 0px; }

.no-marg {
  margin: 0px; }

.white-font {
  color: white !important; }

.theme-primary-font {
  color: #ffc600 !important; }

body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

p {
  line-height: 1.75; }

a {
  color: #ffc600; }
  a.active, a:active, a:focus, a:hover {
    color: #cc9e00; }

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

section {
  padding: 100px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 20px;
	line-height: inherit;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  section {
    padding: 60px 0; } }

::-moz-selection {
  background: #ffc600;
  text-shadow: none; }

/*::selection {
  background: #ffc600;
  text-shadow: none; }*/

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

/*body {
  -webkit-tap-highlight-color: #ffc600; }*/

#mainNav {
  background-color: #222222; }
  #mainNav .navbar-toggler {
    font-size: 30px;
    right: 0;
    height: 50px;
    width: 50px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #ffc600;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer; }
  #mainNav .navbar-brand {
    color: #ffc600;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #cc9e00; }
    #mainNav .navbar-brand img {
      width: 180px; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-weight: bold;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #ffc600; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    -o-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent; }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #mainNav .navbar-brand img {
        width: 265px; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #222222; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; }
        #mainNav.navbar-shrink .navbar-brand img {
          width: 175px; } }

header.masthead {
  color: white;
  background-image: url("../img/assests/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  padding-bottom: 35px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .intro-text {
    padding-top: 125px;
    text-align: center; }
    header.masthead .intro-text .intro-lead-in {
      text-align: center;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      header.masthead .intro-text .intro-lead-in a:first-child {
        margin-right: 15px; }
    header.masthead .intro-text .intro-heading {
      text-align: center;
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 25px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
  header.masthead .masthead-saleitem-but {
    margin-bottom: 15px; }

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 150px; }
    header.masthead .intro-text .intro-heading {
      font-size: 57px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 0px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 20px;
      line-height: 40px;
      margin-bottom: 25px; } }

@media (max-width: 500px) {
  header.masthead .intro-text {
    padding-top: 110px; }
    header.masthead .intro-text .intro-heading {
      font-size: 36px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 0px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 14px;
      line-height: 40px;
      font-style: none; } }

.centercol {
  margin: 0 auto; }

.leftColumn {
  width: 100%;
  height: 100%; }

.rightColumn {
  width: 100%;
  height: 100%; }

.carousel {
  background: transparent;
  margin-bottom: 50px; }

.carousel-inner > .carousel-item > img {
  margin: 0 auto;
  height: 450px; }

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

.carousel-control-prev-icon {
  background-image: url(../img/assests/arrowleft.png); }

.carousel-control-next-icon {
  background-image: url(../img/assests/arrowright.png); }

.rightColumn {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.caption-block {
  text-align: center;
  height: 450px;
  background-color: transparent; }

.caption-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.centered {
  display: inline-block;
  margin-top: 75px; }

.textContainer {
  padding: 10px 15px;
  background-color: transparent; }

.featItemName {
  color: white;
  width: auto;
  font-size: 30px;
  color: #ffc600; }

.featItemQuantity {
  font-size: 15px;
  display: inline;
  padding-left: 15px; }

.featItemPrice {
  font-size: 25px;
  font-weight: bolder;
  margin-top: -5px;
  margin-bottom: 45px; }

.featItemDesc {
  text-align: justify;
  font-size: 17px;
  overflow: hidden !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@media (max-width: 992px) {
  .featItemName {
    font-size: 26px; }
  .featItemDesc {
    font-size: 16px; } }

@media (max-width: 768px) {
  .carousel {
    margin-bottom: 15px; }
  .carousel-inner > .carousel-item > img {
    height: 250px; }
  .featItemName {
    font-size: 30px; }
  .caption-block {
    height: 130px; }
  .textContainer {
    padding: 0px; }
  .centered {
    margin-top: 0px; } }

.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.carousel-inner .carousel-item,
.carousel-inner .active.carousel-item-left,
.carousel-inner .active.carousel-item-right {
  opacity: 0; }

.carousel-inner .active,
.carousel-inner .carousel-item-next.carousel-item-left,
.carousel-inner .carousel-item-previous.carousel-item-right {
  opacity: 1; }

.carousel-item.active,
.active.carousel-item-left,
.active.carousel-item-prev,
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#storeinfo .store-info-container {
  margin-bottom: -15px; }

#storeinfo .section-subheading {
  margin-bottom: 50px; }

.storeinfo-heading {
  margin: 15px 0;
  text-transform: none; }

.storeinfo-table {
  width: 100%;
  text-align: center;
  padding-bottom: 4%;
  margin: 0 auto; }

.storeinfo-table td {
  padding-bottom: 7px; }

.tdleft {
  text-align: right;
  padding-right: 25px;
  width: 50%;
  padding-right: 10px; }

.tdright {
  text-align: left;
  width: 50%;
  padding-left: 10px; }

.subtext {
  color: #292c2f; }

.subtextwhite {
  color: white; }

.famargin {
  margin-right: 10px; }

.storeinfo-contact {
  display: inline-block;
  text-align: left; }

#newsletter {
  background-color: black;
  padding: 30px;
  padding-bottom: 0px; }
  @media (max-width: 575px) {
    #newsletter .section-heading {
      font-size: 32px; } }
  #newsletter .section-subheading {
    margin-bottom: 50px; }

.form-group {
  margin-bottom: 25px; }
  .form-group input {
    padding: 20px; }
  .form-group input.form-control {
    height: auto; }

.form-control:focus {
  border-color: #ffc600;
  -webkit-box-shadow: none;
  box-shadow: none; }

::-webkit-input-placeholder {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

:-moz-placeholder {
  font-weight: 700;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

::-moz-placeholder {
  font-weight: 700;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

:-ms-input-placeholder {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.text-danger {
  color: #e74c3c; }

.signUpForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

#signUpEmailFormControl {
  margin-right: 20px;
  width: 100%; }

#signUpEmailInput {
  padding: 20px;
  width: 100%;
  height: 64px; }

#signUpButton {
  height: 64px; }

.col-centered {
  float: none;
  margin: 0 auto; }

@media (max-width: 576px) {
  .signUpForm {
    display: block; }
  #signUpEmailFormControl {
    margin-right: 20px;
    width: 100%; }
  #signUpEmailInput {
    padding: 20px;
    width: 100%;
    height: 64px; }
  #signUpButton {
    height: 64px;
    width: 100%;
    margin-bottom: 30px; } }

#saleitems {
  background-image: url("../img/assests/bg.png");
  background-position: center top; }
  #saleitems .container {
    max-width: 1200px !important;
    padding: 0px; }
    #saleitems .container .section-heading {
      padding: 0px 20px; }
    #saleitems .container .saleitems-flex-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      margin-top: -25px; }
      #saleitems .container .saleitems-flex-container .saleitems-item {
        margin: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        padding: 10px; }
        #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-img {
          position: relative;
          display: block;
          margin: 0 auto;
          width: 230px;
          height: 230px; }
          #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-img img {
            height: 100%;
            margin: 0 auto;
            display: block; }
        #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-caption {
          width: 230px;
          margin: 0 auto;
          padding: 25px 0px;
          padding-bottom: 15px;
          text-align: center;
          background-color: white; }
          #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-caption .saleitems-title {
            padding-right: 0; }
          #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-caption .saleitems-name {
            width: 100%;
            margin: 0;
            text-transform: none;
            text-align: center;
            font-size: 21px;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
          #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-caption .saleitems-quantity {
            font-size: 14px;
            font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 0px;
            line-height: 1.5;
            text-align: center;
            width: 100%; }
          #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-caption .saleitems-caption-price {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-caption .saleitems-caption-price .saleitems-orgprice {
              padding-right: 0px;
              text-align: right; }
              #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-caption .saleitems-caption-price .saleitems-orgprice span {
                text-align: right;
                height: 45px;
                line-height: 45px;
                font-size: 15px;
                font-weight: bold;
                color: #3a3838;
                background-color: transparent;
                background-image: -webkit-gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, #fff), color-stop(0.48, #fff), color-stop(0.5, #000), color-stop(0.52, #fff), color-stop(1, #fff));
                background-image: -webkit-repeating-linear-gradient(287deg, #fff 0%, #fff 48%, #000 50%, #fff 52%, #fff 100%);
                background-image: -o-repeating-linear-gradient(287deg, #fff 0%, #fff 48%, #000 50%, #fff 52%, #fff 100%);
                background-image: repeating-linear-gradient(163deg, #fff 0%, #fff 48%, #000 50%, #fff 52%, #fff 100%);
                background-image: -ms-repeating-linear-gradient(287deg, #fff 0%, #fff 48%, #000 50%, #fff 52%, #fff 100%); }
            #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-caption .saleitems-caption-price .saleitems-price {
              text-align: center;
              position: absolute;
              margin-left: auto;
              margin-right: auto;
              left: 0;
              right: 0; }
              #saleitems .container .saleitems-flex-container .saleitems-item .saleitems-caption .saleitems-caption-price .saleitems-price p {
                height: 45px;
                font-size: 26px;
                font-weight: bold;
                color: #ffc600;
                margin-bottom: 0px; }
      #saleitems .container .saleitems-flex-container * {
        z-index: 2; }

@media (max-width: 1199px) {
  #saleitems .saleitems-item .saleitems-img {
    width: 250px !important;
    height: 250px !important; }
  #saleitems .saleitems-item .saleitems-caption {
    width: 250px !important; }
    #saleitems .saleitems-item .saleitems-caption h4 {
      font-size: 22px !important; } }

@media (max-width: 636px) {
  #saleitems .saleitems-item .saleitems-img {
    width: 200px !important;
    height: 200px !important; }
  #saleitems .saleitems-item .saleitems-caption {
    width: 200px !important; }
    #saleitems .saleitems-item .saleitems-caption h4 {
      font-size: 18px !important; } }

@media (max-width: 519px) {
  #saleitems .saleitems-item {
    margin: 20px 5px !important; }
    #saleitems .saleitems-item .saleitems-img {
      width: 150px !important;
      height: 150px !important; }
    #saleitems .saleitems-item .saleitems-caption {
      width: 150px !important; }
      #saleitems .saleitems-item .saleitems-caption h4 {
        font-size: 13px !important; }
      #saleitems .saleitems-item .saleitems-caption .saleitems-price {
        text-align: right !important; } }

@media (max-width: 359px) {
  #saleitems .saleitems-item {
    margin: 20px !important;
    width: 100%; }
    #saleitems .saleitems-item .saleitems-img {
      width: 100% !important;
      height: 300px !important; }
    #saleitems .saleitems-item .saleitems-caption {
      width: 100% !important; }
      #saleitems .saleitems-item .saleitems-caption h4 {
        font-size: 24px !important; }
      #saleitems .saleitems-item .saleitems-caption .saleitems-price {
        text-align: center !important; } }

.saleitems-modal .table td {
  vertical-align: middle !important; }

.saleitems-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0; }

.saleitems-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url("../img/assests/bg.png");
  background-position: center top; }
  .saleitems-modal .modal-content .modal-body {
    padding: 15px 0px; }
  .saleitems-modal .modal-content #sale-item-table_wrapper {
    padding: 0px; }
  .saleitems-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px; }
  .saleitems-modal .modal-content p {
    margin-bottom: 30px; }
  .saleitems-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .saleitems-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .saleitems-modal .modal-content img {
    margin-bottom: 30px; }
  .saleitems-modal .modal-content button {
    cursor: pointer; }

.saleitems-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .saleitems-modal .close-modal:hover {
    opacity: 0.3; }
  .saleitems-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #222222; }
    .saleitems-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #222222; }

.saleitems-modal .modal-backdrop {
  display: none;
  opacity: 0; }

#sale-item-table {
  background-color: white; }

#sale-item-table_filter > label {
  font-weight: bold; }

.thead-inverse > th {
  color: #ffc600 !important; }

th {
  color: #ffc600 !important; }

.slashed {
  color: #777777;
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.48, rgba(255, 255, 255, 0)), color-stop(0.5, #777777), color-stop(0.52, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-repeating-linear-gradient(287deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #777777 50%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-repeating-linear-gradient(287deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #777777 50%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  background-image: repeating-linear-gradient(163deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #777777 50%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-repeating-linear-gradient(287deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #777777 50%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%); }

.sale-item-table-price {
  font-weight: bold;
  margin-left: 30px; }
  @media (max-width: 992px) {
    .sale-item-table-price {
      margin-left: 0px; } }

#sale-item-table_filter > label > input {
  height: 60px; }

.saleitems-name-column {
  min-width: 200px !important;
  display: block;
  font-weight: bold; }

.saleitems-price-column {
  height: 28px !important;
  position: relative; }

.slashed-col {
  text-align: center; }

@media (max-width: 767px) {
  #sale-item-table_filter > label > input {
    margin-top: 15px; }
  #filterType {
    width: 100% !important; } }

.map {
  height: 600px; }

@media (max-width: 768px) {
  .map {
    height: 300px; } }

section#contact {
  background-color: #222222;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center; }
  section#contact .section-heading {
    color: white; }
  section#contact .section-subheading  {
    margin-bottom:0 }
  section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 236px; }
  section#contact .form-control:focus {
    border-color: #ffc600;
    -webkit-box-shadow: none;
    box-shadow: none; }
  section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact :-moz-placeholder {
    font-weight: 700;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact ::-moz-placeholder {
    font-weight: 700;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact :-ms-input-placeholder {
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact .text-danger {
    color: #e74c3c; }

footer {
  padding: 25px 0;
  padding-bottom: 15px;
  text-align: center; }
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold; }
  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold; }
  footer .web-agency {
    color: #868686;
    font-size: 72%;
    line-height: 30px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold; }

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #222222; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #ffc600; }

.footer-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0; }

.footer-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url("../img/bg.png");
  background-position: center top; }
  .footer-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px; }
  .footer-modal .modal-content p {
    margin-bottom: 30px; }
  .footer-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .footer-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .footer-modal .modal-content img {
    margin-bottom: 30px; }
  .footer-modal .modal-content button {
    cursor: pointer; }

.footer-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .footer-modal .close-modal:hover {
    opacity: 0.3; }
  .footer-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #222222; }
    .footer-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #222222; }

.footer-modal .modal-backdrop {
  display: none;
  opacity: 0; }

#ppBody {
  width: 100%;
  margin: 0 auto;
  text-align: justify; }

#ppHeader {
  width: 100%;
  margin: 0 auto; }

.ppConsistencies {
  display: none; }

.customtab {
  display: none; }

.adminBut {
  padding: 10px 15px !important;
  padding-right: 25px !important;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer; }

.tabTitle {
  padding: 40px; }

.centercol {
  margin: 0 auto; }

.pointercursor {
  cursor: pointer !important; }

/* MODAL STUFF */
.admin-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0; }

.admin-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url("../img/bg.png");
  background-position: center top; }
  .admin-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px; }
  .admin-modal .modal-content p {
    margin-bottom: 30px; }
  .admin-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .admin-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .admin-modal .modal-content img {
    margin-bottom: 30px; }
  .admin-modal .modal-content button {
    cursor: pointer; }

.admin-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .admin-modal .close-modal:hover {
    opacity: 0.3; }
  .admin-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #222222; }
    .admin-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #222222; }

.admin-modal .modal-backdrop {
  display: none;
  opacity: 0; }

/*FORM STUFF*/
.table-name {
  text-transform: uppercase; }

.table-quantity {
  text-transform: uppercase; }

.price-input {
  width: 100%; }

textarea.form-control {
  height: 342px;
  padding: 20px; }

select.form-control {
  height: 60px !important;
  color: #868e96;
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 20px; }

.selectDefault {
  color: #555555; }

.editButTd {
  padding-top: .5rem;
  margin: 0 auto;
  text-align: center; }

.editImgBut {
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer; }

.adminSmallBut {
  padding: 5px 10px !important;
  font-size: 15px !important; }

.dataTables_filter > label {
  font-weight: bold !important; }

.visibleCheckbox {
  text-align: center;
  /* center checkbox horizontally */
  vertical-align: middle; }

.text-primary {
  color: #ffc600 !important; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #ffc600;
  background-color: #ffc600;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: #806300;
    background-color: #cc9e00; }
  .btn-primary:hover {
    color: white;
    border-color: #c29600;
    background-color: #cc9e00; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #c29600;
    background-color: #cc9e00; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: #806300;
      background-color: #a88300; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #ffc600;
    background-color: #ffc600; }
  .btn-primary .badge {
    color: #ffc600;
    background-color: white; }

.btn-xl {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 3px;
  color: white;
  border-color: #ffc600;
  background-color: #ffc600;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .btn-xl.focus, .btn-xl:focus {
    color: white;
    border-color: #806300;
    background-color: #cc9e00; }
  .btn-xl:hover {
    color: white;
    border-color: #c29600;
    background-color: #cc9e00; }
  .btn-xl.active, .btn-xl:active,
  .open > .btn-xl.dropdown-toggle {
    color: white;
    border-color: #c29600;
    background-color: #cc9e00; }
    .btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover,
    .open > .btn-xl.dropdown-toggle.focus,
    .open > .btn-xl.dropdown-toggle:focus,
    .open > .btn-xl.dropdown-toggle:hover {
      color: white;
      border-color: #806300;
      background-color: #a88300; }
  .btn-xl.active, .btn-xl:active,
  .open > .btn-xl.dropdown-toggle {
    background-image: none; }
  .btn-xl.disabled.focus, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled].focus, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover,
  fieldset[disabled] .btn-xl.focus,
  fieldset[disabled] .btn-xl:focus,
  fieldset[disabled] .btn-xl:hover {
    border-color: #ffc600;
    background-color: #ffc600; }
  .btn-xl .badge {
    color: #ffc600;
    background-color: white; }
