.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;
  -ms-transform: 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;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.centered {
  text-align: center;
  margin-bottom: 50px;
}
.centered h3 {
  color: #9b9b9b;
  font-size: 20px;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
button,
input[type='submit'],
input[type='button'],
submit,
.btn,
.button,
.flat-btn,
.read-more {
  border: none;
  padding: 8px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-image: none;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}
button,
input[type='submit'],
input[type='button'],
submit,
.btn-primary,
.button,
.btn,
.flat-btn,
.read-more {
  -webkit-transition: background-color 800ms !important;
  -moz-transition: background-color 800ms !important;
  -ms-transform: background-color 800ms !important;
  -o-transition: background-color 800ms !important;
  transition: background-color 800ms !important;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover,
.btn-primary:hover,
.button:hover,
.btn:hover,
.flat-btn:hover,
.read-more:hover {
  background-color: #222 !important;
  color: #fff;
}
.btn-buy {
  margin-top: 10px;
  -webkit-transition: all 800ms !important;
  -moz-transition: all 800ms !important;
  -ms-transform: all 800ms !important;
  -o-transition: all 800ms !important;
  transition: all 800ms !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  padding: 12px 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
  display: inline-block;
  background: transparent;
}
.btn-buy:hover {
  text-shadow: none;
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn-buy2 {
  margin-top: 10px;
  -webkit-transition: all 800ms !important;
  -moz-transition: all 800ms !important;
  -ms-transform: all 800ms !important;
  -o-transition: all 800ms !important;
  transition: all 800ms !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 12px 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background: transparent;
}
.btn-buy2:hover {
  text-shadow: none;
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn-slide {
  -webkit-transition: all 800ms !important;
  -moz-transition: all 800ms !important;
  -ms-transform: all 800ms !important;
  -o-transition: all 800ms !important;
  transition: all 800ms !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  background: transparent;
}
.btn-slide:hover {
  text-shadow: none;
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.classic-btn {
  font-size: 20px;
  line-height: 25px;
  padding: 8px 25px;
}
.btn-promo {
  padding: 8px 25px;
  font-size: 20px;
  line-height: 25px;
}
.gallery-filters {
  white-space: normal;
}
.gallery-filters .btn {
  margin-right: 2px !important;
  border-radius: 2px !important;
  text-shadow: none;
  margin-bottom: 2px;
}
.gallery-filters .btn:hover {
  color: #fff !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
  background-color: #f8f8f8;
  border: 1px solid #E0DEDE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .sp-body-inner {
  overflow: hidden;
}
#sp-top-bar-wrapper {
  padding: 5px 0;
}
#sp-top-bar-wrapper #sp-top1 {
  padding: 3px 0;
}
#sp-top-bar-wrapper .top-search {
  margin-top: 0;
  text-align: right;
}
#sp-top-bar-wrapper .top-search .search {
  display: inline-block;
}
#sp-top-bar-wrapper .top-search .search input.input-block-level {
  color: #666;
  line-height: 30px !important;
  min-height: 31px !important;
  border: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  display: inline-block;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-top-bar-wrapper .top-search .search #mod-search-searchword {
  background: transparent;
}
#sp-top-bar-wrapper .top-search .search form {
  margin: 0 !important;
  position: relative;
}
#sp-top-bar-wrapper .top-search .search i {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 14px;
  text-shadow: none;
}
#sp-top-bar-wrapper .top-search .search input::-webkit-input-placeholder {
  color: transparent;
}
#sp-top-bar-wrapper .top-search .search input::-moz-placeholder {
  color: transparent;
}
#sp-top-bar-wrapper .top-search .search input:-moz-placeholder {
  color: transparent;
}
#sp-top-bar-wrapper .top-search .search input:-ms-input-placeholder {
  color: transparent;
}
#sp-top-bar-wrapper .top-search .search:hover input::-webkit-input-placeholder {
  color: #666;
}
#sp-top-bar-wrapper .top-search .search:hover input::-moz-placeholder {
  color: #666;
}
#sp-top-bar-wrapper .top-search .search:hover input:-moz-placeholder {
  color: #666;
}
#sp-top-bar-wrapper .top-search .search:hover input:-ms-input-placeholder {
  color: #666;
}
.address-details {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.address-details .info {
  display: inline-block;
  margin-right: 15px;
}
.address-details .info i {
  margin-right: 10px;
}
.top-social {
  float: right;
  margin-right: 5px;
}
.top-social .top-share {
  text-align: right;
  margin-left: 5px;
}
.top-social .top-share a.top-social-icon i {
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0 none;
  width: 27px;
  height: 27px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
}
.top-social .top-share a.top-social-icon i:hover {
  background: #fff;
}
#sp-header-wrapper {
  padding: 35px 0;
}
#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-title-wrapper {
  background: #f8f8f8;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  margin-bottom: 40px;
}
#sp-title-wrapper #sp-title h1 {
  font-size: 36px;
  margin: 0;
  line-height: 36px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transform: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-title-wrapper #sp-title h1:hover {
  cursor: pointer;
}
#sp-title-wrapper #sp-title p {
  margin: 0;
}
#sp-title-wrapper #sp-title span {
  color: #bbb;
  font-style: italic;
}
#sp-title-wrapper #sp-breadcrumbs ul.breadcrumb {
  float: right;
  margin: 10px 0 0 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
#sp-title-wrapper #sp-breadcrumbs ul.breadcrumb >li {
  text-shadow: none;
}
#sp-title-wrapper #sp-breadcrumbs ul.breadcrumb li {
  font-size: 14px;
}
#sp-slideshow-wrapper #sp-slideshow {
  overflow: hidden;
}
#sp-slideshow-wrapper #sp-slideshow .tp-caption.big_white {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-slideshow-wrapper .tp-leftarrow {
  width: 51px !important;
  height: 70px !important;
  left: 0px !important;
  background: url(../images/large_left.png) no-Repeat 0 0 !important;
}
#sp-slideshow-wrapper .tp-leftarrow:hover {
  background: url(../images/large_left.png) no-Repeat 0 100% !important;
}
#sp-slideshow-wrapper .tp-rightarrow {
  width: 51px !important;
  height: 70px !important;
  right: 0px !important;
  background: url(../images/large_right.png) no-Repeat 0 0 !important;
}
#sp-slideshow-wrapper .tp-rightarrow:hover {
  background: url(../images/large_right.png) no-Repeat 0 100% !important;
}
#sp-greeting-wrapper {
  padding: 40px 0;
  position: relative;
  background: #FFF;
  background: none, linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 30px,#FFF 80px);
  background: none, -ms-linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 30px,#ffffff 80px);
  background: none, -o-linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 30px,#ffffff 80px);
  background: none, -moz-linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 30px,#ffffff 80px);
  background: none, -webkit-linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 30px,#ffffff 80px);
  margin-top: -80px;
  z-index: 9999;
}
.greeting1 .greetings {
  text-align: center;
  padding: 0 0 30px;
  position: relative;
}
.greeting1 .greetings h2 span {
  color: #0C283C;
  font-weight: bold;
  font-style: italic;
}
.greeting1 .greetings h3 {
  color: #9b9b9b;
  font-size: 22px;
}
.greeting1 .greetings i {
  margin: 0 15px;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
}
.greeting1 .greetings:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right,#FFF 0,#e0e0e0 30%,#e0e0e0 70%,#FFF 100%);
  background: -ms-linear-gradient(left,#fff 0,#e0e0e0 30%,#e0e0e0 70%,#fff 100%);
  background: -o-linear-gradient(left,#fff 0,#e0e0e0 30%,#e0e0e0 70%,#fff 100%);
  background: -webkit-linear-gradient(left,#FFF 0,#e0e0e0 30%,#e0e0e0 70%,#FFF 100%);
  background: -moz-linear-gradient(left,#fff 0,#e0e0e0 30%,#e0e0e0 70%,#fff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#FFF),color-stop(30%,#e0e0e0),color-stop(70%,#e0e0e0),color-stop(100%,#FFF));
}
.greeting2 span {
  color: #0C283C;
  font-weight: bold;
  font-style: italic;
}
.greeting2 h2 {
  margin: 0;
}
.greeting2 h3 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #9B9B9B;
}
#sp-promo-wrapper {
  padding: 10px 0 30px;
}
.promo .promo-wrap1 {
  padding: 0 0 20px;
  text-align: center;
}
.promo .promo-wrap1 h4 {
  margin-bottom: 15px;
  margin-top: 25px;
}
.promo .promo-wrap1 a.readmore-promo1 {
  position: relative;
}
.promo .promo-wrap1 a.readmore-promo1:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  top: -1px;
  position: absolute;
  right: -15px;
}
.promo .promo-wrap1 .promo-img1 {
  display: inline-block;
  padding: 30px;
  background: #f8f8f8;
  border: 5px solid rgba(241,241,241,0.45);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -ms-transform: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.promo .promo-wrap1 .promo-img1:hover {
  background: #fff;
}
.promo2 .promo2-feature i {
  font-size: 20px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}
.promo2 h4 {
  margin: 0 0 5px;
}
.promo3 {
  padding: 10px 0 20px;
}
.promo3 .promo3-feature {
  padding: 20px;
  border: 1px solid #ececec;
  text-align: center;
  position: relative;
  background: #f8f8f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.promo3 .promo3-feature i {
  font-size: 20px;
  color: #fff;
  padding: 7px 15px;
  position: absolute;
  top: -20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: -25px;
  border: 1px solid #ececec;
}
.promo3 .promo3-feature a.readmore-default {
  position: absolute;
  background: #f8f8f8;
  bottom: -12px;
  padding: 2px 10px;
  margin-left: -40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ececec;
}
.promo3 .promo3-feature a.readmore-default:hover {
  color: #fff;
}
.promo3 .promo2wrap .promo2-buy {
  text-align: center;
}
.promo3 .promo2wrap .promo2-buy h2 {
  margin-top: 0;
}
.promo3 .promo2wrap .promo2-buy h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.promo3 .promo2wrap .promo2-feature-wrap .promo2-feature h4 {
  margin-top: 0;
}
.promo3 .promo2wrap .promo2-feature-wrap .promo2-feature .promo2-icon {
  position: relative;
  float: left;
  margin-right: 20px;
}
.promo3 .promo2wrap .promo2-feature-wrap .promo2-feature .promo2-icon i {
  font-size: 25px;
  color: #FFF;
  padding: 10px 12px;
  display: inline-block;
  border-radius: 3px;
}
.promo3 .promo2wrap .promo2-feature-wrap .promo2-feature .promo2-icon:after {
  position: absolute;
  content: " ";
  right: -12px;
  top: 5px;
  border-width: 6px 6px;
  border-style: solid;
}
.promo3 .promo2wrap .promo2-feature-wrap .promo2-feature p {
  margin: 0;
}
.promo3 .promo2wrap .promo2-feature-wrap .promo2-feature a.readmore-default {
  float: right;
  position: relative;
}
.promo3 .promo2wrap .promo2-feature-wrap .promo2-feature a.readmore-default:after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 8px;
}
#sp-feature-top-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  background-image: url(../images/latest-project.jpg);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-attachment: fixed !important;
  min-height: 225px;
  width: 100%;
}
.latest-project i {
  font-size: 30px;
  padding: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
}
.latest-project .latest-left {
  margin-left: 25px;
}
.latest-project .latest-right {
  margin-left: -25px;
}
#sp-sub-title1-wrapper {
  padding: 50px 0 0;
}
.sub-title {
  text-align: center;
}
.sub-title h3 {
  color: #B4B4B4;
}
#sp-buy-now-wrapper {
  background: url(../images/buy-now.jpg) 50% 50%;
  padding: 40px 0;
}
.buy-now {
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.13);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 30px;
  color: #fff;
}
.buy-now h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 0;
}
.buy-now h3 {
  font-size: 18px;
}
.buy-now a {
  color: #fff;
}
#sp-feature-wrapper {
  padding: 40px 0;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container {
  margin: -2px;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  margin: 2px;
  border: none;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transform: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  margin: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transform: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  overflow: hidden;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-hover {
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 45%;
  top: 0;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: none;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transform: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  background: url(../images/hover-image-white.png) no-repeat 50% 50% !important;
  height: 36px;
  width: 36px;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper {
  position: absolute;
  background: #2C3F52;
  height: 51px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper h3.sprocket-mosaic-title {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1em;
  padding: 0;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper h3.sprocket-mosaic-title a {
  color: #fff;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-text {
  margin: 0;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-read-more {
  display: none;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper ul.sprocket-mosaic-tags {
  display: none;
  font-size: 13px !important;
  color: #CCC;
  background: none;
  padding: 0 10px;
  margin: 0;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper ul.sprocket-mosaic-tags li {
  background: none;
  padding: 0;
  margin: 0 5px 0 0;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding:hover .mosaic-contain-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container {
  background: #222;
  background: rgba(0,0,0,0.7);
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container img {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container .sprocket-mosaic-hover {
  right: 45%;
  top: 28%;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-content-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #E0DEDE;
  border-top: 1px solid #E0DEDE;
  background: #F8F8F8;
}
.home-services {
  text-align: center;
}
.home-services i {
  font-size: 50px;
}
.home-services .home-services-wrap {
  position: relative;
  padding: 30px 0;
  border-left: 1px solid #E0DEDE;
  border-bottom: 1px solid #E0DEDE;
  margin-bottom: 30px;
}
.home-services .home-services-wrap:before {
  position: absolute;
  left: -7px;
  top: -7px;
  content: "\f140";
  font-family: FontAwesome;
}
.home-services h4 {
  margin: 5px 0;
}
.home-services p {
  line-height: 15px;
}
.home-servics1 {
  font-size: 13px;
}
.home-servics1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-servics1 h2 {
  text-align: center;
}
.home-servics1 h3 {
  text-align: center;
  color: #B4B4B4;
}
.home-servics1 h4 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
}
.home-servics1 .top-row {
  margin-bottom: 0;
  border-bottom: 1px dashed #E0DEDE;
}
.home-servics1 .services1-row li {
  line-height: 20px;
  border-right: 1px dashed #E0DEDE;
}
.home-servics1 .services1-row li:last-child {
  border-right: none;
}
.home-servics1 .services1-feature {
  padding: 20px 15px 20px 0;
}
.home-servics1 .services1-icon {
  float: left;
  margin-right: 15px;
}
.home-servics1 i {
  font-size: 25px;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sp-users-wrapper {
  padding: 0 0 20px 0;
}
.homepage #sp-main-body-wrapper {
  padding: 0;
}
#sp-main-body-wrapper {
  padding: 0;
}
.body-innerwrapper {
  overflow: hidden;
}
#sp-testimonial-wrapper {
  padding: 40px 0 80px;
  background-image: url(../images/testimonial.png);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-attachment: fixed !important;
  min-height: 225px;
  width: 100%;
}
.testimonial-classic {
  color: #fff;
  width: 50%;
  margin: 0 auto;
}
.testimonial-classic .sprocket-features-list {
  overflow: visible !important;
}
.testimonial-classic .sprocket-features-list .sprocket-features-container {
  position: relative;
}
.testimonial-classic .sprocket-features-list .sprocket-features-container .sprocket-features-img-container img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-classic .sprocket-features-list .sprocket-features-container h2.sprocket-features-title {
  color: #D7E1F5;
  position: absolute;
  bottom: -60px;
  left: 125px;
  font-size: 20px;
  margin: 0;
}
.testimonial-classic .sprocket-features-list .sprocket-features-container h2.sprocket-features-title small {
  color: #fff;
  font-style: italic;
  display: block;
  font-size: 12px;
}
.testimonial-classic .layout-showcase .sprocket-features-pagination {
  right: 45%;
  left: auto;
  bottom: -70px;
}
.testimonial-classic .layout-showcase .sprocket-features-pagination ul li {
  padding: 6px;
  box-shadow: none !important;
  background: #fff;
}
#sp-pricing-table-wrapper {
  padding: 40px 0 0;
}
#pricing-table-wrap {
  background: #fff;
  text-align: center;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 0px 4px rgba(241, 241, 241, 0.6);
  -moz-box-shadow: 0 0 0px 4px rgba(241, 241, 241, 0.6);
  box-shadow: 0 0 0px 4px rgba(241, 241, 241, 0.6);
}
#pricing-table-wrap h2 {
  margin: 0;
  padding: 15px 0;
}
#pricing-table-wrap .pricing {
  padding: 20px 0;
  background: #282A2B;
  color: #fff;
}
#pricing-table-wrap .pricing h3 {
  font-size: 40px;
}
#pricing-table-wrap .pricing h3 sub {
  font-size: 16px;
  bottom: 0.4em;
}
#pricing-table-wrap .pricing h3 sup {
  font-size: 16px;
  top: -1.2em;
}
#pricing-table-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#pricing-table-wrap ul li {
  padding: 8px 0;
}
#pricing-table-wrap ul li:nth-child(even) {
  background: #f8f8f8;
}
#pricing-table-wrap a.signup {
  margin: 25px 0;
}
#pricing-table-wrap.pricing-featured {
  position: relative;
}
#pricing-table-wrap.pricing-featured:before {
  content: " ";
  position: absolute;
  border-width: 30px 20px 20px 20px;
  border-style: solid;
  top: 0;
  right: 10px;
}
#pricing-table-wrap.pricing-featured:after {
  content: '\f005';
  font-family: FontAwesome;
  position: absolute;
  font-size: 14px;
  color: #fff;
  right: 23px;
  top: 4px;
}
#sp-clients-wrapper {
  padding: 20px 0 0 0;
}
#sp-sub-title2-wrapper {
  padding: 40px 0 0;
}
.tab-classic .sprocket-tabs ul.sprocket-tabs-nav {
  padding: 0 !important;
  border-bottom: none;
  background: none;
}
.tab-classic .sprocket-tabs ul.sprocket-tabs-nav >li {
  margin-right: 5px;
  font-weight: 500;
  border: 0;
}
.tab-classic .sprocket-tabs ul.sprocket-tabs-nav >li > .sprocket-tabs-inner {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tab-classic .sprocket-tabs ul.sprocket-tabs-nav >li.active > .sprocket-tabs-inner {
  border: 0;
  color: #fff;
  position: relative;
}
.tab-classic .sprocket-tabs ul.sprocket-tabs-nav >li.active > .sprocket-tabs-inner:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  content: "";
  width: auto;
  height: auto;
  border-width: 8px 8px;
  border-style: solid;
}
.tab-classic .sprocket-tabs ul.sprocket-tabs-nav li .sprocket-tabs-inner {
  padding: 12px 15px;
}
.tab-classic .sprocket-tabs .sprocket-tabs-panels {
  padding: 20px 0 0 0;
}
.tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-img {
  margin-right: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-body a.tab-btn {
  margin: 20px 30px 25px 0;
  padding: 10px 30px;
}
.tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-body .tab-icon img {
  margin-right: 20px;
}
#sp-bottom-wrapper {
  font-size: 13px;
  color: #fff;
  padding: 50px 0;
}
#sp-bottom-wrapper h3,
#sp-bottom-wrapper h4 {
  color: #fff;
}
#sp-bottom-wrapper #sp-bottom1 h4 {
  font-size: 16px;
  text-transform: uppercase;
}
#sp-bottom-wrapper ul {
  list-style: none;
  margin: 0;
}
#sp-bottom-wrapper ul li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 10px 0;
}
#sp-bottom-wrapper ul li:last-child {
  border-bottom: none;
}
.acymailing_form {
  position: relative;
}
.acymailing_form p {
  margin: 0;
}
.acymailing_form span.acyfield_email input {
  color: #fff;
  background: rgba(0,0,0,0.15);
  box-shadow: none;
  border: none;
  height: 40px;
  padding: 0 0 0 10px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.acymailing_form .acysubbuttons {
  display: inline-block;
}
.acymailing_form .acysubbuttons .button {
  background-image: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: 10px 50% !important;
}
.acymailing_form .acysubbuttons .subbutton {
  text-indent: -9999em;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 0;
  height: 40px;
  right: -10px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.share-info i {
  background: rgba(0,0,0,0.15);
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sp-tweet-item {
  border-bottom: none !important;
  padding: 15px !important;
  margin: 0 0 5px 50px !important;
  position: relative;
  background: rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sp-tweet-item:after {
  position: absolute;
  content: "\f099";
  font-family: FontAwesome;
  color: #fff;
  font-size: 25px;
  left: 0;
  top: 15px;
  margin-left: -50px;
}
.sp-tweet-item:before {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  left: 0;
  border-width: 8px 10px;
  margin-left: -20px;
  border-style: solid;
  border-color: transparent rgba(0,0,0,0.15) transparent transparent;
}
.sp-tweet-item.sp-tweet-even {
  background: rgba(0,0,0,0.15);
}
a.followme {
  padding-left: 50px !important;
  margin: 10px 0 0 0 !important;
  background: none !important;
}
#sp-footer-wrapper {
  border-top: 1px solid rgba(255,255,255,0.09);
  font-size: 13px;
  color: #fff;
  padding: 20px 0;
  font-weight: normal;
}
#sp-footer-wrapper a {
  font-weight: normal;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#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 .sp-totop {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transform: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#sp-footer-wrapper .sp-totop i:hover {
  opacity: .8;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper #sp-footer1 .copyright {
  line-height: 30px;
}
#sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#sp-footer-wrapper .sp-totop i {
  background: rgba(0,0,0,0.4);
}
.about-us-top,
.srvics-us-top {
  padding: 100px 0;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.about-progress-bar .progress-title span {
  font-weight: 400;
  font-style: italic;
}
.about-progress-bar .about-progress {
  background: #E5E5E5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 20px;
  margin-bottom: 10px;
}
.about-progress-bar .about-progress .about-bar {
  background-image: none;
}
.about-team {
  line-height: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f8f8f8;
  padding: 0 0 15px 0;
}
.about-team .img-about-team {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.about-team .about-team-desc {
  position: relative;
  padding: 0 15px;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -ms-transform: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
}
.about-team .about-team-desc .about-team-title {
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding-bottom: 5px;
}
.about-team .about-team-desc .about-team-title h4 {
  color: #444444;
  font-size: 18px;
  margin: 15px 0 0 0;
}
.about-team .about-team-desc .about-team-title span {
  color: #b2b2b2;
}
.about-team .about-team-desc:after {
  position: absolute;
  content: " ";
  border-width: 8px 9px;
  border-style: solid;
  border-color: transparent transparent #f8f8f8 transparent;
  top: -31px;
}
.about-team:hover {
  cursor: pointer;
}
a.about-social-icon {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 5px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E2E2E2;
  color: #666;
  background: #ececec;
}
a.about-social-icon i {
  font-size: 15px;
  line-height: 20px;
}
a.about-social-icon:hover {
  color: #fff;
  text-decoration: none;
}
a.about-social-icon:hover.facebook {
  background: #3b5999;
}
a.about-social-icon:hover.twitter {
  background: #00bbf5;
}
a.about-social-icon:hover.rss {
  background: #f6a42b;
}
a.about-social-icon:hover.gplus {
  background: #cd1a1a;
}
a.about-social-icon:hover.pinterest {
  background: #f13434;
}
.i-wrapper .i-top .i-middle i {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transform: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.i-wrapper .i-top:hover {
  cursor: pointer;
}
.i-wrapper .i-top:hover .i-middle i {
  color: #333;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transform: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.purchase-info {
  padding: 20px;
  margin: 20px 0;
  background: #f8f8f8;
  -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
}
.purchase-info h4 {
  margin: 0;
}
.purchase-info span {
  color: #aaa;
}
.purchase-info:hover {
  cursor: pointer;
}
.purchase-info a.purchase_button {
  margin-top: 5px;
}
.servics-page1 ul {
  padding: 0;
  margin: 0;
}
.servics-page1-feature {
  margin-bottom: 20px;
}
.servics-page1-feature .servics-page1-icon {
  float: left;
  margin-right: 20px;
}
.servics-page1-feature .servics-page1-icon i {
  font-size: 35px;
}
.services2 .services2-icon {
  float: left;
  margin-right: 20px;
}
.services2 .services2-icon i {
  font-size: 35px;
}
.services2-check ul.check li::before,
.services2-check ul.check li::after {
  font-size: 14px;
}
.contact-form-block {
  margin-top: 40px;
}
.our-team-wrapper .our-team-head {
  text-align: center;
  margin: 50px 0;
}
.sp_quickcontact textarea,
.sp_quickcontact input[type="text"],
.sp_quickcontact input[type="password"],
.sp_quickcontact input[type="email"] {
  width: 100%;
  padding: 8px 6px;
}
.sp_quickcontact textarea#message {
  width: 100%;
  height: 150px;
}
.contact-pageinfo ul {
  margin: 0;
  list-style: none;
}
.contact-pageinfo ul li {
  line-height: 35px;
}
.contact-pageinfo ul li i {
  margin-right: 10px;
  color: #bbb;
}
.contact-pageinfo img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tab {
  margin-top: 10px;
}
.tab ul.nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
}
.tab ul.nav-tabs >li {
  border-top: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.tab ul.nav-tabs >li >a {
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin-right: 0;
  padding: 12px 20px;
  font-size: 18px;
}
.tab ul.nav-tabs >li:hover >a,
.tab ul.nav-tabs >li.active >a {
  cursor: pointer;
  border: 0;
  background-color: #fff;
}
.tab ul.nav-tabs >li.active {
  border-bottom: 1px solid #fff;
}
.tab ul.nav-tabs >li:last-child {
  border-right: 1px solid #ECECEC;
}
.tab .tab-content {
  padding: 15px;
  background: #fff;
  border: 1px solid #ECECEC;
}
.tab .tab-content .img-tab-team {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.tab .tab-content h3,
.tab .tab-content h4 {
  font-size: 22px;
}
.shortcode-video {
  margin-top: 10px;
}
.pagination ul {
  text-align: center;
  box-shadow: none;
}
.pagination ul li a {
  font-weight: 400;
  padding: 8px 16px;
  background-color: #F8F8F8;
  color: #616469;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  margin-right: 5px;
  border: 1px solid #E0DEDE;
}
.pagination ul li a:hover {
  background-color: #fff;
}
.pagination ul li.pagination-active a {
  font-weight: 700;
}
.layout-slideshow .sprocket-features-arrows .arrow {
  -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.02) !important;
  -moz-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.02) !important;
  box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.02) !important;
  padding: 3px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.layout-slideshow .sprocket-features-arrows .arrow span {
  font-weight: 400;
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: -1px;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: 500ms linear;
  -moz-transition: 500ms linear;
  -ms-transform: 500ms linear;
  -o-transition: 500ms linear;
  transition: 500ms linear;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 20;
  -webkit-transition: 500ms linear;
  -moz-transition: 500ms linear;
  -ms-transform: 500ms linear;
  -o-transition: 500ms linear;
  transition: 500ms linear;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head {
  padding: 0;
  margin: 0;
  text-align: center;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head h3.sprocket-mosaic-title {
  font-size: 16px;
  margin: 25px 0 0 0;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 5px;
  line-height: 1em;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head h3.sprocket-mosaic-title a {
  color: #fff;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-text {
  color: #222;
  margin: 0;
  padding: 2px 5px;
  text-align: center;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-read-more {
  width: auto;
  height: auto;
  text-align: center;
  margin: 5px 0;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-read-more a {
  color: #fff;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-read-more a.sprocket-readmore {
  position: relative;
  z-index: 999;
  display: block;
  text-indent: -99999em;
  background: url(../images/hover-image.png) no-repeat 50% 50%;
  height: 36px;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-tags {
  background: #000;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: left 500ms linear;
  -moz-transition: left 500ms linear;
  -ms-transform: left 500ms linear;
  -o-transition: left 500ms linear;
  transition: left 500ms linear;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-tags li {
  background: none;
  padding: 0 0 0 10px;
  display: inline;
  color: #fff;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper:hover .sprocket-mosaic-tags {
  left: 0;
  transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
}
#sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item:hover .sprocket-padding .mosaic-contain-wrapper {
  left: 0;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item {
  margin: 5px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding {
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container img {
  -webkit-transition: 1200ms;
  -moz-transition: 1200ms;
  -ms-transform: 1200ms;
  -o-transition: 1200ms;
  transition: 1200ms;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper {
  padding: 0 10px 10px;
  -webkit-transition: background 1000ms;
  -moz-transition: background 1000ms;
  -ms-transform: background 1000ms;
  -o-transition: background 1000ms;
  transition: background 1000ms;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head {
  margin: 0;
  padding: 0;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head h3.sprocket-mosaic-title {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  padding: 10px 0 0 0;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-read-more {
  display: none;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-tags {
  background: none;
  padding: 0;
  margin: 0;
  font-style: normal;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-tags li {
  background: none;
  margin: 0;
  padding: 0;
  padding: 3px 8px;
  text-transform: none;
  border: 1px solid #F2F2F2;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  -moz-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  -o-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .mosaic-contain-wrapper {
  padding: 0 10px 10px;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .mosaic-contain-wrapper a {
  color: #000;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .mosaic-contain-wrapper .sprocket-mosaic-text {
  color: #222;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .mosaic-contain-wrapper .sprocket-mosaic-tags li {
  background: #000;
  color: #fff;
  border: 1px solid #222;
}
#sp-slide .portfolio-style2-column3 .sprocket-mosaic .sprocket-mosaic-container {
  margin: -3px;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item {
  margin: 5px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 1000ms;
  -moz-transition: background 1000ms;
  -ms-transform: background 1000ms;
  -o-transition: background 1000ms;
  transition: background 1000ms;
  padding: 0;
  margin: 0;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1000ms;
  -moz-transition: opacity 1000ms;
  -ms-transform: opacity 1000ms;
  -o-transition: opacity 1000ms;
  transition: opacity 1000ms;
  padding: 0;
  margin: 0;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  right: 45%;
  top: 0;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: none;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -ms-transform: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  background: url(../images/hover-image-white.png) no-repeat 50% 50% !important;
  height: 36px;
  width: 36px;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper {
  padding: 8px;
  margin: 0;
  -webkit-transition: background 1000ms;
  -moz-transition: background 1000ms;
  -ms-transform: background 1000ms;
  -o-transition: background 1000ms;
  transition: background 1000ms;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head {
  margin: 0;
  padding: 0;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head h3.sprocket-mosaic-title {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  padding: 10px 0 0 0;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head h3.sprocket-mosaic-title a {
  color: #000;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-read-more {
  display: none;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-tags {
  background: none;
  padding: 0;
  margin: 0;
  font-style: normal;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-tags li {
  background: none;
  margin: 0;
  padding: 4px 8px;
  text-transform: none;
  border: 1px solid #F2F2F2;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover {
  background: rgba(0,0,0,0.7);
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container img {
  opacity: .3;
  filter: alpha(opacity=30);
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container .sprocket-mosaic-hover {
  right: 45%;
  top: 45%;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .mosaic-contain-wrapper {
  padding: 8px;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .mosaic-contain-wrapper a {
  color: #000;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .mosaic-contain-wrapper .sprocket-mosaic-text {
  color: #222;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding:hover .mosaic-contain-wrapper .sprocket-mosaic-tags li {
  background: #000;
  color: #fff;
  border: 1px solid #222;
}
#sp-slide .portfolio-style3-column3 .sprocket-mosaic .sprocket-mosaic-container {
  margin: -3px;
}
.sprocket-mosaic .sprocket-mosaic-hovercontent {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-header {
  margin-bottom: 20px !important;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter,
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  margin: 10px 0;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li,
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order li {
  padding: 3px 8px;
  text-transform: none;
  border: 1px solid #ececec;
  background: #F8F8F8;
}
.sprocket-mosaic .sprocket-mosaic-loadmore {
  border: none !important;
  padding: 0 !important;
  width: 40px !important;
  height: 20px;
  background: none !important;
  text-align: center;
  margin-top: 40px !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.sprocket-mosaic .sprocket-mosaic-loadmore span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 28px;
  line-height: normal;
}
.sprocket-mosaic .sprocket-mosaic-loadmore span .loadmore-text,
.sprocket-mosaic .sprocket-mosaic-loadmore span .loadmore-info {
  text-indent: -99999em;
}
#sp-menu {
  margin-top: 0px;
}
#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 5px 0 0;
  padding: 0;
  position: relative;
}
#sp-main-menu ul.level-0 > li a {
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 7px 15px;
  color: #000;
  font-weight: 300;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  font-size: 11px;
  color: #999;
  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,
#sp-main-menu ul.level-0 > li.active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  color: #fff;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transform: 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):last-child {
  border-bottom: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  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: 0;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  border-bottom: 1px solid #eee;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  color: #999;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu.sub-level {
  margin-top: 30px;
}
.rtl .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -ms-transform: 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;
  -ms-transform: 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: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -ms-transform: 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;
  -ms-transform: 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.open {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
#sp-header-wrapper.fixed-menu {
  position: fixed;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  background: rgba(255,255,255,0.95);
  padding: 15px 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  -webkit-box-shadow:  0 2px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow:  0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow:  0 2px 8px rgba(0, 0, 0, 0.08);
}
.sp-main-menu-toggler {
  background: #233445 !important;
  right: 20px;
  left: auto;
  z-index: 999999 !important;
  top: 25px;
}
.rtl .sp-main-menu-toggler {
  right: auto;
  left: 20px;
}
#sp-header-wrapper {
  position: relative;
}
.sp-mobile-menu {
  z-index: 99994;
  top: 87px;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module .module-title {
  font-size: 30px;
  margin: 0 0 25px 0;
  line-height: normal;
}
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
}
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 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.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.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.mod-title h2.module-title {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.module.mod-title h2.module-title:before {
  content: "";
  position: absolute;
  top: 37px;
  left: auto;
  width: 50%;
  height: 1px;
  background: #454E64;
}
.module.big-title h2.module-title {
  font-size: 40px;
  line-height: normal;
}
.module.mod-title-center h2.module-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
}
.module.mod-title-center h2.module-title span.module-subtitle {
  display: block;
  color: #9b9b9b;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 48px;
  line-height: 48px;
}
h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 40px;
}
h3 {
  font-size: 30px;
  line-height: 30px;
}
h4 {
  font-size: 18px;
}
body {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
strong {
  font-weight: 400;
}
.portfolio-details h2 {
  margin-top: 0;
}
.entry-content .pull-left >img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
}
.rtl .entry-content .pull-left >img {
  margin-right: 0;
  margin-left: 20px;
}
address {
  line-height: 25px;
}
.img-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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,
ul.check {
  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,
ul.check li::before,
ul.check li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
ul li {
  line-height: 25px;
}
.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,
.ltr ul.check li::before {
  margin-right: 10px;
}
.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";
}
.ltr ul.check li::before {
  content: "\f046";
}
.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,
.rtl ul.check li::after {
  margin-left: 10px;
}
.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";
}
.rtl ul.check li::after {
  content: "\f046";
}
.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;
}
.testimonial .icon-quote-left {
  color: #F2f2f2;
}
.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;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -ms-transform: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
}
.entry-header .page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
  border-bottom: none;
}
.entry-meta.muted {
  background: #fff;
  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.input-block-level {
  min-height: 40px;
}
.form-actions {
  background-color: transparent;
  border-top: none;
}
#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;
}
.top-search input.mod-finder-searchword {
  padding: 0;
  color: transparent;
}
.top-search .finder input[type="text"] {
  min-height: 25px;
  background: transparent;
  color: transparent;
  border: 0;
  padding: 0 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.top-search .finder input[type="text"]:hover {
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.top-search .finder label {
  display: none;
}
.top-search label.finder {
  display: none;
}
.top-search form#mod-finder-searchform .finder {
  position: relative;
  display: inline-block;
}
.top-search form#mod-finder-searchform .finder:after {
  content: "\f002";
  position: absolute;
  font-family: FontAwesome;
  right: 10px;
  top: 28px;
}
.top-search form#mod-finder-searchform {
  margin: -25px 0 0 0;
}
#search-form .word a.btn {
  background: #27ccc0;
  margin-left: 5px;
}
#search-form .word span.icon-search {
  display: none;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.rtl .pull-right {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.rtl .sp-mobile-menu ul li {
  display: inherit;
}
.rtl .sp-mobile-menu ul li span.sp-menu-toggler {
  float: left;
}
.rtl .icon-angle-right:before {
  content: "\f104";
}
.rtl .address-details .info {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .address-details .info i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .top-social {
  float: left;
}
.rtl .top-social .top-share {
  text-align: left;
}
.rtl .top-search .search #mod-search-searchword {
  background: url(../images/search.png) no-repeat 50% 50% !important;
}
.rtl .top-search .search #mod-search-searchword:hover {
  background: url(../images/search.png) no-repeat 5% 50% !important;
}
.rtl #sp-main-menu {
  float: left;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: auto;
  left: 10px;
  content: "\f053";
}
.rtl .greeting1 .greetings i.icon-quote-left:before {
  content: "\f10e";
}
.rtl .greeting1 .greetings i.icon-quote-right:before {
  content: "\f10d";
}
.rtl .promo .promo-wrap1 a.readmore-promo1:after {
  right: auto;
  left: -15px;
  content: "\f104";
}
.rtl .promo3 .promo3-feature i {
  margin-right: -25px;
  margin-left: 0;
}
.rtl .promo3 .promo3-feature a.readmore-default {
  margin-right: -40px;
  margin-left: 0;
}
.rtl .latest-project .latest-left {
  margin-left: 0;
  margin-right: 40px;
}
.rtl .latest-project .latest-right {
  margin-left: 0;
  margin-right: -40px;
}
.rtl .home-servics1 .services1-icon {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .home-servics1 .services1-row li {
  border-left: 1px dashed #E0DEDE;
  border-right: none;
}
.rtl .home-servics1 .services1-row li:last-child {
  border-left: none;
}
.rtl .home-servics1 .services1-feature {
  padding: 20px 0 20px 15px;
}
.rtl .testimonial-classic .sprocket-features-list .sprocket-features-container .sprocket-features-img-container img {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
.rtl .testimonial-classic .sprocket-features-list .sprocket-features-container h2.sprocket-features-title {
  right: 125px;
  left: auto;
}
.rtl .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-img {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.rtl .tab-classic .sprocket-tabs ul.sprocket-tabs-nav li {
  float: right;
}
.rtl .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-body a.tab-btn {
  margin: 20px 0 25px 30px;
}
.rtl .sp-tweet-item {
  margin: 0 50px 5px 0 !important;
}
.rtl .sp-tweet-item:before {
  border-color: transparent transparent transparent rgba(0,0,0,0.15);
  right: 0;
  left: auto;
  margin-right: -20px;
  margin-left: 0;
}
.rtl .sp-tweet-item:after {
  margin-right: -50px;
  margin-left: 0;
  right: 0;
  left: auto;
}
.rtl .acymailing_form span.acyfield_email input {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  padding: 0 10px 0 0;
}
.rtl .acymailing_form .acysubbuttons .subbutton {
  right: auto;
  left: -10px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.rtl #sp-footer-wrapper .sp-totop {
  right: auto;
  left: 10px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rtl #sp-footer-wrapper ul.nav li {
  margin: 0 0 0 20px;
}
.rtl .rt-list .sprocket-lists li .indicator {
  border-left: 0px solid transparent;
  border-right: 35px solid transparent;
}
.rtl .rt-list .sprocket-lists-title .indicator {
  right: auto;
  left: 0;
}
.rtl .rt-list .sprocket-lists-title .indicator:before {
  left: auto;
  right: -15px;
}
.rtl .layout-slideshow .sprocket-features-arrows .prev {
  right: 10px;
  left: auto;
}
.rtl .layout-slideshow .sprocket-features-arrows .next {
  left: 10px;
  right: auto;
}
.rtl #sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-tags li {
  padding: 0 10px 0 0;
}
.rtl #sp-title-wrapper #sp-breadcrumbs ul.breadcrumb {
  float: left;
}
.rtl .servics-page1-feature .servics-page1-icon {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .services2 .services2-icon {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .contact-pageinfo ul li i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .tab ul.nav-tabs >li {
  border-right: 1px solid #F2F2F2;
}
.rtl div.tagItemBody,
.rtl div.userItemBody,
.rtl div.catItemBody {
  float: right;
}
.rtl div.tagItemImageBlock,
.rtl div.userItemImageBlock,
.rtl div.catItemImageBlock {
  margin: 0 0 0 15px;
}
.rtl div.tagItemHeader,
.rtl div.userItemHeader,
.rtl div.catItemHeader {
  float: left;
}
.rtl div.catItemReadMore,
.rtl div.userItemReadMore {
  margin: 0 0 0 20px;
}
.rtl .k2Avatar img {
  float: right;
  margin: 0 0 20px 15px;
}
.rtl div.k2TagCloudBlock a {
  float: right;
}
.rtl div.itemToolbar {
  float: left;
}
.rtl div.itemRatingBlock span {
  float: right;
  padding: 0 0 0 4px;
}
.rtl .itemRatingForm {
  float: right;
}
.rtl div.itemCategory,
.rtl span.itemCommentsLink,
.rtl span.itemAuthor {
  margin: 20px 0 20px 20px;
}
.rtl div.itemTagsBlock span {
  margin: 0 0 0 10px;
  float: right;
}
.rtl div.itemAuthorBlock img.itemAuthorAvatar {
  float: right;
  margin: 0 0 0 20px;
}
.rtl div.itemDateCreated {
  left: auto;
  right: 0;
}
.rtl div.userBlock img {
  float: right;
  margin: 0 0 0 8px;
}
.rtl .comment-img {
  float: right;
  margin-left: 20px;
}
.rtl div.tagItemDateCreated,
.rtl div.userItemDateCreated,
.rtl div.catItemDateCreated {
  left: auto;
  right: 0;
}
.rtl div.catItemCategory,
.rtl div.catItemHeader span.catItemAuthor,
.rtl div.catItemTagsBlock,
.rtl div.userItemCategory,
.rtl div.userItemTagsBlock {
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .responsive #sp-slideshow-wrapper {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .responsive #sp-top-bar-wrapper .top-search .search #mod-search-searchword {
    width: 160px;
  }
  .responsive #sp-header-wrapper {
    padding: 20px 0;
  }
  .responsive .sp-main-menu-toggler {
    top: 15px;
  }
  .responsive .sp-mobile-menu {
    top: 77px;
  }
  .responsive #sp-header-wrapper.fixed-menu {
    position: relative !important;
  }
  .responsive .address-details {
    font-size: 12px;
  }
  .responsive .address-details .info {
    margin-right: 5px;
  }
  .responsive #sp-top-bar-wrapper .top-search .search input:hover {
    width: 100px;
  }
  .responsive .top-social {
    margin: 0;
  }
  .responsive .top-social .top-share {
    margin-left: 5px;
  }
  .responsive #sp-slideshow-wrapper {
    overflow: hidden;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.small_text {
    font-size: 14px !important;
  }
  .responsive .btn-buy {
    font-size: 12px;
    padding: 12px 40px;
  }
  .responsive .latest-project .latest-right {
    margin-left: 0;
    margin-right: 0;
  }
  .responsive .latest-project .latest-left {
    margin-left: 0;
    margin-right: 0;
  }
  .responsive .testimonial-classic {
    width: 80% !important;
  }
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-img {
    float: none;
  }
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-body {
    margin-top: 15px;
  }
  .responsive #pricing-table-wrap.pricing-featured:before {
    border-width: 20px 10px 10px 10px;
  }
  .responsive #pricing-table-wrap.pricing-featured:after {
    right: 14px;
    top: -1px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body.responsive.bg {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive .address-details {
    text-align: center;
  }
  .responsive #sp-top-bar-wrapper .top-search .search i {
    right: 50%;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transform: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .responsive #sp-top-bar-wrapper .top-search .search:hover i {
    right: 10px;
  }
  .responsive .top-social {
    float: none;
  }
  .responsive .top-social .top-share {
    text-align: center;
  }
  .responsive #sp-top-bar-wrapper .top-search {
    float: none;
    text-align: center;
    margin-top: 6px;
  }
  .responsive #sp-header-wrapper {
    padding: 25px 0;
  }
  .responsive #sp-header-wrapper.fixed-menu {
    position: relative !important;
  }
  .responsive #sp-menu {
    display: none;
  }
  .responsive .sp-mobile-menu {
    top: 87px;
  }
  .responsive .tp-caption a.buy-btn {
    padding: 4px 15px;
  }
  .responsive .tp-caption.small_text {
    font-size: 9px !important;
    line-height: 12px !important;
  }
  .responsive .promo3 .promo3-feature {
    margin-bottom: 40px;
  }
  .responsive .latest-project .latest-right {
    margin-left: 0;
    margin-right: 0;
  }
  .responsive .latest-project .latest-left {
    margin-left: 0;
    margin-right: 0;
  }
  .responsive .home-servics1 .services1-row li {
    border-right: none;
    border-left: none;
  }
  .responsive .testimonial-classic {
    width: 100% !important;
  }
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-img {
    float: none;
  }
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-body {
    margin-top: 15px;
  }
  .responsive #sp-title {
    float: left;
    width: 60%;
  }
  .responsive #sp-breadcrumbs {
    float: right;
    width: 40%;
  }
  .responsive .sprocket-mosaic-columns-1 li,
  .responsive .sprocket-mosaic-columns-2 li,
  .responsive .sprocket-mosaic-columns-3 li,
  .responsive .sprocket-mosaic-columns-4 li,
  .responsive .sprocket-mosaic-columns-5 li,
  .responsive .sprocket-mosaic-columns-6 li {
    width: 50%;
  }
  .responsive .sprocket-mosaic-columns-1 li h3.sprocket-mosaic-title,
  .responsive .sprocket-mosaic-columns-2 li h3.sprocket-mosaic-title,
  .responsive .sprocket-mosaic-columns-3 li h3.sprocket-mosaic-title,
  .responsive .sprocket-mosaic-columns-4 li h3.sprocket-mosaic-title,
  .responsive .sprocket-mosaic-columns-5 li h3.sprocket-mosaic-title,
  .responsive .sprocket-mosaic-columns-6 li h3.sprocket-mosaic-title {
    font-size: 14px !important;
  }
  .responsive .sprocket-mosaic-columns-1 li .sprocket-mosaic-text,
  .responsive .sprocket-mosaic-columns-2 li .sprocket-mosaic-text,
  .responsive .sprocket-mosaic-columns-3 li .sprocket-mosaic-text,
  .responsive .sprocket-mosaic-columns-4 li .sprocket-mosaic-text,
  .responsive .sprocket-mosaic-columns-5 li .sprocket-mosaic-text,
  .responsive .sprocket-mosaic-columns-6 li .sprocket-mosaic-text {
    font-size: 12px !important;
    line-height: 16px;
  }
  .responsive #sp-bottom1,
  .responsive #sp-bottom2,
  .responsive #sp-bottom3,
  .responsive #sp-bottom4 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .responsive #sp-footer-wrapper,
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  body.responsive.bg {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 320px;
    min-width: 280px;
  }
  .responsive .tp-caption a.buy-btn {
    padding: 2px 8px !important;
    font-size: 15px !important;
  }
  .responsive .tp-caption.small_text {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .responsive .tp-caption.medium_grey {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .responsive .btn-slide {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 20px;
  }
  .responsive .testimonial-classic {
    width: 100% !important;
  }
  .responsive .testimonial-classic .sprocket-features-list .sprocket-features-container h2.sprocket-features-title {
    bottom: -45px;
  }
  .responsive .testimonial-classic .sprocket-features-list .sprocket-features-img-container img {
    margin-bottom: 25px;
  }
  .responsive #sp-bottom1,
  .responsive #sp-bottom2,
  .responsive #sp-bottom3,
  .responsive #sp-bottom4 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  .responsive #sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper
		 .sprocket-mosaic-head h3.sprocket-mosaic-title {
    margin: 0;
  }
  .responsive .sprocket-mosaic .sprocket-mosaic-tags,
  .responsive #main .sprocket-mosaic ul.sprocket-mosaic-tags {
    display: none;
  }
  .responsive #sp-slide .portfolio-style1 .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-text {
    display: none;
  }
}
@media (max-width: 350px) {
  body.responsive.bg {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 320px;
    min-width: 280px;
  }
  .responsive #sp-greeting-wrapper {
    margin-top: -25px;
    background: none, linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 0,#FFF 30px);
    background: none, -ms-linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 0,#ffffff 30px);
    background: none, -o-linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 0,#ffffff 30px);
    background: none, -moz-linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 0,#ffffff 30px);
    background: none, -webkit-linear-gradient(to bottom,rgba(255,255,255,0.65) 0px,rgba(255,255,255,0.85) 0,#ffffff 30px);
  }
  .responsive .greeting1 .greetings h2 {
    font-size: 32px;
  }
  .responsive .greeting2 h2 {
    font-size: 32px;
  }
  .responsive .btn-buy {
    font-size: 15px;
  }
  .responsive .btn-buy2 {
    padding: 8px 30px;
  }
  .responsive .home-portfolio .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container .sprocket-mosaic-hover {
    top: 2%;
  }
  .responsive div.catItemHeader h3.catItemTitle,
  .responsive div.itemHeader h3.itemTitle,
  .responsive div.userItemHeader h3.userItemTitle,
  .responsive div.tagItemHeader h3.tagItemTitle {
    font-size: 18px;
    margin: 25px 5px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .rtl.responsive .top-social {
    float: none;
    text-align: center;
  }
}
