/***********SOCXS Font***********/
 @import url('//fonts.googleapis.com/css?family=Open+Sans:300,400');

/***********SOCXS Style***********/
 /*
   This file contains default settings for the Socxs Theme. These can be overridden 
   by the admin of the site.
*/
/**Backgound Styles**/
/*Page Background Styles*/
/*Main Body Background Color*/
/* Main Body Background Image*/
/*Body Repeat*/
/*Body Horizontal Position*/
/*Body Vertical Position*/
/*Body Attachment (Scroll/noscroll/fixed*/
/*Page Container Styles*/
/*Container Background Color*/
/*Container Image*/
/*Container Repeat*/
/*Container Horizontal Postion*/
/*Container Vertical Position*/
/*Container attachment (Scroll/Nosroll Fixed*/
/*Container vertical padding*/
/*Container Horizontal Padding*/
/************Frame Styles*******************************/
/*Frame Title*/
/*Horizontal*/
/*Vertical*/
/*Size*/
/*Weight*/
/*Font*/
/*Link*/
/*Frame Content*/
/*Horizontal*/
/*Vertical*/
/*Frame Margin*/
/*Frame*/
/*Frame Border*/
/*Thickness*/
/*Type*/
/*Radius*/
/*Border*/
/*Frame Shadow*/
/*Horizontal*/
/*Vertical*/
/*Blur*/
/*Spread*/
/*Shadow*/
/*************************Card Styles***********************/
/*User*/
/*Size*/
/*Weight*/
/*Text*/
/*User*/
/*Card Settings*/
/*Vertical-top*/
/*Vertical-Bottom*/
/*Horizontal*/
/*Card*/
/*Side Margin*/
/*Card Margin*/
/*Card Paragraph Styles*/
/*Horizontal Padding*/
/*Veritcal Padding*/
/*Horizontal Margin*/
/*Vertical Margin*/
/*Size*/
/*Text*/
/*Link*/
/*Footer*/
/*Card Separator*/
/*Thickness*/
/*Type*/
/*Separator*/
/*Card Border*/
/*Thickness*/
/*Type*/
/*Radius*/
/*Border*/
/*Card Shadow*/
/*Horizontal*/
/*Vertical*/
/*Blur*/
/*Spread*/
/*Shadow*/
.sxst-body {
  background-color: #dddddd;
  background-image: url('https://theuonline.socxs.com/sx/api/v2/site/TheUOnline/page/Catalog/style/custom?isPreview=False');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
.socxs-page-container {
  background-color: white;
  background-image: url('https://theuonline.socxs.com/sx/api/v2/site/TheUOnline/page/Catalog/style/custom?isPreview=False');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: top;
}
@media (min-width: 992px) {
  .socxs-page-container {
    padding: 0px 0px;
  }
}
/*.mod-load-more {
    text-align: center;
    font-size: 11px;

    a {
        color: @socxs-frame-header-txt-color !important;
    }
}*/

/************************Verticals********************************************/

.sxst-vertical-module {
  padding: 20px !important;
  color: #333300;
}
.sxst-vertical-module h3 {
  color: blue;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.sxst-vertical-module h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: blue;
}
.sxst-vertical-module table {
  width: 100%;
  table-layout: fixed;
}
.sxst-vertical-module table td,
.sxst-vertical-module table th {
  padding: 10px 10px;
  vertical-align: middle;
  text-align: left;
  word-break: break-word;
  padding: 5px;
}
.sxst-vertical-module table td:first-child {
  max-width: 200px;
  text-align: right;
}
.sxst-vertical-module table td.sectionbreak,
.sxst-vertical-module table th {
  text-align: center;
}
.sxst-vertical-module table .sectionbreak {
  padding-top: 30px;
}
/****Socxs Service Icon Theme***/

.mod-serviceicon {
  line-height: 0;
}
.mod-serviceicon .fa {
  font-size: large;
  line-height: normal;
}
.mod-serviceicon .fa-twitter {
  color: #55acee;
}
.mod-serviceicon .fa-twitter a {
  color: #55acee;
}
.mod-serviceicon .fa-facebook {
  color: #3a5795;
}
.mod-serviceicon .fa-facebook a {
  color: #3a5795;
}
.mod-serviceicon .fa-rss {
  color: #f36f24;
}
.mod-serviceicon .fa-rss a {
  color: #f36f24;
}
.mod-serviceicon .fa-youtube-play {
  color: #e12f29;
}
.mod-serviceicon .fa-youtube-play a {
  color: #e12f29;
}
.mod-serviceicon .fa-tumblr {
  color: #35465c;
}
.mod-serviceicon .fa-tumblr a {
  color: #35465c;
}
.mod-serviceicon .fa-google-plus {
  color: #dd4b39;
}
.mod-serviceicon .fa-google-plus a {
  color: #dd4b39;
}
/* Miscellenaous Mixins */
/* FOOTER TOOLTIP  */

.footer-tooltip {
  font-family: 'Open Sans';
  font-weight: 300;
  bottom: 25px;
  position: fixed;
  right: 10px;
  z-index: 600;
  width: 214px;
  margin-right: 20px;
}
.footer-tooltip .panel-body {
  padding: 15px !important;
}
.footer-tooltip a {
  color: #2a2a2a;
}
.footer-tooltip h3 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  color: #2a2a2a;
}
.footer-tooltip h3 a {
  color: #2a2a2a;
  float: right;
}
.footer-tooltip .btn-primary {
  color: white;
  background-color: #181818;
  border-color: #0b0b0b;
  background-image: none;
  background-image: none !important;
  font-family: "open Sans" !important;
}
.footer-tooltip .btn-primary:hover {
  color: white;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.footer-tooltip .btn-group {
  margin-bottom: 0;
}
.footer-tooltip .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  color: white;
  background-color: #181818;
  border-color: #0b0b0b;
}
.footer-tooltip .note-editor .note-editable {
  background-color: #eeeeee;
}
.footer-tooltip .note-editor .note-editable:focus {
  background-color: white;
}
.footer-tooltip .toolTipInner {
  background: #fefefe;
  min-height: 25px;
  color: #333333;
  border: 1px solid #eeeeee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
.footer-tooltip .toolTipInner .tooltipinner-form {
  border: 0;
  padding: 15px;
}
.footer-tooltip .toolTipInner .tooltipinner-form.tooltipinner-post {
  padding-top: 0;
}
.footer-tooltip .toolTipInner .message-text-area {
  padding: 15px 15px 0 15px;
  /*input {
            border-radius: 4px;
         }*/

}
.footer-tooltip .toolTipInner .messageBox-Detail textarea {
  height: 100px;
  resize: none;
}
.footer-tooltip .toolTipInner .min-messageBox {
  height: 62px;
  padding-bottom: 20px;
  overflow: hidden;
}
.footer-tooltip .toolTipInner .min-messageBox textarea {
  height: 32px;
}
.footer-tooltip .toolTipInner .min-messageBox .message-text-area {
  padding-bottom: 15px;
}
.footer-tooltip .toolTipInner .min-messageBox .hidebox,
.footer-tooltip .toolTipInner .min-messageBox h3 {
  display: none;
}
.footer-tooltip .toolTipInner .btn-foot-tool {
  float: right;
  margin-left: 5px;
}
.footer-tooltip .foot-tool-link {
  margin-top: 3px;
}
.footer-tooltip .input-group {
  margin-bottom: 13px;
}
.footer-tooltip .arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2a2a2a;
  position: absolute;
  bottom: -8px;
}
.footer-tooltip .input-style {
  padding: 6px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.footer-tooltip input[type=text] {
  margin-bottom: 10px;
  padding: 6px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.footer-tooltip input[type=file] {
  width: 100%;
}
.footer-tooltip textarea {
  padding: 6px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 10px;
}
.footer-tooltip select i {
  box-shadow: 0 0 0 10px white;
}
.footer-tooltip .button:hover,
.footer-tooltip .button:focus {
  color: #212121;
  background-color: #eeeeee;
  border-color: #666666;
}
.footer-tooltip .mysite-footer {
  border-top: 1px solid #eeeeee;
  text-align: center;
  padding: 10px;
  color: #2a2a2a;
  font-size: 12px;
}
.footer-tooltip .mysite-footer p {
  text-align: center;
  margin-bottom: 0;
}
.footer-tooltip .social-links {
  margin-top: 10px;
}
.footer-tooltip .social-links .socialIcons {
  margin-right: 15px;
}
.footer-tooltip .social-links .radio,
.footer-tooltip .social-links .checkbox {
  display: inline-block;
  margin-top: 0px;
}
.footer-tooltip .social-links p {
  margin-bottom: 10px;
}
.footer-tooltip .social-links .social-item a {
  color: #bbbbbb;
  font-weight: normal;
}
.footer-tooltip .social-links .social-item label {
  font-weight: normal;
}
.footer-tooltip .social-links .social-item .socialIcons {
  float: left;
  width: 20px;
  height: 25px;
  margin-right: 20px;
  line-height: 25px;
}
.footer-tooltip .social-links .social-item .socialIcons:before {
  font-size: 15px;
}
.footer-tooltip .social-links .social-item.inline-group {
  margin: 0;
}
.footer-tooltip .social-links .social-item.inline-group .checkbox {
  margin-top: 4px;
  margin-right: 5px;
}
.footer-tooltip .social-links .social-item.social-disabled {
  color: #bbbbbb;
}
.footer-tooltip .footerScroll {
  height: 178px !important;
  overflow: auto !important;
  margin-bottom: 30px !important;
}
.footer-tooltip .no-footerScroll {
  margin-bottom: 20px !important;
}
/* Sticky footer styles Start */
.footer-setting-icon {
  background: #bbbbbb;
}
.footer-setting-icon:focus {
  background: #bbbbbb;
}
.footer-setting-icon:hover {
  background: #bbbbbb;
}
/*****************End of Footer Tooltip********************************/

/*Footer Sign In*/

/*.footer-sign-in {
   p {
      text-align: left;

      .btn {
         width: 100%;
      }

      .btn-primary {
         color: #fff !important;
         background-color: #2a2a2a !important;
         border-color: #2a2a2a !important;
      }
   }

   .widget-body {
      h4 {
         text-align: center;
         font-size: 16px;
      }
   }
}*/

/**************Google Ads*********************/

.socxs-ad-hld {
  left: 0;
  bottom: 0;
  position: fixed;
}
.socxs-ad-foot {
  max-width: 320px;
  margin-left: 30px;
}
.socxs-ad-foot .socxs-ad-top {
  height: 50px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #eeeeee;
}
.socxs-ad-foot .socxs-ad-top .g-adhld {
  width: 320px;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 50px;
}
.socxs-ad-foot .socxs-ad-foot-text {
  background-color: #181818;
  color: white;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
}
.socxs-ad-foot .socxs-ad-foot-text a {
  float: left;
  color: white;
  width: 160px;
  text-align: center;
  padding: 5px 0;
  border-right: 1px solid #212121;
}
.socxs-ad-foot .socxs-ad-foot-text a .fa {
  margin-right: 5px;
}
.socxs-ad-foot .socxs-ad-foot-text a:last-child {
  border-right: none;
}
.socxs-ad-foot .socxs-ad-foot-text a:hover {
  background-color: #212121;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}
.socxs-ad-foot-mediagate {
  left: 92px;
}
/*******************Take to FB*****************************/

.take-to-fb button {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 9px;
  text-align: left;
  line-height: 15px;
  background-image: none !important;
}
.take-to-fb button .take-it-to-smaller {
  font-size: 10px;
}
.take-to-fb button .fa {
  margin-top: 8px;
  font-size: 22px;
}
.take-to-fb .btn-facebook {
  background-color: #3a5795;
  color: white;
}
.take-to-fb .btn-facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373;
  color: white;
}
.take-to-fb .btn-get-phone {
  background-color: #2a2a2a;
  color: white;
}
.take-to-fb .btn-get-phone:hover {
  background-color: #181818;
}
/*@media(min-width:768px) {
    .mob-side-btn-box {
        display: none;
    }
}*/

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.sxst-module {
  position: relative;
}
.sxst-module .panel-body {
  border: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.sxst-frame {
  background-color: #efefef;
  border: 1px solid #efefef;
  margin: 20px;
  padding: 10px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.5);
}
.sxst-frame .panel-heading {
  font-size: xx-larger;
  font-weight: 400;
  color: black;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 10px 10px;
}
.sxst-card {
  border: 0px #efefef solid;
  background-color: #cccccc;
  margin: 10px 8px;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
}
.sxst-card:first-child {
  /* This is needed to override Bootstrap media's zero margin on first-child */
  margin-top: 8px;
}
.sxst-card h4.media-heading {
  display: inline-block;
  color: #181818;
  font-size: xx-larger;
  font-weight: bold;
}
.sxst-card h4.media-heading a {
  color: blue;
}
.sxst-card h4.media-heading a:hover {
  text-decoration: underline;
}
.sxst-card .media-body {
  padding: 10px 10px;
  margin: 10px 0px;
  color: #333300;
  font-size: 18px;
  word-break: break-word;
}
.sxst-card .media-body a {
  color: blue;
}
.sxst-card .table {
  background-color: transparent;
  color: #333300;
}
.sxst-card .table > tbody > tr > th,
.sxst-card .table > thead > tr > th,
.sxst-card .table > tfoot > tr > th,
.sxst-card .table > thead > tr > td,
.sxst-card .table > tbody > tr > td,
.sxst-card .table > tfoot > tr > td {
  border-top: none;
}
.sxst-profile img {
  max-width: 100%;
}
.sxst-card-footer a {
  color: #ff2200;
  margin: 10px;
}
.sxst-card-footer hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #dddddd;
}
.sxst-card-footer .fa {
  /* Share Icons */
  font-size: large;
  color: #ff2200;
}
.sxst-card-no-padding {
  padding: 0 0 0 0;
  margin: -20px -20px 10px -20px;
}
.sxst-card-no-padding img {
  max-width: 100%;
  width: 100%;
  border-radius: 6px;
}
.sxst-comment .user-pic {
  width: 50px;
  height: 50px;
}
.sxst-comment .user-pic img {
  width: 50px;
  height: 50px;
}
.sxst-comment .media-body .media-heading {
  font-size: xx-larger;
}
.sxst-comment .media-body .media-heading a {
  color: blue;
}
.sxst-comment .media-body .media-heading a:hover {
  text-decoration: underline;
}
.modal-body .sxst-card {
  background-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px 0px white;
  -moz-box-shadow: 2px 2px 2px 0px white;
  box-shadow: 2px 2px 2px 0px white;
}
.modal-body .sxst-card h4.media-heading {
  color: black;
}
.modal-body .sxst-card h4.media-heading a {
  color: #666666;
}
.modal-body .sxst-card .media-body {
  color: black;
}
.modal-body .sxst-card .media-body a {
  color: blue;
}
.modal-body .sxst-card-footer a {
  color: #666666;
}
.modal-body .sxst-card-footer hr {
  margin-bottom: 0;
  border-top: white;
}
.modal-body .sxst-card-footer .fa {
  /* Share Icons */
  color: #666666;
}
.modal-body .sxst-comment .media-body .media-heading {
  color: black;
}
.modal-body .sxst-comment .media-body .media-heading a {
  color: #666666;
}
/***********Page Info2*************/

.page-info-module {
  padding: 20px;
  color: #333300;
}
.page-info-module h3 {
  display: block;
  padding: 10px 10px;
  color: blue;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300 !important;
}
.page-info-module h4 {
  padding: 10px 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #333300;
  font-size: 18px;
  font-weight: 300 !important;
}
.page-info-module p {
  padding-left: 10px;
  padding-right: 10px;
}
.page-info-module .info-details {
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.page-info-module .info-details .fa {
  float: left;
  margin-top: 3px;
  padding-left: 30px;
  margin-right: 10px;
}
.page-info-module .info-details p {
  float: left;
  padding-left: 0;
}
.page-info-module .info-details p a {
  color: #333300;
}
.socxs-gallery {
  margin: 10px 0px;
}
/* Override font-family if changed. Overriding it allows us not to touch bootstrap theme at all */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.tooltip,
.popover {
  font-family: 'Open Sans';
}
/********Old Legacy stuff********/

.socxs-module-row .socxs-module-content {
  overflow: auto;
  /*****Modules Specific Styles***/

  /***********Page Info2*************/

}
.socxs-module-row .socxs-module-content .mod-card:first-child {
  margin-top: 0;
}
.socxs-module-row .socxs-module-content .mod-card .post-details .post-user-detail .card-user-pic {
  width: 50px;
  height: 50px;
}
.socxs-module-row .socxs-module-content .mod-card .post-details .post-user-detail .card-user-pic img {
  width: 50px;
  height: 50px;
}
.socxs-module-row .socxs-module-content .mod-card .post-details .post-user-detail h5 {
  padding: 0;
  margin: 0;
}
.socxs-module-row .socxs-module-content .mod-card .post-details .post-user-detail h5 a:hover {
  text-decoration: underline;
}
.socxs-module-row .socxs-module-content .mod-card .post-details .post-user-detail .mod-user-2line {
  font-size: 0.8em;
  padding: 0;
}
.socxs-module-row .socxs-module-content .mod-card .post-details .post-user-detail .mod-user-2line .mod-timestamp:before {
  content: "\00b7";
  padding: 0 5px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content {
  margin: 10px 0px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content p {
  padding-left: 20px;
  padding-right: 20px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content h5 {
  padding: 0 20px;
  margin: 10px 0;
  font-size: larger;
}
.socxs-module-row .socxs-module-content .mod-card .post-content h5 a {
  color: blue;
}
.socxs-module-row .socxs-module-content .mod-card .post-content h5 a:hover {
  text-decoration: underline;
}
.socxs-module-row .socxs-module-content .mod-card .post-content h5 .mod-timestamp {
  font-size: smaller;
}
.socxs-module-row .socxs-module-content .mod-card .post-content h5 .mod-timestamp:before {
  content: "\00b7";
  padding: 0 5px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content h5 .fb-mod-timestamp {
  font-size: smaller;
}
.socxs-module-row .socxs-module-content .mod-card .post-content h5 .fb-mod-timestamp:before {
  padding: 0 5px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.socxs-module-row .socxs-module-content .mod-card .post-content .mod-pic {
  margin-bottom: 0px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content .mod-pic img {
  width: 100%;
}
.socxs-module-row .socxs-module-content .mod-card .post-content .media-caption {
  font-size: 0.8em;
  margin-top: 10px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content .media-caption h5 {
  margin: 0;
}
.socxs-module-row .socxs-module-content .mod-card .post-content .media-caption h6 {
  padding-left: 20px;
  padding-right: 20px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content .mod-vid {
  margin-bottom: 0px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content .mod-vid img {
  width: 100%;
}
.socxs-module-row .socxs-module-content .media-top-card {
  padding-top: 0;
}
.socxs-module-row .socxs-module-content .media-top-card .post-content {
  margin-top: 0;
}
.socxs-module-row .socxs-module-content .media-top-card .post-content .post-details {
  margin-top: 10px;
  margin-bottom: 10px;
}
.socxs-module-row .socxs-module-content .media-top-card .post-content .post-details .card-user-pic {
  width: 35px;
  height: 35px;
}
.socxs-module-row .socxs-module-content .media-top-card .post-content .post-details .card-user-pic img {
  width: 35px;
  height: 35px;
}
.socxs-module-row .socxs-module-content .media-top-card .post-content .mod-pic img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.socxs-module-row .socxs-module-content .media-top-card .post-content .mod-vid img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.socxs-module-row .socxs-module-content .post-repost {
  font-size: 0.8em;
}
.socxs-module-row .socxs-module-content .post-repost .post-repost-inner .post-repost-post .media-caption {
  font-size: 1em;
}
.socxs-module-row .socxs-module-content .post-repost .post-repost-inner .post-repost-post .repost-text {
  padding-left: 20px;
  padding-right: 20px;
}
.socxs-module-row .socxs-module-content .post-repost .post-repost-inner .post-repost-post .repost-text > .media-left img {
  width: 35px;
  height: 35px;
}
.socxs-module-row .socxs-module-content .post-repost .post-repost-inner .post-repost-post .repost-text > .media-body .card-user {
  margin: 0;
  padding: 0;
}
.socxs-module-row .socxs-module-content .post-repost .post-repost-inner .post-repost-post .repost-text > .media-body > .post-content {
  margin-top: 0;
}
.socxs-module-row .socxs-module-content .post-repost .post-repost-inner .post-repost-post .repost-text > .media-body > .post-content p {
  padding-left: 0;
  padding-right: 0;
}
.socxs-module-row .socxs-module-content .post-repost .post-repost-inner .post-repost-post:last-child > .post-content > .socxs-mod-soc-stamp {
  border-bottom: none;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer-wrap {
  padding: 0 20px;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer {
  border-top: 1px solid #dddddd;
  padding: 10px 0 0;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer a {
  color: #ff2200;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer .mod-serviceicon {
  float: right;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer .mod-icons {
  float: left;
  line-height: 0;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer .mod-icons .fa {
  font-size: large;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer .mod-icons span {
  margin-right: 25px;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer .mod-icons a {
  margin-right: 25px;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer .mod-icons a:last-child {
  margin-right: 0;
}
.socxs-module-row .socxs-module-content .blog-text-card .post-content {
  margin-top: 0;
}
.socxs-module-row .socxs-module-content .blog-text-card .post-content h5 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.socxs-module-row .socxs-module-content .page-info-module {
  padding: 20px;
  color: #333300;
}
.socxs-module-row .socxs-module-content .page-info-module h3 {
  display: block;
  /*background-color: darken(@socxs-card-color, 2.5%);*/
  padding: 10px 10px;
  color: blue;
  margin-top: 0;
  margin-bottom: 0;
}
.socxs-module-row .socxs-module-content .page-info-module h4 {
  padding: 10px 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #333300;
}
.socxs-module-row .socxs-module-content .page-info-module p {
  padding-left: 10px;
  padding-right: 10px;
}
.socxs-module-row .socxs-module-content .page-info-module .info-details {
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.socxs-module-row .socxs-module-content .page-info-module .info-details .fa {
  float: left;
  margin-top: 3px;
  padding-left: 30px;
  margin-right: 10px;
}
.socxs-module-row .socxs-module-content .page-info-module .info-details p {
  float: left;
  padding-left: 0;
}
.socxs-module-row .socxs-module-content .page-info-module .info-details p a {
  color: #333300;
}
/****Digest Profile Module*****/

/* Profile Module */

.sxst-profile {
  text-align: center;
  padding-top: 0 !important;
  font-size: 18px;
}
.sxst-profile .card-user {
  font-size: larger;
  margin: 20px 20px 5px;
}
.sxst-profile .card-user a {
  color: blue;
}
.sxst-profile .profile-contact p {
  color: #333300;
}
.sxst-profile .profile-contact a {
  color: blue;
}
.sxst-profile p {
  margin-bottom: 5px;
}
.sxst-profile a {
  margin-left: 10px;
}
.sxst-profile .profile-img {
  text-align: center;
  position: relative;
}
.sxst-profile .profile-img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
}
.sxst-profile .mod-serviceicon a {
  margin-left: 10px;
}
.sxst-profile .profile-service-icon {
  position: absolute;
  background-color: rgba(51, 51, 51, 0.75);
  padding: 4px 0;
  width: 100%;
  bottom: 0;
}
.sxst-profile .profile-get-digest {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  padding: 10px 20px 8px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
  margin: 5px auto 15px;
  background-color: #efefef;
  max-width: 200px;
}
.sxst-profile .profile-get-digest .profile-digest-holder {
  width: 150px;
  margin: auto;
}
.sxst-profile .profile-get-digest .profile_digest_left {
  font-size: 35px;
  line-height: 0px;
  text-align: left;
}
.sxst-profile .profile-get-digest .profile_digest_right {
  text-align: left;
  margin-left: 10px;
  line-height: 10px;
}
.sxst-profile .profile-get-digest .profile_digest_top {
  line-height: 18px;
  margin-bottom: 3px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-right: -2px;
  font-size: 15px;
}
.sxst-profile .profile-get-digest .profile_digest_bottom {
  font-weight: 300;
  margin-bottom: 0;
}
.sxst-profile .profile-get-digest:hover {
  text-decoration: none;
}
/*Size*/
/*Weight*/
/*Size*/
/*Weight*/
/*Size*/


/***********SOCXS Site css***********/
 ::-webkit-scrollbar {
    height: 0px !important;
    width: 5px !important;
    background-color: rgba(0,0,0,0.0) !important;
}

::-webkit-scrollbar-track {
    background-color: rgba(175,175,175,0.2) !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(175,175,175,0.6) !important;
}

.region {
    padding: 0px !important;
}

.panel-body {
    padding: 0px !important;
}
/*
.container-fluid {
    padding: 0 !important;
}

.container {
    padding: 0 !important;
}
    */
.modtitle {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 3px;
    line-height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

body {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ss-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #ffffff;
    
    font-family: sans-serif;
}

.ss-mainlogo {
    float: left;
    display: block;
    padding: 6px 6px 6px 14px;
}

.ss-mainlogo img {
  height:65px;
}

.ss-logo {
    float: left;
    display: none;
}

.ss-nav-tog {
    float: right;
    display: none;
}

#ss-bottomnav {
    display: block;
    font-size: 17px;
    padding: 0 14px 0 14px;
}

    #ss-bottomnav > ul > li {
        float: left;
        margin-right: 30px;
        padding: 7px 0 7px 0;
    }

    #ss-bottomnav > ul > li:last-child{
        margin-right:0;
    }

    #ss-bottomnav > ul > li > a {
        text-decoration: none;
        color:#000;
    }

        #ss-bottomnav  > ul > li > a:hover, #ss-bottomnav  > ul > li > a:active {
            color: #ff0000 !important;
            text-decoration: none;
        }

    #ss-bottomnav .dropdown-menu{
        left:unset;
        float:none!important;
    }

     #ss-bottomnav .dropdown-menu:before{
     border-color: rgba(194,225,245,0);
    border-bottom-color: #e5e5e5;
    border-width: 10px;
    right: 3px;
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
     }

     #ss-bottomnav .dropdown-menu:after{
         bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
     }

#sm {
    float: right;
}

    #sm li {
        float: left;
        padding: 9px 13px 0 13px;
        margin-right: 0px;
        height: 38px;
        border-left: 1px solid #eeeeee;
        cursor: pointer;
    }

        #sm li:last-child {
            border-right: 1px solid #eeeeee;
        }

.top-right-menu {
    text-align:right;
}

.top-right-menu .btn-link{
    color:#000!important;
    text-decoration:none;
}

.top-right-menu .btn-link:hover{
    color: #ff0000 !important;
}

.header-social{
    font-size:14px;
    margin-top:2px;
}

@media screen and (min-width: 741px) {
    #ss-bottomnav {
        display: block !important;
    }
}

@media screen and (max-width: 740px) {
    #ss-header {
        padding-bottom: 0;
    }

    .ss-mainlogo {
        float: left;
        display: none;
    }


    .ss-logo {
        float: left;
        display: block;
        padding: 5px 10px;
    }



 /*   #ss-bottomnav {
        display: none;
        border-top: 0;
        padding: 0 20px 0 20px;
    }

        #ss-bottomnav ul li {
            float: none;
            margin-right: 0px;
            border-top: 1px solid #eeeeee;
            padding: 11px 0 10px 0;
        }

        #ss-bottomnav a {
            color: #565656 !important;
            text-decoration: none;
            display: block;
        }*/

    #sm {
        display: none;
    }
}

#ss-footer {
    background-color: #000;
    font-family: sans-serif;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    text-align: left;
}

#ss-footerlogo {
    float: left;
    padding: 10px 0 10px 14px;
}

#ss-terms {
    float: left;
    width: 364px;
    margin: 23px 0 0 10px;
}

    #ss-terms li {
        float: left;
        margin-right: 20px;
    }

        #ss-terms li:last-child {
            margin: 0;
        }

        #ss-terms li a {
            color: #ffffff !important;
            text-decoration: none;
        }

            #ss-terms li a:hover {
                color: #ffffff !important;
                text-decoration: none;
            }

#fsm {
    float: right;
    margin-right: 14px;
}

    #fsm li {
        float: left;
        padding: 20px 0 0 20px;
        font-size: 18px;
        cursor: pointer;
    }

        #fsm li a {
            color: #ffffff !important;
            text-decoration: none;
        }

            #fsm li a:hover {
                color: #ffffff !important;
                text-decoration: none;
            }
@media screen and (max-width: 767px){
    .container{
        padding:0 15px!important;
    }

    #ss-bottomnav {
    display: block;
    font-size: 12px;
    padding: 0 5px 0;
}

    .ss-logo img{
        height:60px;
    }

    .top-right-menu{
        margin-top:10px;
    }
    .top-right-menu .btn-link{
        padding:3px 8px;
        font-size:12px;
    }
}


@media screen and (max-width: 740px) {
    #ss-footerlogo {
        float: none;
    }

    #ss-terms {
        float: none;
        margin: 0 0 0 14px;
    }

    #fsm {
        float: none;
        margin: 10px 0 0 14px;
        padding-bottom: 10px;
    }

        #fsm li {
            padding: 0 20px 0 0;
        }

    @media screen and (max-width: 400px) {
        #ss-terms {
            display: none;
        }

        #fsm {
            margin: 0 0 0 14px;
        }
    }
}

@media (max-width:350px){
  .ss-logo img {height:50px;}
  .sslogo {padding:5px 5px;}
}

.footer-form{
        display: table;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    margin: 100px 0 0 0;
    position: relative;
    color: #565656;
    overflow-y: hidden;

}

.footer-form h4{
    color:#000;
    margin-top:0;
}
#footerLeft{
    border-right:1px solid #e1e1e1;
    padding:40px 0;
}
#contactInfo{
    padding:40px 0 10px;
}

.contact-us-form{
    padding-right:40px;
}

.contact-us-form .row{
    margin-bottom:20px!important;
}

@media (max-width:767px) {
   .modtitle{
       margin-top:40px;
   }
   #footerLeft{
       border-right:none;
   }


}
/***********SOCXS Page css***********/
 .itemsec {text-align:center;color:#000;font-size:18px;}
.itemsec img {width:90%}
.itemname {margin:10px 0px 40px;}
.sectiontit {font-size:30px; margin-bottom:50px;color:#000; border-bottom: 1px solid #E1E1E1;}
.custcon {margin-top:50px; margin-bottom:50px;}

@media (max-width:1281px){
  .container {width:100%}
}

.promobar {
    font-size: 30px;
  font-weight:300;
    padding: 40px 10px;
    color: #fff;
    font-weight: bold;
    font-family: 'Cantarell', sans-serif;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f3f3f+0,000000+100 */
    background: #3f3f3f; /* Old browsers */
    background: -moz-linear-gradient(top, #3f3f3f 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3f3f3f 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3f3f3f 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3f3f3f 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#000000',GradientType=0 );
    font-weight: 300;
}

.modal-body {
    text-align:center;
}

.fa-truck {
    font-size: 40px;
}

.lean-slider {
    position: relative;
    *zoom: 1;
}

    .lean-slider:before,
    .lean-slider:after {
        content: " ";
        display: table;
    }

    .lean-slider:after {
        clear: both;
    }

.lean-slider-slide {
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none;
}

    .lean-slider-slide.current {
        display: block;
    }

.slider-wrapper {
    position: relative;
    background: #fff url(../../../../../../../../../files-sub/d5/bd8/1ee/0671/405f/9cd7/42839ac011e8/loading.gif) no-repeat 50% 50%;
}
.slider-wrapper2 {
    position: relative;
}

.slider-wrapper2 .lean-slider-slide{
    padding-bottom:20px;
}

.slider-wrapper2 quote{
    color: #FFF;
    font-family: raleway,sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}

.lean-slider {
    overflow: hidden;
}

.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}

    .lean-slider-slide.current {
        opacity: 1;
    }

    .lean-slider-slide img {
        display: block;
        width: 100%;
    }

#slider-direction-nav, #slider-direction-nav2 {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}

.slider-wrapper:hover #slider-direction-nav {
    opacity: 1;
}

#slider-direction-nav a,#slider-direction-nav2 a {
    float: left;
    display: block;
    width: 38px;
    height: 79px;
    background: url(../../../../../../../../../files-sub/d8/b90/6b7/2a7f/4b8c/bce9/25f165a975df/arrows1.png) no-repeat 0 0;
    text-indent: -9999px;
}

#slider-direction-nav .lean-slider-next, #slider-direction-nav2 .lean-slider-next {
    float: right;
    background-position: 100% 0;
}


#slider-control-nav, #slider-control-nav2 {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}

#slider-control-nav2 {
    opacity:0.8;
    position:relative;
}


.slider-wrapper:hover #slider-control-nav {
    opacity: 1;
}

#slider-control-nav a, #slider-control-nav2 a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../../../../../../../../files-sub/46/1ab/a67/3352/4f31/a787/c43bbff3d301/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

    #slider-control-nav a.active, #slider-control-nav2 a.active {
        background-position: 100% 0;
    }




/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-width : 480px) {

    #slider-direction-nav,
    #slider-control-nav, #slider-direction-nav2,
    #slider-control-nav2 {
        opacity: 1;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


    #slider-direction-nav,
    #slider-control-nav, #slider-direction-nav2,
    #slider-control-nav2 {
        opacity: 1;
    }
}

@media (max-width:830px) {
    .promobar {
        font-size: 16px;
        padding: 25px 10px;
        
    }
}


.productGrid img {
    width: 100%;
}

#shop h2 {
    text-align: left;
    margin: 20px auto;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    display: block;
    clear: both;
    color: #000;
}

#shop #productSlider {
    display: table;
}

.sca-fancybox-close {
    background-position: -1px 4px;
}

.titleX {
    margin: 40px 0;
    width:450px;
}

@media screen and (max-width: 767px){
   .titleX {
    width:350px;
}

}

@media screen and (max-width: 560px){
   .titleX {
    width:300px;
}

}

.productGrid p {
    font-size: 18px;
    color: #000;
}

#shop .form-control {
    margin-bottom: 10px;
}

.bottom-slider {
    background-image:url('../../../../../../../../../files-sub/32/3ec/ec2/f410/4aac/8499/46751992c579/design.jpg');
    background-color:#fb9a86;
    background-blend-mode: multiply;
    background-size:cover;
}

.bottom-slider-div{
    height:600px;
    display:block;

}

.chatbubble{
    font-size:50px;
    margin-bottom:30px;
}

.lilGuy{
   position: absolute;
    z-index: 599;
    margin-top:-140px;
    right:0;
}

.footer-form{
        display: table;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    margin: 100px 0 0 0;
    position: relative;
    color: #565656;
    overflow-y: hidden;

}

.footer-form h4{
    color:#000;
    margin-top:0;
}
#footerLeft{
    border-right:1px solid #e1e1e1;
    padding:40px 0;
}
#contactInfo{
    padding:40px 0 10px;
}

.contact-us-form{
    padding-right:40px;
}

.contact-us-form .row{
    margin-bottom:20px!important;
}

@media (max-width:767px) {
   .modtitle{
       margin-top:40px;
   }
   #footerLeft{
       border-right:none;
   }


}