.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;
  border: 0px 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 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
  box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
  -webkit-transition: all solid 400ms;
  -moz-transition: all solid 400ms;
  -o-transition: all solid 400ms;
  transition: all solid 400ms;
}
.btn:first-child {
  *margin-left: 0;
}
.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-default.active,
.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-default {
  background: #949494;
  color: #fff;
  border: 2px solid #FFF !important;
  padding-right: 20px;
  border-radius: 7px;
  box-shadow: -10px -2px 0px #7b7b7b inset;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #FFFFFF transparent transparent;
  text-shadow: 0px 0px 1px #888;
}
.btn-default:hover {
  background: #828282;
  color: #fff;
}
.btn-primary {
  background: #1bbc9b;
  border: 2px solid #FFF !important;
  padding-right: 20px;
  border-radius: 7px;
  box-shadow: -10px -2px 0px #158f76 inset;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.btn-primary:hover {
  background: #18a689;
}
.btn-warning {
  background: #f1c40f;
  border: 2px solid #FFF !important;
  padding-right: 20px;
  border-radius: 7px;
  box-shadow: -10px -2px 0px #c29d0b inset;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.btn-warning:hover {
  background: #dab10d;
}
.btn-danger {
  background: #e74b3c;
  border: 2px solid #FFF !important;
  padding-right: 20px;
  border-radius: 7px;
  box-shadow: -10px -2px 0px #d62b1a inset;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.btn-danger:hover {
  background: #e43625;
}
.btn-success {
  background: #2dcc70;
  border: 2px solid #FFF !important;
  padding-right: 20px;
  border-radius: 7px;
  box-shadow: -10px -2px 0px #24a259 inset;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.btn-success:hover {
  background: #28b765;
}
.btn-info {
  background: #3399db;
  border: 2px solid #FFF !important;
  padding-right: 20px;
  border-radius: 7px;
  box-shadow: -10px -2px 0px #217eba inset;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.btn-info:hover {
  background: #258dd0;
}
.btn-inverse {
  background: #34495e;
  border: 2px solid #FFF !important;
  padding-right: 20px;
  border-radius: 7px;
  box-shadow: -10px -2px 0px #22303d inset;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.btn-inverse:hover {
  background: #2b3c4e;
}
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: #00a988;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005d4a;
  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: #e8e8e8;
  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;
}
h1,
h2,
h3,
h4 {
  text-shadow: 0px 0px 2px #fff;
  font-weight: 300;
}
.flickerplate ul.flicks>li .flick-title {
  padding: 80px 0px 50px !important;
  font-size: 60px !important;
}
#sp-header-wrapper.topfixed {
  position: fixed;
  background: rgba(0,0,0,0.39) !important;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#sp-header-wrapper {
  height: 55px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  position: absolute;
  text-align: center;
}
#sp-main-menu ul {
  padding: 0px 0px !important;
  border-radius: 0px;
}
#sp-main-menu ul li {
  text-align: left;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: none;
}
#sp-main-menu ul.level-0 li a {
  padding: 15px 16px !important;
  border-left: 0px solid #fff;
}
#sp-main-menu ul.level-0 > li:hover span {
  padding-top: 20px;
  border-radius: 0px;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px !important;
}
.ltr .sp-submenu.sub-level {
  border-left: 0px solid #fff;
}
#sp-title-wrapper {
  background: url(../images/welcome_bg.png) repeat;
  padding: 15px 0px;
  margin-bottom: 15px;
}
#sp-title-wrapper #sp-breadcrumb li {
  color: #fff;
  text-shadow: 0px 1px 0px #000;
}
#sp-title-wrapper #sp-breadcrumb li a {
  color: #fff;
}
.breadcrumb>li>.divider {
  color: #fff;
}
#sp-logo-wrapper {
  position: absolute;
  text-align: center;
  display: block;
  margin: 0 auto;
  top: 80px;
  width: 100%;
}
#sp-logo-wrapper.topfixed_logo {
  position: fixed;
  text-align: left;
  display: block;
  margin: 0;
  top: 0px;
  width: 230px;
  left: 0px;
  z-index: 999;
}
#sp-logo-wrapper.topfixed_logo .container {
  max-width: 230px;
}
#sp-logo-wrapper.topfixed_logo .container a {
  background: rgba(0,0,0,0.39);
  border-radius: 0px 0px 20px 20px;
  display: block;
  margin-left: 10px;
  padding: 10px 20px;
}
#sp-logo-wrapper.topfixed_logo .container a .logo {
  background-size: 185px;
  margin: 0;
  width: 200px !important;
  height: 80px !important;
  opacity: 1;
  display: block;
}
#sp-logo-wrapper.topfixed_logo .container a .image-logo {
  background-size: 185px;
  margin: 0;
  width: 200px !important;
  height: 80px !important;
  opacity: 1;
  display: block;
}
#sp-slider-logo-wrapper {
  position: absolute;
  text-align: center;
  display: block;
  margin: 0 auto;
  top: 80px;
  width: 100%;
}
#sp-slider-logo-wrapper .logo1 {
  margin: 0 auto;
}
#sp-slider-logo-wrapper .logo1 img {
  width: 200px;
}
#sp-slider-logo-wrapper.topfixed_logo .logo1 {
  opacity: 0;
}
#sp-search-wrapper {
  position: absolute;
  opacity: 0;
}
#sp-search-wrapper.topfixed_search {
  position: fixed;
  text-align: left;
  display: block;
  margin: 0;
  top: 0px;
  width: 230px;
  right: 10px;
  z-index: 999;
  opacity: 1;
}
#sp-search-wrapper.topfixed_search .container {
  max-width: 230px;
}
#sp-search-wrapper.topfixed_search .container .search {
  background: rgba(0,0,0,0.39);
  border-radius: 0px 0px 20px 20px;
  display: block;
  margin-left: 10px;
  padding: 10px 20px;
}
#sp-search-wrapper.topfixed_search .container .search .logo {
  background-size: 185px;
  margin: 0;
  width: 200px !important;
  height: 80px !important;
}
#sp-search-wrapper.topfixed_search .container .search .btn {
  margin: 11px 0px -8px;
  padding: 13px 17px;
  border-radius: 10px;
  margin-left: -10px;
  box-shadow: 0px 0px 0px #fff !important;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#sp-search-wrapper.topfixed_search .container .search .btn:hover {
  color: #fff;
  background: rgba(0,0,0,0);
}
#sp-search-wrapper.topfixed_search .container .search #mod-search-searchword {
  width: 145px;
  padding: 15px 10px;
  margin-bottom: -8px;
  margin-top: 11px;
  font-family: 'Open Sans' !important;
  border-radius: 10px;
  border: 1px;
}
#sp-welcome-wrapper {
  text-align: center;
}
#sp-welcome-wrapper h1 {
  font-size: 50px;
  color: #fff;
  text-shadow: 0px 0px 2px #000;
}
#sp-welcome-wrapper p {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  text-shadow: 0px 0px 2px #979797;
}
#sp-welcome-wrapper .btn-primary {
  padding: 15px 30px;
  margin-top: 30px;
  font-size: 18px;
}
#sp-feature-wrapper {
  text-align: center;
}
#sp-feature-wrapper #sp-feature1 i {
  font-size: 65px;
  padding: 29px;
  border-radius: 15px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#sp-feature-wrapper #sp-feature1 h3 {
  padding: 15px 0px 0px;
  margin-bottom: 15px;
  font-size: 30px;
}
#sp-feature-wrapper #sp-feature1 p {
  margin-bottom: 25px;
}
#sp-feature-wrapper:hover #sp-feature1 i {
  border-radius: 200px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#sp-feature-wrapper #sp-feature2 i {
  font-size: 65px;
  padding: 29px;
  border-radius: 15px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#sp-feature-wrapper #sp-feature2 h3 {
  padding: 15px 0px 0px;
  margin-bottom: 15px;
  font-size: 30px;
}
#sp-feature-wrapper #sp-feature2 p {
  margin-bottom: 25px;
}
#sp-feature-wrapper:hover #sp-feature2 i {
  border-radius: 200px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#sp-feature-wrapper #sp-feature3 i {
  font-size: 65px;
  padding: 29px;
  border-radius: 15px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#sp-feature-wrapper #sp-feature3 h3 {
  padding: 15px 0px 0px;
  margin-bottom: 15px;
  font-size: 30px;
}
#sp-feature-wrapper #sp-feature3 p {
  margin-bottom: 25px;
}
#sp-feature-wrapper:hover #sp-feature3 i {
  border-radius: 200px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
#sp-message-wrapper .span10 {
  font-size: 26px;
  padding: 10px 0px;
  color: #fff;
}
#sp-portfolio-wrapper div.default .sp-portfolio-item-inner {
  margin: -1px;
}
#sp-portfolio-wrapper div.default ul.sp-portfolio-items > li {
  margin: 0px !important;
  padding: 2px;
}
#sp-portfolio-wrapper div.default .col-4 {
  width: 24.5% !important;
}
.homepage #sp-portfolio-wrapper .sp-portfolio-preview {
  display: none;
}
#sp-portfolio-wrapper .sp-portfolio-thumb img,
.sp-portfolio .sp-portfolio-thumb img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#sp-portfolio-wrapper .sp-portfolio-thumb .mask,
.sp-portfolio .sp-portfolio-thumb .mask {
  background-color: rgba(255,231,179,0.3);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#sp-portfolio-wrapper .sp-portfolio-thumb h4,
.sp-portfolio .sp-portfolio-thumb h4 {
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 30px 10px;
  font-family: 'Open Sans';
  font-size: 23px;
  font-weight: 300;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #fff;
  text-shadow: 0px 0px 1px #969696;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#sp-portfolio-wrapper .sp-portfolio-thumb p,
.sp-portfolio .sp-portfolio-thumb p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#sp-portfolio-wrapper .sp-portfolio-thumb a.sp-portfolio-preview,
.sp-portfolio .sp-portfolio-thumb a.sp-portfolio-preview {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#sp-portfolio-wrapper .sp-portfolio-thumb a.sp-portfolio-link,
.sp-portfolio .sp-portfolio-thumb a.sp-portfolio-link {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#sp-portfolio-wrapper .sp-portfolio-thumb:hover img,
.sp-portfolio .sp-portfolio-thumb:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#sp-portfolio-wrapper .sp-portfolio-thumb:hover .mask,
.sp-portfolio .sp-portfolio-thumb:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#sp-portfolio-wrapper .sp-portfolio-thumb:hover h4,
#sp-portfolio-wrapper .sp-portfolio-thumb:hover p,
#sp-portfolio-wrapper .sp-portfolio-thumb:hover a.sp-portfolio-preview,
#sp-portfolio-wrapper .sp-portfolio-thumb:hover a.sp-portfolio-link,
.sp-portfolio .sp-portfolio-thumb:hover h4,
.sp-portfolio .sp-portfolio-thumb:hover p,
.sp-portfolio .sp-portfolio-thumb:hover a.sp-portfolio-preview,
.sp-portfolio .sp-portfolio-thumb:hover a.sp-portfolio-link {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#sp-message1-wrapper {
  margin: 80px 0px 0px;
}
#sp-message1-wrapper .span10 {
  font-size: 26px;
  padding: 10px 0px;
  color: #fff;
}
#sp-middle-features-wrapper .span3.text-left {
  padding-left: 23px;
}
#sp-middle-features-wrapper .span3.text-right {
  padding-right: 23px;
}
#sp-middle-features-wrapper #sp-middlefeatures .tm_feature_left {
  display: block;
  padding: 20px 0px;
}
#sp-middle-features-wrapper #sp-middlefeatures .tm_feature_left i {
  float: right;
  display: inline-block;
  font-size: 45px;
  margin-left: 10px;
}
#sp-middle-features-wrapper #sp-middlefeatures .tm_feature_left h4 {
  font-size: 20px;
  font-weight: 200;
}
#sp-middle-features-wrapper #sp-middlefeatures .tm_feature_right {
  display: block;
  padding: 20px 0px;
}
#sp-middle-features-wrapper #sp-middlefeatures .tm_feature_right i {
  float: left;
  display: inline-block;
  font-size: 45px;
  margin-right: 10px;
}
#sp-middle-features-wrapper #sp-middlefeatures .tm_feature_right h4 {
  font-size: 20px;
  font-weight: 200;
}
#sp-newspro1-wrapper {
  margin: 30px 0px 0px;
}
#sp-newspro1-wrapper .tm_newspro1 {
  padding: 5px 0px;
}
#sp-newspro1-wrapper .tm_newspro1 .span8 {
  padding: 40px 0px;
}
#sp-newspro1-wrapper .tm_newspro1 .span8 p {
  font-size: 14px;
  padding: 15px 0px;
}
#sp-newspro1-wrapper .tm_newspro1 .span8 a {
  padding: 20px 30px;
}
#sp-skill-wrapper {
  background: #f9f9f9;
}
#sp-skill-wrapper h3 {
  padding: 25px 0px 15px;
}
#sp-skill-wrapper ul li {
  color: #000;
  margin-bottom: 10px;
  background: #F5F5F5;
  text-align: right;
  padding: 8px;
  position: relative;
  overflow: hidden;
}
#sp-skill-wrapper ul li span {
  color: #fff;
  float: left;
  text-align: left;
  display: block;
  padding: 9px 0px 8px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sp-skill-wrapper ul li em {
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 10px;
}
#sp-newspro2-wrapper .tm_newspro1 {
  padding: 5px 0px;
}
#sp-newspro2-wrapper .tm_newspro1 .span8 {
  padding: 40px 0px;
}
#sp-newspro2-wrapper .tm_newspro1 .span8 p {
  font-size: 14px;
  padding: 15px 0px 5px;
}
#sp-newspro2-wrapper .tm_newspro1 .span8 a {
  padding: 20px 30px;
}
#sp-testimonial-wrapper .testimonial {
  padding: 10px;
  border: 1px solid #fff;
  background: #F5F5F5;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-testimonial-wrapper .media-body {
  position: relative;
}
#sp-testimonial-wrapper .media-body strong {
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 7px;
  display: block;
}
#sp-testimonial-wrapper .media-body span {
  padding-bottom: 10px;
  display: block;
}
#sp-testimonial-wrapper .tm_test_img {
  padding: 10px 0px;
}
#sp-testimonial-wrapper .testimonial-author {
  margin-bottom: 20px;
}
#sp-testimonial-wrapper .testimonial-content {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
#sp-testimonial-wrapper .testimonial-content:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 150px;
  left: 110px;
}
#sp-team-wrapper {
  text-align: center;
  background: #f7f7f7;
}
#sp-team-wrapper .span3 {
  padding: 20px 0px;
  border-radius: 10px;
}
#sp-team-wrapper .span3 .tm_team_social i {
  font-size: 16px;
  padding: 10px 5px;
}
#sp-team-wrapper .span3 img {
  border-radius: 100%;
  width: 180px;
}
#sp-partner-wrapper img {
  width: 211px;
  margin-left: 10px;
  margin-right: 10px;
}
#sp-newsletter-wrapper form {
  margin: 0;
}
#sp-newsletter-wrapper form td {
  padding-bottom: 0;
}
#sp-newsletter-wrapper form .acyfield_email {
  width: 800px;
}
#sp-newsletter-wrapper form .acyfield_email .inputbox {
  padding: 15px 10px;
  background: #fff;
  margin: 0;
  border: 1px solid #fff;
}
#sp-newsletter-wrapper form .acysubbuttons input {
  padding: 15px 50px;
}
.acymailing_fulldiv tr,
.acymailing_fulldiv td {
  display: inline-block;
}
#sp-bottombanner-wrapper img {
  max-width: 100%;
}
.homepage .container {
  padding: 0px !important;
}
#sp-main-body-wrapper {
  padding: 0px !important;
}
#sp-main-body-wrapper .container {
  padding: 15px 20px;
  border: 0px solid #fff;
  border-bottom: 0px solid #fff;
}
#sp-main-body-wrapper #sp-right {
  padding: 30px 0px;
  padding-top: 0;
}
#sp-main-body-wrapper .gallery-filters a:hover {
  color: #fff;
}
#sp-main-body-wrapper .testimonial .pull-left img {
  width: 65px;
}
#sp-main-body-wrapper .componentheading {
  font-size: 31.5px;
  font-weight: bold;
  margin-bottom: 15px;
}
#sp-main-body-wrapper #system-message .alert {
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}
#sp-main-body-wrapper #system-message .warning {
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}
#sp-main-body-wrapper #system-message .error {
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}
#sp-main-body-wrapper #system-message .success {
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}
#sp-main-body-wrapper .sp_quickcontact input {
  border: 1px solid #ddd;
}
#sp-main-body-wrapper .sp_quickcontact textarea#message {
  width: 95%;
  height: 150px;
  border: 1px solid #ddd;
}
#sp-main-body-wrapper .isotope {
  width: 100%;
}
body {
  font-size: 13px;
}
#sp-title-wrapper .row-fluid {
  margin-bottom: 0px;
}
#sp-component {
  padding: 0px 0px !important;
  background: none !important;
}
#sp-component .entry-content .pull-left img {
  width: 400px;
  border: 2px solid #E2E2E2;
  padding: 3px;
  margin-right: 25px;
}
#sp-component .contact h3 {
  background: #fff;
  border: 1px solid #E9E9E9;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#sp-component .contact-address-block {
  float: left;
  margin-right: 15px;
  background: #fff;
  padding: 25px;
  border: 1px solid #E9E9E9;
  width: 360px;
  margin-bottom: 10px;
}
#sp-component .contact-form-block {
  float: right;
  background: #fff;
  padding: 25px 40px;
  border: 1px solid #E9E9E9;
  margin-bottom: 20px;
}
#sp-component .contact-form-block h3 {
  padding: 0px;
  margin-bottom: 0px;
  border: 0px solid #E9E9E9;
}
#sp-component .sp_quickcontact input {
  border: 1px solid #ddd;
}
#sp-component .sp_quickcontact textarea#message {
  width: 95%;
  height: 150px;
  border: 1px solid #ddd;
}
#sp-content-area-wrapper {
  margin-bottom: 15px;
}
#sp-bottom-wrapper {
  background: #181818 !important;
}
#sp-bottom-wrapper .container {
  background: #181818 !important;
  border: 0px !important;
}
#sp-bottom-wrapper table.acymailing_form {
  margin: 0;
  width: 100%;
}
#sp-bottom-wrapper .acysubbuttons {
  text-align: left;
}
#sp-bottom-wrapper input.button {
  width: 100%;
  border: 1px solid #494949;
  border-radius: 3px;
}
#sp-bottom-wrapper input[type="text"] {
  min-height: 25px;
  background: #222;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #494949;
}
#sp-bottom-wrapper .module h3 {
  text-align: left;
  padding: 0;
  border-bottom: 1px;
  margin-bottom: 0px !important;
  border-bottom: 0px solid #fff !important;
}
#sp-bottom-wrapper .module h3 span {
  color: #ccc;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 5px;
  margin: 10px 0;
  display: block;
  padding-bottom: 0;
  border-bottom: 0px;
  background: none;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  padding-left: 0px;
}
#sp-bottom-wrapper #sp-bottom2 .moduletable {
  margin-bottom: 20px;
  float: left;
}
#sp-bottom-wrapper #sp-bottom2 .contact-field {
  line-height: 30px;
}
#sp-bottom-wrapper #sp-bottom3 a.img-polaroid img {
  max-height: 100%;
}
#sp-bottom-wrapper #sp-bottom4 h3 {
  font-size: 16px;
  padding: 5px 0px 20px;
}
#sp-bottom-wrapper .image_gallery h3 {
  padding-bottom: 15px;
}
#sp-user-wrapper {
  margin-bottom: 20px;
}
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-footer-wrapper {
  background: #060606 !important;
  padding: 30px 0;
  position: relative;
}
#sp-footer-wrapper .container {
  background: #060606 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #B9B9B9 !important;
  -moz-box-shadow: 0px 0px 0px 0px #B9B9B9 !important;
  box-shadow: 0px 0px 0px 0px #B9B9B9 !important;
  border: 0px !important;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
.sp-totop {
  float: right;
  padding-top: 5px;
  border-radius: 100%;
  font-size: 40px;
  padding: 10px 13px;
  margin-top: -40px;
}
#sp-footer-wrapper .container {
  padding: 5px 20px 20px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
  padding-top: 30px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans';
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
  font-family: 'Open Sans';
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 310px;
  height: 80px;
  text-indent: -9999px;
  background: url(../images/presets/preset2/logo.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
  padding-top: 25px;
}
.btn {
  border: 0px;
}
.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.linkedin {
  color: #0378a9;
}
.btn.social.linkedin:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.github {
  color: #000000;
}
.btn.social.github:hover {
  background: #000000;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.rtl .search {
  position: relative;
  left: 55px;
}
.rtl .acysubbuttons {
  position: relative;
  left: 16px;
}
.rtl .sp-totop {
  position: relative;
  right: 885px;
}
.rtl .designed-by {
  position: relative;
  left: 50px;
}
.rtl .powered-by {
  position: relative;
  left: 55px;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: center;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
#sp-component-wrapper .img-circle {
  width: 40px !important;
}
.entry-meta.muted {
  background: #fff;
}
#myCarousel .carousel-caption {
  color: #fff;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
ul.gallery {
  margin: 0px !important;
  width: 282px;
}
.gallery-filters a:hover {
  color: #3498db !important;
}
dl dt,
dl dd {
  display: block;
}
#sp-menu {
  margin-top: 4px;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu.sub-level {
  margin-top: 30px;
}
.rtl .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu.sub-level-child {
  margin-right: 30px;
}
.rtl .sp-submenu.sub-level-child.open {
  margin-right: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr .sp-submenu.sub-level {
  margin-top: 30px;
}
.ltr .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu.sub-level-child {
  margin-left: 30px;
}
.ltr .sp-submenu.sub-level-child.open {
  margin-left: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu .megacol {
  float: left;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
}
.sp-submenu.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li a {
  display: block;
  margin: 0;
  padding: 10px;
  color: #666;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 0px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-main-menu ul.level-0 > li:hover {
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.125);
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: rgba(0,0,0,0.39);
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  border-bottom: 1px solid #eee;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  color: #999;
}
.sp-mobile-menu {
  position: relative;
}
.sp-mobile-menu select.select-menu {
  width: 32px;
  height: 27px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  padding: 45px 0px 15px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.module h3 span {
  margin-bottom: 10px;
  padding: 5px 40px;
  border-right: 3px solid #3498db;
  border-left: 3px solid #3498db;
  border-radius: 10px;
}
#sp-right .module.highlighted,
#sp-right .module.orange,
#sp-right .module.dark,
#sp-right .module.green,
#sp-right .module.maroon,
#sp-right .module.blue,
#sp-right .module.gray,
#sp-right .module.pink,
#sp-right .module.red,
#sp-right .module.white,
#sp-right .module.white-icon,
#sp-user-wrapper .module.highlighted,
#sp-user-wrapper .module.orange,
#sp-user-wrapper .module.dark,
#sp-user-wrapper .module.green,
#sp-user-wrapper .module.maroon,
#sp-user-wrapper .module.blue,
#sp-user-wrapper .module.gray,
#sp-user-wrapper .module.pink,
#sp-user-wrapper .module.red,
#sp-user-wrapper .module.white,
#sp-user-wrapper .module.white-icon {
  padding: 0px;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px #999;
  -moz-box-shadow: 0px 0px 0px #999;
  box-shadow: 0px 0px 0px #999;
  border: 0px solid #fff;
}
#sp-right .module.highlighted h3,
#sp-right .module.orange h3,
#sp-right .module.dark h3,
#sp-right .module.green h3,
#sp-right .module.maroon h3,
#sp-right .module.blue h3,
#sp-right .module.gray h3,
#sp-right .module.pink h3,
#sp-right .module.red h3,
#sp-right .module.white h3,
#sp-right .module.white-icon h3,
#sp-user-wrapper .module.highlighted h3,
#sp-user-wrapper .module.orange h3,
#sp-user-wrapper .module.dark h3,
#sp-user-wrapper .module.green h3,
#sp-user-wrapper .module.maroon h3,
#sp-user-wrapper .module.blue h3,
#sp-user-wrapper .module.gray h3,
#sp-user-wrapper .module.pink h3,
#sp-user-wrapper .module.red h3,
#sp-user-wrapper .module.white h3,
#sp-user-wrapper .module.white-icon h3 {
  padding: 1px;
  border-bottom: 0px solid #fff;
  margin-bottom: 20px;
  font-size: 23px;
  text-align: left;
  border-bottom: 1px solid #3498db;
  padding-bottom: 15px;
}
#sp-right .module.highlighted h3 span,
#sp-right .module.orange h3 span,
#sp-right .module.dark h3 span,
#sp-right .module.green h3 span,
#sp-right .module.maroon h3 span,
#sp-right .module.blue h3 span,
#sp-right .module.gray h3 span,
#sp-right .module.pink h3 span,
#sp-right .module.red h3 span,
#sp-right .module.white h3 span,
#sp-right .module.white-icon h3 span,
#sp-user-wrapper .module.highlighted h3 span,
#sp-user-wrapper .module.orange h3 span,
#sp-user-wrapper .module.dark h3 span,
#sp-user-wrapper .module.green h3 span,
#sp-user-wrapper .module.maroon h3 span,
#sp-user-wrapper .module.blue h3 span,
#sp-user-wrapper .module.gray h3 span,
#sp-user-wrapper .module.pink h3 span,
#sp-user-wrapper .module.red h3 span,
#sp-user-wrapper .module.white h3 span,
#sp-user-wrapper .module.white-icon h3 span {
  border-bottom: 0px solid #3498db;
  color: #fff !important;
  margin-bottom: 10px;
  padding: 0px;
  border-right: 0px solid #3498db;
  border-left: 0px solid #3498db;
  border-radius: 0px;
}
#sp-right .module.white,
#sp-user-wrapper .module.white {
  border: 0px solid #3498db;
  background: #fff;
}
#sp-right .module.white h3,
#sp-user-wrapper .module.white h3 {
  color: #555;
}
#sp-right .module.white h3 span,
#sp-user-wrapper .module.white h3 span {
  color: #3498db !important;
  font-weight: 400;
}
#sp-right .module.white li,
#sp-user-wrapper .module.white li {
  list-style: none;
  padding-bottom: 0px;
}
#sp-right .module.white p,
#sp-right .module.white li,
#sp-user-wrapper .module.white p,
#sp-user-wrapper .module.white li {
  color: #999;
}
#sp-right .module.white span.lcUsername a,
#sp-user-wrapper .module.white span.lcUsername a {
  color: #3498db;
}
#sp-right .module.white a,
#sp-user-wrapper .module.white a {
  color: #000;
  font-size: 14px;
  line-height: 35px;
}
#sp-right .module.white a:hover,
#sp-user-wrapper .module.white a:hover {
  color: #6F4100;
}
#sp-right .module.white .k2LatestCommentsBlock li,
#sp-user-wrapper .module.white .k2LatestCommentsBlock li {
  padding-bottom: 15px;
}
#sp-right .module.white-icon,
#sp-user-wrapper .module.white-icon {
  border: 0px solid #3498db;
  background: #fff;
}
#sp-right .module.white-icon h3,
#sp-user-wrapper .module.white-icon h3 {
  color: #555;
}
#sp-right .module.white-icon h3 span,
#sp-user-wrapper .module.white-icon h3 span {
  color: #3498db !important;
  font-weight: 400;
  font-size: 20px;
}
#sp-right .module.white-icon li,
#sp-user-wrapper .module.white-icon li {
  list-style: none;
  padding-bottom: 0px;
}
#sp-right .module.white-icon p,
#sp-right .module.white-icon li,
#sp-user-wrapper .module.white-icon p,
#sp-user-wrapper .module.white-icon li {
  color: #999;
}
#sp-right .module.white-icon span.lcUsername a,
#sp-user-wrapper .module.white-icon span.lcUsername a {
  color: #3498db;
}
#sp-right .module.white-icon a,
#sp-user-wrapper .module.white-icon a {
  color: #000;
  font-size: 14px;
  line-height: 35px;
}
#sp-right .module.white-icon a:hover,
#sp-user-wrapper .module.white-icon a:hover {
  color: #6F4100;
}
#sp-right .module.white-icon .k2LatestCommentsBlock li,
#sp-user-wrapper .module.white-icon .k2LatestCommentsBlock li {
  padding-bottom: 15px;
}
#sp-right .module.white-icon h3.header::after,
#sp-user-wrapper .module.white-icon h3.header::after {
  display: inline-block;
  font-family: fontawesome;
  content: "\f0a9";
  width: 20px;
}
#sp-right .module.orange,
#sp-user-wrapper .module.orange {
  background: #f89406;
  padding: 5px 20px;
}
#sp-right .module.orange a,
#sp-user-wrapper .module.orange a {
  color: #B66B00;
}
#sp-right .module.orange a:hover,
#sp-user-wrapper .module.orange a:hover {
  color: #6F4100;
}
#sp-right .module.orange li,
#sp-user-wrapper .module.orange li {
  list-style: none;
  padding-bottom: 0px;
}
#sp-right .module.dark,
#sp-user-wrapper .module.dark {
  background: #000;
  padding: 5px 20px;
}
#sp-right .module.dark a,
#sp-user-wrapper .module.dark a {
  color: #777;
}
#sp-right .module.dark a:hover,
#sp-user-wrapper .module.dark a:hover {
  color: #888;
}
#sp-right .module.dark li,
#sp-user-wrapper .module.dark li {
  list-style: none;
  padding-bottom: 0px;
}
#sp-right .module.green,
#sp-user-wrapper .module.green {
  background: #46a546;
  padding: 5px 20px;
}
#sp-right .module.green a,
#sp-user-wrapper .module.green a {
  color: #63E063;
}
#sp-right .module.green a:hover,
#sp-user-wrapper .module.green a:hover {
  color: #43F043;
}
#sp-right .module.green li,
#sp-user-wrapper .module.green li {
  list-style: none;
  padding-bottom: 0px;
}
#sp-right .module.maroon,
#sp-user-wrapper .module.maroon {
  background: #F35D34;
  padding: 5px 20px;
}
#sp-right .module.maroon a,
#sp-user-wrapper .module.maroon a {
  color: #B4300D;
}
#sp-right .module.maroon a:hover,
#sp-user-wrapper .module.maroon a:hover {
  color: #C93F19;
}
#sp-right .module.maroon li,
#sp-user-wrapper .module.maroon li {
  list-style: none;
  padding-bottom: 0px;
}
#sp-right .module.blue,
#sp-user-wrapper .module.blue {
  background: #049cdb;
  padding: 5px 20px;
}
#sp-right .module.blue a,
#sp-user-wrapper .module.blue a {
  color: #47C9FF;
}
#sp-right .module.blue a:hover,
#sp-user-wrapper .module.blue a:hover {
  color: #0073A3;
}
#sp-right .module.blue li,
#sp-user-wrapper .module.blue li {
  list-style: none;
  padding-bottom: 0px;
}
#sp-right .module.gray,
#sp-user-wrapper .module.gray {
  background: #555;
  padding: 5px 20px;
}
#sp-right .module.gray a,
#sp-user-wrapper .module.gray a {
  color: #999;
}
#sp-right .module.gray a:hover,
#sp-user-wrapper .module.gray a:hover {
  color: #777;
}
#sp-right .module.gray li,
#sp-user-wrapper .module.gray li {
  list-style: none;
  padding-bottom: 0px;
}
#sp-right .module.pink,
#sp-user-wrapper .module.pink {
  background: #c3325f;
  padding: 5px 20px;
}
#sp-right .module.pink a,
#sp-user-wrapper .module.pink a {
  color: #FF5C8F;
}
#sp-right .module.pink a:hover,
#sp-user-wrapper .module.pink a:hover {
  color: #FA2E6E;
}
#sp-right .module.pink li,
#sp-user-wrapper .module.pink li {
  list-style: none;
  padding-bottom: 0px;
}
#sp-right .module.red,
#sp-user-wrapper .module.red {
  background: #9d261d;
  padding: 5px 20px;
}
#sp-right .module.red a,
#sp-user-wrapper .module.red a {
  color: #EE4538;
}
#sp-right .module.red a:hover,
#sp-user-wrapper .module.red a:hover {
  color: #DA3F33;
}
#sp-right .module.red li,
#sp-user-wrapper .module.red li {
  list-style: none;
  padding-bottom: 0px;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
.responsive.bg {
  overflow-x: hidden;
}
.responsive .sp-mobile-menu {
  z-index: 9999;
}
@media (max-width: 768px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 715px;
    min-width: 155px;
  }
  .responsive #sp-header-wrapper {
    display: none;
  }
}
@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 (max-width: 1024px) {
  .responsive #sp-slider-logo-wrapper .logo-wrapper .logo1 {
    max-width: 65%;
  }
  .responsive #sp-message-wrapper .span10 {
    font-size: 23px;
  }
  .responsive #sp-message1-wrapper .span10 {
    font-size: 21px;
  }
  .responsive #sp-partner-wrapper .tm_partner img {
    width: 165px;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email {
    width: 600px;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email .inputbox {
    width: 90%;
  }
}
@media (max-width: 240px) {
  .responsive #sp-slider-logo-wrapper {
    position: absolute;
    text-align: center;
    display: block;
    margin: 0 auto;
    top: 80px;
    width: 100%;
  }
  .responsive #sp-slider-logo-wrapper .logo-wrapper .logo1 {
    max-width: 45%;
    top: -60px;
    position: relative;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo {
    min-height: 0;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo .logo1 {
    height: 0px !important;
  }
  .responsive .topfixed,
  .responsive .topfixed_logo,
  .responsive .topfixed_search {
    position: absolute !important;
  }
  .responsive #sp-header-wrapper {
    display: none;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo {
    min-height: 0;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo .logo1 {
    height: 0px !important;
  }
  .responsive #sp-logo-wrapper {
    min-height: 0;
  }
}
@media (max-width: 320px) {
  .responsive .topfixed,
  .responsive .topfixed_logo,
  .responsive .topfixed_search {
    position: absolute !important;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo {
    min-height: 0;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo .logo1 {
    height: 0px !important;
  }
  .responsive #sp-header-wrapper {
    display: none;
  }
  .responsive #sp-logo-wrapper {
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo {
    min-height: 0;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo .logo1 {
    height: 0px !important;
  }
  .responsive .sp-main-menu-toggler {
    top: 50px !important;
    position: fixed !important;
    padding: 20px 15px;
    border-radius: 0px;
    right: 0;
  }
  .responsive .topfixed,
  .responsive .topfixed_logo,
  .responsive .topfixed_search {
    position: absolute !important;
  }
  .responsive #sp-header-wrapper {
    display: none;
  }
  .responsive #sp-bottom2 {
    float: left;
  }
  .responsive #sp-bottom3 {
    width: 100%;
    float: left;
  }
  .responsive #sp-slideshow-wrapper #camera_wrap_177 .camera_caption > div {
    margin-left: 60px;
  }
  .responsive #sp-logo-wrapper {
    min-height: 0;
  }
}
@media (min-width: 240px) and (max-width: 320px) {
  .responsive .container {
    max-width: 300px !important;
    min-width: 280px;
  }
  .responsive #sp-slider-logo-wrapper {
    position: absolute;
    text-align: center;
    display: block;
    margin: 0 auto;
    top: 80px;
    width: 100%;
  }
  .responsive #sp-slider-logo-wrapper .logo-wrapper .logo1 {
    max-width: 45%;
    top: -60px;
    position: relative;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo {
    min-height: 0;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo .logo1 {
    height: 0px !important;
  }
  .responsive #sp-main-body-wrapper .span2 {
    width: 55% !important;
  }
  .responsive #sp-main-body-wrapper .catItemImage img {
    width: 420px !important;
  }
  .responsive .tm_button_gp .btn {
    font-size: 15px;
  }
  .responsive .webplate .btn {
    padding: 10px 15px;
  }
  .responsive .flickerplate ul.flicks>li .flick-title {
    font-size: 20px;
    font-weight: 400;
    padding: 60px 0px 20px;
  }
  .responsive .flickerplate ul.flicks>li .flick-sub-text {
    font-size: 12px;
  }
  .responsive .sp-main-menu-toggler {
    top: 50px;
    position: fixed;
    padding: 20px 15px;
    border-radius: 0px;
    right: 0px;
  }
  .responsive #sp-bottom2 {
    float: left;
  }
  .responsive #sp-bottom3 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .responsive #sp-slider-logo-wrapper {
    position: absolute;
    text-align: center;
    display: block;
    margin: 0 auto;
    top: 80px;
    width: 100%;
  }
  .responsive #sp-slider-logo-wrapper .logo-wrapper .logo1 {
    max-width: 45%;
    top: -60px;
    position: relative;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo {
    min-height: 0;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo .logo1 {
    height: 0px !important;
  }
  .responsive .tm_button_gp .btn {
    font-size: 15px;
  }
  .responsive .webplate .btn {
    padding: 10px 15px;
  }
  .responsive .module h3 {
    font-size: 23px;
  }
  .responsive .flickerplate ul.flicks>li .flick-title {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 60px 0px 20px !important;
  }
  .responsive .flickerplate ul.flicks>li .flick-sub-text {
    font-size: 12px;
  }
  .responsive #sp-search-wrapper.topfixed_search .search {
    margin-right: 50px;
  }
  .responsive #sp-message-wrapper .span10 {
    font-size: 13px;
    padding-bottom: 25px;
  }
  .responsive #sp-portfolio-wrapper h4,
  .responsive .sp-portfolio h4 {
    font-size: 10px;
    padding: 0px 10px;
  }
  .responsive #sp-portfolio-wrapper .sp-portfolio-link i,
  .responsive .sp-portfolio .sp-portfolio-link i {
    margin-top: -10px;
  }
  .responsive #sp-message1-wrapper .span10 {
    font-size: 12px;
    padding-bottom: 20px;
  }
  .responsive #sp-team-wrapper .span3 {
    margin-bottom: 15px;
  }
  .responsive #sp-partner-wrapper .tm_partner img {
    width: 36px;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email {
    width: 220px;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email .inputbox {
    width: 80% !important;
  }
  .responsive #sp-main-body-wrapper .span2 {
    width: 100% !important;
  }
  .responsive #sp-main-body-wrapper .catItemImage img {
    width: 715px !important;
  }
  .responsive .sp-main-menu-toggler {
    top: 0px !important;
    position: fixed !important;
    padding: 20px 15px !important;
    border-radius: 0px !important;
    right: 0px !important;
  }
  .responsive #sp-bottom3 {
    width: 100%;
    float: left;
  }
  .responsive #sp-bottom4 {
    width: 100%;
    float: left;
  }
  .responsive #sp-footer1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .responsive #sp-footer2 {
    margin-bottom: 20px;
  }
  .responsive #sp-footer3 {
    text-align: center;
  }
  .responsive #sp-footer3 .nav {
    margin-left: -100px;
    width: 200px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .responsive #sp-header-wrapper #header {
    display: none;
  }
  .responsive #sp-slider-logo-wrapper {
    position: absolute;
    text-align: center;
    display: block;
    margin: 0 auto;
    top: 10px;
    width: 100%;
  }
  .responsive #sp-slider-logo-wrapper .logo-wrapper .logo1 {
    max-width: 30% !important;
    top: 0px;
    position: relative;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo {
    min-height: 0;
  }
  .responsive #sp-slider-logo-wrapper #sp-sliderlogo .logo1 {
    height: 0px !important;
    top: 0px !important;
  }
  .responsive .flickerplate ul.flicks>li .flick-title {
    font-size: 35px !important;
    font-weight: 400 !important;
    padding: 60px 0px 20px !important;
  }
  .responsive .flickerplate ul.flicks>li .flick-sub-text {
    font-size: 15px;
  }
  .responsive .tm_button_gp .btn {
    font-size: 15px;
  }
  .responsive .webplate .btn {
    padding: 10px 15px;
  }
  .responsive #sp-search-wrapper.topfixed_search .search {
    margin-right: 0px;
  }
  .responsive #sp-message-wrapper .span10 {
    font-size: 20px;
    padding-bottom: 25px;
  }
  .responsive #sp-portfolio-wrapper h4,
  .responsive .sp-portfolio h4 {
    font-size: 15px;
    padding: 10px 10px;
  }
  .responsive #sp-message1-wrapper .span10 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .responsive #sp-team-wrapper .span3 {
    margin-bottom: 15px;
  }
  .responsive #sp-partner-wrapper .tm_partner img {
    width: 120px;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email {
    width: 400px !important;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email .inputbox {
    width: 85% !important;
  }
  .responsive #sp-main-body-wrapper .span2 {
    width: 100% !important;
  }
  .responsive #sp-main-body-wrapper .catItemImage img {
    width: 715px !important;
  }
  .responsive .sp-main-menu-toggler {
    top: 0px !important;
    position: fixed;
    padding: 20px 15px;
    border-radius: 0px;
    right: 0px;
  }
  .responsive #sp-bottom3 {
    width: 100%;
    float: left;
  }
  .responsive #sp-bottom4 {
    width: 100%;
    float: left;
  }
  .responsive #sp-footer1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .responsive #sp-footer2 {
    margin-bottom: 20px;
  }
  .responsive #sp-footer3 {
    text-align: center;
  }
  .responsive #sp-footer3 .nav {
    margin-left: -100px;
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .responsive #sp-slider-logo-wrapper .logo-wrapper .logo1 {
    max-width: 65%;
  }
  .responsive #sp-message-wrapper .span10 {
    font-size: 23px;
  }
  .responsive #sp-message1-wrapper .span10 {
    font-size: 21px;
  }
  .responsive #sp-partner-wrapper .tm_partner img {
    width: 120px;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email {
    width: 500px !important;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email .inputbox {
    width: 90% !important;
  }
  .responsive #sp-bottom2 {
    width: 100%;
    float: left;
  }
  .responsive #sp-footer1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .responsive #sp-footer2 {
    margin-bottom: 20px;
  }
  .responsive #sp-footer3 {
    text-align: center;
  }
  .responsive #sp-logo-wrapper.topfixed_logo {
    width: 150px;
  }
  .responsive #sp-logo-wrapper.topfixed_logo .container {
    max-width: 150px;
  }
  .responsive #sp-logo-wrapper.topfixed_logo .container a .logo {
    background-size: 100px;
    margin: 0;
    width: 110px !important;
    height: 50px !important;
    opacity: 1;
    display: block;
  }
  .responsive #sp-search-wrapper.topfixed_search {
    position: fixed;
    text-align: left;
    display: block;
    margin: 0;
    top: 0px;
    width: 150px;
    right: 10px;
    z-index: 999;
    opacity: 1;
  }
  .responsive #sp-search-wrapper.topfixed_search .container {
    max-width: 150px;
  }
  .responsive #sp-search-wrapper.topfixed_search .container .search #mod-search-searchword {
    width: 60px;
    padding: 10px 10px;
    margin-bottom: -11px;
    margin-top: 0px;
    font-family: 'Open Sans' !important;
    border-radius: 10px;
    border: 1px;
  }
  .responsive #sp-search-wrapper.topfixed_search .container .search .btn {
    margin: 0px 0px -19px;
    padding: 8px 5px;
    border-radius: 10px;
    margin-left: -3px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
#k2Container div.catItemHeader span.catItemDateCreated {
  color: #FFFFFF;
  border-radius: 5px 0px 15px 0px;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
}
#k2Container div.catItemHeader span.catItemDateCreated span.day {
  font-size: 60px;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
#k2Container div.catItemHeader span.catItemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  color: #b4b4b4;
}
#k2Container div.catItemBody {
  margin: 0px 0px 0px 0px;
}
#k2Container div.catItemBody span.catItemImage {
  margin: 0px 0px 15px 0px;
  text-align: left;
  height: 450px;
  overflow: hidden;
}
#k2Container div.catItemBody span.catItemImage img {
  border-radius: 5px 5px 0px 0px;
}
#k2Container div.catItemBody span.catItemImage img:hover {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  opacity: 0.8;
}
#k2Container div.catItemBody .catItemTitle {
  background: #F0F0F0;
  line-height: 25px !important;
  font-size: 16px !important;
  padding: 5px 7px;
  margin-top: -15px;
  margin-bottom: 0;
}
#k2Container div.catItemBody .catItemTitle a {
  color: #000;
}
#k2Container div.catItemBody .catItemIntroText {
  padding: 0px 7px;
}
#k2Container div.catItemBody .catItem_middle {
  padding: 5px 7px;
  margin: 0px 0px 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#k2Container div.catItemBody .catItem_middle span.catItemAuthor {
  margin: 0 5px 0 0 !important;
}
#k2Container div.catItemBody .catItem_middle a {
  font-size: 11px !important;
}
#k2Container div.catItemBody .catItem_comment {
  padding: 5px 7px;
  border-bottom: 1px solid #ddd;
  margin: 0px 0px 10px;
}
#k2Container div.catItem_bottom {
  padding: 10px 7px !important;
  background: #ECECEC;
  border-radius: 0px 0px 5px 5px;
}
#k2Container div.catItemTagsBlock {
  padding: 5px 7px !important;
  margin: 10px 0px 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#k2Container div.catItemTagsBlock i {
  margin-right: 15px;
  margin-left: -7px;
  padding: 3px;
  border-radius: 5px;
}
#k2Container div.catItemTagsBlock .catItemTags {
  margin: 0px 7px;
  margin-left: 10px;
  display: block !important;
}
#k2Container div.catItemTagsBlock .catItemTags li {
  line-height: 28px;
  margin-right: 10px;
}
#k2Container div.catItemTagsBlock .catItemTags li a {
  position: relative;
  padding-right: 5px;
  padding-top: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 15px #f5f5f5 inset;
  border-radius: 5px 0px 0px 5px;
  font-size: 10px;
}
#k2Container div.catItemTagsBlock .catItemTags li a:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 10px;
  top: 0%;
  margin-top: 0px;
}
#k2Container .span3 {
  width: 23% !important;
}
#k2Container .span2 {
  width: 18.5% !important;
}
#k2Container [class*="span"] {
  margin-left: 0% !important;
}
#k2Container .itemContainer {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}
#k2Container .userItemList .userItemImageBlock img {
  width: 440px !important;
  float: left;
  margin-right: 20px;
}
#k2Container div.userItemHeader span.userItemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  color: #b4b4b4;
}
#k2Container div.userItemBody {
  margin: 0px 0px 0px 0px;
}
#k2Container div.userItemBody span.userItemImage {
  margin: 0px 0px 15px 0px;
  text-align: left;
  overflow: hidden;
}
#k2Container div.userItemBody span.userItemDateCreated {
  color: #FFFFFF;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  margin-left: 0px;
}
#k2Container div.userItemBody span.userItemDateCreated span.day {
  font-size: 60px;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
#k2Container div.userItemBody .userItemTagsBlock {
  margin-right: 15px;
}
#k2Container .userItemView {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}
#k2Container .userBlock {
  background: #ddd;
  padding: 15px;
  border: 1px solid #D1D1D1;
}
#k2Container .userBlock h2 {
  padding-bottom: 10px;
  line-height: 5px;
}
#k2Container .userBlock img {
  border: 1px solid #FFF;
}
#k2Container .userItemLinks div {
  margin-bottom: 10px;
}
#k2Container div.tagItemBody span.tagItemDateCreated {
  color: #FFFFFF;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
}
#k2Container div.tagItemBody span.tagItemDateCreated span.day {
  font-size: 60px;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
#k2Container div.tagItemBody span.tagItemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  color: #b4b4b4;
}
#k2Container div.tagItemHeader {
  margin-bottom: 10px;
}
#k2Container div.tagItemHeader .tagItemIntroText {
  padding: 4px 0px 0px 0;
}
#k2Container div.tagItemBody {
  margin: 0px 0px 0px 0px;
}
#k2Container div.tagItemBody span.tagItemImage {
  margin: 0px 0px 15px 0px;
  text-align: left;
  height: 500px;
  overflow: hidden;
}
#k2Container .tagItemView {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#k2Container .userItemTitle {
  margin-bottom: 10px;
}
#sp-component {
  padding: 15px;
  background: #fff;
}
.itemAuthorBlock {
  background: #D6DBDA !important;
}
.itemRelated .even {
  padding: 10px;
  background: #D1D3D3 !important;
}
.itemRelated .even a {
  color: #000;
}
.itemRelated .odd {
  padding: 10px;
  background: #C4C4C4 !important;
}
.itemRelated .odd a {
  color: #fff;
}
div.itemView span.itemDateCreated {
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
div.itemView span.itemDateCreated span.day {
  font-size: 60px;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
div.itemView span.itemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  color: #b4b4b4;
}
div.itemView div.itemHeader .group_tab {
  margin-bottom: 25px;
}
div.itemView div.itemHeader .group_tab .row-fluid {
  background: #5E5E5E;
  color: #fff;
  border-bottom: 1px solid #fff;
}
div.itemView div.itemHeader .group_tab .row-fluid .span4 {
  border-right: 1px solid #fff;
  line-height: 30px;
  width: 33.3% !important;
  height: 75px;
}
div.itemView div.itemHeader .group_tab .row-fluid .span4 .span12 {
  height: 30px;
  line-height: 40px;
}
div.itemView div.itemHeader .group_tab .row-fluid .span4 .span12 .itemAuthor {
  padding: 0 2px !important;
}
div.itemView div.itemHeader .group_tab .row-fluid .span4 [class*="span"]:last-child {
  border-right: 0px solid #fff !important;
}
div.itemView div.itemHeader .group_tab .row-fluid .itemTagsBlock {
  padding: 10px;
}
div.itemView div.itemHeader .group_tab .row-fluid .itemTagsBlock .itemTags li {
  padding: 0 15px 0 0;
}
div.itemView div.itemHeader .group_tab .row-fluid .itemTagsBlock .itemTags li a {
  position: relative;
  padding-right: 10px;
  padding-top: 3px;
  padding-left: 10px;
  padding-bottom: 3px;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 15px #f5f5f5 inset;
  border-radius: 5px 0px 0px 5px;
  font-size: 10px;
  border-right-color: #3498db;
}
div.itemView div.itemHeader .group_tab .row-fluid .itemTagsBlock .itemTags li a:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 10px;
  top: 0%;
  margin-top: 0px;
  border-right-color: #3498db;
}
div.itemView div.itemHeader .group_tab .row-fluid a {
  color: #fff;
}
div.itemView div.itemHeader .group_tab .row-fluid [class*="span"]:last-child {
  border-right: 0px solid #fff !important;
}
div.itemView div.itemToolbar {
  padding: 0px 0;
}
div.itemView div.itemHeader span.itemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
}
div.itemView div.itemCategory {
  padding: 4px;
  font-size: 12px;
  display: inline;
}
div.itemView div.itemContentFooter {
  display: inline;
  padding: 4px;
  font-size: 12px;
  float: right;
}
div.itemView div.itemContentFooter .itemHits {
  font-size: 12px;
}
div#itemListPrimary {
  position: relative;
}
div.itemBody {
  margin: 0px 0px 0px 0px;
  padding: 0px 0;
}
div.itemBody span.itemImage {
  margin: 0px;
  text-align: left;
}
.itemView {
  background: #fff;
  padding: 15px !important;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.itemRatingBlock {
  padding: 15px 20px;
  margin: 10px 0px;
  line-height: 22px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
  font-size: 13px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-size: 12px;
  display: inline-block;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName a {
  color: #3498db;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 10px;
  font-size: 12px;
  color: #bbb;
  display: inline-block;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  margin-left: 8px;
  display: inline-block;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  color: #3498db !important;
}
div.itemComments ul.itemCommentsList li img {
  border: 0px solid #fff;
}
div.itemComments .comments-content {
  background: #E7E7E7;
  font-size: 14px;
  padding: 20px;
  position: relative;
  margin-left: 75px;
}
div.itemComments .comments-content p {
  margin-left: 0px !important;
}
div.itemComments .comments-content:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #E7E7E7;
  border-width: 8px;
  top: 25%;
  margin-top: -8px;
}
div.itemComments div.itemCommentsForm form label.formEmail {
  margin: 15px 0 5px 2px;
}
div.itemComments div.itemCommentsForm form label.formUrl {
  margin: 15px 0 5px 2px;
}
div.itemComments div.itemCommentsForm form input.inputbox {
  margin-bottom: 15px;
  width: 90%;
}
div.itemComments div.itemCommentsForm form textarea.inputbox {
  width: 100%;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border-right: 0px solid #FFF;
}
div.k2CategoriesListBlock ul li a span.catTitle {
  font-size: 14px;
}
.k2TagCloudBlock a {
  font-size: 14px !important;
  border-radius: 3px;
  margin: 0 4px 4px 0;
  padding: 4px 8px;
  float: left;
  display: block;
  color: #fff;
}
#k2Container #itemListPrimary div.catItemBody span.catItemImage {
  overflow: visible;
  height: auto;
}
.k2SearchBlockForm input.inputbox {
  width: 205px;
  padding: 8px 5px;
  border-radius: 5px !important;
}
span.catItemAuthor a,
div. ul.catItemTags li a,
span.itemAuthor a,
.itemCategory a,
ul.itemTags li a {
  padding-left: 5px;
}
div.catItemCategory {
  display: inline;
  margin: 0 20px 0 0;
}
div.catItemCategory a {
  padding-left: 5px;
}
div.k2ItemsBlock {
  margin-left: -21px;
}
div.catItemCommentsLink {
  border-right: 0px solid #ccc;
}
div.catItemHitsBlock {
  border-bottom: 0px dotted #ccc;
  float: right;
}
.catItemCommentsLink a {
  padding-left: 0px;
}
div.catItemIntroText {
  padding: 15px 0 12px 0;
}
h3.catItemTitle {
  font-size: 25px;
}
div.k2ItemsBlock ul li {
  margin-bottom: 15px;
}
div.k2CategoriesListBlock ul {
  margin: 0px;
}
div.k2CategoriesListBlock ul li {
  list-style: initial;
}
div.k2CategoriesListBlock ul li .catCounter {
  font-size: 14px;
}
.k2SearchBlock input[type="text"] {
  margin-bottom: 0px;
  font-family: 'Open Sans' !important;
}
.k2SearchBlock button {
  padding: 10px 16px;
}
.catItemView .itemTagsBlock {
  display: inline;
  padding: 5px 7px !important;
  margin: 10px 0px 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.catItemView .itemTagsBlock i {
  margin-right: 15px;
  margin-left: -7px;
  padding: 3px;
  border-radius: 5px;
}
.catItemView .itemTagsBlock .itemTags {
  margin: 0px 7px;
  margin-left: 10px;
  display: block !important;
}
.catItemView .itemTagsBlock .itemTags li {
  line-height: 28px;
  margin-right: 10px;
}
.catItemView .itemTagsBlock .itemTags li a {
  position: relative;
  padding-right: 5px;
  padding-top: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 15px #f5f5f5 inset;
  border-radius: 5px 0px 0px 5px;
  font-size: 10px;
}
.catItemView .itemTagsBlock .itemTags li a:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 10px;
  top: 0%;
  margin-top: 0px;
}
div.userItemCommentsLink {
  display: inline;
  margin-top: 4px;
  margin-left: 4px;
}
.itemListCategory {
  height: 110px;
  margin-bottom: 10px !important;
  background: #ECECEC !important;
}
.tagView .tagItemView {
  overflow: hidden;
}
.tagView .tagItemView .tagItemImageBlock {
  margin-right: 15px;
}
.tagView .tagItemView .tagItemImageBlock .tagItemImage {
  height: auto !important;
}
div.k2LatestCommentsBlock ul li span.lcComment {
  display: block;
  font-size: 14px;
  color: #000;
}
.k2Pagination ul li a {
  background-color: #F3F3F3;
  color: #3498db;
  border: 1px solid #FFF;
}
.k2Pagination ul li a:hover {
  background-color: #3498db;
  color: #fff;
}
.k2Pagination ul li.pagination-active a {
  background-color: #3498db;
  color: #fff;
}
div.userBlock div.userDescription {
  padding: 0px;
}
.userDescription p {
  maring: 0px;
}
.entry-meta ul.actions li.print-icon a::before {
  display: inline-block;
  font-family: fontawesome;
  content: "\f02f";
  width: 20px;
}
.entry-meta ul.actions li.email-icon a::before {
  display: inline-block;
  font-family: fontawesome;
  content: "\f003";
  width: 20px;
}
body {
  background: #f5f5f5;
}
body #error-page {
  background: url(../images/404-error.png) no-repeat 100% 0;
  min-height: 400px;
  max-width: 650px;
  padding: 19px 29px 29px;
  margin: 100px auto 20px;
}
body #error-page >div {
  float: right;
  margin-right: 320px;
  text-align: right;
}
body #error-page h1.error-code {
  font-family: Impact;
  font-size: 180px;
  line-height: 180px;
  color: #3498db;
  text-shadow: 0 1px #944040;
}
body #error-page p.error-message {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #999;
  text-shadow: 0 1px #fff;
  margin-right: 10px;
}
body #error-page a {
  text-decoration: none;
  color: #3498db;
}
body #error-page a:hover {
  text-decoration: none;
  color: #000;
}
