body > #wrapper > #buy {
  position: absolute;
  display: block;
  height: 150px;
  float: none;
  width: 100%;
  text-align: center;
  top: -99999px;
  left: -99999px; }

#main_nav_container li.deeper a i {
  display: none; }

#main > #content .mobile.sidebar {
  display: none; }

ul.contact-us {
  list-style-type: none;
  padding: 0px;
  margin: .5em 0px 1em 0px;
  float: left; }

ul.contact-us li {
  display: block;
  width: 29.33333%;
  margin: 0px 2% 0px 2%;
  padding: 0px 0px 1em 0px;
  height: 100%;
  vertical-align: top;
  border: 1px solid grey;
  float: left;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

ul.contact-us li div {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-bottom: 1em; }

ul.contact-us li p {
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important; }

ul.contact-us li table {
  height: 100%; }

.clear {
  clear: both; }

.mobile {
  display: none; }

.desktop {
  display: initial; }

.buy .chosen-container-single .chosen-single {
  border-color: #fff !important; }

@media (max-width: 980px) {
  .hideAbove980 {
    display: block;
    background-color: red; }

  .mobile {
    display: block !important; }

  .desktop {
    display: none !important; }

  html.locked {
    overflow-y: hidden; }

  *, *:before, *:after {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  body {
    padding-top: 80px; }

  body:after {
    content: " ";
    position: fixed;
    z-index: 990;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    opacity: 0;
    pointer-events: none; }

  html.locked body:after {
    opacity: .35;
    pointer-events: none; }

  body > header {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 80px; }

  body > header > #header_container {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

  body > header > #header_container #buy {
    opacity: 0;
    pointer-events: none; }

  body > #wrapper {
    width: 100% !important;
    min-width: 100% !important; }

  body > #wrapper > #buy {
    position: relative;
    display: block;
    height: 50px;
    overflow: hidden;
    float: none;
    width: 100%;
    text-align: center;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    background-color: #888888;
    cursor: pointer; }

  body > #wrapper > #buy.expanded {
    height: 180px;
    background-color: white;
    cursor: default;
    overflow: visible; }

  body > #wrapper > #buy.expanded form {
    z-index: 999999; }

  .chosen-container {
    width: 100% !important; }

  body > #wrapper > #buy form {
    position: absolute;
    top: 0px;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin: 0px; }

  body > #wrapper > #buy.expanded form {
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  body > #wrapper > #buy h3 {
    color: gray;
    font-size: 1.5em;
    height: 50px;
    line-height: 50px;
    color: white; }

  body > #wrapper > #buy h3:after {
    display: inline-block;
    vertical-align: middle;
    content: "\f0ab";
    font-family: "FontAwesome";
    margin-left: .5em;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all; }

  body > #wrapper > #buy.expanded h3:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  body > #wrapper > #buy.expanded h3 {
    color: gray;
    font-size: 1.5em;
    height: auto;
    height: initial;
    line-height: 100%;
    line-height: initial;
    color: gray; }

  body > #wrapper > #buy fieldset > .input {
    float: none;
    width: 100%;
    margin: .5em 0px .5em 0px; }

  body > #wrapper > #buy fieldset > .input > * {
    float: none;
    width: 100%;
    margin: 0px; }

  body > header > #header_container > .logo_new {
    position: absolute;
    z-index: 995;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    float: none;
    margin: 0px;
    background-position: center center;
    /*background-image: url(../images/logo_new.png);*/
    /*background-size: 162px 55px;*/
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  body > header > #header_container > #search {
    position: fixed;
    z-index: auto;
    z-index: initial;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    float: none;
    margin: 0px;
    padding: 50px 0px 0px 0px;
    background: none; }

  body > header > #header_container > #search:before {
    position: absolute;
    content: "\f002";
    font-family: "FontAwesome";
    z-index: 992;
    top: 0px;
    right: .5em;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 28px;
    cursor: pointer; }

  html.searching body > header > #header_container > #search:before {
    content: "\f00d"; }

  body > header > #header_container > #search > .search.test {
    position: fixed;
    z-index: auto;
    z-index: initial;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 0px;
    max-height: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    margin: 0px;
    background: #8e8f94;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    opacity: 0; }

  body > header > #header_container > #search > .search.test form {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: .65em;
    text-align: center; }

  body > header > #header_container > #search > .search.test form input[type=text],
  body > header > #header_container > #search > .search.test form input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: 30px; }

  body > header > #header_container > #search > .search.test form input[type=text] {
    min-width: 200px; }

  html.searching body > header > #header_container > #search > .search.test {
    height: 50px;
    opacity: 1; }

  body > #menu_bar {
    position: fixed;
    z-index: 991;
    top: 16px;
    left: .5em;
    width: 50px;
    height: 50px;
    /*        background: none;*/
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  body > #menu_bar:before {
    position: absolute;
    z-index: auto;
    z-index: initial;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    content: "\f0c9";
    font-family: "FontAwesome";
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 2em;
    cursor: pointer; }

  body > #menu_bar > #main_nav_container {
    position: fixed;
    z-index: 992;
    top: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
    min-height: 50px;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    padding: 0px;
    opacity: 0; }

  body > #menu_bar > #main_nav_container:before {
    position: absolute;
    z-index: 993;
    top: 0px;
    right: .5em;
    width: 50px;
    height: 50px;
    content: "\f00d";
    font-family: "FontAwesome";
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 2em;
    cursor: pointer; }

  body > #menu_bar > #main_nav_container > #main_nav {
    position: absolute;
    z-index: auto;
    z-index: initial;
    top: 50px;
    left: 0px;
    width: 100%;
    height: calc(100% - 50px);
    max-height: calc(100% - 50px);
    overflow: visible;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    padding: 0px; }

  body > #menu_bar > #main_nav_container > #main_nav:before {
    position: absolute;
    z-index: auto;
    z-index: initial;
    bottom: 100%;
    left: 0px;
    width: 100%;
    height: 50px;
    content: " ";
    background: #888888; }

  html.locked body > #menu_bar > #main_nav_container {
    right: 0px;
    opacity: 1; }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu {
    background: #8e8f94;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #7c7d81; }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #7c7d81; }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em 1em .5em 1em; }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li a {
    text-shadow: none;
    font-size: 1.25em;
    color: white; }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li.deeper > a i {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all; }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li.deeper.expanded > a i {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li.deeper > ul {
    display: block;
    overflow: hidden;
    position: relative;
    float: none;
    width: 100%;
    height: 0px;
    /*						max-height: 150px;*/
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
    border: none;
    border-top: 1px solid transparent;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all; }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li.deeper:hover > ul {
    /**/ }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li.deeper.expanded > ul {
    display: block;
    height: auto;
    border-top-color: #8e8f94;
    background-color: rgba(255, 255, 255, 0.25); }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li.deeper.expanded > ul > li {
    border-bottom: 1px solid #8e8f94 !important; }

  body > #menu_bar > #main_nav_container > #main_nav > .nav.menu > li.deeper.expanded > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .5em 1em .5em 1em; }

  body > footer > #footer_container {
    width: 100% !important;
    min-width: 100% !important; }

  body > footer > #footer_container .foot_col {
    float: none;
    width: 100%; }

  body > footer > #footer_container .foot_col:first-child {
    text-align: center; }

  body > #footer > #footer_container #social {
    width: 100%;
    text-align: center;
    max-width: 280px;
    margin: auto; }

  body > footer > #footer_container .custom > div {
    clear: both; }

  body > #wrapper > article > * {
    width: 100% !important;
    min-width: 100% !important; }

  body > #wrapper > article .col img {
    /*width: 100%;
    max-width: 100%;
    height: auto;*/
    margin: auto; }

  body > #wrapper > #main {
    margin-top: 0px; }

  body > #wrapper > #main > #sidebar {
    float: none;
    width: 100%;
    padding: 1em;
    display: block;
    /*display: none;*/ }

  body > #wrapper > #main > #sidebar .secondary_nav {
    overflow: hidden; }

  body > #wrapper > #main > #sidebar .secondary_nav .secondary_nav_title:after {
    vertical-align: middle;
    content: "\f0ab";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 30px;
    font-size: 18px;
    color: white;
    text-align: center;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: translate(0px, -50%) rotate(0deg);
    -ms-transform: translate(0px, -50%) rotate(0deg);
    -o-transform: translate(0px, -50%) rotate(0deg);
    -webkit-transform: translate(0px, -50%) rotate(0deg);
    transform: translate(0px, -50%) rotate(0deg); }

  body > #wrapper > #main > #sidebar .secondary_nav.expanded .secondary_nav_title:after {
    -moz-transform: translate(0px, -50%) rotate(180deg);
    -ms-transform: translate(0px, -50%) rotate(180deg);
    -o-transform: translate(0px, -50%) rotate(180deg);
    -webkit-transform: translate(0px, -50%) rotate(180deg);
    transform: translate(0px, -50%) rotate(180deg); }

  body > #wrapper > #main > #sidebar .secondary_nav .nav.menu {
    height: 0px;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    opacity: 0; }

  body > #wrapper > #main > #sidebar .secondary_nav.expanded .nav.menu {
    height: auto;
    opacity: 1; }

  body > #wrapper > #main > #sidebar .custom {
    display: none; }

  #main > #content .mobile.sidebar {
    clear: both;
    display: block;
    text-align: center; }

  .itemList {
    width: 100%; }

  .itemList .itemContainer {
    width: 31.33333%;
    margin: 1%; }

  .itemList .itemContainer div {
    width: 100% !important;
    text-align: center; }

  .nailthumb-container {
    margin: 0px; }

  .itemList .itemContainer img {
    width: 100% !important;
    height: auto !important;
    left: 0px !important; }

  .itemFilters {
    padding: 0px;
    margin: 0px 0px 1em 0px;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    border: 1px solid transparent; }

  .itemFilters.expanded {
    padding: 1em 1em 1em 1em;
    border: 1px solid #b3b3b3; }

  .productListView #comparefork2ModuleList {
    margin-top: -15px; }

  .itemFilters:before {
    content: "Filters";
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    height: 3em;
    width: 100%;
    background-color: grey;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 3em;
    cursor: pointer;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    border: 1px solid transparent; }

  .itemFilters.expanded:before {
    background-color: transparent;
    color: black; }

  .itemFilters form {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all; }

  .itemFilters.expanded form {
    height: auto;
    opacity: 1;
    overflow: visible; }

  .itemFilters .filter {
    margin: 0px 0px 1em 0px;
    width: 100% !important; }

  body > #wrapper > #main > .col74 {
    float: none;
    width: 100%;
    padding: 1em;
    display: block; }

  body > #wrapper > #main > .col74 .item-page p > img:only-child,
  .custom > p > img:only-child {
    float: none !important;
    width: 100%;
    max-width: 100%;
    height: auto; }

  .mobile.sidebar .custom > p > img:only-child {
    max-width: 171px !important; }

  body > #wrapper > #main > .col74 .item-page > table {
    display: block; }

  body > #wrapper > #main > .col74 .item-page > table > tbody {
    display: block; }

  body > #wrapper > #main > .col74 .item-page > table > tbody > tr {
    display: block; }

  body > #wrapper > #main > .col74 .item-page > table > tbody > tr > td {
    display: block;
    width: 100%; }

  article#content > #featured {
    height: 0px;
    padding-bottom: 47.682119205298015%; }

  article#content > #featured .nivoSlider {
    height: 0px;
    width: 100%;
    min-width: 100%;
    padding-bottom: 47.682119205298015%;
    position: relative; }

  article#content #bg_home_select_gallery,
  article#content #bg_home_select_gallery .contents,
  article#content #bg_home_select_gallery .contents > div {
    width: 100%;
    left: auto;
    left: initial; }

  article#content #bg_home_select_gallery .contents > div a {
    margin-left: 0px;
    margin-right: 0px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  .itemTabContainer .itemTabNavigation a {
    line-height: 18px;
    height: 48px;
    padding-top: 5px; }

  .itemTabContainer .itemTabNavigation a.active {
    margin-top: 3px;
    padding-top: 5px; }

  .imageContainer .itemImage {
    height: auto; }

  .imageContainer .galleryDisplay img {
    top: 10%;
    left: 10%;
    width: 80%;
    height: auto; }

  .mobile.sidebar .custom {
    width: 100%;
    max-width: 241px;
    display: inline-block;
    margin: 0 25px;
    vertical-align: top; }

  .mobile.sidebar .custom:first-child {
    max-width: 100%;
    margin: 0; }

  .mobile.sidebar div.html_module_new_products img {
    width: 85%;
    height: auto; } }
@media (min-width: 979px) {
  .hideAbove980 > fieldset {
    display: none !important; } }
@media (max-width: 980px) {
  body > #wrapper > article #columns {
    text-align: center; }

  body > #wrapper > article .col {
    float: none;
    display: inline-block;
    width: 31.33333%;
    text-align: center;
    margin: 0px; }

  body > footer > #footer_container #social a {
    float: left;
    width: 16.6666666667%;
    text-align: center; }

  .secondary_nav_title, #leftnav a {
    font-size: 16px;
    line-height: 20px; }

  .showhide {
    display: none; } }
@media (max-width: 768px) {
  ul.contact-us li {
    width: 96%;
    margin-bottom: 1em; }

  .locationFilters .locationTypeData .filter {
    width: 100%; } }
@media (max-width: 560px) {
  body > #wrapper > article .col {
    width: 48%; }

  body > footer > #footer_container #social a {
    float: left;
    /*		width: 33.33333%;*/
    text-align: center; }

  .itemList .itemContainer {
    width: 48%; } }
@media (max-width: 380px) {
  body > #wrapper > article .col {
    width: 98%; } }
/* KK Styles */
.retail-centers.mobile {
  display: none; }

@media (max-width: 980px) {
  tr td img:first-child {
    margin-left: auto;
    margin-right: auto;
    display: block; }

  tr td img {
    height: auto; }

  .comparefork2ModuleList h4 {
    padding-right: 15px !important; }

  #comparefork2ModuleList .comparefork2ModuleActions .button {
    font-size: 12px !important;
    padding: 6px 0; }

  #calc_thintech .submit {
    margin-left: 0; }

  table {
    width: 100% !important; }

  table p {
    text-align: center; }

  table td {
    text-align: center; }

  .galleryDisplay img {
    width: auto;
    height: 100%; }

  .imageContainer .itemImage img {
    height: auto !important;
    min-height: 0 !important; }

  .retail-centers {
    display: none; }

  .retail-centers.mobile {
    display: block; }

  .item-page img {
    float: none !important; }

  /*    .galleryContainer .galleryDisplay img { max-height:200px !important; }*/
  .mobile.sidebar p {
    text-align: center; }

  .mobile.sidebar .html_module_new_products {
    display: table;
    margin-left: auto;
    margin-right: auto; }

  #comparefork2ModuleList .comparefork2ModuleItems .comparefork2ModuleItem h4 {
    padding-right: 10px !important; }

  .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 40px; }

  .location.itemView + .mobile.sidebar {
    display: none !important; } }
.item-page ul {
  overflow: hidden;
  padding-left: 20px; }

iframe {
  max-width: 100%; }

.retail-centers {
  text-align: center; }

.retail-centers ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 20px 0 0;
  display: block;
  width: auto;
  background: url(../images/module-new-products-corner.png) right top no-repeat; }

.retail-centers li {
  margin-bottom: 14px; }

.retail-centers p {
  font-size: 12px; }

.retail-centers h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0; }

.retail-centers h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 0; }

.compareView {
  overflow-y: scroll; }

@media (min-width: 767px) and (max-width: 980px) {
  body > #wrapper > #main > .col74 .item-page > table > tbody > tr {
    display: block;
    display: flex; } }
/*FOOTER MENU*/
.footer_menu {
  border-top: solid #e7e8e9 1px;
  min-width: 250px;
  max-width: unset;
  width: auto;
  margin: 10px auto;
  padding: 30px 0 0 10px;
  font-size: 12px;
  line-height: 18px; }
  @media (max-width: 979px) and (min-width: 701px) {
    .footer_menu {
      min-width: 700px;
      max-width: 700px;
      width: 700px;
      margin: 0 auto; } }
  @media (min-width: 980px) {
    .footer_menu {
      min-width: 960px;
      max-width: 960px;
      width: 960px; } }
  .footer_menu a:hover {
    text-decoration: underline; }
  @media (max-width: 700px) {
    .footer_menu > ul > li {
      margin-top: 20px;
      padding-top: 20px;
      text-align: center; } }
  .footer_menu > ul > li > a, .footer_menu > ul > li > span {
    font-weight: bold;
    text-transform: uppercase; }
  .footer_menu ul {
    padding: 0;
    margin: 0;
    display: block; }
    .footer_menu ul li {
      float: left;
      min-width: 175px;
      max-width: 175px;
      width: 175px; }
      @media (max-width: 979px) and (min-width: 701px) {
        .footer_menu ul li {
          min-width: 150px;
          max-width: 150px;
          width: 150px; } }
      @media (max-width: 700px) {
        .footer_menu ul li {
          float: none;
          margin: 0 auto; } }
    .footer_menu ul li {
      display: block; }
      .footer_menu ul li a, .footer_menu ul li a:hover, .footer_menu ul li a:active, .footer_menu ul li a:visited, .footer_menu ul li span {
        color: #888888; }
      .footer_menu ul li ul {
        border: 0; }

@media (max-width: 980px) {
  #footer_container > .foot_col {
    margin: 0 auto;
    min-width: 320px;
    max-width: 320px;
    width: 320px;
    float: none;
    clear: both;
    display: block; } }
#footer_container > .foot_col:nth-child(1) {
  min-width: 220px;
  max-width: 220px;
  width: 220px; }
#footer_container > .foot_col:nth-child(2) {
  text-align: center; }
  @media (min-width: 980px) {
    #footer_container > .foot_col:nth-child(2) {
      text-align: right;
      float: right;
      min-width: unset;
      max-width: unset;
      width: auto; } }
  #footer_container > .foot_col:nth-child(2) p, #footer_container > .foot_col:nth-child(2) span, #footer_container > .foot_col:nth-child(2) div {
    font-size: 9px;
    color: #888; }
  #footer_container > .foot_col:nth-child(2) .fam, #footer_container > .foot_col:nth-child(2) .fam a {
    font-weight: bold; }

#k2Container.location.itemView .itemImage {
  display: block;
  width: 100%; }

#content .retail-locations > section {
  margin-bottom: 30px; }
  #content .retail-locations > section p {
    font-size: 16px;
    font-size: 120%; }
    #content .retail-locations > section p.address {
      color: #b13427; }
@media (min-width: 701px) {
  #content .retail-locations .address-box {
    width: 49%;
    display: inline-block;
    vertical-align: top; } }
#content .retail-locations .contact-box {
  background-color: #f2f2f2;
  box-sizing: border-box;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle; }
  #content .retail-locations .contact-box > p {
    padding: 2.5%;
    margin: 0;
    display: block;
    vertical-align: middle;
    font-size: 20px;
    font-size: 160%; }
  #content .retail-locations .contact-box > strong a {
    /*            font-size:20px;
                font-size:160%;*/ }

#productsSoldGrid, #supplyLocations {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both; }
  #productsSoldGrid > section, #supplyLocations > section {
    background-color: #f2f2f2;
    word-wrap: break-word;
    vertical-align: top;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    width: 31%;
    padding: 2.5%;
    margin-bottom: 20px;
    margin-right: 3%;
    min-height: 250px;
    /*            height:200px;*/
    font-size: 16px;
    font-size: 120%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #productsSoldGrid > section > strong, #supplyLocations > section > strong {
      font-size: 18px;
      font-size: 140%;
      display: block;
      text-transform: uppercase;
      margin-bottom: 20px; }
    #productsSoldGrid > section:nth-child(3n), #supplyLocations > section:nth-child(3n) {
      margin-right: 0; }
    #productsSoldGrid > section > p, #supplyLocations > section > p {
      margin: 20px 0 0 0;
      text-align: left; }
  @media (max-width: 700px) {
    #productsSoldGrid > section, #supplyLocations > section {
      min-height: 0;
      /*                height:auto;*/
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      display: block; } }

#supplyLocations > section {
  min-height: 200px; }

html {
  height: 99%; }
  html body.visualizer {
    height: 99%;
    padding: 0 !important; }
    html body.visualizer #buy, html body.visualizer #sidebar {
      display: none !important; }
    html body.visualizer #wrapper, html body.visualizer #main, html body.visualizer #content, html body.visualizer div.contentpanevisualizer {
      height: 99%;
      margin: 0;
      padding: 0 !important; }
    html body.visualizer div.contentpanevisualizer {
      width: 100%; }

/*# sourceMappingURL=styles-940.css.map */
