.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #f2f2f2;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#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;
}
body.body_boxed {
  width: 1024px;
  max-width: 1024px;
  margin: 0 auto;
}
body.body_boxed .body-innerwrapper {
  -webkit-box-shadow: 0 0 4px #444;
  -moz-box-shadow: 0 0 4px #444;
  box-shadow: 0 0 4px #444;
  background-color: #fff;
}
.body-innerwrapper {
  background-color: #fff;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.bold {
  font-weight: 700;
}
.pager li>a,
.pager li>span {
  padding: 5px 0;
  background-color: transparent;
  border: 1px solid transparent;
}
.pager li>a:hover,
.pager li>span:hover {
  background: transparent;
}
#sp-header-wrapper {
  padding: 20px 0;
}
#sp-header-wrapper .logo-wrapper {
  padding: 1px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper #sp-topsocial {
  position: relative;
}
#sp-header-wrapper #sp-topsocial .custom {
  padding: 30px 0;
  display: inline-block;
  float: right;
}
#sp-header-wrapper #sp-topsocial .custom ul {
  list-style: none;
  margin: 0;
  float: right;
}
#sp-header-wrapper #sp-topsocial .custom ul li {
  display: inline;
  margin: 3px;
}
#sp-header-wrapper #sp-topsocial .custom ul li a {
  color: #444;
}
#sp-header-wrapper #sp-topsocial .custom ul li:last-child {
  margin-right: 0px;
}
#sp-header-wrapper #sp-topsocial .custom ul.social {
  margin-top: 9px;
}
#sp-header-wrapper #sp-topsocial .custom ul.social li.small {
  margin: 7px 7px 0 0;
}
#sp-header-wrapper #sp-topsocial .custom ul.social li.small a {
  color: #fff;
}
#sp-header-wrapper #sp-topsocial .custom ul.social li.small:last-child {
  margin-right: 0px;
}
#sp-header-wrapper #sp-topsocial .custom p {
  margin: 0;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-header-wrapper .searchv2 {
  display: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff url(../images/strip.png) repeat;
  box-shadow: 0 0 2px #dfdfdf;
  border: 1px solid #e0e0e0;
  position: absolute;
  right: 0px;
  top: 100px;
  padding: 15px;
  z-index: 999;
}
#sp-header-wrapper .searchv2 .search {
  margin-top: 0;
  margin-bottom: 0;
}
#sp-menu-wrapper {
  background: #222;
}
#sp-menu-wrapper .container {
  position: relative;
  background: #222;
}
#sp-menu-wrapper .container::after {
  content: "";
  background: transparent url(../images/shadow-top.png) center bottom no-repeat;
  position: absolute;
  bottom: -29px;
  width: 100%;
  z-index: 100;
  height: 29px;
}
#sp-menu-wrapper .container #sp-search {
  text-align: right;
}
#sp-menu-wrapper .container #sp-search .search {
  margin-bottom: 0px;
  padding: 11px 0;
}
#sp-menu-wrapper .container #sp-search .search form {
  margin: 0px;
}
#sp-menu-wrapper .container #sp-search .search form #mod-search-searchword {
  width: 75%;
  height: 24px;
  box-sizing: border-box;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  font-size: 12px;
}
#sp-menu-wrapper .container #sp-search .search form .btn {
  padding: 1px 10px;
  font-size: 11px;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
#sp-menu-wrapper .container #sp-search .search form .btn:hover {
  background: #222;
}
.body-innerwrapper {
  overflow-x: hidden;
  font-size: 13px;
}
#sp-main-body-wrapper {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sp-main-body-wrapper #sp-message-area {
  min-height: 0;
}
#sp-main-body-wrapper #sp-message-area .row-fluid [class*="span"] {
  min-height: 0;
}
#sp-feature-wrapper {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  background: #fff url(../images/strip.png) repeat;
}
#sp-feature-wrapper .project_holder {
  height: 362px;
  margin: 20px 0 30px;
  background: #fff;
}
#sp-feature-wrapper .project_holder .bx-prev,
#sp-feature-wrapper .project_holder .bx-next {
  top: 160px;
}
#sp-feature-wrapper .project_holder .bx-window {
  max-height: 362px;
  -webkit-box-shadow: 0 0 2px #444;
  -moz-box-shadow: 0 0 2px #444;
  box-shadow: 0 0 2px #444;
}
#sp-feature-wrapper .project_holder .bx-window .gallery_item {
  margin: 0;
}
#sp-feature-wrapper .project_holder .bx-window .gallery_item .overlayZoom {
  background: transparent;
}
#sp-feature-wrapper .project_holder .bx-window .gallery_item .overlayZoom a img {
  height: 100%;
  width: 100%;
}
#sp-feature-wrapper .project_holder .bx-window .gallery_item .overlayZoom a img:hover {
  opacity: 1;
}
#sp-featured-wrapper .bold.half-bottom {
  font-size: 18px;
}
#sp-featured-wrapper .featured_v3 .imgHolder {
  margin-top: 15px;
}
#sp-featured-wrapper .featured_v3 .imgHolder img {
  -webkit-box-shadow: 0 0 2px #444;
  -moz-box-shadow: 0 0 2px #444;
  box-shadow: 0 0 2px #444;
}
#sp-featured-wrapper .featured_v5 .content_holder h4 {
  font-size: 15px;
  font-weight: 600;
}
#sp-featured-wrapper #sp-featured .module {
  margin-top: 0;
}
#sp-featured-wrapper #sp-featured .module .title {
  margin-top: 38px;
}
#sp-featured-wrapper #sp-featured .row-fluid:last-child .featured_v5 {
  margin-bottom: 0;
}
#sp-purchase-wrapper {
  background: #222;
  color: #fff;
  position: relative;
}
#sp-purchase-wrapper p {
  margin: 0;
}
#sp-purchase-wrapper h4 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 40px;
  font-weight: 400;
}
#sp-purchase-wrapper:before {
  background: url("../images/shadow-top.png") no-repeat scroll center top rgba(0,0,0,0);
  height: 29px;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  content: "";
}
#sp-purchase-wrapper:after {
  background: url("../images/shadow-bottom.png") no-repeat scroll center bottom rgba(0,0,0,0);
  bottom: 0;
  height: 29px;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 100%;
  content: "";
}
#sp-purchase .btn.btn-primary.btn-small {
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 23px;
  text-transform: uppercase;
  text-shadow: 0 0 2px #111;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
#sp-purchase .btn.btn-primary.btn-small:hover,
#sp-purchase .btn.btn-primary.btn-small:focus {
  background-color: #222;
  border: 1px solid #191919;
}
.body-innerwrapper #sp-users-wrapper {
  border-top: 1px solid #fff;
}
#users ul.nav {
  margin-left: 13px;
}
#users ul.nav li {
  position: relative;
}
#users ul.nav li:before {
  background: url("../images/UI/ui-icons_444444_0.png") repeat scroll -33px 0 rgba(0,0,0,0);
  content: "";
  display: block;
  float: left;
  height: 16px;
  left: -18px;
  position: absolute;
  top: 2px;
  width: 16px;
}
#users ul.nav li ul.nav-child li {
  padding: 0 0 10px 18px;
  position: relative;
  margin-bottom: 12px;
}
#users ul.nav li ul.nav-child li:before {
  background: url("../images/UI/ui-icons_444444_0.png") repeat scroll -33px 0 rgba(0,0,0,0);
  content: "";
  display: block;
  float: left;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
#users #sp-user1.span12 {
  margin-bottom: 18px;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-bottom-top-wrapper,
#sp-bottom-wrapper,
#sp-footer-wrapper {
  color: #767676;
}
#sp-bottom-top-wrapper .title h2.module-title,
#sp-bottom-wrapper .title h2.module-title,
#sp-footer-wrapper .title h2.module-title {
  color: #fff;
  white-space: inherit;
  font-weight: bold;
}
#sp-bottom-top-wrapper .title h2.module-title span.bold,
#sp-bottom-wrapper .title h2.module-title span.bold,
#sp-footer-wrapper .title h2.module-title span.bold {
  font-weight: 400;
  padding-left: 5px;
}
#sp-bottom-top-wrapper h2.module-title,
#sp-bottom-wrapper h2.module-title,
#sp-footer-wrapper h2.module-title {
  color: #fff;
  white-space: inherit;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 17px;
  font-weight: 600;
}
#sp-bottom-top-wrapper h2.module-title span.title_bold,
#sp-bottom-wrapper h2.module-title span.title_bold,
#sp-footer-wrapper h2.module-title span.title_bold {
  padding-left: 5px;
  font-weight: normal;
}
#sp-bottom-top-wrapper .title_sep_container,
#sp-bottom-wrapper .title_sep_container,
#sp-footer-wrapper .title_sep_container {
  display: none;
}
#sp-bottom-top-wrapper .mod-wrapper-flat p,
#sp-bottom-wrapper .mod-wrapper-flat p,
#sp-footer-wrapper .mod-wrapper-flat p {
  margin-bottom: 20px;
}
#sp-bottom-top-wrapper {
  border-top: 5px solid #e9eaee;
  background: #222 url(../images/shadow-top.png) top center no-repeat;
}
#sp-bottom-top-wrapper #bottom-top {
  border-bottom: 1px solid #303030;
  padding-bottom: 32px;
}
#sp-bottom-top-wrapper #bottom-top #sp-bottom1 .ltBlock ul.ltBlockList {
  list-style: none;
  margin: 0px;
}
#sp-bottom-top-wrapper #bottom-top #sp-bottom1 .ltBlock ul.ltBlockList li {
  position: relative;
  min-height: 21px;
  font-size: 11px;
  padding: 5px 5px 5px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px #111;
  -moz-box-shadow: 0 0 1px #111;
  box-shadow: 0 0 1px #111;
  -webkit-transition: background-color .3s ease-in;
  -moz-transition: background-color .3s ease-in;
  -o-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
}
#sp-bottom-top-wrapper #bottom-top #sp-bottom1 .ltBlock ul.ltBlockList li img {
  display: none;
}
#sp-bottom-top-wrapper #bottom-top #sp-bottom1 .ltBlock ul.ltBlockList li span.ltUserStatus {
  color: #fff;
}
#sp-bottom-top-wrapper #bottom-top #sp-bottom1 .ltBlock ul.ltBlockList li span.ltUserStatus:before {
  content: "\f099";
  color: #fff;
  font-family: fontawesome;
  font-size: 20px;
  left: 7px;
  position: absolute;
  top: 12px;
}
#sp-bottom-top-wrapper #bottom-top #sp-bottom1 .ltBlock ul.ltBlockList li span.ltUserStatus a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}
#sp-bottom-top-wrapper #bottom-top #sp-bottom1 .ltBlock ul.ltBlockList li br {
  display: none;
}
#sp-bottom-top-wrapper #bottom-top #sp-bottom1 .ltBlock ul.ltBlockList li a.ltStatusTimestamp {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}
#sp-bottom-top-wrapper #bottom-top #sp-bottom1 .ltBlock ul.ltBlockList li:hover {
  background-color: #222;
  border: 1px solid #141414;
}
#sp-bottom-wrapper {
  background: #222;
}
#sp-bottom-wrapper #bottom {
  border-bottom: 1px solid #303030;
}
#sp-bottom-wrapper #bottom .ns2-inner a img {
  box-shadow: 0 0 1px #222;
}
#sp-bottom-wrapper #bottom .ns2-inner .rms_news_content {
  padding-left: 0;
  width: 72%;
  margin-bottom: 16px;
}
#sp-bottom-wrapper #bottom .ns2-inner .rms_news_content h4.ns2-title {
  margin: 6px 0;
}
#sp-bottom-wrapper #bottom .ns2-inner .rms_news_content h4.ns2-title a {
  color: #767676;
  font-size: 13px;
  font-weight: normal;
}
#sp-bottom-wrapper #sp-bottom5 ul.contact_us {
  list-style: none;
  margin: 0;
}
#sp-bottom-wrapper #sp-bottom5 ul.contact_us li {
  border-bottom: 1px solid #141414;
  padding: 10px 0;
  -webkit-box-shadow: 0 3px 3px -3px #393939;
  -moz-box-shadow: 0 3px 3px -3px #393939;
  box-shadow: 0 3px 3px -3px #393939;
}
#sp-bottom-wrapper #sp-bottom5 ul.contact_us li:first-child {
  padding-top: 0;
}
#sp-bottom-wrapper #sp-bottom5 ul.contact_us li:last-child {
  border-bottom: none;
  box-shadow: none;
}
#sp-bottom-wrapper #sp-bottom5 ul.contact_us li:last-child img {
  margin-bottom: 0;
}
#sp-bottom-wrapper #sp-bottom5 ul.contact_us li img {
  float: left;
  margin-bottom: 25px;
  margin-right: 12px;
}
#sp-bottom-wrapper #sp-bottom5 ul.contact_us li a.skin_link {
  font-weight: bold;
}
#sp-footer-wrapper {
  color: #767676;
  background: #222 url(../images/shadow-bottom.png) bottom center no-repeat;
  padding: 30px 0;
}
#sp-footer-wrapper a {
  color: #767676;
  text-decoration: none;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
#sp-footer-wrapper a:hover {
  color: #ababab;
  text-decoration: underline;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
  line-height: 30px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop:hover {
  color: #fff;
}
#sp-footer-wrapper .sp-totop i {
  padding-right: 5px;
}
#sp-footer-wrapper .sp-totop small {
  font-size: 100%;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
  line-height: 30px;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  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);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit: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;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit: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);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[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;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
#sp-right,
#sp-left {
  margin-top: 40px;
}
#sp-right #right .gallery-flickr ul li a img,
#sp-right #left .gallery-flickr ul li a img,
#sp-right .gallery-flickr ul li a img,
#sp-left #right .gallery-flickr ul li a img,
#sp-left #left .gallery-flickr ul li a img,
#sp-left .gallery-flickr ul li a img {
  width: 66px;
  height: 65px;
  border: 1px solid #cdcbcb;
  float: left;
}
#sp-right .k2SearchBlockForm,
#sp-left .k2SearchBlockForm {
  margin-bottom: 0;
}
#sp-right .k2SearchBlockForm input.inputbox,
#sp-left .k2SearchBlockForm input.inputbox {
  background: url("../images/icons/search-black.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #cdcbcb;
  background-position: 5px center;
  padding: 6px 0 6px 28px;
  width: 192px;
  box-shadow: 0 0 2px #e0e0e0;
  font-size: 13px;
  border-radius: 2px;
  color: #888;
}
#sp-right .k2ItemsBlock ul,
#sp-left .k2ItemsBlock ul {
  list-style: none;
  margin: 0;
}
#sp-right .k2ItemsBlock ul li,
#sp-left .k2ItemsBlock ul li {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
#sp-right .k2ItemsBlock ul li:before,
#sp-left .k2ItemsBlock ul li:before {
  content: "» ";
}
#sp-right .ltBlock .ltBlockList li.ltEven,
#sp-left .ltBlock .ltBlockList li.ltEven {
  background: transparent;
  margin-top: 8px;
}
#sp-right .ltBlock .ltBlockList li,
#sp-left .ltBlock .ltBlockList li {
  border-bottom: none;
}
#sp-right .ltBlock .ltBlockList li img,
#sp-left .ltBlock .ltBlockList li img {
  display: none;
}
#sp-right .ltBlock .ltBlockList li .ltStatusTimestamp,
#sp-left .ltBlock .ltBlockList li .ltStatusTimestamp {
  display: none;
}
#sp-right .module,
#sp-left .module {
  margin-top: 0;
  margin-bottom: 20px;
}
#sp-right .module .ui-accordion-header,
#sp-left .module .ui-accordion-header {
  font-size: 100%;
  margin-bottom: 0;
}
#sp-right .module .ui-accordion-header .ui-accordion-header-icon,
#sp-left .module .ui-accordion-header .ui-accordion-header-icon {
  border-radius: 2px;
}
#sp-right .module .latest_project_wrap ul li,
#sp-left .module .latest_project_wrap ul li {
  margin: 0 7px 7px 0;
}
#sp-right .module .latest_project_wrap ul li:nth-child(3),
#sp-left .module .latest_project_wrap ul li:nth-child(3) {
  margin-right: 0;
}
#sp-right .module .latest_project_wrap ul li:last-child,
#sp-left .module .latest_project_wrap ul li:last-child {
  margin-right: 0;
}
#sp-right .business_hours,
#sp-left .business_hours {
  margin: 0;
  list-style: none;
}
#sp-right .business_hours li,
#sp-left .business_hours li {
  box-sizing: border-box;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 5px 14px 5px 8px;
  width: 100%;
}
#sp-right .business_hours li:nth-child(2n+1),
#sp-left .business_hours li:nth-child(2n+1) {
  background: none repeat scroll 0 0 #fafafa;
}
#sp-right .business_hours li span,
#sp-left .business_hours li span {
  float: right;
  font-weight: normal;
}
.tab .tabbale ul {
  margin-bottom: 0;
}
.tab .tabbale ul li {
  background: none repeat scroll 0 0 #fafafa;
  margin-right: 1px;
}
.tab .tabbale ul li:hover {
  background: none repeat scroll 0 0 #fff;
}
.tab .tabbale ul li a {
  border-radius: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  color: #444;
  outline: none;
  border: 1px solid #e0e0e0;
}
.tab .tabbale ul .active a {
  color: #2d94d7;
  border-top: 1px solid #2d94d7;
  outline: none;
}
.tab .tabbale .tab-content {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top: 0 none;
  padding: 17px;
}
.large {
  padding: 12px 23px;
  font-size: 14px;
}
.medium {
  padding: 8px 16px;
  font-size: 13px;
}
.small {
  padding: 5px 8px;
  font-size: 12px;
}
.mini {
  padding: 2px 4px;
  font-size: 11px;
}
.standard_button {
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 0 2px #111;
}
.standard_button:hover {
  background-color: #222;
  border: 1px solid #191919;
}
.strips_button {
  text-align: center;
  background: #fff url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  color: #999 !important;
  cursor: pointer;
  text-shadow: -1px -1px 0 #fff;
  box-shadow: 0 0 1px #b1b0b0;
  font-weight: bold;
}
.strips_button:hover {
  background: #fff;
}
.strips_button:hover {
  background: #fff;
}
.gray_gradient,
.dark_gradient,
.green_gradient,
.greenTeal_gradient,
.red_gradient {
  cursor: pointer;
  box-shadow: 0 0 2px #b1b0b0;
  -webkit-box-shadow: 0 0 2px #b1b0b0;
  -moz-box-shadow: 0 0 2px #b1b0b0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.gray_gradient {
  margin-bottom: 16px;
}
div.catItemCommentsLink,
div.catItemTagsBlock,
span.catItemAuthor {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
}
.blog_medium div.catItemHeader {
  display: inline-block;
  min-height: 220px;
  max-width: 350px;
  float: left;
}
.blog_medium div.catItemHeader div.catItemImageBlock span.catItemImage img {
  min-height: 220px;
}
.blog_medium .rms_blog .standard_post {
  display: inline-block;
  margin-left: -46px;
  margin-top: 6px;
  z-index: 100;
  position: relative;
}
.blog_medium .rms_blog div.catItemBody {
  margin-left: 0px;
  max-width: 300px;
  min-height: 220px;
  display: inline-block;
  float: left;
  padding-left: 20px;
}
.blog_medium .rms_blog div.catItemLinks {
  margin-left: 0px;
}
.sp-portfolio.default {
  margin: 40px 0;
}
.sp-portfolio.default ul.sp-portfolio-filter {
  margin-bottom: 40px;
  margin-left: -2px;
}
.sp-portfolio.default ul.sp-portfolio-filter li a.btn {
  padding: 6px 12px;
  border: 1px solid #cdcbcb;
  margin: 2px;
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
  text-decoration: none;
  background: #fff;
  line-height: 12px;
}
.sp-portfolio.default ul.sp-portfolio-filter li a.btn:focus {
  outline: none;
}
.sp-portfolio.default ul.sp-portfolio-filter li a.active {
  color: #999;
  background: url(../images/strip.png) repeat;
}
.sp-portfolio.default .sp-portfolio-thumb {
  padding: 5px;
  background: #fff url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
}
.sp-portfolio.default .sp-portfolio-thumb .sp-portfolio-overlay {
  background: none repeat scroll 0 0 rgba(0,0,0,0.6);
}
.sp-portfolio.default .sp-portfolio-thumb .sp-portfolio-overlay div a {
  background: none repeat scroll 0 0 transparent;
  color: #ccc;
  width: 50px;
  font-size: 16px;
}
.sp-portfolio.default .sp-portfolio-items .col-2 .sp-portfolio-thumb {
  height: 336px;
}
.sp-portfolio.default .sp-portfolio-items .col-2 .sp-portfolio-thumb img {
  height: 336px;
}
.sp-portfolio.default .sp-portfolio-items .col-3 .sp-portfolio-thumb {
  height: 214px;
}
.sp-portfolio.default .sp-portfolio-items .col-3 .sp-portfolio-thumb img {
  height: 214px;
}
.sp-portfolio.default .sp-portfolio-items .col-4 .sp-portfolio-thumb {
  height: 129px;
}
.sp-portfolio.default .sp-portfolio-items .col-4 .sp-portfolio-thumb img {
  height: 129px;
}
.sp-portfolio.default .sp-portfolio-loadmore .btn {
  color: #999;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
  margin-top: 40px;
}
.sp-portfolio.default .sp-portfolio-loadmore .btn:hover {
  color: #999;
  background: #fff;
}
.acymailing_module .acymailing_module_form {
  background: url("../images/icons/email-64x64.png") no-repeat scroll 15px 10px rgba(0,0,0,0);
  border: 1px solid #e0e0e0 !important;
  height: auto;
  width: 100%;
}
.acymailing_module .acymailing_module_form .acymailing_introtext {
  border-bottom: 1px solid #e0e0e0 !important;
  margin-top: 14px !important;
  padding-bottom: 17px !important;
  padding-left: 95px !important;
}
.acymailing_module .acymailing_module_form .acymailing_form {
  width: 100%;
  background: url(../images/strip.png) repeat;
}
.acymailing_module .acymailing_module_form .acymailing_form tbody tr {
  float: left;
}
.acymailing_module .acymailing_module_form .acymailing_form tbody tr td {
  float: left;
}
.acymailing_module .acymailing_module_form .acymailing_form tbody tr td input.inputbox {
  border-radius: 1px;
  margin-left: 46px;
  margin-top: 13px;
  padding: 7px;
  width: 262px !important;
}
.acymailing_module .acymailing_module_form .acymailing_form tbody tr td input.button.subbutton {
  margin-top: 13px;
  border: 1px solid #42b3fd;
  background-color: #2d94d7;
  color: #fff !important;
  cursor: pointer;
  font-weight: bold;
  text-shadow: 0 0 2px #111;
  padding: 7px 17px;
}
.sp_quickcontact form#sp-quickcontact-form input {
  border: 1px solid #cdcbcb;
  float: left;
  margin: 5px 0;
  padding: 5px 0 5px 6px;
  width: 50%;
  border-radius: 2px;
}
.sp_quickcontact form#sp-quickcontact-form input:focus {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.sp_quickcontact form#sp-quickcontact-form input.button {
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-shadow: 0 0 2px #111;
  font-size: 13px;
  padding: 8px 16px;
  background-color: #2d94d7;
  width: 17%;
}
.sp_quickcontact form#sp-quickcontact-form input.button:hover {
  background-color: #222;
  border: 1px solid #191919;
}
.sp_quickcontact form#sp-quickcontact-form input[name="sccaptcha"] {
  width: 16%;
}
.sp_quickcontact form#sp-quickcontact-form textarea#message {
  border: 1px solid #cdcbcb;
  float: left;
  font-size: 13px;
  height: 200px;
  margin: 5px 0;
  padding: 6px;
  width: 75%;
  resize: none;
}
#sp-breadcrumb-wrapper {
  background: #fff url(../images/strip.png) repeat;
  position: relative;
  z-index: 1000;
}
#sp-breadcrumb-wrapper #sp-pageintro .module-title {
  margin: 0px;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 8px;
  font-weight: 400;
}
#sp-breadcrumb-wrapper #sp-pageintro .custom {
  margin-bottom: 0;
  color: #888;
  font-size: 12px;
}
#sp-breadcrumb-wrapper #sp-pageintro .custom p {
  margin: 0px;
}
#sp-breadcrumb-wrapper #sp-breadcrumb {
  text-align: right;
}
#sp-breadcrumb-wrapper #sp-breadcrumb ul.breadcrumb {
  margin-top: 35px;
  margin-bottom: 0px;
  font-size: 12px;
  padding: 0;
}
#sp-breadcrumb-wrapper::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  box-shadow: 0 1px 1px #e9eaee;
  background: #fafafa url(../images/strip.png) repeat;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
#sp-breadcrumb-wrapper::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 1px 1px #e9eaee;
  background: #fafafa url(../images/strip.png) repeat;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
#sp-recent-wrapper p {
  margin: 0px;
}
#sp-recent-wrapper .panel {
  margin-bottom: 0px !important;
}
.ns2-page-inner .ns2-row:nth-last-child(2) .rms_news_content .ns2-links {
  margin-bottom: 0px;
}
.content_justify h5 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
}
.content_justify p {
  margin: 0px;
}
article.item-page {
  margin: 30px 0px;
}
.shortcode-video {
  margin-bottom: 30px;
}
#sp-component .project_holder {
  margin-bottom: 30px;
}
#sp-component .project_holder .gallery_shadow_holder {
  max-height: 462px;
}
#sp-component .project_holder .gallery_shadow_holder .bx-wrapper {
  max-height: 462px;
}
#sp-component .project_holder .gallery_shadow_holder .bx-wrapper .bx-window {
  max-height: 462px;
}
#sp-component .project_holder .gallery_shadow_holder .bx-wrapper .bx-window .gallery_item.pager {
  margin: 0;
}
#sp-component .project_holder .gallery_shadow_holder .bx-wrapper .bx-window .gallery_item.pager .overlayZoom a img {
  min-height: 462px;
}
#sp-component .content_holder h4 {
  font-weight: bold;
}
img.itemHolder {
  background: url("../images/strip.png") repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #cdcbcb;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 7px 0 32px;
}
img.pull-right {
  margin-top: 25px;
  margin-bottom: 25px;
}
img.pull-left.itemHolder {
  margin-right: 28px;
}
#sp-themepanel-wrapper {
  position: relative;
}
#sp-themepanel-wrapper .row-fluid [class*="span"] {
  min-height: 0px;
}
.fixed_sticky {
  position: fixed;
  top: 0px;
  z-index: 10000;
  width: 100%;
  -webkit-animation: fadeInDown 500ms ease-in 700ms both;
  -moz-animation: fadeInDown 500ms ease-in 700ms both;
  -ms-animation: fadeInDown 500ms ease-in 700ms both;
  -o-animation: fadeInDown 500ms ease-in 700ms both;
  animation: fadeInDown 500ms ease-in 700ms both;
}
.fixed_sticky1 {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  position: fixed;
  top: 0px;
  z-index: 10000;
  width: 100%;
  -webkit-animation: fadeInDown 500ms ease-in 700ms both;
  -moz-animation: fadeInDown 500ms ease-in 700ms both;
  -ms-animation: fadeInDown 500ms ease-in 700ms both;
  -o-animation: fadeInDown 500ms ease-in 700ms both;
  animation: fadeInDown 500ms ease-in 700ms both;
}
#sp_main_menu_default {
  background: #222;
}
#sp_main_menu_default ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp_main_menu_default ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  border-left: 1px solid #141414;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp_main_menu_default ul.level-0 > li:first-child {
  margin-right: 0;
}
#sp_main_menu_default ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 17px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_default ul.level-0 > li >a:focus {
  text-decoration: none;
  outline: none;
}
#sp_main_menu_default ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #fff;
  display: block;
}
#sp_main_menu_default ul.level-0 > li >a::before {
  padding-right: 7px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-size: 13px;
}
#sp_main_menu_default ul.level-0 > li::before {
  content: "";
  display: none;
}
#sp_main_menu_default ul.level-0 > li:last-child {
  margin-right: 0px;
}
#sp_main_menu_default li li:not(.sp-menu-group) {
  display: block;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 3px 3px -3px #393939;
  -moz-box-shadow: 0 3px 3px -3px #393939;
  box-shadow: 0 3px 3px -3px #393939;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp_main_menu_default li li:not(.sp-menu-group):last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp_main_menu_default li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 10px 10px 0;
  color: #d2d0d0;
}
#sp_main_menu_default li li:not(.sp-menu-group).parent >a {
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_default li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp_main_menu_default 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_default li li:not(.sp-menu-group):hover {
  padding-left: 8px;
}
#sp_main_menu_default li li:not(.sp-menu-group):hover a {
  color: #fff;
}
#sp_main_menu_default li li:not(.sp-menu-group).active {
  padding-left: 0;
}
#sp_main_menu_default li li:not(.sp-menu-group).active a {
  color: #fff;
  font-weight: 600;
}
#sp_main_menu_default div.sp-menu-group {
  margin: 10px;
}
#sp_main_menu_default div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px 10px 10px 0;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 3px 3px -3px #393939;
  -moz-box-shadow: 0 3px 3px -3px #393939;
  box-shadow: 0 3px 3px -3px #393939;
}
#sp_main_menu_default div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp_main_menu_default div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp_main_menu_default div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_style1 {
  float: right;
  padding: 40px 0;
}
#sp_main_menu_style1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp_main_menu_style1 ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp_main_menu_style1 ul.level-0 > li >a {
  color: #222;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 13px 12px;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_style1 ul.level-0 > li >a:focus {
  text-decoration: none;
  outline: none;
}
#sp_main_menu_style1 ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #222;
  display: block;
}
#sp_main_menu_style1 ul.level-0 > li >a::before {
  padding-right: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
#sp_main_menu_style1 ul.level-0 > li:hover,
#sp_main_menu_style1 ul.level-0 > li.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#sp_main_menu_style1 ul.level-0 > li::before {
  content: "";
  display: none;
  font-family: FontAwesome;
}
#sp_main_menu_style1 ul.level-0 > li:last-child {
  margin-right: 0px;
}
#sp_main_menu_style1 li li:not(.sp-menu-group) {
  display: block;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 3px 3px -3px #393939;
  -moz-box-shadow: 0 3px 3px -3px #393939;
  box-shadow: 0 3px 3px -3px #393939;
  position: relative;
  text-transform: capitalize;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp_main_menu_style1 li li:not(.sp-menu-group):last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp_main_menu_style1 li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  padding: 10px 10px 10px 0;
  color: #d2d0d0;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_style1 li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_style1 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_style1 li li:not(.sp-menu-group):hover {
  padding-left: 8px;
}
#sp_main_menu_style1 li li:not(.sp-menu-group):hover a {
  color: #fff;
}
#sp_main_menu_style1 li li:not(.sp-menu-group).active {
  padding-left: 0;
}
#sp_main_menu_style1 li li:not(.sp-menu-group).active a {
  color: #fff;
  font-weight: 600;
}
#sp_main_menu_style1 div.sp-menu-group {
  margin: 10px;
}
#sp_main_menu_style1 div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px 10px 10px 0;
  color: #fff;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 3px 3px -3px #393939;
  -moz-box-shadow: 0 3px 3px -3px #393939;
  box-shadow: 0 3px 3px -3px #393939;
}
#sp_main_menu_style1 div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp_main_menu_style1 div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp_main_menu_style1 div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_style2 {
  float: right;
}
#sp_main_menu_style2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp_main_menu_style2 ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 40px 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp_main_menu_style2 ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 15px 12px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_style2 ul.level-0 > li >a:focus {
  outline: none;
  text-decoration: none;
}
#sp_main_menu_style2 ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #222;
  display: block;
}
#sp_main_menu_style2 ul.level-0 > li >a::before {
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
}
#sp_main_menu_style2 ul.level-0 > li::before {
  content: "";
  font-family: FontAwesome;
  display: none;
}
#sp_main_menu_style2 ul.level-0 > li:last-child {
  margin-right: 0px;
}
#sp_main_menu_style2 ul.level-0 > li .sp-submenu.open {
  margin-top: 80px;
}
#sp_main_menu_style2 ul.level-0 > li .sp-submenu.open .sp-submenu.sub-level-child {
  margin-top: 0px;
}
#sp_main_menu_style2 li li:not(.sp-menu-group) {
  display: block;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 3px 3px -3px #393939;
  -moz-box-shadow: 0 3px 3px -3px #393939;
  box-shadow: 0 3px 3px -3px #393939;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp_main_menu_style2 li li:not(.sp-menu-group):last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp_main_menu_style2 li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 10px 10px 0;
  color: #d2d0d0;
}
#sp_main_menu_style2 li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp_main_menu_style2 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_style2 li li:not(.sp-menu-group):hover {
  padding-left: 8px;
}
#sp_main_menu_style2 li li:not(.sp-menu-group):hover a {
  color: #fff;
}
#sp_main_menu_style2 li li:not(.sp-menu-group).active {
  padding-left: 0;
}
#sp_main_menu_style2 li li:not(.sp-menu-group).active a {
  color: #fff;
  font-weight: 600;
}
#sp_main_menu_style2 div.sp-menu-group {
  margin: 10px;
}
#sp_main_menu_style2 div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px 10px 10px 0;
  color: #fff;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 3px 3px -3px #393939;
  -moz-box-shadow: 0 3px 3px -3px #393939;
  box-shadow: 0 3px 3px -3px #393939;
}
#sp_main_menu_style2 div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp_main_menu_style2 div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp_main_menu_style2 div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
#sp_main_menu_style3 {
  float: right;
  padding: 40px 0;
}
#sp_main_menu_style3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp_main_menu_style3 ul.level-0 > li {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp_main_menu_style3 ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 13px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_style3 ul.level-0 > li >a:focus {
  outline: none;
  text-decoration: none;
}
#sp_main_menu_style3 ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #fff;
  display: block;
}
#sp_main_menu_style3 ul.level-0 > li >a::before {
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
}
#sp_main_menu_style3 ul.level-0 > li::before {
  content: "";
  font-family: FontAwesome;
  display: none;
}
#sp_main_menu_style3 ul.level-0 > li:last-child {
  margin-right: 0px;
}
#sp_main_menu_style3 ul.level-0 > li .sp-submenu .sp-submenu-wrap {
  border-top: 0px;
}
#sp_main_menu_style3 ul.level-0 li.menu_search a {
  padding: 12px 18px;
}
#sp_main_menu_style3 li li:not(.sp-menu-group) {
  display: block;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 3px 3px -3px #393939;
  -moz-box-shadow: 0 3px 3px -3px #393939;
  box-shadow: 0 3px 3px -3px #393939;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp_main_menu_style3 li li:not(.sp-menu-group):last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp_main_menu_style3 li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 10px 10px 0;
  color: #d2d0d0;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_style3 li li:not(.sp-menu-group).parent >a {
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
#sp_main_menu_style3 li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp_main_menu_style3 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_style3 li li:not(.sp-menu-group):hover {
  padding-left: 8px;
}
#sp_main_menu_style3 li li:not(.sp-menu-group):hover a {
  color: #fff;
}
#sp_main_menu_style3 li li:not(.sp-menu-group).active {
  padding-left: 0;
}
#sp_main_menu_style3 li li:not(.sp-menu-group).active a {
  color: #fff;
  font-weight: 600;
}
#sp_main_menu_style3 div.sp-menu-group {
  margin: 10px;
}
#sp_main_menu_style3 div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px 10px 10px 0;
  color: #fff;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 3px 3px -3px #393939;
  -moz-box-shadow: 0 3px 3px -3px #393939;
  box-shadow: 0 3px 3px -3px #393939;
}
#sp_main_menu_style3 div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp_main_menu_style3 div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp_main_menu_style3 div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  white-space: normal;
  font-size: 12px;
  font-weight: 400;
  background: #222;
  padding: 4px 10px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
  text-transform: uppercase;
}
.module .title h2.module-title {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
}
.module .title h2.module-title .bold {
  padding-left: 5px;
  font-weight: 400;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.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.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
#client #sp-client {
  margin-bottom: 20px;
}
.client_logo_list ul.client_logo {
  list-style: none;
  margin: 0;
}
.client_logo_list ul.client_logo li {
  float: left;
  width: 20%;
  text-align: center;
}
.client_logo_list ul.four_client li {
  width: 25%;
}
.social_links {
  display: block;
}
.social_links ul.social {
  margin: 0;
  list-style: none;
}
.social_links ul.social li {
  float: left;
  -webkit-box-shadow: 0 0 1px #111;
  -moz-box-shadow: 0 0 1px #111;
  box-shadow: 0 0 1px #111;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color .3s ease-in;
  -moz-transition: background-color .3s ease-in;
  -o-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
  cursor: pointer;
  text-align: center;
}
.social_links ul.social li a {
  color: #fff;
  text-decoration: none;
}
.social_links ul.social li a:hover {
  text-decoration: none;
}
.social_links ul.social li:nth-child(odd):hover {
  background-color: #222;
  border: 1px solid #141414;
}
.social_links ul.social li:nth-child(even) {
  background-color: #222;
  border: 1px solid #141414;
}
.social_links ul.social li:last-child {
  margin-right: 0px;
}
.social_links ul.social li.big {
  height: 38px;
  width: 38px;
  margin: 0 12px 12px 0;
  font-size: 18px;
  line-height: 38px;
}
.social_links ul.social li.small {
  margin: 0 7px 7px 0;
  width: 25px;
  height: 25px;
  font-size: 14px;
  padding: inherit;
  line-height: 25px;
}
.contact_map_holder {
  padding: 5px;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.box {
  padding: 5px;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.box .box_content {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #444;
  -moz-box-shadow: 0 0 2px #444;
  box-shadow: 0 0 2px #444;
}
.panel {
  float: left;
  width: 100%;
  height: 190px;
  margin-bottom: 20px !important;
  color: #fff !important;
  position: relative;
  font-size: 12px !important;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
.panel .front {
  padding: 5px;
  background: #fff url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  box-shadow: 0 0 5px #e0e0e0;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.panel .front span {
  position: absolute;
  top: 70%;
  left: 5px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.panel .front img {
  height: 100%;
  width: 100%;
}
.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.panel .back {
  padding: 5px;
  background-image: url(../images/strip.png);
  background-repeat: repeat;
  border: 1px solid #cdcbcb;
  box-shadow: 0 0 5px #e0e0e0;
  text-align: left;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.panel .back .pad {
  margin: 10px;
}
.panel .back .pad h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  color: #fff !important;
  text-transform: capitalize;
}
.panel .back .pad p {
  margin: 0;
  margin-bottom: 5px !important;
  margin-top: 0px !important;
}
.panel .back .pad span.date {
  font-size: 10px;
}
.standard_button {
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 0 2px #111;
  padding: 5px 8px;
  font-size: 12px;
  box-shadow: 0 0 1px #111;
  -moz-box-shadow: 0 0 1px #111;
  -webkit-box-shadow: 0 0 1px #111;
}
.standard_button:hover {
  background: #222;
  border: 1px solid #191919;
  color: #fff;
}
.latest_project_wrap ul.latest_project {
  margin: 0;
  list-style: none;
}
.latest_project_wrap ul.latest_project li.imgHolder {
  min-width: 55px;
  min-height: 55px;
  float: left;
  padding: 5px;
  margin: 0 9px 9px 0px;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.latest_project_wrap ul.latest_project li.imgHolder img {
  min-width: 55px;
  max-height: 55px;
}
.shortcode-video {
  background: url(../images/strip.png) repeat;
  padding: 5px;
  border: 1px solid #cdcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #e0e0e0;
  -moz-box-shadow: 0 0 5px #e0e0e0;
  box-shadow: 0 0 5px #e0e0e0;
}
.carousel {
  margin-bottom: 20px;
  line-height: 1;
  padding: 5px;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  position: relative;
}
.carousel .carousel-inner>.item>img,
.carousel .carousel-inner>.item>a>img {
  min-width: 100%;
}
.carousel .carousel-inner .carousel-caption {
  background: transparent;
  background-color: transparent;
  right: auto;
  bottom: auto;
  top: 20%;
  left: 5%;
}
.carousel .carousel-inner .carousel-caption p {
  padding: 0px;
  margin: 0px;
}
.carousel .carousel-inner .carousel-caption h2 {
  font-size: 30px;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  line-height: 21px;
  display: inline-block;
}
.carousel .carousel-inner .carousel-caption h3 {
  font-size: 16px;
  background: #fff;
  color: #777;
  font-weight: 400;
  padding: 5px 15px;
  margin: 0px;
  line-height: 15px;
}
.carousel .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 38px;
  margin-top: -10px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  text-align: center;
  background: transparent;
  border: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.carousel .carousel-control:hover {
  background-color: #444;
}
.carousel .carousel-control.left {
  left: 5px;
  background: url(../images/prev.png) center no-repeat;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.carousel .carousel-control.right {
  right: 5px;
  background: url(../images/next.png) center no-repeat;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.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;
}
p {
  font-size: 13px;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e0e0e0;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}
.ui-progressbar {
  height: 3em;
  text-align: left;
  overflow: hidden;
  margin: 5px 0;
  color: #fff;
  position: relative;
}
.ui-progressbar span {
  position: absolute;
  top: 9px;
  left: 15px;
  text-transform: uppercase;
}
.ui-progressbar.ui-widget-content {
  background: #fafafa;
  border: none;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.12);
}
.ui-progressbar .ui-widget-header {
  border: none;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.05);
}
.ui-progressbar .ui-progressbar-value span {
  margin-left: 0px;
}
.ui-progressbar.small_progress {
  height: 20px;
}
.ui-progressbar.red .ui-progressbar-value {
  background: #dc4f49;
}
.ui-progressbar.yellow .ui-progressbar-value {
  background: #f0b81b;
}
.ui-progressbar.green_teal .ui-progressbar-value {
  background: #3ea9a1;
}
.ui-progressbar.green .ui-progressbar-value {
  background: #82b548;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .9em .5em .9em .7em;
  background: #fafafa;
  min-height: 0;
}
.ui-accordion .ui-accordion-header:hover {
  background: #fff;
}
.ui-accordion .ui-accordion-header .ui-icon {
  background: #cccccc url(../images/accordion-plus.png) center no-repeat;
}
.ui-accordion .ui-state-active {
  background: #fff;
  border-bottom: none;
  font-weight: normal;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.ui-accordion .ui-state-active .ui-icon {
  background-image: url(../images/accordion-minus.png);
  background-position: center;
  background-repeat: no-repeat;
}
.ui-tabs {
  position: relative;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  background: #fafafa;
  top: 0;
  margin: 1px 2px 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li:hover {
  background: #fff;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  color: #444;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background: #fff;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  border: 1px solid #e0e0e0;
  padding: 1em 1.4em;
  background: none;
}
.featured_v1 {
  margin-top: 12px;
}
.featured_v1 .imgHolder {
  width: 83px;
  height: 83px;
  float: left;
  margin-right: 10px;
  text-align: center;
  margin-top: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.featured_v1:hover .imgHolder {
  background: #222;
}
.featured_v1 .imgHolder img {
  margin-top: 23px;
}
.featured_v1 .content {
  float: right;
  width: 204px;
}
.featured_v1 h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.featured_v1 a {
  font-size: 12px;
}
.featured_v1 p {
  margin-bottom: 5px;
}
.featured_v2 {
  text-align: center;
  margin-top: 12px;
}
.featured_v2:hover .imgHolder {
  background-color: #222;
}
.featured_v2 .imgHolder {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
}
.featured_v2 .imgHolder img {
  margin-top: 23px;
}
.featured_v2 h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
}
.featured_v2 p {
  margin: 0;
}
.featured_v3 {
  text-align: center;
  margin-top: 12px;
}
.featured_v3 .imgHolder {
  width: 160px;
  height: 140px;
  background: url(../images/strip.png) repeat;
  padding: 5px;
  margin: 0 auto;
  border: 1px solid #cdcbcb;
}
.featured_v3 .imgHolder img {
  width: 160px;
  height: 140px;
}
.featured_v3 h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
}
.featured_v3 p {
  margin-bottom: 0;
}
ul.featured_v4 {
  float: left;
  margin: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  margin-top: 12px;
}
ul.featured_v4 li {
  float: left;
  width: 175px;
  margin-bottom: 20px;
}
ul.featured_v4 li h3 {
  text-transform: capitalize;
  margin-top: 190px;
  margin-bottom: 0px;
  line-height: 21px;
  font-size: 15px;
  font-style: italic;
  color: #777;
}
ul.featured_v4 li .item_holder {
  width: 165px;
  height: 165px;
  background: url(../images/strip.png) repeat;
  padding: 5px;
  border: 1px solid #cdcbcb;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 0 2px #e0e0e0;
}
ul.featured_v4 li .item_holder:hover {
  box-shadow: 0 0 10px #999;
}
ul.featured_v4 li .item {
  width: 165px;
  height: 165px;
  line-height: 165px;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 0 2px #444;
  background-color: #fff;
}
ul.featured_v4 li.arrow {
  margin: 0 25px;
  width: 30px;
  min-height: 170px;
  background-image: url(../images/circle-arrows-right.png);
  background-repeat: no-repeat;
  background-position: center;
}
ul.featured_v4 li .item.light_green,
ul.featured_v4 li .item.dark_green,
ul.featured_v4 li .item.teal_green,
ul.featured_v4 li .item.blue {
  background-repeat: no-repeat;
  background-position: center;
}
ul.featured_v4 li .item.light_green {
  background-color: #85b700;
}
ul.featured_v4 li .item.dark_green {
  background-color: #54a338;
}
ul.featured_v4 li .item.teal_green {
  background-color: #278795;
}
.featured_v5 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 12px;
}
.featured_v5:hover .imgHolder {
  background: #222;
}
.featured_v5 .imgHolder {
  width: 80px;
  height: 80px;
  float: left;
  margin-top: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.featured_v5 .imgHolder img {
  margin-top: 23px;
}
.featured_v5 .content_holder {
  margin-left: 90px;
}
.featured_v5 .content_holder h4 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  margin: 0px;
  margin-bottom: 10px;
}
.featured_v5 .content_holder p {
  margin-bottom: 0;
}
.featured_v5.smallv .imgHolder {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.featured_v5.smallv .imgHolder img {
  margin-top: 10px;
}
.featured_v5.smallv .content_holder {
  margin-left: 65px;
}
.featured_v6 {
  float: left;
  width: 100%;
}
.featured_v6 .imgHolder {
  width: 65px;
  height: 65px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ebebeb;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 4px #fff;
}
.featured_v6 .imgHolder img {
  margin-top: 15px;
  box-shadow: 0 0 20px 12px #fff;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.featured_v6 .content_holder {
  margin-left: 80px;
}
.featured_v6 .content_holder h4 {
  font-size: 17px;
  margin-top: 5px;
  color: #777;
  line-height: 16px;
  margin-top: 14px;
}
.featured_v6 .content_holder p {
  margin-bottom: 0;
  color: #a9a9a9;
  font-style: italic;
}
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}
.tipsy-inner {
  background: #444;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
.tipsy-arrow-n,
.tipsy-arrow-s,
.tipsy-arrow-e,
.tipsy-arrow-w {
  border-color: #444;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.testimonialList {
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  float: left;
  list-style: none;
  margin: 0px;
}
.testimonialList li {
  float: left;
  text-align: left;
  margin: 20px 0;
}
.testimonialList li .arrow-down {
  margin-left: 20px;
}
.testimonialList li  blockquote {
  margin-left: 65px;
  font-size: 12px;
  border: none;
  padding: 0;
}
.testimonialList li img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.testimonialList li .testimonialAuthor {
  width: 100%;
  padding-top: 7px;
}
.testimonialList li .testimonialAuthor span.testimonial_title {
  color: #888;
}
.testimonialList li .arrow-down {
  margin-left: 20px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.full_promobox {
  padding: 13px 0;
  width: 100%;
  min-height: 40px;
  background: #222;
  position: relative;
  color: #fff;
  text-align: center;
}
.full_promobox h4 {
  color: #fff;
  font-size: 18px;
  margin: 3px 0 0 0;
}
.full_promobox a {
  float: left;
  margin: 0;
}
.standard_promobox_holder {
  width: 100%;
  background: url(../images/strip.png) repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 5px;
  border: 1px solid #cdcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #e0e0e0;
  -moz-box-shadow: 0 0 5px #e0e0e0;
  box-shadow: 0 0 5px #e0e0e0;
}
.standard_promobox {
  width: 100%;
  border: 1px solid #e0e0e0;
  float: left;
  background: #fff;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.standard_promobox a {
  float: right;
}
.standard_promobox h2 {
  font-size: 19px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 2px;
}
.standard_promobox p {
  margin-bottom: 0;
  color: #777;
}
.standard_promobox.smallv {
  width: 675px;
}
.white_promobox {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  border: 1px solid #cdcbcb;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  float: left;
}
.white_promobox span {
  margin: 0;
  font-size: 25px;
  margin: 15px;
  line-height: 30px;
}
.texture_promobox {
  width: 100%;
  padding: 20px 0;
  background: #fff url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  float: left;
}
.texture_promobox span {
  margin: 0;
  font-size: 25px;
  margin: 15px;
  line-height: 30px;
}
.skin_promobox {
  width: 100%;
  padding: 20px 0;
  border: 1px solid #cdcbcb;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  float: left;
  background-image: url(../images/strip.png);
  background-repeat: repeat;
}
.skin_promobox p {
  margin: 0;
  font-size: 25px;
  margin: 15px;
  line-height: 30px;
  color: #fff;
}
.skin_promobox a {
  color: #dfdfdf;
  text-decoration: underline;
}
.skin_promobox a:hover {
  color: #fff;
}
.light_promobox {
  width: 100%;
  padding: 20px 0;
  background: #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  float: left;
}
.light_promobox p {
  margin: 0;
  font-size: 25px;
  margin: 15px;
  line-height: 30px;
}
.notification {
  margin: 15px 0;
  width: 100%;
  padding: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 3px #fff;
  box-shadow: inset 0 0 3px #fff;
}
.notification.close {
  opacity: 1;
  filter: alpha(opacity=100);
}
.notification span {
  padding: 0;
  font-weight: bold;
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 0;
}
.notification img {
  float: left;
  margin-left: 10px;
}
.notification.notice {
  border: 1px solid #e8e7e7;
  background-color: #fafafa;
}
.notification.warning {
  border: 1px solid #f5dc7d;
  background-color: #fcf7d9;
}
.notification.success {
  border: 1px solid #c2d288;
  background-color: #e3ebc6;
}
.notification.error {
  border: 1px solid #f7c7c9;
  background-color: #f9e5e6;
}
.notification.info {
  border: 1px solid #9ac9df;
  background-color: #d8ecf5;
}
.notification.notice span {
  color: #b1b1b1 !important;
}
.notification.warning span {
  color: #c4a21b !important;
}
.notification.success span {
  color: #8fa442 !important;
}
.notification.error span {
  color: #b3696c !important;
}
.notification.info span {
  color: #6f8da9 !important;
}
.notification p {
  padding: 0;
  font-weight: 600;
  margin: 0 45px !important;
  color: #a1a1a1;
  font-size: 15px;
}
.gray_gradient {
  text-shadow: -1px -1px 0 #fff;
  border: 1px solid #cdcbcb;
  font-weight: bold;
  text-align: center;
  color: #444 !important;
  background-color: #e8e6e6;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e8e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e8e6e6);
  background-image: -moz-linear-gradient(top,#fff,#e8e6e6);
  background-image: -ms-linear-gradient(top,#fff,#e8e6e6);
  background-image: -o-linear-gradient(top,#fff,#e8e6e6);
  background-image: linear-gradient(to bottom,#fff,#e8e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#e8e6e6);
}
.gray_gradient:hover {
  border: 1px solid #cdcbcb;
  background-color: #e8e6e6;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e6e6),top(#fff));
  background-image: -webkit-linear-gradient(top,#e8e6e6,#fff);
  background-image: -moz-linear-gradient(top,#e8e6e6,#fff);
  background-image: -ms-linear-gradient(top,#e8e6e6,#fff);
  background-image: -o-linear-gradient(top,#e8e6e6,#fff);
  background-image: linear-gradient(to bottom,#e8e6e6,#fff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e8e6e6,endColorstr=#ffffff);
}
.dark_gradient {
  border: 1px solid #888;
  color: #fff !important;
  font-family: arial, helvetica, sans-serif;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight: bold;
  text-align: center;
  background-color: #555;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#c9c9c9),to(#555));
  background-image: -webkit-linear-gradient(top,#c9c9c9,#555);
  background-image: -moz-linear-gradient(top,#c9c9c9,#555);
  background-image: -ms-linear-gradient(top,#c9c9c9,#555);
  background-image: -o-linear-gradient(top,#c9c9c9,#555);
  background-image: linear-gradient(to bottom,#c9c9c9,#555);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c9c9c9,endColorstr=#555 55);
}
.dark_gradient:hover {
  border: 1px solid #888;
  background-color: #555;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#555),top(#c9c9c9));
  background-image: -webkit-linear-gradient(top,#555,#c9c9c9);
  background-image: -moz-linear-gradient(top,#555,#c9c9c9);
  background-image: -ms-linear-gradient(top,#555,#c9c9c9);
  background-image: -o-linear-gradient(top,#555,#c9c9c9);
  background-image: linear-gradient(to bottom,#555,#c9c9c9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#555555,endColorstr=#c9c9c9);
}
.green_gradient {
  border: 1px solid #81ad51;
  color: #fff !important;
  font-family: arial, helvetica, sans-serif;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight: bold;
  text-align: center;
  background-color: #eafeda;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#eafeda),to(#82b548));
  background-image: -webkit-linear-gradient(top,#eafeda,#82b548);
  background-image: -moz-linear-gradient(top,#eafeda,#82b548);
  background-image: -ms-linear-gradient(top,#eafeda,#82b548);
  background-image: -o-linear-gradient(top,#eafeda,#82b548);
  background-image: linear-gradient(to bottom,#eafeda,#82b548);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eafeda,endColorstr=#82b548);
}
.green_gradient:hover {
  background-color: #eafeda;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#82b548),top(#eafeda));
  background-image: -webkit-linear-gradient(top,#82b548,#eafeda);
  background-image: -moz-linear-gradient(top,#82b548,#eafeda);
  background-image: -ms-linear-gradient(top,#82b548,#eafeda);
  background-image: -o-linear-gradient(top,#82b548,#eafeda);
  background-image: linear-gradient(to bottom,#82b548,#eafeda);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82b548,endColorstr=#eafeda);
}
.greenTeal_gradient {
  border: 1px solid #48b0a8;
  color: #fff !important;
  font-family: arial, helvetica, sans-serif;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight: bold;
  text-align: center;
  background-color: #3ea9a1;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#77fcf2),to(#3ea9a1));
  background-image: -webkit-linear-gradient(top,#77fcf2,#3ea9a1);
  background-image: -moz-linear-gradient(top,#77fcf2,#3ea9a1);
  background-image: -ms-linear-gradient(top,#77fcf2,#3ea9a1);
  background-image: -o-linear-gradient(top,#77fcf2,#3ea9a1);
  background-image: linear-gradient(to bottom,#77fcf2,#3ea9a1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#77fcf2,endColorstr=#3ea9a1);
}
.greenTeal_gradient:hover {
  background-color: #77fcf2;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3ea9a1),top(#77fcf2));
  background-image: -webkit-linear-gradient(top,#3ea9a1,#77fcf2);
  background-image: -moz-linear-gradient(top,#3ea9a1,#77fcf2);
  background-image: -ms-linear-gradient(top,#3ea9a1,#77fcf2);
  background-image: -o-linear-gradient(top,#3ea9a1,#77fcf2);
  background-image: linear-gradient(to bottom,#3ea9a1,#77fcf2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3ea9a1,endColorstr=#77fcf2);
}
.red_gradient {
  border: 1px solid #f07570;
  color: #fff !important;
  font-family: arial, helvetica, sans-serif;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight: bold;
  text-align: center;
  background-color: #dc4f49;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fdc0bd),to(#dc4f49));
  background-image: -webkit-linear-gradient(top,#fdc0bd,#dc4f49);
  background-image: -moz-linear-gradient(top,#fdc0bd,#dc4f49);
  background-image: -ms-linear-gradient(top,#fdc0bd,#dc4f49);
  background-image: -o-linear-gradient(top,#fdc0bd,#dc4f49);
  background-image: linear-gradient(to bottom,#fdc0bd,#dc4f49);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fdc0bd,endColorstr=#dc4f49);
}
.red_gradient:hover {
  background-color: #fdc0bd;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dc4f49),top(#fdc0bd));
  background-image: -webkit-linear-gradient(top,#dc4f49,#fdc0bd);
  background-image: -moz-linear-gradient(top,#dc4f49,#fdc0bd);
  background-image: -ms-linear-gradient(top,#dc4f49,#fdc0bd);
  background-image: -o-linear-gradient(top,#dc4f49,#fdc0bd);
  background-image: linear-gradient(to bottom,#dc4f49,#fdc0bd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dc4f49,endColorstr=#fdc0bd);
}
.blue_gradient {
  border: 1px solid #3d7b9c;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: arial, helvetica, sans-serif;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight: bold;
  text-align: center;
  background-color: #97ceeb;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#97ceeb),to(#2f7397));
  background-image: -webkit-linear-gradient(top,#97ceeb,#2f7397);
  background-image: -moz-linear-gradient(top,#97ceeb,#2f7397);
  background-image: -ms-linear-gradient(top,#97ceeb,#2f7397);
  background-image: -o-linear-gradient(top,#97ceeb,#2f7397);
  background-image: linear-gradient(to bottom,#97ceeb,#2f7397);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#97ceeb,endColorstr=#2f7397);
}
.blue_gradient:hover {
  background-color: #97ceeb;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#2f7397),top(#97ceeb));
  background-image: -webkit-linear-gradient(top,#2f7397,#97ceeb);
  background-image: -moz-linear-gradient(top,#2f7397,#97ceeb);
  background-image: -ms-linear-gradient(top,#2f7397,#97ceeb);
  background-image: -o-linear-gradient(top,#2f7397,#97ceeb);
  background-image: linear-gradient(to bottom,#2f7397,#97ceeb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2f7397,endColorstr=#97ceeb);
}
.yellow_gradient {
  border: 1px solid #e9bf4f;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: arial, helvetica, sans-serif;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight: bold;
  text-align: center;
  background-color: #fce6a5;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fce6a5),to(#f0b81b));
  background-image: -webkit-linear-gradient(top,#fce6a5,#f0b81b);
  background-image: -moz-linear-gradient(top,#fce6a5,#f0b81b);
  background-image: -ms-linear-gradient(top,#fce6a5,#f0b81b);
  background-image: -o-linear-gradient(top,#fce6a5,#f0b81b);
  background-image: linear-gradient(to bottom,#fce6a5,#f0b81b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fce6a5,endColorstr=#f0b81b);
}
.yellow_gradient:hover {
  background-color: #ffc92b;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f0b81b),top(#fce6a5));
  background-image: -webkit-linear-gradient(top,#f0b81b,#fce6a5);
  background-image: -moz-linear-gradient(top,#f0b81b,#fce6a5);
  background-image: -ms-linear-gradient(top,#f0b81b,#fce6a5);
  background-image: -o-linear-gradient(top,#f0b81b,#fce6a5);
  background-image: linear-gradient(to bottom,#f0b81b,#fce6a5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f0b81b,endColorstr=#fce6a5);
}
ul.buttons_list {
  float: left;
  width: 100%;
}
ul.buttons_list li {
  float: left;
  margin: 5px 3px;
}
ul.buttons_list li a {
  float: left;
}
.title,
.widget_title {
  overflow: hidden;
  display: table;
  margin-bottom: 10px;
}
.title,
.widget_title span {
  color: #444 !important;
}
.widget_title  h2 {
  margin-left: 0px !important;
  float: left;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 400;
  margin: 0px;
  line-height: 34px;
  display: table-cell;
  white-space: pre;
}
.title  h2 {
  margin-left: 0px !important;
  float: left;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 0px;
  line-height: 20px;
  display: table-cell;
  white-space: pre;
  margin-bottom: 7px;
}
.title .title_sep_container,
.widget_title .title_sep_container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 13px;
  position: relative;
}
.title .title_sep,
.widget_title .title_sep {
  background: url(../images/strip.png) center repeat;
  display: block;
  height: 13px;
}
.history_item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.history_holder {
  width: 120px;
  height: 120px;
  float: left;
  padding: 5px;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.history_year_holder {
  background: #fff;
  width: 100%;
  height: 100%;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: table;
  text-align: center;
  border: 1px solid #cdcbcb;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.history_year_holder span {
  font-size: 30px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.history_content {
  min-height: 120px;
  margin-left: 140px;
  background-image: url(../images/circle-arrow-right.png);
  background-repeat: no-repeat;
  background-position: left 50px;
}
.history_content p {
  margin: 15px;
}
.history_content .text_holder {
  min-height: 120px;
  margin-left: 32px;
  border: 1px solid #cdcbcb;
}
.project_holder {
  float: left;
  padding: 5px;
  position: relative;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
}
.project_holder img,
.project_holder iframe,
.project_holder object {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
}
.project_holder img:hover {
  opacity: 0.3;
}
table.project_details {
  width: 100%;
  float: left;
  margin-top: -3px;
  margin-bottom: 15px;
}
table.project_details  tr {
  border-bottom: 1px dotted #dfdfdf;
}
table.project_details  tr td {
  padding: 5px;
}
table.project_details  tr td strong {
  color: #777;
}
.proect_details_btn_holder,
.proect_details_btn_holder a {
  float: left;
}
.project_holder .bx-prev,
.project_holder .bx-next {
  display: block;
  width: 30px;
  height: 38px;
  position: absolute;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.project_holder .bx-next {
  background: url(../images/next.png) center no-repeat;
  right: 0;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
}
.project_holder .bx-prev {
  background: url(../images/prev.png) center no-repeat;
  left: 0;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
}
.project_holder .bx-prev,
.project_holder .bx-next {
  top: 200px;
}
.project_holder .bx-next:hover,
.project_holder .bx-prev:hover {
  background-color: #444;
}
ul.gallery_project_list {
  width: 100%;
  margin: 0;
}
ul.gallery_project_list li {
  float: left;
  margin: 0 0 17px 17px;
}
ul.gallery_project_list li.first {
  margin-left: 0;
}
.gallery_project_item {
  float: left;
  padding: 5px;
  height: 230px;
  width: 290px;
  position: relative;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
}
.gallery_project_item img {
  float: left;
  width: 100%;
  height: 100%;
}
.gallery_project_item img:hover {
  opacity: 0.3;
}
.overlayZoom {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #111 url(../images/zoom-overlay.png) center center no-repeat;
}
.overlayLink,
.overlayZoom,
.overlayVideo {
  float: left;
  height: 100% !important;
  width: 100% !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.team {
  border-bottom: 1px dotted #dfdfdf;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.team_imgHolder {
  float: left;
  padding: 5px;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  width: 210px;
  height: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 2px #e0e0e0;
  box-shadow: 0 0 2px #e0e0e0;
}
.team_imgHolder img {
  float: left;
  width: 100%;
  height: 100%;
}
.team_info {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.team_info span {
  padding: 0;
  margin: 0;
}
.team_info span.title {
  color: #777;
  font-style: italic;
}
.team_info span.name {
  font-size: 16px;
  font-weight: bold;
}
.team_info ul {
  float: left;
  margin: 0;
  padding: 0;
}
.team.row {
  margin-left: 0;
}
.testimonials_imgHolder {
  float: left;
  padding: 5px;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  margin-bottom: 15px;
  margin-top: 10px;
}
.testimonials_imgHolder img {
  width: 100%;
  height: 100%;
  float: left;
}
.testimonials_imgHolder.half {
  width: 449px;
  height: 250px;
}
.testimonials_content {
  float: left;
}
.testimonials_content.half {
  margin-bottom: 28px;
}
.testimonials_content blockquote {
  margin: 3px 0 20px 0;
  padding-left: 50px;
  font-style: italic;
  font-size: 13px;
  border: none;
  background-image: url(../images/quote.png);
  background-position: left 15px;
  background-repeat: no-repeat;
}
.testimonials_imgHolder.full {
  width: 250px;
  height: 150px;
}
.testimonials_content.full {
  margin-left: 300px;
  float: none;
}
.testimonials_content.full blockquote {
  margin: 0;
  padding-top: 0;
  background-position: left 5px;
}
.testimonials_content.full .testimonial_author {
  float: left;
  padding: 0 0 0 25px;
  margin: 15px 0 0 50px;
  background-image: url(../images/business_man.png);
  background-position: left 2px;
  background-repeat: no-repeat;
}
.testimonials_imgHolder.three {
  width: 288px;
  height: 170px;
  float: left;
}
.question_item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.answer_number {
  width: 100px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  border-radius: 100%;
}
.question_num_content {
  background: #fff;
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 100%;
  display: table;
  text-align: center;
}
.question_num_content span {
  font-size: 30px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.answer_content {
  min-height: 110px;
  margin-left: 120px;
  background-image: url(../images/circle-arrow-right.png);
  background-repeat: no-repeat;
  background-position: left 50px;
}
.answer_content p {
  margin: 15px;
}
.answer_content .text_holder {
  min-height: 110px;
  margin-left: 32px;
  border: 1px solid #cdcbcb;
}
.answer_content p.answer {
  font-weight: bold;
  font-size: 16px;
}
.answer_content p.answer a {
  margin-left: 20px;
  font-size: 12px;
  font-weight: normal;
}
.faq_links_holder {
  float: left;
  padding: 5px;
  background: url(../images/strip.png) repeat;
  border: 1px solid #cdcbcb;
  margin-bottom: 50px;
  margin-top: 30px;
}
.faq_links_white {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 30px;
  width: 868px;
  float: left;
  -webkit-box-shadow: 0 0 2px #444;
  -moz-box-shadow: 0 0 2px #444;
  box-shadow: 0 0 2px #444;
}
ol.faq_links {
  float: left;
  margin-bottom: 0;
  width: 400px;
}
ol.faq_links.right {
  float: right;
}
ol.faq_links a {
  color: #777;
}
.pricing_table {
  margin: 30px 0 40px;
  float: left;
  padding: 5px;
  border: 1px solid #cdcbcb;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 0 2px #e0e0e0;
}
.rmsptable {
  float: left;
}
.rmsptable ul {
  list-style: none;
  float: left;
  color: #777;
  margin: 0;
  box-shadow: 0 0 1px #e0e0e0;
  padding: 5px;
  text-align: center;
  background-color: #fff;
}
.rmsptable ul li {
  border-bottom: 1px dotted #cfd2d2;
  padding: 10px 0;
}
.rmsptable ul li.free {
  color: #83b732;
}
.rmsptable ul li.best {
  color: #2d94d7;
}
.rmsptable ul li.extra {
  color: #f35a20;
}
.rmsptable ul li.padding {
  padding: 25px 0;
  font-size: 16px;
  background: url(../images/strip.png) repeat;
  box-shadow: 0 0 2px #777;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.rmsptable ul li.padding .per {
  width: 100%;
  margin-top: 10px;
  font-weight: normal;
  font-size: 12px;
}
.rmsptable ul li.padding  span {
  font-size: 30px;
  font-weight: bold;
}
.rmsptable ul li.padding  p {
  font-weight: bold;
  font-size: 16px;
}
.rmsptable ul li:last-child {
  border: none;
}
.rmsptable ul li:nth-child(3) {
  font-size: 12px;
  font-weight: bold;
}
.rmsptable ul li:nth-child(n+4) {
  font-size: 13px;
}
.rmsptable ul li.last {
  margin-top: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .responsive body,
  .responsive .body-innerwrapper {
    display: block;
  }
}
@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-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .responsive #latestarea #sp-content1 {
    margin-top: 45px;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive .sp-mobile-menu {
    z-index: 99999;
    margin-top: 35px;
  }
  .responsive .btn-inverse {
    margin-top: 20px;
  }
  .responsive .btn-inverse i {
    color: #fff;
  }
  .responsive #sp-purchase-wrapper h4 {
    font-size: 16px;
  }
  .responsive ul.featured_v4 li {
    display: inline-block;
    float: none;
    margin: 0 auto 20px;
  }
  .responsive ul.featured_v4 li.arrow {
    display: none;
  }
  .responsive #sp-featured .featured_v1 {
    float: left;
  }
  .responsive #sp-featured .featured_v1 .content {
    float: left;
    margin-top: 10px;
    width: 90%;
  }
  .responsive #sp-featured .featured_v6 {
    margin-bottom: 20px;
  }
  .responsive #sp-featured .featured_v2 {
    margin-top: 20px;
  }
  .responsive .acymailing_module .acymailing_module_form .acymailing_form tbody tr td input.inputbox {
    margin-left: 36px;
  }
  .responsive .acymailing_module .acymailing_module_form .acymailing_form tbody tr td input.button.subbutton {
    margin-bottom: 10px;
  }
  .responsive .acymailing_module .acymailing_module_form .acymailing_form tbody tr {
    float: none;
    text-align: center;
    width: 100%;
  }
  .responsive .acymailing_module .acymailing_module_form .acymailing_form tbody tr td {
    float: none;
  }
  .responsive .standard_promobox h2 {
    margin-top: 0;
    font-size: 17px;
  }
  .responsive .panel .back .pad {
    margin: 0px 10px;
  }
  .responsive .panel .back .pad p {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  .responsive #sp-bottom-wrapper .row-fluid .span4 {
    width: 48%;
  }
  .responsive #sp-right .k2SearchBlockForm input.inputbox,
  .responsive #sp-left .k2SearchBlockForm input.inputbox {
    width: 90%;
  }
  .responsive #sp-right .module .latest_project_wrap ul li:nth-child(3),
  .responsive #sp-left .module .latest_project_wrap ul li:nth-child(3) {
    margin-right: 7px;
  }
  .responsive .blog_medium div.catItemHeader div.catItemImageBlock span.catItemImage img {
    width: 100% !important;
  }
  .responsive .pagination ul {
    float: left;
  }
  .responsive .blog_medium div.catItemHeader {
    max-width: 100%;
  }
  .responsive .blog_medium .rms_blog div.catItemBody {
    max-width: 100%;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form input.button {
    width: 28%;
  }
  .responsive .team_imgHolder {
    width: 100%;
  }
  .responsive .team_bio p {
    padding-left: 15px;
  }
  .responsive .team_bio p:first-child {
    margin: 0;
  }
  .responsive .testimonials_imgHolder.half {
    width: 96%;
  }
  .responsive .testimonials_imgHolder.three {
    width: 96%;
  }
  .responsive .faq_links_holder {
    display: inline-block;
    float: none;
    margin: 30px auto 25px;
    width: 100%;
  }
  .responsive .faq_links_white {
    display: table-cell;
    float: none;
    margin: 0 auto;
    padding: 30px;
  }
  .responsive ol.faq_links {
    margin: 0;
    width: 45%;
  }
  .responsive .pricing_table {
    width: 100%;
    display: block;
  }
  .responsive .pricing_table .rmsptable {
    display: inline-block;
    float: none;
    margin: 0 auto 40px;
    width: 50% !important;
  }
  .responsive .pricing_table .rmsptable ul {
    float: none;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .responsive #sp-purchase-wrapper h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .responsive #sp-purchase-wrapper #sp-purchase p {
    text-align: center;
  }
  .responsive .standard_promobox h2 {
    line-height: 35px;
    margin-bottom: 9px;
  }
  .responsive .standard_promobox a {
    float: left;
    margin-top: 18px;
  }
  .responsive #sp-featured .featured_v1 {
    float: left;
  }
  .responsive #sp-featured .featured_v1 .content {
    margin-bottom: 25px;
    float: left;
    margin-left: 3px;
    width: 75%;
  }
  .responsive #sp-featured .featured_v2 {
    margin-top: 20px;
  }
  .responsive #sp-featured .featured_v3 {
    margin-bottom: 30px;
  }
  .responsive #sp-featured .featured_v3 .imgHolder {
    height: 315px;
    width: 335px;
  }
  .responsive #sp-featured .featured_v3 .imgHolder img {
    height: 315px;
    width: 335px;
  }
  .responsive #sp-featured .featured_v6 {
    margin-bottom: 20px;
  }
  .responsive .btn-inverse {
    margin-top: 20px;
  }
  .responsive .btn-inverse i {
    color: #fff;
  }
  .responsive .sp-mobile-menu {
    z-index: 99999;
    margin-top: 35px;
  }
  .responsive .panel {
    margin-bottom: 20px !important;
    min-height: 290px;
    height: 290px;
  }
  .responsive #sp-recent-wrapper .panel {
    margin-bottom: 20px !important;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: left;
  }
  .responsive #sp-footer-wrapper .sp-totop {
    float: right;
  }
  .responsive ul.featured_v4 li {
    display: inline-block;
    float: none;
    margin: 0 auto 20px;
  }
  .responsive ul.featured_v4 li.arrow {
    display: none;
  }
  .responsive #sp-feature .project_holder {
    height: 305px;
  }
  .responsive #sp-feature .project_holder .overlayZoom {
    height: 305px !important;
  }
  .responsive #sp-feature .project_holder .bx-prev,
  .responsive #sp-feature .project_holder .bx-next {
    top: 140px;
  }
  .responsive .gray_gradient {
    display: inline-block;
    margin-bottom: 18px;
  }
  .responsive #sp-breadcrumb ul.breadcrumb {
    text-align: left;
  }
  .responsive .catItemVideoEmbedded iframe,
  .responsive .catItemVideoEmbedded object,
  .responsive .catItemVideoEmbedded embed,
  .responsive .itemVideoEmbedded iframe,
  .responsive .itemVideoEmbedded object,
  .responsive .itemVideoEmbedded embed {
    min-height: 290px;
  }
  .responsive div.catItemBody h3.catItemTitle {
    font-size: 18px;
  }
  .responsive div.itemCommentsForm form input.inputbox {
    width: 95%;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 93%;
  }
  .responsive #sp-right .k2SearchBlockForm input.inputbox,
  .responsive #sp-left .k2SearchBlockForm input.inputbox {
    width: 88%;
  }
  .responsive div.itemImageBlock {
    min-height: 200px;
  }
  .responsive span.itemImage img {
    min-height: 200px;
  }
  .responsive span.catItemImage img {
    min-height: 220px;
  }
  .responsive div.catItemImageBlock {
    height: 220px;
  }
  .responsive .pagination ul {
    float: left;
  }
  .responsive .blog_medium div.catItemHeader div.catItemImageBlock span.catItemImage img {
    width: 100% !important;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form input {
    width: 96%;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form textarea#message {
    width: 95%;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form input.button {
    width: 28%;
  }
  .responsive .carousel .carousel-inner .item img {
    height: 170px;
  }
  .responsive .carousel .carousel-inner .carousel-caption {
    position: absolute;
    top: 10%;
  }
  .responsive .history_holder {
    margin: 0 auto 20px;
    float: none;
  }
  .responsive .history_content {
    float: none;
    margin: 0 auto;
  }
  .responsive ul.gallery li {
    width: 50% !important;
  }
  .responsive #sp-component .project_holder .gallery_shadow_holder .bx-wrapper .bx-window .gallery_item.pager .overlayZoom a img {
    min-height: 305px;
  }
  .responsive .project_holder .bx-prev,
  .responsive .project_holder .bx-next {
    top: 44%;
  }
  .responsive #sp-component-wrapper .row-fluid .span8 {
    margin-bottom: 30px;
  }
  .responsive #sp-component-wrapper .row-fluid .span8,
  .responsive #sp-component-wrapper .row-fluid .span4 {
    float: left;
  }
  .responsive .team_imgHolder {
    width: 96%;
    margin: 0 auto 20px;
    height: 230px;
  }
  .responsive .team_bio {
    clear: both;
  }
  .responsive .testimonials_imgHolder.half {
    width: 96%;
  }
  .responsive .testimonials_content.full {
    float: left;
    margin-left: 0;
  }
  .responsive .testimonials_imgHolder.full {
    height: 240px;
    width: 96%;
  }
  .responsive .testimonials_imgHolder.three {
    height: 240px;
    width: 96%;
  }
  .responsive .faq_links_holder {
    display: inline-block;
    float: none;
    margin: 30px auto 25px;
    width: 100%;
  }
  .responsive .faq_links_white {
    display: table-cell;
    float: none;
    margin: 0 auto;
    padding: 30px;
  }
  .responsive ol.faq_links {
    margin: 0;
    width: 100%;
  }
  .responsive .pricing_table {
    width: 100%;
    display: block;
  }
  .responsive .pricing_table .rmsptable {
    display: inline-block;
    float: none;
    margin: 0 auto 40px;
    width: 50% !important;
  }
  .responsive .pricing_table .rmsptable ul {
    float: none;
  }
  .responsive div.default .col-2,
  .responsive div.default .col-3,
  .responsive div.default .col-4,
  .responsive div.default .col-5 {
    width: 50%;
  }
  .responsive div.default .col-2 .sp-portfolio-thumb,
  .responsive div.default .col-3 .sp-portfolio-thumb,
  .responsive div.default .col-4 .sp-portfolio-thumb,
  .responsive div.default .col-5 .sp-portfolio-thumb {
    height: 180px !important;
  }
  .responsive div.default .col-2 .sp-portfolio-thumb img,
  .responsive div.default .col-3 .sp-portfolio-thumb img,
  .responsive div.default .col-4 .sp-portfolio-thumb img,
  .responsive div.default .col-5 .sp-portfolio-thumb img {
    height: 180px !important;
  }
  .responsive #lbCenter {
    left: 0 !important;
    margin: 0 auto !important;
    right: 0 !important;
    width: 75% !important;
  }
  .responsive #lbImage {
    background-size: 100% 100%;
    max-height: 250px;
    max-width: 95.8%;
  }
}
@media (min-width: 481px) and (max-width: 639px) {
  .responsive .fraction-slider .prev,
  .responsive .fraction-slider .next {
    top: 78px;
  }
  .responsive #sp-purchase-wrapper h4 {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
  }
  .responsive #sp-purchase-wrapper #sp-purchase .btn.btn-primary.btn-small {
    padding: 10px 0;
    width: 100%;
  }
  .responsive .standard_promobox h2 {
    line-height: 35px;
    margin-bottom: 9px;
  }
  .responsive .standard_promobox a {
    float: left;
    margin-top: 18px;
  }
  .responsive #sp-featured .featured_v1 {
    float: left;
  }
  .responsive #sp-featured .featured_v1 .content {
    margin-bottom: 25px;
    float: left;
    margin-left: 3px;
    width: 70%;
  }
  .responsive #sp-featured .featured_v2 {
    margin-top: 20px;
  }
  .responsive #sp-featured .featured_v3 {
    margin-bottom: 30px;
  }
  .responsive #sp-featured .featured_v3 .imgHolder {
    height: 265px;
    width: 295px;
  }
  .responsive #sp-featured .featured_v3 .imgHolder img {
    height: 265px;
    width: 295px;
  }
  .responsive #sp-featured .featured_v6 {
    margin-bottom: 20px;
  }
  .responsive .panel {
    margin-bottom: 20px !important;
    min-height: 290px;
    height: 290px;
  }
  .responsive #sp-recent-wrapper .panel {
    margin-bottom: 20px !important;
  }
  .responsive .client_logo_list ul.client_logo li {
    width: 57%;
  }
  .responsive .btn-inverse {
    margin-top: 17px;
  }
  .responsive .btn-inverse i {
    color: #fff;
  }
  .responsive .sp-mobile-menu {
    z-index: 99999;
    margin-top: 35px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: left;
  }
  .responsive #sp-footer-wrapper .sp-totop {
    float: right;
  }
  .responsive ul.featured_v4 li {
    display: inline-block;
    float: none;
    margin: 0 auto 20px;
  }
  .responsive ul.featured_v4 li.arrow {
    display: none;
  }
  .responsive #sp-feature .project_holder {
    height: 305px;
  }
  .responsive #sp-feature .project_holder .overlayZoom {
    height: 305px !important;
  }
  .responsive #sp-feature .project_holder .bx-prev,
  .responsive #sp-feature .project_holder .bx-next {
    top: 140px;
  }
  .responsive .gray_gradient {
    display: inline-block;
    margin-bottom: 18px;
  }
  .responsive .texture_promobox span {
    font-size: 18px;
  }
  .responsive .white_promobox span {
    font-size: 18px;
  }
  .responsive #sp-breadcrumb ul.breadcrumb {
    text-align: left;
  }
  .responsive .catItemVideoEmbedded iframe,
  .responsive .catItemVideoEmbedded object,
  .responsive .catItemVideoEmbedded embed,
  .responsive .itemVideoEmbedded iframe,
  .responsive .itemVideoEmbedded object,
  .responsive .itemVideoEmbedded embed {
    min-height: 290px;
  }
  .responsive div.catItemBody h3.catItemTitle {
    font-size: 18px;
  }
  .responsive div.itemCommentsForm form input.inputbox {
    width: 95%;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 93%;
  }
  .responsive #sp-right .k2SearchBlockForm input.inputbox,
  .responsive #sp-left .k2SearchBlockForm input.inputbox {
    width: 88%;
  }
  .responsive div.itemImageBlock {
    min-height: 200px;
  }
  .responsive span.itemImage img {
    min-height: 200px;
  }
  .responsive span.catItemImage img {
    min-height: 220px;
  }
  .responsive div.catItemImageBlock {
    height: 220px;
  }
  .responsive .pagination ul {
    float: left;
  }
  .responsive .blog_medium div.catItemHeader div.catItemImageBlock span.catItemImage img {
    width: 100% !important;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form input {
    width: 98%;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form textarea#message {
    width: 95%;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form input.button {
    width: 30%;
  }
  .responsive .carousel .carousel-inner .item img {
    height: 170px;
  }
  .responsive .carousel .carousel-inner .carousel-caption {
    position: absolute;
    top: 10%;
  }
  .responsive .history_holder {
    margin: 0 auto 20px;
    float: none;
  }
  .responsive .history_content {
    float: none;
    margin: 0 auto;
  }
  .responsive ul.gallery li {
    width: 50% !important;
  }
  .responsive #sp-component .project_holder .gallery_shadow_holder .bx-wrapper .bx-window .gallery_item.pager .overlayZoom a img {
    min-height: 305px;
  }
  .responsive .project_holder .bx-prev,
  .responsive .project_holder .bx-next {
    top: 44%;
  }
  .responsive #sp-component-wrapper .row-fluid .span8 {
    margin-bottom: 30px;
  }
  .responsive #sp-component-wrapper .row-fluid .span8,
  .responsive #sp-component-wrapper .row-fluid .span4 {
    float: left;
  }
  .responsive #sp-component-wrapper .row-fluid .span6 {
    margin-bottom: 30px;
  }
  .responsive #sp-component-wrapper .row-fluid .span6:last-child {
    margin-bottom: 0;
  }
  .responsive .team_imgHolder {
    width: 96%;
    margin: 0 auto 20px;
    height: 200px;
  }
  .responsive .team_bio {
    clear: both;
  }
  .responsive .testimonials_imgHolder.half {
    width: 96%;
  }
  .responsive .testimonials_content.full {
    float: left;
    margin-left: 0;
  }
  .responsive .testimonials_imgHolder.full {
    height: 215px;
    width: 96%;
  }
  .responsive .testimonials_imgHolder.three {
    height: 215px;
    width: 96%;
  }
  .responsive .answer_number {
    margin: 0 auto 20px;
    float: none;
  }
  .responsive .answer_content {
    margin: 0 auto;
    float: none;
  }
  .responsive .answer_content p.answer {
    font-size: 14px;
  }
  .responsive .faq_links_holder {
    display: inline-block;
    float: none;
    margin: 30px auto 25px;
    width: 95%;
  }
  .responsive .faq_links_white {
    display: table-cell;
    float: none;
    margin: 0 auto;
    padding: 30px;
  }
  .responsive ol.faq_links {
    margin: 0;
    width: 100%;
  }
  .responsive .pricing_table .rmsptable {
    display: inline-block;
    float: none;
    margin: 0 auto 40px;
    width: 100% !important;
  }
  .responsive .pricing_table .rmsptable ul {
    float: none;
  }
  .responsive #sp-user1 .nav {
    margin-left: 15px;
  }
  .responsive img.itemHolder {
    width: 97%;
  }
  .responsive div.default .col-2,
  .responsive div.default .col-3,
  .responsive div.default .col-4,
  .responsive div.default .col-5 {
    width: 48%;
  }
  .responsive div.default .col-2 .sp-portfolio-thumb,
  .responsive div.default .col-3 .sp-portfolio-thumb,
  .responsive div.default .col-4 .sp-portfolio-thumb,
  .responsive div.default .col-5 .sp-portfolio-thumb {
    height: 180px !important;
  }
  .responsive div.default .col-2 .sp-portfolio-thumb img,
  .responsive div.default .col-3 .sp-portfolio-thumb img,
  .responsive div.default .col-4 .sp-portfolio-thumb img,
  .responsive div.default .col-5 .sp-portfolio-thumb img {
    height: 180px !important;
  }
  .responsive #lbCenter {
    left: 0 !important;
    margin: 0 auto !important;
    right: 0 !important;
    width: 65% !important;
  }
  .responsive #lbImage {
    background-size: 100% 100%;
    max-height: 220px;
    max-width: 93%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .responsive #sp-purchase-wrapper h4 {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
  }
  .responsive #sp-purchase-wrapper #sp-purchase .btn.btn-primary.btn-small {
    padding: 10px 0;
    width: 100%;
  }
  .responsive #sp-featured .featured_v1 {
    float: left;
  }
  .responsive #sp-featured .featured_v1 .content {
    float: left;
    margin-bottom: 25px;
    margin-left: 3px;
    width: 65%;
  }
  .responsive #sp-featured .featured_v2 {
    margin-top: 20px;
  }
  .responsive #sp-featured #sp-footer-wrapper #sp-footer2 {
    text-align: left;
  }
  .responsive #sp-featured #sp-footer-wrapper .sp-totop {
    float: right;
  }
  .responsive #sp-featured .featured_v3 {
    margin-bottom: 30px;
  }
  .responsive #sp-featured .featured_v3 .imgHolder {
    height: 180px;
    width: 210px;
  }
  .responsive #sp-featured .featured_v3 .imgHolder img {
    height: 180px;
    width: 210px;
  }
  .responsive #sp-featured .featured_v6 {
    margin-bottom: 20px;
  }
  .responsive .acymailing_module .acymailing_module_form .acymailing_form tbody tr {
    float: none;
    text-align: center;
    width: 100%;
  }
  .responsive .acymailing_module .acymailing_module_form .acymailing_form tbody tr td {
    float: none;
  }
  .responsive .acymailing_module .acymailing_module_form .acymailing_form tbody tr td input.inputbox {
    margin-left: 4px;
  }
  .responsive .standard_promobox h2 {
    line-height: 31px;
    margin-bottom: 8px;
  }
  .responsive .standard_promobox a {
    float: left;
    margin-top: 20px;
  }
  .responsive .panel {
    margin-bottom: 20px !important;
  }
  .responsive #sp-recent-wrapper .panel {
    margin-bottom: 20px !important;
  }
  .responsive .client_logo_list ul.client_logo li {
    width: 57%;
  }
  .responsive .btn-inverse {
    margin-top: 17px;
  }
  .responsive .btn-inverse i {
    color: #fff;
  }
  .responsive .sp-mobile-menu {
    z-index: 99999;
    margin-top: 35px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: left;
  }
  .responsive #sp-feature .project_holder {
    height: 187px;
  }
  .responsive #sp-feature .project_holder .overlayZoom {
    height: 187px !important;
  }
  .responsive #sp-feature .project_holder .bx-prev,
  .responsive #sp-feature .project_holder .bx-next {
    top: 80px;
  }
  .responsive .gray_gradient {
    display: inline-block;
    margin-bottom: 18px;
  }
  .responsive ul.featured_v4 li {
    display: inline-block;
    float: none;
    margin: 0 auto 20px;
  }
  .responsive ul.featured_v4 li.arrow {
    display: none;
  }
  .responsive .texture_promobox span {
    font-size: 18px;
  }
  .responsive .white_promobox span {
    font-size: 18px;
  }
  .responsive #sp-breadcrumb ul.breadcrumb {
    text-align: left;
  }
  .responsive .catItemVideoEmbedded iframe,
  .responsive .catItemVideoEmbedded object,
  .responsive .catItemVideoEmbedded embed,
  .responsive .itemVideoEmbedded iframe,
  .responsive .itemVideoEmbedded object,
  .responsive .itemVideoEmbedded embed {
    min-height: 240px;
  }
  .responsive div.catItemBody h3.catItemTitle {
    font-size: 18px;
  }
  .responsive div.itemCommentsForm form input.inputbox {
    width: 95%;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 93%;
  }
  .responsive #sp-right .k2SearchBlockForm input.inputbox,
  .responsive #sp-left .k2SearchBlockForm input.inputbox {
    width: 88%;
  }
  .responsive div.itemImageBlock {
    min-height: 160px;
  }
  .responsive span.itemImage img {
    min-height: 160px;
  }
  .responsive .pagination ul {
    float: left;
  }
  .responsive .blog_medium div.catItemHeader div.catItemImageBlock span.catItemImage img {
    width: 100% !important;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form input {
    width: 98%;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form textarea#message {
    width: 95%;
  }
  .responsive .sp_quickcontact form#sp-quickcontact-form input.button {
    width: 35%;
  }
  .responsive .carousel .carousel-inner .item img {
    height: 170px;
  }
  .responsive .carousel .carousel-inner .carousel-caption {
    position: absolute;
    top: 10%;
  }
  .responsive .history_holder {
    margin: 0 auto 20px;
    float: none;
  }
  .responsive .history_content {
    float: none;
    margin: 0 auto;
  }
  .responsive ul.gallery li {
    width: 100% !important;
  }
  .responsive #sp-component .project_holder .gallery_shadow_holder .bx-wrapper .bx-window .gallery_item.pager .overlayZoom a img {
    min-height: 295px;
  }
  .responsive .project_holder .bx-prev,
  .responsive .project_holder .bx-next {
    top: 39%;
  }
  .responsive #sp-component-wrapper .row-fluid .span8 {
    margin-bottom: 30px;
  }
  .responsive #sp-component-wrapper .row-fluid .span8,
  .responsive #sp-component-wrapper .row-fluid .span4 {
    float: left;
  }
  .responsive #sp-component-wrapper .row-fluid .span6 {
    margin-bottom: 30px;
  }
  .responsive #sp-component-wrapper .row-fluid .span6:last-child {
    margin-bottom: 0;
  }
  .responsive .team_imgHolder {
    width: 96%;
    margin: 0 auto 20px;
    height: 200px;
  }
  .responsive .team_bio {
    clear: both;
  }
  .responsive .testimonials_imgHolder.half {
    width: 96%;
  }
  .responsive .testimonials_content.full {
    float: left;
    margin-left: 0;
  }
  .responsive .testimonials_imgHolder.full {
    height: 170px;
    width: 96%;
  }
  .responsive .testimonials_imgHolder.three {
    height: 170px;
    width: 96%;
  }
  .responsive .answer_number {
    margin: 0 auto 20px;
    float: none;
  }
  .responsive .answer_content {
    margin: 0 auto;
    float: none;
  }
  .responsive .answer_content p.answer {
    font-size: 14px;
  }
  .responsive .faq_links_holder {
    display: inline-block;
    float: none;
    margin: 30px auto 25px;
    width: 95%;
  }
  .responsive .faq_links_white {
    display: table-cell;
    float: none;
    margin: 0 auto;
    padding: 30px;
  }
  .responsive ol.faq_links {
    margin: 0;
    width: 100%;
  }
  .responsive .pricing_table .rmsptable {
    display: inline-block;
    float: none;
    margin: 0 auto 40px;
    width: 100% !important;
  }
  .responsive .pricing_table .rmsptable ul {
    float: none;
  }
  .responsive #sp-user1 .nav {
    margin-left: 15px;
  }
  .responsive img.itemHolder {
    width: 97%;
  }
  .responsive div.default .col-2,
  .responsive div.default .col-3,
  .responsive div.default .col-4,
  .responsive div.default .col-5 {
    width: 100%;
  }
  .responsive div.default .col-2 .sp-portfolio-thumb,
  .responsive div.default .col-3 .sp-portfolio-thumb,
  .responsive div.default .col-4 .sp-portfolio-thumb,
  .responsive div.default .col-5 .sp-portfolio-thumb {
    height: 240px !important;
  }
  .responsive div.default .col-2 .sp-portfolio-thumb img,
  .responsive div.default .col-3 .sp-portfolio-thumb img,
  .responsive div.default .col-4 .sp-portfolio-thumb img,
  .responsive div.default .col-5 .sp-portfolio-thumb img {
    height: 240px !important;
  }
  .responsive .gallery-filters a.galley_filter_item {
    display: inline-block;
  }
  .responsive #lbImage {
    background-size: 100% 100%;
    max-height: 200px;
    max-width: 90%;
  }
  .responsive .pp_pic_holder {
    height: 200px !important;
    left: 0 !important;
    margin: 0 auto !important;
    right: 0 !important;
    width: 80% !important;
  }
  .responsive .pp_pic_holder .pp_content {
    height: 200px !important;
    width: 97% !important;
  }
  .responsive .pp_pic_holder .pp_content #pp_full_res {
    height: 165px !important;
    width: 100% !important;
  }
  .responsive .pp_pic_holder .pp_content #pp_full_res #fullResImage {
    height: 100% !important;
    width: 100% !important;
  }
  .responsive .pp_pic_holder .pp_details {
    width: 100% !important;
  }
}
.fixed .hidden-desktop {
  display: none;
}
