@font-face {
  font-family: "porto-icons";
  src: url("../fonts/porto-icons.woff2") format("woff2"),
    url("../fonts/porto-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#NSW .navbar {
  border: none;
}
#NSW .navbar-inverse .navbar-toggle {
  background-color: #444;
}
#NSW .nav.navbar-nav {
  background-color: #222;
  margin-top: 0px;
}
#NSW .navbar-nav > li > a {
  text-align: left;
}
#mobile_custom_neon {
  padding: 5px 4px 6px 22px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #mobile_custom_neon {
    display: block !important;
  }
  #NSW .site-header {
    display: none !important;
  }
}

.message .success {
  background: #e5efe5;
  color: #006400;
}
.message .success p {
  padding: 10px 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  margin-left: 20px;
  background: url("/create-neon-sign/images/success.jpg") no-repeat left center;
}
.message .error {
  background: #fae5e5;
  color: #e02b27;
}
.message .error p {
  padding: 10px 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  margin-left: 20px;
  background: url("/create-neon-sign/images/error.jpg") no-repeat left center;
}
#NSW #color_table li.col-xs-2 {
  width: 19.667% !important;
}
#NSW .color_desc {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  width: 100%;
}
#NSW .color_desc span.cdesc {
  display: inline-block;
  width: 100%;
}
#NSW .color_desc span.cimg {
  display: inline-block;
  width: 100%;
  max-width: 335px;
  align: center;
  repeat: none;
  height: 150px;
  margin-top: 10px;
}
#NSW .color_desc span.cmore {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}
#NSW .color_desc span.cmore > a {
  color: #337ab7;
}
#NSW .color_style li > .color_name {
  font-size: 10px !important;
}
#NSW #size_table .size-box .s_size,
#NSW #size_table .size-box .s_size2 {
  padding: 0;
  text-align: right;
}
#NSW .s_size2 div,
#NSW .s_size div {
  font-family: "Brandon_reg";
  color: #010101;
  font-size: 9pt;
  width: 100%;
  display: inline-block;
  /* background: #e7e6e6; */
  box-sizing: border-box;
  padding-right: 3px;
}
#NSW .s_size2 div:nth-child(2),
#NSW .s_size div:nth-child(2) {
  background: #fff;
}
#NSW #quoteform {
  display: none;
  width: 70%;
  float: left;
  margin: 10px 30px;
  text-align: left;
}
#NSW #quoteform label {
  text-align: left;
  float: left;
}
#NSW .bg_style {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#NSW .bg_style label {
  text-transform: uppercase;
  width: 385px;
  color: #fff;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  letter-spacing: 2px;
}
#NSW .bg_style ul {
  display: inline-block;
}
#NSW .bg_style li {
  height: 56px;
  width: 77px;
  float: left;
}
#NSW .demo_text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#NSW .demo_text > .text_show {
  width: auto;
}
#size_table {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
}
