/*
  JE
  RR
  OG
  13
*/
/*
  .01 COLORS
  .02 REUSABLES
  .03 DEFAULTS
  .04 THE HELP
  .05 CLEAN FIELDS
  .06 HEADER
  .07 FOOTER
  .08 WAYPOINTS + HIDDEN SEARCH
  .09 HOMEPAGE
  .10 SIDE BAR 
  .11 CATEGORY PAGES
  .12 PRODUCT PAGE
  .13 COMMON (CATEGORY & PRODUCT & SEARCH PAGES)
  .14 STATIC PAGES
  .15 PROFILE PAGES
  .16 SOCIAL MEDIA
*/
/* .01 COLORS
-----------------------------------------------------------------*/
/* .02 REUSABLES
-----------------------------------------------------------------*/
/* .03 DEFAULTS
-----------------------------------------------------------------*/
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  /*background: url('/og-core/img/backgrounds/2014/snow.jpg') top center no-repeat #8dabc0 fixed !important;*/
  background: url('/og-core/img/backgrounds/2014/smooth.jpg') top center no-repeat #001a2b fixed !important;
}
#above-header a,
#above-header a i {
  color: white !important;
}
#header-container2 {
  height: 150px;
  background: #000000 url('/og-core/skins/ncaa/header.jpg') repeat-x !important;
}
.ncaa {
  position: absolute;
  top: -3px;
  /*left: 50px;*/

  display: block;
  z-index: 7777;
}
button {
  cursor: hand;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
a {
  color: #293e56;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}
hr {
  border-top: rgba(0, 0, 0, 0.1) thin solid;
  margin: 15px 0 23px 0;
  width: 100%;
}
label {
  color: #293e56;
}
.container_12 {
  background-color: transparent !important;
}
/* .04 THE HELP
-----------------------------------------------------------------*/
.flip-horizontal {
  -moz-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.flip-vertical {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon-mirrored:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/* .05 CLEAN FIELDS
-----------------------------------------------------------------*/
.text-field {
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  height: 25px;
  padding: 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
}
.button {
  font-size: 13px !important;
  padding: 4px;
  height: 20px;
  border: 1px solid #4c4c4c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #79b867;
  background: -moz-linear-gradient(top, #79b867 0%, #559343 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79b867), color-stop(100%, #559343));
  background: -webkit-linear-gradient(top, #79b867 0%, #559343 100%);
  background: -o-linear-gradient(top, #79b867 0%, #559343 100%);
  background: -ms-linear-gradient(top, #79b867 0%, #559343 100%);
  background: linear-gradient(to bottom, #79b867 0%, #559343 100%);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff !important;
}
.button:hover {
  background: #639a56;
  background: -moz-linear-gradient(top, #639a56 0%, #639a56 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #639a56), color-stop(100%, #639a56));
  background: -webkit-linear-gradient(top, #639a56 0%, #639a56 100%);
  background: -o-linear-gradient(top, #639a56 0%, #639a56 100%);
  background: -ms-linear-gradient(top, #639a56 0%, #639a56 100%);
  background: linear-gradient(to bottom, #639a56 0%, #639a56 100%);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff !important;
}
.button:active {
  background: #4f893e;
  background: -moz-linear-gradient(top, #4f893e 0%, #79b867 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f893e), color-stop(100%, #79b867));
  background: -webkit-linear-gradient(top, #4f893e 0%, #79b867 100%);
  background: -o-linear-gradient(top, #4f893e 0%, #79b867 100%);
  background: -ms-linear-gradient(top, #4f893e 0%, #79b867 100%);
  background: linear-gradient(to bottom, #4f893e 0%, #79b867 100%);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff !important;
}
.button2 {
  cursor: hand;
  cursor: pointer;
  font-size: 13px !important;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #4c4c4c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #79b867 !important;
  background: -moz-linear-gradient(top, #79b867 0%, #559343 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79b867), color-stop(100%, #559343)) !important;
  background: -webkit-linear-gradient(top, #79b867 0%, #559343 100%) !important;
  background: -o-linear-gradient(top, #79b867 0%, #559343 100%) !important;
  background: -ms-linear-gradient(top, #79b867 0%, #559343 100%) !important;
  background: linear-gradient(to bottom, #79b867 0%, #559343 100%) !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff !important;
}
.button2 a {
  color: #ffffff !important;
}
.button2:hover {
  background: #639a56 !important;
  background: -moz-linear-gradient(top, #639a56 0%, #639a56 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #639a56), color-stop(100%, #639a56)) !important;
  background: -webkit-linear-gradient(top, #639a56 0%, #639a56 100%) !important;
  background: -o-linear-gradient(top, #639a56 0%, #639a56 100%) !important;
  background: -ms-linear-gradient(top, #639a56 0%, #639a56 100%) !important;
  background: linear-gradient(to bottom, #639a56 0%, #639a56 100%) !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff !important;
}
.button2:hover a {
  color: #f6f6f6 !important;
}
.button2:active {
  background: #4f893e !important;
  background: -moz-linear-gradient(top, #4f893e 0%, #79b867 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f893e), color-stop(100%, #79b867)) !important;
  background: -webkit-linear-gradient(top, #4f893e 0%, #79b867 100%) !important;
  background: -o-linear-gradient(top, #4f893e 0%, #79b867 100%) !important;
  background: -ms-linear-gradient(top, #4f893e 0%, #79b867 100%) !important;
  background: linear-gradient(to bottom, #4f893e 0%, #79b867 100%) !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff !important;
}
/* .06 HEADER
-----------------------------------------------------------------*/
#header-container {
  margin-bottom: -3px;
  height: 130px;
  background: url('/og-core/global/header/header-crowd-blue.png');
}
#header-container2 {
  height: 150px;
  background: #000000 url('/og-core/global/header/header-crowd-blue4.jpg') repeat-x !important;
}
#promo-tab img {
  width: 192px;
  height: 121px;
  position: relative;
  left: -20px;
  top: 3px;
}
.adjust-logo {
  padding-top: 15px;
  position: relative;
  left: -55px;
}
#account-search-container {
  position: relative;
  top: 50px;
  left: 410px;
  width: 230px;
  height: 67px;
  background: rgba(40, 40, 40, 0.6);
}
#account {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
}
#account ul {
  position: relative;
  top: 3px;
}
#account ul li {
  display: inline-block;
  margin-right: 9px;
  color: #ffffff;
}
#account a {
  text-decoration: none;
}
#account a i:hover {
  color: #ff0000;
}
#search {
  height: 27px;
  margin-bottom: -24px;
}
#header-search {
  border: 0px;
  padding: 10px;
  position: relative;
  right: 13px;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
#search-box input {
  outline: none;
  position: relative;
  left: -27px;
  width: 350px;
}
#search-button {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border: 0px;
  height: 25px;
  width: 39px;
  position: relative;
  top: -26px;
  left: 176px;
  background: #9dd53a;
  background: -moz-linear-gradient(top, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd53a), color-stop(50%, #9fd24d), color-stop(51%, #80c217), color-stop(100%, #7cbc0a));
  background: -webkit-linear-gradient(top, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
  background: -o-linear-gradient(top, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
  background: -ms-linear-gradient(top, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
  background: linear-gradient(to bottom, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
}
#search-button:hover {
  background: #7CBC0A;
}
#search-button:active {
  background: #9DD53A;
}
.search-adjust {
  position: relative;
  color: #ffffff;
  font-size: 19px;
}
#above-header {
  font-family: 'Droid Sans', helvetica, arial, sans-serif;
  font-size: 12px;
  height: 30px;
  line-height: 35px;
}
#above-header i {
  color: #1a3552;
}
#above-header a {
  text-decoration: none;
  font-weight: 500;
  color: #1a3552;
}
#above-header a:hover {
  color: #ff0000 !important;
}
#above-header a:active {
  position: relative;
  top: 1px;
  -webkit-text-shadow: 0px -4px 3px rgba(50, 50, 50, 0.3);
  -moz-text-shadow: 0px -4px 3px rgba(50, 50, 50, 0.3);
  text-shadow: 0px -4px 3px rgba(50, 50, 50, 0.3);
}
header {
  font-family: 'Droid Sans', helvetica, arial, sans-serif;
  font-size: 12px;
  color: #ffffff !important;
  margin-bottom: 10px !important;
}
header form {
  height: 30px !important;
}
header a {
  text-transform: uppercase;
  color: #ffffff;
}
header a:hover {
  color: #063c5b !important;
}
#header-top-row {
  margin-bottom: 15px;
}
.the-logo-adjustment {
  width: 300px;
  height: auto;
}
#header-top-row {
  padding: 10px 10px 0 10px;
  max-width: 940px;
}
#header-search-row {
  padding: 0 10px 10px 10px;
  max-width: 940px;
}
.adjust-left-tag {
  position: relative;
  top: 100px;
  z-index: 2000;
  height: 28px;
  width: auto;
}
.adjust-right-tag {
  position: relative;
  top: 100px;
  right: -20px;
  z-index: 2000;
  height: 28px;
  width: auto;
}
.search-style {
  padding-left: 15px;
  font-size: 15px;
  color: #ffffff;
}
.account-style {
  font-size: 20px;
  color: #ffffff;
}
.move-the-search {
  position: relative;
  left: 19px;
  bottom: 3px;
}
/* .07 FOOTER
-----------------------------------------------------------------*/
#footer-container {
  color: #4c4c4c;
  padding-bottom: 10px;
  height: 186px;
  background: #d1d1d1 url('/og-core/global/textures/texture-distressed-grey.png');
}
#footer-container a {
  font-family: 'Droid Sans', helvetica, arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
#footer-container a:hover {
  color: #ff0000;
}
.footer-column,
.social-media-footer {
  margin-top: 12px;
}
.footer-column h3,
.social-media-footer h3 {
  font-family: 'Droid Sans', helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.social-media-footer ul {
  list-style-type: none;
}
.social-media-footer ul li {
  display: inline-block;
  padding-left: 5px;
  padding-top: 5px;
}
#copyright {
  text-align: center;
  margin-left: 0;
  font-size: 9px;
}
#crowd {
  margin-top: 10px;
  background: url('/og-core/global/footer/footer-crowd.png') repeat-x;
  margin-left: 0;
  width: 960px;
  height: 85px;
}
/* .08 WAYPOINTS + HIDDEN SEARCH
-----------------------------------------------------------------*/
#dropSearch {
  position: relative;
  top: -7px;
  left: 10px;
}
.drop i {
  color: #4c4c4c;
}
.drop i:hover {
  color: white;
}
.fixed .megamenu_container {
  position: fixed;
  top: 0;
  width: 960px;
  z-index: 9999;
}
.fixed-search {
  position: fixed;
  top: 34px;
  z-index: 9999;
}
.hidden {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}
.search-pad {
  padding: 0 0 0 7px;
}
.new-nav-line {
  width: 1px;
  height: 28px;
  background-color: #b1b1b1;
  position: relative;
  top: 3px;
}
#nav-search {
  margin-left: 660px;
  width: 260px;
  padding: 10px;
  background-color: #4c4c4c;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  z-index: 3000;
}
#nav-search input {
  width: 180px;
}
/* .09 HOMEPAGE
-----------------------------------------------------------------*/
#main-feature {
  height: 335px;
}
#top-brands-container {
  margin-top: 13px;
  margin-bottom: 10px;
}
#top-brands {
  padding: 3px 0 3px 12px;
}
#top-brands ul li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
}
#departments {
  background: url('/og-core/global/textures/texture-distressed-grey.png');
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #d1d1d1;
  padding: 10px 0;
}
#departments a {
  display: block;
  font-family: 'Droid Sans', helvetica, arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
#departments a:hover {
  color: #ff0000;
}
.departments-images {
  padding: 0 0 5px 0;
}
.departments-titles {
  height: 34px;
  line-height: 34px;
}
.departments-titles h2 {
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 13px;
  color: #293e56;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
}
#top-picks {
  background: url('/og-core/global/textures/texture-distressed-grey.png');
  margin-bottom: 10px;
  height: 200px;
  background-color: #d1d1d1;
  padding: 10px 0;
}
#top-picks li {
  list-style-type: none;
  float: left;
  margin: 0 0 0 0;
  position: relative;
  color: #ffffff;
}
#top-picks li span {
  font-family: 'Droid Sans', helvetica, arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: none;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  width: 290px;
}
/* .10 SIDE BAR
-----------------------------------------------------------------*/
.side-content {
  float: left;
  width: 160px;
  clear: both;
  margin-bottom: 10px;
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 14px;
  padding: 5px 0;
  text-transform: uppercase;
  background: #d1d1d1 url('/og-core/global/textures/texture-distressed-grey.png');
}
.side-content form {
  padding-bottom: 8px;
}
.side-content a {
  color: #293e56;
}
.side-content a:hover {
  color: #ff0000 !important;
}
.side-content p {
  margin: 0px !important;
  padding: 0 0 0 5px;
}
.ribbon {
  color: #ffffff;
  margin-left: -10px;
  width: 165px;
  height: 30px;
  background: url('/og-core/icons/elements/new-ribbon.png') no-repeat;
}
.ribbon a {
  line-height: 30px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.ribbon a:hover {
  color: #f6f6f6 !important;
  text-decoration: underline !important;
}
.lil-corner {
  background: url('/og-core/icons/elements/ribbon-corner.png') no-repeat;
  width: 10px;
  height: 10px;
  position: relative;
  left: -10px;
}
.resize-icon {
  padding-left: 3px;
  font-size: 12px;
}
#tabnav li {
  min-width: 145px;
  max-width: 145px;
  padding-left: 5px;
  background: #293e56;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 3px;
}
#tabnav li:last-child {
  margin-bottom: 15px;
}
#tabnav li a {
  color: #ffffff;
  display: block;
}
#tabnav li a:hover {
  color: #a6c1e3 !important;
}
.contain-cats {
  background: #d1d1d1 url('/og-core/global/textures/texture-distressed-grey.png');
  float: left;
  width: 150px !important;
  padding: 5px;
  clear: both;
}
.the-side-bar {
  float: left;
}
.selected {
  background: #6c7a8b !important;
  position: relative;
}
.selected:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 130px;
}
/* .11 CATEGORY PAGES
-----------------------------------------------------------------*/
.line {
  margin-top: 10px;
  margin-bottom: 15px;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.style-head {
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.fc-header {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  background: #d1d1d1 url('/og-core/global/textures/texture-distressed-grey.png');
  border-bottom: thin solid #293e56;
}
.fc-header a {
  font-weight: 700;
}
.fc-header a:hover {
  color: #ff0000;
}
.fch-title {
  color: #293e56 !important;
}
.fch-title a {
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #293e56 !important;
  font-weight: bold !important;
}
.fch-title a:hover {
  color: #ff0000 !important;
}
#category-image {
  width: 780px;
}
#category-image img {
  border: #ffffff solid 5px;
  margin-bottom: 10px;
}
.ps-wrapper {
  width: 780px;
}
.ps-wrapper tr td {
  text-align: center;
}
.ps-wrapper a {
  display: block;
  text-decoration: none;
  color: #293e56;
  font-size: 12px;
}
.ps-wrapper a:hover {
  color: #ff0000 !important;
}
.rc-title {
  padding: 0 5px;
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  width: 780px;
  background: #d1d1d1 url('/og-core/global/textures/texture-distressed-grey.png');
}
.rc-title a {
  font-weight: 700;
  color: #293e56;
}
.rc-title a:hover {
  color: #ff0000 !important;
}
.rc-item {
  padding: 0 5px 3px 5px;
  background: #ffffff !important;
}
.fc-wrapper {
  margin-bottom: 10px;
}
#category-image-detail-page {
  width: 780px;
  padding: 5px;
  background: #ffffff;
  margin-bottom: 10px;
}
#category-image-detail-page img {
  width: 780px;
  height: auto;
}
.rc-header-container {
  width: 790px;
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  background: #d1d1d1 url('/og-core/global/textures/texture-distressed-grey.png');
  margin-bottom: 10px;
}
.category-header-content {
  width: 780px;
  float: right;
  border: #ffffff solid 5px;
  background: #ffffff;
  margin-bottom: 10px;
}
#category-image,
.fc-wrapper,
#category-image-detail-page {
  float: right;
}
.hold-the-ps {
  padding: 5px;
  width: 780px;
  background: #ffffff;
}
.sale-price-detail {
  font-size: 15px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.results-container {
  background: #ffffff;
  float: right;
  min-width: 780px !important;
  padding: 5px;
}
.sale-price-table {
  font-size: 15px !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100%;
}
.results {
  text-align: center;
  width: 770px;
  margin-bottom: 10px;
}
.results a {
  text-align: center;
  font-size: 12px;
}
.results a:hover {
  color: #ff0000 !important;
}
.space-maker {
  height: 30px;
}
.add-pad {
  padding: 5px 0;
}
.product-summary-price {
  font-size: 15px !important;
  text-align: center !important;
}
.below-product {
  font-size: 12px;
}
/* .12 PRODUCT PAGE
-----------------------------------------------------------------*/
#special-selecty {
  position: relative;
  top: 3px;
  -webkit-appearance: menulist-button;
  height: 25px !important;
}
#product-detail-content {
  max-width: 400px;
  padding: 0 10px 10px 0 !important;
  font-family: 'Droid Sans', helvetica, arial, sans-serif;
  font-size: 13px;
}
#product-detail-content h1 {
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 17px;
  color: #293e56;
  text-transform: uppercase;
  font-weight: 700;
}
.product-id {
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 14px;
  color: #293e56;
  text-transform: uppercase;
  font-weight: 400;
}
.title {
  padding: 5px;
  margin-left: 5px;
  background: #ffffff;
  width: 140px;
}
.title p {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.title p:last-child {
  padding-bottom: 0px;
}
.box-head {
  margin-bottom: 5px;
  font-family: 'Maven Pro', helvetica, arial, sans-serif !important;
  font-size: 14px !important;
  color: #293e56;
  font-weight: 700;
  margin-left: 5px;
  /*height: 25px;*/

  /*.vertical-center (25px);*/

}
.fox-head {
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #293e56;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
}
.no-results {
  height: 50px;
  line-height: 50px;
  background: url('/og-core/global/textures/texture-distressed-grey.png') #d1d1d1;
}
.the-sub-cat {
  height: 25px;
  line-height: 25px;
  background: url('/og-core/global/textures/texture-distressed-grey.png') #d1d1d1;
  margin-bottom: 10px;
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 17px;
  font-weight: 900px;
  text-transform: uppercase;
}
.align-right {
  width: 780px;
  float: right;
  padding: 5px;
}
.recently-viewed-side {
  text-align: center;
  background: #ffffff;
  width: 150px;
  margin-left: 5px;
  padding: 10px 0;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
}
.searched-for {
  background: url('/og-core/global/textures/texture-distressed-grey.png') #d1d1d1;
  padding: 5px;
  margin-bottom: 10px;
  width: 780px;
  float: right;
  color: #293e56 !important;
}
.searched-for ul li {
  color: #293e56 !important;
}
.item-count {
  font-size: 11px;
  text-transform: uppercase;
  color: #137ebd;
}
#recently-viewed-title {
  color: #293e56;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#recently-viewed-title hr {
  border-bottom: thin solid #293e56;
  margin-right: 10px;
}
#product-detail-image {
  padding-right: 10px;
}
.product-detail-container {
  float: right;
  width: 770px;
  background: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
}
.below-product {
  margin-bottom: 5px;
  /*width: 940px;*/

  max-width: 770px;
  clear: both;
  background: #ffffff;
  padding: 10px;
}
.below-product a:hover {
  color: #ff0000;
}
.category-header,
.results-nav-top {
  margin-bottom: 10px;
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background: url('/og-core/global/textures/texture-distressed-grey.png') #d1d1d1;
}
.results-nav-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 16px;
  padding: 5px;
  text-transform: uppercase;
  width: 780px;
  background: url('/og-core/global/textures/texture-distressed-grey.png') #d1d1d1;
}
.category-header a {
  color: #293e56;
  padding-left: 5px;
}
.category-header a:hover {
  color: #ff0000 !important;
}
.results-nav-top,
.results-nav-bottom {
  height: 20px;
  line-height: 20px;
}
.results-nav-top a,
.results-nav-bottom a {
  color: #293e56;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}
.results-nav-top a:hover,
.results-nav-bottom a:hover {
  color: #ff0000;
}
/* .13 COMMON (CATEGORY & PRODUCT & SEARCH PAGES)
-----------------------------------------------------------------*/
.query em {
  color: #BE0000 !important;
}
#related-categories {
  max-width: 150px;
}
#related-categories a {
  font-size: 12px;
  text-decoration: none;
  color: #293e56;
}
#related-categories a:hover {
  color: red;
}
/* .14 STATIC PAGES
-----------------------------------------------------------------*/
.static-content {
  margin-bottom: 30px;
}
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content p {
  margin: 0;
  padding: 0;
}
.static-content h1 {
  font-size: 26px;
  color: #293e56;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.static-content h2 {
  color: #293e56;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.static-content h3 {
  color: #293e56;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 5px;
}
.static-content .content {
  margin-bottom: 40px;
}
.static-content p {
  font-size: 13px;
  margin-bottom: 10px;
}
.static-content table {
  width: 610px;
}
.static-content .diagram {
  width: 160px;
  float: left;
}
.static-content th {
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  color: white;
  padding: 5px;
  background: #293e56;
}
.static-content td {
  font-size: 13px;
  padding: 8px 10px;
}
.static-content tr {
  background-color: #f6f6f6;
  border-top: thin solid #e4e4e4;
}
.static-content tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.static-content tr:first-child {
  border-top: none;
}
.static-content caption {
  margin-top: 5px;
  font-size: 12px;
  text-align: left;
  caption-side: bottom;
}
.static-content .chart-group,
.static-content .information {
  margin-bottom: 50px;
}
.static-content .list {
  padding: 2px;
  max-width: 1000px;
}
.static-content .chart {
  min-height: 200px;
  margin-bottom: 30px;
}
.static-content .chart.shipping table {
  width: 770px !important;
}
.static-content .chart.shipping caption {
  margin-top: 0px !important;
  margin-bottom: 10px;
  caption-side: top !important;
}
.static-content .chart.accessories table {
  width: 770px !important;
}
.static-content .info {
  margin: 20px 0;
}
.static-content .info hr {
  margin: 0 0 7px 0 !important;
}
.static-content .thcenter {
  text-align: center;
}
.static-content ul li {
  display: block;
  margin-bottom: 5px;
}
.static-content hr {
  width: 100%;
  float: left;
  border: none;
  border-top: thin solid #D1D1D1;
  margin-bottom: 40px;
}
.static-side-content {
  color: #ffffff;
  float: left;
  width: 150px;
  clear: both;
  margin-bottom: 10px;
  font-family: 'Maven Pro', helvetica, arial, sans-serif;
  font-size: 14px;
  font-size: 700;
  padding: 5px;
  text-transform: uppercase;
  background: #d1d1d1;
}
.static-side-content a {
  display: block;
  color: #293e56 !important;
}
.static-side-content a:hover {
  color: #000000 !important;
}
.hide-the-list {
  display: none;
}
.static-right-container {
  float: right;
  width: 770px;
  background: url('/og-core/global/textures/texture-distressed-grey.png') #d1d1d1;
  margin-bottom: 10px;
  padding: 10px;
}
.static-right-container p {
  font-size: 13px;
  margin: 0 0 10px 0;
}
.static-right-container ul {
  font-size: 13px;
}
.static-the-margin {
  margin-bottom: 20px;
}
.remove-background {
  background: transparent !important;
}
.shirt-diagram {
  float: left;
  max-width: 150px;
  margin-right: 10px;
}
.table-adjust {
  float: right;
  width: 610px !important;
}
.clear-table-div {
  margin-bottom: 15px;
  clear: both;
}
.quick-space {
  clear: both;
  height: 45px;
}
.table-space {
  clear: both;
  height: 25px;
}
.the-warning-message {
  color: #ff0000 !important;
  background: url('/og-core/global/textures/texture-distressed-grey.png') #d1d1d1;
  padding: 10px;
  margin-bottom: 10px;
}
/* .15 PROFILE PAGES
-----------------------------------------------------------------*/
fieldset {
  border: 1px solid #999;
  margin: 0;
  padding: 10px;
}
legend {
  padding: 5px;
}
.field {
  margin: 0 0 10px 0;
}
.field .field {
  margin: 5px 0 0 0;
}
.field input,
.field select {
  margin: 5px 0;
}
.field label {
  font-weight: bold;
  display: block;
}
.form-help {
  color: #76797c;
  margin: 5px 0;
}
.form-controls {
  margin: 10px 0;
}
.address-payment-left {
  background: #d1d1d1 url('/og-core/global/textures/texture-distressed-grey.png');
  width: 400px;
}
.address-payment-left input {
  width: 310px;
  color: #4c4c4c;
  border: 1px solid #555;
  height: 25px;
  padding: 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #f6f6f6 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f6f6f6), color-stop(51%, #f6f6f6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #f6f6f6 51%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #f6f6f6 51%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #f6f6f6 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 50%, #f6f6f6 51%, #ffffff 100%);
}
.address-payment-left select {
  width: 330px;
  height: 25px;
  -webkit-appearance: menulist-button;
}
.warning-icon {
  color: red;
  font-size: 17px;
}
.address-payment-right {
  width: 500px;
}
.the-profile-pages {
  background: #ffffff;
  padding: 10px;
  color: #293e56 !important;
  margin-bottom: 5px;
}
.the-profile-pages hr {
  margin: 2px 0;
  padding: 0;
}
.the-profile-pages .box-head {
  margin: 0;
  padding: 0;
}
.icon-profile-pages {
  font-size: 8px;
  position: relative;
  top: -2px;
}
/* .16 SOCIAL MEDIA
-----------------------------------------------------------------*/
.dartit-button {
  border: 1px solid #c9c5c5;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #dfdfdf 100%);
  max-height: 20px;
  height: 18px;
  line-height: 18px;
  width: 43px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #216193;
  font-size: 12px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  float: left;
}
.dartit-button:hover {
  border-color: #b5b1b1;
  text-decoration: none;
}
.dartit-button:active {
  border-color: #b5b1b1;
  background: #dfdfdf;
  background: -moz-linear-gradient(top, #dfdfdf 0%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #dfdfdf 0%, #fefefe 100%);
  background: -o-linear-gradient(top, #dfdfdf 0%, #fefefe 100%);
  background: -ms-linear-gradient(top, #dfdfdf 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #dfdfdf 0%, #fefefe 100%);
}
#footer-news-ticker {
  background: #293e56 !important;
  max-height: 2px;
  height: 2px;
}
.new-footer {
  font-family: Helvetica, Arial, sans-serif !important;
  color: white;
  font-size: 12px !important;
}
.new-footer a {
  font-size: 12px !important;
  color: white !important;
}
.new-footer a:hover {
  color: red !important;
}
.new-footer .left {
  width: 315px;
  margin-right: 12px;
  float: left;
  background: url('/og-core/global/textures/texture-distressed-grey.png') #d1d1d1;
}
.new-footer .left .ml {
  height: 94px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.new-footer .left .ml a {
  font-size: 25px !important;
  color: #293e56 !important;
}
.new-footer .left .ml a:hover {
  color: #ff0000 !important;
}
.new-footer .left .ml h2 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 23px !important;
  color: #293e56;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.new-footer .left .ml p {
  color: #6c6c6c;
  font-size: 12px;
  margin: 0;
}
.new-footer .right {
  width: 633px;
  float: right;
  background: #0f1e30;
  padding: 12px 0;
}
.new-footer .right .links {
  float: left;
  clear: both;
  margin-left: 12px;
  display: inline;
}
.new-footer .right .links .fc {
  margin-right: 13px;
  width: 111px;
  float: left;
}
.new-footer .right .links .fc li {
  display: block;
}
.new-footer .right .links .sc {
  width: 85px;
  float: left;
}
.new-footer .right .links .sc li {
  display: block;
}
.new-footer .right .info {
  float: left;
  width: 200px;
  /*margin-left: 12px;*/

  margin-left: 25px;
  display: inline;
}
.new-footer .right .info ul li {
  display: block;
  margin-bottom: 5px;
  font-size: 14px !important;
}
.new-footer .right .info ul li:last-child {
  font-size: 10px !important;
}
.new-footer .right .social {
  float: left;
  width: 150px;
  /*margin-left: 22px;*/

  margin-left: 31px;
  display: inline;
}
.new-footer .right .social ul {
  display: block;
  margin-bottom: 5px;
}
.new-footer .right .social ul li {
  display: inline;
  float: left;
}
.new-footer .right .social ul li:last-child {
  display: block;
  margin-top: 10px;
}
.new-footer .uncc {
  clear: both;
  height: 50px;
}
.footer {
  position: relative;
  top: 10px;
  color: #ffffff;
}
.footer h2 {
  font-family: 'Droid Sans', helvetica, arial, sans-serif;
  font-size: 23px;
  color: #293e56;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer .lt-ft {
  position: relative;
  left: -20px;
}
.footer .lt-ft .top {
  padding: 10px 5px;
  background: url('/og-core/global/textures/texture-distressed-grey.png') #d1d1d1;
  margin-bottom: 10px;
  text-align: center;
}
.footer .lt-ft .top h2 {
  margin-bottom: 0px;
}
.footer .lt-ft .top p {
  color: #6c6c6c;
  font-size: 12px;
  margin: 0;
  padding: 0 15px;
}
.footer .lt-ft .top a {
  text-transform: uppercase;
}
.footer .lt-ft .bot {
  text-align: center;
}
.footer .lt-ft .bot img {
  position: relative;
  top: 30px;
}
.footer .rt-ft .top {
  min-height: 70px;
  /*margin-top: 10px;*/

  margin-bottom: 10px;
}
.footer .rt-ft .top h2 {
  color: #ffffff;
}
.footer .rt-ft .top .left ul li {
  margin-left: 8px;
  display: inline !important;
  position: relative;
}
.footer .rt-ft .top .left ul li:hover {
  top: 1px;
}
.footer .rt-ft .top .right input {
  width: 185px;
}
.footer .rt-ft .top .right button {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  /*border-left: 1px solid @black;*/

  border: 1px solid #4c4c4c;
  height: 27px;
  padding: 0px 10px;
  position: relative;
  left: -6px;
  top: 1px;
  background: #9dd53a;
  background: -moz-linear-gradient(top, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd53a), color-stop(50%, #9fd24d), color-stop(51%, #80c217), color-stop(100%, #7cbc0a));
  background: -webkit-linear-gradient(top, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
  background: -o-linear-gradient(top, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
  background: -ms-linear-gradient(top, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
  background: linear-gradient(to bottom, #9dd53a 0%, #9fd24d 50%, #80c217 51%, #7cbc0a 100%);
}
.footer .rt-ft .top .right button:hover {
  background: #7CBC0A;
}
.footer .rt-ft .top .right button:active {
  background: #9DD53A;
}
.footer .rt-ft .mid {
  clear: both;
  height: 30px;
  line-height: 30px;
  /*      border-top: 1px solid #4d5865;
      border-bottom: 1px solid #4d5865;*/

  border-top: 1px solid #dddee2;
  border-bottom: 1px solid #dddee2;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.footer .rt-ft .mid a {
  color: #ffffff;
}
.footer .rt-ft .mid a:hover {
  color: #ff0000;
}
.footer .rt-ft .bot {
  min-height: 175px;
  background: #0f1e30;
  clear: both;
  padding: 10px;
}
.footer .rt-ft .bot ul {
  width: 150px;
  float: left;
}
.footer .rt-ft .bot ul li {
  margin-bottom: 0px !important;
}
.footer .rt-ft .bot ul li:first-child {
  margin-bottom: 3px !important;
}
.footer .rt-ft .bot a {
  color: #ffffff;
  font-size: 12px !important;
}
.footer .rt-ft .bot a:hover {
  color: #ff0000;
}
.footer .rt-ft .bot h2 {
  font-size: 16px;
  color: white;
  margin-bottom: 0px;
}
.footer .bt-ft {
  font-size: 10px;
  clear: both;
  height: 100px;
  color: #ffffff;
  margin-top: 10px;
  /*    .top {
      height: 25px;
      line-height: 25px;
      text-align: right;
      border-bottom: 1px solid #4d5865;

      i {
        margin-right: 7px;
      }
    }

    .bot {
      clear: both;
      height: 25px;
      line-height: 25px;

      .left {
        text-align: left;
      }

      .right {
        text-align: right;
      }
    }*/

}
.footer .bt-ft a {
  color: #ffffff !important;
}
.footer .bt-ft a:hover {
  color: #ff0000 !important;
}
.footer .bt-ft .right {
  text-align: right;
}
.nbc {
  font-weight: bold;
}
.nbc a {
  font-weight: normal;
}
