*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class^="icon-"]:not(.catalogCategoriesItemIcon), [class*=" icon-"]:not(.catalogCategoriesItemIcon) {
  font-family: 'plaisio-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[id^="icon-"]::before {
  font-family: 'plaisio-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.catalogCategoriesWrapper [class*="icon-"]::before {
  font-family: 'plaisio-category-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: proxima-nova-n3, "proxima-nova", "Open Sans", "Gill Sans", Corbel, Arial, sans-serif;
  min-height: 100%;
}

.generalWrap {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.generalWrap:after {
  content: " ";
  display: block;
  clear: both;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"] {
  background-color: #F2F2F2;
  border: 1px solid #E5E5E5;
  color: #7F7F7F;
  padding: 0 22px;
  font-size: 14px;
  line-height: 14px;
  height: 49px;
  max-width: 302px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.button, input[type="submit"] {
  color: #fff;
  background-color: #111;
  font-family: "proxima-nova", "Open Sans", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 18px 43px;
  border: none;
  height: 49px;
  cursor: pointer;
}

a {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  outline: none !important;
}

select {
  outline: none !important;
}

.switchButton {
  width: 43px;
  height: 26px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #ff0000;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  position: relative;
  float: left;
  cursor: pointer;
}
.switchButton::before {
  content: "";
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  -moz-box-shadow: 0 1px 2px #999;
  -webkit-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2px;
  cursor: pointer;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
input[type="checkbox"]:checked + .switchButton::before {
  left: 19px;
}
input[type="checkbox"]:checked + .switchButton {
  background-color: #40daa8;
}

.newsletterOfferPrices {
  display: none;
}

div.nice-select {
  outline: none;
  cursor: pointer;
  position: relative;
}
div.nice-select ul {
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: scale(0) translateY(-21px);
  -ms-transform: scale(0) translateY(-21px);
  -webkit-transform: scale(0) translateY(-21px);
  transform: scale(0) translateY(-21px);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  width: 100%;
}
div.nice-select::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
div.nice-select.open::after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
div.nice-select.open ul {
  opacity: 1;
  pointer-events: auto;
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

/*body.mobile,body.tablet{
	form#aspnetForm{ 
		background-color: #f7f7f7;
	}
}*/
@-moz-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.15);
    transform: scale(1.15);
  }
  28% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.15);
    transform: scale(1.15);
  }
  70% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Header */
header {
  width: 100%;
}
header .row {
  width: 100%;
}
header .top {
  background-color: #050505;
  height: 65px;
}
header .top .searchWrap {
  width: 39.54198%;
  float: left;
  margin-right: 0.76336%;
  height: 100%;
  display: block;
}
header .top .searchWrap .searchArea {
  margin-top: 17px;
}
header .top .searchWrap #searchSubmit {
  color: #fff;
  font-size: 27px;
  float: left;
  cursor: pointer;
}
header .top .searchWrap #divSearch {
  float: left;
  border-bottom: 1px solid #fff;
  height: 29px;
  width: 190px;
  margin-left: 12px;
  overflow: hidden;
}
header .top .searchWrap #divSearch input {
  background-color: transparent;
  border: none;
  float: left;
  width: 54%;
  height: 100%;
  color: #fff;
  padding: 0;
  font-family: "proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 400;
  font-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
header .top .searchWrap .searchEnabled #divSearch {
  overflow: visible;
}
header .top .searchWrap #searchCategory {
  float: right;
  width: 150px;
}
header .top .searchWrap #searchCategory select {
  display: none;
}
header .top .searchWrap #searchCategory div.searchCategoryItem {
  float: left;
  width: 100%;
  height: 24px;
  line-height: 30px;
  color: #fff;
  background-color: #555555;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  padding: 7px 8px;
}
header .top .searchWrap #searchCategory div.searchCategoryItem ul {
  top: 100%;
  left: 0;
  background-color: #555555;
  z-index: 7;
}
header .top .searchWrap #searchCategory div.searchCategoryItem ul li {
  padding: 7px 8px;
}
header .top .searchWrap #searchCategory div.searchCategoryItem ul li.selected, header .top .searchWrap #searchCategory div.searchCategoryItem ul li:hover {
  background-color: #000;
}
header .top .searchWrap #searchCategory div.searchCategoryItem::after {
  width: 0;
  height: 0;
  content: '';
  z-index: 3;
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 5px;
}
header .top .searchWrap #searchClose {
  color: #fff;
  width: 20px;
  height: 20px;
  float: left;
  font-size: 20px;
  cursor: pointer;
  margin-top: 4px;
  margin-left: 18px;
  display: none;
}
header .top .searchWrap #searchClose:hover {
  color: #ff0000;
}
header .top .logoWrap {
  width: 19.38931%;
  float: left;
  margin-right: 0.76336%;
  height: 100%;
  display: block;
}
header .top .logoWrap a {
  width: 100%;
  max-width: 157px;
  margin: 16px auto 0;
  display: block;
}
header .top .logoWrap a img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
  min-width: 110px;
}
header .top .logoWrap a img.black {
  display: none;
}
header .top .accountWrap {
  width: 39.54198%;
  float: right;
  margin-right: 0;
  height: 100%;
  display: block;
}
header .top .accountWrap .accountContainer {
  float: right;
  padding-top: 19px;
}
header .top .accountWrap .accountContainerItem {
  float: left;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
}
header .top .accountWrap .accountContainerItem a {
  color: #fff;
}
header .top .accountWrap .myAccountButton,
header .top .accountWrap .wishlistButton,
header .top .accountWrap .cartButton {
  font-size: 24px;
  cursor: pointer;
}
header .top .accountWrap .myAccountWrap.registered .myAccountButton {
  color: #ff0000;
}
header .top .accountWrap .myAccountContentBoxWrap {
  position: absolute;
  width: 100%;
  max-width: 220px;
  height: auto;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 7;
  margin-left: -98px;
  margin-top: 12px;
  padding: 10px 0;
  display: none;
  -moz-box-shadow: 0px 2px 5px -1px #999;
  -webkit-box-shadow: 0px 2px 5px -1px #999;
  box-shadow: 0px 2px 5px -1px #999;
}
header .top .accountWrap .myAccountContentBoxWrap::before {
  width: 0;
  height: 0;
  content: '';
  z-index: 3;
  border-bottom: 8px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 100%;
  padding-top: 30px;
  cursor: pointer;
}
header .top .accountWrap .myAccountContentBoxWrap .myAccountContentItem {
  float: left;
  width: 100%;
}
header .top .accountWrap .myAccountContentBoxWrap .myAccountContentItem a {
  padding: 0 16px;
  float: left;
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
}
header .top .accountWrap .myAccountContentBoxWrap .myAccountContentItem a .myAccounItemIcon {
  color: #d5dddf;
  font-size: 20px;
  margin-right: 15px;
}
header .top .accountWrap .myAccountContentBoxWrap .myAccountContentItem a .myAccounItemText {
  color: #b2b2b2;
  font-family: "proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 400;
  font-size: 13px;
  vertical-align: 5px;
}
header .top .accountWrap .myAccountContentBoxWrap .myAccountContentItem a:hover {
  background-color: #f2f2f2;
}
header .top .accountWrap .myAccountContentBoxWrap .myAccountContentItem a:hover .myAccounItemIcon, header .top .accountWrap .myAccountContentBoxWrap .myAccountContentItem a:hover .myAccounItemText {
  color: #323232;
}
header .top .accountWrap #myAccountContentWrap.registered .myAccountContentNonRegistered, header .top .accountWrap #myAccountContentWrap.anonymous .myAccountContentRegistered {
  display: none;
}
header .top .accountWrap #myAccountContentWrap.registered .myAccountContentRegistere, header .top .accountWrap #myAccountContentWrap.anonymous .myAccountContentNonRegistered {
  display: block;
}
header .top .accountWrap #myCartContentWrap {
  position: relative;
}
header .top .accountWrap #myCartContentWrap .cartItemsCount {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 20px;
  min-width: 23px;
  line-height: 20px;
  text-align: center;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: -15px;
  top: -9px;
  padding: 0 5px;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
header .top .accountWrap #myCartContentWrap.hasProducts .cartItemsCount {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  background-color: #ff0000;
}
header .top .accountWrap #myWishiListContentWrap {
  position: relative;
}
header .top .accountWrap #myWishiListContentWrap .wishlistItemsCount {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 20px;
  min-width: 23px;
  line-height: 20px;
  text-align: center;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: -15px;
  top: -9px;
  padding: 0 5px;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
header .top .accountWrap #myWishiListContentWrap.hasProducts .wishlistItemsCount {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  background-color: #ff0000;
}
header .top .mobileControlsWrap {
  width: 40%;
  float: left;
  height: 65px;
  display: block;
}
header .top .mobileControlsWrap #mobileMenuButton {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 65px;
  font-size: 0;
  cursor: pointer;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: #000;
  float: left;
}
header .top .mobileControlsWrap #mobileMenuButton:focus {
  outline: none;
}
header .top .mobileControlsWrap #mobileMenuButton span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 18px;
  right: 18px;
  height: 3px;
  background: white;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  -webkit-transition: background 0s;
  -webkit-transition-delay: 0.3s;
  transition: background 0s 0.3s;
}
header .top .mobileControlsWrap #mobileMenuButton span::before, header .top .mobileControlsWrap #mobileMenuButton span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
header .top .mobileControlsWrap #mobileMenuButton span::before {
  top: -10px;
  transition-property: top, transform;
}
header .top .mobileControlsWrap #mobileMenuButton span::after {
  bottom: -10px;
  transition-property: bottom, transform;
}
header .top .mobileControlsWrap #mobileMenuButton.open {
  background-color: #ff0000;
}
header .top .mobileControlsWrap #mobileMenuButton.open span {
  background: none;
}
header .top .mobileControlsWrap #mobileMenuButton.open span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .top .mobileControlsWrap #mobileMenuButton.open span::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .top .mobileControlsWrap #mobileMenuButton.open span::before, header .top .mobileControlsWrap #mobileMenuButton.open span::after {
  transition-delay: 0s, 0.3s;
}
header .top .mobileControlsWrap #mobileSearchButton {
  float: left;
  color: #fff;
  width: 45px;
  height: 65px;
  text-align: center;
  font-size: 28px;
  line-height: 65px;
  cursor: pointer;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: #000;
}
header .top .mobileControlsWrap #mobileSearchButton span {
  vertical-align: -6px;
}
header .middle {
  background-color: #232323;
  height: 48px;
  position: relative;
}
header .middle.sticky {
  position: fixed;
  top: 0;
  z-index: 4;
  min-width: 1024px;
}
header .middle nav {
  float: left;
  width: 100%;
  display: block;
  height: 100%;
}
header .middle .mega-menu {
  width: 100%;
  color: #fff;
  height: 100%;
  text-align: center;
  display: inline-block;
}
header .middle .mega-menu .small-name {
  display: none;
}
header .middle .mega-menu .level1 {
  display: inline-block;
  padding: 0 0.874%;
  height: 100%;
  text-align: left;
}
header .middle .mega-menu .level1 > a {
  color: #fff;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  display: block;
  position: relative;
  height: 100%;
  line-height: 48px;
  z-index: 5;
}
header .middle .mega-menu .level1:last-of-type {
  margin-right: 0;
}
header .middle .mega-menu .level1.active > a::after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 80%;
  width: 100%;
  border-bottom: 1px solid #fff;
}
header .middle .mega-menu .level1.open > a::after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 80%;
  width: 100%;
  border-bottom: 1px solid #232323;
}
header .middle .mega-menu .level1 ul.level2Wrap {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #939393;
  padding-top: 35px;
}
header .middle .mega-menu .level1 li.level2Wrap {
  width: 100%;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container:after {
  content: " ";
  display: block;
  clear: both;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container .menuItemsWrap {
  width: 79.84733%;
  float: left;
  margin-right: 0.76336%;
  padding-top: 40px;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container .menuImgWrap {
  width: 19.38931%;
  float: right;
  margin-right: 0;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container ul.level3 {
  float: left;
  width: 100%;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container li.level3 {
  width: 25%;
  float: left;
  padding-bottom: 37px;
  line-height: 13px;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container li.level3 .menuNonClickableMnu {
  color: #656565;
  margin-bottom: 22px;
  display: block;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 13px;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container li.level3 .menuItemGroupHeader {
  color: #656565;
  margin-bottom: 24px;
  display: block;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 13px;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container li.level3 a {
  color: #666666;
  line-height: 20px;
  font-family: proxima-nova-n3,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 300;
  font-size: 13px;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container li.level3 a:hover {
  color: #000;
  font-weight: 500;
}
header .middle .mega-menu .level1 li.level2Wrap ul.level2Container li.level3:last-child {
  display: none;
}
header .middle .mega-menu.openMenu .level1 > a {
  color: #232323;
}
header .bottom {
  background-image: url('../Images/SiteImages/gradient-bg.png');
  background-repeat: no-repeat;
  min-height: 50px;
  background-position: center;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background: #805cbd;
  background: -moz-linear-gradient(left, #805cbd 0%, #38f39f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #805cbd), color-stop(100%, #38f39f));
  background: -webkit-linear-gradient(left, #805cbd 0%, #38f39f 100%);
  background: -o-linear-gradient(left, #805cbd 0%, #38f39f 100%);
  background: -ms-linear-gradient(left, #805cbd 0%, #38f39f 100%);
  background: linear-gradient(to right, #805cbd 0%, #38f39f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#805cbd', endColorstr='#38f39f', GradientType=1 );
  /*.headerUspItem:nth-child(1){@include span(isolate 3 at 2 of 10); }
  .headerUspItem:nth-child(2){@include span(isolate 3 at 5 of 10); }
  .headerUspItem:nth-child(3){@include span(isolate 3 at 7 of 10);text-align:center; }
  */
}
header .bottom .headerUspItem {
  color: #fff;
  width: 33.3333%;
  text-align: center;
  float: left;
  padding: 14px 0 15px;
}
header .bottom .headerUspItem a {
  color: #fff;
}
header .bottom .headerUspItem-icon {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -5px;
}
header .bottom .headerUspItem-text {
  display: inline-block;
  font-family: "proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 400;
  font-size: 12px;
}
header #mobileMenu {
  position: absolute;
  top: 0;
  left: -330px;
  width: 330px;
  height: 100%;
  background-color: #000;
  z-index: 4;
  color: #fff;
  font-family: "proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 400;
  font-size: 19px;
  padding: 25px;
  overflow: hidden;
}
header #mobileMenu a {
  color: #fff;
  height: 45px;
  line-height: 45px;
  display: block;
  overflow: hidden;
}
header #mobileMenu .small-name {
  display: none;
}
header #mobileMenu .mobileMenuWrap,
header #mobileMenu .mobileMenuCatalogsContainer ul {
  float: left;
  width: 100%;
  overflow-y: auto;
}
header #mobileMenu .hiddenFirst {
  display: none;
}
header #mobileMenu.fullMobileMenu .hiddenFirst {
  display: block;
}
header #mobileMenu .mobileMenuCatalogsWrap {
  min-height: 45px;
  line-height: 45px;
}
header #mobileMenu .mobileMenuCatalogsWrap #icon-categories {
  cursor: pointer;
}
header #mobileMenu .mobileMenuCatalogsWrap .mobileMenuCatalogsContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -330px;
  opacity: 0;
  background-color: #000;
  padding: 25px;
}
header #mobileMenu .mobileMenuCatalogsWrap .mobileMenuCatalogsContainer li {
  cursor: pointer;
}
header #mobileMenu #mobileMenuMoreButton {
  min-height: 45px;
  line-height: 45px;
  cursor: pointer;
  display: block;
  width: 100%;
}
header #mobileMenu #mobileMenuMoreButton span {
  float: left;
}
header #mobileMenu #less-text {
  display: none;
}
header #mobileMenu .footerMenuLabel {
  display: none;
}
header #mobileMenu .footerMenuSitesWrap .footerMenuSitesIcons, header #mobileMenu .footerMenuSitesWrap .footerMenuSitesText {
  display: none;
}
header #mobileMenu.fullMobileMenu .footerMenuLinks {
  margin-bottom: 55px;
}
header #mobileMenu.fullMobileMenu #mobileMenuMoreButton {
  margin-top: 55px;
}
header #mobileMenu.fullMobileMenu #less-text {
  display: block;
}
header #mobileMenu.fullMobileMenu #more-text {
  display: none;
}
header #mobileMenu [id^="icon-"]::before {
  width: 32px;
  margin-right: 15px;
  font-size: 20px;
  vertical-align: -5px;
}
header #mobileMenu #icon-categories::before {
  content: "";
}
header #mobileMenu #icon-my-account::before {
  content: "";
}
header #mobileMenu #icon-my-cart::before {
  content: "";
}
header #mobileMenu #icon-my-order::before {
  content: "";
}
header #mobileMenu #icon-wishlist::before {
  content: "";
}
header #mobileMenu #icon-payment-methods::before {
  content: "";
}
header #mobileMenu #icon-shipping-charges::before {
  content: "";
}
header #mobileMenu #icon-stores::before {
  content: "";
}
header #mobileMenu #icon-headset::before {
  content: "";
}
header #mobileMenu #icon-contact::before {
  content: "";
}
header #mobileMenu #icon-help::before {
  content: "";
}
header #mobileMenu #icon-b2b::before {
  content: "";
}
header #mobileMenu #icon-info::before {
  content: "";
}
header #mobileMenu #icon-career::before {
  content: "";
}
header #mobileMenu #icon-ir::before {
  content: "";
}
header #mobileMenu #icon-ir2::before {
  content: "";
}
header #mobileMenu #icon-sitemap::before {
  content: "";
}
header #mobileMenu #icon-catalogues::before {
  content: "";
}
header #mobileMenu #icon-blog::before {
  content: "";
}
header #mobileMenu #icon-stockhouse::before {
  content: "";
}
header #mobileMenu #icon-radio::before {
  content: "";
}
header #mobileMenu #icon-term-of-use::before {
  content: "";
}
header #mobileMenu #icon-logout::before {
  content: "";
}
header #mobileMenu #icon-back-arrow::before {
  content: "";
}
header #mobileMenu #icon-catalog-47::before {
  content: "";
}
header #mobileMenu #icon-catalog-54::before {
  content: "";
}
header #mobileMenu #icon-catalog-55::before {
  content: "";
}
header #mobileMenu #icon-catalog-56::before {
  content: "";
}
header #mobileMenu #icon-catalog-57::before {
  content: "";
}
header #mobileMenu #icon-catalog-58::before {
  content: "";
}
header #mobileMenu #icon-catalog-59::before {
  content: "";
}
header #mobileMenu #icon-catalog-60::before {
  content: "";
}
header #mobileMenu #icon-catalog-61::before {
  content: "";
}
header #mobileMenu #icon-catalog-62::before {
  content: "";
  font-size: 28px;
}
header #mobileMenu #icon-catalog-63::before {
  content: "";
}
header #mobileMenu #icon-catalog-64::before {
  content: "";
}
header #mobileMenu #icon-more:before {
  content: "";
  vertical-align: -4px;
}
@media (max-width: 730px) {
  header #mobileMenu {
    width: 270px;
    left: -270px;
  }
  header #mobileMenu .large-name {
    display: none;
  }
  header #mobileMenu .small-name {
    display: inline-block;
  }
}
header #miniCart {
  position: fixed;
  top: 0;
  right: -330px;
  width: 330px;
  height: 100%;
  z-index: 3;
  background-color: #ededed;
  padding: 20px 0;
}
body.mobile header #miniCart, header #miniCart body.tablet {
  overflow: auto;
}
header #miniCart .miniCartContainer {
  float: left;
  width: 100%;
}
header #miniCart .miniCartContainer .miniCartLabel {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-family: proxima-nova-n7,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 0 20px;
}
header #miniCart .miniCartContainer .miniCartLabel #miniCartClose {
  color: #cccccc;
  float: right;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
header #miniCart .miniCartContainer .miniCartLabel #miniCartClose:hover {
  color: #ff0000;
}
header #miniCart .miniCartContainer .miniCartItemContainer {
  float: left;
  width: 100%;
  padding: 0 20px;
}
header #miniCart .miniCartContainer .miniCartContent {
  float: left;
  width: 100%;
  margin: 20px 0;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartContentContainer {
  float: left;
  width: 100%;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItemsWrap {
  float: left;
  width: 100%;
  max-height: 495px;
  overflow: hidden;
  outline: none;
}
body.mobile header #miniCart .miniCartContainer .miniCartContent .miniCartItemsWrap, header #miniCart .miniCartContainer .miniCartContent .miniCartItemsWrap body.tablet {
  max-height: 100%;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItem {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  -moz-box-shadow: 0px 1px 5px #dcdcdc;
  -webkit-box-shadow: 0px 1px 5px #dcdcdc;
  box-shadow: 0px 1px 5px #dcdcdc;
  padding: 8px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItem .miniCartItemLeft {
  float: left;
  max-width: 66px;
  width: 100%;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItem .miniCartItemRight {
  float: left;
  max-width: 208px;
  width: 100%;
  padding-left: 12px;
  position: relative;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItem .miniCartImage {
  max-width: 66px;
  width: 100%;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItem .miniCartImage img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItem .miniCartTitle {
  float: left;
  width: 100%;
  min-height: 47px;
  margin-bottom: 5px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItem .miniCartTitle a {
  color: #000;
  font-family: "proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItem .miniCartQuantity {
  float: left;
  color: 3f3f3f;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 13px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartItem .miniCartPrice {
  float: right;
  color: 3f3f3f;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 13px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartTotalPriceWrap {
  float: left;
  width: 100%;
  padding: 0 20px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartTotalPrice {
  float: left;
  width: 100%;
  margin: 10px 0 15px;
  text-align: right;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #3f3f3f;
  line-height: 15px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartTotalPrice span {
  float: left;
  color: #232323;
  font-size: 12px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartBasketButtonWrap {
  float: left;
  width: 100%;
  padding: 0 20px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartBasketButton {
  float: left;
  width: 100%;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartBasketButton a {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #3f9be7;
  min-height: 43px;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 43px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartShippingMsg {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 0 20px;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 12px;
}
header #miniCart .miniCartContainer .miniCartContent .miniCartShippingMsg img {
  margin-right: 18px;
  vertical-align: middle;
}
header .mobileSearch {
  height: 61px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  display: none;
  position: fixed;
  z-index: 100;
}
header .mobileSearch .generalWrap {
  max-width: 744px;
  margin-right: auto;
  margin-left: auto;
}
header .mobileSearch #search-box {
  width: 100%;
  height: 100%;
  position: relative;
}
header .mobileSearch #search-box .searchAreaContainer {
  float: right;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  width: 498px;
  height: 40px;
}
header .mobileSearch #search-box #searchSubmit {
  float: left;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  color: #d8d8d8;
  width: 45px;
  text-align: center;
  cursor: pointer;
}
header .mobileSearch #search-box #divSearch {
  float: left;
  height: 100%;
  width: 80%;
}
header .mobileSearch #search-box #divSearch input {
  border: none;
  background-color: #fff;
  padding: 0;
  height: 100%;
  width: 100%;
  line-height: 38px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
header .mobileSearch #search-box #searchClose {
  float: right;
  padding: 0 8px;
  height: 100%;
  font-size: 22px;
  line-height: 38px;
  color: #d8d8d8;
  cursor: pointer;
}
header .mobileSearch #search-box #searchClose::before {
  content: "" !important;
}
header .mobileSearch #search-box #searchClose:hover {
  color: #ff0000;
}
header .mobileSearch #searchCategory {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 230px;
  height: 35px;
}
header .mobileSearch #searchCategory select {
  display: none;
}
header .mobileSearch #searchCategory div.searchCategoryItem {
  width: 100%;
  height: 100%;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #7f7f7f;
  line-height: 33px;
}
header .mobileSearch #searchCategory div.searchCategoryItem span.current {
  float: left;
  width: 100%;
  padding: 0 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
header .mobileSearch #searchCategory div.searchCategoryItem ul {
  top: 95%;
  left: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0 3px 10px #e5e5e5;
  -webkit-box-shadow: 0 3px 10px #e5e5e5;
  box-shadow: 0 3px 10px #e5e5e5;
}
header .mobileSearch #searchCategory div.searchCategoryItem ul li {
  line-height: 33px;
  padding: 0 15px;
}
header .mobileSearch #searchCategory div.searchCategoryItem ul li.selected, header .mobileSearch #searchCategory div.searchCategoryItem ul li:hover {
  background-color: #B2B2B2;
}
header .mobileSearch #searchCategory div.searchCategoryItem::after {
  width: 0;
  height: 0;
  content: '';
  z-index: 3;
  border-top: 7px solid #d8d8d8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  right: 15px;
}
header .mobileSearch #searchCategory div.searchCategoryItem.open ul {
  z-index: 3;
}
header .mobileSearch #mobileLiveSearch {
  position: relative;
  top: 0;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: 0 3px 10px #e5e5e5;
  -webkit-box-shadow: 0 3px 10px #e5e5e5;
  box-shadow: 0 3px 10px #e5e5e5;
}
header .mobileSearch #mobileLiveSearch a {
  padding: 5px 10px;
  display: block;
  color: #7f7f7f;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
header .mobileSearch #mobileLiveSearch a span {
  color: #ff0000;
}

body.mobile header, body.tablet header {
  margin-top: 65px;
}
body.mobile header .top, body.tablet header .top {
  position: fixed;
  z-index: 100;
  top: 0;
  min-width: 320px;
}

/* End of Header */
/* Footer */
footer {
  width: 100%;
  font-family: proxima-nova-n3, "proxima-nova", "Open Sans", "Gill Sans", Corbel, Arial, sans-serif;
}
footer .row {
  width: 100%;
}
footer .top {
  background-image: url('../Images/SiteImages/gradient-bg.png');
  background-repeat: no-repeat;
  min-height: 80px;
  background-position: center;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background: #805cbd;
  background: -moz-linear-gradient(left, #805cbd 0%, #38f39f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #805cbd), color-stop(100%, #38f39f));
  background: -webkit-linear-gradient(left, #805cbd 0%, #38f39f 100%);
  background: -o-linear-gradient(left, #805cbd 0%, #38f39f 100%);
  background: -ms-linear-gradient(left, #805cbd 0%, #38f39f 100%);
  background: linear-gradient(to right, #805cbd 0%, #38f39f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#805cbd', endColorstr='#38f39f', GradientType=1 );
}
footer .top .phoneSocialBarItems {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 20px;
  /*.phoneSocialBarIconWrap{ 
  }*/
}
footer .top .phoneSocialBarItems > div.phoneSocialBarIcon {
  font-size: 28px;
  margin-right: 20px;
}
footer .top .phoneSocialBarItems .phoneSocialBarIconTextContainer {
  float: right;
  clear: right;
  width: 100%;
  max-width: 385px;
}
footer .top .phoneSocialBarItems .phoneSocialBarItem {
  margin-right: 13px;
  float: left;
}
footer .top .phoneSocialBarItems .phoneSocialBarItem .phoneSocialBarIcon {
  margin-right: 12px;
  font-size: 20px;
  vertical-align: -2px;
}
footer .top .phoneSocialBarItems .phoneSocialBarItem .phone {
  font-family: proxima-nova-n7,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
footer .top .phoneSocialBarItems a.phoneSocialBarIcon {
  color: #fff;
  font-size: 28px;
  margin-right: 28px;
}
footer .top .phoneSocialBarItems a.phoneSocialBarIcon.icon-facebook:hover {
  color: #3b5998;
}
footer .top .phoneSocialBarItems a.phoneSocialBarIcon.icon-twitter:hover {
  color: #55acee;
}
footer .top .phoneSocialBarItems a.phoneSocialBarIcon.icon-gplus:hover {
  color: #dc4e41;
}
footer .top .phoneSocialBarItems a.phoneSocialBarIcon.icon-instagram:hover {
  color: #3f729b;
}
footer .top .phoneSocialBarItems a.phoneSocialBarIcon.icon-linkedin:hover {
  color: #007bb5;
}
footer .top .phoneSocialBarItems a.phoneSocialBarIcon.icon-vimeo:hover {
  color: #162221;
}
footer .top .phoneSocialBarItems a.phoneSocialBarIcon.icon-youtube:hover {
  color: #cd201f;
}
footer .top .phoneSocialBarItems a.phoneSocialBarIcon:last-child {
  margin-right: 0;
}
footer .top .phoneSocialBarItems.left {
  text-align: right;
  padding-right: 35px;
  margin: 10px 0;
}
footer .top .phoneSocialBarItems.left .phoneSocialBarText {
  font-family: proxima-nova-n3,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 300;
  font-size: 17px;
  float: left;
  line-height: 28px;
}
footer .top .phoneSocialBarItems.right {
  text-align: left;
  padding-left: 80px;
  margin: 23px 0;
}
footer .middle .newsletterOptInWrap {
  width: 100%;
  margin: 55px auto;
  float: left;
}
footer .middle .newsletterOptInColumn.newsletterOptInLabelWrap {
  width: 39.54198%;
  float: left;
  margin-right: 0.76336%;
  text-align: right;
  padding-right: 24px;
  line-height: 49px;
  font-family: proxima-nova-n3,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 300;
  font-size: 22px;
}
footer .middle .newsletterOptInColumn.newsletterOptInInputsWrap {
  padding-left: 20px;
  width: 59.69466%;
  float: right;
  margin-right: 0;
}
footer .middle .newsletterOptInColumn input[type="text"] {
  border-right: none;
  float: left;
  font-family: "proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 400;
  font-size: 16.45px;
}
footer .middle .newsletterOptInColumn .button {
  float: left;
  font-family: "proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 400;
  font-size: 16.45px;
}
footer .bottom {
  background-color: #000;
}
footer .bottom .footerMenuWrap {
  float: left;
  width: 100%;
}
footer .bottom .footerMenuWrap .footerMenuLabel {
  color: #D8D8D8;
  font-size: 18px;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
footer .bottom .footerMenuWrap .footerMenuLinks {
  float: left;
  width: 100%;
  margin-left:0px;
}
footer .bottom .footerMenuWrap .footerMenuLinks li {
  float: left;
  width: 100%;
}
footer .bottom .footerMenuWrap .footerMenuLinks a {
  color: #8C8C8C;
  display: block;
  float: left;
  clear: left;
  font-size: 14px;
  line-height: 24px;
}
footer .bottom .footerMenuWrap .footerMenuLinks a:hover {
  text-decoration: underline;
}
footer .bottom .footerMenuWrap .footerMenuLinks .small-name {
  display: none;
}
footer .bottom .footerMenuWrap .footerMenuSitesWrap {
  float: left;
  width: 100%;
  margin-bottom: 34px;
}
footer .bottom .footerMenuWrap .footerMenuSitesWrap .footerMenuSitesLeft {
  width: 32%;
  float: left;
}
footer .bottom .footerMenuWrap .footerMenuSitesWrap .footerMenuSitesLeft a {
  display: block;
  float: left;
}
footer .bottom .footerMenuWrap .footerMenuSitesWrap .footerMenuSitesLeft img {
  max-width: 60px;
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
}
footer .bottom .footerMenuWrap .footerMenuSitesWrap .footerMenuSitesRight {
  width: 68%;
  float: left;
}
footer .bottom .footerMenuWrap .footerMenuSitesWrap .footerMenuSitesRight .footerMenuSitesLabel {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
footer .bottom .footerMenuWrap .footerMenuSitesWrap .footerMenuSitesRight .footerMenuSitesLabel a {
  color: #D8D8D8;
}
footer .bottom .footerMenuWrap .footerMenuSitesWrap .footerMenuSitesRight .footerMenuSitesLabel a:hover {
  text-decoration: underline;
}
footer .bottom .footerMenuWrap .footerMenuSitesWrap .footerMenuSitesRight .footerMenuSitesText {
  font-size: 13px;
  line-height: 18px;
}
footer .bottom .footerMenuWrap.footerMenuWrapTop {
  padding: 58px 0;
}
footer .bottom .footerMenuWrap.footerMenuWrapTop .footerMenuColumn {
  width: 19.38931%;
  float: left;
  margin-right: 0.76336%;
  color: #8C8C8C;
}
footer .bottom .footerMenuWrap.footerMenuWrapTop .footerMenuColumn.last {
  margin-right: 0;
}
footer .bottom .footerMenuWrap.footerMenuWrapBottom .footerMenuColumn {
  width: 59.69466%;
  float: left;
  margin-right: 0.76336%;
  color: #8C8C8C;
  font-size: 14px;
  line-height: 14px;
  padding: 30px 0;
}
footer .bottom .footerMenuWrap.footerMenuWrapBottom .footerMenuColumn.last {
  width: 39.54198%;
  float: right;
  margin-right: 0;
  text-align: right;
  padding: 15px 55px 0 0;
}

/* End of Footer */
footer .bottom .footerMenuWrap .footerMenuLinks {
  list-style: none;
}

.validError {
  float: left;
  width: 100%;
  color: #ff0000;
  font-family: proxima-nova-n6,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  margin-top: 12px;
  padding-left: 25px;
  text-align: left;
}
.validError::before {
  content: "!";
  float: left;
  width: 17px;
  height: 17px;
  border: 2px solid #ff0000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  margin-left: -25px;
}
.validError span {
  float: left;
  width: 90%;
}
.validError.error {
  display: block !important;
}

/* Home Page Usp */
.homePageUspItemsWrap .generalWrap {
  width: 1310px;
  margin-left: auto;
  margin-right: auto;
}
.homePageUspItemsWrap .generalWrap:after {
  content: " ";
  display: block;
  clear: both;
}
.homePageUspItemsWrap .generalWrap .homePageUspItems {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.homePageUspItemsWrap .generalWrap .homePageUspItem {
  width: 430px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.homePageUspItemsWrap .generalWrap .homePageUspItem:last-child {
  margin-right: 0;
}
.homePageUspItemsWrap .generalWrap .homePageUspItem img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
  max-width: 217px;
  margin: auto;
}
.homePageUspItemsWrap .generalWrap .homePageUspItemTitle {
  min-height: 80px;
  font-family: proxima-nova-n3,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 300;
  font-size: 31px;
  line-height: 40px;
  max-width: 330px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.homePageUspItemsWrap .generalWrap .homePageUspItemText {
  color: #656565;
  font-family: proxima-nova-n3,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 27px;
  max-width: 330px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1360px) {
  .homePageUspItemsWrap .generalWrap {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }
  .homePageUspItemsWrap .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  .homePageUspItemsWrap .generalWrap .homePageUspItems {
    padding: 70px 0;
  }
  .homePageUspItemsWrap .generalWrap .homePageUspItem {
    width: 390px;
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 1250px) {
  .homePageUspItemsWrap .generalWrap {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .homePageUspItemsWrap .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  .homePageUspItemsWrap .generalWrap .homePageUspItems {
    padding: 70px 0;
  }
  .homePageUspItemsWrap .generalWrap .homePageUspItem {
    width: 310px;
    float: left;
    margin-right: 10px;
  }
  .homePageUspItemsWrap .generalWrap .homePageUspItemTitle,
  .homePageUspItemsWrap .generalWrap .homePageUspItemText {
    max-width: 310px;
  }
}
@media (max-width: 970px) {
  body:not(.desktop) .homePageUspItemsWrap .generalWrap {
    width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  body:not(.desktop) .homePageUspItemsWrap .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  body:not(.desktop) .homePageUspItemsWrap .generalWrap .homePageUspItem {
    width: 350px;
    float: left;
    margin-right: 10px;
    margin-bottom: 70px;
  }
  body:not(.desktop) .homePageUspItemsWrap .generalWrap .homePageUspItem:nth-child(2) {
    margin-right: 0;
  }
  body:not(.desktop) .homePageUspItemsWrap .generalWrap .homePageUspItem:last-child {
    width: 710px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 730px) {
  body:not(.desktop) .homePageUspItemsWrap .generalWrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  body:not(.desktop) .homePageUspItemsWrap .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  body:not(.desktop) .homePageUspItemsWrap .generalWrap .homePageUspItem {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  body:not(.desktop) .homePageUspItemsWrap .generalWrap .homePageUspItem:last-child {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  body:not(.desktop) .homePageUspItemsWrap .generalWrap .homePageUspItemTitle,
  body:not(.desktop) .homePageUspItemsWrap .generalWrap .homePageUspItemText {
    max-width: 260px;
  }
}

/* Small bottom USP Banners */
.smallBottomUspItemsWrap .generalWrap {
  width: 1310px;
  margin-left: auto;
  margin-right: auto;
}
.smallBottomUspItemsWrap .generalWrap:after {
  content: " ";
  display: block;
  clear: both;
}
.smallBottomUspItemsWrap .generalWrap .smallBottomUspItems {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.smallBottomUspItemsWrap .generalWrap .smallBottomUspItem {
  width: 430px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.smallBottomUspItemsWrap .generalWrap .smallBottomUspItem:last-child {
  margin-right: 0;
}
.smallBottomUspItemsWrap .generalWrap .smallBottomUspItemImage,
.smallBottomUspItemsWrap .generalWrap .smallBottomUspItemTitle {
  display: inline-block;
  vertical-align: middle;
}
.smallBottomUspItemsWrap .generalWrap .smallBottomUspItemImage img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
  max-width: 131px;
}
.smallBottomUspItemsWrap .generalWrap .smallBottomUspItemTitle {
  font-family: proxima-nova-n3,"proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  width: 190px;
}
@media (max-width: 1360px) {
  .smallBottomUspItemsWrap .generalWrap {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }
  .smallBottomUspItemsWrap .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  .smallBottomUspItemsWrap .generalWrap .smallBottomUspItem {
    width: 390px;
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 1250px) {
  .smallBottomUspItemsWrap .generalWrap {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .smallBottomUspItemsWrap .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  .smallBottomUspItemsWrap .generalWrap .smallBottomUspItem {
    width: 310px;
    float: left;
    margin-right: 10px;
  }
  .smallBottomUspItemsWrap .generalWrap .smallBottomUspItemTitle {
    width: 165px;
  }
  .smallBottomUspItemsWrap .generalWrap .smallBottomUspItemImage img {
    max-width: 120px;
  }
}

@media (max-width: 1360px) {
  .generalWrap {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }
  .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }

  header .top .generalWrap {
    max-width: 1204px;
  }
}
@media (max-width: 1250px) {
  body.desktop {
    min-width: 1024px;
  }

  .generalWrap {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }

  header .generalWrap, .smallBottomUspItemsWrap .generalWrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  header .generalWrap:after, .smallBottomUspItemsWrap .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }

  header .top .generalWrap {
    max-width: 97%;
  }

  /* Footer */
  footer .top .phoneSocialBarItems a.phoneSocialBarIcon {
    margin-right: 26px;
  }
  footer .top .phoneSocialBarItems.left {
    padding-right: 25px;
  }
  footer .top .phoneSocialBarItems.right {
    padding-left: 70px;
  }
}
@media (max-width: 1210px) {
  header .generalWrap {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  header .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 970px) {
  body.mobile .generalWrap, body.tablet .generalWrap {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  body.mobile .generalWrap:after, body.tablet .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  body.mobile header .top .generalWrap, body.tablet header .top .generalWrap {
    max-width: 100%;
  }
  body.mobile header .bottom .generalWrap, body.tablet header .bottom .generalWrap {
    max-width: 100%;
  }
  body.mobile header .bottom .headerUspItem-icon, body.tablet header .bottom .headerUspItem-icon {
    margin-right: 5px;
  }
}
@media (max-width: 730px) {
  body.mobile .generalWrap, body.tablet .generalWrap {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
  body.mobile .generalWrap:after, body.tablet .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  body.mobile header, body.tablet header {
    margin-top: 50px;
  }
  body.mobile header .top, body.tablet header .top {
    height: 50px;
  }
  body.mobile header .bottom .headerUspItem-text, body.tablet header .bottom .headerUspItem-text {
    font-size: 9.6px;
  }
}
@media (max-width: 610px) {
  body.mobile .generalWrap, body.tablet .generalWrap {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  body.mobile .generalWrap:after, body.tablet .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  body.mobile header .bottom, body.tablet header .bottom {
    display: none;
  }
}
@media (max-width: 460px) {
  body.mobile .generalWrap, body.tablet .generalWrap {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  body.mobile .generalWrap:after, body.tablet .generalWrap:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 374px) {
  body.mobile, body.tablet {
    min-width: 320px;
  }
}
