.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-large {
  background: rgba(243,156,18,0.3);
  border: solid 2px #F39C12;
}
.btn-large:hover {
  background: rgba(243,156,18,0.6);
}
a:not(.btn) {
  color: #060400;
}
a:not(.btn):hover {
  color: #F39C12;
}
.accent {
  color: #F39C12;
}
::selection {
  background: #F39C12;
}
::-moz-selection {
  background: #F39C12;
}
.border-after {
  border-bottom: solid 1px #ECF0F1;
}
.border-after:after {
  content: "";
  background: #F39C12;
  position: relative;
  top: 12px;
  left: 0;
  height: 1px;
  width: 30%;
  display: block;
}
pre {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-left: 3px solid #f5f5f6;
  background: rgba(0,0,0,0);
  padding: 8px 20px;
  font-style: italic;
}
#sp-main-menu ul.level-0 >li a:hover,
#sp-main-menu ul.level-0 >li a.active {
  color: #F39C12;
}
#sp-main-menu ul.level-0 >li a:hover span,
#sp-main-menu ul.level-0 >li a.active span {
  padding: 6px 0;
  -webkit-transition: background 255ms;
  -moz-transition: background 255ms;
  -o-transition: background 255ms;
  transition: background 255ms;
}
#sp-main-menu ul.level-0 >li a:hover span:before,
#sp-main-menu ul.level-0 >li a.active span:before {
  content: "";
  background: rgba(243,156,18,0.6);
  content: "";
  display: block;
  height: 3px;
  left: -2px;
  position: absolute;
  top: -24px;
  width: 100%;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #F39C12;
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) a:hover,
#sp-main-menu li li:not(.sp-menu-group) a.active {
  color: #fff;
}
.sp-submenu .sp-submenu-wrap {
  border-top: solid #F39C12 3px;
  background: #2B3D4F;
}
.sp-mobile-menu {
  position: fixed !important;
  top: 86px;
}
.sp-mobile-menu ul >li {
  background: #cccccc !important;
}
.sp-main-menu-toggler {
  background: #e6e6e6 !important;
  border: #d9d9d9 1px solid;
  font-size: 19px;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #c87f0a;
}
.sp-main-menu-toggler:hover,
.sp-main-menu-toggler:focus,
.sp-main-menu-toggler:active {
  color: #976008;
}
body {
  color: #666666;
  font-size: 13px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased !important;
}
body.bg {
  background: #ffffff;
}
body b {
  color: #999999;
}
#sp-top-wrapper {
  border-top: solid 5px #6E6666;
  color: #B6B6B6;
}
#sp-top-wrapper .btn.social {
  color: #B6B6B6;
}
#sp-top-wrapper #sp-contact {
  text-align: right;
}
#sp-header-wrapper {
  background: #ffffff;
  position: relative;
  border-bottom: solid 1px #ddd;
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset4/logo.png);
}
#sp-pagetitle-wrapper {
  background: url("../../images/shadow1.png") no-repeat scroll center -10px, url("../../images/title.jpg") repeat fixed 0 0 #F9F9F9;
  border-bottom: 1px solid #ddd;
}
#sp-feature-wrapper {
  background: url("../../images/shadow1.png") no-repeat scroll center top #f9f9f9;
  border-bottom: solid 1px #ddd;
}
#sp-slideshow-wrapper {
  border-bottom: solid 1px #ddd;
}
#sp-welcome-wrapper strong {
  color: #F39C12;
}
#sp-welcome-wrapper h4 {
  color: #34495E;
}
#sp-users-wrapper {
  background: #fff;
}
#sp-users-wrapper i {
  background: #34495E;
  color: #fff;
}
#sp-users-wrapper i:hover {
  background: #F39C12;
  color: #fff;
  cursor: pointer;
}
#sp-users-wrapper b {
  color: #F39C12;
}
#sp-showcase-wrapper {
  text-align: center;
  background: #ECF0F1;
  background-size: cover;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}
#sp-showcase-wrapper hr {
  border-top: solid 1px #aeaeae;
  height: 0px;
}
#sp-showcase-wrapper h4 {
  font-weight: 300;
  font-size: 21px;
}
#sp-showcase-wrapper b {
  font-weight: 300 !important;
}
#sp-content-top-wrapper {
  background: url("../../images/middlebg.png") no-repeat scroll 0 0 / cover rgba(0,0,0,0);
  border-bottom: solid 1px #aaa;
  border-top: solid 1px #aaa;
  padding: 50px 0 0;
}
#sp-content-top-wrapper p {
  margin: 0;
}
#sp-middle-wrapper {
  background: url(../../images/middlebg.png) no-repeat fixed 1px 1px #F39C12;
  background-size: cover;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-breadcrumb-wrapper {
  background: #F39C12;
}
#sp-breadcrumb-wrapper ul.breadcrumb > li {
  font-weight: 900;
  font-size: 10px;
  text-transform: uppercase;
}
#sp-breadcrumb-wrapper ul.breadcrumb > li span {
  color: #fff;
  text-shadow: none;
}
#sp-breadcrumb-wrapper ul.breadcrumb > li a.pathway {
  text-shadow: none;
  color: #e6e6e6;
}
#sp-bottom-wrapper {
  background: #2D343E;
  border-top: 10px solid #E9EAEE;
  color: #aaaaaa;
}
#sp-bottom-wrapper #bottom #sp-bottom1,
#sp-bottom-wrapper #bottom #sp-bottom2,
#sp-bottom-wrapper #bottom #sp-bottom3,
#sp-bottom-wrapper #bottom #sp-bottom4 {
  padding: 5px;
}
#sp-bottom-wrapper h3 {
  border-bottom: 1px solid;
}
#sp-bottom-wrapper h3 span {
  border-bottom: 1px solid #F39C12;
}
#sp-bottom-wrapper a:not(.btn) {
  color: #777777;
}
#sp-bottom-wrapper a:not(.btn):hover {
  color: #F39C12;
}
#sp-bottom-wrapper ul > li {
  border-bottom: 1px solid #38404d;
}
#sp-right .module h3,
#sp-left .module h3 {
  border-bottom: solid 1px #e4e4e4;
  padding: 0 25px 10px 0;
  font-size: 13px;
  font-weight: 400;
  margin-top: 29px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#sp-right .module h3 span,
#sp-left .module h3 span {
  border-bottom: solid 1px #F39C12;
  padding: 0 25px 10px 0;
}
#sp-footer-wrapper {
  background: #2D343E;
  border-top: solid 1px #181b20;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  color: #aaaaaa;
  line-height: 40px;
}
#sp-footer-wrapper a:not(.btn) {
  color: inherit;
}
#sp-footer-wrapper a:not(.btn):hover {
  color: #fad9a4;
}
.sp-totop {
  background: #424d5c;
  line-height: 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 13px;
  -webkit-transition: background 250ms ease-in-out 0s;
  -moz-transition: background 250ms ease-in-out 0s;
  -o-transition: background 250ms ease-in-out 0s;
  transition: background 250ms ease-in-out 0s;
}
.sp-totop:hover {
  background: #4d596a;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  background: #F39C12;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:active,
button:hover,
button.focus,
button:active,
input[type='submit']:hover,
input[type='submit'].focus,
input[type='submit']:active,
input[type='button']:hover,
input[type='button'].focus,
input[type='button']:active,
submit:hover,
submit.focus,
submit:active {
  background: #d2850b;
}
.btn.social {
  color: inherit;
  width: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.btn.social i {
  position: relative;
  top: -1px;
  left: -6px;
}
/


div.itemToolbar i {
  color: #F39C12;
}
div.itemListCategory h2 {
  padding: 11px 0;
  font-family: inherit;
  font-size: 21px;
}
div.itemFullText ul>li {
  list-style: none;
}
div.itemFullText ul>li:before {
  font-family: FontAwesome;
  content: "\f058";
  margin-right: 5px;
  color: #F39C12;
}
div.itemCommentsForm form input#submitCommentButton {
  background: #F39C12;
  color: #fff;
  border: 0;
  padding: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table.calendar tr td.calendarToday,
table.calendar tr td.calendarDateLinked a:hover {
  background: #F39C12;
}
table.calendar tr td {
  border: 1px solid #258425;
}
.blog-date {
  background: rgba(243,156,18,0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  margin: 0 7px 0 0;
  padding: 0 10px;
}
.blog-date .blog_date_day {
  display: block;
  text-align: center;
}
.blog-date .blog_month_year {
  text-align: center;
}
.tp-button.green {
  background: #F39C12 !important;
  padding: 10px 15px;
  text-align: center;
  text-shadow: 1px 1px 1px #333333 !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  letter-spacing: normal !important;
}
.tp-caption.big_black {
  background-color: #444 !important;
  color: #fff !important;
  font-weight: normal !important;
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  padding: 4px;
}
.tp-caption.big_orange {
  background-color: #F39C12 !important;
  color: #fff !important;
  letter-spacing: 0 !important;
  font-weight: normal !important;
  text-transform: uppercase;
  padding: 4px;
  font-size: 20px !important;
}
.gkNspPM-Portfolio {
  padding: 5px 0 10px !important;
}
.gkNspPM-Portfolio .gkImagesWrapper > a > .gkImgOverlay span {
  background: rgba(243,156,18,0.8) !important;
}
.gkNspPM-Portfolio .gkImagesWrapper > a > .gkImgOverlay span:before {
  content: "\f067" !important;
  font-family: FontAwesome;
  font-weight: 100 !important;
  border: 0 !important;
  text-transform: uppercase;
}
.gkNspPM-Portfolio .gkLoadMore {
  -webkit-border-radius: 4%;
  -moz-border-radius: 4%;
  border-radius: 4%;
  border: solid 1px #ddd;
  text-transform: capitalize;
  padding: 10px 15px;
}
.gkNspPM-Portfolio .gkLoadMore:before {
  content: "\f110";
  font-family: FontAwesome;
  margin-right: 5px;
}
.gkNspPM-Portfolio .gkLoadMore:hover {
  background: #f39c12;
  border: 0;
  color: #fff;
}
.nspArt {
  overflow: visible;
}
.nspArt .gkArtContentWrap {
  background-color: #fff;
  padding: 0 10px 20px;
}
.nspArt .gkArtContentWrap h4.nspHeader {
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
}
.nspArt p.nspInfo {
  margin: 0;
  font-size: 13px;
}
.nspArt p.nspInfo a {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.nspTopInterface .nspNext,
.nspTopInterface .nspPrev {
  background: rgba(0,0,0,0) !important;
  border: 0 !important;
  text-indent: 0 !important;
}
.nspTopInterface .nspPrev:before {
  border-right: 10px solid #F39C12 !important;
  display: none;
}
.nspTopInterface .nspNext:before {
  border-left: 10px solid #F39C12 !important;
  display: none;
}
.sprocket-strips .sprocket-strips-nav .sprocket-strips-arrows .arrow {
  background: #F39C12;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
}
.sprocket-lists ul.sprocket-lists-container > li.active h4.sprocket-lists-title {
  font-weight: 500;
  border: 0;
  border-bottom: solid 1px #ddd;
}
.sprocket-lists ul.sprocket-lists-container > li.active h4.sprocket-lists-title:before {
  content: "\f068";
  font-family: FontAwesome;
  font-weight: 100 !important;
  background-color: #F39C12;
}
.progress-bar-success {
  background-color: #27AE60;
}
.progress-bar-success .sr-only {
  padding: 10px 0;
}
.fontAwesome {
  font-family: FontAwesome;
  font-size: 14px;
  color: #F39C12;
  background: #ECF0F1;
  margin-right: 10px;
  padding: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.userIcon:before {
  content: "\f0c0";
  font-family: FontAwesome;
  font-size: 14px;
  color: #F39C12;
  background: #ECF0F1;
  margin-right: 10px;
  padding: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.aboutUs:before {
  content: "\f091";
  font-family: FontAwesome;
  font-size: 14px;
  color: #F39C12;
  background: #ECF0F1;
  margin-right: 10px;
  padding: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.pic:before {
  content: "\f03e";
  font-family: FontAwesome;
  font-size: 14px;
  color: #F39C12;
  background: #ECF0F1;
  margin-right: 10px;
  padding: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.tag:before {
  content: "\f02c";
  font-family: FontAwesome;
  font-size: 14px;
  color: #F39C12;
  background: #ECF0F1;
  margin-right: 10px;
  padding: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.bookmark:before {
  content: "\f02e";
  font-family: FontAwesome;
  font-size: 14px;
  color: #F39C12;
  background: #ECF0F1;
  margin-right: 10px;
  padding: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.accordion-caret .accordion-toggle:hover {
  text-decoration: none;
}
.accordion-caret .accordion-toggle:before {
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -1px;
  float: left;
}
.accordion-caret .accordion-toggle:not(.collapsed):before {
  content: "\f068";
  margin-left: 2px;
  padding: 0 6px;
  font-size: 10px;
  color: #fff;
  background: #F39C12;
}
.accordion-caret .accordion-toggle.collapsed:before {
  content: "\f067";
  margin-left: 2px;
  padding: 0 6px;
  font-size: 10px;
  color: #fff;
  background: #333;
}
