@import url(http://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;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.15em;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #222222;
  *border: 2px solid #222222;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *margin-left: .3em;
  *display: inline;
  *zoom: 1;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #222222;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #222222;
  *background-color: #222222;
  text-shadow: none;
  background-position: 0 0;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #222222;
  background-color: #222222 \9;
  background-image: none;
  outline: 0;
  color: #fff;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
.btn.btn-trans {
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-trans:hover {
  color: #fff;
}
.btn.btn-trans-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-large {
  padding: 9px 60px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 11px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 10px;
  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-primary {
  color: #fff;
  text-shadow: none;
  background-color: #222222;
  background-image: -moz-linear-gradient(top,#222222,#222222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#222222));
  background-image: -webkit-linear-gradient(top,#222222,#222222);
  background-image: -o-linear-gradient(top,#222222,#222222);
  background-image: linear-gradient(to bottom,#222222,#222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #090909 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: none;
  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;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: none;
  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;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: none;
  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;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: none;
  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;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: none;
  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;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
.btn-warning,
.btn-danger,
.btn-success,
.btn-info,
.btn-inverse {
  border: 0 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-info:hover,
.btn-inverse:hover {
  background-position: 0 -15px;
}
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: #222222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.rtl .icon-chevron-right:before {
  content: "\f053";
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 13px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid rgba(34,34,34,0.25);
  box-shadow: 0;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  max-width: 100%;
  border-radius: 0;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #555555;
  display: inline-block;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 5px 6px;
  vertical-align: middle;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: rgba(34,34,34,0.25);
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.entry-header .entry-title {
  margin: 0;
  text-transform: capitalize;
}
.entry-header .entry-title.page-header {
  border-bottom: 0;
}
.entry-header .page-header {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.entry-header {
  font-size: 32px;
}
.entry-title {
  font-size: 32px;
}
.page-title,
.page-heading,
.menu-page-heading {
  text-transform: uppercase;
  font-size: 32px;
  border-bottom: 1px solid rgba(34,34,34,0.25);
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.entry-meta {
  margin-bottom: 15px;
  padding: 15px 0 0 0;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0px 30px 0px 0px;
}
.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;
}
.entry-footer {
  margin-bottom: 0px;
  padding: 10px 0 0 0;
}
.image-fulltext {
  width: 50%;
}
.image-fulltext .image-fulltext-inner {
  border: 0px solid #ebebeb;
  padding: 0px;
}
.image-fulltext .image-fulltext-inner img {
  width: 100%;
}
.image-fulltext.pull-left {
  margin: 0 30px 30px 0;
}
.image-fulltext.pull-right {
  margin: 0 0 30px 30px;
}
.image-fulltext.pull-none {
  margin: 0 0 30px 0;
}
.image-fulltext.pull-none,
.image-fulltext .pull-none img {
  width: 100% !important;
}
.blog .pull-none {
  width: 100%;
  clear: both;
  padding-bottom: 30px;
}
.blog .pull-none img {
  width: 100%;
}
.blog .pull-left {
  float: left;
  padding: 0 30px 30px 0;
}
.blog .pull-right {
  float: right;
  padding: 0 0 30px 30px;
}
.header {
  font-size: 30px;
  color: #222222;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev,
ul.pagenav .pagenav-next {
  float: left;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
.readmore {
  color: #FFFFFF;
  font-family: open_sansbold;
}
.readmore:hover {
  color: #000;
}
.blog article {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog article .entry-content img {
  margin-bottom: 20px;
}
.blog section article {
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
.blog h1 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
.blog h2 {
  font-size: 32px;
  text-transform: capitalize;
  margin: 0;
  padding-top: 0;
}
article .entry-meta i {
  padding-right: 15px;
  margin-top: 3px;
}
article .entry-header .page-header h1 {
  font-size: 32px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
  margin: 0 0 0 0;
}
.entry-header .page-header h1 {
  font-size: 32px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
  margin: 0 0 30px 0;
  color: #222222;
}
.entry-content img {
  margin-bottom: 20px;
}
.componentheading,
.jm-component-heading {
  font-size: 32px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
  margin: 0 0 30px 0;
  font-size: 32px;
  color: #222222;
}
#jm-login-page .JMLoginFrontLoginFormWrap {
  max-width: 400px;
  margin: 0 auto;
}
#jm-login-page label {
  padding-right: 60px;
  float: left;
  position: relative;
  margin: 0;
  height: 30px;
  line-height: 30px;
  min-width: 70px;
}
#jm-login-page label:after {
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  background: rgba(34,34,34,0.05);
  color: #222222;
  height: 20px;
  line-height: 20px;
  padding: 5px 12px;
  border: 1px solid rgba(34,34,34,0.25);
  border-right: 0;
  font-size: 20px;
  min-width: 15px;
  text-align: center;
}
#jm-login-page label.invalid:after {
  color: #E9322D;
}
#jm-login-page label#username-lbl:after {
  content: '\f007';
}
#jm-login-page label#password-lbl:after {
  content: '\f023';
}
#jm-login-link {
  margin-top: 30px;
}
#jm-registration-page {
  margin: 0 auto;
}
#jm-registration-page #jm-registration-form label {
  padding-right: 60px;
  float: left;
  position: relative;
  margin: 0;
  height: 30px;
  line-height: 30px;
  min-width: 175px;
}
#jm-registration-page #jm-registration-form label:after {
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  background: rgba(34,34,34,0.05);
  color: #222222;
  height: 20px;
  line-height: 20px;
  padding: 5px 12px;
  border: 1px solid rgba(34,34,34,0.25);
  border-right: 0;
  font-size: 20px;
  min-width: 20px;
  text-align: center;
}
#jm-registration-page #jm-registration-form label.invalid:after {
  color: #E9322D;
}
#jm-registration-page #jm-registration-form label#jform_name-lbl:after,
#jm-registration-page #jm-registration-form label#jform_username-lbl:after {
  content: '\f007';
}
#jm-registration-page #jm-registration-form label#jform_password1-lbl:after,
#jm-registration-page #jm-registration-form label#jform_password2-lbl:after {
  content: '\f023';
}
#jm-registration-page #jm-registration-form label#jform_password1-lbl .optional,
#jm-registration-page #jm-registration-form label#jform_password2-lbl .optional {
  display: none;
}
#jm-registration-page #jm-registration-form label#jform_email1-lbl:after,
#jm-registration-page #jm-registration-form label#jform_email2-lbl:after {
  content: '\f0e0';
}
#jm-registration-page #jm-registration-bt {
  margin-top: 30px;
}
#jm-registration-page #jm-registration-bt button {
  margin-right: 30px;
}
.remind #user-registration dd,
.reset #user-registration dd {
  margin: 0;
}
.remind #user-registration dd:before,
.reset #user-registration dd:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  position: absolute;
  right: left;
  background: rgba(34,34,34,0.05);
  color: #222222;
  height: 20px;
  line-height: 20px;
  padding: 5px 12px;
  border: 1px solid rgba(34,34,34,0.25);
  font-size: 20px;
  min-width: 20px;
  text-align: center;
}
.remind #user-registration dd:last-child,
.reset #user-registration dd:last-child {
  display: none;
}
.com_content .blog .items-row.row-fluid {
  margin-bottom: 0;
}
.com_contact .contact .row {
  margin: 0 0 20px;
}
.com_contact .contact .row input[type=text],
.com_contact .contact .row input[type=email] {
  margin: 0;
  padding: 5px 0;
  width: 330px;
  max-width: 330px;
  border-radius: 0;
  text-indent: 5px;
}
.com_contact .contact .row textarea {
  margin: 0;
  padding: 5px 0;
  width: 360px;
  border-radius: 0;
  text-indent: 5px;
  height: 320px;
}
.com_contact .contact .row label {
  float: left;
  min-width: 70px;
  padding-right: 60px;
  position: relative;
}
.com_contact .contact .row label:after {
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  background: rgba(34,34,34,0.05);
  color: #222222;
  height: 20px;
  line-height: 20px;
  padding: 5px 12px;
  border: 1px solid rgba(34,34,34,0.25);
  border-right: 0;
  font-size: 20px;
  min-width: 20px;
  text-align: center;
}
.com_contact .contact .row label.invalid:after {
  color: #E9322D;
}
.com_contact .contact .row label#jform_contact_name-lbl:after {
  content: '\f007';
}
.com_contact .contact .row label#jform_contact_email-lbl:after {
  content: '\f0e0';
}
.com_contact .contact .row label#jform_contact_emailmsg-lbl:after {
  content: '\f108';
}
.com_contact .contact .row label#jform_contact_message-lbl:after {
  content: '\f040';
  height: 320px;
}
.com_contact .contact .row label#jform_contact_email_copy-lbl {
  padding: 10px 10px 10px 85px;
}
.com_contact .contact .row button {
  margin-left: 75px;
}
.com_contact .contact .contact-left >h3 {
  margin-bottom: 30px;
}
.com_contact .contact .contact-misc {
  margin-bottom: 30px;
}
.com_contact .contact .contact-address .jicons-icons {
  display: none;
}
.com_contact .contact .contact-address address {
  position: relative;
  padding-left: 60px;
}
.com_contact .contact .contact-address address:before {
  content: '\f015';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 20px;
}
.com_contact .contact .contact-address address span {
  display: block;
}
.com_contact .contact .contact-contactinfo {
  margin-bottom: 30px;
}
.com_contact .contact .contact-contactinfo p {
  margin-bottom: 15px;
}
.com_contact .contact .contact-contactinfo .jicons-icons {
  display: none;
}
.com_contact .contact .contact-contactinfo .contact-emailto {
  position: relative;
  padding-left: 60px;
}
.com_contact .contact .contact-contactinfo .contact-emailto:before {
  content: '\f0e0';
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.com_contact .contact .contact-contactinfo .contact-telephone {
  position: relative;
  padding-left: 60px;
}
.com_contact .contact .contact-contactinfo .contact-telephone:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.com_contact .contact .contact-contactinfo .contact-fax {
  position: relative;
  padding-left: 60px;
}
.com_contact .contact .contact-contactinfo .contact-fax:before {
  content: '\f02f';
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.com_contact .contact .contact-contactinfo .contact-mobile {
  position: relative;
  padding-left: 60px;
}
.com_contact .contact .contact-contactinfo .contact-mobile:before {
  content: '\f10b';
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.com_contact .contact .contact-contactinfo .contact-webpage {
  position: relative;
  padding-left: 60px;
}
.com_contact .contact .contact-contactinfo .contact-webpage:before {
  content: '\f108';
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.com_contact .contact .contact-links {
  margin-bottom: 15px;
}
.com_contact .contact .contact-links .contact-links-title {
  text-transform: uppercase;
}
.com_contact .contact .contact-links [class*='icon-'],
.com_contact .contact .contact-links [class^='icon-'] {
  font-size: 25px;
}
.com_contact .contact .contact-articles {
  margin-bottom: 15px;
}
.newsfeed-category ul.list-striped li {
  background: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  overflow: hidden;
}
.newsfeed-category ul.category li:hover {
  padding-left: 20px;
}
#finder-search button,
#finder-search input {
  float: left;
}
#finder-search #advanced-search #finder-filter-select-list {
  list-style: none;
}
#searchForm .phrases .phrases-box input {
  float: left;
  margin-right: 10px;
}
#searchForm .phrases .phrases-box label {
  float: left;
  margin-right: 30px;
}
#searchForm .phrases .ordering-box input,
#searchForm .phrases .ordering-box label {
  float: left;
  margin-right: 10px;
}
#searchForm .only label {
  float: left;
}
#searchForm .only label +label {
  margin-left: 20px;
}
#searchForm .form-limit {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
#searchForm .form-limit label,
#searchForm .form-limit select {
  float: left;
  margin-right: 20px;
}
.search-results .item-end {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
.pagination ul.pagination-list li a,
.pagination ul.pagination-list li span {
  margin: 0 5px;
  border: 1px solid #909090;
  color: #909090;
  border-radius: 0;
}
.pagination ul.pagination-list li:first-child > a,
.pagination ul.pagination-list li:first-child > span {
  border-radius: 0;
}
.pagination ul.pagination-list li:last-child > a,
.pagination ul.pagination-list li:last-child > span {
  border-radius: 0;
}
.pagination .counter {
  margin-top: 10px;
}
.pagenav li + li {
  margin-left: 5px;
}
.pagenav li a {
  color: #909090;
  border: 1px solid #909090;
  padding: 5px 7px;
  display: block;
  font-weight: bold;
}
ul li {
  line-height: 25px;
}
ul li a {
  line-height: 25px;
}
.rtl .image-fulltext.pull-left {
  margin: 0 0 30px 30px;
}
.rtl .image-fulltext.pull-right {
  margin: 0 30px 30px 0;
}
.rtl .blog .pull-left {
  float: right;
  padding: 0 0 30px 30px;
}
.rtl .blog .pull-right {
  float: left;
  padding: 0 30px 30px 0;
}
.rtl .entry-meta i {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .entry-meta.muted >span,
.rtl .entry-meta.muted >time {
  margin: 0px 0px 0px 30px;
}
.rtl #jm-login-page label {
  padding-left: 60px;
  padding-right: 0;
  float: right;
  text-align: left;
}
.rtl #jm-login-page label:after {
  right: auto;
  left: 0;
  border-right: 1px solid rgba(34,34,34,0.25);
  border-left: 0;
}
.rtl #jm-registration-page #jm-registration-form label {
  padding-left: 60px;
  padding-right: 0;
  float: right;
  text-align: left;
}
.rtl #jm-registration-page #jm-registration-form label:after {
  right: auto;
  left: 0;
  border-right: 1px solid rgba(34,34,34,0.25);
  border-left: 0;
}
.rtl #jm-registration-page #jm-registration-bt {
  margin-top: 30px;
}
.rtl #jm-registration-page #jm-registration-bt button {
  margin-left: 30px;
  margin-right: 0;
}
.rtl .remind #user-registration dd:before,
.rtl .reset #user-registration dd:before {
  left: auto;
  right: 0;
}
.rtl.com_contact .contact .row label {
  float: right;
  padding-left: 60px;
  padding-right: 0;
}
.rtl.com_contact .contact .row label:after {
  right: auto;
  left: 0;
  border-right: 1px solid rgba(34,34,34,0.25);
  border-left: 0;
}
.rtl.com_contact .contact .row label#jform_contact_email_copy-lbl {
  padding: 10px 85px 10px 10px;
}
.rtl.com_contact .contact .row button {
  margin-right: 75px;
  margin-left: 0;
}
.rtl.com_contact .contact .contact-address address {
  position: relative;
  padding-right: 60px;
  padding-left: 0;
}
.rtl.com_contact .contact .contact-address address:before {
  left: auto;
  right: 0;
  border-right: 1px solid rgba(34,34,34,0.25);
  border-left: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-emailto {
  position: relative;
  padding-right: 60px;
  padding-left: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-emailto:before {
  left: auto;
  right: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-telephone {
  padding-right: 60px;
  padding-left: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-telephone:before {
  left: auto;
  right: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-fax {
  padding-right: 60px;
  padding-left: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-fax:before {
  left: auto;
  right: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-mobile {
  padding-right: 60px;
  padding-left: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-mobile:before {
  left: auto;
  right: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-webpage {
  padding-right: 60px;
  padding-left: 0;
}
.rtl.com_contact .contact .contact-contactinfo .contact-webpage:before {
  left: auto;
  right: 0;
}
.rtl #finder-search input,
.rtl #finder-search button {
  float: right;
}
.rtl #finder-search #advanced-search {
  text-align: right;
}
.rtl ul.pagenav {
  margin-right: 0;
}
.rtl ul.pagenav .pagenav-prev,
.rtl ul.pagenav .pagenav-next {
  float: right !important;
}
.rtl ul.pagenav li + li {
  margin-left: 0;
  margin-right: 5px;
}
@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;
}
@font-face {
  font-family: 'NovecentowideNormalRegular';
  src: url('../fonts/Novecentowide-Normal-webfont.eot');
  src: url('../fonts/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-Normal-webfont.woff') format('woff'), url('../fonts/Novecentowide-Normal-webfont.ttf') format('truetype'), url('../fonts/Novecentowide-Normal-webfont.svg#NovecentowideNormalRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NovecentowideLightRegular';
  src: url('../fonts/Novecentowide-Light-webfont.eot');
  src: url('../fonts/Novecentowide-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-Light-webfont.woff') format('woff'), url('../fonts/Novecentowide-Light-webfont.ttf') format('truetype'), url('../fonts/Novecentowide-Light-webfont.svg#NovecentowideLightRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NovecentowideUltraLightBold';
  src: url('../fonts/Novecentowide-Medium-webfont.eot');
  src: url('../fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-Medium-webfont.woff') format('woff'), url('../fonts/Novecentowide-Medium-webfont.ttf') format('truetype'), url('../fonts/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'open_sansregular';
  font-size: 13px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .componentheading {
  font-weight: normal;
  color: #1f1f1f;
  line-height: 1 !important;
  margin-top: 0;
}
body a {
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  text-decoration: none;
  color: #222222;
}
body a:hover {
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #3c3c3c;
  text-decoration: none;
}
body > [id*="sp-"],
body > [id^="sp-"] {
  background: #fff;
}
section#sp-feature-wrapper iframe {
  border: none;
}
.cwhite {
  color: #fff;
}
.tcenter {
  text-align: center;
}
.line-top {
  border-top: 1px solid rgba(34,34,34,0.25);
  padding-top: 15px;
}
.centered {
  text-align: center;
}
.title-center h3,
.title-center h3.header {
  text-align: center !important;
}
.title-left h3,
.title-left h3.header {
  text-align: left !important;
}
.title-right h3,
.title-right h3.header {
  text-align: right !important;
}
.title-none h3,
.title-none h3.header {
  text-transform: none !important;
}
.title-pad h3,
.title-pad h3.header {
  padding: 0 30px;
}
.title-pad2 h3,
.title-pad2 h3.header {
  padding: 0 60px;
}
.title-pad3 h3,
.title-pad3 h3.header {
  padding: 0 90px;
}
.title-pad4 h3,
.title-pad4 h3.header {
  padding: 0 120px;
}
.title-pad5 h3,
.title-pad5 h3.header {
  padding: 0 150px;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
#sp-header-wrapper {
  background: #202020;
  position: relative;
  z-index: 999;
  width: 100%;
}
#sp-header-wrapper .logo-wrapper .logo {
  display: block;
  padding: 0;
  line-height: 60px;
  display: block;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper #sp-social .search {
  position: relative;
  z-index: 2;
}
#sp-header-wrapper #sp-social .search form {
  margin: 0;
}
#sp-header-wrapper #sp-social .search input {
  -webkit-transition: all .5s linear 0s;
  -moz-transition: all .5s linear 0s;
  -o-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}
#sp-header-wrapper #sp-social .search input#mod-search-searchword {
  background: url(../images/bg_search.png) 3px center no-repeat;
  width: 20px;
  height: 20px;
  font-size: 0;
  padding: 2px;
  margin: 18px 0 0 20px;
  text-indent: 25px;
  font-family: 'NovecentowideLightRegular';
  box-shadow: none !important;
  border: 0;
}
#sp-header-wrapper #sp-social .search input#mod-search-searchword:hover,
#sp-header-wrapper #sp-social .search input#mod-search-searchword:active,
#sp-header-wrapper #sp-social .search input#mod-search-searchword:focus {
  -webkit-transition: all .5s linear 0s;
  -moz-transition: all .5s linear 0s;
  -o-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
  background: #fff url(../images/bg_search_hover.png) left center no-repeat;
  width: 132px;
  font-size: 13px;
}
#sp-header-wrapper #sp-social .default.jmsocials_wrap {
  position: absolute;
  right: 0;
  z-index: 1;
}
#sp-header-wrapper #sp-social .default.jmsocials_wrap ul.jmsocials_items li.jmsocials_item a i {
  font-size: 22px;
  padding: 0;
}
#sp-header-wrapper.fixed-top #sp-social .search input#mod-search-searchword {
  margin-top: 6px;
  -webkit-transition: all .5s linear 0s;
  -moz-transition: all .5s linear 0s;
  -o-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
#sp-main-body-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
.com_jm_video_galleries #sp-main-body-wrapper .row-fluid [class*="span"] {
  min-height: 30px;
}
#sp-feature-wrapper {
  padding: 0;
  border-top: 0px solid #fff;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) inset;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0) inset;
  box-shadow: 0 0 0 rgba(0,0,0,0) inset;
  text-align: center;
}
#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-feature-wrapper #feature .tp-caption.sp-title {
  font-family: 'NovecentowideUltraLightBold';
  font-size: 74px;
  line-height: 1;
}
#sp-feature-wrapper #feature .tp-caption.sp-desc {
  font-family: 'NovecentowideLightRegular';
  font-size: 40px;
  line-height: 1;
}
#sp-feature-wrapper #feature .tparrows {
  width: 48px;
  height: 48px;
  text-align: center;
  color: #fff;
  line-height: 48px;
  font-size: 20px;
  background-color: #222222;
  background-repeat: no-repeat;
  background-position: center center;
  top: 42% !important;
  margin: 0 !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#sp-feature-wrapper #feature .tparrows.tp-leftarrow {
  left: 0 !important;
  background-image: url(../images/arrowleft.png);
}
#sp-feature-wrapper #feature .tparrows.tp-rightarrow {
  right: 0 !important;
  background-image: url(../images/arrowright.png);
}
#sp-feature-wrapper #feature .tparrows:hover,
#sp-feature-wrapper #feature .tparrows:active,
#sp-feature-wrapper #feature .tparrows:focus {
  padding: 4px;
}
#sp-section1-wrapper {
  padding: 55px 0;
}
#sp-section1-wrapper #section1 {
  text-align: center;
}
#sp-section1-wrapper #section1 .header {
  text-align: center;
  color: #222222;
  text-transform: uppercase;
  font-size: 18px;
}
#sp-section1-wrapper #section1 .jm-xhtml-icontop [class^="icon-"] {
  width: 100px;
  height: 100px;
  font-size: 35px;
  color: #222;
  line-height: 100px;
  display: inline-block;
  position: relative;
  background: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #222;
  -moz-box-shadow: 0 0 0 2px #222;
  box-shadow: 0 0 0 2px #222;
  margin-bottom: 20px;
}
#sp-section1-wrapper #section1 .jm-xhtml-icontop [class^="icon-"]:after {
  background: #fff;
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sp-section1-wrapper #section1 .jm-xhtml-icontop [class^="icon-"]:hover,
#sp-section1-wrapper #section1 .jm-xhtml-icontop [class^="icon-"]:active,
#sp-section1-wrapper #section1 .jm-xhtml-icontop [class^="icon-"]:focus {
  color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-section1-wrapper #section1 .jm-xhtml-icontop [class^="icon-"]:hover:after,
#sp-section1-wrapper #section1 .jm-xhtml-icontop [class^="icon-"]:active:after,
#sp-section1-wrapper #section1 .jm-xhtml-icontop [class^="icon-"]:focus:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #222;
}
#sp-section2-wrapper {
  background: #f7f6f6;
  border-top: 1px solid #cccccc;
  padding: 55px 0;
}
#sp-section2-wrapper .header {
  padding-top: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
#section3 .container-inner {
  padding: 0 60px;
}
#section3 .header {
  font-size: 30px;
  line-height: normal;
  margin: 30px;
  color: #fff;
}
#section3 .icon-quote-left {
  float: left;
}
#section3 p {
  padding-left: 30px;
  font-style: italic;
}
#section4 {
  padding: 30px 0;
}
#sp-section5-wrapper {
  background: #f7f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
#sp-section5-wrapper .module h3.header {
  font-size: 30px;
  font-weight: normal;
}
#sp-section5-wrapper .module h3.header span.mod-title-inner {
  background: #f7f6f6 !important;
}
.homepage #sp-main-body-wrapper {
  padding: 0;
}
#sp-section6-wrapper {
  padding: 30px 0;
}
#sp-section6-wrapper .container {
  padding-bottom: 30px;
}
#sp-section6-wrapper .container .module h3.header {
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 30px !important;
}
#sp-about-us-section1-wrapper .jm-module-bg-overlay {
  padding: 100px 0 150px 0;
  color: #fff;
  font-family: 'NovecentowideLightRegular';
  font-size: 36px;
  line-height: 40px;
}
#sp-about-us-section1-wrapper .jm-module-bg-overlay h3,
#sp-about-us-section1-wrapper .jm-module-bg-overlay .header {
  font-size: 56px;
  color: #fff;
}
#sp-about-us-section2-wrapper {
  padding-top: 30px;
}
#sp-about-us-section3-wrapper {
  padding: 30px 0;
}
#sp-about-us-section3-wrapper [class*="span"],
#sp-about-us-section3-wrapper [class^=" span"] {
  margin-bottom: 30px;
}
#sp-about-us-section4-wrapper {
  padding-top: 30px;
}
#sp-about-us-section5-wrapper {
  padding-top: 30px;
}
#sp-about-us-section6-wrapper {
  padding: 30px 0;
  background: #222;
  color: #fff;
}
#sp-about-us-section7-wrapper {
  padding: 30px 0;
}
#sp-bottom-full-wrapper {
  padding: 0 0 30px 0;
}
#sp-bottom-wrapper {
  background: #202020;
  color: rgba(255,255,255,0.45);
  padding: 60px 0;
  margin: 0;
}
#sp-bottom-wrapper .module h3,
#sp-bottom-wrapper .module h3.header,
#sp-bottom-wrapper .module .header {
  color: #fff;
  padding-top: 0;
  font-size: 17px;
}
#sp-bottom-wrapper .module a {
  color: #fff;
}
#sp-bottom-wrapper #sp-bottom3 p {
  position: relative;
  padding-left: 35px;
  display: block;
}
#sp-bottom-wrapper #sp-bottom3 .icon-home:before,
#sp-bottom-wrapper #sp-bottom3 .icon-phone:before,
#sp-bottom-wrapper #sp-bottom3 .icon-envelope-alt:before,
#sp-bottom-wrapper #sp-bottom3 .icon-envelope:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'FontAwesome';
}
#sp-bottom-wrapper #sp-bottom3 [class^="icon-"],
#sp-bottom-wrapper #sp-bottom3 [class*=" icon-"] {
  font-family: open_sansregular;
}
#sp-bottom-wrapper #sp-bottom4 h3.header {
  margin-bottom: 0;
}
#sp-bottom-wrapper #sp-bottom4 ul.jmsocials_items li {
  margin: 0 5px !important;
}
#sp-bottom-wrapper #sp-bottom4 ul.jmsocials_items li::first-child {
  margin-right: 5px !important;
}
#sp-bottom-wrapper #sp-bottom4 ul.jmsocials_items li .jmsocials_title {
  font-size: 23px;
  width: auto;
  height: auto;
  line-height: normal;
  line-height: 43px;
  color: rgba(255,255,255,0.45);
}
#sp-bottom-wrapper #sp-bottom4 ul.jmsocials_items li .jmsocials_title:hover {
  color: #fff;
}
#sp-bottom-wrapper .title-text h3,
#sp-bottom-wrapper .title-text h3.header,
#sp-bottom-wrapper .title-text .header {
  text-transform: none;
  color: rgba(255,255,255,0.45);
  padding: 15px 0;
  margin: 0;
  font-size: 13px;
  border-top: 1px solid rgba(255,255,255,0.45);
}
#sp-bottom-wrapper .acymailing_form {
  position: relative;
}
#sp-bottom-wrapper .acymailing_form p {
  padding: 0;
  margin: 0;
}
#sp-bottom-wrapper .acymailing_form input {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 30px;
  height: 30px;
  text-indent: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #ccc;
  border: 1px solid #777;
  border-radius: 0;
}
#sp-bottom-wrapper .acymailing_form .acysubbuttons input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  font-family: FontAwesome;
  width: 20px;
  height: 26px;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #ccc !important;
  background: none !important;
  text-indent: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 17px;
}
#sp-bottom-wrapper .acymailing_form .acysubbuttons:hover,
#sp-bottom-wrapper .acymailing_form .acysubbuttons:active,
#sp-bottom-wrapper .acymailing_form .acysubbuttons:focus {
  background-color: none !important;
}
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: 10px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  background: #000000;
  color: #575757;
  position: relative;
}
#sp-footer-wrapper a {
  color: #575757;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-footer-wrapper ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-footer-wrapper ul ul ul {
  margin: 0 0 0 15px;
}
#sp-footer-wrapper ul ul li,
#sp-footer-wrapper ul ul .unstyled {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
#sp-footer-wrapper ul ul[class*="level"] > li {
  border-bottom: 0;
  padding: 0;
}
#sp-footer-wrapper ul ul[class*="level"] > li a {
  border-bottom: 1px solid rgba(34,34,34,0.25);
  display: block;
  padding: 5px 0;
}
#sp-footer-wrapper ul ul {
  padding-left: 15px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #575757;
}
#sp-footer-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#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 {
  color: #575757;
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover,
#sp-footer-wrapper ul.nav li a:focus,
#sp-footer-wrapper ul.nav li a:active {
  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 .copyright {
  display: block;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.15em;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #222222;
  *border: 2px solid #222222;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *margin-left: .3em;
  *display: inline;
  *zoom: 1;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #222222;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #222222;
  *background-color: #222222;
  text-shadow: none;
  background-position: 0 0;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #222222;
  background-color: #222222 \9;
  background-image: none;
  outline: 0;
  color: #fff;
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
button.btn-trans,
input[type='submit'].btn-trans,
input[type='button'].btn-trans,
submit.btn-trans {
  border: 2px solid #fff;
  color: #fff;
}
button.btn-trans:hover,
input[type='submit'].btn-trans:hover,
input[type='button'].btn-trans:hover,
submit.btn-trans:hover {
  color: #fff;
}
button.btn-trans-white,
input[type='submit'].btn-trans-white,
input[type='button'].btn-trans-white,
submit.btn-trans-white {
  border: 1px solid #fff;
  color: #fff;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.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;
}
.jm-social-icon-list {
  border-top: 1px solid rgba(34,34,34,0.25);
  padding-top: 7px;
  clear: both;
  display: inline-block;
  overflow: hidden;
}
.jm-social-icon-list a {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.jm-social-icon-list a + a {
  margin-left: 10px;
}
.jm-social-icon-list a [class*="icon-"],
.jm-social-icon-list a [class^="icon-"] {
  color: #222222;
  width: 20px;
  line-height: 25px;
  overflow: hidden;
  margin: 0 auto;
  display: inline;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.jm-social-icon-list a [class*="icon-"]:before,
.jm-social-icon-list a [class^="icon-"]:before {
  font-size: 20px;
  display: inline;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.jm-social-icon-list a [class*="icon-"]:hover:before,
.jm-social-icon-list a [class*="icon-"]:focus:before,
.jm-social-icon-list a [class*="icon-"]:active:before,
.jm-social-icon-list a [class^="icon-"]:hover:before,
.jm-social-icon-list a [class^="icon-"]:focus:before,
.jm-social-icon-list a [class^="icon-"]:active:before {
  font-size: 25px;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.jm-social-icon-list a:hover {
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.jm-social-icon-list a:hover [class*="icon-"],
.jm-social-icon-list a:hover [class^="icon-"] {
  width: 25px;
  height: 25px;
  font-size: 25px;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.jm-social-icon-list a:hover [class*="icon-"]:before,
.jm-social-icon-list a:hover [class^="icon-"]:before {
  font-size: 25px;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
#sp-right {
  margin-top: 25px;
}
#sp-right h3,
#sp-right h3.heaader,
#sp-right .header {
  font-size: 15px;
}
.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.unstyled ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.unstyled ul ul {
  margin: 0 0 0 15px;
}
.unstyled ul li,
.unstyled ul .unstyled {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
.unstyled ul[class*="level"] > li {
  border-bottom: 0;
  padding: 0;
}
.unstyled ul[class*="level"] > li a {
  border-bottom: 1px solid rgba(34,34,34,0.25);
  display: block;
  padding: 5px 0;
}
form {
  position: relative;
}
.article-img {
  position: relative;
}
.article-img span {
  display: block;
  text-align: center;
  color: #fff;
  line-height: normal;
}
.article-img .created {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(34,34,34,0.8) !important;
  padding: 5px;
}
.article-img .created .month {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.article-img .created .date {
  font-size: 29px;
  line-height: 25px;
}
.ItemDateCreated {
  display: inline-block;
  background: rgba(0,0,0,0.8);
  padding: 5px;
}
.ItemDateCreated .month {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block !important;
  color: #fff;
}
.ItemDateCreated .date {
  font-size: 29px;
  line-height: 25px;
  display: block !important;
  color: #fff;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.w33 {
  width: 33%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w10 {
  width: 10%;
}
.label-info,
.badge-info {
  background: #222222;
}
ul li [class^="icon-"],
ul li [class*=" icon-"] {
  padding-right: 10px;
  line-height: 22px;
  font-size: 12px;
}
.unstyled ul {
  padding-left: 15px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.rtl #sp-header-wrapper #sp-social .search input#mod-search-searchword {
  background: url(../images/bg_search.png) right center no-repeat;
  margin-right: 30px;
  margin-left: 0;
}
.rtl #sp-header-wrapper #sp-social .search input#mod-search-searchword:hover,
.rtl #sp-header-wrapper #sp-social .search input#mod-search-searchword:active,
.rtl #sp-header-wrapper #sp-social .search input#mod-search-searchword:focus {
  background: #fff url(../images/bg_search.png) right center no-repeat;
}
.rtl #sp-header-wrapper #sp-social .default.jmsocials_wrap {
  right: auto;
  left: 0;
}
.rtl #section3 .icon-quote-left {
  float: right;
}
.rtl #section3 .icon-quote-left:before {
  content: "\f10e";
}
.rtl #section3 p {
  padding-left: 0;
  padding-right: 30px;
}
.rtl #sp-bottom-wrapper #sp-bottom3 p {
  padding-left: 0;
  padding-right: 40px;
}
.rtl #sp-bottom-wrapper #sp-bottom3 .icon-home:before,
.rtl #sp-bottom-wrapper #sp-bottom3 .icon-phone:before,
.rtl #sp-bottom-wrapper #sp-bottom3 .icon-envelope-alt:before,
.rtl #sp-bottom-wrapper #sp-bottom3 .icon-envelope:before {
  left: auto;
  right: 0;
}
.rtl #sp-bottom-wrapper ul.jmsocials_items li + li {
  margin: 0 14px 10px 0;
}
.rtl #sp-bottom-wrapper .acymailing_form .acysubbuttons input[type="submit"] {
  left: 1px;
  right: auto;
}
.rtl #sp-footer-wrapper {
  text-align: right;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rtl .unstyled ul {
  padding-right: 15px;
}
.rtl .unstyled ul ul {
  margin: 0 15px 0 0px;
}
.rtl .article-img .created {
  left: auto;
  right: 0;
}
.rtl div.k2TagCloudBlock a {
  float: right;
}
.rtl .pull-left {
  float: right;
}
.rtl .pull-right {
  float: left;
}
.rtl .title-left.module h3.header {
  text-align: right !important;
}
.rtl .title-right.module h3.header {
  text-align: left !important;
}
.rtl ul li [class^="icon-"],
.rtl ul li [class*=" icon-"] {
  padding-left: 10px;
  padding-right: 0;
}
.rtl .toggle {
  margin-bottom: 15px;
}
.rtl .toggle h3 a i {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .left {
  float: right;
}
.rtl .right {
  float: left;
}
.jmPriceTable:after {
  clear: both;
  content: "";
  display: table;
}
.jmPriceTable {
  padding: 60px 0 48px;
  text-align: center;
}
.jmCentered {
  clear: both;
  text-align: center;
}
.jmPriceTable dl {
  background: #FFFFFF;
  display: block;
}
.jmPriceTable dl dd {
  margin: 0;
  display: block;
  line-height: 1.6;
  padding: 10px;
}
.jmPriceTable dl dd.odd {
  background: #f8f8f8;
}
.jmPriceTable.col3 dl {
  float: left;
  width: 25%;
  padding-bottom: 20px;
  box-shadow: 1px 1px 5px 1px #dddddd;
  -webkit-box-shadow: 1px 1px 5px 1px #dddddd;
  -moz-box-shadow: 1px 1px 5px 1px #dddddd;
}
.jmPriceTable dl.jmPremium {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.jmPriceTable dl.jmPremium dt small {
  display: block;
  clear: both;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
}
.jmPriceTable dd small {
  font-size: 12px;
  display: block;
  clear: both;
}
.jmPriceTable dl.jmPremium dt {
  color: #fff;
  border-bottom: 1px solid #DDDDDD;
}
.jmPriceTable dt {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  font-family: 'NovecentowideLightRegular';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
  text-transform: uppercase;
}
.jmPriceTable dl.jmPremium dt {
  border-bottom: 1px solid #DDDDDD;
}
.jmPriceTable dd.jmPrice {
  color: #333333;
  font-size: 68px;
  line-height: 1.2;
  font-weight: 600;
}
.jmPriceTable dd.jmPrice small {
  color: #999999;
  font-size: 16px;
  font-weight: 300;
}
#footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
#footer-fixed-inner {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#sp-menu ul.sp-menu li {
  position: relative;
}
#sp-menu #sublevel {
  position: absolute;
  left: 0;
  width: 100%;
}
.sp-menu-group-title .icon-caret-left,
.sp-menu-group-title .icon-caret-right {
  display: none !important;
}
.menu-title i {
  margin: 0 5px;
}
.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: 10px;
}
.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;
  border-left: 1px solid rgba(255,255,255,0.15);
  -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: 60px;
  text-transform: uppercase;
  font-family: 'NovecentowideLightRegular';
  letter-spacing: 0.15em;
  padding: 0 15px !important;
}
#sp-main-menu ul.level-0 > li a {
  display: block;
  margin: 0;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.15em;
}
#sp-main-menu ul.level-0 > li a.sp-menu-group {
  padding: 10px;
}
@media (max-width: 1200px) {
  #sp-main-menu ul.level-0 > li a {
    padding: 0 15px;
  }
}
#sp-main-menu ul.level-0 > li a .icon-caret-down,
#sp-main-menu ul.level-0 > li a .icon-caret-right,
#sp-main-menu ul.level-0 > li a .icon-caret-left {
  color: #fff;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li:hover.active {
  background-color: #fff;
}
#sp-main-menu ul.level-0 > li:hover a,
#sp-main-menu ul.level-0 > li:hover .icon-caret-down,
#sp-main-menu ul.level-0 > li:hover .icon-caret-right,
#sp-main-menu ul.level-0 > li:hover .icon-caret-left,
#sp-main-menu ul.level-0 > li:hover.active a,
#sp-main-menu ul.level-0 > li:hover.active .icon-caret-down,
#sp-main-menu ul.level-0 > li:hover.active .icon-caret-right,
#sp-main-menu ul.level-0 > li:hover.active .icon-caret-left {
  color: #555;
}
#sp-main-menu ul.level-0 > li.active a,
#sp-main-menu ul.level-0 > li.active .icon-caret-down,
#sp-main-menu ul.level-0 > li.active .icon-caret-right,
#sp-main-menu ul.level-0 > li.active .icon-caret-left {
  color: #fff;
}
#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;
}
#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 {
  background: #202020;
  border-top: 1px solid rgba(255,255,255,0.15);
}
#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: 8px;
  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;
}
.rtl #sp-main-menu ul.level-0 >li {
  border-right: 1px solid rgba(255,255,255,0.15);
  border-left: 0;
}
@media (max-width: 1199px) {
  #sp-main-menu ul.level-0 > li > a {
    padding: 0 10px !important;
  }
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module .custom-suffix {
  padding: 10px;
  display: block;
}
.module h3.header {
  font-size: 30px;
  line-height: normal;
  text-align: left;
  padding: 10px 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: normal;
}
.module span.custom-suffix {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'open_sansregular';
}
.module.highlighted h3.header,
.module.grey h3.header,
.module.gold h3.header,
.module.orange h3.header,
.module.black h3.header,
.module.red h3.header,
.module.green h3.header,
.module.darkgreen h3.header,
.module.brightred h3.header,
.module.blue h3.header,
.module.deepblue h3.header,
.module.deepred h3.header,
.module.slate h3.header {
  color: #fff;
  text-align: center;
}
.module.grey h3.header {
  background: #5b5b5b !important;
}
.module.green h3.header {
  background: #84B231 !important;
}
.module.darkgreen h3.header {
  background: #578504 !important;
}
.module.brightred h3.header {
  background: #C03232 !important;
}
.module.deepred h3.header {
  background: #900101 !important;
}
.module.blue h3.header {
  background: #357BDB !important;
}
.module.deepblue h3.header {
  background: #0c53b5 !important;
}
.module.gold h3.header {
  background: #ebae2e !important;
}
.module.orange h3.header {
  background: #eb6c2e !important;
}
.module.black h3.header {
  background: #000 !important;
}
.module.red h3.header {
  background: #a13500 !important;
}
.module.slate h3.header {
  background: #d4c19a !important;
}
.module.jm-title-line .mod-title {
  padding: 0 100px;
}
.module.jm-title-line .mod-title .mod-title-inner {
  background: #ffffff;
  padding: 0 30px;
}
.module.title-line-full .mod-title {
  display: block;
}
.module.title-normal h3,
.module.title-normal h3.header,
.module.title-normal .header {
  font-family: 'open_sansregular';
}
.module.jm-xhtml-icontop [class^="icon-"] {
  width: 82px;
  height: 82px;
  line-height: 82px;
  font-size: 32px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: #222222;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.module.jm-xhtml-icontop [class^="icon-"]:hover,
.module.jm-xhtml-icontop [class^="icon-"]:active,
.module.jm-xhtml-icontop [class^="icon-"]:focus {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  font-size: 35px;
}
.module.jm-xhtml-icontop h3,
.module.jm-xhtml-icontop .header {
  font-size: 18px;
}
.module.jm-xhtml-icontop.iconbox .jm-modct-wrap {
  margin-top: -41px;
  padding: 50px 30px 30px;
}
.module.style2 h3.header,
.module.style2 .header {
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
.module.style3 {
  background: #222222;
  padding: 10px 20px 10px;
  color: #eeeeee;
}
.module.style3 h3,
.module.style3 h3.header,
.module.style3 .header {
  color: #ffffff;
}
.module.style4 {
  background: rgba(34,34,34,0.1);
  padding: 10px 20px 10px;
}
.module.style5 {
  padding: 10px 20px 10px;
  border: 2px solid #222222;
}
.module.style6 h3.header,
.module.style6 .header {
  background: #222222;
  color: #fff !important;
  padding: 10px 20px;
}
.module.style6 .mod-content {
  padding: 0 20px 10px;
}
div.line {
  background: url(../images/presets/preset1/line.jpg) left center repeat-x;
  background-size: 2px 2px;
}
div.line span {
  background: #ffffff;
  padding: 0 60px;
  display: inline-block;
}
.module .search-sidebar {
  position: relative;
}
.module .search-sidebar input {
  width: 100% !important;
  text-indent: 40px;
}
.module .search-sidebar button {
  position: absolute;
  left: 0;
  top: 0;
}
.module .k2TagCloudBlock a,
.module .style-tag a {
  color: #555;
  background: #eee;
  padding: 4px 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  display: inline-block;
}
.module .k2TagCloudBlock a + a,
.module .style-tag a + a {
  margin-left: 5px;
}
.module .k2TagCloudBlock a:hover,
.module .style-tag a:hover {
  background: #222222;
}
.module .k2TagCloudBlock a:hover span,
.module .style-tag a:hover span {
  color: #fff;
}
@media (max-width: 480px) {
  .module h3.header {
    text-align: center;
  }
}
.rtl .module h3.header {
  text-align: right;
}
.rtl .module .search-sidebar button {
  left: auto;
  right: 0;
}
.rtl .module .k2TagCloudBlock a + a,
.rtl .module .style-tag a + a {
  margin-left: 0;
  margin-right: 5px;
}
.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";
}
.sp-blocknumber,
.jm-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span,
.jm-blocknumber span {
  font-weight: normal;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded,
.jm-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle,
.jm-blocknumber span.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ltr .sp-blocknumber,
.ltr .jm-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span,
.ltr .jm-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber,
.rtl .jm-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span,
.rtl .jm-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;
}
.testimonial {
  font-size: 19px;
  font-weight: normal;
  font-family: 'open_sanslight';
  font-style: italic;
  line-height: 1.5em;
}
.testimonial > .pull-left {
  margin-top: -15px;
  margin-right: 30px;
}
.testimonial .testimonial-author {
  text-align: center;
}
.testimonial .testimonial-author .pull-left {
  display: none;
}
.testimonial .testimonial-author .media-body {
  margin-top: 30px;
}
.testimonial .testimonial-author .media-body strong {
  font-weight: normal;
}
.testimonial [class^="icon-quote-"]:before,
.testimonial [class*=" icon-quote-"]:before {
  font-size: 32px;
}
.tab ul#tab1.nav-tabs {
  border-bottom: 0;
}
.tab ul#tab1 > li,
.tab ul#tab1 li {
  margin: 0;
}
.tab ul#tab1 > li a,
.tab ul#tab1 li a {
  background: #ffffff;
  color: #a2a2a2;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
}
.tab ul#tab1 > li a:hover,
.tab ul#tab1 li a:hover {
  background: #222222;
  color: #fff;
}
.tab ul#tab1 > li.active a,
.tab ul#tab1 li.active a {
  background: #222222;
  color: #fff;
}
.tab ul#tab1 > li +li a,
.tab ul#tab1 li +li a {
  border-left: 1px solid rgba(34,34,34,0.25);
}
.tab ul#tab2.nav-tabs {
  border-bottom: 0;
}
.tab ul#tab2 > li,
.tab ul#tab2 li {
  margin: 0;
}
.tab ul#tab2 > li a,
.tab ul#tab2 li a {
  background: none;
  color: #a2a2a2;
  margin: 0;
  border: 0;
  border-bottom: 2px solid #a2a2a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
}
.tab ul#tab2 > li a:hover,
.tab ul#tab2 li a:hover {
  background: none;
  border-bottom: 2px solid #222222;
  color: #222222;
}
.tab ul#tab2 > li.active a,
.tab ul#tab2 li.active a {
  border-bottom: 2px solid #222222;
  color: #222222;
}
.toggle {
  margin-bottom: 15px;
}
.toggle h3 {
  font-size: 15px;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 10;
}
.toggle h3 a {
  background: #222222;
  color: #ffffff;
  display: block;
  letter-spacing: 0;
  line-height: 14px !important;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.toggle h3 a:hover {
  color: #ffffff;
}
.toggle h3 a i {
  background-color: transparent;
  color: #ffffff;
  font-size: 15px;
  height: 16px !important;
  line-height: 18px !important;
  padding-right: 15px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.toggle.open h3 a {
  color: #FFFFFF;
}
.toggle.open h3 a i {
  color: #FFFFFF;
}
.toggle > div {
  background-color: #FFFFFF;
  border-top: 0 none;
  -webkit-box-shadow: 0 0px 2px rgba(34,34,34,0.9) inset;
  -moz-box-shadow: 0 0px 2px rgba(34,34,34,0.9) inset;
  box-shadow: 0 0px 2px rgba(34,34,34,0.9) inset;
  display: none;
  padding: 10px 14px;
}
.carousel .carousel-indicators.bottom-left li {
  float: left;
}
.carousel .carousel-indicators.bottom-center {
  text-align: center;
}
.carousel .carousel-indicators.bottom-center li {
  float: none;
  display: inline-block;
}
.carousel .carousel-indicators.bottom-right li {
  float: right;
}
.carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin-left: 0;
  position: relative;
  background: none;
  border: 1px solid #fff;
  padding: 2px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.carousel .carousel-indicators li +li {
  margin-left: 10px;
}
.carousel .carousel-indicators li span {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.carousel .carousel-indicators li.active,
.carousel .carousel-indicators li:hover,
.carousel .carousel-indicators li:active,
.carousel .carousel-indicators li:focus {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.carousel .carousel-indicators li.active span,
.carousel .carousel-indicators li:hover span,
.carousel .carousel-indicators li:active span,
.carousel .carousel-indicators li:focus span {
  background-color: #fff;
}
.icon-twitter:before {
  content: '\f099';
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-linkedin:before {
  content: '\f0e1';
}
.rtl .testimonial > .pull-left {
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 3000px) {
  body.responsive .jm-responsive-top {
    width: auto !important;
    padding: 0 0 0 15px !important;
    margin: 0;
    float: right;
  }
}
body.responsive.rtl .jm-responsive-top {
  padding: 0 15px 0 0 !important;
  float: left;
}
@media (min-width: 1200px) {
  body.responsive .jmcarousel-wrap {
    padding: 0 100px;
  }
}
@media (max-width: 1199px) {
  body.responsive #sp-header-wrapper #sp-social .search input#mod-search-searchword {
    margin-left: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  body.responsive #sp-bottom-wrapper #bottom ul.jmsocials_items li + li {
    margin-left: 20px;
  }
  body.responsive .portfolio span.slide-item-readmore a,
  body.responsive .portfolio span.slide-item-zoom a {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  body.responsive #sp-header-wrapper #sp-social .search input#mod-search-searchword {
    margin-left: 0;
  }
  body.responsive #sp-feature-wrapper .container .jmslideshow .slideshow-content-wide {
    bottom: 30px;
  }
  body.responsive #sp-feature-wrapper .container .jmslideshow .slideshow-content-wide .slideshow-content-wide-inner {
    width: 100% !important;
  }
  body.responsive #sp-feature-wrapper .container .jmslideshow .slideshow-content-wide .slideshow-content-wide-inner .slideshow-content {
    right: 40px !important;
    bottom: 0 !important;
  }
  body.responsive .portfolio .jmnewsprohover .padding .padding2 {
    padding-top: 50px !important;
  }
  body.responsive .portfolio .jmnewsprohover .padding .padding2 span.slide-item-readmore a,
  body.responsive .portfolio .jmnewsprohover .padding .padding2 span.slide-item-zoom a {
    font-size: 10px;
  }
  body.responsive #jm-videogalleries .jmvideogalleries_title_desc {
    padding-top: 70px !important;
  }
}
@media (min-width: 980px) and (max-width: 1023px) {
  body.responsive .portfolio .jmnewsprohover .padding .padding2 {
    padding-top: 50px !important;
  }
}
@media (max-width: 979px) {
  body.responsive .container {
    width: auto;
    padding: 0 20px;
  }
  body.responsive #sp-header-wrapper {
    position: relative;
  }
  body.responsive #sp-header-wrapper .logo-wrapper .logo {
    line-height: 45px;
  }
  body.responsive #sp-header-wrapper [class*="span"] {
    width: auto;
  }
  body.responsive #sp-header-wrapper [class*="span"]#sp-menu {
    margin: 0;
  }
  body.responsive .portfolio .jmnewsprohover .slide-inner .padding2 {
    padding-top: 10px !important;
  }
}
@media (max-width: 768px) {
  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 .container {
    padding: 0 10px;
  }
  body.responsive #sp-header-wrapper .logo-wrapper {
    position: absolute;
    z-index: 9999999;
  }
  body.responsive #sp-header-wrapper .logo-wrapper .logo {
    height: auto;
    line-height: normal !important;
    margin-top: 12px;
  }
  body.responsive #sp-header-wrapper [class*="span"]#sp-menu {
    min-height: 45px;
  }
  body.responsive #sp-header-wrapper [class*="span"]#sp-menu h3 {
    display: none;
  }
  body.responsive #sp-header-wrapper ul.jmsocials_items li + li {
    margin-left: 20px;
  }
  body.responsive #sp-bottom-wrapper #bottom > [class*=span],
  body.responsive #sp-bottom-wrapper #bottom > [class^=span] {
    width: 50%;
    margin-left: 0 !important;
    margin-bottom: 30px;
    float: left;
  }
  body.responsive #sp-bottom-wrapper #bottom > [class*=span] > div,
  body.responsive #sp-bottom-wrapper #bottom > [class^=span] > div {
    padding: 0 15px;
  }
  body.responsive #sp-bottom-wrapper #bottom ul.jmsocials_items li + li {
    margin-left: 20px;
  }
  body.responsive #sp-top-wrapper ul.menu li a {
    padding: 2px 5px;
  }
  body.responsive #sp-top-wrapper .jm-responsive-top {
    padding-left: 10px !important;
  }
  body.responsive #sp-top-wrapper div#social ul li {
    margin-right: 10px;
  }
  body.responsive #sp-top-wrapper .sp-search #mod-search-searchword:hover,
  body.responsive #sp-top-wrapper .sp-search #mod-search-searchword:focus {
    width: 120px;
  }
  body.responsive #sp-about-us-section7-wrapper span.header {
    float: none;
    font-size: 25px;
    padding-top: 7px;
    text-align: center;
  }
  body.responsive #sp-about-us-section7-wrapper .btn.right {
    display: inline-block;
    float: none;
    margin-top: 15px;
  }
  body.responsive .search #mod-search-searchword {
    width: 90% !important;
  }
  body.responsive div.itemView .itemComments .itemCommentsForm .dk21box #commentText,
  body.responsive div.itemView .itemComments .itemCommentsForm .dk22box #commentText {
    width: 350px;
  }
  body.responsive #jmf-box1,
  body.responsive #jmf-box2 {
    width: 100% !important;
  }
  body.responsive .jmsubmit {
    margin-top: 5px !important;
  }
  body.responsive .hidden-tablet {
    display: none;
  }
  body.responsive .hmright .itemright {
    width: 60%;
  }
  body.responsive .hmright .itemleft {
    width: 40%;
  }
}
@media (max-width: 767px) {
  body.responsive {
    padding: 0;
  }
  body.responsive .container {
    padding: 0 10px;
    max-width: 760px;
    min-width: 280px;
  }
  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 #bottom2 > div,
  body.responsive #bottom3 > div,
  body.responsive #footertop > div {
    margin-bottom: 30px;
  }
  body.responsive #sp-header-wrapper .logo-wrapper .logo {
    height: auto;
    line-height: normal;
  }
  body.responsive #sp-header-wrapper #sp-menu[class*="span"],
  body.responsive #sp-header-wrapper #sp-menu[class^=" span"] {
    min-height: 15px;
  }
  body.responsive #sp-feature-wrapper {
    padding: 0;
  }
  body.responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  body.responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  body.responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  body.responsive #sp-section1-wrapper {
    padding-top: 0;
  }
  body.responsive #sp-section1-wrapper .row-fluid > [class*='span'] +  [class*='span'],
  body.responsive #sp-section1-wrapper .row-fluid > [class*='span'] +  [class^='span'],
  body.responsive #sp-section1-wrapper .row-fluid > [class^='span'] +  [class*='span'],
  body.responsive #sp-section1-wrapper .row-fluid > [class^='span'] +  [class^='span'] {
    margin-top: 30px;
  }
  body.responsive #section3 .container-inner {
    padding: 0;
  }
  body.responsive #sp-footer-wrapper [class*="span"],
  body.responsive #sp-footer-wrapper [class^=" span"] {
    float: left;
    margin-left: 2.1276595744681%;
  }
  body.responsive #sp-footer-wrapper [class*="span"]:first-child,
  body.responsive #sp-footer-wrapper [class^=" span"]:first-child {
    margin-left: 0;
  }
  body.responsive #sp-footer-wrapper .row-fluid .span6 {
    width: 48.9362%;
  }
  body.responsive #jm-videogalleries .jmvideogalleries_videos_title .padding {
    position: absolute;
    top: 0;
  }
  body.responsive #jm-videogalleries .jmvideogalleries_videos_title .padding .jmvideogalleries_title_desc {
    padding-top: 30px !important;
  }
}
@media (max-width: 640px) {
  body.responsive #sp-header-wrapper [class*="span"]#sp-menu {
    min-height: 17px;
  }
  body.responsive #sp-header-wrapper [class*="span"]#sp-menu h3 {
    display: none;
  }
  body.responsive #sp-section2-wrapper {
    padding: 20px 0 30px 0;
  }
  body.responsive #sp-section2-wrapper .module .header {
    padding: 10px;
  }
  body.responsive #sp-bottom-wrapper {
    padding: 30px 0 0 0;
  }
  body.responsive #sp-bottom-wrapper #bottom > [class*=span],
  body.responsive #sp-bottom-wrapper #bottom > [class^=span] {
    width: 100%;
  }
  body.responsive #sp-bottom-wrapper #bottom > [class*=span] > div,
  body.responsive #sp-bottom-wrapper #bottom > [class^=span] > div {
    padding: 0;
  }
  body.responsive #sp-bottom-wrapper #bottom ul.jmsocials_items li + li {
    margin-left: 20px;
  }
  body.responsive #sp-footer-wrapper {
    text-align: center;
  }
  body.responsive #sp-footer-wrapper [class*="span"],
  body.responsive #sp-footer-wrapper [class^=" span"] {
    float: left;
    margin-left: 2.1276595744681%;
  }
  body.responsive #sp-footer-wrapper [class*="span"]:first-child,
  body.responsive #sp-footer-wrapper [class^=" span"]:first-child {
    margin-left: 0;
  }
  body.responsive #sp-footer-wrapper .row-fluid .span6 {
    width: 100%;
  }
  body.responsive #sp-footer-wrapper #sp-footer2 {
    text-align: center;
  }
  body.responsive .w10,
  body.responsive .w15,
  body.responsive .w20,
  body.responsive .w25,
  body.responsive .w33,
  body.responsive .w50,
  body.responsive .w75 {
    width: 100%;
    float: none;
  }
  body.responsive .w10 .Inner,
  body.responsive .w15 .Inner,
  body.responsive .w20 .Inner,
  body.responsive .w25 .Inner,
  body.responsive .w33 .Inner,
  body.responsive .w50 .Inner,
  body.responsive .w75 .Inner {
    margin: 0 0 15px !important;
  }
  body.responsive .portfolio .jmnewsprohover .slide-inner .padding2 {
    padding-top: 50px !important;
  }
}
@media (max-width: 480px) {
  body.responsive .blog .pull-left,
  body.responsive .blog .pull-right {
    float: none;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  body.responsive #sp-bottom-wrapper {
    padding: 30px 0 0 0;
  }
  body.responsive div.itemView .itemComments .itemCommentsForm .dk21box #commentText,
  body.responsive div.itemView .itemComments .itemCommentsForm .dk22box #commentText {
    width: 350px;
  }
  body.responsive div.itemView .itemComments form input.inputbox {
    width: 350px;
  }
}
@media (max-width: 360px) {
  body.responsive #sp-bottom-wrapper {
    padding: 30px 0 0 0;
  }
  body.responsive .jm-title-line .mod-title {
    padding: 0 25px;
  }
  body.responsive #sp-component-area article .entry-meta.muted >time,
  body.responsive #sp-component-area article .entry-meta.muted >span {
    margin: 0 10px 0 0;
  }
  body.responsive #sp-component-area article .entry-meta i {
    padding-right: 10px;
  }
  body.responsive #sp-component-area article .entry-content .image-fulltext {
    width: 100%;
    margin: 0 0 15px 0;
  }
  body.responsive #sp-component-area article .entry-content .image-fulltext.pull-left {
    margin: 0 0 15px 0;
  }
  body.responsive #jm-login-page label {
    min-width: 0;
    padding-right: 40px;
    font-size: 0;
  }
  body.responsive #jm-registration-page #jm-registration-form label {
    width: 220px;
    padding: 0;
  }
  body.responsive #jm-registration-page #jm-registration-form label:after {
    left: auto;
    top: -1px;
    right: 0;
    border: 1px solid rgba(34,34,34,0.25);
    border-bottom: 0;
  }
  body.responsive div.itemView .itemComments .itemCommentsForm .dk21box #commentText,
  body.responsive div.itemView .itemComments .itemCommentsForm .dk22box #commentText {
    width: 200px;
  }
  body.responsive div.itemView .itemComments .itemCommentsForm input.inputbox {
    width: 200px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
@media (min-width: 1025px) {
  body.responsive.rtl #sp-bottom-wrapper #bottom ul.jmsocials_items li + li {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 768px) {
  body.responsive.rtl #sp-bottom-wrapper #bottom > [class*=span],
  body.responsive.rtl #sp-bottom-wrapper #bottom > [class^=span] {
    float: right;
    margin-right: 0 !important;
  }
  body.responsive.rtl #sp-bottom-wrapper #bottom ul.jmsocials_items li + li {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  body.responsive.rtl #sp-component-area article .entry-meta.muted >time,
  body.responsive.rtl #sp-component-area article .entry-meta.muted span {
    margin: 0 0 0 10px;
  }
  body.responsive.rtl #jm-login-page label {
    min-width: 0;
    padding-left: 40px;
    font-size: 0;
  }
}
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;
}
#k2Container.default.itemList.itemListView .catInfo {
  padding: 0 !important;
}
#k2Container.default.itemList.itemListView .catInfo .page-header.page-heading {
  border: none;
  margin: 0;
  padding: 0 0 10px 0 !important;
}
div.tagItemBody {
  padding: 0 0 8px 0 !important;
}
div.itemListCategoriesBlock {
  padding: 0;
}
div.itemListCategoriesBlock .itemListCategory {
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border: 0;
  background: none;
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
div.itemListCategoriesBlock .itemListCategory .catImage {
  width: 40% !important;
  margin: 0 3% 0 0;
  padding: 0;
  border: 0;
}
div.itemListCategoriesBlock .itemListCategory .catInfo {
  padding-left: 43%;
}
div.itemListCategoriesBlock .subCategoryContainer.First .subCategory {
  margin: 0 30px 60px 0;
}
div.itemListCategoriesBlock .subCategoryContainer.Center .subCategory {
  margin: 0 15px 60px 15px;
}
div.itemListCategoriesBlock .subCategoryContainer.Last .subCategory {
  margin: 0 0 60px 30px;
}
div.itemListCategoriesBlock .subCategoryContainer .subCategory {
  padding: 0;
  margin-bottom: 60px;
  border: 0;
  background: none;
}
div.itemListCategoriesBlock .subCategoryContainer .subCategory .subCategory-inner {
  border-bottom: 0;
}
div.itemListCategoriesBlock .subCategoryContainer .subCategory .subCategory-inner .CatTitle {
  font-size: 21px;
  text-transform: uppercase;
}
div.itemListCategoriesBlock .subCategoryContainer .subCategory .subCategory-inner a.subCategoryImage {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}
div.itemListCategoriesBlock .subCategoryContainer .subCategory .subCategory-inner a.subCategoryImage img {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
div.itemListCategoriesBlock .subCategoryContainer .subCategory .subCategory-inner a.subCategoryImage:hover {
  border: 0;
  padding: 0;
}
div.itemListCategoriesBlock .subCategoryContainer .subCategory .subCategory-inner .show_more {
  margin-top: 10px;
}
div.itemList #itemListLeading {
  padding: 0;
  margin: 0 0 30px 0;
}
div.itemList #itemListLeading .itemContainer.First .jm-item {
  margin: 0 30px 0 0;
}
div.itemList #itemListLeading .itemContainer.Center .jm-item {
  margin: 0 15px;
}
div.itemList #itemListLeading .itemContainer.Last .jm-item {
  margin: 0 0 0 30px;
}
div.itemList #itemListLeading .catItemImageBlock {
  padding: 0;
  margin: 0;
}
div.itemList #itemListLeading .catItemImageBlock .catItemImage {
  margin: 0;
  padding: 0;
}
div.itemList #itemListLeading .catItemImageBlock .catItemImage img {
  border: 0;
  padding: 0;
  margin: 0;
}
div.itemList #itemListLeading .catItemInfo {
  padding-top: 10px;
}
div.itemList #itemListLeading .catItemInfo * {
  font-size: 12px;
}
div.itemList #itemListLeading .catItemInfo .catItemTagsBlock {
  border: 0;
  padding: 0;
}
div.itemList #itemListLeading .catItemInfo .catItemTagsBlock span {
  font-weight: normal;
}
div.itemList #itemListPrimary .itemContainer {
  margin-bottom: 30px;
}
div.itemList #itemListPrimary .itemContainer.First .jm-item {
  margin: 0 30px 0 0;
}
div.itemList #itemListPrimary .itemContainer.Center .jm-item {
  margin: 0 15px;
}
div.itemList #itemListPrimary .itemContainer.Last .jm-item {
  margin: 0 0 0 30px;
}
div.itemList #itemListPrimary .catItemInfo-Image {
  position: relative;
}
div.itemList #itemListPrimary .catItemInfo-Image .catItemImageBlock {
  padding: 0;
  margin: 0;
}
div.itemList #itemListPrimary .catItemInfo-Image .catItemImageBlock .catItemImage {
  margin: 0;
  padding: 0;
}
div.itemList #itemListPrimary .catItemInfo-Image .catItemImageBlock .catItemImage img {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100% !important;
}
div.itemList #itemListPrimary .catItemInfo-Text .catItemBody {
  padding: 0;
}
div.itemList #itemListPrimary .catItemInfo-Text .catItemHeader span {
  display: inline-block;
}
div.itemList #itemListPrimary .catItemInfo-Text .catItemHeader .catItemTitle,
div.itemList #itemListPrimary .catItemInfo-Text .catItemHeader h2 {
  text-transform: uppercase;
  font-size: 18px;
  padding: 16px 0 4px;
  margin: 0;
}
div.itemList #itemListSecondary .itemContainer {
  margin-bottom: 30px;
}
div.itemList #itemListSecondary .itemContainer.First .jm-item {
  margin: 0 30px 0 0;
}
div.itemList #itemListSecondary .itemContainer.Center .jm-item {
  margin: 0 15px;
}
div.itemList #itemListSecondary .itemContainer.Last .jm-item {
  margin: 0 0 0 30px;
}
div.itemList #itemListSecondary .catItemInfo-Image {
  position: relative;
}
div.itemList #itemListSecondary .catItemInfo-Image .catItemImageBlock {
  padding: 0;
  margin: 0;
}
div.itemList #itemListSecondary .catItemInfo-Image .catItemImageBlock .catItemImage {
  margin: 0;
  padding: 0;
}
div.itemList #itemListSecondary .catItemInfo-Image .catItemImageBlock .catItemImage img {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100% !important;
}
div.itemList #itemListSecondary .catItemInfo-Text.Full {
  padding-left: 0;
}
div.itemList #itemListSecondary .catItemInfo-Text .catItemBody {
  padding: 0;
}
div.itemList #itemListSecondary .catItemInfo-Text .catItemHeader span {
  display: inline-block;
}
div.itemList #itemListSecondary .catItemInfo-Text .catItemHeader .catItemTitle,
div.itemList #itemListSecondary .catItemInfo-Text .catItemHeader h2 {
  text-transform: uppercase;
  font-size: 18px;
  padding: 16px 0 4px;
  margin: 0;
}
div.itemList .catItemView {
  padding: 0;
}
div.itemView {
  padding: 0;
  margin: 0;
  border: 0;
}
div.itemView .itemHeader .itemTitle,
div.itemView .itemHeader h2.itemTitle {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  font-family: 'Montserrat';
}
div.itemView .itemHeader .itemTitle .itemCommentsLink span,
div.itemView .itemHeader h2.itemTitle .itemCommentsLink span {
  font-family: 'open_sansregular';
}
div.itemView .itemHeader .itemToolbar {
  font-size: 14px;
  padding-top: 10px;
  text-align: right;
}
div.itemView .itemHeader .itemToolbar a+a {
  margin-left: 10px;
}
div.itemView .itemHeader .item-info {
  margin: 0 0 15px 0;
  clear: both;
  display: block;
  overflow: hidden;
}
div.itemView .itemHeader .item-info .itemAuthor {
  display: inline-block;
}
div.itemView .itemHeader .itemNavigation {
  margin-left: 10px;
  font-size: 14px;
}
div.itemView .itemHeader .itemNavigation a {
  border: 1px solid #909090;
  color: #909090 !important;
  display: block;
  font-weight: bold;
  padding: 5px 7px;
}
div.itemView .itemHeader .itemNavigation a + a {
  margin-left: 10px;
}
div.itemView .itemBody {
  padding: 0;
}
div.itemView .itemBody .itemImageBlock {
  border: 0;
  padding: 0;
}
div.itemView .itemBody .itemImageBlock .itemImage .modal {
  position: inherit;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  margin: 0;
  width: auto;
}
div.itemView .itemBody .itemImageBlock .itemImage .modal img {
  border: 0;
  padding: 0;
  width: 100% !important;
  max-width: 100%;
}
div.itemView .itemBody .itemIntroText {
  font-weight: normal;
  color: #4c5357;
}
div.itemView .itemBody .itemContentFooter {
  border-top: 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
  padding: 0 0 15px 0;
  margin: 15px 0;
}
div.itemView .itemBody .itemFooter .itemTagsBlock {
  padding: 0;
  border: 0;
}
div.itemView .itemBody .itemFooter .itemTagsBlock .itemTagsBlock-Inner .item-tags-title {
  text-transform: uppercase;
  font-size: 13px;
  color: #222222;
  padding: 0 10px 0 0;
}
div.itemView .itemBody .itemFooter .itemTagsBlock .itemTagsBlock-Inner span {
  font-weight: normal;
}
div.itemView .itemBody .itemFooter .itemRatingBlock {
  padding: 0;
  margin: 0;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingBlock-Inner > span {
  text-transform: uppercase;
  color: #222222;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
  background: transparent url(../images/presets/preset1/icon-vote.png) repeat-x;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a:hover,
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList .itemCurrentRating {
  background: transparent url(../images/presets/preset1/icon-vote.png) left -1000px repeat-x;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a,
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  font-size: 0;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a:hover {
  background-position: left bottom;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList span.siteRoot {
  display: none;
}
div.itemView .itemBody .itemFooter .itemCategory {
  padding: 0;
  border: 0;
}
div.itemView .itemBody .itemFooter .itemCategory .itemCategory-Inner > span {
  text-transform: uppercase;
  color: #222222;
  font-weight: normal;
}
div.itemView .itemAuthorBlock {
  background: none;
  border: 0;
  border-top: 1px solid rgba(34,34,34,0.25);
  border-bottom: 1px solid rgba(34,34,34,0.25);
  padding: 30px 0 0;
  margin: 15px 0 30px 0;
}
div.itemView .itemAuthorBlock .itemAuthorAvatarWrap {
  text-align: center;
}
div.itemView .itemAuthorBlock .itemAuthorAvatarWrap .jm-itemAuthorAvatar {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 150px;
}
div.itemView .itemAuthorBlock .itemAuthorDetails {
  padding: 0;
}
div.itemView .itemAuthorBlock .itemAuthorDetails .itemAuthorName {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  margin: 30px 0 10px;
  line-height: 1;
}
div.itemView .itemAuthorBlock .itemAuthorDetails .itemAuthorUrl {
  padding: 0;
  margin: 0;
  border: 0;
}
div.itemView .itemAuthorBlock .itemAuthorDetails .itemAuthorEmail {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid rgba(34,34,34,0.25);
}
div.itemView .itemAuthorBlock .itemAuthorRelated {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid rgba(34,34,34,0.25);
}
div.itemView div.itemNavigation {
  background: none;
  border: 0;
  margin: 0 0 30px 0;
  font-size: 14px;
}
div.itemView .itemMediaWrap {
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 1px solid rgba(34,34,34,0.25);
}
div.itemView .itemMediaWrap .itemVideoBlock {
  background: none;
}
div.itemView .itemMediaWrap .itemImageGallery #jm-me-slide {
  display: none;
}
div.itemView .itemMediaWrap .itemImageGallery .sigProContainer li {
  width: 50%;
  margin: 0 0 30px 0;
  background: none !important;
}
div.itemView .itemMediaWrap .itemImageGallery .sigProContainer li.sigProThumb .sigProLinkOuterWrapper {
  padding: 0;
  background: none;
  margin: 0 10px;
  float: none;
}
div.itemView .itemMediaWrap .itemImageGallery .sigProContainer li.sigProThumb .sigProLinkOuterWrapper .sigProLinkWrapper {
  padding: 0;
  margin: 0;
  border: 0;
  float: none;
}
div.itemView .itemMediaWrap .itemImageGallery .sigProContainer li.sigProThumb .sigProLinkOuterWrapper .sigProLinkWrapper .sigProLink {
  width: 100% !important;
  display: block;
}
div.itemView .itemMediaWrap .itemImageGallery .sigProContainer li.sigProThumb .sigProLinkOuterWrapper .sigProLinkWrapper .sigProImg {
  background-size: 100% 100%;
  width: 100% !important;
  height: 100% !important;
}
div.itemView .itemComments {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
}
div.itemView .itemComments .itemCommentsCounter {
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid rgba(34,34,34,0.25);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
div.itemView .itemComments .JMitemCommentsList li {
  border-bottom: 1px solid rgba(34,34,34,0.25);
  padding: 30px 0;
  background: none;
}
div.itemView .itemComments .JMitemCommentsList li .user-comment-img {
  border: 0;
  width: 80px;
  max-width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0 15px 0 10px;
  height: auto;
}
div.itemView .itemComments .JMitemCommentsList li .commentContent {
  padding-left: 105px;
}
div.itemView .itemComments .JMitemCommentsList li .commentAuthorName {
  display: block;
  font-size: 15px;
  color: #222222;
  font-weight: normal;
}
div.itemView .itemComments .JMitemCommentsList li .commentDate {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  border-right: 0;
}
div.itemView .itemComments .itemCommentsPagination {
  padding: 0;
  margin: 0;
}
div.itemView .itemComments .itemCommentsForm > h3 {
  text-transform: uppercase;
  color: #222222;
  padding: 30px 0 0;
  margin: 0;
}
div.itemView .itemComments .itemCommentsForm .itemCommentsFormNotes {
  padding: 0;
  margin: 0 0 30px 0;
  border: 0;
}
div.itemView .itemComments .itemCommentsForm .dk21box,
div.itemView .itemComments .itemCommentsForm .dk22box {
  margin-bottom: 30px;
}
div.itemView .itemComments .itemCommentsForm .dk21box #commentText,
div.itemView .itemComments .itemCommentsForm .dk22box #commentText {
  width: 600px;
}
div.itemView .itemComments .itemCommentsForm [class^="icon-"],
div.itemView .itemComments .itemCommentsForm [class*=" icon-"] {
  color: #222222;
  padding: 5px 0;
  border: 1px solid rgba(34,34,34,0.25);
  border-right-width: 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #f3f3f3;
  width: 40px;
}
div.itemView .itemComments .itemCommentsForm .icon-pencil {
  height: 158px;
}
div.itemView .itemComments .itemCommentsForm #jm-submitCommentButton:hover,
div.itemView .itemComments .itemCommentsForm #jm-submitCommentButton:focus,
div.itemView .itemComments .itemCommentsForm #jm-submitCommentButton:active {
  background: #222222 !important;
  color: #ffffff !important;
}
div.itemView .itemVideoBlock {
  background: none;
}
div.itemView.Portfolio h4 {
  font-size: 15px;
}
div.itemView.Portfolio h4.title {
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0 0 30px 0;
}
div.itemView.Portfolio .itemIntroText {
  padding-top: 0;
  font-weight: normal;
  font-size: inherit;
  color: #4c5357;
}
div.itemView.Portfolio .itemFullText h3 {
  padding: 0 0 30px 0;
}
div.itemView.Portfolio .itemExtraFields {
  padding: 0;
  border: 0;
  margin-top: 0;
}
div.itemView.Portfolio .itemExtraFields li {
  padding: 0;
  margin: 0 0 30px 0;
}
div.itemView.Portfolio .itemExtraFields h4 {
  border: 0;
  margin: 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
div.itemView.Portfolio .itemExtraFields h4.title {
  padding: 0 0 15px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
div.itemView.Portfolio .itemVideoBlock .itemVideoCaption {
  color: #4c5357;
  font-weight: normal;
  float: none;
  width: 100%;
  font-size: 13px;
}
div.itemView.Portfolio .itemVideoBlock .itemVideoCredits {
  float: none;
  width: 100%;
  padding: 10px 0 0 0;
  color: #4c5357;
  font-size: 13px;
  font-weight: normal;
  text-align: inherit;
  font-style: normal;
}
div.itemView.Portfolio .itemImageGallery #jm-me-slide {
  display: none;
}
div.itemView.Portfolio .itemImageGallery.itemImageGallerySlideshow #jm-me-slide {
  display: block;
}
div.itemView.Portfolio .itemImageGallery.itemImageGallerySlideshow #jm-me-slide img {
  width: 100%;
}
div.itemView.Portfolio .itemImageGallery.itemImageGallerySlideshow .sigProContainer {
  display: none;
}
div.itemView.Portfolio .itemBody .itemText,
div.itemView.Portfolio .itemBody .itemImageBlock,
div.itemView.Portfolio .itemBody .itemFullText {
  margin-bottom: 30px;
}
div.itemView.Portfolio .itemVideoBlock {
  margin: 0 0 60px 0;
  padding: 60px 0;
  border-top: 1px solid rgba(34,34,34,0.25);
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
div.itemView .itemBackToTop {
  color: #222222;
}
div.itemView .itemBackToTop a {
  color: #222222;
}
div.userView .k2FeedIcon {
  padding: 0;
}
div.userView .itemAuthorBlock {
  background: none;
  border: 1px solid rgba(34,34,34,0.25);
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
  margin: 0 0 30px 0;
}
div.userView .itemAuthorBlock .itemAuthorBlockImage {
  text-align: center;
}
div.userView .itemAuthorBlock .itemAuthorBlockImage .jm-itemAuthorAvatar {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 150px;
  display: inline-block;
  float: none;
}
div.userView .itemAuthorBlock .itemAuthorDetails .itemAuthorName {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  margin: 30px 0;
  line-height: 1;
}
div.userView .itemAuthorBlock .itemAuthorDetails .itemAuthorUrl {
  padding: 0;
  margin: 0;
  border: 0;
}
div.userView .itemAuthorBlock .itemAuthorDetails .itemAuthorEmail {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid rgba(34,34,34,0.25);
}
div.userView .userItemList .userItemView {
  padding: 0;
  margin: 0 0 30px 0;
}
div.userView .userItemList .userItemView .userImageBlock {
  position: relative;
}
div.userView .userItemList .userItemView .userImageBlock .userItemImageBlock {
  padding: 0;
  margin: 0;
  float: none;
}
div.userView .userItemList .userItemView .userImageBlock .userItemImageBlock .JMuserItemImage {
  margin: 0;
  padding: 0;
}
div.userView .userItemList .userItemView .userImageBlock .userItemImageBlock .JMuserItemImage img {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100% !important;
}
div.userView .userItemList .userItemView .userItemInfo-Text .userItemBody {
  padding: 0;
}
div.userView .userItemList .userItemView .userItemInfo-Text .userItemBody .userItemTitle,
div.userView .userItemList .userItemView .userItemInfo-Text .userItemBody h2 {
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0;
  margin: 0;
}
.tagView .tagItemList .tagItemView {
  padding: 0;
  margin: 0 0 30px 0;
  border: 0;
}
.tagView .tagItemList .tagItemView .tagItemImageBlock .tagItemImage {
  padding: 0;
  margin: 0;
}
.tagView .tagItemList .tagItemView .tagItemImageBlock .tagItemImage img {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% !important;
}
.tagView .tagItemList .tagItemView .tagItemBody .tagItemHeader h2,
.tagView .tagItemList .tagItemView .tagItemBody .tagItemHeader h2.title,
.tagView .tagItemList .tagItemView .tagItemBody .tagItemHeader .title {
  padding: 15px 0;
  margin: 0;
}
.tagView .tagItemList .tagItemView .tagItemBody .tagItemIntroText {
  padding: 0;
}
.k2AccountPage div.admintable {
  background-color: inherit;
}
.k2AccountPage div.admintable .k2ProfileHeading,
.k2AccountPage div.admintable .k2ProfileHeading {
  background: none;
  text-transform: uppercase;
  font-size: 19px;
  color: #222222;
  font-weight: normal;
  clear: both;
  margin-bottom: 15px;
}
.k2AccountPage div.admintable .key,
.k2AccountPage div.admintable .paramlist_key {
  background: none;
  border: 0;
  vertical-align: top;
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.k2AccountPage div.admintable .key label,
.k2AccountPage div.admintable .paramlist_key label {
  padding-right: 60px;
  float: left;
  position: relative;
  margin: 0;
  height: 30px;
  line-height: 30px;
  min-width: 175px;
}
.k2AccountPage div.admintable .key label:after,
.k2AccountPage div.admintable .paramlist_key label:after {
  font-family: 'FontAwesome';
  background: #959595;
  position: absolute;
  right: 0;
  background: rgba(34,34,34,0.05);
  color: #222222;
  height: 20px;
  line-height: 20px;
  padding: 5px 12px;
  border: 1px solid rgba(34,34,34,0.25);
  border-right: 0;
  font-size: 20px;
  min-width: 20px;
  text-align: center;
}
.k2AccountPage div.admintable .key label.invalid:after,
.k2AccountPage div.admintable .paramlist_key label.invalid:after {
  color: #E9322D;
}
.k2AccountPage div.admintable .key label#namemsg:after,
.k2AccountPage div.admintable .key label#usernamemsg:after,
.k2AccountPage div.admintable .paramlist_key label#namemsg:after,
.k2AccountPage div.admintable .paramlist_key label#usernamemsg:after {
  content: '\f007';
}
.k2AccountPage div.admintable .key label#emailmsg:after,
.k2AccountPage div.admintable .key label#email2msg:after,
.k2AccountPage div.admintable .paramlist_key label#emailmsg:after,
.k2AccountPage div.admintable .paramlist_key label#email2msg:after {
  content: '\f023';
}
.k2AccountPage div.admintable .key label#pwmsg:after,
.k2AccountPage div.admintable .key label#pw2msg:after,
.k2AccountPage div.admintable .paramlist_key label#pwmsg:after,
.k2AccountPage div.admintable .paramlist_key label#pw2msg:after {
  content: '\f0e0';
}
.k2AccountPage div.admintable .key.gender label,
.k2AccountPage div.admintable .paramlist_key.gender label {
  min-width: 0;
}
.k2AccountPage div.admintable .key.gender input,
.k2AccountPage div.admintable .paramlist_key.gender input {
  margin-top: 9px;
}
.k2AccountPage div.admintable .key.message label,
.k2AccountPage div.admintable .paramlist_key.message label {
  min-width: 0;
}
.k2AccountPage div.admintable .key.message #description_parent,
.k2AccountPage div.admintable .paramlist_key.message #description_parent {
  max-width: 400px;
  float: left;
}
.k2AccountPage div.admintable .key.message .toggle-editor,
.k2AccountPage div.admintable .paramlist_key.message .toggle-editor {
  max-width: 500px;
  text-align: right;
  clear: both;
}
.k2AccountPage div.admintable .key input,
.k2AccountPage div.admintable .paramlist_key input {
  margin-right: 0;
  margin-bottom: 0;
}
.k2AccountPage div.admintable input {
  float: left;
  margin-right: 15px;
}
.k2AccountPage div.admintable label {
  display: inline-block;
  margin: 0 15px 0 0;
  float: left;
}
.k2LatestCommentsBlock li {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
}
.k2LatestCommentsBlock li .lcUsername {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.k2LatestCommentsBlock li .lcCommentDate {
  font-size: 12px;
  margin-bottom: 15px;
}
.k2LatestCommentsBlock li .lcItemTitle,
.k2LatestCommentsBlock li .lcItemCategory {
  font-size: 15px;
  margin: 15px 0 0 0;
  color: #090909;
}
.k2LatestCommentsBlock li .lcItemTitle a,
.k2LatestCommentsBlock li .lcItemCategory a {
  color: #090909;
  font-size: 15px;
}
.k2Avatar {
  display: block;
}
.k2Avatar img {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.k2UsersBlock .k2UsersAvatarWrap {
  text-align: center;
}
.k2UsersBlock .k2UsersNameWrap {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(34,34,34,0.25);
}
.k2UsersBlock .k2UsersNameWrap .header {
  font-family: 'open_sanslight';
  padding: 15px 0 0;
  margin: 0;
  font-size: 21px;
}
.k2UsersBlock .k2UsersNameWrap .k2UsersType {
  padding: 15px 0 0;
  font-size: 12px;
  text-transform: capitalize;
}
.k2UsersBlock .ubUserDescription {
  border-bottom: 1px solid rgba(34,34,34,0.25);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.k2UsersBlock .ubUserAdditionalInfoWrap {
  margin-bottom: 0;
}
.k2UsersBlock .ubUserAdditionalInfoWrap .ubUserAdditionalInfo span {
  font-size: 0;
}
.k2UsersBlock .k2UsersSocialLinks {
  text-transform: capitalize;
}
#lbCenter,
#lbCaption,
#lbNumber {
  z-index: 99999999 !important;
}
#lbCaption,
#lbNumber {
  margin: 0 -10px;
  padding: 0 10px;
  position: relative;
  background: #fff;
}
.rtl div.itemListCategoriesBlock .itemListCategory .catImage {
  margin: 0;
}
.rtl div.itemListCategoriesBlock .itemListCategory .catInfo {
  padding-right: 43%;
  padding-left: 0;
}
.rtl div.itemListCategoriesBlock .subCategoryContainer.First .subCategory {
  margin: 0 0 0 30px;
}
.rtl div.itemListCategoriesBlock .subCategoryContainer.Last .subCategory {
  margin: 0 30px 0 0;
}
.rtl div.itemList #itemListLeading .itemContainer.First .jm-item {
  margin: 0 0 0 30px;
}
.rtl div.itemList #itemListLeading .itemContainer.Center .jm-item {
  margin: 0 15px;
}
.rtl div.itemList #itemListLeading .itemContainer.Last .jm-item {
  margin: 0 30px 0 0;
}
.rtl div.itemList #itemListPrimary .itemContainer.First .jm-item {
  margin: 0 0 0 30px;
}
.rtl div.itemList #itemListPrimary .itemContainer.Center .jm-item {
  margin: 0 15px;
}
.rtl div.itemList #itemListPrimary .itemContainer.Last .jm-item {
  margin: 0 30px 0 0;
}
.rtl div.itemList #itemListSecondary .itemContainer.First .jm-item {
  margin: 0 0 0 30px;
}
.rtl div.itemList #itemListSecondary .itemContainer.Center .jm-item {
  margin: 0 15px;
}
.rtl div.itemList #itemListSecondary .itemContainer.Last .jm-item {
  margin: 0 30px 0 0;
}
.rtl div.itemView .itemHeader .itemToolbar {
  text-align: left;
}
.rtl div.itemView .itemHeader .itemToolbar a+a {
  margin-right: 10px;
  margin-left: 0;
}
.rtl div.itemView .itemBody .itemFooter .itemTagsBlock-Inner .item-tags-title {
  padding: 0 0 0 10px;
}
.rtl div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingBlock-Inner {
  margin-left: 30px;
  margin-right: 0;
}
.rtl div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList {
  float: right;
  background-position: right top;
  background: transparent url(../images/presets/preset1/icon-vote-rtl.png) repeat-x;
}
.rtl div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a:hover,
.rtl div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList .itemCurrentRating {
  background: transparent url(../images/presets/preset1/icon-vote-rtl.png) right -1000px repeat-x;
}
.rtl div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a,
.rtl div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList .itemCurrentRating {
  left: auto;
  right: 0;
  text-indent: 100000px;
}
.rtl div.itemView .itemBody .itemFooter .itemRatingBlock .itemRatingList a:hover {
  background-position: right bottom;
}
.rtl div.itemView .itemBody .itemFooter .itemCategory .itemCategory-Inner {
  margin-left: 0;
  margin-right: 30px;
}
.rtl div.itemView .itemAuthorBlock .itemAuthorDetails .itemAuthorEmail {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid rgba(34,34,34,0.25);
}
.rtl div.itemView .itemVideoBlock .Inner {
  margin: 0 0 30px 30px;
}
.rtl div.itemView .itemImageGallery .Inner {
  margin: 0 30px 30px 0;
}
.rtl div.itemView .itemComments .JMitemCommentsList li .user-comment-img {
  margin: 0 10px 0 15px;
}
.rtl div.itemView .itemComments .JMitemCommentsList li .commentContent {
  padding-right: 105px;
  padding-left: 0;
}
.rtl div.itemView .itemComments .itemCommentsForm [class*='icon-'],
.rtl div.itemView .itemComments .itemCommentsForm [class^='icon-'] {
  border-left-width: 0;
  border-right-width: 1px;
}
.rtl div.itemView .itemSocialSharing .itemGooglePlusOneButton > div {
  left: auto !important;
  right: -100000px;
}
.rtl div.userView .itemAuthorBlock .itemAuthorDetails .itemAuthorEmail {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid rgba(34,34,34,0.25);
  border-left: 0;
}
.rtl .tagView .tagItemList .tagItemView .tagItemImageBlock {
  float: right;
}
@media (max-width: 767px) {
  div.itemListCategoriesBlock .itemListCategory .catImage {
    width: 100% !important;
    margin: 0 0 30px 0;
    float: none;
  }
  div.itemListCategoriesBlock .itemListCategory .catInfo {
    padding-left: 0;
  }
  div.itemList #itemListLeading .itemContainer {
    margin-bottom: 30px;
  }
  div.itemList #itemListLeading .itemContainer.First {
    width: 100% !important;
  }
  div.itemList #itemListLeading .itemContainer.First .jm-item {
    margin: 0;
  }
  div.itemList #itemListLeading .itemContainer.Center {
    width: 100% !important;
  }
  div.itemList #itemListLeading .itemContainer.Center .jm-item {
    margin: 0;
  }
  div.itemList #itemListLeading .itemContainer.Last {
    width: 100% !important;
  }
  div.itemList #itemListLeading .itemContainer.Last .jm-item {
    margin: 0;
  }
  div.itemList #itemListLeading .itemContainer .catItemInfo-Image img {
    width: 100% !important;
  }
  div.itemList #itemListPrimary .itemContainer {
    margin-bottom: 15px;
  }
  div.itemList #itemListPrimary .itemContainer.First {
    width: 100% !important;
  }
  div.itemList #itemListPrimary .itemContainer.First .jm-item {
    margin: 0;
  }
  div.itemList #itemListPrimary .itemContainer.Center {
    width: 100% !important;
  }
  div.itemList #itemListPrimary .itemContainer.Center .jm-item {
    margin: 0;
  }
  div.itemList #itemListPrimary .itemContainer.Last {
    width: 100% !important;
  }
  div.itemList #itemListPrimary .itemContainer.Last .jm-item {
    margin: 0;
  }
  div.itemList #itemListPrimary .catItemInfo-Image {
    margin: 0;
    width: 100%;
  }
  div.itemList #itemListPrimary .catItemInfo-Image img {
    width: 100%;
  }
  div.itemList #itemListPrimary .catItemInfo-Text {
    padding-left: 0;
  }
  div.itemList #itemListSecondary .itemContainer {
    margin-bottom: 15px;
  }
  div.itemList #itemListSecondary .itemContainer.First {
    width: 100% !important;
  }
  div.itemList #itemListSecondary .itemContainer.First .jm-item {
    margin: 0;
  }
  div.itemList #itemListSecondary .itemContainer.Center {
    width: 100% !important;
  }
  div.itemList #itemListSecondary .itemContainer.Center .jm-item {
    margin: 0;
  }
  div.itemList #itemListSecondary .itemContainer.Last {
    width: 100% !important;
  }
  div.itemList #itemListSecondary .itemContainer.Last .jm-item {
    margin: 0;
  }
  div.itemList #itemListSecondary .catItemInfo-Image {
    width: 100%;
  }
  div.itemList #itemListSecondary .catItemInfo-Image img {
    width: 100% !important;
  }
  div.itemList #itemListSecondary .catItemInfo-Text {
    padding-left: 0;
  }
  div.userView .userItemList .userItemView .userImageBlock {
    margin: 0;
    width: 100%;
  }
  div.userView .userItemList .userItemView .userItemInfo-Text {
    padding-left: 0%;
  }
  .tagView .tagItemList .tagItemView .tagItemImageBlock {
    width: 100%;
  }
  .tagView .tagItemList .tagItemView .tagItemBody {
    padding: 0;
  }
  .k2UsersBlock [class*='span'] {
    width: 6.3829787234043%;
    margin-left: 2.1276595744681%;
    float: left;
  }
  .k2UsersBlock .span1 {
    width: 6.3829787234043%;
  }
  .k2UsersBlock .span2 {
    width: 19.148936170213%;
  }
  .k2UsersBlock .span3 {
    width: 25.531914893617%;
  }
  .k2UsersBlock .span4 {
    width: 31.914893617021%;
  }
  .k2UsersBlock .span5 {
    width: 38.297872340426%;
  }
  .k2UsersBlock .span6 {
    width: 44.68085106383%;
  }
  .k2UsersBlock .span7 {
    width: 51.063829787234%;
  }
  .k2UsersBlock .span8 {
    width: 57.446808510638%;
  }
  .k2UsersBlock .span9 {
    width: 63.829787234043%;
  }
  .k2UsersBlock .span10 {
    width: 70.212765957447%;
  }
  .k2UsersBlock .span11 {
    width: 76.595744680851%;
  }
  .k2UsersBlock .span12 {
    width: 82.978723404255%;
  }
  .k2UsersBlock:first-child {
    margin-left: 0;
  }
  .k2UsersBlock li .row-fluid:first-child {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  div.itemListCategoriesBlock .subCategoryContainer {
    width: 100% !important;
  }
  div.itemListCategoriesBlock .subCategoryContainer.First .subCategory,
  div.itemListCategoriesBlock .subCategoryContainer.Last .subCategory,
  div.itemListCategoriesBlock .subCategoryContainer.Center .subCategory {
    margin: 0 0 30px 0;
  }
  div.itemList #itemListPrimary .itemContainer {
    float: none;
  }
  div.itemList #itemListSecondary .itemContainer {
    float: none;
  }
  div.itemView .itemComments .itemCommentsForm .dk21box #commentText,
  div.itemView .itemComments .itemCommentsForm .dk22box #commentText {
    width: 400px;
  }
}
@media (max-width: 360px) {
  .k2AccountPage div.admintable .key label,
  .k2AccountPage div.admintable .paramlist_key label {
    padding-right: 0;
    min-width: 175px;
    width: 220px;
  }
  .k2AccountPage div.admintable .key label:after,
  .k2AccountPage div.admintable .paramlist_key label:after {
    right: 0;
    top: 0;
    border: 1px solid rgba(34,34,34,0.25);
    border-bottom: 0;
  }
  .k2AccountPage div.admintable .key.gender label,
  .k2AccountPage div.admintable .paramlist_key.gender label {
    min-width: 0;
    width: auto;
  }
  .k2AccountPage div.admintable .key.message label,
  .k2AccountPage div.admintable .paramlist_key.message label {
    min-width: 0;
  }
  .k2AccountPage div.admintable .key.message #description_parent,
  .k2AccountPage div.admintable .paramlist_key.message #description_parent {
    max-width: 280px;
    float: left;
  }
  .k2AccountPage div.admintable .key.message .toggle-editor,
  .k2AccountPage div.admintable .paramlist_key.message .toggle-editor {
    max-width: 280px;
    text-align: right;
    clear: both;
  }
}
