/***********SOCXS Font***********/
 @import url('//fonts.googleapis.com/css?family=Raleway:300,400,600,700,800,900');

/***********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: white;
  background-image: url('https://spiralplay.socxs.com/sx/api/v2/site/SpiralPlay/page/Home/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://spiralplay.socxs.com/sx/api/v2/site/SpiralPlay/page/Home/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: 0px !important;
  color: black;
}
.sxst-vertical-module h3 {
  color: #666666;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.sxst-vertical-module h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
}
.sxst-vertical-module table {
  width: 100%;
  table-layout: fixed;
}
.sxst-vertical-module table td,
.sxst-vertical-module table th {
  padding: 5px 5px;
  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: 15px;
}
/****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: white;
  border: 0px None white;
  margin: 0px;
  padding: 0px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px 0px white;
  box-shadow: 0px 0px 0px 0px white;
}
.sxst-frame .panel-heading {
  font-size: 20px;
  font-weight: Bold;
  color: black;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 0px 0px;
}
.sxst-card {
  border: 1px #ececec Solid;
  background-color: #fefefe;
  margin: 10px 5px;
  padding: 20px 0px 20px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.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: 14px;
  font-weight: Normal;
}
.sxst-card h4.media-heading a {
  color: #666666;
}
.sxst-card h4.media-heading a:hover {
  text-decoration: underline;
}
.sxst-card .media-body {
  padding: 5px 5px;
  margin: 10px 5px;
  color: black;
  font-size: 13px;
  word-break: break-word;
}
.sxst-card .media-body a {
  color: #666666;
}
.sxst-card .table {
  background-color: transparent;
  color: black;
}
.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: #aaaaaa;
  margin: 10px;
}
.sxst-card-footer hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 0px Solid #eeeeee;
}
.sxst-card-footer .fa {
  /* Share Icons */
  font-size: large;
  color: #aaaaaa;
}
.sxst-card-no-padding {
  padding: 0 0 0 0;
  margin: -20px 0px 20px 0px;
}
.sxst-card-no-padding img {
  max-width: 100%;
  width: 100%;
  border-radius: 3px;
}
.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: 14px;
}
.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: 0px;
  color: black;
}
.page-info-module h3 {
  display: block;
  padding: 5px 5px;
  color: #666666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300 !important;
}
.page-info-module h4 {
  padding: 5px 5px;
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 18px;
  font-weight: 300 !important;
}
.page-info-module p {
  padding-left: 5px;
  padding-right: 5px;
}
.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: 25px;
  margin-right: 10px;
}
.page-info-module .info-details p {
  float: left;
  padding-left: 0;
}
.page-info-module .info-details p a {
  color: black;
}
.socxs-gallery {
  margin: 10px 5px;
}
/* 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: 'Raleway';
}
/********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 5px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content p {
  padding-left: 0px;
  padding-right: 0px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content h5 {
  padding: 0 0px;
  margin: 10px 0;
  font-size: larger;
}
.socxs-module-row .socxs-module-content .mod-card .post-content h5 a {
  color: #666666;
}
.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: 5px;
}
.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: 0px;
  padding-right: 0px;
}
.socxs-module-row .socxs-module-content .mod-card .post-content .mod-vid {
  margin-bottom: 5px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.socxs-module-row .socxs-module-content .media-top-card .post-content .mod-vid img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 0px;
  padding-right: 0px;
}
.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 0px;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer {
  border-top: 0px Solid #eeeeee;
  padding: 5px 0 0;
}
.socxs-module-row .socxs-module-content .socxs-mod-card-footer a {
  color: #aaaaaa;
}
.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: 0px;
  color: black;
}
.socxs-module-row .socxs-module-content .page-info-module h3 {
  display: block;
  /*background-color: darken(@socxs-card-color, 2.5%);*/
  padding: 5px 5px;
  color: #666666;
  margin-top: 0;
  margin-bottom: 0;
}
.socxs-module-row .socxs-module-content .page-info-module h4 {
  padding: 5px 5px;
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}
.socxs-module-row .socxs-module-content .page-info-module p {
  padding-left: 5px;
  padding-right: 5px;
}
.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: 25px;
  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: black;
}
/****Digest Profile Module*****/

/* Profile Module */

.sxst-profile {
  text-align: center;
  padding-top: 0 !important;
  font-size: 13px;
}
.sxst-profile .card-user {
  font-size: larger;
  margin: 20px 20px 5px;
}
.sxst-profile .card-user a {
  color: #666666;
}
.sxst-profile .profile-contact p {
  color: black;
}
.sxst-profile .profile-contact a {
  color: #666666;
}
.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: 3px;
  border-top-right-radius: 3px;
  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.05);
  margin: 5px auto 15px;
  background-color: white;
  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;
}

body{
    color:#000;
}
h3{font-size:1.5em;}

.spiral-header-logo{
     display:block;
    background-color:rgba(255,255,255,0.5);
    display:block;
    margin:20px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    text-align:center;
    width:240px;
    padding:20px;
   
}
.spiral-header-logo img{
    width:150px;
}

.spiral-logo-text{
    color:#fe5d55;
    text-align:center;
    font-size:40px;
    font-weight:bold;
    line-height:40px;
}

.spiral-footer{
    background-color:#333;
    color:#fff;
    margin-top:60px;
    padding-bottom:40px;
    
}
.spiral-footer-bottom{
    text-align:center;
    margin:10px 0;
    padding-bottom:80px;
}
.spiral-footer h2{
    color:#fff;
    text-align:center;
    margin:40px 0;
}
.spiral-footer a{
    color:#fff;
}

@media screen and (max-width: 1999px){
        .spiral-header-logo{
    width:185px;
}
    .spiral-header-logo img{
    width:100px;
}
        .spiral-logo-text{
    font-size:30px;

}


}
@media screen and (max-width: 767px) {
    .footer-text{
        padding-left:20px;
        padding-right:20px;
    }

    .footer-right{
        margin-top:40px;
    }

    .spiral-header-logo{
    width:185px;
}
    .spiral-header-logo img{
    width:100px;
}
    .spiral-logo-text{
    font-size:30px;

}

}
/***********SOCXS Page css***********/
 .spiral-container{
    background:url("../../../../../../../../../files-sub/85/4f7/2b3/e44a/4612/afb3/99822a5c42af/spiralplaytopcrop.jpg");
    background-size:100% 585px;
    background-repeat:no-repeat;
    font-size:16px;
}

.spiral-highlight{
    background-color:rgba(0,0,0,0.3);
    padding:10px;
    margin-bottom:5px;
}

.spiral-highlight .fa{
    color:#009e0f;
}

.spiral-donate-box{
    text-align:center;
    display:block;
    width:300px;
    padding:5px 0;
    margin:20px auto;
    color:#444;
    font-size:15px;

}
.spiral-donate-box h3{
    background-color:#fe5d55;
    color:#fff;
    padding:10px;
    font-size:2.0em;
    margin-bottom:0;
}
.spiral-donate-box p{
    margin-bottom:0;
}

.spiral-donate-box h3 a{
    color:#fff;
}

.spiral-left-main-text-top{
    color:#fff;
    padding-left:20px;
}
.spiral-left-main-text-top p, .spiral-left-main-txt-bottom p{
    margin-bottom:20px;
}

.spiral-left-main-text-top p{
    font-size:20px;
}
.spiral-donate-box img{
    width:80px;
}
.spiral-left-main-txt-bottom{
    padding-left:20px;
    margin-top:40px;
}

.spiral-left-main-txt-bottom h2{
    color:#000;
}
.spiral-highlight p{
    margin-bottom:0;
    font-size:18px;
}
.spiral-social-space{
    margin-top:420px;
    height:0;
    display:block;
}

.spiral-addtomobile{
    display:none;
}

/*************Modal*****************/
.spiralmodal {
    color: #000;
    font-size: 20px;
}

    .spiralmodal h4 {
        color: #000;
    }

    .spiralmodal .modal-header {
        border-bottom: 0;
    }

    .spiralmodal .modal-body {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .spiralmodal p {
        margin-bottom: 18px;
        text-align: center;
    }

.spiralmodaladd {
    width: 100%;
    text-align: center;
}

    .spiralmodaladd img {
        height: 18px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .spiralmodaladd:last-child {
        margin-bottom: 0;
    }


/************** end  of Modal**********************/
@media screen and (min-width: 1999px) {
    .spiral-left-main-text-top p, .spiral-highlight{
        font-size:20px;
    }
}
@media screen and (max-width: 1999px){
    .spiral-container{
        background-size:100% 515px;
    }
    .spiral-left-main-text-top p, .spiral-highlight{
        font-size:16px;
    }
        .spiral-header-logo{
    width:185px;
}
    .spiral-header-logo img{
    width:100px;
}
        .spiral-logo-text{
    font-size:30px;

}


}

@media screen and (max-width: 991px){
    .spiral-container{
        background-size:100% 515px;
    }
    .spiral-left-main-text-top p{
        font-size:14px;
    }
    .spiral-highlight p{
        font-size:12px;
    }
        .spiral-header-logo{
    width:185px;
}
    .spiral-header-logo img{
    width:100px;
}
        .spiral-logo-text{
    font-size:30px;

}


}



@media screen and (max-width:767px) {
    .spiral-container{
    background-size:auto 585px;
    background-position:70% 0; 

}
.spiral-left-main-txt-bottom, .spiral-left-main-text-top{
    padding-right:20px;
}

.spiral-social-space{margin-top:40px;}

.spiral-addtomobile{
    text-align:center;
    color:#fff;
    text-decoration:none;
    display:block;
    margin-bottom:20px;
}
.spiral-addtomobile:hover{
    color:#fff;
    text-decoration:underline;
    
}


}