@font-face {
  font-family: "button-icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/buttons/button-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/buttons/button-icons.ttf") format("truetype"), url("../fonts/buttons/button-icons.svg#button-icons") format("svg");
}

/* Text Logo Styling goes here */
meta[itemprop="name"] + a {
  word-break: break-all; /*make sure that text logos wrap, instead of overflowing the container.*/
}

/* Graphic Logo Styling goes here */
meta[itemprop="name"] + a:not(#homepage_title) {
  background-image: url('../images/template/header_bg.png'); /*The admin logo tool updates this line.*/
  font-size: 0; /*Don't render text inside the anchor tag if using a graphic logo.*/
  background-size: 0; /*Hide the software-added background-image logo.*/
}

meta[itemprop="name"] + a:not(#homepage_title) img {
  max-height: 100%; /*Keep logo image constrained inside header.*/
}

.btn-icon {
  font-family: 'button-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #ef7b47; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-icon-apply:before {
  content: "\e600";
}

.btn-icon-close:before {
  content: "\e601";
}

.btn-icon-email:before {
  content: "\e602";
}

.btn-icon-photos:before {
  content: "\e603";
}

.btn-icon-plus:before {
  content: "\e604";
}

.btn-icon-question:before {
  content: "\e605";
}

.btn-icon-zoom:before {
  content: "\e608";
}

#content_area .btn-bg-plus {
  background: transparent url("../images/buttons/btn-icon-plus.svg") left center no-repeat;
  background-size: 10% auto;
  padding-left: 25px;
}

#content_area .btn-bg-recalculate {
  background: transparent url("../images/buttons/btn-icon-recalculate.svg") left center no-repeat;
  background-size: 12% auto;
  padding-left: 25px;
}

#content_area .btn-bg-apply {
  background: transparent url("../images/buttons/btn-icon-apply.svg") left center no-repeat;
  background-size: 20% auto;
  padding-left: 25px;
}

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Crimson+Text:400,400italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Crimson+Text:400,400italic);

#color-change {
  background-color: black;
}

@media only screen and (min-width:768px) {
  #color-change {
    background-color: white;
  }

}

.v-product-grid .v-product {
  text-align: center;
}

.text-black {
  color: black;
}

.italic {
  font-family: "Crimson Text";
  font-weight: normal;
  font-style: italic;
}

h2.italic {
  font-size: 36px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  margin-top: 45px !important;
}
.team .col-md-2 {
  width: 15% !important;
}



.italic.slideshow-header {
  margin-top: 20px;
  margin-bottom: 0px;
}

.icons-sprite, .icon--search .icon__foreground {
  background-image: url('../images/icons-sc8d2222eb6.png');
  background-repeat: no-repeat;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icon__foreground {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icon--search .icon__foreground {
  background-position: 0 0;
  height: 256px;
  width: 256px;
}

#color-change {
  background-color: black;
}

@media only screen and (min-width:768px) {
  #color-change {
    background-color: white;
  }

}

.text-black {
  color: black;
}

.italic {
  font-family: "Crimson Text";
  font-weight: normal;
  font-style: italic;
}

h2.italic {
  font-size: 36px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  margin-top: 45px !important;
}



@media only screen and (max-width:767px) {
  h2.italic {
    font-size: 29px;
  }

}

.italic.slideshow-header {
  margin-top: 20px;
  margin-bottom: 0px;
}

.icons-sprite, .icon--search .icon__foreground {
  background-image: url('../images/icons-sc8d2222eb6.png');
  background-repeat: no-repeat;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icon__foreground {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.icon--search .icon__foreground {
  background-position: 0 0;
  height: 256px;
  width: 256px;
}

.page-wrap {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mask {
  top: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
}

nav.push-menu {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 20;
  overflow-y: scroll;
}

nav.slide-menu-left, nav.slide-menu-right, nav.push-menu-left, nav.push-menu-right {
  width: 100%;
  height: 100%;
  top: 62px;
}

nav.slide-menu-left, nav.push-menu-left {
  left: -100%;
}

nav.slide-menu-right, nav.push-menu-right {
  right: -300px;
}

body.sml-open nav.slide-menu-left, body.pml-open nav.push-menu-left {
  left: 0;
  background: rgba(255, 255, 255, 0.95);
}

body.smr-open nav.slide-menu-right, body.pmr-open nav.push-menu-right {
  right: 0;
}

nav.slide-menu-top, nav.slide-menu-bottom, nav.push-menu-top, nav.push-menu-bottom {
  left: 0;
  width: 100%;
  height: 100px;
}

nav.slide-menu-top, nav.push-menu-top {
  top: -100px;
}

nav.slide-menu-bottom, nav.push-menu-bottom {
  bottom: -100px;
}

body.smt-open nav.slide-menu-top, body.pmt-open nav.push-menu-top {
  top: 62px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

body.smb-open nav.slide-menu-bottom, body.pmb-open nav.push-menu-bottom {
  bottom: 0;
}

body.pmt-open .page-wrap {
  top: 100px;
}

body.pmb-open .page-wrap {
  top: -100px;
}

/* --- framework.css --- */
#green-x {
  display: none;
}

.smt-open #green-x {
  display: block !important;
}

.smt-open .icon-burger {
  display: none !important;
}

.smt-open .navbar-toggle {
  background: white !important;
}

.smt-open .menu-label {
  color: #ef4079 !important;
}

.main-menu .vnav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu .vnav__item {
  position: relative;
}

.main-menu .vnav__item:hover {
  background: transparent;
}

.main-menu .vnav__item:hover > a {
  border-bottom: 3px solid #EF4079;
}

.main-menu .vnav__link {
  display: inline-block;
  vertical-align: middle;
  line-height: 41px;
  color: black;
  background: transparent;
  display: block;
  margin-left: 0px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}

.main-menu .vnav__link:hover {
  color: black;
  text-decoration: none;
  border-bottom: 3px solid #EF4079;
}

.main-menu .vnav__link--active {
  color: #666666;
}

.main-menu .vnav__item:hover > .vnav__subnav {
  display: block;
  background: white;
}

.main-menu .vnav__subnav {
  background: #eeeeee;
  display: none;
  position: absolute;
  z-index: 1;
}

.main-menu .vnav__subnav .vnav__item {
  display: block;
}

.main-menu .vnav__subnav .vnav__link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: black;
  white-space: nowrap;
  text-align: left;
  padding: 0px 40px 0px 20px;
  border-bottom: none;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}

.main-menu .vnav__subnav .vnav__link:after {
  content: "";
}

.main-menu .vnav__subnav .vnav__link:hover {
  color: #ef4079;
  background: none;
  text-decoration: underline;
  border-bottom: none;
}

.push-menu .vnav--level1 > .vnav__item .vnav__link--active:after .main-menu .vnav--level1 {
  position: relative;
  display: inline-table;
  padding-bottom: 18px;
}

.main-menu .vnav--level1 > .vnav__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.main-menu .vnav--horizontal .vnav__subnav {
  left: 0;
  top: 100%;
}

.main-menu .vnav--horizontal .vnav--level3, .main-menu .vnav--horizontal .vnav--level4 {
  left: 100%;
  top: 0;
}

.main-menu .vnav--vertical .vnav__item {
  display: block;
}

.main-menu .vnav--vertical .vnav__subnav {
  left: 100%;
  top: 0px;
}

.push-menu {
  text-align: left;
  background: #e7e7e7;
  overflow: hidden;
  overflow-y: scroll;
}

.push-menu::-webkit-scrollbar {
  display: none;
}

.push-menu__close-btn {
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background: #6bceb1;
  width: 30px;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
}

.push-menu__close-btn:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: '';
  height: 100%;
  margin-right: -0.25em;
}

.push-menu__close-btn .close-menu__inner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 97%;
  max-width: 30px;
}

.push-menu .vnav {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}

.push-menu .vnav__item {
  position: static;
  background: none;
}

.push-menu .vnav__item:hover {
  color: black;
  background: none;
}

.push-menu .vnav__item:hover > a {
  color: #6bceb1;
}

.push-menu .vnav__link {
  text-transform: uppercase;
  display: block;
  text-align: left;
  color: black;
  background: none;
  font-size: 16px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .push-menu .vnav__link {
    font-size: 22px;
  }
  .news-column:nth-of-type(3) {
    clear: left;
  }

}

.push-menu .vnav__subnav {
  text-align: left;
  display: none;
  background: transparent;
  border: 0;
  position: relative;
}

.push-menu .vnav--level1 > .vnav__item:hover > .vnav__link, .push-menu .vnav--level1 > .vnav__item > .vnav__link--active {
  color: #ef4079;
}

.push-menu .vnav--level1 > .vnav__item:hover > .vnav__link:not(:only-child)::after, .push-menu .vnav--level1 > .vnav__item > .vnav__link--active:not(:only-child)::after {
  content: "-";
  position: relative;
  margin-left: 5px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.push-menu .vnav__link--active + .vnav__subnav, .push-menu .vnav__item:hover > .vnav__subnav {
  display: block;
  text-align: left;
}

.push-menu .vnav__subnav .vnav__item {
  display: block;
}

.push-menu .vnav__subnav .vnav__link {
  background: transparent;
  color: black;
  font-size: 14px;
  white-space: nowrap;
  text-transform: capitalize;
  text-align: center;
  padding: 5px 0;
}

.push-menu .vnav__subnav .vnav__link:hover {
  color: #ef4079;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .push-menu .vnav__subnav .vnav__link {
    font-size: 18px;
  }

}

/*.push-menu .vnav__subnav .vnav__link:after { content: "" !important; }*/
.push-menu .vnav--level1 {
  position: relative;
  display: block;
}

.push-menu .vnav--level1 > .vnav__item {
  padding: 0;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/*.push-menu .vnav--level1 > .vnav__item .vnav__link:after { content: "+"; position: relative; margin-left: 5px; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s; }*/
.push-menu .vnav--horizontal .vnav__subnav {
  left: 0;
  top: 100%;
  padding: 0;
}

.push-menu .vnav--horizontal .vnav--level3, .push-menu .vnav--horizontal .vnav--level4 {
  left: 0;
  top: 0;
}

.push-menu .vnav--vertical .vnav__item {
  display: block;
}

.push-menu .vnav--vertical .vnav__subnav {
  left: 100%;
  top: 0px;
}

#showLeftPush.active {
  background: none;
}

.home #vSlider .owl-controls, .home #vSlider .owl-nav {
  margin: 0;
}

.main-width[role='main'] {
  margin-top: 62px;
}

.home {

  /* CONVERTS ALL IMAGES IN ARTICLE 2 (HOMEPAGE) TO BE RESPONSIVE */ /* HOMEPAGE FEATURED PRODUCTS */ /* FEATURED PRODUCTS */ /* Product Title */ /* List Price */ /* Our Price */ /* Sale Price */ /* Deal Price */
}

.home  #div_articleid_2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.home  #content_area table.v65-productDisplay {
  table-layout: fixed;
}

.home  #div_articleid_2 img[src$="/FeaturedProducts.gif"], .home  #div_articleid_2 img[src$="/clear1x1.gif"], .home  #div_articleid_2 .v65-productDisplay img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 100%;
  height: auto;
  min-width: 25px;
}

.home  #div_articleid_2 img[src="/clearfix1x1.gif"] {
  display: inline;
  width: auto;
  height: auto;
}

.home  .v65-productDisplay .productnamecolor.colors_productname, .home  a.productnamecolor.colors_productname {
  color: black;
  font: 700 14px 'Montserrat', Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 1.5em;
}

.home  .v65-productDisplay .productnamecolor.colors_productname:hover, .home  a.productnamecolor.colors_productname:hover {
  color: #7fc7c5;
  text-decoration: none;
}

.home  table.v65-productDisplay font.text.colors_text, .home  table.v65-productDisplay font.text.colors_text b {
  color: black;
  font: 400 14px 'Montserrat', Arial, Sans-Serif !important;
}

.home  #content_area .v65-productDisplay img[src$="nophoto.gif"], .home  #content_area .v65-productDisplay img[src*="/v/vspfiles/photos/"] {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 0 !important;
}

.home  table.v65-productDisplay .productnamecolor {
  font-size: 12px;
  font-weight: normal;
}

.home  table.v65-productDisplay .product_listprice, .home  table.v65-productDisplay .product_listprice b {
  font-size: 12px;
  font-weight: normal;
}

.home  table.v65-productDisplay .product_productprice, .home  table.v65-productDisplay .product_productprice b {
  font-size: 12px;
  font-weight: normal;
}

.home  table.v65-productDisplay .product_saleprice, .home  table.v65-productDisplay .product_saleprice b {
  font-size: 12px;
  font-weight: normal;
  color: #7fc7c5;
}

.home  table.v65-productDisplay .product_dealprice {
  font-size: 12px;
  font-weight: normal;
  color: #7fc7c5;
}

@media (max-width:480px) {
  .home {

    /* Product Title */ /* List Price */ /* Our Price */ /* Sale Price */ /* Deal Price */
  }

  .home  table.v65-productDisplay .productnamecolor {
    font-size: 12px;
  }

  .home  table.v65-productDisplay .product_listprice, .home  table.v65-productDisplay .product_listprice b {
    font-size: 12px;
  }

  .home  table.v65-productDisplay .product_productprice, .home  table.v65-productDisplay .product_productprice b {
    font-size: 12px;
  }

  .home  table.v65-productDisplay .product_saleprice, .home  table.v65-productDisplay .product_saleprice b {
    font-size: 12px;
  }

  .home  table.v65-productDisplay .product_dealprice {
    font-size: 12px;
  }

}

.footer {
  color: white;
  background-color: #ef4079;
  width: 100%;
  padding-top: 20px;
}

@media only screen and (min-width:992px) {
  .footer .newsletter {
    padding-left: 40px;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer .newsletter {
    margin-top: 35px;
  }

}

@media only screen and (max-width:991px) {
  .footer .full-width {
    padding: 0;
  }

}

@media only screen and (min-width:768px) {
  .footer .copyright-small {
    display: none;
  }

}

.footer .credit-cards {
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (min-width:992px) {
  .footer .credit-cards {
    text-align: right;
  }

}

@media only screen and (max-width:767px) {
  .footer .credit-cards {
    display: none;
  }

}

.footer .copyright-big {
  text-align: center;
  padding-bottom: 20px;
}

.footer .copyright-big a {
  color: white;
}

@media only screen and (max-width:767px) {
  .footer .copyright-big {
    display: none;
  }

}

@media only screen and (min-width:992px) {
  .footer .copyright-big {
    text-align: left;
  }

}

.footer .copyright-big p {
  font-size: 12px;
}

.footer .white-line {
  width: 100%;
  height: 1px;
  background: #a6e2d0;
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer .elist__input {
  -webkit-appearance: none;
  border-radius: 0;
  width: 55%;
  display: inline-block !important;
  border: 1px solid white;
  background: transparent;
  height: 40px;
  padding: 12px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; /* Firefox 18- */

  /* Firefox 19+ */
}

@media only screen and (min-width:992px) {
  .footer .elist__input {
    width: 64%;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer .elist__input {
    width: 50%;
  }

}

.footer .elist__input:-moz-placeholder {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.footer .elist__input::-moz-placeholder {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.footer .elist__input:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.footer .elist__input::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.footer .elist__input:focus::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  font-weight: normal;
}

.footer .elist__input:focus:-moz-placeholder {
  color: white;
  font-style: italic;
  font-weight: normal;
}

.footer .elist__input:focus::-moz-placeholder {
  color: white;
  font-style: italic;
  font-weight: normal;
}

.footer .elist__input:focus:-ms-input-placeholder {
  color: white;
  font-style: italic;
  font-weight: normal;
}

.footer .elist__input:focus {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.footer .elist__submit {
  margin-left: -5px;
  display: inline-block !important;
  height: 40px;
  background: white;
  color: #ef4079;
  border: 1px solid transparent;
  letter-spacing: 1px;
  padding: 0 19px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
}

.footer h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.footer .special-p {
  font-size: 12px;
  margin-bottom: 20px;
}

.footer h6 {
  font-size: 12px;
}

.footer .top-break {
  margin-top: 20px;
}

.footer .top-break a:hover {
  color: inherit;
}

.footer .section-break {
  margin-top: 10px;
}

.frank .intro-team-box, .frank .team-member img {
  padding: 0px !important;
}

@media only screen and (min-width:768px) {
  .footer .section-break {
    margin-top: 0px;
  }

}

.footer .contact-us a {
  color: white;
}

@media only screen and (min-width:992px) {
  .footer .customer-service {
    padding-left: 45px;
  }

}

.footer .customer-service ul {
  width: 50%;
  float: left;
  margin-left: 0px;
  padding-left: 0px;
}

.footer .customer-service ul li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 7px;
}

.footer .customer-service ul li a {
  color: white;
  font-size: 12px;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  color: #000000;
  fill: currentColor;
}

.icon-iconmonstr-facebook-4-icon {
  width: 40px;
  height: 40px;
  color: white !important;
}

.icon-iconmonstr-instagram-9-icon {
  width: 40px;
  height: 40px;
  color: white !important;
}

.icon-iconmonstr-twitter-4-icon {
  width: 40px;
  height: 40px;
  color: white !important;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 25px;
  fill: white;
  margin-right: 5px;
}

.icon.fill {
  background: #fff;
  border-radius: 3px;
}

#visa .orange {
  fill: #D97B16;
}

#visa .blue {
  fill: #265697;
}

#amex .path1 {
  fill: #306FC5;
}

#discover .orange {
  fill: #D97B16;
}

#discover .slate {
  fill: #444444;
}

#paypal .drkblue {
  fill: #265697;
}

#mastercard .path1 {
  fill: #DFAC16;
}

#mastercard .path2 {
  fill: #BF3126;
}

#paypal .lightblue {
  fill: #306FC5;
}

.logo {
  margin: 0;
  color: white;
  text-align: center;
  font-size: 23px;
  vertical-align: middle;
}

.menu-label {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

@media only screen and (max-width:767px) {
  .menu-label {
    font-size: 10px;
    margin-left: 1px;
  }

}

.main-menu {
  height: 62px;
  position: relative;
  text-align: right;
}

.ghost__content {
  display: inline-block;
  vertical-align: middle;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  color: #000000;
  fill: currentColor;
}

.icon-Close {
  width: 20px;
  height: 20px;
  margin-top: 20px;
  color: #ef4079;
}

@media only screen and (max-width:767px) {
  .icon-Close {
    margin-top: 0px;
  }

}

.icon-burger {
  width: 20px;
  height: 20px;
}

.icon-cart1 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

@media only screen and (min-width:768px) {
  .icon-cart1 {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
  }

}

@media only screen and (max-width:767px) {
  .xs-display-none {
    display: none;
  }

}

.icon-search {
  margin-top: 20px;
  width: 24px;
  height: 24px;
}

.icon-search:hover {
  color: #6bceb1;
}

@media only screen and (min-width:768px) {
  .icon-search {
    width: 24px;
    height: 24px;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-container {
    width: 100%;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-container {
    -webkit-box-shadow: inset 0px -4px 10px -5px #bdbdbd;
    -moz-box-shadow: inset 0px -4px 10px -5px #bdbdbd;
    box-shadow: inset 0px -4px 10px -5px #bdbdbd;
  }

}

.site-search__input {
  height: 65px;
  border: none; /* Firefox 18- */

  /* Firefox 19+ */ /* Firefox 18- */ /* Firefox 19+ */
}

.site-search__input::-webkit-input-placeholder {
  color: black;
  font-style: italic;
  font-weight: normal;
}

.site-search__input:-moz-placeholder {
  color: black;
  font-style: italic;
  font-weight: normal;
}

.site-search__input::-moz-placeholder {
  color: black;
  font-style: italic;
  font-weight: normal;
}

.site-search__input:-ms-input-placeholder {
  color: black;
  font-style: italic;
  font-weight: normal;
}

.site-search__input:focus::-webkit-input-placeholder {
  color: gray;
  font-style: italic;
  font-weight: normal;
}

.site-search__input:focus:-moz-placeholder {
  color: gray;
  font-style: italic;
  font-weight: normal;
}

.site-search__input:focus::-moz-placeholder {
  color: gray;
  font-style: italic;
  font-weight: normal;
}

.site-search__input:focus:-ms-input-placeholder {
  color: gray;
  font-style: italic;
  font-weight: normal;
}

.drop-shadow {
  -webkit-box-shadow: 0px 0px 25px -3px #bdbdbd;
  -moz-box-shadow: 0px 0px 25px -3px #bdbdbd;
  box-shadow: 0px 0px 25px -3px #bdbdbd;
  margin: 0;
  background: white;
}

.site-search__submit {
  border: none;
  display: block;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 17px;
  margin-top: 21px;
  background: blue;
  position: relative;
  background: url('../images/template/Search.png?1418334595');
}

.cart-wrapper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  #green-x {
    margin-top: 0px;
  }

}

@media only screen and (max-width:767px) {
  .search-x {
    width: 20px !important;
    height: 20px !important;
    margin-top: 22px;
  }

}

.smt-open .dissapear {
  background: white;
}

#content_area {
  margin-top: 1px;
  padding: 30px;
}

@media only screen and (min-width:992px) {
  #content_area #content_area {
    padding-top: 40px;
  }

}

.home #content_area {
  padding: 0px;
}

.top-break a {
  color: white;
}

#footer-email {
  color: white;
}

.btn-lg {
  background: #111111 !important;
  text-transform: uppercase !important;
  border-color: #111111 !important;
  letter-spacing: 1px !important;
  font-family: "Montserrat" !important;/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0 !important;
  font-size: 10px !important;
  padding: 3px 26px !important;
  height: 50px !important;      /* Firefox 1-3.6 */
  -moz-border-radius: 0 !important;      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0 !important;
  color: white !important;
  font-size: 12px !important;
}

.btn-lg-style {
  background: #111111 !important;
  font-family: "Montserrat" !important;/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  color: white !important;
}

.btn_addtowishlist {
  font-size: 16px;
  font-family: "Crimson Text";
  font-style: italic;
}

.btn-primary {
  background-color: white;
  color: black;
  font-family: "Montserrat";
  -moz-border-radius: 0;          /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0;
  text-transform: uppercase;
  border: 2px solid black;
}


.frank .intro-team-box, .frank .team-member {
  margin: 0px !important;
}

.frank .intro-team-box, .frank .team-member img {
  margin: 0px !important;
}

.team {
  background: #ef4079;
}

/*********** START FIXES *****************/

/* Adjusts "quantity in cart" display in header on mobile devices in portrait mode */
@media only screen  and (max-width:400px) {
  .icon-cart1 {
    position: relative;
    top: -10px;
  }

  .cart-summary__count {
    display: block !important;
    position: relative;
    top: -27px;
  }

}

/************ END FIXES ******************/
#content_area table.v65-productDisplay, .v-product-grid .v-product {
  text-align: center;
}

@media (max-width:1200px) {
  img[src*="/v/vspfiles/photos/categories/"] {
    width: 100% !important;
    max-width: 100%;
  }

}

@media (max-width:768px) {
  iframe {
    width: 100% !important;
  }

  img[src*='/v/vspfiles/assets/images/'] {
    width: 100% !important;
    height: auto !important;
    padding: 10% !important;
  }

}

.latest-news  h1.italic {
  margin-top: 0px !important;
}

#div_articleid_71 {
  margin-top: -50px;
}

.custom-banner {
  background: #EF4079;
  text-align: center;
  padding: 40px;
  min-height: 315px;
  color: #fff;
}

.blog-div {
  padding-left: 11px !important;
  padding-right: 11px !Important;
}

.navbar .search:hover .icon-search {
  color: #ef4079 !important;
}

.cart-summary:hover .icon-cart1, .cart-summary:hover .cart-summary__count {
  color: #ef4079 !important;
}

.faq a {
  color: #ef4079;
}

.faq a:hover {
  color: #7f2049;
}

.navbar-header {
  background: none !important;
}

#recent_blog a {
  color: #ef4079 !important;
}
@media only screen and (max-width:767px) {
  h1.italic {
    font-size: 29px;
  }

  .team {
    background-color: #fff !important;
  }

  .team .col-md-2 {
    width: 20% !important;
    padding: 0px !important;
  }
  .frank .promo__overlay {
    position: inherit !important;
    background-color:  #EF4079;
    padding: 40px 0px;
  }
  .frank .intro-team-box h2 {
    margin-top: 0 !important;
  }
  .intro-team-box img {
    display: none !important;
  }
  #content_area {
    padding: 30px !important;
  }

}
.v-product__free-shipping, .vCSS_img_icon_free_shipping { display: none; }