.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
}
.entry-meta.muted {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.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;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
input[type="submit"],
input[type="button"],
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 {
  text-shadow: none;
  color: #9f9f9f;
  min-height: 30px;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-append .add-on {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  border: 0;
}
.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;
}
input.input-block-level {
  min-height: 40px;
}
.contact-form-block {
  width: 55%;
  float: left;
}
.contact-form-block textarea {
  height: 200px;
}
.contact-address-block {
  width: 40%;
  float: right;
}
.btn-primary,
button,
input.button,
submit,
.readmore {
  text-shadow: none;
  color: #9f9f9f;
  padding: 10px;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Fjalla One";
  padding: 10px 15px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
nput[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 {
  border-color: rgba(0,0,0,0.15);
}
a:focus {
  color: #fff;
  text-decoration: none;
}
.readmore {
  position: relative;
}
.readmore::before {
  float: right;
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 25px;
  content: "\f105";
}
.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;
}
body {
  color: #555555;
}
body .body-innerwrapper {
  overflow: hidden;
}
#sp-header-wrapper {
  background-image: url(../images/dot-pattern.png);
  background-repeat: repeat;
  background-color: #1d1d1d;
  border-bottom: 1px solid rgba(255,255,255,0.7);
}
#sp-header-wrapper .logo-wrapper {
  margin-top: 10px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background: url(../images/logo.png) no-repeat 0 50%;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-title-wrapper {
  color: #fff;
  padding: 10px 0;
}
#sp-title-wrapper #sp-title h1 {
  margin: 0;
}
#sp-breadcrumbs-wrapper #sp-breadcrumb {
  margin-top: -10px;
}
#sp-slideshow-wrapper .slider-title h1,
#sp-slideshow-wrapper .slider-title p {
  color: #000;
}
#sp-slideshow-wrapper .slider-title p {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Fjalla One";
}
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-prev,
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-next {
  background: rgba(255,255,255,0.1) url(../images/dot-pattern-solid.png);
}
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-prev:hover,
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-next:hover {
  background: rgba(255,255,255,0.15) url(../images/dot-pattern.png);
}
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-prev >span {
  background: url(../images/slide-controller-l.png) no-repeat 50% 50%;
  text-indent: -99999em;
}
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-next >span {
  background: url(../images/slide-controller-r.png) no-repeat 50% 50%;
  text-indent: -99999em;
}
.homepage #sp-main-body-wrapper {
  padding: 0;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
#sp-content-wrapper {
  padding: 30px 0;
}
#sp-users-wrapper {
  color: #fff;
  padding: 60px 0 20px;
}
#sp-users-wrapper i {
  font-size: 90px;
  margin: 0;
  text-shadow: 0 3px rgba(0,0,0,0.15);
}
#sp-users-wrapper .sp-box {
  margin-left: 120px;
  cursor: pointer;
  padding-bottom: 50px;
}
#sp-users-wrapper .sp-box h2 {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
}
#sp-users-wrapper .sp-box p {
  line-height: 25px;
}
#sp-users-wrapper .row-fluid {
  opacity: 1;
}
#sp-users-wrapper .row-fluid:hover .custom {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: .15;
  cursor: pointer;
}
#sp-users-wrapper .row-fluid:hover .custom:hover {
  opacity: 1;
}
#sp-user-bottom-wrapper {
  border-top: 1px solid #9d9d9d;
  background: #b0b0b0;
}
#sp-user-bottom-wrapper #sp-user-bottom {
  padding: 40px 0;
}
#sp-user-bottom-wrapper #sp-user-bottom h3 {
  margin: 30px 0;
  color: #fff;
  text-transform: uppercase;
}
#sp-user-middle-wrapper {
  border-top: 1px solid #eee;
  padding: 60px 0 20px;
}
#sp-user-middle-wrapper h2 {
  font-size: 60px;
  line-height: 80px;
}
#sp-user-middle-wrapper h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
#sp-user-middle-wrapper .btn.btn-primary {
  text-transform: uppercase;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 20px;
  min-height: 20px;
}
#sp-bottom-wrapper {
  padding: 40px 0;
}
#sp-bottom-wrapper #sp-bottom1 a {
  color: #fff;
}
#sp-bottom-wrapper ul li {
  line-height: 24px;
}
.sp_quickcontact input,
.sp_quickcontact textarea#message {
  background: transparent;
  color: #fff;
}
.sp_quickcontact i {
  text-shadow: none;
}
.sp_quickcontact .input-append,
.sp_quickcontact .input-prepend {
  display: block;
  border-radius: 4px;
}
.sp_quickcontact .sp_qc_error {
  border: 1px solid #cd3420 !important;
}
.sp_quickcontact .sp_qc_clr {
  margin-bottom: 0;
}
.sp_quickcontact input {
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_quickcontact input.button {
  background: #fff;
  width: auto;
  font-family: "Fjalla One";
  border: 0;
}
.sp_quickcontact textarea#message {
  width: 100%;
  height: 100px;
}
.input-append .add-on {
  background: transparent;
  margin-left: -40px;
}
.input-append .add-on i {
  font-size: 18px;
}
ul.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
}
ul.breadcrumb >li {
  text-shadow: none;
}
ul.breadcrumb >li >.divider {
  color: #fff;
}
ul.breadcrumb >li a {
  color: #fff;
}
.media-object.avatar {
  border-bottom: 4px solid #3bd5ff;
}
#sp-footer-wrapper {
  padding: 30px 0;
  color: #fff;
  font-size: 12px;
}
#sp-footer-wrapper a {
  color: #fff;
}
#sp-footer-wrapper ul {
  list-style: none;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper #sp-footer2 .social-icons-container {
  float: right;
  margin-right: 30px;
}
#sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  border: 4px solid #fff;
  margin-right: 10px;
  font-size: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon:hover {
  background: #fff;
}
#sp-footer-wrapper #sp-footer2 .sp-totop {
  float: right;
  margin-top: 10px;
}
#sp-footer-wrapper #sp-footer2 .sp-totop i {
  color: #fff;
  width: 26px;
  height: 26px;
  background: #252525;
  font-size: 25px;
  text-align: center;
  border-radius: 4px;
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#sp-footer-wrapper #sp-footer2 .sp-totop i:hover {
  opacity: .5;
}
#sp-footer-wrapper #sp-footer2 .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#sp-footer-wrapper .powered-by {
  display: inline-block;
  margin: 0 5px;
}
a.about-social-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 25px 0 0 0;
  line-height: 40px;
  text-align: center;
  display: block;
  float: left;
  color: #fff;
}
a.about-social-icon.facebook {
  background: #0c2a6c;
}
a.about-social-icon.facebook:hover {
  color: #0c2a6c;
}
a.about-social-icon.twitter {
  background: #00a1cd;
}
a.about-social-icon.twitter:hover {
  color: #00a1cd;
}
a.about-social-icon.gplus {
  background: #da5834;
}
a.about-social-icon.gplus:hover {
  color: #da5834;
}
a.about-social-icon.pinterest {
  background: #cd002b;
}
a.about-social-icon.pinterest:hover {
  color: #cd002b;
}
a.about-social-icon:hover {
  background: #fff;
}
.sp-box3 {
  background-image: url(../images/dot-pattern.png);
  background-repeat: repeat;
  padding: 30px;
  margin: 1px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.sp-box3 h2 {
  font-family: "Fjalla One";
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
}
.sp-box3 i {
  margin-top: 20px;
}
.sp-box3:hover {
  color: #fff;
}
#sp-right .k2ItemsBlock >ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-right .k2ItemsBlock >ul li {
  margin-top: 10px;
}
#sp-right .k2ItemsBlock >ul li:first-child {
  margin-top: 0;
}
#sp-right .k2ItemsBlock >ul li .moduleItemDateCreated {
  display: block;
  font-family: "Fjalla One";
  font-size: 18px;
  margin-bottom: 5px;
}
#sp-right .k2ItemsBlock >ul li .moduleItemTitle {
  font-weight: 700;
}
.accordion-inner,
.tab-content,
.sp-box-border,
.accordion-heading .accordion-toggle {
  background-color: #ebebeb;
}
.tab-content .icon-plus,
.accordion-heading .accordion-toggle.collapsed .icon-plus {
  display: block;
}
.tab-content .icon-minus,
.accordion-heading .accordion-toggle.collapsed .icon-minus {
  display: none;
}
.sp-box-border {
  padding: 15px;
}
.accordion-group {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-heading .accordion-toggle {
  padding: 15px 20px;
  color: #fff;
}
.accordion-heading .accordion-toggle:hover {
  color: #fff;
}
.accordion-heading .accordion-toggle i {
  margin-top: 5px;
}
.accordion-heading .accordion-toggle .icon-minus {
  display: block;
}
.accordion-heading .accordion-toggle .icon-plus {
  display: none;
}
.accordion-inner {
  border-top: 0;
}
.tab ul.nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
}
.tab ul.nav-tabs >li {
  border-top: 3px solid #a9a9a9;
  margin-bottom: 0;
}
.tab ul.nav-tabs >li >a {
  background-color: #a9a9a9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-family: "Fjalla One";
  font-size: 18px;
  color: #fff;
}
.tab ul.nav-tabs >li >a:hover {
  border: 0;
  background: #ebebeb;
}
.tab ul.nav-tabs >li:hover >a,
.tab ul.nav-tabs >li.active >a {
  color: #444;
  border: 0;
  background-color: #ebebeb;
}
.tab .tab-content {
  padding: 15px;
}
ul.pricing-table {
  list-style: none;
  margin: 0;
  padding: 20px;
  color: #fff;
}
ul.pricing-table >li {
  font-family: "Fjalla One";
  font-size: 18px;
  line-height: 100%;
  padding: 10px 0;
}
ul.pricing-table >li.plan-name {
  font-size: 30px;
  color: #fff;
}
ul.pricing-table >li.plan-name >small {
  display: block;
  font-size: 18px;
}
ul.pricing-table >li.plan-price {
  margin: 10px 10px 10px -25px;
  text-align: right;
  padding: 25px 20px;
  font-size: 48px;
  line-height: 48px;
}
ul.pricing-table >li.plan-signup >a {
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #fff;
}
ul.gallery {
  margin-top: 30px !important;
}
.entry-content ul.gallery {
  margin: -15px;
}
.entry-content ul.gallery li a {
  padding: 15px;
  margin: 15px;
  background-color: #f8f8f8;
  position: relative;
}
.entry-content ul.gallery li a:after {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  font-family: "FontAwesome";
  content: "\f055";
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.entry-content ul.gallery li a:hover:after {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.btn-more {
  padding: 15px;
  margin-right: -2px;
  font-family: "Fjalla One";
  font-size: 18px;
  color: #fff;
  background: #989898;
}
.btn-more:hover {
  color: #fff;
}
.service-grid {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.service-grid .services {
  padding: 8px;
}
.service-grid:hover .row-fluid >div {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: .15;
  cursor: pointer;
}
.service-grid:hover .row-fluid >div:hover {
  opacity: 1;
}
.services h4 {
  margin: 0;
}
.tab_comment .items_mask {
  background: #ebebeb;
}
.tab_comment .sptabs {
  background: none !important;
  border: none !important;
}
.tab_comment .sptabs .tabs_mask {
  background-color: transparent !important;
}
.tab_comment .sptabs .tabs_mask >div {
  z-index: 0;
}
.tab_comment .sptabs ul.tabs_container li.tab {
  border-right: none !important;
  border-top: 4px solid transparent;
  background-color: #cacaca !important;
  color: #555555 !important;
}
.tab_comment .sptabs ul.tabs_container li.tab.active {
  color: #555555 !important;
  background-color: #ebebeb !important;
}
.tab_comment .sptabs ul.tabs_container li.tab:hover {
  border-top: 4px solid transparent;
}
.tab_comment .sptabs ul.tabs_container li span {
  font-size: 18px;
  font-family: "Fjalla One";
}
.newsletter h3 {
  text-transform: uppercase;
}
.newsletter input[type="email"] {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.newsletter input[type="submit"] {
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #fff;
  text-shadow: none;
}
.newsletter .button {
  right: 0;
  position: absolute;
  top: 0;
}
.pagination ul {
  box-shadow: none;
}
.pagination ul li a {
  padding: 10px 20px;
  background-color: #d4d4d4;
  color: #555555;
  background-repeat: repeat;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-right: 4px;
  border: none;
}
.pagination ul li a:hover,
.pagination ul li a.active {
  color: #fff;
}
.pagination ul li.pagination-active a {
  color: #fff;
}
#sp-main-menu {
  float: right;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  height: 80px;
  line-height: 80px;
  padding: 0 15px;
  color: #fff;
  color: rgba(255,255,255,0.8);
  font-family: "Fjalla One";
  font-size: 24px;
  text-transform: uppercase;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
  position: relative;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #f5f5f5;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  background: rgba(0,0,0,0.2);
}
#sp-main-menu ul.level-2 .sp-menu-group {
  margin: 0;
}
#sp-main-menu ul.level-2 .sp-menu-group .sp-menu-group-title {
  display: none;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  border-left: 0;
  border-top: 0;
  padding: 0;
  margin: 0 0 1px 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):last-child {
  margin-bottom: 0;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  line-height: normal;
  text-decoration: none;
  padding: 10px 15px;
  font-family: "Fjalla One";
  font-size: 14px;
  color: #666;
}
#sp-main-menu li li:not(.sp-menu-group):hover >a,
#sp-main-menu li li:not(.sp-menu-group).active >a {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu:after {
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 16px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  font-family: "Fjalla One";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 15px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  line-height: 20px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.sp-submenu .sp-submenu-wrap {
  margin-top: 0 !important;
  background: #fff;
  padding: 0;
}
.sp-submenu .sp-submenu-wrap ul li:first-child {
  line-height: 0;
}
.sp-submenu.open {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.sp-submenu.sub-level-child {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.rtl #sp-main-menu {
  float: left;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding-left: 20px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  left: 0;
  right: auto;
  content: "\f107";
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu:after {
  right: auto;
  left: 0;
  content: "\f104";
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr .sp-submenu .megacol {
  float: left;
}
.sp-mobile-menu {
  top: 70px;
}
.sp-main-menu-toggler {
  top: 20px;
}
.rtl #sp-mobile-menu {
  float: left;
}
.mod-wrapper-menu {
  padding-top: 10px;
}
.sp-box2 {
  background: #ebebeb;
  padding: 20px;
}
.module {
  margin-top: 3px;
}
.module >.mod-wrapper {
  background: #ebebeb;
  padding: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted {
  color: #fff;
}
.module.highlighted h3 {
  padding: 0;
  color: #fff;
}
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  color: #fff;
}
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0;
  color: #fff;
}
.module.orange >.mod-wrapper {
  background-color: #f89406;
}
.module.orange >.mod-wrapper a {
  color: #B66B00;
}
.module.orange >.mod-wrapper a:hover {
  color: #6F4100;
}
.module.dark >.mod-wrapper {
  background-color: #000;
}
.module.dark >.mod-wrapper a {
  color: #777;
}
.module.dark >.mod-wrapper a:hover {
  color: #888;
}
.module.green >.mod-wrapper {
  background-color: #46a546;
}
.module.green >.mod-wrapper a {
  color: #63E063;
}
.module.green >.mod-wrapper a:hover {
  color: #43F043;
}
.module.maroon >.mod-wrapper {
  background-color: #F35D34;
}
.module.maroon >.mod-wrapper a {
  color: #B4300D;
}
.module.maroon >.mod-wrapper a:hover {
  color: #C93F19;
}
.module.blue >.mod-wrapper {
  background-color: #049cdb;
}
.module.blue >.mod-wrapper a {
  color: #47C9FF;
}
.module.blue >.mod-wrapper a:hover {
  color: #0073A3;
}
.module.gray >.mod-wrapper {
  background-color: #555;
}
.module.gray >.mod-wrapper a {
  color: #999;
}
.module.gray >.mod-wrapper a:hover {
  color: #777;
}
.module.pink >.mod-wrapper {
  background-color: #c3325f;
}
.module.pink >.mod-wrapper a {
  color: #FF5C8F;
}
.module.pink >.mod-wrapper a:hover {
  color: #FA2E6E;
}
.module.red >.mod-wrapper {
  background-color: #9d261d;
}
.module.red >.mod-wrapper a {
  color: #EE4538;
}
.module.red >.mod-wrapper a:hover {
  color: #DA3F33;
}
.module .sp-box .media-body {
  padding: 10px;
}
.module.none >.mod-wrapper {
  background: none;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: 60px;
  line-height: normal;
}
h2 {
  font-size: 48px;
  line-height: normal;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 14px;
}
.items-leading h2 {
  font-size: 48px;
}
img.pull-left {
  margin-right: 15px;
}
img.pull-right {
  margin-left: 15px;
}
.sp-border {
  padding: 15px;
  background: #ebebeb;
  display: inline-block;
}
.sp-border.pull-left {
  margin-right: 15px;
}
.sp-border.pull-right {
  margin-left: 15px;
}
.rtl .sp-border.pull-left {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .sp-border.pull-right {
  margin-left: 0;
  margin-right: 15px;
}
.sp-border1 {
  padding: 15px;
  background: #f9f9f9;
}
.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;
}
.rtl .sp-dropcap {
  overflow: hidden;
}
.rtl .sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: right;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 0 0 8px;
}
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 {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
@media only screen and (min-width: 960px) and (max-width: 1170px) {
  .responsive #sp-slideshow-wrapper .slider-title {
    margin-left: 80px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container {
    margin-right: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .sp-totop {
    margin-top: 0px;
  }
  .responsive #sp-footer-wrapper .helix-framework {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .responsive #sp-moble-menu {
    margin-top: 25px;
  }
  .responsive h1,
  .responsive h2 {
    font-size: 40px;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive #sp-slideshow-wrapper .slider-title {
    margin-left: 80px;
  }
  .responsive #sp-slideshow-wrapper .slider-title h1 {
    font-size: 40px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-title p {
    font-size: 20px;
    line-height: normal !important;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container {
    margin-right: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .sp-totop {
    margin-top: 0px;
  }
  .responsive #sp-footer-wrapper .helix-framework {
    display: none;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: inline-block;
  }
  .responsive .entry-content ul.gallery {
    margin: -10px;
  }
  .responsive .entry-content ul.gallery li a {
    padding: 10px;
    margin: 10px;
  }
  .responsive .btn-more {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .responsive #sp-menu {
    margin-top: -30px;
  }
  .responsive #sp-menu #sp-moble-menu {
    top: -15px;
  }
  .responsive #sp-slideshow-wrapper .slider-title {
    margin-top: 120px;
    margin-left: 60px;
  }
  .responsive #sp-slideshow-wrapper .slider-title h1 {
    font-size: 25px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-title p {
    font-size: 18px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-controllers >a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .responsive #sp-users-wrapper i {
    font-size: 60px;
  }
  .responsive #sp-users-wrapper .sp-box {
    margin-left: 90px;
  }
  .responsive #sp-user-middle-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .responsive #sp-user-bottom-wrapper {
    padding: 15px 0;
  }
  .responsive #sp-user-bottom-wrapper #sp-user-bottom {
    padding: 0;
  }
  .responsive #sp-user-bottom-wrapper #sp-user-bottom h3 {
    margin: 0;
  }
  .responsive #sp-footer-wrapper {
    text-align: center;
  }
  .responsive #sp-footer-wrapper .helix-framework .helix-logo {
    display: none;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    margin-top: 15px;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: inline-block;
  }
  .responsive span.sp-border {
    margin-left: 0;
  }
  .responsive .entry-content ul.gallery {
    margin: -5px;
  }
  .responsive .entry-content ul.gallery li a {
    padding: 5px;
    margin: 5px;
  }
  .responsive .btn-more {
    padding: 5px;
    font-size: 14px;
  }
  .responsive .contact-form-block {
    width: 100%;
  }
  .responsive .contact-form-block textarea {
    height: 200px;
  }
  .responsive .contact-address-block {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .responsive h1,
  .responsive h2 {
    font-size: 30px;
  }
  .responsive #sp-menu {
    margin-top: -30px;
  }
  .responsive #sp-menu #sp-moble-menu {
    top: -15px;
  }
  .responsive #sp-slideshow-wrapper .slider-title {
    margin-top: 100px;
    margin-left: 60px;
  }
  .responsive #sp-slideshow-wrapper .slider-title h1 {
    font-size: 20px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-title p {
    font-size: 14px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-controllers >a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .responsive #sp-users-wrapper i {
    font-size: 60px;
  }
  .responsive #sp-users-wrapper .sp-box {
    margin-left: 90px;
  }
  .responsive #sp-user-middle-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .responsive #sp-user-bottom-wrapper {
    padding: 15px 0;
  }
  .responsive #sp-user-bottom-wrapper #sp-user-bottom {
    padding: 0;
  }
  .responsive #sp-user-bottom-wrapper #sp-user-bottom h3 {
    margin: 0;
  }
  .responsive .media .pull-left {
    float: left;
  }
  .responsive #sp-footer-wrapper {
    text-align: center;
  }
  .responsive #sp-footer-wrapper .helix-framework .helix-logo {
    display: none;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    margin-top: 15px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container {
    margin-right: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .sp-totop {
    margin-top: 5px;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: inline-block;
  }
  .responsive span.sp-border {
    margin-left: 0;
  }
  .responsive .entry-content ul.gallery {
    margin: -5px;
  }
  .responsive .entry-content ul.gallery li a {
    padding: 5px;
    margin: 5px;
  }
  .responsive .btn-more {
    padding: 5px;
    font-size: 14px;
  }
  .responsive .contact-form-block {
    width: 100%;
  }
  .responsive .contact-form-block textarea {
    height: 200px;
  }
  .responsive .contact-address-block {
    width: 100%;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.rtl img.pull-right {
  margin-left: 0;
  margin-right: 15px;
}
.rtl img.pull-left {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .media > .pull-left {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .input-append .add-on {
  float: none !important;
}
.rtl .readmore:before {
  float: left;
  margin-right: 10px;
  margin-left: 0;
  font-size: 25px;
  content: "\f104";
}
.rtl .newsletter .button {
  left: 0;
  right: auto;
}
.rtl #sp-header-wrapper #sp-utility >div {
  float: left;
}
.rtl #sp-header-wrapper ul.sp-dropdown >li >ul {
  left: 0;
  right: auto !important;
}
.rtl #sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-prev >span {
  background: url(../images/slide-controller-r.png) no-repeat 50% 50%;
}
.rtl #sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-next >span {
  background: url(../images/slide-controller-l.png) no-repeat 50% 50%;
}
.rtl #sp-users-wrapper .sp-box {
  margin-left: 0;
  margin-right: 120px;
}
.rtl #sp-footer-wrapper #sp-footer2 .social-icons-container {
  float: left;
  margin-left: 30px;
}
.rtl #sp-footer-wrapper #sp-footer2 .sp-totop {
  float: left;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.rtl #sp-bottom-wrapper ul {
  margin: 0 25px 10px 0;
}
.rtl .sp_quickcontact .input-append .add-on {
  margin-right: -40px;
  margin-left: -40px;
}
.rtl a.about-social-icon {
  float: right;
}
.rtl .contact-address-block {
  float: left;
}
.rtl .contact-form-block {
  float: right;
}
.rtl ul.pricing-table >li.plan-price {
  margin: 10px -25px 10px 10px !important;
}
.rtl div.catItemInfo,
.rtl div.ItemInfo,
.rtl div.UserInfo,
.rtl div.TagInfo {
  float: right;
}
.rtl div.catItemDetails,
.rtl div.ItemDetails,
.rtl div.UserDetails,
.rtl div.TagDetails {
  margin-right: 90px;
  margin-left: 0;
}
.rtl div.subCategory a.subCategoryImage img {
  float: right;
  margin: 0 0 0 15px;
}
.rtl span.userItemImage {
  margin: 0 0 8px 8px;
}
.rtl div.k2CategoriesListBlock ul li:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 14px;
  float: right;
}
.rtl div.k2CategoriesListBlock ul li a {
  padding: 0 10px 0 0;
}
.rtl .k2Avatar img {
  float: right;
  margin: 5px 0 10px 15px;
}
.rtl img.itemAuthorAvatar {
  float: right !important;
  margin: 0 0 0 15px !important;
}
.rtl span.commentLink {
  float: left !important;
  margin-left: 0;
  margin-right: 8px;
}
.rtl ul.itemCommentsList li img {
  float: right !important;
  margin: 0 0 0 15px !important;
}
