.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: 13px;
  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: 15px;
  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: 11px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 10px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.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;
}
#sp-subheader h2 {
  line-height: normal;
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  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;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.pagination ul>li>a,
.pagination ul>li>span {
  background: #d1d1d1;
  color: #fff;
  border: 0;
  margin-right: 10px;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pagination ul {
  box-shadow: none;
}
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;
  font-weight: normal;
  color: #ccc;
  min-height: 30px;
  box-shadow: none;
  border: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
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.input-block-level {
  min-height: 45px;
}
.search .hasTooltip {
  padding: 10px 30px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0;
  text-shadow: 0;
}
.search .phrases-box {
  display: inline-block;
}
.search .phrases-box label {
  display: inline-block;
  margin-right: 10px;
}
.search .only label {
  display: inline-block;
  margin-right: 10px;
}
.search .ordering-box {
  float: right;
}
.search .form-limit {
  margin: -50px 0 30px;
  text-align: right;
}
.search dl.search-results {
  display: block;
}
.search dl.search-results dt,
.search dl.search-results dd {
  display: block;
}
.search dl.search-results .result-created {
  margin-bottom: 20px;
}
.search button.btn {
  height: 40px;
  min-height: 40px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.btn.btn-danger {
  background: #da4f49;
}
.btn.btn-danger:hover {
  background: #c72f29;
}
#sp-social-wrapper {
  background-color: transparent;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#sp-top-wrapper {
  background: #f6f7f9;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
#sp-top-wrapper ul {
  display: inline-block;
}
#sp-top-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 8px 10px 0;
  font-size: 12px;
}
#sp-top-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  margin-right: 20px;
}
#sp-top-wrapper ul.nav li a {
  display: block;
}
#sp-top-wrapper ul.nav li a:hover {
  background: transparent;
}
#sp-top-wrapper #sp-social {
  text-align: right;
}
#sp-top-wrapper #sp-social ul.social-icons {
  list-style: none;
  margin: 0;
  display: inline-block;
}
#sp-top-wrapper #sp-social ul.social-icons li {
  display: inline-block;
}
#sp-top-wrapper #sp-social ul.social-icons i {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-facebook:hover {
  color: #5d82d1;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-twitter:hover {
  color: #40bff5;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-google-plus:hover {
  color: #eb5e4c;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-pinterest:hover {
  color: #e13138;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-linkedin:hover {
  color: #1284ce;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-dribbble:hover {
  color: #d77fa9;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-youtube:hover {
  color: #de332c;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-flickr:hover {
  color: #333;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-search {
  cursor: pointer;
}
#sp-top-wrapper #sp-social ul.social-icons .icon-search:hover {
  color: #5d82d1;
}
#sp-header-wrapper {
  background: #fff;
  padding: 0;
  height: 100px;
  width: 100%;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 50% 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;
}
#header {
  background: #fff;
  height: 100px;
}
#sp-search .search {
  margin: 0;
}
#sp-search .search form {
  margin: 0;
  position: relative;
  height: 100px;
}
#sp-search .search #mod-search-searchword {
  min-height: 100px;
  border: 0px solid #f2f2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sp-search .search #mod-search-searchword:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
#sp-search .search .btn-top-search {
  position: absolute;
  right: 28px;
  top: 15px;
  background: transparent;
  font-size: 16px;
  text-shadow: none;
  padding: 0;
  border: none;
  opacity: 0.4;
}
#sp-search .search .btn-top-search:hover {
  opacity: 1;
}
#sp-subheader-wrapper {
  padding: 6px 0 0px;
}
#sp-subheader-wrapper #sp-subheader h2 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  display: inline;
  padding: 6px 15px 1px;
}
#sp-subheader-wrapper .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: right;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
#sp-subheader-wrapper .breadcrumb a {
  color: #fff;
}
#sp-subheader-wrapper .breadcrumb li {
  text-shadow: none;
}
#sp-subheader-wrapper .breadcrumb .divider i {
  display: none;
}
.conatus_slider .sp-iStoreii-layout .sp-slider-items {
  width: 100%;
}
.conatus_slider img.sp-slider-image {
  right: 0;
  bottom: 0;
  z-index: -1;
  margin-top: 10px !important;
}
.conatus_slider .text-wrapper {
  margin: 0 10%;
  max-width: 500px;
  z-index: 9999;
}
.conatus_slider .text-wrapper h1 {
  font-weight: normal !important;
  color: #111 !important;
}
.conatus_slider .text-wrapper h1.sp-pretitle {
  font-size: 50px !important;
  line-height: 60px !important;
  font-weight: 300 !important;
  background: transparent url(../images/sp-smart-slider-title-bg.png) 0 0 repeat !important;
  padding: 10px;
}
.conatus_slider .text-wrapper h1.sp-title {
  font-size: 30px !important;
  line-height: 36px !important;
  font-weight: 500 !important;
  background: transparent url(../images/sp-smart-slider-title-bg.png) 0 0 repeat !important;
  padding: 10px;
  margin-bottom: 10px;
}
.conatus_slider .text-wrapper .sp-introtext {
  font-size: 18px !important;
  background: transparent url(../images/sp-smart-slider-introtext-bg.png) 0 0 repeat !important;
  padding: 10px;
  color: #fff !important;
}
.conatus_slider .text-wrapper a.btn-more:hover {
  background-color: #08c;
  color: #fff;
  border: 1px solid transparent;
}
.conatus_slider .slider-arrow-nav i {
  opacity: 0;
  margin: 0 -100px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 40px !important;
  height: 100px !important;
  line-height: 100px !important;
  font-size: 20px !important;
  background: rgba(0,0,0,0.5) !important;
}
.conatus_slider .slider-arrow-nav i:hover {
  background-color: #f27935 !important;
}
.conatus_slider:hover .slider-arrow-nav i {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  opacity: 1;
  margin: 0px;
}
#sp-action-wrapper {
  padding: 15px 0;
  line-height: 20px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
#sp-action-wrapper .action-button a {
  margin: 35px 0;
}
#sp-action-wrapper .action-content {
  margin: 20px 0;
}
#sp-action-wrapper .action-content p {
  margin: 0;
  padding: 0;
  color: #fff;
}
#sp-action-wrapper .action-content h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
#sp-action-wrapper .action-content h2 a {
  color: #f27935;
}
#sp-action-wrapper .action-content h4 {
  color: #262626;
}
#sp-action-wrapper .action-button .btn,
#sp-action-wrapper .action-button .btn.btn-primary,
#sp-action-wrapper .action-button button {
  color: #fff;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-action-wrapper .action-button .btn:hover,
#sp-action-wrapper .action-button .btn.btn-primary:hover,
#sp-action-wrapper .action-button button:hover {
  color: #fff;
}
#sp-action-wrapper .sp-feature {
  margin-bottom: 70px;
}
#sp-action-wrapper .sp-feature p,
#sp-action-wrapper .sp-feature h3 {
  margin-left: 125px;
  color: #fff;
}
#sp-action-wrapper .sp-feature h3 {
  font-size: 22px;
}
#sp-action-wrapper .sp-feature i {
  position: relative;
  top: 100px;
  font-size: 48px;
  padding: 25px;
  border: 1px solid;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #f6f7f9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#sp-action-wrapper .sp-feature:hover i {
  border: 1px solid transparent;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
}
#sp-service-wrapper .sp-feature {
  border: 1px solid #f2f2f2;
  padding: 40px 30px 30px;
  margin: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-service-wrapper .sp-feature p {
  margin-top: 10px;
}
#sp-service-wrapper .sp-feature i {
  display: inline-block;
  font-size: 36px;
  color: #333;
  margin-right: 18px;
}
#sp-service-wrapper .sp-feature h3 {
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
  color: #333;
  line-height: 28px;
}
#sp-service-wrapper .sp-feature:hover {
  color: #fff;
}
#sp-service-wrapper .sp-feature:hover h3 {
  color: #fff;
}
#sp-service-wrapper .sp-feature:hover i {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: scale(1.5) rotate(360deg);
  -webkit-transform: scale(1.5) rotate(360deg);
  -o-transform: scale(1.5) rotate(360deg);
  transform: scale(1.5) rotate(360deg);
  color: #fff;
}
#sp-service-wrapper .row2 {
  margin-top: 50px;
}
#sp-testimonial-wrapper {
  background: url(../images/testimonial-bg.jpg);
  background-position: 50% 0 !important;
  background-color: #fff;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  color: rgba(250,250,250,0.7);
}
#sp-testimonial-wrapper .conatus_testimonial {
  margin: 35px 0;
  text-align: center;
}
#sp-testimonial-wrapper .conatus_testimonial .testimonial-media-wrapper .slider-image img {
  border-radius: 100%;
  max-width: 100px;
}
#sp-testimonial-wrapper .conatus_testimonial .testimonial-text-wrapper .slider-content .slider-title h3.sp-smart-title {
  line-height: 18px;
}
#sp-testimonial-wrapper .conatus_testimonial .testimonial-text-wrapper .slider-content .slider-title p.sp-smart-posttitle {
  color: #f2f2f2;
  line-height: 15px;
}
#sp-testimonial-wrapper .conatus_testimonial .testimonial-text-wrapper .slider-content .slider-text {
  padding-top: 15px;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  width: 60%;
}
#sp-testimonial-wrapper .conatus_testimonial ol.carousel-indicators {
  margin: 0 0 0 -33px;
}
#sp-testimonial-wrapper .conatus_testimonial ol.carousel-indicators li {
  background-color: transparent;
  border: 1px solid #f8f8f8;
}
#sp-testimonial-wrapper .conatus_testimonial ol.carousel-indicators li.active {
  border: 1px solid transparent;
}
#sp-users-wrapper #sp-user1 .user1-content {
  padding: 10px 0;
}
#sp-users-wrapper #sp-user1 .user1-content i {
  font-size: 24px;
  color: #333;
  border: solid 1px #333;
  padding: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-users-wrapper #sp-user1 .user1-content .user1-details {
  margin-left: 90px;
}
#sp-users-wrapper #sp-user1 .user1-content .user1-details h3 {
  font-size: 24px;
  color: #333;
  text-transform: capitalize;
}
#sp-users-wrapper #sp-user1 .user1-content:hover i {
  color: #fff;
  border: solid 1px transparent;
  border-radius: 10%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-users-wrapper #sp-user2 .vimeo-video {
  margin-top: 50px;
}
#sp-utility-2nd-row-wrapper {
  background: url(../images/textures/texture12.png) repeat 0 0;
  padding: 25px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sp-utility-2nd-row-wrapper .aot-separator {
  background: #fff;
}
#sp-utility-2nd-row-wrapper .aot-separator .aot-separator-style {
  background: #777;
  border-color: #fff;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
#sp-tab h3.header {
  border-bottom: 1px solid #e1e1e1;
}
#sp-tab h3.header span {
  padding-bottom: 5px;
}
#sp-tab h1,
#sp-tab h2,
#sp-tab h3,
#sp-tab h4,
#sp-tab p {
  margin-top: 0;
}
#sp-tab .tabs_buttons ul.tabs_container {
  display: block;
  margin: 0 -5px !important;
}
#sp-tab .tabs_buttons ul.tabs_container li.tab {
  padding: 7px 20px;
  margin: 0 5px;
  border: 1px solid #f2f2f2;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: #fcfcfc;
}
#sp-tab .tabs_buttons ul.tabs_container li.tab.active {
  color: #fff;
}
#sp-tab .items_mask .tab-padding .media-body > span {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  text-transform: uppercase;
}
#sp-tab .items_mask .tab-padding a.moduleItemImage img {
  border-radius: 0;
  margin-bottom: 15px;
  width: 100px;
}
#sp-tab .items_mask .tab-padding .k2ItemsBlock li.media a {
  margin-bottom: 0;
}
.sp-sig a {
  display: block;
  float: left;
  background: #000;
}
.sp-sig a img {
  opacity: .5;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  border: 1px solid #fff;
}
.sp-sig a:hover img {
  opacity: 1;
}
#sp-accordion .accordion {
  margin-bottom: 0;
}
.accordion-group {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 10px;
}
.accordion-group:first-child {
  padding-top: 0;
}
.accordion-heading .accordion-toggle {
  border: 1px solid #f2f2f2;
  padding: 10px 15px;
  background: #fcfcfc;
}
.accordion-heading .accordion-toggle.active {
  color: #fff;
  border: 1px solid transparent;
}
.accordion-heading .accordion-toggle .icon-minus {
  display: block;
}
.accordion-heading .accordion-toggle .icon-plus {
  display: none;
}
.accordion-inner {
  border-top: 0;
  border: 1px solid #f2f2f2;
  padding: 15px 15px 10px;
}
span.number {
  margin-right: 10px;
}
#sp-bottom-wrapper {
  padding: 50px 0;
  background: url(../images/textures/texture10.png) 0 0 repeat;
}
#sp-bottom-wrapper h3 {
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
}
#sp-bottom-wrapper .k2ItemsBlock >ul >li {
  border: none;
}
#sp-bottom-wrapper .conatus_gallery a {
  display: inline-block;
  padding: 4px;
  border: 1px solid transparent !important;
}
#sp-bottom-wrapper .conatus_gallery a:hover .img-overlay {
  opacity: 1;
}
#sp-bottom-wrapper .conatus_gallery a .sp_img_wrapper {
  position: relative;
}
#sp-bottom-wrapper .conatus_gallery a img.sp_simple_gallery {
  margin: 0px !important;
  border: none;
}
#sp-bottom-wrapper .conatus_gallery a .img-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  color: #fff;
  text-align: center;
}
#sp-bottom-wrapper .conatus_gallery a .img-overlay .overlay_container {
  display: table;
  width: 100%;
  height: 100%;
}
#sp-bottom-wrapper .conatus_gallery a .img-overlay .overlay_container .overlay_content {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
#sp-bottom-wrapper #sp-bottom4 a:hover {
  color: #e55c0f;
}
#sp-bottom-wrapper #sp-bottom4 .adress {
  font-weight: 400;
}
#sp-bottom-wrapper #sp-bottom1 li {
  list-style: none;
  margin-left: -23px;
  line-height: 30px;
}
#sp-bottom-wrapper #sp-bottom1 a:hover {
  color: #e55c0f;
}
#sp-bottom-wrapper #sp-bottom2 a:hover {
  color: #e55c0f;
}
#sp-bottom-2nd-row-wrapper {
  padding: 25px 0;
  background: #F1F1F1;
  border-top: 8px solid #e5e5e5;
  border-bottom: 8px solid #e5e5e5;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5,
#sp-bottom-2nd-row-wrapper #sp-bottom6,
#sp-bottom-2nd-row-wrapper #sp-bottom7,
#sp-bottom-2nd-row-wrapper #sp-bottom8 {
  display: table;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 form,
#sp-bottom-2nd-row-wrapper #sp-bottom6 form,
#sp-bottom-2nd-row-wrapper #sp-bottom7 form,
#sp-bottom-2nd-row-wrapper #sp-bottom8 form {
  margin: 0px;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .custom,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .custom,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .custom,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .custom {
  display: table-cell;
  vertical-align: middle;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .custom p,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .custom p,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .custom p,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .custom p {
  margin: 8px 0;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 a,
#sp-bottom-2nd-row-wrapper #sp-bottom6 a,
#sp-bottom-2nd-row-wrapper #sp-bottom7 a,
#sp-bottom-2nd-row-wrapper #sp-bottom8 a {
  color: #fff;
  line-height: 24px;
  text-transform: capitalize;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 a i,
#sp-bottom-2nd-row-wrapper #sp-bottom6 a i,
#sp-bottom-2nd-row-wrapper #sp-bottom7 a i,
#sp-bottom-2nd-row-wrapper #sp-bottom8 a i {
  line-height: 24px;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .onefield,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .onefield,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .onefield,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .onefield {
  width: 85%;
  float: left;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form >p,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form >p,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form >p,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form >p {
  margin: 0;
  display: inline-block;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'],
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'],
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'],
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'] {
  background: #f6f7f9;
  border-width: 1px;
  border-style: solid;
  border-color: #bcbcbc #dadada #e5e5e5;
  border-right: transparent;
  color: #c0c0c0;
  margin: 0px;
  padding-left: 15px;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .acysubbuttons,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .acysubbuttons,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .acysubbuttons,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acysubbuttons {
  position: relative;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .acysubbuttons >input[type='submit'],
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .acysubbuttons >input[type='submit'],
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .acysubbuttons >input[type='submit'],
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acysubbuttons >input[type='submit'] {
  text-indent: -9999em;
  height: 40px;
  width: 40px;
  padding: 0;
  display: inline-block;
  margin-left: -1px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-bottom-2nd-row-wrapper #sp-bottom5 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after,
#sp-bottom-2nd-row-wrapper #sp-bottom6 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after,
#sp-bottom-2nd-row-wrapper #sp-bottom7 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after,
#sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -3px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}
#sp-footer-wrapper {
  background: #fff;
  padding: 30px 0;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  margin-right: 20px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
  color: #333333;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: transparent;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper #sp-footer1 .copyright,
#sp-footer-wrapper #sp-footer1 .designed-by {
  display: inline-block;
  font-size: 13px;
}
#sp-footer-wrapper #sp-footer1 .copyright a,
#sp-footer-wrapper #sp-footer1 .designed-by a {
  color: #333333;
}
#sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
#sp-footer-wrapper #sp-footer2 li a {
  text-transform: capitalize;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper # {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.about-us h2,
.about-us h3 {
  font-size: 28px;
  color: #333;
  font-weight: 500;
}
.about-us .about-img {
  padding: 20px 0;
}
.about-us .skill .circliful {
  position: relative;
}
.about-us .skill .circle-text,
.about-us .skill .circle-info,
.about-us .skill .circle-text-half,
.about-us .skill .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}
.about-us .skill .circle-info,
.about-us .skill .circle-info-half {
  color: #999;
}
.about-us .skill .circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}
.about-us .team {
  margin-bottom: 130px;
}
.about-us .team .img-circle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 40px;
}
.about-us .team .sp-member h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.about-us .team .sp-member .sp-designation {
  font-size: 14px;
  color: #333;
  margin-top: -20px;
}
.about-us .team .sp-member .sp-description {
  font-size: 13px;
  text-align: justify;
  margin-top: 10px;
}
.about-us .team .sp-member .social-icons {
  margin-top: 30px;
}
.about-us .team .sp-member .social-icons i {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  background: #e6e6e6;
  margin-right: 5px;
}
.about-us .team .sp-member .social-icons i:hover {
  color: #fff;
  border-radius: 100%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.service-page .services {
  padding: 90px 0;
}
.service-page .services .sp-feature p {
  margin-top: 25px;
}
.service-page .services .sp-feature i {
  display: inline-block;
  font-size: 36px;
  color: #333;
  margin-right: 18px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.service-page .services .sp-feature h3 {
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
  color: #333;
  line-height: 28px;
}
.service-page .services .sp-feature:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.service-page .services .row2 {
  margin-top: 95px;
}
#sp-progress {
  padding-bottom: 100px;
}
#sp-progress .sp-feature p,
#sp-progress .sp-feature h3 {
  margin-left: 125px;
}
#sp-progress .sp-feature i {
  position: relative;
  top: 100px;
  font-size: 48px;
  padding: 25px;
  border: 1px solid;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #ccc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#sp-progress .sp-feature:hover i {
  border: 1px solid transparent;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
}
.pricing-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table ul li {
  line-height: 0;
}
.pricing-table .plan {
  text-align: center;
}
.pricing-table .plan .plan-name {
  background: #4d4d4d;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  padding: 50px 0 10px 0;
  letter-spacing: 5px;
}
.pricing-table .plan .plan-price h2 {
  background-color: #4d4d4d;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  padding: 20px 0 60px 0;
  position: relative;
}
.pricing-table .plan .plan-price h2:after {
  position: absolute;
  content: '';
  background: url(../images/pricing.png) no-repeat;
  display: block;
  width: 210px;
  height: 54px;
  left: 50%;
  margin-left: -105px;
  bottom: -27px;
}
.pricing-table .plan .plan-price h2 sub.duration {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.pricing-table .plan .plan-details {
  background: #f5f5f5;
}
.pricing-table .plan .plan-details li {
  line-height: 48px;
  font-size: 16px;
  color: #333;
  font-weight: 300;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 25px;
}
.pricing-table .plan .plan-details li:first-child {
  padding-top: 50px;
}
.pricing-table .plan .plan-action {
  background: #f5f5f5;
  padding: 30px 0;
}
.pricing-table .plan .plan-action a {
  padding: 10px 30px;
  font-size: 16px;
  color: #f2f2f2;
  text-transform: uppercase;
  background: #d9d9d9;
  border: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pricing-table .plan .plan-action a:hover {
  color: #f2f2f2;
}
.pricing-table .featured .plan-price {
  background: #f27935 url(../images/pricing.png) no-repeat 25px 105px;
}
.pricing-table .featured .plan-action a:hover {
  background: #d9d9d9;
}
.contact-info i {
  margin-right: 10px;
}
.contact-form-submit .btn-large {
  padding: 12px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  box-shadow: 0;
  border: 0;
}
.portfolio .sp-portfolio ul.sp-portfolio-filter {
  margin-bottom: 50px;
}
.portfolio .sp-portfolio ul.sp-portfolio-filter li {
  margin-right: 20px;
}
.portfolio .sp-portfolio ul.sp-portfolio-filter li a {
  font-size: 16px;
  padding: 10px 15px;
}
.portfolio .sp-portfolio ul.sp-portfolio-filter li a.btn {
  background-color: transparent;
}
.portfolio .sp-portfolio ul.sp-portfolio-filter li a.btn:hover,
.portfolio .sp-portfolio ul.sp-portfolio-filter li a.btn.active {
  color: #fff;
}
.portfolio .sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-thumb .sp-portfolio-overlay a.sp-portfolio-preview,
.portfolio .sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-thumb .sp-portfolio-overlay .sp-portfolio-link {
  width: 35px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.portfolio .sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-thumb .sp-portfolio-overlay a.sp-portfolio-preview:hover,
.portfolio .sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-thumb .sp-portfolio-overlay .sp-portfolio-link:hover {
  background: #fff;
}
.portfolio .sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-thumb .sp-portfolio-overlay .sp-portfolio-item-details a {
  color: #fff;
}
.accordion-heading .accordion-toggle span.number {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.accordion-heading .accordion-toggle i.pull-right {
  display: block;
  margin-top: 6px;
}
.gallery-filters {
  margin: 0 0 30px 12px !important;
}
.gallery-filters a {
  background: #f6f7f9;
  border: 1px solid #eee;
  padding: 8px 12px;
  margin-right: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
}
.gallery-filters a.active {
  color: #fff !important;
  border: 1px solid transparent;
  box-shadow: none;
}
.gallery.isotope a.img-polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f5f5f5;
}
#menu #sp-menu {
  position: relative;
  padding: 10px 0px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}
#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;
  padding: 0 0 0 1px;
  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 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 40px 20px 40px 15px;
  color: #555;
  position: relative;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #555;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  position: relative;
}
#sp-main-menu ul.level-0 > li.parent >a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  margin-right: 8px;
  top: 50%;
  margin-top: -10px;
  z-index: 3;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) >a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999999;
}
#sp-main-menu li li:not(.sp-menu-group) >a:hover {
  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:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #999999;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level {
  margin-top: -17px;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
h2 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
body,
p {
  font-size: 13px;
  line-height: 24px;
}
a.readmore {
  border: 1px solid #999;
  color: #999;
  padding: 6px 15px 8px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
a.readmore:hover {
  background: #f27935;
  color: #fff;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
.sp-animation.sp-scaleup .row-fluid >div {
  opacity: 0;
}
.sp-animation.sp-scaleup.sp-inview .row-fluid [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;
}
.sp-animation.sp-scaleup.sp-inview .row-fluid [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;
}
.sp-animation.sp-scaleup.sp-inview .row-fluid [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;
}
.sp-animation.sp-scaleup.sp-inview .row-fluid [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;
}
.sp-animation.sp-fadein {
  opacity: 0;
}
.sp-animation.sp-fadein.sp-inview {
  -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;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .responsive #sp-main-menu ul.level-0 > li {
    margin: 0 12px 0 0;
  }
  .responsive #sp-header-wrapper #sp-social ul.social-icons i {
    width: 32px;
  }
  .responsive .conatus_search {
    display: none;
  }
  .responsive #sp-search .search {
    margin: -10px 15px;
    text-align: right;
  }
  .responsive .search #mod-search-searchword {
    width: 50%;
  }
  .responsive #sp-smart-slider.sp-iStoreii-layout,
  .responsive .sp-iStoreii-layout .sp-slider-item {
    height: 500px;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-title {
    font-size: 28px !important;
  }
  .responsive .conatus_slider .text-wrapper p.sp-introtext {
    width: 50%;
  }
  .responsive .conatus_slider .sp-slider-items {
    max-width: 100%;
  }
  .responsive .conatus_slider .sp-slider-image {
    width: 66%;
    top: 44px !important;
  }
  .responsive #sp-users-wrapper #sp-user1 .user1-content {
    padding: 5px 0;
  }
  .responsive #sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .onefield {
    width: 80%;
  }
  .responsive #sp-footer-wrapper ul.nav li {
    margin-right: 5px;
  }
  .responsive #sp-footer-wrapper ul.nav {
    margin-left: 0;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-pretitle {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 300 !important;
    padding: 5px;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-title {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    padding: 5px;
    margin-bottom: 5px;
  }
  .responsive .conatus_slider .text-wrapper .sp-introtext {
    font-size: 12px !important;
    padding: 5px;
    width: 96% !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive #sp-top-wrapper {
    background: none;
  }
  .responsive #header {
    background: transparent !important;
    border: none !important;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    display: none;
  }
  .responsive #menu #sp-menu {
    border: none;
  }
  .responsive #sp-social {
    display: none;
  }
  .responsive #sp-search {
    display: none;
  }
  .responsive #sp-search-wrapper form i.icon-remove {
    margin-left: 130px;
  }
  .responsive #sp-smart-slider.sp-iStoreii-layout,
  .responsive .sp-iStoreii-layout .sp-slider-item {
    height: 355px;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-title {
    font-size: 24px !important;
    line-height: normal !important;
    margin: 0 0 15px;
  }
  .responsive .conatus_slider .text-wrapper p.sp-introtext {
    width: 45%;
    font-size: 16px !important;
    line-height: normal;
  }
  .responsive .conatus_slider .sp-slider-items {
    max-width: 100%;
  }
  .responsive .conatus_slider .sp-slider-image {
    width: 60%;
    top: 80px !important;
  }
  .responsive #sp-action-wrapper .action-button {
    float: left;
  }
  .responsive #sp-action-wrapper .action-button a {
    margin: 0 0 30px;
  }
  .responsive #sp-users-wrapper #sp-user1 .user1-content {
    padding: 0;
  }
  .responsive #sp-service-wrapper .sp-feature h3 {
    font-size: 20px;
  }
  .responsive #sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .onefield {
    width: 75%;
  }
  .responsive #sp-footer-wrapper ul.nav li {
    margin-right: 5px;
  }
  .responsive #sp-footer-wrapper ul.nav {
    margin-left: 0;
  }
  .responsive #sp-footer-wrapper {
    padding: 30px 0 0 !important;
  }
  .responsive ul.gallery li {
    width: 24% !important;
  }
  .responsive #sp-tab .tabs_buttons ul.tabs_container li.tab {
    padding: 5px 10px;
  }
  .responsive #sp-tab .items_mask .custom img {
    width: 100%;
    margin-bottom: 10px;
  }
  .responsive #sp-tab .tab-gallery a {
    width: 23%;
    display: inline-block;
  }
  .responsive .sp-vertical-middle {
    margin-top: 170px !important;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-pretitle {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 300 !important;
    padding: 5px;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-title {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    padding: 5px;
    margin-bottom: 5px;
  }
  .responsive .conatus_slider .text-wrapper .sp-introtext {
    display: none;
  }
}
@media (max-width: 767px) {
  .responsive #sp-top-wrapper {
    background: none;
  }
  .responsive #sp-breadcrumb {
    display: none;
  }
  .responsive #header {
    background: transparent !important;
    border: none !important;
  }
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-header-wrapper {
    height: 70px;
  }
  .responsive #sp-menu {
    display: none;
  }
  .responsive #sp-search {
    display: none;
  }
  .responsive #sp-social {
    display: none;
  }
  .responsive .logo {
    background-position: 0 40% !important;
  }
  .responsive #sp-smart-slider.sp-iStoreii-layout,
  .responsive .sp-iStoreii-layout .sp-slider-item {
    height: 295px;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-pretitle {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-title {
    font-size: 18px !important;
    line-height: normal !important;
    margin: 0 0 5px;
  }
  .responsive .conatus_slider .text-wrapper p.sp-introtext {
    width: 45%;
    font-size: 18px !important;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 70px;
    margin-bottom: 10px;
  }
  .responsive .sp-iStoreii-layout .sp-slider-content a.btn-more {
    font-size: 12px !important;
    padding: 2px 4px !important;
  }
  .responsive .conatus_slider .sp-slider-items {
    max-width: 100%;
  }
  .responsive .conatus_slider .sp-slider-image {
    width: 60%;
    margin-top: 0 !important;
  }
  .responsive #sp-action-wrapper .action-button {
    float: left;
  }
  .responsive #sp-action-wrapper .action-button a {
    margin: 0 0 30px;
  }
  .responsive #sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper 
		.acymailing_form .acyfield_email >input[type='text'] {
    width: 100% !important;
  }
  .responsive #sp-service-wrapper .row2 {
    margin-top: 20px;
  }
  .responsive #sp-footer-wrapper,
  .responsive #sp-footer2 {
    text-align: center !important;
  }
  .responsive .pricing-table .plan {
    margin-bottom: 20px;
  }
  .responsive ul.gallery li {
    width: 24% !important;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-pretitle {
    display: none;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-title {
    display: none;
  }
  .responsive .conatus_slider .text-wrapper .sp-introtext {
    display: none;
  }
}
@media (max-width: 480px) {
  .responsive #sp-top-wrapper {
    background: none;
  }
  .responsive #sp-header-wrapper {
    height: 70px;
  }
  .responsive #sp-social {
    display: none;
  }
  .responsive #sp-smart-slider.sp-iStoreii-layout,
  .responsive .responsive .sp-iStoreii-layout .sp-slider-item {
    height: 250px;
  }
  .responsive .conatus_slider .text-wrapper p.sp-introtext {
    display: none;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-title {
    font-size: 14px !important;
  }
  .responsive .conatus_slider .slider-arrow-nav i {
    width: 28px !important;
    height: 72px !important;
    line-height: 72px !important;
  }
  .responsive #sp-subheader {
    width: auto;
    float: left;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-pretitle {
    display: none;
  }
  .responsive .conatus_slider .text-wrapper h1.sp-title {
    display: none;
  }
  .responsive .conatus_slider .text-wrapper .sp-introtext {
    display: none;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.rtl img.pull-left {
  float: right;
  margin-right: 0;
}
.rtl #sp-search .search .btn-top-search i {
  left: 10px !important;
}
.rtl #sp-main-menu ul.level-0 > li {
  margin: 0 0 0 10px;
}
.rtl #sp-main-menu ul.level-0 > li:first-child >a {
  padding-right: 0px;
  padding-left: 20px;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a:after {
  left: 0px;
  right: auto;
}
.rtl #sp-main-menu ul.level-0 > li.parent:hover >a:after {
  left: 0px;
  right: auto;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  left: 10px;
  right: auto;
  content: "\f053";
}
.rtl .conatus_slider img.sp-slider-image {
  left: 0;
  right: auto;
}
.rtl .sp-iStoreii-layout .controller-prev i {
  left: 0;
}
.rtl #sptab174 ul.tabs_container li.tab {
  float: right;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-right: 0;
  float: right;
}
.rtl #sp-tab .media>.pull-left {
  margin-right: -15px;
  float: right;
}
.rtl .accordion-heading .accordion-toggle i.pull-right {
  float: left;
}
.rtl span.number {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .action-content.pull-left {
  float: right;
}
.rtl .action-button.pull-right {
  float: left;
}
.rtl #sp-service-wrapper .sp-feature i {
  margin-right: 0;
  margin-left: 18px;
}
.rtl #sp-users-wrapper #sp-user1 .user1-content i.pull-left {
  float: left;
}
.rtl #sp-users-wrapper #sp-user1 .user1-content .user1-details {
  margin-left: 0;
  margin-right: 90px;
}
.rtl div.k2TagCloudBlock a {
  float: right;
}
.rtl #sp-bottom5 i.icon-location-arrow.pull-left {
  float: right;
}
.rtl #sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .onefield {
  float: right;
}
.rtl #sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acyfield_email >input[type='text'] {
  border-right: 1px solid #666;
}
.rtl #sp-bottom-2nd-row-wrapper #sp-bottom8 .subcription-bottom-wrapper .acymailing_form .acysubbuttons:after {
  content: "\f104";
}
.rtl #sp-component {
  padding-right: 0;
  padding-left: 0px;
}
.rtl #sp-subheader-wrapper .breadcrumb {
  text-align: left;
}
.rtl .service-page .services .sp-feature i {
  margin-right: 0;
  margin-left: 18px;
}
.rtl #sp-progress .sp-feature p,
.rtl #sp-progress .sp-feature h3 {
  margin-left: 0;
  margin-right: 125px;
}
.rtl .blogDate {
  margin: 0 0 10px 15px;
}
.rtl .blogDate.pull-left {
  float: right;
}
.rtl div.catItemHeader span.catItemAuthor {
  border-right: 0;
  padding: 0 0 0 10px;
}
.rtl #sp-action-wrapper .sp-feature p,
.rtl #sp-action-wrapper .sp-feature h3 {
  color: #fff;
  margin-right: 125px;
  margin-left: 0px;
}
#sp-right h3.header {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module.box-1,
.module.box-2,
.module.box-3,
.module.box-4,
.module.box-5,
.module.box-6,
.module.box-7,
.module.box-8,
.module.box-9 {
  padding: 30px;
}
.module.box-1 {
  background: #007ee1;
  color: #fff;
  border-radius: 0 70px;
}
.module.box-1 h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
}
.module.box-1 h2 .sub-title {
  font-weight: 700;
}
.module.box-2 {
  background: #f2f2f2;
  color: #333;
  border-radius: 5px;
  padding: 0;
}
.module.box-2 .title {
  padding: 15px 30px;
  background: #f7ca18;
}
.module.box-2 .title h2 {
  font-size: 30px;
  color: #333;
  text-transform: capitalize;
  font-weight: 100;
}
.module.box-2 .title h2 .sub-title {
  font-weight: 700;
}
.module.box-2 .description {
  padding: 30px;
}
.module.box-3 {
  background: #9EC22A;
  color: #fff;
  border-radius: 5px;
}
.module.box-3 h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
}
.module.box-3 h2 .sub-title {
  font-weight: 700;
}
.module.box-4 {
  background: #304559;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
.module.box-4 h2 {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.module.box-4 h2 i {
  margin-right: 10px;
}
.module.box-4:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f2f2f2 #3e5973;
  background: none;
  display: block;
  width: 0;
}
.module.box-5 {
  background: #31353d;
  color: #fff;
}
.module.box-5 h2 {
  font-size: 30px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 700;
}
.module.box-5 h2 i {
  margin-right: 10px;
}
.module.box-6 {
  background: #ec5126;
  color: #fff;
}
.module.box-6 h2 {
  font-size: 30px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 100;
}
.module.box-6 h2 i {
  margin-right: 10px;
}
.module.box-6 h2 .sub-title {
  font-weight: 700;
}
.module.box-7 {
  background: #f6f7f9;
  border: 1px solid #e5e5e5;
  color: #333;
}
.module.box-7 h2 {
  font-size: 30px;
  font-weight: 100;
}
.module.box-7 h2 .sub-title {
  font-weight: 700;
}
.module.box-8 {
  background: #f9fafb;
  color: #333;
}
.module.box-8 h2 {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e5e6;
}
.module.box-8 h2 .sub-title {
  font-weight: 700;
}
.module.box-9 {
  color: #666;
  margin-bottom: 50px;
}
.module.box-9 h2 {
  color: #666;
  font-size: 30px;
  font-size: 100;
  text-transform: uppercase;
}
.module.box-9 h2 .sub-title {
  font-weight: 700;
}
#sp-component {
  padding-right: 0px;
}
