.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;
}
.page-header {
  margin-top: 0;
}
.entry-meta.muted {
  background: #e8e8e8;
  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;
  min-height: 40px;
  box-shadow: none;
  border: 2px solid #fff;
}
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[type='submit'] {
  font-weight: 500 !important;
}
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 {
  box-shadow: none !important;
}
.contact-form-submit {
  margin-top: 60px;
}
body {
  -webkit-animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
  -ms-animation: fadeInDown 1s;
  -o-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.homepage #sp-header-wrapper #header {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-top: 20px;
  border-top: 1px solid #E2E2E2;
  border-bottom: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#sp-header-wrapper #header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin-top: 0;
  background: #fff;
  padding: 20px 0;
  border: 1px solid #E2E2E2;
  border-top: none;
}
#sp-header-wrapper #header:before {
  content: " ";
  position: absolute;
  top: 88px;
  width: 99%;
  height: 3px;
  background: #FFF;
  display: inline-block;
  left: 5px;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}
#sp-header-wrapper .logo-wrapper {
  padding: 0 0 0 30px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-social-wrapper {
  position: fixed;
  top: 100px;
  left: 10px;
  width: 30px;
}
#sp-social-wrapper .social-buttons {
  padding: 0;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
#sp-social-wrapper .social-buttons a.social-icon {
  display: block;
  margin: auto;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #cacaca;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}
#sp-social-wrapper .social-buttons a.social-icon:hover {
  color: #fff;
}
#sp-social-wrapper .social-buttons a.social-icon:hover.facebook {
  border-radius: 3px 3px 0 0;
  background-color: #1a529f;
}
#sp-social-wrapper .social-buttons a.social-icon:hover.gplus {
  background-color: #cf3e2c;
}
#sp-social-wrapper .social-buttons a.social-icon:hover.twitter {
  background-color: #23bdf4;
}
#sp-social-wrapper .social-buttons a.social-icon:hover.youtube {
  background-color: #d92c27;
  border-radius: 0 0 3px 3px;
  border-bottom: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.homepage #sp-main-body-wrapper {
  padding: 0;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
#sp-slideshow {
  position: relative;
}
#sp-slideshow .layout-appico {
  padding: 50px 0;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}
#sp-slideshow .layout-appico .slider-title h1 {
  font-family: 'Maven Pro';
  font-weight: normal;
}
#sp-slideshow .layout-appico .slider-button {
  margin-top: 40px;
}
#sp-slideshow:after {
  content: " ";
  position: absolute;
  width: 99%;
  height: 3px;
  background: #FFF;
  display: inline-block;
  left: 4px;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}
#sp-slideshow .layout-appico .slider-controllers ul li.active a span,
#sp-slideshow .layout-appico .slider-controllers ul li:hover a span {
  background: #e0d2c4;
}
#sp-slideshow .layout-appico .slider-controllers ul li.active a span:after,
#sp-slideshow .layout-appico .slider-controllers ul li:hover a span:after {
  border-left-color: #e0d2c4;
}
#sp-slideshow .tooltip-inner {
  font-family: 'Maven Pro';
  margin-bottom: 20px;
}
#sp-slideshow .tooltip.top .tooltip-arrow {
  margin-bottom: 20px;
}
.sp-smart-slider.carousel .carousel-inner {
  background: url(../images/divider.png) no-repeat center bottom;
}
.sp-smart-slider.carousel .carousel-inner .item {
  padding-bottom: 50px;
}
#sp-users-wrapper {
  padding: 30px 0;
}
#sp-users-wrapper #users {
  margin-top: 35px;
}
#sp-users-wrapper #users #sp-user1,
#sp-users-wrapper #users #sp-user2,
#sp-users-wrapper #users #sp-user3,
#sp-users-wrapper #users #sp-user4 {
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.2),inset 0 1px 1px #fff;
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.2),inset 0 1px 1px #fff;
  box-shadow: 0px 1px 1px rgba(0,0,0,.2),inset 0 1px 1px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sp-users-wrapper #users #sp-user1 .feature-bottom,
#sp-users-wrapper #users #sp-user2 .feature-bottom,
#sp-users-wrapper #users #sp-user3 .feature-bottom,
#sp-users-wrapper #users #sp-user4 .feature-bottom {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#sp-users-wrapper #users #sp-user1 .feature-img,
#sp-users-wrapper #users #sp-user2 .feature-img,
#sp-users-wrapper #users #sp-user3 .feature-img,
#sp-users-wrapper #users #sp-user4 .feature-img {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#sp-users-wrapper #users #sp-user1 {
  padding-top: 1px;
}
#sp-users-wrapper #users #sp-user1 .feature-top {
  background: #f4f4f4;
  height: 98px;
}
#sp-users-wrapper #users #sp-user1 .feature-bottom {
  background: #fff;
  text-align: center;
}
#sp-users-wrapper #users #sp-user1 .feature-bottom .feature-img {
  padding: 25px;
  background: #e9e9e9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin-top: -65px;
}
#sp-users-wrapper #users #sp-user1 .feature-bottom .feature-content {
  padding: 20px 0;
  line-height: 30px;
  margin: 0px;
  font-size: 24px;
}
#sp-users-wrapper #users #sp-user1 .feature-bottom .feature-content p {
  margin: 0px;
}
#sp-users-wrapper #users #sp-user2 {
  padding-top: 1px;
}
#sp-users-wrapper #users #sp-user2 .feature-top {
  background: #f4f4f4;
  height: 98px;
}
#sp-users-wrapper #users #sp-user2 .feature-bottom {
  background: #fff;
  text-align: center;
}
#sp-users-wrapper #users #sp-user2 .feature-bottom .feature-img {
  padding: 25px;
  background: #e9e9e9;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin-top: -65px;
}
#sp-users-wrapper #users #sp-user2 .feature-bottom .feature-content {
  padding: 20px 0;
  line-height: 30px;
  margin: 0px;
  font-size: 24px;
}
#sp-users-wrapper #users #sp-user2 .feature-bottom .feature-content p {
  margin: 0px;
}
#sp-users-wrapper #users #sp-user3 {
  padding-top: 1px;
}
#sp-users-wrapper #users #sp-user3 .feature-top {
  background: #f4f4f4;
  height: 98px;
}
#sp-users-wrapper #users #sp-user3 .feature-bottom {
  background: #fff;
  text-align: center;
}
#sp-users-wrapper #users #sp-user3 .feature-bottom .feature-img {
  padding: 25px;
  background: #e9e9e9;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin-top: -65px;
}
#sp-users-wrapper #users #sp-user3 .feature-bottom .feature-content {
  padding: 20px 0;
  line-height: 30px;
  margin: 0px;
  font-size: 24px;
}
#sp-users-wrapper #users #sp-user3 .feature-bottom .feature-content p {
  margin: 0px;
}
#sp-user-bottom-wrapper #sp-user-bottom .user-bottom {
  margin: 80px 0;
}
#sp-user-bottom-wrapper #sp-user-bottom .user-bottom h2 {
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  color: #3a424c;
  margin-bottom: 30px;
}
#sp-user-bottom-wrapper #sp-user-bottom .user-bottom p {
  font-size: 24px;
  text-align: center;
  color: #777;
  line-height: 30px;
}
#sp-content-wrapper #sp-content {
  text-align: center;
  padding: 35px 0;
}
#sp-content-wrapper #sp-content .conetnt-text h2 {
  font-size: 36px;
  font-weight: 100;
  color: #3a424c;
  margin-bottom: 35px;
}
#sp-content-wrapper #sp-content .conetnt-text p {
  font-size: 24px;
  color: #777;
  line-height: 30px;
}
#sp-testimonial-wrapper .testimonial {
  padding: 20px 20px 40px;
}
#sp-testimonial-wrapper .testimonial.tab-pane {
  display: none;
}
#sp-testimonial-wrapper .testimonial.tab-pane.active {
  display: block;
}
#sp-testimonial-wrapper .testimonial .avatar {
  margin-top: -50px;
  padding: 5px;
  background: #FFF;
}
#sp-testimonial-wrapper .testimonial p {
  margin-top: 15px;
  margin-left: 60px;
  position: relative;
  font-size: 24px;
  line-height: normal;
}
#sp-testimonial-wrapper .testimonial p:before {
  position: absolute;
  left: -55px;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 40px;
  top: 5px;
  color: #d2d2d2;
}
#sp-testimonial-wrapper ul.mod-sp-testimonial {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  text-align: center;
}
#sp-testimonial-wrapper ul.mod-sp-testimonial >li {
  display: inline-block;
  margin: 10px;
}
#sp-testimonial-wrapper ul.mod-sp-testimonial >li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#sp-testimonial-wrapper ul.mod-sp-testimonial >li:hover img,
#sp-testimonial-wrapper ul.mod-sp-testimonial >li.active img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
#sp-content-bottom-wrapper {
  margin-top: 70px;
  padding: 0px 0 80px;
  background: url(../images/content-bottom-bg.png);
}
#sp-bottom-wrapper {
  padding: 75px 0 55px 0;
  font-size: 14px;
  line-height: 100%;
}
#sp-bottom-wrapper h3.header {
  color: #fff;
  text-transform: uppercase;
}
#sp-bottom-wrapper ul {
  margin: 0;
}
#sp-bottom-wrapper ul li {
  list-style: none;
  line-height: 25px;
}
#sp-bottom-wrapper ul li a {
  font-weight: 500;
}
#sp-footer-wrapper {
  font-size: 14px;
  padding: 20px 0;
}
#sp-footer-wrapper #footer {
  padding-top: 40px;
  border-top: 1px solid #414b56;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
}
#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 0 0 20px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#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 .sp-totop {
  display: inline-block;
  position: fixed;
  bottom: 45px;
  right: 10px;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
  width: 26px;
  height: 26px;
  font-size: 25px;
  text-align: center;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#sp-footer-wrapper .sp-totop i:hover {
  opacity: .5;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.entry-header,
.componentheading {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 40px;
}
.page-header {
  font-weight: 400;
  border-bottom: none;
  position: relative;
  display: inline-block;
  padding: 0;
}
.page-header:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: auto;
  top: 68px;
}
.componentheading {
  font-size: 36px;
  font-weight: 400;
  padding: 30px 0;
  position: relative;
}
.componentheading:before {
  position: absolute;
  content: " ";
  width: 20%;
  height: auto;
  top: 81px;
}
#sp-right {
  margin-top: 30px;
  margin-bottom: 30px;
}
.team {
  margin: 80px 0;
}
.team img {
  background: #fff;
  padding: 5px;
  margin-bottom: 30px;
}
.team .sp-box {
  position: relative;
}
.team .sp-box:before {
  content: " ";
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -30px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.team h4 {
  margin-bottom: 0;
}
.team span {
  display: block;
  margin-bottom: 10px;
}
.team a.about-social-icon {
  margin: 5px;
}
.team-specialization {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  padding: 70px 80px 50px;
  margin: 50px 100px;
}
.team-specialization:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 30px;
  left: 50%;
  margin-left: -30px;
}
.team-specialization .progress {
  height: 30px;
}
.team-specialization .progress .bar {
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.team-specialization .progress .bar span.skill {
  padding: 0 8px;
  display: inline-block;
  margin: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.2);
}
.team-specialization .progress.html .bar {
  background: #de6e6e;
}
.team-specialization .progress.css .bar {
  background: #e5ac3f;
}
.team-specialization .progress.php .bar {
  background: #85b24b;
}
.team-specialization .progress.java .bar {
  background: #5ebecf;
}
.pricing-table-wrap {
  margin-bottom: 50px;
  margin-top: 40px;
}
.pricing-table-wrap .pricing-table {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px 40px;
}
.pricing-table-wrap .pricing-table ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.pricing-table-wrap .pricing-table ul li {
  line-height: normal;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}
.pricing-table-wrap .pricing-table ul li h3.plan-price-head {
  font-size: 72px;
  line-height: normal;
}
.pricing-table-wrap .pricing-table a.plan-signup {
  margin: 20px 0;
}
#sp-variations-wrapper {
  margin-bottom: 30px;
}
.sp-timeline {
  position: relative;
  margin-bottom: -3px !important;
}
.sp-timeline.last-child {
  margin-bottom: 80px !important;
}
.sp-timeline .sp-timeline-bar h2 {
  margin: 20px 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.sp-timeline .sp-timeline-bar:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  left: 50%;
  margin-left: -4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sp-timeline h2.time {
  background: #f5f5f5;
}
.sp-timeline i {
  display: inline-block;
  margin: 10px 0;
  font-size: 26px;
  border: 5px solid rgba(0,0,0,0.2);
  padding: 0;
  line-height: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sp-timeline .timeline-item-box {
  position: relative;
  z-index: 2;
}
.sp-timeline .timeline-item-box.odd {
  margin-top: 70px;
}
.sp-timeline .timeline-item-box.odd:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: #fff;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}
.sp-timeline .timeline-item-box.even {
  margin-top: 120px;
}
.sp-timeline .timeline-item-box.even:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #fff;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}
.product-review h2 {
  margin: 0 0 15px 0;
}
.product-review .center {
  padding: 40px 0;
}
.product-review .review-top img {
  margin-top: 20px;
}
.product-review .service-grid {
  padding: 20px 0;
}
.product-review .service-grid .services {
  margin-bottom: 40px;
}
.product-review .service-grid .services img {
  margin-right: 20px;
}
.product-review .review-trial {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
  margin-bottom: 40px;
}
.product-review .review-bottom img {
  margin: 20px 0;
}
.service {
  margin: 30px 0;
}
.service .service-item {
  padding: 0;
  margin: 50px 0;
}
.service .service-item i {
  font-size: 200px;
  color: #fff;
  width: 225px;
  height: 248px;
  line-height: 248px;
  text-align: center;
  display: inline-block;
}
.service .service-item .service-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  height: 248px;
}
.service .service-item .service-content h2 {
  margin-top: 0;
}
.service .service-item .service-content p {
  font-size: 18px;
  line-height: 24px;
}
.service .service-item .icon-strategy i {
  background: #ff5335;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.service .service-item .icon-ux i {
  background: #ffc049;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.service .service-item .icon-app i {
  background: #82ba45;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.service .service-item .icon-publish i {
  background: #549b5f;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.service .service-item .icon-support i {
  background: #2f8cc3;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.service .service-item .icon-develop i {
  background: #b955ff;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sp-portfolio.appico ul.sp-portfolio-filter li a {
  font-size: 18px;
  padding: 8px 12px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.sp-portfolio.appico ul.sp-portfolio-filter li a.active {
  color: #fff;
}
.sp-portfolio.appico .sp-portfolio-item-details h4.category-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.sp-portfolio.appico .sp-portfolio-item-details a {
  color: #fff;
}
.sp-portfolio.appico .sp-portfolio-item-details a h4.item-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.sp-portfolio.appico .sp-portfolio-loadmore a.btn {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.gallery-filters {
  text-align: center;
  display: block;
}
.gallery-filters a {
  font-size: 18px;
  padding: 8px 12px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.gallery-filters a.active {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-form-block h3,
.contact-form-block .required-field {
  text-align: center;
}
.contact-form-block .required-field {
  margin-bottom: 100px;
}
.contact-form {
  margin-bottom: 80px;
}
.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"] {
  min-height: 60px;
}
.contact-form label {
  font-size: 18px;
}
.contact-form .contact-form-submit {
  text-align: center;
}
.contact-form .contact-form-submit button {
  padding: 20px 70px;
}
.contact-address-block {
  margin: 100px 0;
}
.contact-contactinfo {
  text-align: center;
  display: table;
  margin: 30px auto;
}
.contact-contactinfo i {
  display: none;
}
.contact-contactinfo .contact-emailto,
.contact-contactinfo .contact-telephone {
  font-family: 'Maven Pro';
  font-weight: 700;
  font-size: 30px;
  position: relative;
  margin: 0;
  height: 300px;
  width: 400px;
  color: #fff;
  padding-top: 100px;
  display: table-cell !important;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-contactinfo .contact-emailto a,
.contact-contactinfo .contact-telephone a {
  color: #fff;
}
.contact-contactinfo .contact-emailto {
  background: #c23939 url(../images/icon-envelope.png) no-repeat 50% 80px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.contact-contactinfo .contact-emailto:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 30px 30px 0 0;
  right: 0;
  border-bottom-color: #c23939;
  border-right-color: #c23939;
}
.contact-contactinfo .contact-telephone {
  background: #d04444 url(../images/icon-phone.png) no-repeat 50% 80px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.contact-contactinfo .contact-telephone:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 0 30px 30px 0;
  left: 0;
  border-bottom-color: #d04444;
  border-left-color: #d04444;
}
.contact-contactinfo .media,
.contact-contactinfo .media-body {
  margin: 0;
  overflow: visible;
  display: inline-block;
}
.contact-contactinfo .media>.pull-left {
  margin: 0;
}
.office {
  position: relative;
  display: inline-block;
}
.office:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 30px;
  left: 50%;
  margin-left: -30px;
}
.sp-contact-address h3 {
  margin-bottom: 20px;
}
.sp-contact-address p {
  margin: 0;
  font-size: 18px;
}
div.registration {
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255,255,255,0.5);
}
.bloginfo {
  margin: 15px 0 40px;
}
.bloginfo i {
  color: #cdcdcd;
}
div.catItemHeader,
div.userItemHeader,
div.tagItemHeader,
div.itemHeader {
  background: #fff;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.catItemDateCreated,
.catItemAuthor,
.catItemTagsBlock,
.catItemCommentsLink,
.userItemDateCreated,
.userItemCommentsLink,
.userItemTagsBlock,
.tagItemDateCreated,
.itemAuthor,
.itemDateCreated,
.itemTagsBlock,
div.itemRatingBlock {
  margin-right: 15px;
  display: inline-block;
}
.catItemHeaderwrap,
.userItemHeaderwrap,
.tagItemHeaderwrap,
.itemHeaderwrap {
  margin: 0 35px;
  padding: 20px 0 50px;
}
.pagination {
  text-align: center;
}
.pagination ul {
  box-shadow: none;
}
.pagination ul>li>a,
.pagination ul>li>span {
  background-color: transparent;
  border: none;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination ul li a {
  padding: 8px 16px;
}
.pagination ul li a:hover,
.pagination ul li a.active {
  color: #fff !important;
}
.pagination ul li.pagination-active a {
  color: #fff;
}
.search-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li {
  width: 50%;
  float: left;
  padding: 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.k2TagCloudBlock a {
  padding: 0 5px;
  float: left;
  font-size: 14px !important;
  display: block;
  margin: 1px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
div.k2TagCloudBlock a:hover {
  padding: 0 5px;
  float: left;
  display: block;
  background: #444;
  color: #fff;
  text-decoration: none;
}
div.k2ItemsBlock ul li div.moduleItemAuthor,
.moduleItemDateCreated {
  display: inline-block;
  margin: 10px 10px 0 0;
  color: #cdcdcd;
  font-size: 14px;
}
div.k2ItemsBlock ul li div.moduleItemAuthor a,
.moduleItemDateCreated a {
  color: #cdcdcd;
}
.animation:not(.visible) {
  opacity: 0;
}
.animation.periodic {
  opacity: 1;
}
.animation.periodic [class*="span"] {
  opacity: 0;
}
.animated.periodic [class*="span"]:nth-child(1) {
  -webkit-animation: fadeInUp 300ms linear 100ms both;
  -moz-animation: fadeInUp 300ms linear 100ms both;
  -ms-animation: fadeInUp 300ms linear 100ms both;
  -o-animation: fadeInUp 300ms linear 100ms both;
  animation: fadeInUp 300ms linear 100ms both;
}
.animated.periodic [class*="span"]:nth-child(2) {
  -webkit-animation: fadeInUp 300ms linear 400ms both;
  -moz-animation: fadeInUp 300ms linear 400ms both;
  -ms-animation: fadeInUp 300ms linear 400ms both;
  -o-animation: fadeInUp 300ms linear 400ms both;
  animation: fadeInUp 300ms linear 400ms both;
}
.animated.periodic [class*="span"]:nth-child(3) {
  -webkit-animation: fadeInUp 300ms linear 800ms both;
  -moz-animation: fadeInUp 300ms linear 800ms both;
  -ms-animation: fadeInUp 300ms linear 800ms both;
  -o-animation: fadeInUp 300ms linear 800ms both;
  animation: fadeInUp 300ms linear 800ms both;
}
.animated.periodic [class*="span"]:nth-child(4) {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
.animated.scaleUp {
  -webkit-animation-name: scaleUp;
  -moz-animation-name: scaleUp;
  -o-animation-name: scaleUp;
  animation-name: scaleUp;
}
.rtl .pull-right {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.rtl #sp-social-wrapper .sp-social-window {
  left: 10px;
  right: auto;
}
.rtl #sp-header-wrapper .logo-wrapper {
  padding: 0 30px 0 0;
}
.rtl #sp-main-menu {
  float: left;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  left: 10px;
  right: auto;
  content: "\f104";
}
.rtl .layout-appico .slider-controllers,
.rtl .appico-slider .slider-content {
  float: right;
}
.rtl .layout-appico .slider-controllers ul li.active a span:after,
.rtl .layout-appico .slider-controllers ul li:hover a span:after {
  border-left-color: transparent !important;
  border-right-color: #e0d2c4;
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: -1px;
}
.rtl .sp-smart-slider.carousel .carousel-control.right {
  left: -50px;
  right: auto;
}
.rtl .sp-smart-slider.carousel .carousel-control.left {
  right: -50px;
  left: auto;
}
.rtl #sp-testimonial-wrapper .testimonial .avatar {
  float: right;
}
.rtl #sp-testimonial-wrapper .testimonial p {
  margin-left: 0;
  margin-right: 60px;
}
.rtl #sp-testimonial-wrapper .testimonial p:before {
  right: -55px;
  left: auto;
  content: "\f10e";
}
.rtl #sp-footer-wrapper ul.nav li {
  margin: 0 20px 0 0;
}
.rtl #sp-footer-wrapper .sp-totop {
  right: auto;
  left: 10px;
}
.rtl .team-specialization .progress .bar {
  text-align: right;
}
.rtl .sp-timeline .timeline-item-box.odd:before {
  right: 100%;
  left: auto;
  border-left-color: transparent;
  border-right-color: #FFF;
}
.rtl .sp-timeline .timeline-item-box.even:after {
  right: auto;
  left: 100%;
  border-left-color: #fff;
  border-right-color: transparent;
}
.rtl .product-review .service-grid .services img {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .product-review .service-grid .services .pull-left {
  float: right;
}
.rtl .contact-contactinfo .contact-telephone {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.rtl .contact-contactinfo .contact-telephone:after {
  border-left-color: transparent;
  border-width: 0 0 30px 30px;
  border-right-color: #D04444;
  left: auto;
  right: 0;
}
.rtl .contact-contactinfo .contact-emailto {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.rtl .contact-contactinfo .contact-emailto:after {
  border-right-color: transparent;
  border-left-color: #C23939;
  border-width: 30px 0 0 30px;
  left: 0;
  right: auto;
}
.rtl .search-button {
  left: 0;
  right: auto;
}
.rtl .k2Avatar img {
  float: right;
}
.rtl div.userBlock img {
  margin: 0 0 0 15px;
}
.rtl div.k2ItemsBlock ul li a.moduleItemTitle {
  margin-left: 0;
  margin-right: 10px;
}
.rtl div.k2CategoriesListBlock ul li,
.rtl div.k2ArchivesBlock ul li {
  margin-left: 0;
  margin-right: -10px;
  float: right;
}
.rtl div.k2TagCloudBlock a {
  float: right;
}
.rtl .catItemDateCreated,
.rtl .catItemAuthor,
.rtl .catItemTagsBlock,
.rtl .catItemCommentsLink,
.rtl .userItemDateCreated,
.rtl .userItemCommentsLink,
.rtl .userItemTagsBlock,
.rtl .tagItemDateCreated,
.rtl .itemAuthor,
.rtl .itemDateCreated,
.rtl .itemTagsBlock,
.rtl div.itemRatingBlock {
  margin-right: 0;
  margin-left: 15px;
}
.rtl div.itemAuthorBlock img.itemAuthorAvatar,
.rtl div.itemComments ul.itemCommentsList li img {
  float: right;
  margin: 0 0 0 20px;
}
.rtl div.itemComments ul.itemCommentsList li span.commentLink {
  float: left;
  margin-left: 0;
  margin-right: 8px;
}
#sp-menu {
  margin-top: 4px;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu.sub-level {
  margin-top: 30px;
}
.rtl .sp-submenu.sub-level.open {
  margin-top: 0;
  padding-top: 2px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu.sub-level-child {
  margin-right: 30px;
}
.rtl .sp-submenu.sub-level-child.open {
  margin-right: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr .sp-submenu.sub-level {
  margin-top: 30px;
}
.ltr .sp-submenu.sub-level.open {
  margin-top: 0px;
  padding-top: 2px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu.sub-level-child {
  margin-left: 30px;
}
.ltr .sp-submenu.sub-level-child.open {
  margin-left: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu .megacol {
  float: left;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.sp-submenu .sp-submenu-wrap {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 10px;
}
.sp-submenu.sub-level-child .sp-submenu-wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.09);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.09);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,.09);
}
.sp-submenu.open {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
#sp-main-menu {
  float: right;
  margin: 0 15px;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  z-index: 99;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#sp-main-menu ul.level-0 > li > a {
  display: block;
  margin: 0;
  padding: 10px;
  font-weight: 500;
}
#sp-main-menu ul.level-0 > li > a .menu-desc {
  font-size: 11px;
  color: #fff;
  display: block;
}
#sp-main-menu ul.level-0 > li > a:hover,
#sp-main-menu ul.level-0 > li > a.active {
  color: #fff;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) {
  margin-right: 10px;
  display: block;
  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: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 4px 10px;
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group):hover >a,
#sp-main-menu li li:not(.sp-menu-group).active >a {
  color: rgba(255,255,255,0.5);
}
#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:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px 0;
}
#sp-main-menu div.sp-menu-group a {
  color: #fff;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  margin: 0 10px;
  font-weight: 700;
}
#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: 0 10px 10px;
  font-size: 14px;
  color: #fff;
}
.sp-main-menu-toggler {
  right: 25px;
  z-index: 5 !important;
}
.sp-mobile-menu {
  z-index: 99994;
  top: 108px;
}
.module {
  margin-top: 30px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.navy-blue,
.module.ash-white,
.module.gray,
.module.dark-ash,
.module.paste,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.navy-blue h3,
.module.ash-white h3,
.module.gray h3,
.module.dark-ash h3,
.module.paste h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.navy-blue >.mod-wrapper {
  background-color: #365a76;
  padding: 20px;
  color: #fff;
}
.module.navy-blue >.mod-wrapper a {
  color: #EE4538;
}
.module.navy-blue >.mod-wrapper a:hover {
  color: #DA3F33;
}
.module.navy-blue >.mod-wrapper h3 {
  background: none;
  padding-top: 0px;
}
.module.navy-blue >.mod-wrapper i {
  margin: 5px 20px 0 0;
}
.module.dark-ash >.mod-wrapper {
  background-color: #3a3a3a;
  padding: 20px;
  color: #fff;
}
.module.dark-ash >.mod-wrapper a {
  color: #EE4538;
}
.module.dark-ash >.mod-wrapper a:hover {
  color: #DA3F33;
}
.module.dark-ash >.mod-wrapper h3 {
  background: none;
  padding-top: 0px;
}
.module.dark-ash >.mod-wrapper i {
  margin: 5px 20px 0 0;
}
.module.ash-white >.mod-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
  color: #444;
  border: 4px dashed #ba4e4d;
}
.module.ash-white >.mod-wrapper a {
  color: #EE4538;
}
.module.ash-white >.mod-wrapper a:hover {
  color: #DA3F33;
}
.module.ash-white >.mod-wrapper h3 {
  background: none;
  color: #444;
  padding-left: 10px;
}
.module.paste >.mod-wrapper {
  background-color: #00b291;
  color: #fff;
  text-align: center;
}
.module.paste >.mod-wrapper h3 {
  padding: 15px 0;
  background: none;
  color: #fff;
  border-bottom: 1px solid #00876e;
}
.module.none-icon >.mod-wrapper {
  background: none;
  box-shadow: none;
}
.module.none-icon >.mod-wrapper h3 {
  background: none;
  color: #444;
  padding-left: 10px;
}
.module.none-icon >.mod-wrapper i {
  color: #e85256;
  margin: 0 10px 0 0;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.module.hot {
  position: relative;
}
.module.hot >.mod-wrapper {
  padding: 20px;
  background-color: #ffe387;
}
.module.hot >.mod-wrapper h3 {
  background: none;
  color: #444;
  padding-left: 10px;
}
span.badge-hot {
  width: 67px;
  height: 59px;
  position: absolute;
  right: 10px;
  text-indent: -999em;
  top: -6px;
  z-index: 99;
}
.rtl span.badge-hot {
  width: 67px;
  height: 59px;
  position: absolute;
  right: auto;
  left: 12px;
  text-indent: -999em;
  top: -6px;
  z-index: 99;
}
span.badge-hot {
  background: url(../images/hot.png) no-repeat 100% 0;
}
.rtl .module.dark-ash >.mod-wrapper i,
.rtl .module.navy-blue >.mod-wrapper i,
.rtl .module.dark-red >.mod-wrapper i {
  margin: 5px 0 0 20px;
}
.rtl .module.none-icon >.mod-wrapper i {
  margin: 20px 0 0 20px;
}
.module.title-style h3.header {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.module.title-style h3.header span {
  position: relative;
  text-transform: uppercase;
}
.module.title-style h3.header span:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50px;
  left: 0;
  width: 100%;
  height: 3px;
}
body {
  font-size: 16px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
button,
input[type='submit'],
input[type='button'],
submit,
.button {
  border: 0;
  padding: 10px 12px;
  display: inline-block;
}
.btn,
.btn-primary,
.btn-large,
input#submitCommentButton,
.readmore,
button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 500ms !important;
  -moz-transition: background-color 500ms !important;
  -o-transition: background-color 500ms !important;
  transition: background-color 500ms !important;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  background-image: none;
}
.btn-large {
  padding: 20px;
}
.progress,
.progress .bar {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.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 {
  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;
}
.entry-content .pull-left >img {
  margin-right: 20px;
}
.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-right: 0;
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-left: 0;
  margin-right: .3em;
}
.sp-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sp-box {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.sp-box.image-box {
  padding: 10px;
}
p.lead {
  color: #777;
}
p.add-gap {
  margin: 0;
  line-height: 8px;
}
.img-polaroid {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .responsive #sp-social-wrapper {
    z-index: 1;
  }
  .responsive #sp-header-wrapper #header:before {
    border: 0;
  }
  .responsive #sp-users-wrapper .feature-content {
    padding: 20px 5px !important;
  }
  .responsive .pricing-table-wrap .pricing-table ul li h3.plan-price-head {
    font-size: 48px !important;
  }
  .responsive #sp-footer-wrapper ul.nav li {
    margin: 0 10px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive body {
    font-size: 14px !important;
  }
  .responsive h2 {
    font-size: 26px !important;
  }
  .responsive #sp-slideshow .layout-appico {
    padding: 20px 0 0 !important;
  }
  .responsive #sp-slideshow .layout-appico .slider-title h1 {
    font-size: 22px !important;
    line-height: 24px;
  }
  .responsive #sp-slideshow .layout-appico .slider-content {
    margin-top: 0;
  }
  .responsive #sp-slideshow .layout-appico .slider-text {
    font-size: 14px !important;
    line-height: 18px;
  }
  .responsive #sp-slideshow .layout-appico .slider-button a {
    font-size: 14px !important;
    padding: 15px;
  }
  .responsive .slider-arrow-nav {
    bottom: 50px;
  }
  .responsive .sp-smart-slider.carousel .carousel-inner {
    font-size: 14px !important;
  }
  .responsive .sp-smart-slider.carousel .slider-content-button img {
    width: 45%;
  }
  .responsive .lead {
    font-size: 18px !important;
  }
  .responsive #sp-users-wrapper .feature-content {
    font-size: 20px !important;
    padding: 20px 5px;
  }
  .responsive #sp-footer-wrapper ul.nav li {
    margin: 0 0 0 15px !important;
  }
  .responsive .review-trial a.btn {
    font-size: 13px !important;
  }
  .responsive .pricing-table-wrap .pricing-table {
    padding: 10px 20px !important;
  }
  .responsive .pricing-table-wrap .pricing-table h3.plan-price-head {
    font-size: 35px !important;
  }
  .responsive div.appico .sp-portfolio-item-details {
    margin: 15px 6px;
  }
  .responsive .service .service-item i {
    font-size: 150px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .responsive .contact-contactinfo .contact-emailto,
  .responsive .contact-contactinfo .contact-telephone {
    width: 350px;
  }
  .responsive span.catTitle {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-header-wrapper #header:before {
    border: 0;
  }
  .responsive #sp-slideshow .layout-appico {
    padding: 0;
  }
  .responsive #sp-slideshow .layout-appico .slider-button a {
    font-size: 12px;
    padding: 15px;
  }
  .responsive #sp-slideshow .layout-appico .slider-content {
    margin-top: 0;
  }
  .responsive #sp-slideshow .layout-appico .slider-title h1 {
    font-size: 26px !important;
    line-height: 30px;
  }
  .responsive .slider-controllers {
    display: none;
  }
  .responsive .slider-arrow-nav {
    bottom: 25px;
    float: none;
    display: inline-block;
    z-index: 999;
  }
  .responsive .sp-smart-slider.carousel .carousel-inner {
    background: none;
  }
  .responsive #sp-bottom1,
  .responsive #sp-bottom2,
  .responsive #sp-bottom3,
  .responsive #sp-bottom4 {
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }
  .responsive #sp-footer-wrapper {
    text-align: center;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: center;
  }
  .responsive #sp-footer-wrapper ul.nav li {
    margin: 0 10px 0 0;
  }
  .responsive .team-specialization {
    padding: 70px 30px 50px;
    margin: 50px 30px;
  }
  .responsive .pricing-table-wrap .pricing-table {
    margin-bottom: 20px;
  }
  .responsive .service .service-item i {
    font-size: 150px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .responsive .contact-contactinfo .contact-emailto,
  .responsive .contact-contactinfo .contact-telephone {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .responsive .contact-contactinfo .contact-emailto:after,
  .responsive .contact-contactinfo .contact-telephone:after {
    border-width: 0;
  }
}
.responsive div.appico .sp-portfolio-item-details {
  display: none;
}
.responsive .sp-portfolio.appico ul.sp-portfolio-filter li a {
  font-size: 14px !important;
  padding: 8px 10px;
}
@media (max-width: 480px) {
  .responsive #sp-slideshow .layout-appico {
    padding: 0 !important;
  }
  .responsive #sp-slideshow .layout-appico .slider-title h1 {
    font-size: 22px !important;
    line-height: 24px;
  }
  .responsive #sp-slideshow .layout-appico .slider-text {
    font-size: 14px !important;
    line-height: 18px;
  }
  .responsive #sp-slideshow .layout-appico .slider-button {
    margin-top: 18px;
  }
  .responsive #sp-slideshow .layout-appico .slider-button a {
    font-size: 10px !important;
    padding: 8px;
  }
  .responsive #sp-footer-wrapper .sp-totop {
    bottom: 15px;
  }
}
@media (max-width: 320px) {
  .responsive .sp-main-menu-toggler {
    right: 2px;
  }
  .responsive .sp-mobile-menu {
    margin-left: auto;
  }
  .responsive .appico-slider .slider-content {
    margin-top: 0;
  }
  .responsive #sp-slideshow .layout-appico {
    padding: 0 !important;
  }
  .responsive #sp-slideshow .layout-appico .slider-title h1 {
    font-size: 22px !important;
    line-height: 24px;
  }
  .responsive #sp-slideshow .layout-appico .slider-text {
    font-size: 14px !important;
    line-height: 18px;
  }
  .responsive #sp-slideshow .layout-appico .slider-button a {
    font-size: 10px !important;
    padding: 8px;
  }
  .responsive .slider-arrow-nav {
    display: none;
  }
}
.fixed .hidden-desktop {
  display: none;
}
