.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 .entry-content .pull-left img,
.blog .item .entry-content .pull-left img,
.featured .items-leading .entry-content .pull-left img,
.featured .item .entry-content .pull-left img {
  margin: 0 0 20px;
}
.blog .items-leading .entry-header .entry-title,
.blog .item .entry-header .entry-title,
.featured .items-leading .entry-header .entry-title,
.featured .item .entry-header .entry-title {
  margin: 10px 0 30px 0;
  font-weight: 300;
}
.blog .items-leading .entry-header .entry-title a,
.blog .item .entry-header .entry-title a,
.featured .items-leading .entry-header .entry-title a,
.featured .item .entry-header .entry-title a {
  color: #2F383D;
}
.blog .items-leading .entry-meta .readmore,
.blog .item .entry-meta .readmore,
.featured .items-leading .entry-meta .readmore,
.featured .item .entry-meta .readmore {
  display: inline-block;
  margin-top: 20px;
}
.blog .items-more ul,
.featured .items-more ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-page .entry-title {
  margin: 20px 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}
.item-page .entry-title a {
  color: #2F383D;
}
.item-page .entry-content .pull-left img {
  margin: 0 0 20px;
}
#sp-right ul {
  padding: 0;
  margin: 0;
}
#sp-right ul li {
  list-style: none;
  padding: 3px 0;
}
#sp-right ul li h4 {
  text-transform: none;
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.entry-meta.muted {
  color: #9AA7AF;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 20px;
}
.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;
}
label.invalid {
  color: #c83025;
}
#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;
}
.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: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-right: 2px;
  border: 1px solid #f2f2f2;
}
.pagination ul li a:hover {
  background-color: #fff;
}
.pagination ul li.pagination-active a {
  font-weight: 700;
}
.entry-content .table-bordered {
  border: 1px solid #f5f5f5;
  -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 #f5f5f5;
}
.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-bordered thead:first-child tr:first-child>th:last-child {
  background-color: #f2f2f2;
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
  background-color: #f8f8f8;
}
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;
}
.contentpane.modal {
  position: inherit;
  top: auto;
  left: auto;
  z-index: 1050;
  width: auto;
  margin-left: auto;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contentpane ul > li.thumbnail {
  float: left;
  margin-bottom: 18px;
  margin: 0 0 15px 15px;
  display: block;
  padding: 4px;
  height: 80px;
  width: 80px;
  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;
}
.contentpane ul > li.thumbnail .height-50 {
  height: 50px;
}
.contentpane ul > li.thumbnail .small {
  font-size: 11px;
}
.contentpane ul.manager.thumbnails .icon-folder-2 {
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  text-align: right;
  font-style: normal;
  display: block;
  background: url(../images/icon-folder2.png) no-repeat 50% 50%;
}
.contentpane .well {
  min-height: 50px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.contentpane .well .span9.control-group {
  float: left;
}
.contentpane .well .row {
  clear: both;
}
.contentpane .well .control-group {
  margin-bottom: 11.5px;
}
.contentpane .well .span6 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.contentpane .well label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.contentpane .well input[type="text"] {
  width: auto;
  display: block;
  background: #fff;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.7142857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
}
.contentpane .window .window-mainbody {
  padding: 20px;
}
.contentpane .window #imageForm {
  margin: 0;
  width: auto;
}
.contentpane label {
  font-weight: 400;
}
.contentpane .window #imageForm .chzn-container {
  float: left;
}
.contentpane .window #imageForm #upbutton {
  border: 1px solid #dddddd;
  float: left;
  padding: 3px 12px;
  margin-left: 5px;
}
.contentpane .window #imageForm .pull-right {
  margin-right: 0;
}
.contentpane .pull-right {
  float: right !important;
}
#searchForm fieldset {
  margin: 20px 0;
}
fieldset.only .checkbox {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#searchForm button {
  padding: 4px 15px;
  background: #e5e5e5;
}
.search-results .result-title {
  font-size: 14px;
  margin-top: 20px;
  font-family: 'Roboto Slab', serif;
  display: inline-block;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  display: block;
  font-size: 12px;
  color: #999999;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-left: 0;
}
#header,
#sub-title,
#action,
#feature,
#feature2,
#content,
#middle,
#teams,
#position,
#main-body,
#users,
#latest,
#home-tab,
#project,
#content-top,
#testimonial,
#user-top,
#newsletter,
#top-bar,
#bottom,
#footer {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.address-details {
  text-align: left;
  line-height: 35px;
}
.address-details .info {
  margin-right: 10px;
  color: #C2C2C2;
  font-size: 14px;
}
.address-details .info a {
  color: #C2C2C2;
}
.address-details .info i {
  margin-right: 5px;
}
ul.social-buttons {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
ul.social-buttons li {
  display: inline-block;
}
ul.social-buttons li a.social-icon {
  display: inline-block;
  width: 32px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #c2c2c2;
  font-size: 14px;
}
ul.social-buttons li a.social-icon.facebook:hover {
  color: #fff;
  background: #3a5897;
}
ul.social-buttons li a.social-icon.twitter:hover {
  color: #fff;
  background: #02afe8;
}
ul.social-buttons li a.social-icon.googleplus:hover {
  color: #fff;
  background: #bd2933;
}
ul.social-buttons li a.social-icon.pinterest:hover {
  color: #fff;
  background: #eb5554;
}
ul.social-buttons li a.social-icon.linkedin:hover {
  color: #fff;
  background: #0077b6;
}
ul.social-buttons li a.social-icon.dribbble:hover {
  color: #fff;
  background: #e21777;
}
ul.social-buttons li a.social-icon.flickr:hover {
  color: #fff;
  background: #f43b77;
}
ul.social-buttons li a.social-icon.youtube:hover {
  color: #fff;
  background: #c42f2a;
}
ul.social-buttons li a.social-icon.skype:hover {
  color: #fff;
  background: #28afed;
}
#header {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-logo {
  text-align: center;
}
.logo-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.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;
}
.body-innerwrapper {
  overflow-x: hidden;
  margin: 30px 0;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0px 0px 1px rgba(0,0,0,0.02), 0 0px 0px 5px rgba(255,255,255,0.3), 0 0px 0px 6px rgba(0,0,0,0.04);
  -webkit-box-shadow: 0 0px 0px 1px rgba(0,0,0,0.02), 0 0px 0px 5px rgba(255,255,255,0.3), 0 0px 0px 6px rgba(0,0,0,0.04);
  -moz-box-shadow: 0 0px 0px 1px rgba(0,0,0,0.02), 0 0px 0px 5px rgba(255,255,255,0.3), 0 0px 0px 6px rgba(0,0,0,0.04);
}
#sp-menu-wrapper {
  position: relative;
  border-top: 1px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
}
#sp-share {
  text-align: right;
}
#sp-share .module {
  margin-top: 0;
}
#sp-search .search {
  text-align: right;
}
#sp-search .search input.input-block-level {
  border: 0;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  background-color: transparent;
  display: inline-block;
  width: 0;
  margin: 0;
  padding: 7px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 48px;
  min-height: 48px;
  -webkit-transition: 500ms linear;
  -moz-transition: 500ms linear;
  -o-transition: 500ms linear;
  transition: 500ms linear;
}
#sp-search .search input.input-block-level:hover,
#sp-search .search input.input-block-level:focus,
#sp-search .search input.input-block-level:active {
  width: 100%;
}
#sp-search .search form {
  margin: 0 !important;
  position: relative;
}
#sp-search .search i {
  position: absolute;
  right: 18px;
  top: 15px;
  font-size: 16px;
  text-shadow: none;
}
#sp-slideshow-wrapper #sp-slideshow {
  position: relative;
  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;
}
.slideshow3 .layout-slideshow .sprocket-features-content {
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}
.slideshow3 .layout-slideshow .sprocket-features-content .sprocket-features-title {
  display: block;
  margin: 0;
  padding: 20px 20px 10px;
}
.slideshow3 .layout-slideshow .sprocket-features-content .sprocket-features-desc {
  display: block;
  padding: 0 20px 20px;
}
.sprocket-features.layout-slideshow .sprocket-features-arrows .arrow {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.sprocket-features.layout-slideshow .sprocket-features-arrows .arrow span {
  font-size: 40px;
  left: 12px;
  top: auto;
}
#sub-title {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff url(../images/sub-title.png);
  border-bottom: 1px solid #f2f2f2;
}
#sub-title #sp-sub-title h1 {
  margin: 0;
  font-size: 30px;
}
#sub-title #sp-breadcrumb ul.breadcrumb {
  text-align: right;
  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: 16px;
}
.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-wrapper {
  padding-top: 60px;
}
.home-action {
  width: 670px;
  margin: 0 auto;
  text-align: center;
}
.home-action h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.home-action h2:after {
  content: " ";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  z-index: 0;
}
.home-action h2:before {
  content: " ";
  position: absolute;
  background: transparent;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  background: #fff;
  z-index: 2;
}
#feature {
  padding-top: 20px;
}
.thw-features.feature-home {
  text-align: center;
}
.thw-features.feature-home .thw-feature {
  padding: 40px 20px 20px;
  border: 4px solid transparent;
  -webkit-transition: ease-in-out 400ms;
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}
.thw-features.feature-home .thw-feature .icon-feature {
  border: 3px solid #f2f2f2;
  width: 100px;
  height: 100px;
  line-height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 3px solid #fff;
  -webkit-transition: ease-in-out 400ms;
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.thw-features.feature-home .thw-feature h3 {
  margin: 35px 0 20px;
  font-size: 16px;
  line-height: 20px;
}
.thw-features.feature-home .thw-feature:hover .icon-feature {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
a.btn-feature {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 0;
  font-size: 13px;
  text-transform: uppercase;
}
a.btn-feature i {
  margin-left: 7px;
}
a.btn-feature:hover {
  color: #000;
}
#sp-latest-wrapper {
  margin-top: 50px;
  padding: 60px 0;
  background-color: #222;
  background-image: url(../images/latest_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}
#latest .module-title-wrap span.module-subtitle {
  margin-bottom: 60px;
}
.latest-img {
  text-align: center;
}
.latest-view {
  position: relative;
}
.latest-view .latest-inner {
  color: #fff;
}
.latest-view .latest-inner .latest-icon {
  position: relative;
}
.latest-view .latest-inner .latest-icon i {
  z-index: 2;
  position: relative;
  font-size: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 3px solid #fff;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.latest-view .latest-inner .latest-icon i:hover {
  color: #fff;
}
.latest-view .latest-inner h3 {
  margin-top: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.latest-view:after {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  height: 100%;
  width: auto;
  border-left: 2px dotted #fff;
  z-index: 1;
}
#sp-project-wrapper {
  padding-top: 60px;
}
.project-style .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  border: none;
}
.project-style .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;
}
.project-style .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-style .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-style .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-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper {
  position: absolute;
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  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;
}
.project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  width: auto;
  height: auto;
  border-width: 10px 10px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
}
.project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head {
  text-align: center;
  margin: 0;
  padding: 0;
}
.project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head h3.sprocket-mosaic-title {
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  padding: 0;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
.project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head .sprocket-mosaic-text {
  display: none;
}
.project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head .sprocket-mosaic-read-more {
  display: none;
}
.project-style .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-style .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-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head a.sprocket-readmore {
  display: none;
}
.project-style .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;
}
.project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container {
  background: #222;
  background: rgba(0,0,0,0.7);
}
.project-style .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);
}
.project-style .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-home-tab-wrapper {
  padding-top: 60px;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav {
  border: none;
  padding: 0 !important;
  background: none;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav > li {
  margin-bottom: 0px;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav > li.active {
  position: relative;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav > li.active:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  left: 20px;
  border-width: 15px 20px 0 0;
  border-style: solid;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  border: none;
  color: #fff;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav > li:first-child.active > .sprocket-tabs-inner {
  border-left: none;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav > li {
  text-align: center;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav > li .sprocket-tabs-inner {
  padding: 12px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: -2px;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav > li .sprocket-tabs-inner img.sprocket-tabs-icon {
  float: none;
  margin: 0;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-nav > li .sprocket-tabs-inner .sprocket-tabs-text {
  display: block;
  font-weight: 300;
  font-size: 16px;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-panels {
  padding: 30px 0 0;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-panels h4 {
  margin-top: 0;
}
.tab-style1 .sprocket-tabs .sprocket-tabs-panels .tab-img {
  float: left;
  margin-right: 20px;
}
#sp-content-top-wrapper {
  margin-top: 60px;
  padding: 60px 0 20px;
  background: #f8f8f8;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.home-services .service-inner {
  padding: 20px;
  margin: 30px 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border: 4px solid transparent;
}
.home-services .service-inner i {
  display: inline-block;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.home-services .service-inner h3 {
  margin: 5px 0 10px;
  font-size: 16px;
  line-height: 20px;
}
.home-services .service-inner:hover {
  border: 4px solid #f2f2f2;
  background: #fff;
}
.home-services .service-inner:hover i {
  color: #fff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#sp-content-wrapper {
  margin-top: 60px;
}
#sp-users-wrapper {
  margin-top: 60px;
}
#sp-middle-wrapper {
  margin-top: 60px;
}
#sp-teams-wrapper {
  margin-top: 40px;
}
#sp-testimonial-wrapper {
  margin-top: 60px;
  padding: 60px 0;
  background-image: url(../images/testimonial.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.testimonial-classic .sprocket-features {
  width: 670px;
  margin: 0 auto 60px;
  text-align: center;
}
.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 {
  float: none;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
  padding: 3px;
  margin: 0;
}
.testimonial-classic .sprocket-features .sprocket-features-list .sprocket-features-container .sprocket-features-title {
  font-size: 20px;
  text-transform: none;
}
.testimonial-classic .sprocket-features .sprocket-features-list .sprocket-features-container .sprocket-features-title small {
  color: #fff;
  font-size: 12px;
}
.testimonial-classic .sprocket-features .sprocket-features-list .sprocket-features-container .sprocket-features-desc {
  color: #fff;
  position: relative;
}
.testimonial-classic .sprocket-features .sprocket-features-pagination {
  left: 50%;
  margin-left: -20px;
  bottom: -50px;
}
.testimonial-classic .sprocket-features .sprocket-features-pagination li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  opacity: 0.3;
}
#sp-position-wrapper {
  margin-top: 60px;
}
#sp-user-top-wrapper {
  padding-top: 60px;
}
.choose-list .sprocket-lists {
  border: none;
}
.choose-list .sprocket-lists li .indicator {
  color: #fff;
}
.choose-list .sprocket-lists-title {
  text-transform: none;
  padding: 0 0 15px !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;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  top: 0;
  left: -20px;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.choose-list .sprocket-lists-item .sprocket-padding {
  padding: 0 0 15px;
}
.choose-list .active .sprocket-lists-title .indicator:before {
  content: '-';
  top: 0;
  background: #061025;
}
.choose-list .active .indicator {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-main-body-wrapper {
  padding: 20px 0 20px;
}
.homepage #sp-main-body-wrapper {
  padding: 0;
}
.featured #sp-main-body-wrapper {
  padding: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#partners {
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#partners p {
  margin-bottom: 0;
}
#sp-user-top1 .partners img {
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-newsletter-wrapper {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#sp-newsletter-wrapper #newsletter {
  max-width: 770px;
  margin: 0 auto;
}
#sp-newsletter-wrapper form {
  margin-bottom: 0;
}
#sp-newsletter-wrapper .acymailing_module_form {
  color: #fff;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_introtext {
  width: 45%;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-left: 30px !important;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_introtext p {
  margin-bottom: 0;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_introtext:before {
  content: "\f003";
  position: absolute;
  left: -30px;
  color: #fff;
  top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form {
  width: 49%;
  display: inline-block;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form p {
  margin-bottom: 0;
}
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname,
#sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail {
  width: 80%;
  display: inline-block;
}
#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: 0;
  padding: 5px 15px;
  margin-left: 23px;
}
#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:-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 .acymailing_form .acysubbuttons .button {
  background-color: rgba(0,0,0,0.5);
}
#sp-newsletter-wrapper .acymailing_module_form input[type="text"] {
  background-color: rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.1);
  color: #fff;
}
#bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eae9e9;
  font-size: 13px;
  color: #aaa;
}
#bottom .module-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}
#bottom a {
  color: #fff;
}
#bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bottom ul li {
  line-height: 25px;
}
#bottom div.k2ItemsBlock ul li {
  line-height: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
#bottom div.k2ItemsBlock ul li.lastItem {
  border-bottom: none;
}
#bottom div.k2ItemsBlock ul li.media {
  margin-top: 0;
  margin-bottom: 5px;
}
.address-info {
  margin-top: 10px;
}
.address-info .address-icon {
  float: left;
  margin-right: 15px;
}
.address-info .address-icon i {
  font-size: 16px;
  line-height: 24px;
}
.address-info p {
  margin-bottom: 5px;
}
.address-info address {
  margin-bottom: 5px;
}
.gallerywrap {
  margin: 5px 0 0 0;
}
.gallerywrap ul.gallery {
  margin: -2px;
}
.gallerywrap ul.gallery li >a {
  margin: 2px;
}
.gallerywrap ul.gallery li >a.img-polaroid {
  padding: 0;
  background: none;
  border: none;
}
.gallerywrap ul.gallery li >a.img-polaroid img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.acymailing_module .acymailing_introtext {
  margin-bottom: 5px !important;
}
.acymailing_module .acymailing_form input[type="text"] {
  margin-bottom: 0;
  width: 85% !important;
  padding: 6px 12px;
}
.acymailing_module .acymailing_form .acysubbuttons {
  text-align: left;
}
.share-info {
  margin-top: 12px;
  display: inline-block;
}
.share-info i {
  background: rgba(0,0,0,0.3);
  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;
}
.share-info i:hover {
  color: #ccc;
}
#footer {
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  color: #C5C5C5;
}
#footer #sp-footer2 {
  text-align: right;
}
#footer ul {
  display: inline-block;
}
#footer ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul.nav li {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
}
#footer ul.nav li:before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #808080;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: -13px;
}
#footer ul.nav li:first-child:before {
  content: none;
}
#footer ul.nav li a {
  line-height: 30px;
  display: block;
  color: #C5C5C5;
}
#footer ul.nav li a:hover {
  background: none;
}
#footer .sp-totop {
  display: inline-block;
  position: fixed;
  bottom: 25px;
  right: 40px;
}
#footer .sp-totop i {
  background: #fff;
  border: 1px solid #f2f2f2;
  width: 30px;
  height: 30px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  display: block;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#footer .sp-totop i:hover {
  color: #fff;
}
#footer .sp-totop small {
  display: none;
}
#footer .copyright {
  display: block;
}
.thw-team {
  border: 1px solid #f2f2f2;
}
.thw-team .team-content-wrap {
  padding: 20px;
}
.thw-team .team-content-wrap h4 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 18px;
}
.thw-team .team-content-wrap span {
  color: #AAA;
  font-size: 13px;
  margin-bottom: 0;
  display: inline-block;
}
.thw-team .team-content-wrap .team-desc-wrap {
  margin-top: 10px;
}
.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;
}
.progress {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pricing-table {
  position: relative;
  text-align: center;
  border: 1px solid #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.pricing-table.featured .table-price {
  background: #000;
}
.pricing-table .price-title {
  padding: 25px 20px;
}
.pricing-table .table-price {
  background: #f5f5f5;
  padding: 15px 0;
}
.pricing-table .table-price h3 {
  margin: 0;
  line-height: 25px;
  font-size: 30px;
  font-weight: 700;
}
.pricing-table h4 {
  margin: 0;
  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: 15px 0;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}
.pricing-table a.btn-pricing {
  width: 45%;
  height: auto;
  display: inline-block;
  padding: 6px 0;
  margin: 30px 0;
}
.accordion .accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  border: 1px solid #f2f2f2;
}
.accordion .accordion-group .accordion-inner {
  border: 1px solid #f2f2f2;
  border-top: none;
}
.about-progress {
  height: 16px;
  margin-bottom: 16px;
  overflow: visible;
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  -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: 30px;
  line-height: 25px;
  height: 25px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -6px;
  right: -17px;
}
.tab .nav-tabs {
  border-bottom: 1px solid #f2f2f2;
}
.tab .nav-tabs>li>a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #808080;
}
.tab .nav-tabs>.active>a {
  border: 1px solid #f2f2f2;
}
.tab .nav-tabs>.active>a,
.tab .nav-tabs>.active>a:hover,
.tab .nav-tabs>.active>a:focus {
  border-bottom-color: transparent;
}
.tab .nav-tabs>li>a:hover,
.tab .nav-tabs>li>a:focus {
  border-color: #f2f2f2 #f2f2f2 #f2f2f2;
  background: none;
}
.services-inner i {
  font-size: 35px;
}
.services-inner h4 {
  margin-top: 0;
}
.services-inner2,
.contact-inner {
  margin-bottom: 40px;
}
.services-inner2 i,
.contact-inner i {
  font-size: 48px;
  display: inline-block;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.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;
}
.blog-meta {
  background: #fff;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.sprocket-mosaic {
  text-align: center;
}
.sprocket-mosaic .sprocket-mosaic-header {
  margin-bottom: 0 !important;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  text-align: center;
  float: none !important;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter,
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  margin: 10px 0 30px;
}
.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: none;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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: 30px 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-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: 48px;
  color: #808080;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  border-right: 1px solid #f2f2f2;
}
#sp-main-menu ul.level-0 > li >a i {
  font-size: 16px;
  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: #808080;
  display: block;
}
#sp-main-menu ul.level-0 > li >a.active {
  position: relative;
}
#sp-main-menu ul.level-0 > li >a.active:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 4px;
  left: -1px;
  bottom: -4px;
}
#sp-main-menu ul.level-0 > li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: -1px;
  top: -1px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  z-index: 99;
}
#sp-main-menu ul.level-0 > li:hover:before {
  width: 101%;
}
#sp-main-menu ul.level-0 > li:hover >a {
  position: relative;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid rgba(255,255,255,0.25);
  position: relative;
}
#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: 12px 15px;
  color: #fff;
  color: rgba(255,255,255,0.85);
  text-shadow: 0px 1px 1px rgba(0,0,0,0.15);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#sp-main-menu li li:not(.sp-menu-group) a:hover {
  background: rgba(0,0,0,0.08);
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) a.active {
  background: rgba(0,0,0,0.08);
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu div.sp-menu-group {
  margin: 0;
  border-right: 1px solid rgba(255,255,255,0.25);
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
#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: 12px 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;
  opacity: 0;
}
.sp-submenu.open {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.sp-submenu .sp-submenu-wrap {
  -webkit-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.12);
  -moz-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-top: none;
  margin-left: -1px !important;
}
.sp-submenu.sub-level-child {
  -webkit-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.12);
  -moz-box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.12);
}
.sp-submenu .megacol {
  float: left;
}
.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 300ms;
  -moz-transition: margin 300ms;
  -o-transition: margin 300ms;
  transition: margin 300ms;
}
.rtl .sp-submenu.sub-level-child {
  margin-right: 30px;
}
.rtl .sp-submenu.sub-level-child.open {
  margin-right: 0px;
  -webkit-transition: margin 300ms;
  -moz-transition: margin 300ms;
  -o-transition: margin 300ms;
  transition: margin 300ms;
}
.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 300ms;
  -moz-transition: margin 300ms;
  -o-transition: margin 300ms;
  transition: margin 300ms;
}
.ltr .sp-submenu.sub-level-child {
  margin-left: 30px;
}
.ltr .sp-submenu.sub-level-child.open {
  margin-left: 0px;
  -webkit-transition: margin 300ms;
  -moz-transition: margin 300ms;
  -o-transition: margin 300ms;
  transition: margin 300ms;
}
.ltr .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;
  z-index: 9999;
  background: rgba(255,255,255,0.95);
}
.sp-main-menu-toggler {
  background: rgba(255,255,255,0) !important;
  left: 0;
  right: auto;
  z-index: 99999 !important;
  top: 0px;
  border: none;
  border-right: 1px solid #f2f2f2 !important;
  box-shadow: none !important;
}
.icon-align-justify:before {
  padding: 6px 8px;
  display: inline-block;
  font-size: 23px;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
  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 span.sp-menu-toggler .icon-angle-down,
.sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-right {
  color: #fff;
}
.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: 152px;
}
@-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 .module-title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 15px 0;
  line-height: normal;
}
.module.orange,
.module.maroon,
.module.blue,
.module.gray,
.module.pink {
  padding: 20px;
  color: #fff;
}
.module.orange .module-title,
.module.maroon .module-title,
.module.blue .module-title,
.module.gray .module-title,
.module.pink .module-title {
  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.title-circle-white .module-title-wrap {
  text-align: center;
}
.module.title-circle-white .module-title-wrap .module-subtitle {
  margin-bottom: 20px;
  display: block;
  color: #fff;
}
.module.title-circle-white .module-title-wrap .module-title {
  margin-top: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.module.title-circle-white .module-title-wrap .module-title:after {
  content: " ";
  position: absolute;
  background: #fff;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  z-index: 0;
}
.module.title-circle-white .module-title-wrap .module-title:before {
  content: " ";
  position: absolute;
  background: transparent;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  z-index: 2;
}
.module.title-circle .module-title-wrap {
  text-align: center;
}
.module.title-circle .module-title-wrap .module-subtitle {
  display: block;
  margin-bottom: 20px;
}
.module.title-circle .module-title-wrap .module-title {
  margin-top: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.module.title-circle .module-title-wrap .module-title:after {
  content: " ";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  z-index: 0;
}
.module.title-circle .module-title-wrap .module-title:before {
  content: " ";
  position: absolute;
  background: transparent;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  background: #fff;
  z-index: 2;
}
.module.title-plain .module-title {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.module.title-plain .module-title:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  bottom: 0;
  left: 0;
}
.module.title-plain .module-title:after {
  content: " ";
  position: absolute;
  width: 10%;
  height: 3px;
  bottom: -1px;
  left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 300;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 16px;
}
body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.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: 6px 12px;
  border: 0;
}
.btn-primary,
.rs-readmore,
.readmore,
input[type='submit'],
.button,
button,
.pagenav li.previous a,
.pagenav li.next a {
  color: #fff;
  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;
  border: none;
}
.btn-primary:hover,
.rs-readmore:hover,
.readmore:hover,
input[type='submit']:hover,
.button:hover,
button:hover,
.pagenav li.previous a:hover,
.pagenav li.next a:hover {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #000;
  color: #fff;
}
.tp-caption a.btn-slide {
  padding: 12px 35px;
  background: rgba(0,0,0,0.6);
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.tp-caption a.btn-slide:hover {
  background: rgba(0,0,0,0.8);
  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: transparent;
  border: 1px solid #f2f2f2;
  -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: transparent;
  border: 1px solid #f2f2f2;
  -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 {
  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;
}
ul.gallery .modal.fade.in {
  top: 20%;
}
.rtl .pull-right {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.rtl .media>.pull-left {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .address-details {
  text-align: left;
}
.rtl .address-details .info i {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .address-details .info {
  margin-left: 0;
  margin-right: 10px;
}
.rtl #sp-share {
  text-align: left;
}
.rtl #sp-top-bar-wrapper ul.nav li {
  margin: 0 0 0 20px;
}
.rtl #sp-top-bar-wrapper ul.nav li:before {
  left: auto;
  right: -13px;
}
.rtl #sp-main-menu ul.level-0 > li >a {
  border-right: none;
  border-left: 1px solid #F0F0F0;
}
.rtl #sp-main-menu ul.level-0 > li:before {
  left: auto;
  right: -1px;
}
.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 .search {
  text-align: left;
}
.rtl #sp-search .search i {
  right: auto;
  left: 18px;
}
.rtl #sub-title #sp-breadcrumb ul.breadcrumb {
  text-align: left;
}
.rtl .thw-feature .image-feature:after,
.rtl ..story .story-inner:after {
  left: auto;
  right: 10%;
}
.rtl a.btn-feature .icon-long-arrow-right:before {
  content: "\f177";
}
.rtl .tab-style1 .sprocket-tabs .sprocket-tabs-panels .tab-img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .tab-style1 .sprocket-tabs .sprocket-tabs-nav > li {
  float: right;
}
.rtl .latest-view:after {
  left: auto;
  right: 27px;
}
.rtl .module.title-plain .module-title:after {
  left: auto;
  right: 0;
}
.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: -20px;
}
.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;
}
.rtl .testimonial-classic .sprocket-features .sprocket-features-list .sprocket-features-container .sprocket-features-title {
  left: auto;
  right: 17%;
}
.rtl #sp-newsletter-wrapper .acymailing_module_form .acymailing_introtext:before {
  left: auto;
  right: -30px;
}
.rtl #sp-newsletter-wrapper .acymailing_module_form .acymailing_introtext {
  margin-left: 0 !important;
  margin-right: 30px !important;
}
.rtl #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .acysubbuttons {
  margin-left: 0;
  margin-right: -14px;
}
.rtl .acymailing_module .acymailing_form .acysubbuttons {
  text-align: right;
}
.rtl .address-info .address-icon {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rtl #sp-footer-wrapper ul.nav li {
  margin: 0 20px 0 0;
}
.rtl #footer ul.nav li:before {
  left: auto;
  right: -13px;
}
.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;
}
.rtl .k2AccountPage th.k2ProfileHeading {
  text-align: right;
}
.rtl .k2AccountPage table.admintable td.key,
.rtl .k2AccountPage table.admintable td.paramlist_key {
  text-align: left;
}
.rtl .k2AccountPage table tr td label {
  margin-right: 0;
  margin-left: 12px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .responsive .body-innerwrapper {
    max-width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive .body-innerwrapper {
    max-width: 724px;
  }
  .responsive .sp-mobile-menu {
    top: 184px;
  }
  .responsive .action h2 {
    font-size: 20px;
  }
  .responsive .action h3 {
    font-size: 14px;
  }
  .responsive .thw-features .row-fluid [class*="span"] {
    width: 42%;
    float: left;
    margin: 20px;
  }
  .responsive .thw-feature .image-feature img {
    width: 100%;
  }
  .responsive .thw-features .row-fluid [class*="span"]:first-child {
    margin: 20px;
  }
  .responsive #sp-home-tab-wrapper #home-tab {
    display: block;
  }
  .responsive .tab-style1 .sprocket-tabs .sprocket-tabs-nav > li .sprocket-tabs-inner {
    padding: 15px;
  }
  .responsive .project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper {
    height: 55px;
  }
  .responsive .project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head h4.sprocket-mosaic-title {
    margin: 10px 0 0 0;
  }
  .responsive .pricing-table .table-price {
    left: 12%;
  }
  .responsive .thw-team .team-desc .team-desc-wrap {
    font-size: 13px;
    margin-top: 0;
  }
  .responsive .service-inner .pull-left {
    float: none;
  }
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .acysubbuttons {
    margin-left: 20px;
  }
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname,
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .responsive .container,
  .responsive .body-innerwrapper {
    width: auto;
  }
  .responsive .fixed-menu {
    width: 95%;
    margin: 0 auto;
  }
  .responsive #sp-search .search input.input-block-level:hover,
  .responsive #sp-search .search input.input-block-level:focus,
  .responsive #sp-search .search input.input-block-level:active {
    width: 65%;
  }
  .responsive #sp-top1,
  .responsive .address-details {
    text-align: center;
  }
  .responsive #sp-share {
    text-align: center;
    margin-top: 10px;
  }
  .responsive #sp-logo {
    margin: 0 auto;
    text-align: center;
  }
  .responsive #sp-logo .logo-wrapper {
    display: inline-block;
  }
  .responsive #sp-search {
    margin-top: -30px;
  }
  .responsive .sp-mobile-menu ul li {
    padding: 0 15px;
  }
  .responsive .sp-mobile-menu {
    top: 178px;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.small_text,
  .responsive #sp-slideshow-fullwidth-wrapper .tp-caption.small_text {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.medium_text,
  .responsive #sp-slideshow-fullwidth-wrapper .tp-caption.medium_text {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.large_text,
  .responsive #sp-slideshow-fullwidth-wrapper .tp-caption.large_text {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .responsive #sp-slideshow-wrapper a.slide-btn,
  .responsive #sp-slideshow-fullwidth-wrapper a.slide-btn {
    margin-top: 10px;
    padding: 15px 20px;
    font-size: 13px;
    display: inline-block;
  }
  .responsive .home-action {
    width: 100%;
  }
  .responsive .thw-feature {
    margin-bottom: 20px;
  }
  .responsive .rits-feature2 {
    margin-bottom: 50px;
  }
  .responsive .thw-feature .image-feature img {
    width: 100%;
  }
  .responsive .thw-teams .team-image img {
    width: 100%;
  }
  .responsive .tab-style1 .sprocket-tabs .sprocket-tabs-panels .tab-img {
    float: none;
    margin-bottom: 20px;
  }
  .responsive #sp-home-tab-wrapper #home-tab {
    display: block;
  }
  .responsive #sp-home-tab-wrapper #home-tab #sp-home-tab {
    margin-bottom: 20px;
  }
  .responsive .tab-style1 .sprocket-tabs .sprocket-tabs-nav > li .sprocket-tabs-inner {
    padding: 15px;
  }
  .responsive .testimonial-classic .sprocket-features {
    width: 100%;
  }
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_form {
    width: 85%;
  }
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname,
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail {
    width: 100%;
  }
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_introtext {
    width: 100%;
  }
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyname input[type="text"],
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .fieldacyemail input[type="text"] {
    margin: 10px 0 10px 0;
  }
  .responsive #sp-newsletter-wrapper .acymailing_module_form .acymailing_form .acysubbuttons {
    margin: 0;
  }
  .responsive .latest-view {
    margin-top: 20px;
  }
  .responsive .project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper {
    height: 50px;
  }
  .responsive .project-style .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .mosaic-contain-wrapper .sprocket-mosaic-head h4.sprocket-mosaic-title {
    margin: 10px 0 0 0;
  }
  .responsive .thw-team {
    margin-bottom: 20px;
  }
  .responsive .pricing-table .table-price {
    left: 38%;
  }
  .responsive .pagination ul li a {
    margin-bottom: 2px;
  }
}
@media (max-width: 480px) {
  .responsive .latest-inner .pull-left {
    float: left;
  }
  .responsive .fixed-menu {
    width: 89%;
    margin: 0 auto;
  }
}
@media (max-width: 350px) {
  .responsive .contact-number {
    float: right;
  }
  .responsive .contact-number .info {
    font-size: 16px;
  }
  .responsive .home-action {
    width: 100%;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.small_text,
  .responsive #sp-slideshow-fullwidth-wrapper .tp-caption.small_text {
    font-size: 7px !important;
    line-height: 7px !important;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.medium_text,
  .responsive #sp-slideshow-fullwidth-wrapper .tp-caption.medium_text {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .responsive #sp-slideshow-wrapper .tp-caption.large_text,
  .responsive #sp-slideshow-fullwidth-wrapper .tp-caption.large_text {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .responsive #sp-slideshow-wrapper a.btn-slide,
  .responsive #sp-slideshow-fullwidth-wrapper a.btn-slide {
    margin-top: 5px;
    padding: 10px 15px;
    font-size: 13px;
    display: inline-block;
  }
  .responsive .slideshow3 .layout-slideshow .sprocket-features-content .sprocket-features-title {
    font-size: 16px;
  }
  .responsive .slideshow3 .layout-slideshow .sprocket-features-content .sprocket-features-desc {
    display: none;
  }
  .responsive .tab-style1 .sprocket-tabs .sprocket-tabs-nav > li .sprocket-tabs-inner .sprocket-tabs-text {
    font-size: 13px;
  }
  .responsive .tab-style1 .sprocket-tabs .sprocket-tabs-nav > li .sprocket-tabs-inner {
    padding: 5px;
  }
  .responsive #sp-footer-wrapper ul.nav {
    margin: 0 10px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
