@font-face {
  font-family: 'Montserrat';
  font-style: normal; 
  font-weight: 400;
  src: local('Montserrat-Regular'), url(//themes.googleusercontent.com/static/fonts/montserrat/v3/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(//themes.googleusercontent.com/static/fonts/montserrat/v3/IQHow_FEYlDC4Gzy_m8fcnbFhgvWbfSbdVg11QabG8w.woff) format('woff');
}

img {
  border: none !important;
}

input, textarea {
  outline: none;
}

a, a:hover {
  text-decoration: none; }

a:hover {
  color: #db0000;
}

a, a:visited, a:active {
  outline-style: none;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase; }

/* CENTER ELEMENTS */
.ghost:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.ghost__content {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.header div[class^="col-"] { padding: 0;}

.header .row {
  margin: 0;
}

.header__element {
  height: 80px;
  white-space: nowrap;
}
  @media only screen and (min-width: 768px) {
    .header__element {height: 80px;}
 }

.header__element__sm {
  height: 50px;
  white-space: nowrap;
}
  .header__left {
    text-align: left; }
  .header__mid {
    text-align: center; }
  .header__right {
    text-align: right; }

#showLeftPush {
  float: left;
  margin-top: 23px;
}

#display_homepage_title {
  background: url('../images/template/header_norm.gif') no-repeat center center;
  border: none;
  padding: 0;
  margin: 0;
  height: 80px;
  font-size: 1.0em;
  background-size: 281px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  width: 100%;
}

#display_homepage_title a {
  background-size: 281px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%
}

@media only screen and (min-width: 992px) {
  #display_homepage_title {
    background-position: center left;
    text-align: left;
  }
}

#display_homepage_title a#homepage_title {
  color: #7fb0d7;
  font-size: 3.0em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#display_homepage_title a#homepage_title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.06em;
}

/*Allows logo text to center vertically*/
#display_homepage_title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.06em;
}



@media only screen and (max-width: 767px) {
  #display_homepage_title {
    background-size: 100%;
    
  }
  #display_homepage_title a#homepage_title {
    font-size: 1.5em;
  }
}


#display_homepage_title_sm {
  background: url('../images/template/header_norm.gif') no-repeat center center;
  border: none;
  padding: 0;
  margin: 0;
  height: 80px;
  font-size: 1.0em;
  background-size: 281px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  width: 100%;
}

#display_homepage_title_sm a {
  background-size: 281px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%
}

@media only screen and (min-width: 992px) {
  #display_homepage_title_sm {
    background-position: center left;
    text-align: left;
  }
}

#display_homepage_title_sm a#homepage_title {
  color: #7fb0d7;
  font-size: 3.0em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#display_homepage_title_sm a#homepage_title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.06em;
}

/*Allows logo text to center vertically*/
#display_homepage_title_sm:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.06em;
}



@media only screen and (max-width: 767px) {
  #display_homepage_title_sm {
    background-size: 100%;
    
  }
  #display_homepage_title_sm a#homepage_title {
    font-size: 1.5em;
  }
}



.search-popout {
  margin-left: 15px; }
  .search-popout__trigger {
    cursor: pointer;
    padding: 2px 0;
    font-size: 21px;
    margin: 0; }
  .search-popout__input {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: 1px solid #e0e0e0;
    height: 30px;
    text-indent: 5px; }

    /* Firefox 18- */
    /* Firefox 19+ */
    /* Firefox 18- */
    /* Firefox 19+ */ }
    .search-popout__input::-webkit-input-placeholder {
      color: #777;
      font-style: normal;
      font-weight: normal; }
    .search-popout__input:-moz-placeholder {
      color: #777;
      font-style: normal;
      font-weight: normal; }
    .search-popout__input::-moz-placeholder {
      color: #777;
      font-style: normal;
      font-weight: normal; }
    .search-popout__input:-ms-input-placeholder {
      color: #777;
      font-style: normal;
      font-weight: normal; }
    .search-popout__input:focus::-webkit-input-placeholder {
      color: #cccccc;
      font-style: normal;
      font-weight: normal; }
    .search-popout__input:focus:-moz-placeholder {
      color: #cccccc;
      font-style: normal;
      font-weight: normal; }
    .search-popout__input:focus::-moz-placeholder {
      color: #cccccc;
      font-style: normal;
      font-weight: normal; }
    .search-popout__input:focus:-ms-input-placeholder {
      color: #cccccc;
      font-style: normal;
      font-weight: normal; }
    .search-popout__input:focus {
      outline: none;
      border-color: #7fb0d7; }
  .search-popout__submit {
    height: 30px;
    padding: 0 6px;
  }

  .search-popout__submit img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  @media (min-width: 992px) {
    .search-popout__input {
      width: 350px; } }
  @media (min-width: 1200px) {
    .search-popout__input {
      width: 475px; } }

.sitetools {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }


  .sitetools__item {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-transform: uppercase; }

  .divider {
    margin: 0 14px;
  }

.cart-summary {
  margin-left: 15px;
}

.cart-summary a {
  color: #7fb0d7;
  font-weight: bold;
  font-size: 20px;
}

.cart-summary a:hover {
  text-decoration: none;
  color: #0061B0;
}

.cart-summary__count {
  padding: 0 0 0 2px;
}


  .search-mobile {
    height: 58px;
    padding: 15px;
    display: block;
    position: relative;
    width: 100%; }

  .search-mobile .form-group {
    width: 100%;
  }
    .search-mobile__input {
      -webkit-border-radius: 0;
      border-radius: 0;
      width: 100%;
      border: 1px solid #e0e0e0;
      height: 28px;
      text-indent: 5px; }
      .search-mobile__input:focus {
        outline: none;
        border-color: #7fb0d7; }

    /* Firefox 18- */
    /* Firefox 19+ */
    /* Firefox 18- */
    /* Firefox 19+ */ }
    .search-mobile__input::-webkit-input-placeholder {
      color: #777;
      font-style: normal;
      font-weight: normal; }
    .search-mobile__input:-moz-placeholder {
      color: #777;
      font-style: normal;
      font-weight: normal; }
    .search-mobile__input::-moz-placeholder {
      color: #777;
      font-style: normal;
      font-weight: normal; }
    .search-mobile__input:-ms-input-placeholder {
      color: #777;
      font-style: normal;
      font-weight: normal; }
    .search-mobile__input:focus::-webkit-input-placeholder {
      color: #cccccc;
      font-style: normal;
      font-weight: normal; }
    .search-mobile__input:focus:-moz-placeholder {
      color: #cccccc;
      font-style: normal;
      font-weight: normal; }
    .search-mobile__input:focus::-moz-placeholder {
      color: #cccccc;
      font-style: normal;
      font-weight: normal; }
    .search-mobile__input:focus:-ms-input-placeholder {
      color: #cccccc;
      font-style: normal;
      font-weight: normal; }
    .search-mobile__input:focus {
      outline: none;
      border-color: #7fb0d7; }
    .search-mobile__submit {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      height: 28px;
      padding: 0 6px;
      margin-left: -3px; }

      .search-mobile__submit img {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
      }

/******** NAVBAR **********/
.navbar {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-bottom: 0px !important }

.navbar-collapse {
  border-top: 1px solid #e0e0e0; }

.navbar-toggle {
  margin: 0; }

#content_area {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left;
}

/******** FOOTER **********/
.footer-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border: 0;
  background: url(../images/template/nav-wrap-bg.png) repeat-x top center;
  background-color: white;
}
@media (min-width: 768px) {
    .footer-wrap {
      width: 750px; } }
  @media (min-width: 992px) {
    .footer-wrap {
      width: 970px; } }
  @media (min-width: 1200px) {
    .footer-wrap {
      width: 1170px; } }

.icon-group {
  text-align: right;
  padding-top: 25px;
}

.icon-group a {
  margin: 0 0 15px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media only screen and (max-width: 767px) {
  .footer-wrap {
    padding-top: 30px;
  }
  .icon-group {
    text-align: center;
    padding: 15px 0;
  }

  .icon-group a {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}

.footer {
  padding-bottom: 15px;
}
  .footer .column {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer .column li > a {
      display: block; }
    .footer .column li {
      margin-bottom: 4px; }
    .footer .column .column__title {
      margin-bottom: 6px;
      font-weight: 400;
      color: #8a8682;
      white-space: nowrap;
      text-transform: uppercase;
      font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .footer .column {
        margin: 20px 15px 30px 0; }
      .footer .column .column__title {
        font-size: 12px;
      }
    }

    @media only screen and (min-width: 992px) {
      .footer .column .column__title {
        font-size: 14px;
      }
    }

.footer .panel {
  border-left: 0;
  border-right: 0; }
.footer .panel-group {
  margin-bottom: 0; }
.footer .panel-heading {
  background: #fff !important;
  padding: 0; }
  .footer .panel-heading h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
.footer .panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0; }
.footer .panel-title > a {
  display: block;
  padding: 10px; }
.footer .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #8a8682;
  /* adjust as needed */ }
.footer .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */ }
.footer .panel-body {
  padding: 15px 10px; }

.elist {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .elist {
    padding-right: 0;
  }
}

.elist .elist__title {
  text-align: center;
  margin-top: 15px;
  color: #8a8682;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .elist {
      border-right: 1px solid #d0d0d0;
    }
    .elist {
      border-right: 1px solid #d0d0d0;
    }
    .elist .elist__title {
      text-align: left;
      font-size: 12px;
      margin-top: 20px; } }

  @media only screen and (min-width: 992px) {
      .elist .elist__title {
        text-align: left;
        font-size: 14px;
      }
  }
.elist form {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }
.elist .elist__input {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  width: 100%;
  /* Firefox 18- */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 19+ */ }
  .elist .elist__input::-webkit-input-placeholder {
    color: #777;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:-moz-placeholder {
    color: #777;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input::-moz-placeholder {
    color: #777;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:-ms-input-placeholder {
    color: #777;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:focus::-webkit-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:focus:-moz-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:focus::-moz-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:focus:-ms-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
.elist .elist__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #7fb0d7; }
.elist .elist__submit {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px 10px 5px;
  font-size: 15px;
  border: 0;
  background: #7fb0d7;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 29px;
  right: 0; }
  .elist .elist__submit:hover {
    background-color: #7fc7c5;
  }

.copyright {
  padding: 15px;
  text-align: center;color:#fff; }
  .copyright__item {
    margin: 5px 7px; }
    @media only screen and (min-width: 768px) {
      .copyright__item {
        margin: 0 15px 0 0; } }
  .copyright__text {
    display: block;
    padding: 5px 0; }
   .copyright__text a {
    color: white; }
   .copyright__text a:hover {
    color: red; }
    @media only screen and (min-width: 768px) {
      .copyright__text {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding: 0; } }

.social {
  padding: 15px 0;
  text-align: center; }
  .social__title {
    display: block;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 6px; }
  @media only screen and (min-width: 768px) {
    .social {
      border-right: 1px solid #d0d0d0;
      padding: 5px 0; } }
  .social a {
    padding: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 23px;
    margin: 0 1px; }
    @media only screen and (min-width: 768px) {
      .social a {
        margin: 0 3px 0 0; } }
.social__link {
    margin: 0 9px 10px 0;
    padding: 6px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 768px) {
    .social__link  {
    width: 44px; } }
@media (min-width: 996px) {
    .social__link  {
    width: 35px; } }
@media (min-width: 1200px) {
    .social__link  {
    width: 45px; } }

#content_area .v65-productDisplay .v-product {text-align: center;}

/* ############################### added by Jerry ############################### */
.site-search {
  margin: 5px 0; }
  .site-search form {
    position: relative;
    width: 100%;
    height: 40px;
    max-width: 375px;
    margin: 0 auto; }
  .site-search__input {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #eee;
    width: 100%;
    height: 40px;
    box-shadow: none;
    border: none;
    box-shadow: 0 0 2px rgba(122, 204, 200, 0);
    padding: 8px 8px 8px 10px;
    /* Firefox 18- */
    /* Firefox 19+ */
    /* Firefox 18- */
    /* Firefox 19+ */ }
    .site-search__input::-webkit-input-placeholder {
      color: #a8a8a8;
      font-style: normal;
      font-weight: normal; }
    .site-search__input:-moz-placeholder {
      color: #a8a8a8;
      font-style: normal;
      font-weight: normal; }
    .site-search__input::-moz-placeholder {
      color: #a8a8a8;
      font-style: normal;
      font-weight: normal; }
    .site-search__input:-ms-input-placeholder {
      color: #a8a8a8;
      font-style: normal;
      font-weight: normal; }
    .site-search__input:focus::-webkit-input-placeholder {
      color: #dadada;
      font-style: normal;
      font-weight: normal; }
    .site-search__input:focus:-moz-placeholder {
      color: #dadada;
      font-style: normal;
      font-weight: normal; }
    .site-search__input:focus::-moz-placeholder {
      color: #dadada;
      font-style: normal;
      font-weight: normal; }
    .site-search__input:focus:-ms-input-placeholder {
      color: #dadada;
      font-style: normal;
      font-weight: normal; }
    .site-search__input:focus {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: 0 0 2px rgba(122, 204, 200, 0.5);
      border: 1px solid #7accc8; }

  .site-search__input__box {   
    position: relative;
    width: 99%; 
    left: -7px;
  }

  @media (min-width: 992px) {
    .site-search__input__box {
      width: 100%;
      left: -10px; } }
  @media (min-width: 1200px) {
    .site-search__input__box {
      left: 0px; } }

  .site-search__btn-wrap {
    height: 40px;
    width: 30px;
    position: absolute;
    }
    .site-search__btn-wrap:hover .elist__icon {
      fill: #7accc8; }
  .site-search__submit {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: none; }
  .site-search__icon {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 16px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 28px;
    fill: #b7b7b7; }

.vnav__graphic img {
        height: 17px;
        width: 30px;
}
@media (min-width: 210px) {
    .vnav__graphic img {
        height: 25px;
        width: 38px; } }
@media (min-width: 360px) {
    .vnav__graphic img {
        height: 40px;
        width: 60px; } }
@media (min-width: 490px) {
    .vnav__graphic img {
        height: 50px;
        width: 75px; } }
@media (min-width: 675px) {
    .vnav__graphic img {
        height: 67px;
        width: 100px; } }
@media (min-width: 725px) {
    .vnav__graphic img {
        height: 80px;
        width: 120px; } }
@media (min-width: 992px) {
    .vnav__graphic img {
        height: 50px;
        width: 75px; } }
@media (min-width: 1200px) {
    .vnav__graphic img {
        height: 60px;
        width: 90px; } }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(0, 18, 255, 0.7) !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(118, 118, 118, 0.7) !important;
    width: 15px !important;
    height: 15px !important;
}

.owl-theme .owl-dots {
    bottom: -5px !important;
}

@media (max-width: 767px) {
.owl-theme .owl-dots {
    bottom: -10px !important;
} }

.deal .deal-buy-now a, .deal .deal-buy-now.sold-out {
    width: auto !important;
}

#content_area .deal-buy-now a {
    line-height: 20px !important;
}

select#SortBy {
    width: 80%;
}

form#MainForm>table>tbody>tr>td>table>tbody>tr>td>table {
    width: 100%;
}

form#MainForm>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>img {
    display: none;
}

.v-product-grid .v-product {
    width: 100% !important
}
@media (min-width: 319px) {
    .v-product-grid .v-product {
    width: 50% !important
} }
@media (min-width: 479px) {
    .v-product-grid .v-product {
    width: 33% !important
} }
@media (min-width: 767px) {
    .v-product-grid .v-product {
    width: 16.666666% !important
} }

#options_table>tbody>tr>td>select {
    width: 100%;
}

.customtableinput {
    width: 60%;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    position:relative;
    left:10px;
}


td.v65-payment-details-label-cell {
    width: 100% !important;
    text-align: left !important;
    white-space: normal !important;
    display: block !important;
}

#v65-onepage-ShippingParent.v65-different-shipping-enabled, #ShipToSelectTable #ship-to-options-table td {
     width: 0px !important;
}

.bulkinputbox {
    font-size: 10px;
}

.PageText_L331n {
     font-size: 24px;
}

.contact_us_responsive {
   float: none;
   margin: auto;
   margin-bottom: 10px;
   padding: 5px 5px 5px 25px;
   border: 1px solid #0c4da2;
   width: 80%;
   height: 770px;
   word-break: break-word;
}
@media (min-width: 490px) {
     .contact_us_responsive {
          height: 600px;
     }
}
@media (min-width: 767px) {
    .contact_us_responsive {
    width: 48%;
    float: left;
    margin: 5px;
} }

.contact_us_responsive > form > label {
    width: 100%;
    vertical-align: top;
    position: relative;
    top: 5px;
}
@media (min-width: 490px) {
    .contact_us_responsive > form > label {
         width: 18%;
         text-align: right;
    }
}

#content_area table[width$="%"] input:not([type="radio"]):not([type="checkbox"]):not([type="image"]).contact_us_submit {
    height: 35px;
    width: 95%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin-right: 5%;
    position: relative;
    top: 0px;
}
@media (min-width: 490px) {
    #content_area table[width$="%"] input:not([type="radio"]):not([type="checkbox"]):not([type="image"]).contact_us_submit {
         height: 50px;
         width: 40%;
         top: -20px;
    }
}
@media (min-width: 767px) {
    #content_area table[width$="%"] input:not([type="radio"]):not([type="checkbox"]):not([type="image"]).contact_us_submit {
    width: 30%;
} }

.contact_us_input {
    width: 95%;
    display: inline !important;
}
@media (min-width: 490px) {
     .contact_us_input {
         width: 70%;
     }
}