@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  *background-color: #d9d9d9 !important;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 6px 22px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 3px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff !important;
  background-color: #0044cc !important;
  *background-color: #003bb3 !important;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff !important;
  background-color: #f89406 !important;
  *background-color: #df8505 !important;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff !important;
  background-color: #bd362f !important;
  *background-color: #a9302a !important;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff !important;
  background-color: #51a351 !important;
  *background-color: #499249 !important;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff !important;
  background-color: #2f96b4 !important;
  *background-color: #2a85a0 !important;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff !important;
  background-color: #222 !important;
  *background-color: #151515 !important;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.entry-meta {
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0px 5px 0px 0px;
}
.entry-meta.muted >span:before {
  content: "|";
  font-size: 12px;
}
.entry-meta.muted .by-author:before {
  display: none;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
.page-header {
  padding-bottom: 0;
  border: none;
}
.entry-header,
.entry-title,
.jm-component-heading {
  color: #999999;
  font-family: open_sanslight;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 5px;
}
.entry-header a,
.entry-title a,
.jm-component-heading a {
  color: #999;
}
.entry-header a:hover,
.entry-title a:hover,
.jm-component-heading a:hover {
  color: #6d1873;
}
.entry-header h1 {
  font-weight: normal;
}
.image-fulltext {
  width: 100%;
}
.image-fulltext .image-fulltext-inner {
  border: none;
  padding: 0;
}
.image-fulltext .image-fulltext-inner img {
  width: 100%;
}
.image-fulltext.pull-left {
  margin: 0 10px 10px 0;
}
.image-fulltext.pull-right {
  margin: 0 0 10px 10px;
}
.image-fulltext.pull-none {
  margin: 0 0 10px 0;
}
.image-fulltext.pull-none,
.image-fulltext .pull-none img {
  width: 100% !important;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
.readmore:hover {
  color: #000;
}
#jm-login-form .control-label,
#jm-login-form .controls-input {
  margin-right: 20px;
  padding: 10px 0;
}
#jm-login-form .controls-input {
  margin: 0;
  padding: 10px 0;
}
#jm-login-form .controls-input input {
  margin: 0;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  padding: 10px;
  background: #f3f3f3;
}
#jm-login-link #remember-lbl {
  margin: 5px;
}
#jm-login-link #remember {
  margin: 8px;
}
#jm-login-form .control-label label,
#jm-login-form .controls-input label {
  line-height: 41px;
  width: 80px;
}
.rtl .control-label {
  float: right;
}
.rtl .control-label label {
  text-align: left;
}
.rtl .controls-input {
  float: left;
}
#jm-registration-page #jm-registration-form input {
  border: 1px solid #f7f7f7;
  border-radius: 0;
  padding: 10px;
  background: #f3f3f3;
}
#jm-registration-bt button {
  margin-right: 10px;
}
#jm-registration-bt {
  clear: both;
}
#jm-registration-page fieldset dt {
  clear: both;
  padding-right: 12px;
  text-align: right;
  width: 200px;
}
#member-registration dt label {
  padding-left: 20px;
}
#jm-registration-page fieldset dd {
  margin: 0 0 10px;
}
.com_content .blog .items-row.row-fluid {
  margin-bottom: 0;
}
.com_contact .contact .column {
  width: 48%;
}
.com_contact .contact dd {
  margin: 0;
}
.com_contact .contact input[type=text],
.com_contact .contact input[type=email],
.com_contact .contact textarea {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  border-radius: 0;
  text-indent: 5px;
  background: #f3f3f3;
  border: none;
}
.com_contact .contact .contact-left h4 {
  display: none;
}
.com_contact .contact .contact-right h4 {
  color: #333;
}
.com_contact .contact .contact-links ul {
  list-style: none;
  margin: 0;
}
.com_contact .contact .details-left,
.com_contact .contact .details-right {
  float: left;
}
.com_contact .contact .contact-misc .details-left {
  float: left;
  width: 10%;
}
.rtl .details-left,
.rtl .details-right {
  float: right;
}
.rtl .contact-misc .details-left {
  float: right;
}
.com_newsfeeds .newsfeed-category h2 {
  color: #999999;
  font-family: open_sanslight;
  font-size: 30px;
}
.com_newsfeeds .list-title a,
.com_newsfeeds .list a {
  color: #606058;
}
.newsfeed-category ul.list-striped li {
  background: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newsfeed-category ul.category li:hover {
  padding-left: 20px;
  background-color: #fae9c1;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont.eot');
  src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/opensans-light-webfont.eot');
  src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
input {
  font-family: open_sansregular;
}
.no-main-body #sp-main-body-wrapper {
  display: none;
}
body {
  font-family: open_sansregular;
  font-size: 13px;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: open_sanslight;
  font-weight: normal;
}
.centered {
  text-align: center;
}
iframe[src="about:blank"] {
  display: none;
}
.title-center.module h3.header {
  text-align: center !important;
}
.title-left.module h3.header {
  text-align: left !important;
}
.title-right.module h3.header {
  text-align: right !important;
}
.rtl .title-left.module h3.header {
  text-align: right !important;
}
.rtl .title-right.module h3.header {
  text-align: left !important;
}
.container {
  max-width: 980px !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.rtl .left {
  float: right;
}
.rtl .right {
  float: left;
}
.rtl ul.pagenav .pagenav-prev {
  float: right;
}
.rtl ul.pagenav .pagenav-next {
  float: left;
}
.cwhite {
  color: #fff;
}
.tcenter {
  text-align: center;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.jm-xhtml-iconleft [class^="icon-"],
.jm-xhtml-iconleft [class*=" icon-"] {
  display: inline-block;
  font-size: 30px;
}
.jm-xhtml-iconleft .mod-title {
  display: inline-block;
  padding: 5px 15px 0 15px;
}
.jm-xhtml-iconleft h3.header {
  text-transform: uppercase;
  color: #666;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.carousel.slide img {
  width: 100%;
}
.jmsocials_title {
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 1;
}
#sp-top-wrapper {
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
#sp-top-wrapper .right {
  float: right !important;
}
#sp-top-wrapper .row-fluid [class*="span"] {
  width: auto !important;
  min-height: 0;
}
#sp-top-wrapper .search form {
  margin: 0;
}
#sp-top-wrapper .search form input {
  padding: 1px 5px;
}
#sp-top-wrapper .form-horizontal .control-group {
  margin: 0;
}
.rtl #sp-top-wrapper .right {
  float: left !important;
}
#sp-header-wrapper {
  border-bottom: 1px solid #cccccc;
  z-index: 999;
  overflow: visible !important;
  width: 100%;
  position: relative;
}
#sp-header-wrapper [class*="span"] {
  min-height: 0;
}
#sp-header-wrapper #sp-logo.left .logo-wrapper {
  float: left;
}
#sp-header-wrapper #sp-logo.right .logo-wrapper {
  float: right;
}
#sp-header-wrapper .logo-wrapper .logo {
  display: block;
  z-index: 999999;
  position: relative;
  line-height: 80px;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-header-ontop-wrapper {
  border-bottom: 1px solid #cccccc;
  z-index: 999;
  overflow: visible !important;
  padding: 20px 0 0;
  width: 100%;
}
#sp-header-ontop-wrapper [class*="span"] {
  min-height: 0;
}
#sp-header-ontop-wrapper #sp-logo.left .logo-wrapper {
  float: left;
}
#sp-header-ontop-wrapper #sp-logo.right .logo-wrapper {
  float: right;
}
#sp-header-ontop-wrapper .logo-wrapper .logo {
  display: block;
  z-index: 999999;
  position: relative;
  line-height: 80px;
}
#sp-header-ontop-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-ontop-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-main-body-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
#sp-main-body-wrapper .sp-component {
  min-height: 300px;
}
.com_jm_video_galleries #sp-main-body-wrapper .row-fluid [class*="span"] {
  min-height: 30px;
}
.subpage #sp-main-body-wrapper {
  padding: 20px 0;
}
#sp-content-bottom-wrapper {
  text-align: center;
}
#sp-content-bottom-wrapper .default.jmparallax_wrap {
  background-clip: padding-box !important;
  background-size: cover !important;
}
#sp-content-bottom-wrapper h3 {
  text-align: center;
  font-size: 44px;
  color: #fff;
  font-family: open_sanslight;
}
#sp-the-team-wrapper {
  padding-top: 60px;
}
#sp-the-team-wrapper h3.header {
  text-align: center;
  color: #333333;
}
#sp-clients-wrapper {
  padding: 20px 0 60px;
}
#sp-clients-wrapper .container {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#sp-bottom-wrapper {
  padding: 40px 0;
}
#sp-bottom-wrapper h3.header {
  font-size: 12px;
  text-transform: uppercase;
  color: #ccc;
}
#sp-bottom-wrapper .small-logo h3.header {
  width: 100%;
  text-indent: -2000px;
  overflow: hidden;
  height: 48px;
  background: url(../images/presets/preset1/logo.png) no-repeat left top;
}
.rtl #sp-bottom-wrapper #sp-bottom1 h3.header {
  background: url(../images/bg_galeria.png) no-repeat right top;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper #feature p {
  font-size: 24px;
  line-height: 120%;
  margin: 0 80px;
  margin-bottom: 20px;
}
#sp-users-top-wrapper {
  padding-top: 40px;
  text-align: center;
}
#sp-users-top-wrapper h3 {
  font-family: open_sansregular;
  color: #666;
  font-size: 26px;
}
#sp-users-top-wrapper h3 strong {
  font-family: open_sansbold;
  font-weight: 100;
}
#sp-users-top-wrapper a.show-more {
  background: url(../images/bg_showmore.png) no-repeat top center;
  display: inline-block;
  width: 46px;
  height: 46px;
  text-indent: -2000px;
  overflow: hidden;
}
#sp-user-middle-wrapper {
  text-align: center;
  padding: 50px 0 40px;
}
#sp-user-middle-wrapper [class^="icon-"],
#sp-user-middle-wrapper [class*=" icon-"] {
  margin: 0 0 15px 0;
  background: #f2f2f2;
  padding: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  display: inline-block;
  text-align: center;
  font-size: 38px;
  border: 5px solid #f2f2f2;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#sp-user-middle-wrapper h3.header {
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
#sp-user-middle-v2-wrapper {
  padding: 50px 0 0;
}
#sp-user-middle-v2-wrapper .container {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 40px;
}
#sp-user-bottom-v2-wrapper {
  padding: 40px 0;
}
#sp-user-bottom-v2-wrapper h3.header {
  color: #666;
}
#sp-users-wrapper {
  background: #f2f2f2;
  padding: 40px 0 80px;
}
#sp-users-wrapper h3.header {
  text-align: center;
  color: #333333;
}
#sp-users-wrapper h3.header a {
  display: inline-block;
}
#sp-users-wrapper .priceplan-title h3.header {
  text-transform: uppercase;
  font-family: open_sansregular;
  font-size: 18px;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  padding: 15px 0;
}
#sp-footer-wrapper .container {
  position: relative;
}
#sp-footer-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
#sp-footer-wrapper ul {
  display: inline-block;
  margin: 0;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
#sp-footer-wrapper #sp-footer3 {
  position: absolute;
  right: 0;
  top: -46px;
  width: auto !important;
}
#sp-footer-wrapper #sp-footer3 a {
  display: block;
  color: #fff;
  padding: 10px 12px 7px;
  line-height: 1;
  margin: 0 !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#sp-footer-wrapper #sp-footer3 i {
  margin: 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.rtl #sp-footer-wrapper #sp-footer3 {
  right: auto;
  left: 0;
  top: -46px;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.catItemInfo-Image {
  width: 100%;
  font-size: 12px;
}
.cols1 .catItemInfo-Image,
.userItemList .catItemInfo-Image,
.tagItemList .catItemInfo-Image {
  width: 60%;
}
.catItemBody {
  width: 100%;
}
.cols1 .catItemBody,
.userItemList .catItemBody,
.tagItemList .catItemBody {
  width: 40%;
}
.catItemInfo {
  padding-top: 15px;
  position: relative;
  width: 35%;
}
.ImageBlock {
  width: 60%;
}
.itemleft {
  padding-top: 15px;
  position: relative;
}
.catItemView.no-image .catItemInfo-Image {
  width: 20%;
}
.catItemView.no-image .catItemBody {
  width: 78%;
}
.catItemView.no-image .catItemInfo {
  width: 100%;
}
.catItemView.no-image .ImageBlock {
  display: none !important;
}
.twitterSearchesNContainter i {
  font-size: 20px;
  padding-right: 10px;
}
.rtl .twitterSearchesNContainter i {
  padding: 0 0 0 10px;
}
.twitterSearchesNText {
  padding-left: 30px !important;
}
.rtl .twitterSearchesNText {
  padding: 0 30px 0 0 !important;
}
.toggle {
  margin-bottom: 15px;
}
.toggle h3 {
  font-size: 12px !important;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 10;
}
.toggle h3 a {
  background-color: rgba(0,0,0,0.043);
  color: #999999;
  display: block;
  font-family: open_sansregular;
  letter-spacing: 0;
  line-height: 14px !important;
  padding: 14px 14px 16px 43px;
  transition: all 0.2s linear 0s;
}
.toggle h3 a i {
  background-color: transparent;
  color: #999999;
  font-size: 15px;
  height: 16px !important;
  left: 13px;
  line-height: 18px !important;
  position: absolute;
  top: 13px;
  transition: all 0.2s linear 0s;
  width: 18px;
}
.toggle.open h3 a {
  color: #FFFFFF !important;
}
.toggle.open h3 a i {
  color: #FFFFFF;
}
.toggle > div {
  background-color: #FFFFFF;
  border-top: 0 none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  display: none;
  padding: 10px 14px;
}
.tab .nav-tabs {
  border: none;
}
.tab .nav-tabs >li >a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f0f0f0;
  color: #999999;
  cursor: pointer;
  border: none;
  margin: 0;
}
.tab .nav-tabs >li >a:hover,
.tab .nav-tabs >li >a:focus {
  color: #fff;
  cursor: pointer;
  border: none;
}
.tab .nav-tabs >li.active a {
  color: #fff;
  cursor: pointer;
  border: none;
}
.tab .nav-pills a {
  color: #999999;
}
#sp-menu ul.sp-menu li {
  position: relative;
}
#sp-menu #sublevel {
  position: absolute;
  width: 100%;
  left: 0;
}
.sp-menu-group-title .icon-caret-left,
.sp-menu-group-title .icon-caret-right {
  display: none !important;
}
.menu-title i {
  margin: 0 5px;
  font-size: 12px;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu.sub-level {
  margin-top: 30px;
}
.rtl .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu.sub-level-child {
  margin-top: 30px;
}
.rtl .sp-submenu.sub-level-child.open {
  margin-top: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu .megacol {
  float: right;
}
.rtl .sp-submenu .sp-submenu-wrap {
  float: right;
}
.rtl .menu-image {
  margin: 0 0 0 10px !important;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr .sp-submenu.sub-level {
  margin-top: 30px;
}
.ltr .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu.sub-level-child {
  margin-top: 30px;
}
.ltr .sp-submenu.sub-level-child.open {
  margin-top: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu .sp-submenu-wrap {
  float: left;
}
.ltr .menu-image {
  margin-right: 10px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
}
.sp-submenu.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul span.menu {
  display: block;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li > a {
  line-height: 80px;
}
#sp-main-menu ul.level-0 > li a {
  display: block;
  margin: 0;
  padding: 0 15px;
  color: #666;
  font-size: 15px;
}
#sp-main-menu ul.level-0 > li a.sp-menu-group {
  padding: 10px;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li.first >a {
  padding: 0 15px 0 0;
}
#sp-main-menu ul.level-0 > li.active >a {
  font-family: open_sansbold;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  border-bottom: 1px solid #eee;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  color: #999;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .sp-menu-group {
  margin: 0;
}
#sp-main-menu div.sp-menu-group .module a {
  padding: 7px 10px;
}
.rtl #sp-main-menu:first a {
  padding: 38px 0 39px 20px;
}
#sp-mobile-menu {
  position: relative;
}
#sp-mobile-menu select.select-menu {
  width: 32px;
  height: 27px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
#sublevel ul.sp-menu {
  padding: 10px;
  list-style: none;
  margin: 0;
}
#sublevel ul.empty,
#sublevel li.empty {
  height: 0px !important;
  display: none;
}
#sublevel ul.level-1 {
  list-style: none;
  float: left;
  margin: 0;
  padding: 2px 0 0 0;
}
#sublevel ul.level-1 > li.menu-item {
  background: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#sublevel ul.level-1 li a {
  color: #fff;
  display: block;
  line-height: normal;
  padding: 10px;
  text-decoration: none;
}
#sublevel ul.level-1 ul li a {
  color: #999;
}
#sublevel ul.level-1 li a i {
  color: #fff;
}
#sublevel ul.level-1 > li {
  position: relative;
}
#sublevel ul.level-1 ul li {
  border-top: 1px solid #eee;
}
#sublevel ul.level-1 ul li:first-child {
  border: none;
}
#sublevel li li:not(.sp-menu-group):hover,
#sublevel li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sublevel span.menu-desc {
  display: block;
  clear: both;
  font-size: 80%;
}
.rtl #sublevel ul.level-1 {
  float: right !important;
}
.rtl #sublevel ul.level-1 > li.menu-item {
  float: right !important;
}
.module {
  margin-top: 40px;
}
.module:first-child {
  margin-top: 0;
}
.module .custom-suffix {
  padding: 10px;
  display: block;
}
.module h3.header {
  font-family: open_sansregular;
  font-size: 18px;
  line-height: normal;
  text-align: left;
  padding: 10px 0;
  margin: 0;
}
.module ul {
  margin: 0 0 0 35px;
}
.module ul.unstyled {
  margin: 0;
}
.module ul li {
  margin: 0 0 5px;
}
.module ul li h1,
.module ul li h2,
.module ul li h3,
.module ul li h4,
.module ul li h5 {
  margin: 0;
}
.module ul li a {
  display: inline-block;
  padding: 0;
  color: #666666;
}
.module.style1 h3.header,
.module.style2 h3.header,
.module.style3 h3.header,
.module.style4 h3.header {
  text-transform: uppercase;
}
.module.style1 h3.header {
  color: #666666;
}
.module.style3 h3.header {
  padding-top: 0;
}
.module.style3 .mod-wrapper {
  padding: 20px;
}
.module.style4 {
  color: #fff;
}
.module.style4 h3.header {
  color: #fff;
  padding-top: 0;
}
.module.style4 .mod-wrapper {
  padding: 20px;
}
.module.list_style1 ul {
  list-style: none;
  margin: 0;
}
.module.list_style1 ul li {
  margin: 0 0 5px;
  padding: 0;
}
.module.list_style1 ul li h1,
.module.list_style1 ul li h2,
.module.list_style1 ul li h3,
.module.list_style1 ul li h4,
.module.list_style1 ul li h5 {
  margin: 0;
}
.module.list_style1 ul li a {
  background: #F1F1F1;
  color: #4C5357;
  display: block;
  padding: 10px;
}
.module.list_style1 ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  padding: 10px;
}
.module.list_style1 ul li a:hover {
  color: #fff;
}
.module.list_style1 ul li a:hover:before {
  color: #fff;
}
.module.list_style2 ul {
  list-style: none;
  margin: 0;
}
.module.list_style2 ul li {
  margin: 0 0 5px;
}
.module.list_style2 ul li h1,
.module.list_style2 ul li h2,
.module.list_style2 ul li h3,
.module.list_style2 ul li h4,
.module.list_style2 ul li h5 {
  margin: 0;
}
.module.list_style2 ul li a {
  color: #4C5357;
  display: block;
  padding: 10px;
}
.module.list_style2 ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  padding: 10px;
}
.rtl .module h3.header {
  text-align: right;
}
#jm-left .module,
#jm-right .module {
  margin-top: 15px;
  padding-bottom: 31px;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 1024px) {
  body.responsive.wide #sp-feature-wrapper .container .jmslideshow .slideshow-content-wide {
    bottom: 30px;
  }
  body.responsive.wide #sp-feature-wrapper .container .jmslideshow .slideshow-content-wide .slideshow-content-wide-inner {
    width: 100% !important;
  }
  body.responsive.wide #sp-feature-wrapper .container .jmslideshow .slideshow-content-wide .slideshow-content-wide-inner .slideshow-content {
    right: 40px !important;
    bottom: 0 !important;
  }
}
@media (max-width: 979px) {
  body.responsive .container {
    width: auto;
    padding: 0 20px;
  }
  body.responsive #sp-header-wrapper {
    padding-top: 0 !important;
  }
  body.responsive #sp-header-wrapper .logo-wrapper .logo {
    line-height: 40px;
  }
  body.responsive #sp-header-wrapper.header-style4 a.sp-main-menu-toggler {
    left: auto;
    right: 10px;
  }
  body.responsive #sp-header-wrapper #header {
    padding: 2px 0;
  }
  body.responsive #sp-header-wrapper .jm-drillmenu {
    top: 2px !important;
  }
  body.responsive #sp-header-wrapper .jm-drillmenu .navbar .jm-navbar {
    margin: 0 20px;
  }
  body.responsive #sp-header-wrapper [class*="span"] {
    width: auto;
  }
  body.responsive #sp-header-wrapper [class*="span"]#jm-menu {
    margin: 0;
  }
}
@media (max-width: 768px) {
  body.responsive.bg {
    padding: 0 !important;
  }
  body.responsive .doublelines .slide-inner .padding {
    padding: 35px 8px !important;
  }
  body.responsive #sp-feature-wrapper .btn-large {
    padding: 5px 10px;
  }
  body.responsive ul.actions {
    display: none;
  }
  body.responsive.wide #sp-feature-wrapper .container .jmslideshow .slideshow-content-wide-inner {
    width: 100% !important;
  }
  body.responsive.wide #sp-feature-wrapper .container .jmslideshow .slideshow-content-wide-inner .slideshow-content {
    right: 20px !important;
    bottom: 0 !important;
  }
  body.responsive .catItemInfo-Image {
    width: 100% !important;
    margin-bottom: 10px;
  }
  body.responsive .catItemBody {
    width: 100% !important;
  }
  body.responsive div.catItemBody-inner {
    padding-left: 0;
  }
  body.responsive div.itemHeader h2.itemTitle {
    padding: 10px 0 0 0 !important;
    margin: 0;
  }
  body.responsive ul#filters li {
    margin: 0 3px 5px 3px !important;
  }
  body.responsive .slide-item-desc-warp.jmnewsprohover .slide-item-desc {
    display: none;
  }
  body.responsive .jmvideogalleries-video-title .span8.offset1 {
    margin: 0 !important;
  }
  body.responsive .jmvideogalleries-video-social {
    width: 265px;
    padding: 0;
  }
  body.responsive .jmvideogalleries-video-social ul li {
    float: left;
    margin-right: 5px;
  }
  body.responsive .hidden-tablet {
    display: none;
  }
  body.responsive #drilldown span.menu-desc {
    font-size: 80%;
    padding-left: 10px;
  }
  body.responsive .hmright .itemright {
    width: 60%;
  }
  body.responsive .hmright .itemleft {
    width: 40%;
  }
}
@media (max-width: 767px) {
  body.responsive .container {
    padding: 0 10px;
  }
  body.responsive .sp-main-menu-toggler {
    left: 10px;
  }
  body.responsive #sp-message-area,
  body.responsive #sp-left,
  body.responsive #sp-right,
  body.responsive #users > div,
  body.responsive #users2 > div,
  body.responsive #bottom > div,
  body.responsive #footertop > div {
    margin-bottom: 10px;
  }
  body.responsive #sp-header-wrapper .jm-drillmenu .navbar .jm-navbar {
    margin: 0 10px;
  }
  body.responsive #k2Container .itemleft {
    display: none;
  }
  body.responsive #k2Container .itemBody {
    padding: 10px 0 0;
  }
  body.responsive #k2Container .subCategoryContainer {
    width: 100% !important;
  }
  body.responsive #k2Container .catItemInfo {
    display: none;
  }
  body.responsive #sp-bottom-wrapper #bottom >div {
    border-bottom: thin solid #fff;
    margin-bottom: 10px;
  }
  body.responsive #sp-bottom-wrapper #bottom >div:last-child {
    border: none;
  }
  body.responsive .jm-drillmenu h3 {
    display: none;
  }
  body.responsive .jmslideshow,
  body.responsive .jmslide-item-inner {
    min-height: 40px;
  }
  body.responsive .jmslideshow .cycle-next,
  body.responsive .jmslideshow .cycle-prev {
    display: none;
  }
  body.responsive #sp-footer-wrapper {
    text-align: center;
  }
  body.responsive #sp-users-wrapper {
    padding: 10px 0 20px;
  }
  body.responsive .hidden-phone {
    display: none;
  }
  body.responsive .entry-meta ul.unstyled {
    display: none;
  }
  body.responsive .itemListView .cols2 {
    width: 100% !important;
  }
  body.responsive div.itemListCategoriesBlock {
    padding: 0;
  }
  body.responsive span.itemcount {
    display: none;
  }
  body.responsive #sp-main-body-wrapper #sp-component-area-wrapper .itemView {
    padding: 10px 0 !important;
  }
  body.responsive.com_k2.itemlist #sp-main-body-wrapper #sp-component-area-wrapper .jm-item,
  body.responsive div.tagItemView {
    padding: 10px 0;
  }
  body.responsive .btn-group {
    white-space: normal;
  }
  body.responsive .catItemInfo {
    width: 100%;
    margin-top: 0;
  }
  body.responsive .ImageBlock {
    width: 100%;
  }
  body.responsive div.catItemImageBlock {
    margin: 10px 0;
  }
  body.responsive .jmcarousel-wrap {
    padding: 0 10px;
  }
  body.responsive .bx-wrapper .bx-prev {
    left: 0;
  }
  body.responsive .bx-wrapper .bx-next {
    right: 0;
  }
  body.responsive .image-fulltext {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
  body.responsive #sp-header-wrapper {
    background-image: none !important;
  }
  body.responsive .com_k2.item #sp-main-body-wrapper #sp-component-area-wrapper .itemView {
    padding: 10px 0 !important;
  }
  body.responsive #sp-footer-wrapper ul {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  body.responsive #sp-footer-wrapper ul li {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 320px) {
  body.responsive .itemright,
  body.responsive .itemleft {
    width: 100%;
  }
  body.responsive #sp-top-wrapper a.jm-login-link-modal {
    padding: 0;
  }
}
.fixed .hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  body.responsive.rtl .sp-main-menu-toggler {
    right: 10px !important;
  }
}
@media (max-width: 979px) {
  body.responsive.rtl #sp-header-wrapper.header-style4 a.sp-main-menu-toggler {
    right: auto !important;
    left: 10px !important;
  }
}
div#social ul {
  list-style: none;
  margin: 0;
  width: auto;
  float: left;
}
div#social ul li {
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 12px;
}
div#social ul li a {
  cursor: pointer;
  height: 22px;
  width: 22px;
  display: block;
  background: url(../images/social_icons.png) no-repeat;
  text-indent: -9999em;
  overflow: hidden;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}
div#social ul li:last-child {
  margin-right: 0;
}
div#social ul li.social-facebook a {
  background-position: 0 0;
}
.preset1 div#social ul li.social-facebook a:hover {
  background-position: 0 -22px;
}
.preset2 div#social ul li.social-facebook a:hover {
  background-position: 0 -44px;
}
.preset3 div#social ul li.social-facebook a:hover {
  background-position: 0 -66px;
}
.preset4 div#social ul li.social-facebook a:hover {
  background-position: 0 -88px;
}
.preset5 div#social ul li.social-facebook a:hover {
  background-position: 0 -110px;
}
.preset6 div#social ul li.social-facebook a:hover {
  background-position: 0 -132px;
}
.preset7 div#social ul li.social-facebook a:hover {
  background-position: 0 -154px;
}
.preset8 div#social ul li.social-facebook a:hover {
  background-position: 0 -176px;
}
div#social ul li.social-twitter a {
  background-position: -34px 0;
}
.preset1 div#social ul li.social-twitter a:hover {
  background-position: -34px -22px;
}
.preset2 div#social ul li.social-twitter a:hover {
  background-position: -34px -44px;
}
.preset3 div#social ul li.social-twitter a:hover {
  background-position: -34px -66px;
}
.preset4 div#social ul li.social-twitter a:hover {
  background-position: -34px -88px;
}
.preset5 div#social ul li.social-twitter a:hover {
  background-position: -34px -110px;
}
.preset6 div#social ul li.social-twitter a:hover {
  background-position: -34px -132px;
}
.preset7 div#social ul li.social-twitter a:hover {
  background-position: -34px -154px;
}
.preset8 div#social ul li.social-twitter a:hover {
  background-position: -34px -176px;
}
div#social ul li.social-pinterest a {
  background-position: -64px 0;
}
.preset1 div#social ul li.social-pinterest a:hover {
  background-position: -64px -22px;
}
.preset2 div#social ul li.social-pinterest a:hover {
  background-position: -64px -44px;
}
.preset3 div#social ul li.social-pinterest a:hover {
  background-position: -64px -66px;
}
.preset4 div#social ul li.social-pinterest a:hover {
  background-position: -64px -88px;
}
.preset5 div#social ul li.social-pinterest a:hover {
  background-position: -64px -110px;
}
.preset6 div#social ul li.social-pinterest a:hover {
  background-position: -64px -132px;
}
.preset7 div#social ul li.social-pinterest a:hover {
  background-position: -64px -154px;
}
.preset8 div#social ul li.social-pinterest a:hover {
  background-position: -64px -176px;
}
div#social ul li.social-linkedin a {
  background-position: -97px 0;
}
.preset1 div#social ul li.social-linkedin a:hover {
  background-position: -97px -22px;
}
.preset2 div#social ul li.social-linkedin a:hover {
  background-position: -97px -44px;
}
.preset3 div#social ul li.social-linkedin a:hover {
  background-position: -97px -66px;
}
.preset4 div#social ul li.social-linkedin a:hover {
  background-position: -97px -88px;
}
.preset5 div#social ul li.social-linkedin a:hover {
  background-position: -97px -110px;
}
.preset6 div#social ul li.social-linkedin a:hover {
  background-position: -97px -132px;
}
.preset7 div#social ul li.social-linkedin a:hover {
  background-position: -97px -154px;
}
.preset8 div#social ul li.social-linkedin a:hover {
  background-position: -97px -176px;
}
div#social ul li.social-v a {
  background-position: -129px 0;
}
.preset1 div#social ul li.social-v a:hover {
  background-position: -129px -22px;
}
.preset2 div#social ul li.social-v a:hover {
  background-position: -129px -44px;
}
.preset3 div#social ul li.social-v a:hover {
  background-position: -129px -66px;
}
.preset4 div#social ul li.social-v a:hover {
  background-position: -129px -88px;
}
.preset5 div#social ul li.social-v a:hover {
  background-position: -129px -110px;
}
.preset6 div#social ul li.social-v a:hover {
  background-position: -129px -132px;
}
.preset7 div#social ul li.social-v a:hover {
  background-position: -129px -154px;
}
.preset8 div#social ul li.social-v a:hover {
  background-position: -129px -176px;
}
div#social ul li.social-skype a {
  background-position: -160px 0;
}
.preset1 div#social ul li.social-skype a:hover {
  background-position: -160px -22px;
}
.preset2 div#social ul li.social-skype a:hover {
  background-position: -160px -44px;
}
.preset3 div#social ul li.social-skype a:hover {
  background-position: -160px -66px;
}
.preset4 div#social ul li.social-skype a:hover {
  background-position: -160px -88px;
}
.preset5 div#social ul li.social-skype a:hover {
  background-position: -160px -110px;
}
.preset6 div#social ul li.social-skype a:hover {
  background-position: -160px -132px;
}
.preset7 div#social ul li.social-skype a:hover {
  background-position: -160px -154px;
}
.preset8 div#social ul li.social-skype a:hover {
  background-position: -160px -176px;
}
