@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
content: '';
position: absolute;
top: 0px;
left: 0px;
width: 0px;
height: 58px;
background: rgba(0,0,0,0.2);
transition: all 0.7s ease;
a {
  color: #ff6600;
}
a:hover {
  color: #cc5200;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #ff6600;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #ededed;
  background-color: #ff6600;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #ff6600;
}
#offcanvas-toggler >i {
  color: #000000;
}
#offcanvas-toggler >i:hover {
  color: #ff6600;
}
.btn-primary,
.sppb-btn-primary {
  border-color: #e05a00;
  background-color: major_color;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #b34700;
  background-color: #cc5200;
}
ul.social-icons >li a:hover {
  color: #ff6600;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.sp-module ul >li >a {
  color: #000000;
}
.sp-module ul >li >a:hover {
  color: #ff6600;
}
.sp-module .latestnews >div >a {
  color: #000000;
}
.sp-module .latestnews >div >a:hover {
  color: #ff6600;
}
.sp-module .tagscloud .tag-name:hover {
  background: #ff6600;
}
.sp-module-title {
  background: #ff6600;
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: #ff6600;
}
.search .btn-toolbar button {
  background: #ff6600;
}
.post-format {
  background: #ff6600;
}
.voting-symbol span.star.active:before {
  color: #ff6600;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #cc5200;
}
.entry-link,
.entry-quote {
  background: #ff6600;
}
blockquote {
  border-color: #ff6600;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #ff6600;
}
#sp-footer {
  background: #ff6600;
}
.sp-comingsoon body {
  background-color: #ff6600;
}
.pagination>li>a,
.pagination>li>span {
  color: #000000;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #000000;
}
.pagination>.active>a,
.pagination>.active>span {
  border-color: #ff6600;
  background-color: #ff6600;
}
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #ff6600;
  background-color: #ff6600;
}
.btn-custom {
  border: 2px solid #ff6600;
  color: #000;
  padding: 20px 25px;
  text-decoration: none;
  position: relative;
  letter-spacing: 4px;
  transition: all 0.6s;
  z-index: 1;
  text-align: center;
}
.btn-custom:before,
.btn-custom:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 4px;
  background: #ff6600;
  margin-left: -12px;
  margin-top: -2px;
  transition: all 0.6s;
}
.btn-custom:after {
  left: auto;
  right: 0;
  margin-right: -12px;
}
.btn-custom:hover:before,
.btn-custom:hover:after {
  width: 100%;
  transition: all 0.6s;
  background: #fff;
  transform: scaleY(5);
  z-index: -1;
}
.btn-custom:hover {
  text-decoration: none;
  background: #ff6600;
  transition: all 0.6s;
  color: #ff6600;
}
.btn-custom-c {
  border: none;
  background: transparent;
  color: #000;
  padding: 17px;
  font-size: 18px;
  border-radius: 0px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border: 2px solid #000;
  width: 200px;
  height: 60px;
}
.btn-custom-c:hover {
  border: none;
  background: transparent;
  color: #000;
  padding: 17px;
  font-size: 18px;
  border-radius: 0px;
  position: relative;
  box-sizing: border-box;
  transition: all 100ms ease;
  border: 2px solid #000;
  width: 200px;
  height: 60px;
}
.btn-custom-c:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 58px;
  background: rgba(0,0,0,0.2);
  transition: all 0.7s ease;
}
.btn-custom-c:hover:before {
  width: 100%;
}
.btn-custom-a {
  border-radius: 0px;
  display: block;
  width: 150px;
  height: 50px;
  padding: 13px 0;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  margin: 0 auto;
  font-size: 16px;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}
.btn-custom-a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
  color: #000;
  border-color: #444;
}
.btn-custom-b {
  border-radius: 40px;
  display: block;
  width: 230px;
  height: 60px;
  padding: 15px 0;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #444;
  margin: 0 auto;
  font-size: 18px;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  background: transparent;
  color: #000;
}
.btn-custom-b:before,
.btn-custom-b:after {
  content: "";
  border-width: 0;
  border-style: solid;
  position: absolute;
  z-index: -1;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.btn-custom-b:before {
  -webkit-border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #444;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #444;
  bottom: 0;
  left: 0;
}
.btn-custom-b:after {
  -webkit-border-color: rgba(0,0,0,0) #444 rgba(0,0,0,0) rgba(0,0,0,0);
  border-color: rgba(0,0,0,0) #444 rgba(0,0,0,0) rgba(0,0,0,0);
  top: 0;
  right: 0;
}
.btn-custom-b:hover:before,
.btn-custom-b:hover:after {
  border-width: 150px 262px;
  -webkit-border-width: 150px 262px;
}
.our_services .media {
  margin-top: 30px;
}
.our_services .media .fa {
  border-radius: 50%;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ff6600;
  border-width: 15px;
  border-style: solid;
  border-color: #ff6600;
  color: #fff;
  width: 70px;
  height: 70px;
  top: 4px;
  text-align: center;
  font-size: 35px;
  margin-right: 10px;
}
figure.snip0051 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 547px;
  max-height: 270px;
  width: 100%;
  background: #000000;
}
figure.snip0051 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0051 > img {
  margin-left: 50%;
  opacity: 1;
  width: 50%;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
figure.snip0051 figcaption {
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
}
figure.snip0051 figcaption h2,
figure.snip0051 figcaption p {
  margin: 0;
  color: #000000;
  text-align: right;
  position: absolute;
  padding: 10px 0 10px 0px;
  margin: 0 40px 0 20px;
}
figure.snip0051 figcaption h2 {
  font-size: 1.3em;
  bottom: 50%;
  right: 0;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  color: #ff6600;
}
figure.snip0051 figcaption h2 span {
  font-weight: 800;
}
figure.snip0051 figcaption p {
  top: 50%;
  font-size: 0.9em;
  opacity: 0.8;
}
figure.snip0051 .icons {
  padding: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding-left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip0051 .icons i {
  font-size: 32px;
  padding: 10px;
  color: #ffffff;
  opacity: 0;
  top: 50%;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
figure.snip0051 .icons a:first-child i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0051 .icons a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip0051 .icons a:nth-child(3) i {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0051:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background-color: #000000;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%,-50%);
  transform: rotate(45deg) translate(-50%,-50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip0051:hover > img,
figure.snip0051.hover > img {
  opacity: 0.5;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip0051:hover i,
figure.snip0051.hover i {
  opacity: 0.8;
  -webkit-transform: translate(0);
  transform: translate(0);
}
figure.snip0051:hover a:first-child i,
figure.snip0051.hover a:first-child i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip0051:hover a:nth-child(2) i,
figure.snip0051.hover a:nth-child(2) i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0051:hover a:nth-child(3) i,
figure.snip0051.hover a:nth-child(3) i {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 480px) {
  figure.snip0051 > img {
    width: 100%;
    margin-left: 35%;
  }
  figure.snip0051 figcaption h2 {
    bottom: 75%;
  }
  figure.snip0051 figcaption p {
    top: 25%;
  }
}
.boxa .sppb-icon,
.boxb .sppb-icon,
.boxc .sppb-icon {
  background-color: #ff6600;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  padding-top: 15px;
  padding-left: 15px;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}
.boxa .sppb-icon:hover,
.boxb .sppb-icon:hover,
.boxc .sppb-icon:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  background-color: #e65c00;
}
.pricingTable {
  text-align: center;
  background: #f2f2f2;
  padding-top: 5px;
  transition: all 0.5s ease-in-out 0s;
}
.pricingTable > .pricingTable-header {
  color: #ff6600;
  background: #000;
  height: 190px;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.pricingTable > .pricingTable-header:after {
  content: "";
  border-bottom: 40px solid #f2f2f2;
  border-left: 263px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.pricingTable:hover .pricingTable-header {
  height: 230px;
  transition: all 0.5s ease 0s;
}
.pricingTable-header > .heading {
  display: block;
  padding: 20px 0;
}
.heading > h3 {
  margin: 0;
  text-transform: uppercase;
}
.pricingTable-header > .price-value {
  display: block;
  font-size: 60px;
  line-height: 60px;
}
.pricingTable-header > .price-value > .mo {
  font-size: 14px;
  display: block;
  line-height: 0px;
  text-transform: uppercase;
}
.pricingTable-header > .price-value > .currency {
  font-size: 24px;
  margin-right: 4px;
  position: relative;
  bottom: 30px;
}
.pricingTable > .pricingContent {
  text-transform: uppercase;
  color: #444;
}
.pricingTable > .pricingContent > ul {
  list-style: none;
  padding: 0;
}
.pricingTable > .pricingContent > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.pricingTable > .pricingContent > ul > li:last-child {
  border: 0px none;
}
.pricingTable-sign-up {
  padding: 30px 0;
}
.pricingTable-sign-up > .btn-block {
  width: 80%;
  margin: 0 auto;
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 12px;
  text-transform: uppercase;
  font-size: 18px;
}
.pricingTable-sign-up > .btn-block:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1200px) {
  .pricingTable > .pricingTable-header:after {
    border-left: 215px solid transparent;
  }
}
@media screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 20px;
  }
  .pricingTable > .pricingTable-header:after {
    border-left: 349px solid transparent;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable {
    overflow: hidden;
  }
  .pricingTable > .pricingTable-header:after {
    border-left: 459px solid rgba(0,0,0,0);
  }
}
.contact  input {
  width: 80%;
  box-shadow: none;
  height: 50px;
  margin: 0 auto;
  color: #000;
  border: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
}
.contact textarea#message {
  width: 80%;
  box-shadow: none;
  height: 50px;
  margin: 0 auto;
  color: #000;
  border: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
}
.contact .button {
  border-radius: 0px;
  display: block;
  width: 230px;
  height: 60px;
  padding: 15px 0;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
  font-size: 18px;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}
.contact .button:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
  color: #000;
  border-color: #444;
}
.acymailing_module_form .acymailing_introtext {
  float: left;
  font-size: 16px;
  letter-spacing: 4PX;
  line-height: 59px;
  font-weight: bold;
}
.acymailing_fulldiv tr,
.acymailing_fulldiv td {
  width: 65%;
}
.acymailing_module_form .acymailing_form select,
.acymailing_module_form .acymailing_form textarea,
.acymailing_module_form .acymailing_form input[type="text"],
.acymailing_module_form .acymailing_form input[type="email"] {
  height: 60px;
  width: auto;
  border: 2px solid #ff6600;
  border-radius: 0px;
  background-color: transparent;
}
.acymailing_module_form .acymailing_form .acysubbuttons {
  margin: 7px;
}
.acymailing_module_form .acymailing_form .acysubbuttons input {
  border-radius: 0px;
  display: block;
  width: 230px;
  height: 60px;
  padding: 15px 0;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
  font-size: 18px;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}
.acymailing_module_form .acymailing_form .acysubbuttons:after {
  color: #ff6600;
  transition-duration: 2s;
  -webkit-transition-duration: 2s;
}
.acymailing_module_form .acymailing_form .acysubbuttons:hover input,
.acymailing_module_form .acymailing_form .acysubbuttons:focus input {
  -webkit-background: #fff;
  background: #fff;
  color: #000;
  border-color: #444;
}
.acymailing_module_form .acymailing_form .acysubbuttons:hover:after,
.acymailing_module_form .acymailing_form .acysubbuttons:hover:hover,
.acymailing_module_form .acymailing_form .acysubbuttons:focus:after,
.acymailing_module_form .acymailing_form .acysubbuttons:focus:hover {
  color: #fff;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'feathericons';
  src: url('../fonts/feathericons/feathericons.eot?-8is7zf');
  src: url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 250px;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  height: 320px;
  width: 360px;
  opacity: 0.65;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-marley {
  background-color: #000000;
}
figure.effect-marley img {
  opacity: 0.67;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
figure.effect-marley:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-marley figcaption {
  text-align: right;
}
figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}
figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ff6600;
  content: '';
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}
figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
.sp-page-title {
  padding: 200px 0 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  text-align: center;
}
.sp-page-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.sp-page-title >div {
  z-index: 11;
  position: relative;
}
.sp-page-title >div .breadcrumb {
  background: none;
  padding: 0;
  margin: 25px 0 0 0;
}
.sp-page-title >div .breadcrumb >.active {
  color: #ff6600;
}
.sp-page-title >div .breadcrumb >span,
.sp-page-title >div .breadcrumb >li,
.sp-page-title >div .breadcrumb >li+li:before,
.sp-page-title >div .breadcrumb >li>a {
  color: #000;
}
.sp-page-title .breadcrumb:before {
  background: #ddd;
  content: "";
  height: 1px;
  width: 280px;
  z-index: 0;
  top: 40px;
  display: block;
  left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
}
.sp-page-title .breadcrumb:after {
  left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  background-color: #ff6600;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  bottom: -5px;
  content: "";
  height: 11px;
  width: 11px;
  z-index: 1;
  top: 35px;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
  letter-spacing: 4px;
}
#sp-page-builder .sppb-section-title .sppb-title-heading:before {
  background: #ddd;
  content: "";
  height: 1px;
  width: 280px;
  z-index: 0;
  top: 40px;
  display: block;
  left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
}
#sp-page-builder .sppb-section-title .sppb-title-heading:after {
  left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  background-color: #ff6600;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  bottom: -5px;
  content: "";
  height: 11px;
  width: 11px;
  z-index: 1;
  top: 35px;
}
.skill-count-item0 {
  margin-left: 0;
  font-size: 20px;
}
.skill-count-items-1 {
  width: 100%;
  margin: 0;
  font-size: 20px;
}
.skill-count-items-2 {
  width: 48%;
  font-size: 20px;
}
.skill-count-items-3 {
  width: 31% !important;
  font-size: 20px;
}
.skill-count-items-4 {
  font-size: 20px;
  width: 23%;
}
.layout-top .sprocket-tabs-nav {
  background-color: #000;
  color: #fff;
  height: 150px;
  font-size: 18px;
}
.layout-bottom .sprocket-tabs-nav {
  background-color: #000;
  color: #fff;
  height: 150px;
  font-size: 18px;
}
.sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  background-color: transparent;
  margin-top: 30px;
  border: none;
  color: #ff6600;
  font-size: 18px;
}
.sprocket-tabs-nav > li > .sprocket-tabs-inner {
  border-top-width: 0px;
}
.sprocket-tabs-nav .sprocket-tabs-inner:hover {
  color: #ddd;
  border-color: transparent transparent transparent transparent;
  font-size: 18px;
}
.sprocket-tabs-nav .sprocket-tabs-inner {
  margin-top: 45px;
}
.layout-top.animation-slideandfade .sprocket-tabs-panel.active,
.layout-bottom.animation-slideandfade .sprocket-tabs-panel.active {
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sprocket-tabs.layout-top ul.sprocket-tabs-nav {
  text-align: center;
}
.sprocket-tabs.layout-top ul.sprocket-tabs-nav li {
  float: none;
  margin: 0 -3px -2px 0;
  display: inline-block;
}
.sprocket-tabs.layout-bottom ul.sprocket-tabs-nav {
  text-align: center;
}
.sprocket-tabs.layout-bottom ul.sprocket-tabs-nav li {
  float: none;
  margin: 0 -3px -2px 0;
  display: inline-block;
}
.layout-top .sprocket-tabs-nav li.active > .sprocket-tabs-inner:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #000;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  bottom: -15px;
  content: "";
  height: 30px;
  margin-left: -9px;
  position: absolute;
  transform: rotate(135deg);
  width: 30px;
}
.layout-bottom .sprocket-tabs-nav li.active > .sprocket-tabs-inner:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #000;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  top: -15px;
  content: "";
  height: 30px;
  margin-left: -9px;
  position: absolute;
  transform: rotate(315deg);
  width: 30px;
}
.layout-right .sprocket-tabs-nav {
  margin-right: 150px;
}
.layout-left .sprocket-tabs-nav {
  margin-left: 150px;
}
.layout-left.animation-slideandfade .sprocket-tabs-panel.active,
.layout-right.animation-slideandfade .sprocket-tabs-panel.active {
  padding-left: 150px;
  padding-right: 150px;
}
.layout-left .sprocket-tabs-nav {
  background-color: #000;
  color: #fff;
  font-size: 18px;
}
.layout-left .sprocket-tabs-nav li.active > .sprocket-tabs-inner:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #000;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  content: "";
  height: 20px;
  margin-left: -9px;
  position: absolute;
  transform: rotate(44deg);
  width: 20px;
  right: -8px;
}
.layout-right .sprocket-tabs-nav {
  margin-right: 150px;
}
.layout-right .sprocket-tabs-nav {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  width: 200px;
}
.layout-right .sprocket-tabs-nav li.active > .sprocket-tabs-inner:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #000;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  content: "";
  height: 20px;
  margin-right: 189px;
  position: absolute;
  transform: rotate(226deg);
  width: 20px;
  right: -8px;
}
@media (max-width: 990px) {
  .layout-top.animation-slideandfade .sprocket-tabs-panel.active,
  .layout-bottom.animation-slideandfade .sprocket-tabs-panel.active {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .sprocket-tabs-nav li .sprocket-tabs-inner {
    padding-bottom: 35px;
  }
  .layout-top .sprocket-tabs-nav {
    height: auto;
  }
}
@media (max-width: 380px) {
  .layout-top .sprocket-tabs-nav li.active > .sprocket-tabs-inner:after {
    box-shadow: none;
    background: none;
  }
  .layout-bottom .sprocket-tabs-nav li.active > .sprocket-tabs-inner:after {
    box-shadow: none;
    background: none;
  }
  .layout-top .sprocket-tabs-nav {
    height: auto;
  }
  .layout-bottom .sprocket-tabs-nav {
    height: auto;
  }
}
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
#quote-carousel .carousel-control.left {
  left: -12px;
}
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -30px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  margin-top: 50px;
  background: #c0c0c0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#quote-carousel .carousel-indicators .active {
  background: #ff6600;
  width: 12px;
  height: 12px;
}
#quote-carousel img {
  width: 150px;
  height: 150px;
}
.item blockquote {
  border-left: none;
  margin: 0;
}
.item blockquote img {
  margin-bottom: 10px;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
  color: #ff6600;
}
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}
@media (max-width: 768px) {
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 0px;
    width: 10px;
    height: 10px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 0px;
    width: 12px;
    height: 12px;
  }
}
.carousel {
  margin-top: 60px;
  padding: 0 40px 30px 40px;
}
.carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  margin-top: 200px;
}
.carousel-control.right {
  right: -12px;
}
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
.carousel-indicators li {
  background: #cecece;
}
.carousel-indicators .active {
  background: #ff6600;
}
.panel-heading:hover {
  cursor: pointer;
}
.panel-heading {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.side-tab:hover {
  cursor: pointer;
}
.panel.panel-default {
  border: none;
  box-shadow: none !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-heading {
  border: none;
  background-color: #e0e0e0;
  border-radius: 0px;
  height: 50px;
}
.panel-heading:hover {
  background-color: #ededed;
}
.panel-body {
  background-color: #f7f7f7;
}
.panel-title {
  font-weight: 400;
  color: #000;
}
.panel-title:hover {
  color: #ff6600;
}
