.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 30px;
  border-bottom: none;
}
.blog .items-leading,
.blog .item {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
}
.blog .items-leading .entry-content .pull-left img,
.blog .item .entry-content .pull-left img {
  margin: 0 0 20px;
}
.blog .items-leading .entry-header .entry-title,
.blog .item .entry-header .entry-title {
  margin: 20px 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}
.blog .items-leading .entry-header .entry-title a,
.blog .item .entry-header .entry-title a {
  color: #2F383D;
}
.blog .items-leading .entry-meta .readmore,
.blog .item .entry-meta .readmore {
  display: inline-block;
  margin-top: 20px;
}
.blog .items-more ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-page {
  padding: 20px;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
}
.item-page .entry-title {
  margin: 20px 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}
.item-page .entry-title a {
  color: #2F383D;
}
.item-page .entry-content .pull-left img {
  margin: 0 0 20px;
}
.entry-meta.muted {
  color: #9AA7AF;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}
.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;
}
.profile dl dt,
.profile dl dd {
  display: block;
}
#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;
}
ul.manager {
  margin-left: -20px;
  list-style: none;
}
li.imgOutline {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}
li.imgOutline.height-80 {
  height: 80px;
}
li.imgOutline.width-80 {
  width: 80px;
}
li.imgOutline.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
li.imgOutline .height-50 {
  height: 50px;
}
li.imgOutline .small {
  font-size: 11px;
}
#sp-search input.mod-finder-searchword {
  padding: 0;
  color: transparent;
}
#sp-search .finder input[type="text"] {
  height: 30px;
  line-height: 30px;
  color: #000;
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.1);
  padding: 0 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-search .finder label {
  display: none;
}
#sp-search #mod-finder-searchform {
  position: relative;
  display: inline-block;
}
#sp-search #mod-finder-searchform:after {
  content: "\f002";
  position: absolute;
  font-family: FontAwesome;
  right: 10px;
  top: 26px;
  color: #000;
}
#sp-search form#mod-finder-searchform {
  margin: -23px 0 0 0;
}
ul#finder-filter-select-list {
  top: 4em !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
#search-form .word .button {
  margin-top: -10px;
}
li.pagenav-prev a,
li.pagenav-next a {
  display: inline-block;
  margin-top: 20px;
}
.pagination ul {
  text-align: center;
  box-shadow: none;
}
.pagination ul li a {
  font-weight: 400;
  padding: 8px 16px;
  background-color: rgba(255,255,255,0.6);
  color: #616469;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-right: 2px;
  border: 1px solid #EBEBEB;
}
.pagination ul li a:hover {
  background-color: #fff;
}
.pagination ul li.pagination-active a {
  font-weight: 700;
}
.entry-content .table-bordered {
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.entry-content .table-bordered td,
.entry-content .table-bordered th {
  border-left: 1px solid #EBEBEB;
}
.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
  background-color: rgba(255,255,255,0.6);
}
ul.category-module,
ul.categories-module {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.category-module > li,
ul.categories-module > li {
  padding: 5px 0;
}
ul.category-module > li ul,
ul.categories-module > li ul {
  list-style: none;
}
ul.category-module > li h4,
ul.category-module > li h3,
ul.category-module > li h2,
ul.category-module > li h5,
ul.category-module > li h6,
ul.categories-module > li h4,
ul.categories-module > li h3,
ul.categories-module > li h2,
ul.categories-module > li h5,
ul.categories-module > li h6 {
  text-transform: capitalize;
  font-size: 14px;
  margin: 0;
}
*
 * @author Royalitsoft http:
 * @copyright Copyright (c) 2013 - 2014 ThemeWing
 * @license http:
*/

body.bg {
  background-repeat: repeat;
}
ul.contact-email {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.contact-email li {
  display: inline-block;
  line-height: 40px;
  padding: 0px 10px;
}
ul.contact-email li i {
  margin: 0 6px 0 0;
}
#sp-share {
  text-align: right;
}
ul.social-buttons {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.social-buttons li {
  display: inline-block;
}
ul.social-buttons li a.social-icon {
  display: inline-block;
  margin: 0 0 0 -5px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
ul.social-buttons li a.social-icon.facebook:hover {
  background: #3a5897;
  color: #fff;
}
ul.social-buttons li a.social-icon.twitter:hover {
  background: #02afe8;
  color: #fff;
}
ul.social-buttons li a.social-icon.googleplus:hover {
  background: #bd2933;
  color: #fff;
}
ul.social-buttons li a.social-icon.pinterest:hover {
  background: #eb5554;
  color: #fff;
}
ul.social-buttons li a.social-icon.linkedin:hover {
  background: #0077b6;
  color: #fff;
}
ul.social-buttons li a.social-icon.dribbble:hover {
  background: #e21777;
  color: #fff;
}
ul.social-buttons li a.social-icon.flickr:hover {
  background: #f43b77;
  color: #fff;
}
ul.social-buttons li a.social-icon.youtube:hover {
  background: #c42f2a;
  color: #fff;
}
ul.social-buttons li a.social-icon.skype:hover {
  background: #28afed;
  color: #fff;
}
.contact-number {
  text-align: right;
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-number .info {
  font-size: 18px;
}
#header {
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(201, 201, 201, 0.3);
  -moz-box-shadow: 0px 0px 9px 2px rgba(201, 201, 201, 0.3);
  box-shadow: 0px 0px 9px 2px rgba(201, 201, 201, 0.3);
  border: 1px solid rgba(206,206,206,0.6);
  border-bottom: 0;
}
.logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.logo-wrapper .logo-text {
  font-size: 24px;
}
.logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-menu-wrapper {
  position: relative;
}
#menu {
  background-image: url(../images/menu-shadow.png);
  background-repeat: no-repeat;
}
#sp-search {
  text-align: right;
  padding-right: 15px;
  margin-top: 13px;
}
#sp-search .search input.input-block-level {
  color: #fff;
  border: none;
  background-color: rgba(0,0,0,0.03);
  display: inline-block;
  width: 100%;
  margin: -2px 0 0 0;
  padding: 7px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
  line-height: 32px;
  min-height: 32px;
}
#sp-search .search input::-webkit-input-placeholder {
  color: #fff;
}
#sp-search .search input::-moz-placeholder {
  color: #fff;
}
#sp-search .search input:-moz-placeholder {
  color: #fff;
}
#sp-search .search input:-ms-input-placeholder {
  color: #fff;
}
#sp-search .search form {
  margin: 0 !important;
  position: relative;
}
#sp-search .search i {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #fff;
  font-size: 14px;
  text-shadow: none;
}
#sp-landing1 {
  padding: 50px 30px 0;
  text-align: center;
  background: #1E2329;
}
#sp-landing1 h2 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  margin: 30px 0;
}
#sp-landing1 p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
#sp-landing1 p {
  margin-bottom: 0;
}
#sp-landing1 .btn-transparent {
  margin: 40px 0 50px;
}
#sp-landing2 {
  padding: 80px 30px 0;
  background: #1E2329;
}
#sp-landing2 h2 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  margin: 30px 0;
}
#sp-landing2 p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
#sp-landing2 .btn-transparent {
  margin: 40px 0 50px;
}
#sp-landing2 .landing-desc {
  margin-top: 80px;
  padding: 20px 30px;
}
#sp-landing3 .custom {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  padding: 100px 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #12181F;
}
#sp-landing3 .custom h2 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  margin-bottom: 30px;
}
#sp-landing3 .custom p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
#sp-landing3 .btn-transparent {
  margin: 40px 0 0;
}
#sp-slideshow-wrapper #sp-slideshow {
  overflow: hidden;
}
#sp-slideshow-wrapper .tp-leftarrow {
  width: 36px !important;
  height: 38px !important;
  background: url(../images/large_right.png) no-Repeat 0 0 !important;
  left: 0px !important;
  display: block;
}
#sp-slideshow-wrapper .tp-rightarrow {
  width: 36px !important;
  height: 38px !important;
  background: url(../images/large_right.png) no-Repeat 100% 0 !important;
  right: 0px !important;
  display: block;
}
#sp-slideshow .sprocket-features .sprocket-features-content {
  top: 20%;
  left: 25%;
}
#sp-slideshow .sprocket-features-arrows .arrow {
  width: 30px;
  height: 35px;
  line-height: 35px;
}
#sp-slideshow .sprocket-features-arrows .arrow span {
  font-size: 40px;
  left: 12px;
}
#sp-slideshow .sprocket-features-arrows .prev {
  left: 0;
}
#sp-slideshow .sprocket-features-arrows .next {
  right: 0;
}
#sub-title {
  text-align: center;
  padding: 20px 0;
  background: rgba(255,255,255,0.6);
  -webkit-box-shadow: 0px 0px 9px 2px rgba(201, 201, 201, 0.3);
  -moz-box-shadow: 0px 0px 9px 2px rgba(201, 201, 201, 0.3);
  box-shadow: 0px 0px 9px 2px rgba(201, 201, 201, 0.3);
  border: 1px solid rgba(206,206,206,0.6);
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sub-title #sp-sub-title h1 {
  font-size: 40px;
}
#sub-title #sp-breadcrumb ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
#sub-title #sp-breadcrumb ul.breadcrumb >li {
  text-shadow: none;
}
#sub-title #sp-breadcrumb ul.breadcrumb li {
  font-size: 14px;
}
.banner {
  text-align: center;
  padding: 80px 0;
}
.banner h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #fff;
}
.banner span {
  font-size: 22px;
  color: #bbb;
}
#sp-action-home {
  text-align: center;
}
#sp-action-home h2 {
  font-size: 32px;
  margin-bottom: 5px;
}
#sp-action-home h3 {
  margin-top: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.thw-features.feature-design .thw-feature {
  text-align: center;
  margin-bottom: 10px;
}
.thw-features.feature-design .thw-feature .feature-icons {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.thw-features.feature-design .thw-feature .feature-icons i {
  font-size: 70px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  line-height: 200px;
  height: 200px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 0 0% 90% 0;
  -moz-border-radius: 0 0% 90% 0;
  border-radius: 0 0% 90% 0;
  background: #fff;
  -webkit-box-shadow: inset 0 0px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.thw-features.feature-design .thw-feature .feature-desc {
  padding: 25px 15px 0;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  border-top: 0;
}
.thw-features.feature-design .thw-feature .feature-desc h4 {
  margin: 0 0 15px;
}
.thw-features.feature-design .thw-feature:hover .feature-icons {
  background: #2A3038;
}
.thw-features.feature-design .thw-feature:hover .feature-icons i {
  -webkit-border-radius: 90% 0% 0 0;
  -moz-border-radius: 90% 0% 0 0;
  border-radius: 90% 0% 0 0;
}
.thw-features.feature-design .thw-feature a.btn-feature {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
  -webkit-transition: 1000ms;
  -moz-transition: 1000ms;
  -o-transition: 1000ms;
  transition: 1000ms;
  text-transform: uppercase;
}
.thw-features.feature-design .thw-feature a.btn-feature:hover {
  color: #333;
}
.thw-features.feature2-design .thw-feature {
  text-align: center;
}
.thw-features.feature2-design .thw-feature .feature-icons i {
  font-size: 30px;
  background: #fff;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 15px;
  border: 1px solid #EBEBEB;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.thw-features.feature2-design .thw-feature .feature-icons i:hover {
  background: #e2231a;
  color: #fff;
}
.thw-features.feature2-design .thw-feature a.btn-feature {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
  -webkit-transition: 1000ms;
  -moz-transition: 1000ms;
  -o-transition: 1000ms;
  transition: 1000ms;
  text-transform: uppercase;
}
.thw-features.feature2-design .thw-feature a.btn-feature:hover {
  color: #333;
}
.tab-classic .sprocket-tabs {
  text-align: center;
}
.tab-classic .sprocket-tabs .sprocket-tabs-nav {
  border-bottom: none;
  background: none;
  display: inline-block;
}
.tab-classic .sprocket-tabs .sprocket-tabs-nav > li.active {
  position: relative;
  background: #fff;
  border: 1px solid #fff;
}
.tab-classic .sprocket-tabs .sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  border: 0;
  background: none;
}
.tab-classic .sprocket-tabs .sprocket-tabs-nav > li.active:after {
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -15px;
  content: "";
  width: auto;
  height: auto;
  border-width: 15px 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.tab-classic .sprocket-tabs .sprocket-tabs-nav li {
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  margin-right: 20px;
}
.tab-classic .sprocket-tabs .sprocket-tabs-nav li .sprocket-tabs-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 35px;
}
.tab-classic .sprocket-tabs .sprocket-tabs-nav li .sprocket-tabs-inner img.sprocket-tabs-icon {
  float: none;
  margin: 0;
}
.tab-classic .sprocket-tabs .sprocket-tabs-nav li .sprocket-tabs-inner .sprocket-tabs-text {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.tab-classic .sprocket-tabs .sprocket-tabs-panels {
  text-align: left;
  margin-top: 50px;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  padding: 30px;
}
.tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap {
  text-align: left;
}
.tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-img {
  float: left;
  margin-right: 20px;
}
.thw-latest-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  display: inline-block;
}
.thw-latest-item ul li:nth-child(odd) {
  background: rgba(255,255,255,0.6);
  border-bottom: 1px solid #f3f3f3;
}
.thw-latest-item ul li:nth-child(even) {
  border-bottom: 1px solid #f3f3f3;
}
.thw-latest-item ul li:nth-child(even) .latest-item-image {
  float: right;
}
.thw-latest-item ul li .latest-item-inner {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.thw-latest-item ul li .latest-item-inner .latest-item-desc {
  margin-top: 50px;
}
.thw-latest-item ul li .latest-item-inner .latest-item-desc h4 {
  margin-top: 20px;
  display: inline-block;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container {
  margin: -10px;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  margin: 10px;
  border: none;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.project-home .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;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  margin: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  overflow: hidden;
}
.project-home .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;
  -o-transition: 500ms;
  transition: 500ms;
  background: url(../images/hover-image-white.png) no-repeat 50% 50% !important;
  height: 36px;
  width: 36px;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper {
  position: relative;
  background: rgba(255,255,255,0.6);
  padding: 0 0 10px;
  margin-bottom: 0px;
  border: 1px solid #EBEBEB;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  border-top: 0;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  width: auto;
  height: auto;
  border-width: 12px 12px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head {
  text-align: center;
  margin: 0;
  padding: 0;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head h4.sprocket-mosaic-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0 0 0;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head .sprocket-mosaic-text {
  display: none;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head .sprocket-mosaic-read-more {
  display: none;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head ul.sprocket-mosaic-tags {
  font-size: 13px !important;
  background: none;
  padding: 0;
  margin: 0;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head ul.sprocket-mosaic-tags li {
  background: none;
  padding: 0;
  margin: 0 5px 0 0;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head a.sprocket-readmore {
  display: none;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container {
  background: #222;
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container img {
  opacity: .5;
  filter: alpha(opacity=50);
}
.project-home .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container .sprocket-mosaic-hover {
  right: 45%;
  top: 45%;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-core-feature {
  padding: 50px 30px;
}
.features-inner {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  color: rgba(255,255,255,0.9);
}
.features-inner i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.features-inner i:hover {
  background: #fff;
  border: 2px solid #fff;
}
.features-inner h4 {
  margin: 30px 0 20px;
  color: #fff;
}
#sp-achievement {
  padding: 60px 30px;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
}
.achievement-inner {
  text-align: center;
  margin: 20px 0;
}
.achievement-inner i {
  font-size: 35px;
  line-height: 35px;
}
.achievement-inner h4 {
  margin: 25px 0 15px;
  font-size: 40px;
}
.testimonial-classic .sprocket-features {
  margin-bottom: 130px;
}
.testimonial-classic .sprocket-features .sprocket-features-list {
  overflow: visible !important;
}
.testimonial-classic .sprocket-features .sprocket-features-list .sprocket-features-container {
  position: relative;
}
.testimonial-classic .sprocket-features .sprocket-features-list .sprocket-features-container .sprocket-features-img-container img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -20px;
  margin-bottom: 20px;
}
.testimonial-classic .sprocket-features .sprocket-features-list .sprocket-features-container .sprocket-features-title {
  position: absolute;
  bottom: -100px;
  left: 45%;
  font-size: 24px;
  line-height: 35px;
  text-transform: capitalize;
}
.testimonial-classic .sprocket-features .sprocket-features-list .sprocket-features-container .sprocket-features-title small {
  font-style: italic;
  display: block;
  font-size: 12px;
}
.testimonial-classic .sprocket-features .sprocket-features-list .sprocket-features-container .sprocket-features-desc {
  position: relative;
}
.testimonial-classic .sprocket-features .sprocket-features-pagination {
  left: auto;
  right: 20px;
  bottom: -110px;
}
.testimonial-classic .sprocket-features .sprocket-features-pagination li {
  padding: 5px;
  opacity: 0.3;
}
.choose-list .sprocket-lists {
  border: none;
}
.choose-list .sprocket-lists li .indicator {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  color: #fff;
}
.choose-list .sprocket-lists li.active {
  border-top: 1px solid #333;
}
.choose-list .sprocket-lists li.active .indicator {
  border-top-color: #333;
}
.choose-list .sprocket-lists-title {
  padding: 12px 0 !important;
  margin: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
  font-size: 14px !important;
}
.choose-list .sprocket-lists-title .indicator {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 18px;
  cursor: pointer;
  text-align: center;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.choose-list .sprocket-lists-title .indicator span {
  display: none;
}
.choose-list .sprocket-lists-title .indicator:before {
  content: '+';
  display: inline-block;
  position: absolute;
  top: -32px;
  left: -6px;
  font-size: 18px;
}
.choose-list .sprocket-lists-item .sprocket-padding {
  padding: 0 0 15px;
}
.choose-list .active .sprocket-lists-title .indicator:before {
  content: '-';
  font-size: 1.8em;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
  border-bottom: 0;
}
.choose-list .active .indicator {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-main-body-wrapper {
  padding: 30px 0 20px;
}
.featured  #sp-main-body-wrapper {
  padding: 0;
}
.need-help-inner {
  padding: 0 20px 20px;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  text-align: center;
  margin: 40px 0;
}
.need-help-inner h4 {
  margin-top: 0;
}
.need-help-inner span.need-help-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  margin-top: -12px;
  color: #fff;
  text-indent: 2px;
  top: -20px;
  position: relative;
  font-size: 25px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-partners-wrapper {
  text-align: center;
}
#sp-newsletter-wrapper {
  background: #1E2329;
  padding: 50px 0;
}
#sp-newsletter-wrapper .acymailing_module_form {
  color: #fff;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_introtext {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px !important;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname,
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail {
  display: inline-block;
  width: 40%;
  margin-left: 20px;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname input[type="text"],
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail input[type="text"] {
  margin: 10px 0;
  padding: 9px 0 9px 10px;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname input::-webkit-input-placeholder,
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail input::-webkit-input-placeholder {
  color: #fff;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname input::-moz-placeholder,
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail input::-moz-placeholder {
  color: #fff;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname input:-moz-placeholder,
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail input:-moz-placeholder {
  color: #fff;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname input:-ms-input-placeholder,
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail input:-ms-input-placeholder {
  color: #fff;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .acysubbuttons {
  display: inline-block;
  text-align: left;
  width: 15%;
  margin-left: 10px;
}
#sp-newsletter-wrapper .acymailing_module_form input[type="text"] {
  background-color: rgba(66,70,75,0.8);
  border: 1px solid #535353;
  color: #fff;
}
#sp-bottom-wrapper {
  background: rgba(255,255,255,0.6);
  background-repeat: repeat;
  border-top: 1px solid #EBEBEB;
}
#sp-bottom-wrapper h3.header {
  margin-bottom: 20px;
  font-size: 20px;
}
#sp-bottom-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-bottom-wrapper ul li {
  line-height: 24px;
  padding-bttom: 3px;
}
#sp-bottom-wrapper div.k2ItemsBlock ul li {
  line-height: 24px;
  padding-bttom: 3px;
}
#sp-bottom-wrapper div.k2ItemsBlock ul li.media {
  margin-top: 0;
  margin-bottom: 8px;
}
.share-info i {
  background: rgba(0,0,0,0.35);
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: rgba(255,255,255,0.8);
}
.share-info i:hover {
  color: #fff;
}
#sp-footer-wrapper {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 30px;
}
#sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 20px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 20px 0 0;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
  color: #fff;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
  position: fixed;
  bottom: 25px;
  right: 10px;
}
#sp-footer-wrapper .sp-totop i {
  background: #fff;
  border: 1px solid #EBEBEB;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  display: block;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.thw-team {
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  text-align: center;
}
.thw-team .team-image {
  position: relative;
  overflow: hidden;
}
.thw-team .team-desc {
  position: absolute;
  background: #FFF;
  text-align: center;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.thw-team .team-desc .team-desc-wrap {
  margin-top: 15px;
  padding: 15px;
}
.thw-team .team-content-wrap h4 {
  margin-bottom: 0;
  line-height: 18px;
}
.thw-team .team-content-wrap span {
  color: #AAA;
  font-size: 12px;
  margin-bottom: 0;
  display: inline-block;
}
.thw-team .team-social-share {
  padding: 8px;
}
.thw-team .team-social-share a {
  color: #C4C4C4;
}
.thw-team .team-social-share a:hover {
  color: #333;
}
.thw-team .team-social-share i {
  padding: 5px;
}
.thw-team:hover .team-desc {
  top: 0;
}
.pricing-table {
  position: relative;
  text-align: center;
  background: rgba(255,255,255,0.6);
  margin-top: 60px;
  padding: 20px;
  border: 1px solid #EBEBEB;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.pricing-table.featured .table-price {
  background: #000;
}
.pricing-table .table-price {
  position: absolute;
  top: -50px;
  left: 28%;
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 10px solid #F6F6F6;
  -webkit-box-shadow: 0 -4px 0 1px #FFF;
  -moz-box-shadow: 0 -4px 0 1px #FFF;
  box-shadow: 0 -4px 0 1px #FFF;
  color: #fff;
}
.pricing-table .table-price h3 {
  color: #fff;
  margin: 30px 0 0;
  line-height: 25px;
  font-size: 30px;
  font-weight: 300;
}
.pricing-table h4 {
  margin: 60px 0 15px;
  font-size: 25px;
  display: inline-block;
}
.pricing-table .table-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .table-details ul li {
  padding: 10px 0;
  margin: 0 -20px;
}
.pricing-table .table-details ul li:nth-child(even) {
  background: #F0F0F0;
}
.pricing-table a.btn-pricing {
  width: 45%;
  height: auto;
  display: inline-block;
  padding: 6px 0;
  margin: 30px 0 10px;
}
.accordion .accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  background: rgba(255,255,255,0.6);
  border: 0;
}
.accordion .accordion-group .accordion-inner {
  border: 0;
  border-top: none;
}
.about-progress {
  height: 15px;
  margin-bottom: 16px;
  overflow: visible;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.about-progress .about-bar {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: right;
}
.about-progress .about-bar span {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  height: 32px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -9px;
  right: -3px;
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.services-inner i {
  font-size: 35px;
}
.services-inner h4 {
  margin-top: 0;
}
.services-inner2,
.contact-inner {
  text-align: center;
  margin-bottom: 40px;
}
.services-inner2 i,
.contact-inner i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.services-inner2 i:hover,
.contact-inner i:hover {
  color: #fff;
}
.services-inner2 h4,
.contact-inner h4 {
  margin: 25px 0 15px;
}
.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;
}
.sprocket-mosaic {
  text-align: center;
}
.sprocket-mosaic .sprocket-mosaic-header {
  margin-bottom: 0 !important;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  float: none !important;
  text-align: center;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter,
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  margin: 0 0 40px;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li,
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order li {
  padding: 3px 8px;
  text-transform: none;
  background: rgba(255,255,255,0.6);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #EBEBEB;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li.active,
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order li.active {
  color: #fff;
}
.sprocket-mosaic .sprocket-mosaic-loadmore {
  background: none;
  border: 0 none;
  border-radius: 0;
  margin: 40px auto 0;
  display: inline-block;
  width: auto;
  padding: 0;
}
.sprocket-mosaic .sprocket-mosaic-loadmore .loadmore-more i {
  font-size: 22px;
  display: inline-block;
  line-height: 30px;
  text-shadow: 0px 1px 2px rgba(255,255,255,0.7);
}
.sprocket-mosaic .sprocket-mosaic-loadmore .loadmore-info {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-loadmore .loadmore-text {
  font-size: 18px;
}
.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: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.layout-slideshow .sprocket-features-arrows .arrow span {
  font-weight: 400;
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: -1px;
}
#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;
  position: relative;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
#sp-main-menu ul.level-0 > li >a i {
  font-size: 20px;
  display: inline-block;
  width: 20px;
  text-align: center;
  height: auto;
  line-height: 19px;
}
#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.active {
  background: rgba(0,0,0,0.3);
  color: #fff;
}
#sp-main-menu ul.level-0 > li >a:hover {
  border-top: 3px solid #e2231a;
  background: rgba(0,0,0,0.3);
}
#sp-main-menu ul.level-0 > li >a:hover >a {
  color: #fff;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  color: #fff;
  background: rgba(0,0,0,0.4);
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #f5f5f5;
  position: relative;
  text-transform: uppercase;
}
#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-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 15px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
#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: 10px;
}
#sp-main-menu div.sp-menu-group {
  margin: 0;
  border-right: 1px solid #f6f6f6;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
  font-weight: 700;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 15px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
  opacity: 0;
  -webkit-transition: visibility 300ms, opacity 300ms, -webkit-transform 300ms cubic-bezier(.43,.26,.11,.99);
  -moz-transition: visibility 300ms, opacity 300ms, -moz-transform 300ms cubic-bezier(.43,.26,.11,.99);
  -o-transition: visibility 300ms, opacity 300ms, -o-transform 300ms cubic-bezier(.43,.26,.11,.99);
  -ms-transition: visibility 300ms, opacity 300ms, -ms-transform 300ms cubic-bezier(.43,.26,.11,.99);
  transition: visibility 300ms, opacity 300ms, transform 300ms cubic-bezier(.43,.26,.11,.99);
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
  box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
}
.sp-submenu.sub-level-child {
  -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
  box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
}
.sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.fixed-menu {
  position: fixed !important;
  -webkit-animation: fadeInDown 600ms;
  -moz-animation: fadeInDown 600ms;
  -ms-animation: fadeInDown 600ms;
  -o-animation: fadeInDown 600ms;
  animation: fadeInDown 600ms;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow:  0 2px 10px rgba(0,0,0,.15);
  -moz-box-shadow:  0 2px 10px rgba(0,0,0,.15);
  box-shadow:  0 2px 10px rgba(0,0,0,.15);
}
#sp-menu-wrapper.fixed-menu {
  background: rgba(35,31,32,0.7) !important;
}
#sp-menu-wrapper.fixed-menu #menu {
  background: rgba(35,31,32,0.7) !important;
}
.sp-main-menu-toggler {
  background: rgba(0,0,0,0.15) !important;
  left: 0px;
  right: auto;
  z-index: 99999 !important;
  top: 0px;
  border: none;
  box-shadow: none !important;
}
.icon-align-justify:before {
  padding: 13px 6px 14px;
  display: inline-block;
}
.sp-mobile-menu ul li {
  background: #fff;
  padding: 0 25px;
}
.sp-mobile-menu ul li.active > a,
.sp-mobile-menu ul li:hover > a,
.sp-mobile-menu ul li span.sp-menu-toggler {
  color: #333;
}
.sp-mobile-menu ul li.active > a {
  font-weight: bold;
  color: #000;
}
#sp-header-wrapper {
  position: relative;
}
#menu {
  position: relative;
}
.sp-mobile-menu {
  z-index: 99994;
  top: 47px;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3.header {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: normal;
}
.module.orange,
.module.maroon,
.module.blue,
.module.gray,
.module.pink {
  padding: 20px;
  color: #fff;
}
.module.orange h3.header,
.module.maroon h3.header,
.module.blue h3.header,
.module.gray h3.header,
.module.pink h3.header {
  padding: 0 0 10px 0;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.maroon {
  background: #E02D53;
}
.module.maroon a {
  color: #E02D53;
}
.module.maroon a:hover {
  color: #E02D53;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.module-bg {
  background: rgba(255,255,255,0.6);
  padding: 30px 20px;
  border: 1px solid #EBEBEB;
}
.module.title-arrow-white h3.header {
  color: #fff;
}
.module.title-arrow-white h3.header span {
  border-bottom: 1px solid #fff;
}
.module.title-arrow-white h3.header span:after {
  background: #fff;
}
.module.title-arrow h3.header,
.module.title-arrow-white h3.header {
  letter-spacing: -1px;
  font-size: 30px;
}
.module.title-arrow h3.header span,
.module.title-arrow-white h3.header span {
  padding: 0 0 10px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.module.title-arrow h3.header span:after,
.module.title-arrow-white h3.header span:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  bottom: -5px;
  margin-left: -5px;
  -webkit-transform: rotate(135deg);
  left: 50%;
  border-left: 0 none;
  border-bottom: 0 none;
}
.module.title-center h3.header {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 35px;
}
h3 {
  font-size: 25px;
  line-height: 25px;
}
h4 {
  font-size: 18px;
}
body {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
ul li {
  line-height: 24px;
}
a,
a:hover,
a.active,
a:focus {
  text-decoration: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
a:focus,
a.active {
  border: 0;
  outline: 0;
  outline-offset: 0;
}
.btn-primary,
.rs-readmore {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 15px;
}
.btn-big {
  padding: 8px 40px;
  display: inline-block;
}
.btn,
.btn-group>.btn:first-child {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 14px;
  border: 0;
}
.btn-primary,
.rs-readmore,
.readmore,
input[type='submit'],
.button,
button,
li.pagenav-prev a,
li.pagenav-next a {
  color: #fff;
  border: 4px double rgba(255,255,255,0.2);
  background-image: none;
  padding: 6px 12px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: 800ms !important;
  -moz-transition: 800ms !important;
  -o-transition: 800ms !important;
  transition: 800ms !important;
}
.btn-primary:hover,
.rs-readmore:hover,
.readmore:hover,
input[type='submit']:hover,
.button:hover,
button:hover,
li.pagenav-prev a:hover,
li.pagenav-next a:hover {
  border: 4px double rgba(255,255,255,0.4);
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #000;
  color: #fff;
}
a.slide-btn {
  padding: 12px 30px;
  background: #fff;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
a.btn-transparent {
  padding: 15px 50px;
  font-size: 25px;
  line-height: 25px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  display: inline-block;
}
a.btn-transparent:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
input[type='submit']:hover {
  color: #fff;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.portfolio-details h2 {
  margin-top: 0;
}
.entry-content .pull-left {
  float: none;
}
.rtl .entry-content .pull-left {
  float: none;
}
.media>.pull-left {
  margin-right: 20px;
}
.media>.pull-right {
  margin-left: 20px;
}
.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,
ul.arrow-double li,
ul.tick li,
ul.cross li,
ul.star li,
ul.rss li,
ul.check li {
  padding: 3px 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: 12px;
}
.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;
}
.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;
}
.rtl .pull-right {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.rtl .media>.pull-left {
  margin-left: 20px;
  margin-right: 0;
}
.rtl #sp-share {
  text-align: left;
}
.rtl ul.contact-email li i {
  margin: 0 0 0 6px;
}
.rtl .contact-number {
  text-align: left;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f053";
  left: 10px;
  top: 10px;
  right: auto;
}
.rtl .sp-mobile-menu ul li span.sp-menu-toggler {
  float: left;
}
.rtl .icon-angle-right:before {
  content: "\f104";
}
.rtl .sp-main-menu-toggler {
  left: auto;
  right: 0;
}
.rtl #sp-search {
  text-align: left;
  padding-left: 15px;
  padding-right: 0;
}
.rtl #sp-search .search i {
  left: 10px;
  right: auto;
}
.rtl #sp-share-wrapper {
  left: 30px;
  right: auto;
}
.rtl #sp-action {
  -webkit-border-radius: 60px 0 0 60px;
  -moz-border-radius: 60px 0 0 60px;
  border-radius: 60px 0 0 60px;
}
.rtl .action .action-left {
  float: right;
}
.rtl .action .action-right {
  float: left;
}
.rtl #sp-action:after {
  right: 0;
  left: auto;
}
.rtl .action h2 {
  padding-right: 40px;
  padding-left: 0;
}
.rtl .action h3 {
  padding-right: 40px;
  padding-left: 0;
}
.rtl .thw-latest-item li:nth-child(even) .latest-item-image {
  float: left;
}
.rtl .tab-classic .sprocket-tabs .sprocket-tabs-panels {
  text-align: right;
}
.rtl .choose-list .sprocket-lists li .indicator {
  border-left: 0px solid transparent;
  border-right: 35px solid transparent;
}
.rtl .choose-list .sprocket-lists-title .indicator {
  right: auto;
  left: 0;
}
.rtl .choose-list .sprocket-lists-title .indicator:before {
  left: auto;
  right: -15px;
}
.rtl .layout-showcase .sprocket-features-img-container img {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
.rtl .testimonial-classic .sprocket-features .sprocket-features-pagination {
  right: auto;
  left: 20px;
}
.rtl #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .acysubbuttons {
  text-align: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname,
.rtl #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail {
  margin-left: 0;
  margin-right: 20px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rtl #sp-footer-wrapper ul.nav li {
  margin: 0 0 0 20px;
}
.rtl #sp-footer-wrapper .sp-totop {
  left: 10px;
  right: auto;
}
.rtl .about-progress .about-bar span {
  left: -3px;
  right: auto;
}
.rtl div.itemComments ul.itemCommentsList li span.commentLink {
  float: left;
}
.rtl div.itemBackToTop {
  text-align: left;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .responsive #sp-slideshow-wrapper #sp-slideshow .tp-caption.large_text {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive ul.contact-email li {
    font-size: 12px;
    padding: 0px 5px;
  }
  .responsive #menu {
    padding: 0 0 8px 0;
  }
  .responsive #sp-slideshow-wrapper #sp-slideshow .tp-caption.large_text {
    font-size: 32px !important;
  }
  .responsive #sp-slideshow .sprocket-features .sprocket-features-content .sprocket-features-title {
    font-size: 22px;
  }
  .responsive #sp-slideshow .sprocket-features .sprocket-features-content .sprocket-features-desc {
    font-size: 16px;
  }
  .responsive .thw-features .row-fluid [class*="span"] {
    width: 42%;
    float: left;
    margin: 20px;
  }
  .responsive .thw-features .row-fluid [class*="span"]:first-child {
    margin: 20px;
  }
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .pull-left,
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .pull-right {
    float: none;
  }
  .responsive #sp-footer-wrapper ul.nav li {
    margin: 0 12px 0 0;
  }
  .responsive .pricing-table .table-price {
    left: 12%;
  }
  .responsive .thw-team .team-desc .team-desc-wrap {
    font-size: 13px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-logo {
    margin: 0 auto;
    text-align: center;
  }
  .responsive #sp-logo .logo-wrapper {
    display: inline-block;
  }
  .responsive ul.contact-email {
    text-align: center;
  }
  .responsive ul.contact-email li {
    line-height: 25px;
  }
  .responsive ul.social-buttons {
    text-align: center;
  }
  .responsive #sp-top-bar2 ul.social-buttons {
    text-align: center;
  }
  .responsive .contact-number {
    text-align: center;
  }
  .responsive .contact-number .info {
    margin: auto;
  }
  .responsive .icon-align-justify:before {
    padding: 12px 6px 11px;
  }
  .responsive .sp-mobile-menu ul li {
    padding: 0 15px;
  }
  .responsive #sp-search {
    margin-top: -20px;
    padding-bottom: 7px;
  }
  .responsive #sp-search .search input.input-block-level {
    width: 50%;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.small_text {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.medium_text {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.large_text {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .responsive #sp-slideshow-wrapper a.slide-btn {
    margin-top: 10px;
    padding: 15px 20px;
    font-size: 13px;
    display: inline-block;
  }
  .responsive #sp-slideshow .sprocket-features .sprocket-features-content .sprocket-features-title {
    font-size: 17px;
  }
  .responsive #sp-slideshow .sprocket-features .sprocket-features-content .sprocket-features-desc {
    font-size: 13px;
  }
  .responsive #sp-landing2 .landing-desc {
    margin-top: 0;
  }
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-nav li {
    width: 90px;
    height: 130px;
  }
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .pull-left,
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .pull-right {
    float: none;
  }
  .responsive .latest-view {
    margin-top: 20px;
  }
  .responsive .thw-team {
    margin-bottom: 20px;
  }
  .responsive .pricing-table .table-price {
    left: 38%;
  }
  .responsive .pagination ul li a {
    margin-bottom: 2px;
  }
}
@media (max-width: 350px) {
  .responsive #sp-contact-info {
    margin-top: 0;
  }
  .responsive .contact-number .info {
    font-size: 16px;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.small_text {
    font-size: 7px !important;
    line-height: 7px !important;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.medium_text {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.large_text {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .responsive #sp-slideshow-wrapper a.slide-btn {
    margin-top: 5px;
    padding: 10px 15px;
    font-size: 13px;
    display: inline-block;
  }
  .responsive #sp-slideshow .sprocket-features .sprocket-features-content .sprocket-features-title {
    font-size: 12px;
  }
  .responsive #sp-slideshow .sprocket-features .sprocket-features-content .sprocket-features-desc {
    display: none;
  }
  .responsive a.btn-transparent {
    font-size: 20px;
    padding: 15px 20px;
  }
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-nav li {
    margin: 20px;
  }
  .responsive .tab-classic .sprocket-tabs .sprocket-tabs-panels .tab-wrap .tab-img {
    float: none;
  }
  .responsive #sp-footer-wrapper ul.nav {
    margin: 0 10px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
