<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------
 *
 * Karma Builder - A Visual Composer Extension Plugin for Karma WP-Theme
 * by TrueThemes
 *
 * http://themeforest.net/user/TrueThemes/portfolio
 *
 *
 - Global
 - Accordions
 - Alert Boxes
 - Animations Global
 - Animated - Circle Loader
 - Animated - Circle Loader (with icon)
 - Animated - "Features" List
 - Animated - Number Counters
 - Animated - Progress Bars (horizontal)
 - Animated - Progress Bars (vertical)
 - Animated - "Services" List
 - Business Contact
 - Buttons
 - Color Options
 - Content Boxes
 - Dropcap
 - Heading
 - Icon - PNG
 - Icon + Text
 - ImageBox 1
 - ImageBox 2
 - Lists
 - Pricing Boxes
 - PrettyPhoto Lightbox
 - Social Icons
 - Tabs 1
 - Tabs 2
 - Testimonial 1
 - Testimonial 2
 - Visual Composer Row
 - Vector Icon Boxes
 - (Responsive Media Queries)
 - (Bootstrap)
 *
 *
/*-------------------------------------------------------------- 
Global
--------------------------------------------------------------*/
a.true-button {
  margin: 0 10px 10px 0;
}
.true-contentbox {
  margin-bottom: 15px;
}
div.wpb_flexslider .flex-direction-nav .flex-next span::before,
div.wpb_flexslider .flex-direction-nav .flex-prev span::before {
  content: none;
}
.true-circle-loader,
.true-circle-loader-icon,
.true-counter-wrap {
  text-align: center;
}
.true-description p,
.true-circle-loader p,
.true-circle-loader-icon p {
  color: #808080;
  font-size: 13px;
  line-height: 1.8;
}
.true-text-wrap .callout-details-wrap,
.true-text-wrap .callout-details-wrap p {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.9;
}
/* Layout */
.true-icon-box,
.true-features,
.true-services {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.pull-left {float: left;}
.pull-right {float: right;}
/* subtle hover animation */
.true-image-box-1,
.true-image-box-2,
.true-icon-box,
.true-tabs-style-3 .nav-stacked &gt; li &gt; a,
.true-direction-nav .true-next:before,
.true-direction-nav .true-prev:before {
  -webkit-transition:all 0.2s ease-out 0s;
     -moz-transition:all 0.2s ease-out 0s;
       -o-transition:all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s;
}
/*-------------------------------------------------------------- 
Accordions
--------------------------------------------------------------*/
.true-accordion {
  font-size: 13px;
  margin-bottom: 40px;
}
.true-accordion dt {
  background-color: #FFF;
  background-image: linear-gradient(to bottom, #FFF, #EFEFEF);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF));
  background-image: -webkit-linear-gradient(top, #FFF, #EFEFEF);
  background-image: -moz-linear-gradient(top, #FFF, #EFEFEF);
  background-image: -webkit-linear-gradient(top, #FFF, #EFEFEF);
  background-image: -o-linear-gradient(top, #FFF, #EFEFEF);
  background-image: ms-linear-gradient(to bottom, #FFF, #EFEFEF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#efefef');
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #666;
  cursor: pointer;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  text-indent: 50px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  padding: 20px 0;
  width: 100%;
}
.true-accordion dt.current {
  /* color: #88BBC8; */
}
.true-accordion dd {
  display: none;
  line-height: 1.8;
  padding: 20px;
  margin: 0 !important;
}
.true-accordion dd.current {
  display: block;
}
.true-accordion dd p:first-child {
  margin-top: 8px;
}
.true-accordion dt:before {
  content:"\f067";
  font-family: FontAwesome;
  position: absolute;
  left: -30px;
  top: 37%;
  font-size: 14px;
}
.true-accordion dt.current:before {
  content:"\f068";
}
/*--------------------------------------------------------------
Alert Boxes
--------------------------------------------------------------*/
.true-notification {
  border: 1px solid;
  width: 100%;
  border-bottom-width: 2px;
  color: #4f4f4f;
  display: block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 11px;
  line-height: 19px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.closeable-x {width: 100%;height: 100%;background: url(../images/shortcodes/alert-closeable.png) 99% 8px no-repeat;}
.vision_one_third .closeable-x,
.vision_one_fourth .closeable-x,
.vision_one_fifth .closeable-x {
  background: url(../images/shortcodes/alert-closeable.png) 96% 8px no-repeat;
}
.true-notification p {
  padding: 16px 16px 16px 42px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.65);
  margin-bottom: 0;
}
.true-notification p strong {color: #303030;font-weight: 700;}
.true-notification.success {
  background-color: #dde6ba;
  border-color: #d0e289 #c6d881 #b8cb71;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6efc2), to(#d9e2b7));
  background-image: -webkit-linear-gradient(top, #e6efc2, #d9e2b7);
  background-image: -moz-linear-gradient(top, #e6efc2, #d9e2b7);
  background-image: -o-linear-gradient(top, #e6efc2, #d9e2b7);
  background-image: linear-gradient(to bottom, #e6efc2, #d9e2b7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e6efc2', endColorstr='#d9e2b7');
}
.true-notification.success p {background: transparent url(../images/shortcodes/alert-tick.png) no-repeat scroll 14px 17px;}
.true-notification.success p strong {color: #417800;}
.true-notification.error {
  background-color: #f6dbd6;
  border-color: #f7d5d6 #f1c8ca #f2b5b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbe2e3), to(#eeccce));
  background-image: -webkit-linear-gradient(top, #fbe2e3, #eeccce);
  background-image: -moz-linear-gradient(top, #fbe2e3, #eeccce);
  background-image: -o-linear-gradient(top, #fbe2e3, #eeccce);
  background-image: linear-gradient(to bottom, #fbe2e3, #eeccce);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbe2e3', endColorstr='#eeccce');
}
.true-notification.error p {background: transparent url(../images/shortcodes/alert-cross.png) no-repeat scroll 14px 17px;}
.true-notification.error p strong {color: #d43c41;}
.true-notification.warning {
  background-color: #f9f9b4;
  border-color: #f7dc72 #f4d96c #eace61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffb9), to(#f0efae));
  background-image: -webkit-linear-gradient(top, #ffffb9, #f0efae);
  background-image: -moz-linear-gradient(top, #ffffb9, #f0efae);
  background-image: -o-linear-gradient(top, #ffffb9, #f0efae);
  background-image: linear-gradient(to bottom, #ffffb9, #f0efae);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffb9', endColorstr='#f0efae');
}
.true-notification.warning p {background: transparent url(../images/shortcodes/alert-exclamation.png) no-repeat scroll 14px 17px;}
.true-notification.warning p strong {color: #777909;}
.true-notification.tip {
  background-color: #dceffa;
  border-color: #b8e1fd #a6d4f4 #9ed1f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d4e6f0));
  background-image: -webkit-linear-gradient(top, #e0f4ff, #d4e6f0);
  background-image: -moz-linear-gradient(top, #e0f4ff, #d4e6f0);
  background-image: -o-linear-gradient(top, #e0f4ff, #d4e6f0);
  background-image: linear-gradient(to bottom, #e0f4ff, #d4e6f0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0f4ff', endColorstr='#d4e6f0');
}
.true-notification.tip p strong {color: #0068a4;}
.true-notification.tip p {background: transparent url(../images/shortcodes/alert-tip.png) no-repeat scroll 14px 17px;}
.true-notification.neutral {
  background-color: #f0f0f0;
  border-color: #e4e4e4 #d9d9d9 #cbcbcb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e4e4e4));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #e4e4e4);
  background-image: -moz-linear-gradient(top, #f0f0f0, #e4e4e4);
  background-image: -o-linear-gradient(top, #f0f0f0, #e4e4e4);
  background-image: linear-gradient(to bottom, #f0f0f0, #e4e4e4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f0f0f0', endColorstr='#e4e4e4');
}
.true-notification.neutral p strong {color: #303030;}
.true-notification.neutral p {background: transparent url(../images/shortcodes/alert-neutral.png) no-repeat scroll 14px 17px;}
/*----------------------------------------------------
* Animations
*
* animation classes:
 .tt_in_from_top     = fly-in from top
 .tt_in_from_right   = fly-in from right
 .tt_in_from_bottom  = fly-in from bottom
 .tt_in_from_left    = fly-in from left
 .tt_in_from_center  = fly-in from center
----------------------------------------------------*/
/* global */
.tt_in_from_top, .tt_in_from_right, .tt_in_from_bottom, .tt_in_from_left, .tt_in_from_center {
  opacity: 0
}
/* animate from top */
@keyframes animate_top {
  from {
    opacity: 0;
    transform: translateY(-100px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@-webkit-keyframes animate_top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}
.tt_in_from_top.tt_animate_start {
  -webkit-animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_top;
  animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_top;
  opacity: 1
}
/* animate from right */
@keyframes animate_right {
  from {
    opacity: 0;
    transform: translateX(100px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
@-webkit-keyframes animate_right {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}
.tt_in_from_right.tt_animate_start {
  -webkit-animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_right;
  animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_right;
  opacity: 1
}
/* animate from bottom */
@keyframes animate_bottom {
  from {
    opacity: 0;
    transform: translateY(100px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@-webkit-keyframes animate_bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}
.tt_in_from_bottom.tt_animate_start {
  -webkit-animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_bottom;
  animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_bottom;
  opacity: 1
}
/* animate from left */
@keyframes animate_left {
  from {
    opacity: 0;
    transform: translateX(-100px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
@-webkit-keyframes animate_left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}
.tt_in_from_left.tt_animate_start {
  -webkit-animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_left;
  animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_left;
  opacity: 1
}
/* animate from center */
@keyframes animate_center {
  from {
    opacity: 0;
    transform: scale(0.2)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}
@-webkit-keyframes animate_center {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}
.tt_in_from_center.tt_animate_start {
  -webkit-animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_center;
  animation: 1.0s cubic-bezier(1,0,0,1) 0s normal backwards 1 animate_center;
  opacity: 1
}
/*--------------------------------------------------------------
Animated - Circle Loader
--------------------------------------------------------------*/
.true-circle-loader .easyPieChart {
  position: relative;
  width: 174px;
  height: 174px;
  line-height: 174px;
  margin: 0 auto 35px;
}
.true-circle-loader .true-circle-number-wrap {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.true-circle-loader canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.true-circle-loader .loader-details {
  text-align: center;
}
/*--------------------------------------------------------------
Animated - Circle Loader (with icon)
--------------------------------------------------------------*/
.true-circle-loader-icon .easyPieChart {
  position: relative;
  width: 174px;
  height: 174px;
  line-height: 174px;
  margin: 0 auto 35px;
}
.true-circle-loader-icon canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.true-circle-loader-icon .fa,
.true-circle-loader-icon .karma-custom-icon {
  vertical-align: middle;
  color: #d3565a;
  font-size: 50px;
}
/*--------------------------------------------------------------
Animated - "Features" List
--------------------------------------------------------------*/
.true-features {
  margin-bottom: 30px;
}
.true-features a:focus {outline: none;}
.true-features .fa,
.true-features .karma-custom-icon {
  border: 2px solid #a2dce2;
  color: #d3565a;
  float: left;
  font-size: 20px;
  height: 72px;
  width: 72px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease-in-out, 0.5s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: all 0.5s ease-in-out 0s, 0.5s;
  -o-transition: all 0.5s ease-in-out 0s, 0.5s;
  transition: all 0.5s ease-in-out 0s, 0.5s;
}
.true-features .fa:hover {
  color: #fff;
  background: #a2dce2;
}
.true-features .true-description {
  text-align: left;
  margin: 0 0 0 95px;
}
.true-features .true-description .true-description { margin-left:0; }
.true-features p {color: gray;line-height: 1.8;}
.true-features h1, .true-features h2, .true-features h3, .true-features h4, .true-features h5, .true-features h6 {
  color: #000;
  font-size: 16px;
  padding-top: 5px;
}
/*--------------------------------------------------------------
Animated - Number Counters
--------------------------------------------------------------*/
/*.true-counter-wrap {text-align: center;}*/
.true-counter-wrap h3 {
  font-size: 50px;
  /* font-weight: 100; */
  letter-spacing: -1px;
}
.true-counter-wrap h3:after {
  content: '';
  display: block;
  width: 66px;
  height: 4px;
  margin: 15px auto 22px;
  background: #e1e1e1;
}
/*--------------------------------------------------------------
Animated - Progress Bars (horizontal)
--------------------------------------------------------------*/
.true-progress-section {
  margin-bottom: 20px;
}
.true-progress-section h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px !important;
}
.true-progress-section .progress,
.entry-content .true-progress-section .progress {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #e1e1e1;
}
.true-progress-section .progress-bar {
  background: #a2dce2;
  width: 0%;
}
.true-progress-section .progress,
.true-progress-section .progress-bar {
  clear: left;
}
.true-progress-section.true-progress-rounded .progress,
.true-progress-section.true-progress-rounded .progress-bar {
  border-radius: 50px;
}
/*--------------------------------------------------------------
Animated - Progress Bars (vertical)
--------------------------------------------------------------*/
.true-progress-section-vertical h4 {
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 0 0 0 7px;
}
.true-progress-section-vertical h4.true-progress-text {
  font-weight: 500;
  font-size: 18px;
}
.true-progress-section-vertical .progress-wrapper {
  position: relative;
  background: #e1e1e1;
  height: 200px;
  margin-bottom: 20px;
}
.true-progress-section-vertical .progress-bar-vertical {
  background: #a2dce2;
  position: absolute;
  left: 0;
  right: 0;
  height: 0%;
  bottom: 0;
}
/*--------------------------------------------------------------
Animated - "Services" List
--------------------------------------------------------------*/
.true-services {text-align: center;}
.true-services a:focus {outline: none;}
.true-services .fa,
.true-services .karma-custom-icon {
  font-size: 35px;
  color: #d3565a;
  border: 2px solid #a2dce2;
  line-height: 150px;
  height: 150px;
  width: 150px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease-in-out, 0.5s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: all 0.5s ease-in-out 0s, 0.5s;
  -o-transition: all 0.5s ease-in-out 0s, 0.5s;
  transition: all 0.5s ease-in-out 0s, 0.5s;
}
.true-services .fa:hover {
  color: #fff;
  background: #a2dce2;
}
.true-services .true-description {
  margin-top: 30px;
}
.true-services h1, .true-services h2, .true-services h3, .true-services h4, .true-services h5, .true-services h6 {
  margin-bottom: 22px;
  font-size: 18px;
}
/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.ka_button,
.ka_button:hover {
  opacity: 1.0;
  border: 0;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 20px;
  -webkit-transition: opacity 400ms ease;
       -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
         -o-transition: opacity 400ms ease;
            transition: opacity 400ms ease; 
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  
}
.ka_button:hover {
  opacity: 0.6;
}
.post_content .ka_button {
  margin-left: 3px;
}
.small_button,
.medium_button,
.large_button {
  margin: 5px 10px 10px 0;
  color: #F4F4F2;
  border: 0;
  cursor: pointer;
}
p .small_button,
.small_button {
  font-size: .9em;
  padding:7px 14px;
  
}
.medium_button {
  font-size: 1em;
  padding:10px 18px;
}
.large_button {
  font-size: 1.1em;
  padding:20px 30px;
}
/* FontAwesome icons within Buttons */
.ka_button i {
  margin-right: 11px;
  font-size: 15px;
}
.ka_button.large_button i {
  font-size: 18px;
}
/*--------------------------------------------------------------
Color Options
--------------------------------------------------------------*/
/* These color options are available for buttons, drop-caps, content boxes, and tabs style 1 */
.small_alphagreen, 
.medium_alphagreen,
.large_alphagreen,
.message_karma_alphagreen,
a.true-button.alphagreen,
.true-cb-title-alphagreen,
.true-dropcap-alphagreen .true-dropcap-square,
.true-dropcap-alphagreen .true-dropcap-round,
.true-tabcolor-alphagreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: 0 0 0 1px #38917F, 0 0 0 2px #035A48;
  background-color: #035A48;
  background-image: linear-gradient(to bottom, #38917F, #035A48);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#38917F), to(#035A48));
  background-image: -webkit-linear-gradient(top, #38917F, #035A48);
  background-image: -moz-linear-gradient(top, #38917F, #035A48);
  background-image: -webkit-linear-gradient(top, #38917F, #035A48);
  background-image: -o-linear-gradient(top, #38917F, #035A48);
  background-image: ms-linear-gradient(to bottom, #38917F, #035A48);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#38917F', endColorstr='#035A48');
}
body.karma-flat-cs .small_alphagreen, 
body.karma-flat-cs .medium_alphagreen,
body.karma-flat-cs .large_alphagreen,
body.karma-flat-cs .message_karma_alphagreen,
body.karma-flat-cs a.true-button.alphagreen,
body.karma-flat-cs .true-cb-title-alphagreen,
body.karma-flat-cs .true-dropcap-alphagreen .true-dropcap-square,
body.karma-flat-cs .true-dropcap-alphagreen .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-alphagreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: none;
  background-color: #035A48;
  background-image: none;
}
.small_autumn, 
.medium_autumn,
.large_autumn,
.message_karma_autumn,
a.true-button.autumn,
.true-cb-title-autumn,
.true-dropcap-autumn .true-dropcap-square,
.true-dropcap-autumn .true-dropcap-round,
.true-tabcolor-autumn.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: 0 0 0 1px #CC6810, 0 0 0 2px #671905;
  background-color: #CC6810;
  background-image: linear-gradient(to bottom, #CC6810, #671905);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CC6810), to(#671905));
  background-image: -webkit-linear-gradient(top, #CC6810, #671905);
  background-image: -moz-linear-gradient(top, #CC6810, #671905);
  background-image: -webkit-linear-gradient(top, #CC6810, #671905);
  background-image: -o-linear-gradient(top, #CC6810, #671905);
  background-image: ms-linear-gradient(to bottom, #CC6810, #671905);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC6810', endColorstr='#671905');
}
body.karma-flat-cs .small_autumn, 
body.karma-flat-cs .medium_autumn,
body.karma-flat-cs .large_autumn,
body.karma-flat-cs .message_karma_autumn,
body.karma-flat-cs a.true-button.autumn,
body.karma-flat-cs .true-cb-title-autumn,
body.karma-flat-cs .true-dropcap-autumn .true-dropcap-square,
body.karma-flat-cs .true-dropcap-autumn .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-autumn.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: none;
  background-color: #CC6810;
  background-image: none;
}
.small_black, 
.medium_black,
.large_black,
.message_karma_black,
a.true-button.black,
.true-cb-title-black,
.true-dropcap-black .true-dropcap-square,
.true-dropcap-black .true-dropcap-round,
.true-tabcolor-black.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: 0 0 0 1px #424451, 0 0 0 2px #101012;
  background-color: #424451;
  background-image: linear-gradient(to bottom, #424451, #101012);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#424451), to(#101012));
  background-image: -webkit-linear-gradient(top, #424451, #101012);
  background-image: -moz-linear-gradient(top, #424451, #101012);
  background-image: -webkit-linear-gradient(top, #424451, #101012);
  background-image: -o-linear-gradient(top, #424451, #101012);
  background-image: ms-linear-gradient(to bottom, #424451, #101012);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#424451', endColorstr='#101012');
}
body.karma-flat-cs .small_black,
body.karma-flat-cs .medium_black,
body.karma-flat-cs .large_black,
body.karma-flat-cs .message_karma_black,
body.karma-flat-cs a.true-button.black,
body.karma-flat-cs .true-cb-title-black,
body.karma-flat-cs .true-dropcap-black .true-dropcap-square,
body.karma-flat-cs .true-dropcap-black .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-black.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: none;
  background-color: #424451;
  background-image: none;
}
.small_bluegrey, 
.medium_bluegrey,
.large_bluegrey,
.message_karma_bluegrey,
a.true-button.bluegrey,
.true-cb-title-bluegrey,
.true-dropcap-bluegrey .true-dropcap-square,
.true-dropcap-bluegrey .true-dropcap-round,
.true-tabcolor-bluegrey.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: 0 0 0 1px #626377, 0 0 0 2px #2E2D3D;
  background-color: #626377;
  background-image: linear-gradient(to bottom, #626377, #2E2D3D);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#626377), to(#2E2D3D));
  background-image: -webkit-linear-gradient(top, #626377, #2E2D3D);
  background-image: -moz-linear-gradient(top, #626377, #2E2D3D);
  background-image: -webkit-linear-gradient(top, #626377, #2E2D3D);
  background-image: -o-linear-gradient(top, #626377, #2E2D3D);
  background-image: ms-linear-gradient(to bottom, #626377, #2E2D3D);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#626377', endColorstr='#2E2D3D');
}
body.karma-flat-cs .small_bluegrey,
body.karma-flat-cs .medium_bluegrey,
body.karma-flat-cs .large_bluegrey,
body.karma-flat-cs .message_karma_bluegrey,
body.karma-flat-cs a.true-button.bluegrey,
body.karma-flat-cs .true-cb-title-bluegrey,
body.karma-flat-cs .true-dropcap-bluegrey .true-dropcap-square,
body.karma-flat-cs .true-dropcap-bluegrey .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-bluegrey.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: none;
  background-color: #626377;
  background-image: none;
}
.small_buoyred, 
.medium_buoyred,
.large_buoyred,
.message_karma_buoyred,
a.true-button.buoyred,
.true-cb-title-buoyred,
.true-dropcap-buoyred .true-dropcap-square,
.true-dropcap-buoyred .true-dropcap-round,
.true-tabcolor-buoyred.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: 0 0 0 1px #CE4A4B, 0 0 0 2px #951112;
  background-color: #951112;
  background-image: linear-gradient(to bottom, #CE4A4B, #951112);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CE4A4B), to(#951112));
  background-image: -webkit-linear-gradient(top, #CE4A4B, #951112);
  background-image: -moz-linear-gradient(top, #CE4A4B, #951112);
  background-image: -webkit-linear-gradient(top, #CE4A4B, #951112);
  background-image: -o-linear-gradient(top, #CE4A4B, #951112);
  background-image: ms-linear-gradient(to bottom, #CE4A4B, #951112);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CE4A4B', endColorstr='#951112');
}
body.karma-flat-cs .small_buoyred,
body.karma-flat-cs .medium_buoyred,
body.karma-flat-cs .large_buoyred,
body.karma-flat-cs .message_karma_buoyred,
body.karma-flat-cs a.true-button.buoyred,
body.karma-flat-cs .true-cb-title-buoyred,
body.karma-flat-cs .true-dropcap-buoyred .true-dropcap-square,
body.karma-flat-cs .true-dropcap-buoyred .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-buoyred.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: none;
  background-color: #951112;
  background-image: none;
}
.small_cherry, 
.medium_cherry,
.large_cherry,
.message_karma_cherry,
a.true-button.cherry,
.true-cb-title-cherry,
.true-dropcap-cherry .true-dropcap-square,
.true-dropcap-cherry .true-dropcap-round,
.true-tabcolor-cherry.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: 0 0 0 1px #BE1C03, 0 0 0 2px #670600;
  background-color: #BE1C03;
  background-image: linear-gradient(to bottom, #BE1C03, #670600);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BE1C03), to(#670600));
  background-image: -webkit-linear-gradient(top, #BE1C03, #670600);
  background-image: -moz-linear-gradient(top, #BE1C03, #670600);
  background-image: -webkit-linear-gradient(top, #BE1C03, #670600);
  background-image: -o-linear-gradient(top, #BE1C03, #670600);
  background-image: ms-linear-gradient(to bottom, #BE1C03, #670600);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BE1C03', endColorstr='#670600');
}
body.karma-flat-cs .small_cherry,
body.karma-flat-cs .medium_cherry,
body.karma-flat-cs .large_cherry,
body.karma-flat-cs .message_karma_cherry,
body.karma-flat-cs a.true-button.cherry,
body.karma-flat-cs .true-cb-title-cherry,
body.karma-flat-cs .true-dropcap-cherry .true-dropcap-square,
body.karma-flat-cs .true-dropcap-cherry .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-cherry.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  box-shadow: none;
  background-color: #BE1C03;
  background-image: none;
}
.small_coffee, 
.medium_coffee,
.large_coffee,
.message_karma_coffee,
a.true-button.coffee,
.true-cb-title-coffee,
.true-dropcap-coffee .true-dropcap-square,
.true-dropcap-coffee .true-dropcap-round,
.true-tabcolor-coffee.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #7E6C5E, 0 0 0 2px #2A231D;
background-color: #7E6C5E;
background-image: linear-gradient(to bottom, #7E6C5E, #2A231D);
background-image: -webkit-gradient(linear, left top, left bottom, from(#7E6C5E), to(#2A231D));
background-image: -webkit-linear-gradient(top, #7E6C5E, #2A231D);
background-image: -moz-linear-gradient(top, #7E6C5E, #2A231D);
background-image: -webkit-linear-gradient(top, #7E6C5E, #2A231D);
background-image: -o-linear-gradient(top, #7E6C5E, #2A231D);
background-image: ms-linear-gradient(to bottom, #7E6C5E, #2A231D);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7E6C5E', endColorstr='#2A231D');
}
body.karma-flat-cs .small_coffee,
body.karma-flat-cs .medium_coffee,
body.karma-flat-cs .large_coffee,
body.karma-flat-cs .message_karma_coffee,
body.karma-flat-cs a.true-button.coffee,
body.karma-flat-cs .true-cb-title-coffee,
body.karma-flat-cs .true-dropcap-coffee .true-dropcap-square,
body.karma-flat-cs .true-dropcap-coffee .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-coffee.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #7E6C5E;
background-image: none;
}
.small_coolblue, 
.medium_coolblue,
.large_coolblue,
.message_karma_coolblue,
a.true-button.coolblue,
.true-cb-title-coolblue,
.true-dropcap-coolblue .true-dropcap-square,
.true-dropcap-coolblue .true-dropcap-round,
.true-tabcolor-coolblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #008BC6, 0 0 0 2px #003C70;
background-color: #008BC6;
background-image: linear-gradient(to bottom, #008BC6, #003C70);
background-image: -webkit-gradient(linear, left top, left bottom, from(#008BC6), to(#003C70));
background-image: -webkit-linear-gradient(top, #008BC6, #003C70);
background-image: -moz-linear-gradient(top, #008BC6, #003C70);
background-image: -webkit-linear-gradient(top, #008BC6, #003C70);
background-image: -o-linear-gradient(top, #008BC6, #003C70);
background-image: ms-linear-gradient(to bottom, #008BC6, #003C70);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#008BC6', endColorstr='#003C70');
}
body.karma-flat-cs .small_coolblue, 
body.karma-flat-cs .medium_coolblue,
body.karma-flat-cs .large_coolblue,
body.karma-flat-cs .message_karma_coolblue,
body.karma-flat-cs a.true-button.coolblue,
body.karma-flat-cs .true-cb-title-coolblue,
body.karma-flat-cs .true-dropcap-coolblue .true-dropcap-square,
body.karma-flat-cs .true-dropcap-coolblue .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-coolblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #008BC6;
background-image: none;
}
.small_fire, 
.medium_fire,
.large_fire,
.message_karma_fire,
a.true-button.fire,
.true-cb-title-fire,
.true-dropcap-fire .true-dropcap-square,
.true-dropcap-fire .true-dropcap-round,
.true-tabcolor-fire.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #FF933B, 0 0 0 2px #DB3D00;
background-color: #FF933B;
background-image: linear-gradient(to bottom, #FF933B, #DB3D00);
background-image: -webkit-gradient(linear, left top, left bottom, from(#FF933B), to(#DB3D00));
background-image: -webkit-linear-gradient(top, #FF933B, #DB3D00);
background-image: -moz-linear-gradient(top, #FF933B, #DB3D00);
background-image: -webkit-linear-gradient(top, #FF933B, #DB3D00);
background-image: -o-linear-gradient(top, #FF933B, #DB3D00);
background-image: ms-linear-gradient(to bottom, #FF933B, #DB3D00);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF933B', endColorstr='#DB3D00');
}
body.karma-flat-cs .small_fire,
body.karma-flat-cs .medium_fire,
body.karma-flat-cs .large_fire,
body.karma-flat-cs .message_karma_fire,
body.karma-flat-cs a.true-button.fire,
body.karma-flat-cs .true-cb-title-fire,
body.karma-flat-cs .true-dropcap-fire .true-dropcap-square,
body.karma-flat-cs .true-dropcap-fire .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-fire.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #FF933B;
background-image: none;
}
.small_forestgreen, 
.medium_forestgreen,
.large_forestgreen,
.message_karma_forestgreen,
a.true-button.forestgreen,
.true-cb-title-forestgreen,
.true-dropcap-forestgreen .true-dropcap-square,
.true-dropcap-forestgreen .true-dropcap-round,
.true-tabcolor-forestgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #7A9045, 0 0 0 2px #354516;
background-color: #7A9045;
background-image: linear-gradient(to bottom, #7A9045, #354516);
background-image: -webkit-gradient(linear, left top, left bottom, from(#7A9045), to(#354516));
background-image: -webkit-linear-gradient(top, #7A9045, #354516);
background-image: -moz-linear-gradient(top, #7A9045, #354516);
background-image: -webkit-linear-gradient(top, #7A9045, #354516);
background-image: -o-linear-gradient(top, #7A9045, #354516);
background-image: ms-linear-gradient(to bottom, #7A9045, #354516);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7A9045', endColorstr='#354516');
}
body.karma-flat-cs .small_forestgreen,
body.karma-flat-cs .medium_forestgreen,
body.karma-flat-cs .large_forestgreen,
body.karma-flat-cs .message_karma_forestgreen,
body.karma-flat-cs a.true-button.forestgreen,
body.karma-flat-cs .true-cb-title-forestgreen,
body.karma-flat-cs .true-dropcap-forestgreen .true-dropcap-square,
body.karma-flat-cs .true-dropcap-forestgreen .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-forestgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #7A9045;
background-image: none;
}
.small_frenchgreen, 
.medium_frenchgreen,
.large_frenchgreen,
.message_karma_frenchgreen,
a.true-button.frenchgreen,
.true-cb-title-frenchgreen,
.true-dropcap-frenchgreen .true-dropcap-square,
.true-dropcap-frenchgreen .true-dropcap-round,
.true-tabcolor-frenchgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #93BEB7, 0 0 0 2px #58837C;
background-color: #58837C;
background-image: linear-gradient(to bottom, #93BEB7, #58837C);
background-image: -webkit-gradient(linear, left top, left bottom, from(#93BEB7), to(#58837C));
background-image: -webkit-linear-gradient(top, #93BEB7, #58837C);
background-image: -moz-linear-gradient(top, #93BEB7, #58837C);
background-image: -webkit-linear-gradient(top, #93BEB7, #58837C);
background-image: -o-linear-gradient(top, #93BEB7, #58837C);
background-image: ms-linear-gradient(to bottom, #93BEB7, #58837C);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#93BEB7', endColorstr='#58837C');
}
body.karma-flat-cs .small_frenchgreen,
body.karma-flat-cs .medium_frenchgreen,
body.karma-flat-cs .large_frenchgreen,
body.karma-flat-cs .message_karma_frenchgreen,
body.karma-flat-cs a.true-button.frenchgreen,
body.karma-flat-cs .true-cb-title-frenchgreen,
body.karma-flat-cs .true-dropcap-frenchgreen .true-dropcap-square,
body.karma-flat-cs .true-dropcap-frenchgreen .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-frenchgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #58837C;
background-image: none;
}
.small_golden, 
.medium_golden,
.large_golden,
.message_karma_golden,
a.true-button.golden,
.true-cb-title-golden,
.true-dropcap-golden .true-dropcap-square,
.true-dropcap-golden .true-dropcap-round,
.true-tabcolor-golden.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #C3A22E, 0 0 0 2px #81570B;
background-color: #C3A22E;
background-image: linear-gradient(to bottom, #C3A22E, #81570B);
background-image: -webkit-gradient(linear, left top, left bottom, from(#C3A22E), to(#81570B));
background-image: -webkit-linear-gradient(top, #C3A22E, #81570B);
background-image: -moz-linear-gradient(top, #C3A22E, #81570B);
background-image: -webkit-linear-gradient(top, #C3A22E, #81570B);
background-image: -o-linear-gradient(top, #C3A22E, #81570B);
background-image: ms-linear-gradient(to bottom, #C3A22E, #81570B);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C3A22E', endColorstr='#81570B');
}
body.karma-flat-cs .small_golden,
body.karma-flat-cs .medium_golden,
body.karma-flat-cs .large_golden,
body.karma-flat-cs .message_karma_golden,
body.karma-flat-cs a.true-button.golden,
body.karma-flat-cs .true-cb-title-golden,
body.karma-flat-cs .true-dropcap-golden .true-dropcap-square,
body.karma-flat-cs .true-dropcap-golden .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-golden.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #C3A22E;
background-image: none;
}
.small_grey,
.medium_grey,
.large_grey,
.message_karma_grey,
a.true-button.grey,
.true-cb-title-grey,
.true-dropcap-grey .true-dropcap-square,
.true-dropcap-grey .true-dropcap-round,
.true-tabcolor-grey.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #585F67, 0 0 0 2px #2B323A;
background-color: #585F67;
background-image: linear-gradient(to bottom, #585F67, #2B323A);
background-image: -webkit-gradient(linear, left top, left bottom, from(#585F67), to(#2B323A));
background-image: -webkit-linear-gradient(top, #585F67, #2B323A);
background-image: -moz-linear-gradient(top, #585F67, #2B323A);
background-image: -webkit-linear-gradient(top, #585F67, #2B323A);
background-image: -o-linear-gradient(top, #585F67, #2B323A);
background-image: ms-linear-gradient(to bottom, #585F67, #2B323A);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#585F67', endColorstr='#2B323A');
}
body.karma-flat-cs .small_grey,
body.karma-flat-cs .medium_grey,
body.karma-flat-cs .large_grey,
body.karma-flat-cs .message_karma_grey,
body.karma-flat-cs a.true-button.grey,
body.karma-flat-cs .true-cb-title-grey,
body.karma-flat-cs .true-dropcap-grey .true-dropcap-square,
body.karma-flat-cs .true-dropcap-grey .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-grey.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #585F67;
background-image: none;
}
.small_limegreen, 
.medium_limegreen,
.large_limegreen,
.message_karma_limegreen,
a.true-button.limegreen,
.true-cb-title-limegreen,
.true-dropcap-limegreen .true-dropcap-square,
.true-dropcap-limegreen .true-dropcap-round,
.true-tabcolor-limegreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #BBC701, 0 0 0 2px #638401;
background-color: #BBC701;
background-image: linear-gradient(to bottom, #BBC701, #638401);
background-image: -webkit-gradient(linear, left top, left bottom, from(#BBC701), to(#638401));
background-image: -webkit-linear-gradient(top, #BBC701, #638401);
background-image: -moz-linear-gradient(top, #BBC701, #638401);
background-image: -webkit-linear-gradient(top, #BBC701, #638401);
background-image: -o-linear-gradient(top, #BBC701, #638401);
background-image: ms-linear-gradient(to bottom, #BBC701, #638401);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BBC701', endColorstr='#638401');
}
body.karma-flat-cs .small_limegreen,
body.karma-flat-cs .medium_limegreen,
body.karma-flat-cs .large_limegreen,
body.karma-flat-cs .message_karma_limegreen,
body.karma-flat-cs a.true-button.limegreen,
body.karma-flat-cs .true-cb-title-limegreen,
body.karma-flat-cs .true-dropcap-limegreen .true-dropcap-square,
body.karma-flat-cs .true-dropcap-limegreen .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-limegreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #BBC701;
background-image: none;
}
.small_orange, 
.medium_orange,
.large_orange,
.message_karma_orange,
a.true-button.orange,
.true-cb-title-orange,
.true-dropcap-orange .true-dropcap-square,
.true-dropcap-orange .true-dropcap-round,
.true-tabcolor-orange.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #FDA41E, 0 0 0 2px #CA6A00;
background-color: #CA6A00;
background-image: linear-gradient(to bottom, #FDA41E, #CA6A00);
background-image: -webkit-gradient(linear, left top, left bottom, from(#FDA41E), to(#CA6A00));
background-image: -webkit-linear-gradient(top, #FDA41E, #CA6A00);
background-image: -moz-linear-gradient(top, #FDA41E, #CA6A00);
background-image: -webkit-linear-gradient(top, #FDA41E, #CA6A00);
background-image: -o-linear-gradient(top, #FDA41E, #CA6A00);
background-image: ms-linear-gradient(to bottom, #FDA41E, #CA6A00);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDA41E', endColorstr='#CA6A00');
}
body.karma-flat-cs .small_orange,
body.karma-flat-cs .medium_orange,
body.karma-flat-cs .large_orange,
body.karma-flat-cs .message_karma_orange,
body.karma-flat-cs a.true-button.orange,
body.karma-flat-cs .true-cb-title-orange,
body.karma-flat-cs .true-dropcap-orange .true-dropcap-square,
body.karma-flat-cs .true-dropcap-orange .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-orange.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #CA6A00;
background-image: none;
}
.small_periwinkle, 
.medium_periwinkle,
.large_periwinkle,
.message_karma_periwinkle,
a.true-button.periwinkle,
.true-cb-title-periwinkle,
.true-dropcap-periwinkle .true-dropcap-square,
.true-dropcap-periwinkle .true-dropcap-round,
.true-tabcolor-periwinkle.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #598BD0, 0 0 0 2px #4C1066;
background-color: #598BD0;
background-image: linear-gradient(to bottom, #598BD0, #4C1066);
background-image: -webkit-gradient(linear, left top, left bottom, from(#598BD0), to(#4C1066));
background-image: -webkit-linear-gradient(top, #598BD0, #4C1066);
background-image: -moz-linear-gradient(top, #598BD0, #4C1066);
background-image: -webkit-linear-gradient(top, #598BD0, #4C1066);
background-image: -o-linear-gradient(top, #598BD0, #4C1066);
background-image: ms-linear-gradient(to bottom, #598BD0, #4C1066);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#598BD0', endColorstr='#4C1066');
}
body.karma-flat-cs .small_periwinkle,
body.karma-flat-cs .medium_periwinkle,
body.karma-flat-cs .large_periwinkle,
body.karma-flat-cs .message_karma_periwinkle,
body.karma-flat-cs a.true-button.periwinkle,
body.karma-flat-cs .true-cb-title-periwinkle,
body.karma-flat-cs .true-dropcap-periwinkle .true-dropcap-square,
body.karma-flat-cs .true-dropcap-periwinkle .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-periwinkle.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #598BD0;
background-image: none;
}
.small_pink, 
.medium_pink,
.large_pink,
.message_karma_pink,
a.true-button.pink,
.true-cb-title-pink,
.true-dropcap-pink .true-dropcap-square,
.true-dropcap-pink .true-dropcap-round,
.true-tabcolor-pink.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #BD5094, 0 0 0 2px #6B1D47;
background-color: #BD5094;
background-image: linear-gradient(to bottom, #BD5094, #6B1D47);
background-image: -webkit-gradient(linear, left top, left bottom, from(#BD5094), to(#6B1D47));
background-image: -webkit-linear-gradient(top, #BD5094, #6B1D47);
background-image: -moz-linear-gradient(top, #BD5094, #6B1D47);
background-image: -webkit-linear-gradient(top, #BD5094, #6B1D47);
background-image: -o-linear-gradient(top, #BD5094, #6B1D47);
background-image: ms-linear-gradient(to bottom, #BD5094, #6B1D47);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BD5094', endColorstr='#6B1D47');
}
body.karma-flat-cs .small_pink,
body.karma-flat-cs .medium_pink,
body.karma-flat-cs .large_pink,
body.karma-flat-cs .message_karma_pink,
body.karma-flat-cs a.true-button.pink,
body.karma-flat-cs .true-cb-title-pink,
body.karma-flat-cs .true-dropcap-pink .true-dropcap-square,
body.karma-flat-cs .true-dropcap-pink .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-pink.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #BD5094;
background-image: none;
}
.small_politicalblue, 
.medium_politicalblue,
.large_politicalblue,
.message_karma_politicalblue,
a.true-button.politicalblue,
.true-cb-title-politicalblue,
.true-dropcap-politicalblue .true-dropcap-square,
.true-dropcap-politicalblue .true-dropcap-round,
.true-tabcolor-politicalblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #1E6F92, 0 0 0 2px #013558;
background-color: #013558;
background-image: linear-gradient(to bottom, #1E6F92, #013558);
background-image: -webkit-gradient(linear, left top, left bottom, from(#1E6F92), to(#013558));
background-image: -webkit-linear-gradient(top, #1E6F92, #013558);
background-image: -moz-linear-gradient(top, #1E6F92, #013558);
background-image: -webkit-linear-gradient(top, #1E6F92, #013558);
background-image: -o-linear-gradient(top, #1E6F92, #013558);
background-image: ms-linear-gradient(to bottom, #1E6F92, #013558);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1E6F92', endColorstr='#013558');
}
body.karma-flat-cs .small_politicalblue,
body.karma-flat-cs .medium_politicalblue,
body.karma-flat-cs .large_politicalblue,
body.karma-flat-cs .message_karma_politicalblue,
body.karma-flat-cs a.true-button.politicalblue,
body.karma-flat-cs .true-cb-title-politicalblue,
body.karma-flat-cs .true-dropcap-politicalblue .true-dropcap-square,
body.karma-flat-cs .true-dropcap-politicalblue .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-politicalblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #013558;
background-image: none;
}
.small_purple, 
.medium_purple,
.large_purple,
.message_karma_purple,
a.true-button.purple,
.true-cb-title-purple,
.true-dropcap-purple .true-dropcap-square,
.true-dropcap-purple .true-dropcap-round,
.true-tabcolor-purple.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #893F62, 0 0 0 2px #360F21;
background-color: #893F62;
background-image: linear-gradient(to bottom, #893F62, #360F21);
background-image: -webkit-gradient(linear, left top, left bottom, from(#893F62), to(#360F21));
background-image: -webkit-linear-gradient(top, #893F62, #360F21);
background-image: -moz-linear-gradient(top, #893F62, #360F21);
background-image: -webkit-linear-gradient(top, #893F62, #360F21);
background-image: -o-linear-gradient(top, #893F62, #360F21);
background-image: ms-linear-gradient(to bottom, #893F62, #360F21);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#893F62', endColorstr='#360F21');
}
body.karma-flat-cs .small_purple,
body.karma-flat-cs .medium_purple,
body.karma-flat-cs .large_purple,
body.karma-flat-cs .message_karma_purple,
body.karma-flat-cs a.true-button.purple,
body.karma-flat-cs .true-cb-title-purple,
body.karma-flat-cs .true-dropcap-purple .true-dropcap-square,
body.karma-flat-cs .true-dropcap-purple .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-purple.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #893F62;
background-image: none;
}
.small_royalblue, 
.medium_royalblue,
.large_royalblue,
.message_karma_royalblue,
a.true-button.royalblue,
.true-cb-title-royalblue,
.true-dropcap-royalblue .true-dropcap-square,
.true-dropcap-royalblue .true-dropcap-round,
.true-tabcolor-royalblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #436591, 0 0 0 2px #101C32;
background-color: #375885;
background-image: linear-gradient(to bottom, #375885, #182947);
background-image: -webkit-gradient(linear, left top, left bottom, from(#375885), to(#182947));
background-image: -webkit-linear-gradient(top, #375885, #182947);
background-image: -moz-linear-gradient(top, #375885, #182947);
background-image: -webkit-linear-gradient(top, #375885, #182947);
background-image: -o-linear-gradient(top, #375885, #182947);
background-image: ms-linear-gradient(to bottom, #375885, #182947);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#375885', endColorstr='#182947');
}
body.karma-flat-cs .small_royalblue,
body.karma-flat-cs .medium_royalblue,
body.karma-flat-cs .large_royalblue,
body.karma-flat-cs .message_karma_royalblue,
body.karma-flat-cs a.true-button.royalblue,
body.karma-flat-cs .true-cb-title-royalblue,
body.karma-flat-cs .true-dropcap-royalblue .true-dropcap-square,
body.karma-flat-cs .true-dropcap-royalblue .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-royalblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #375885;
background-image: none;
}
.small_saffronblue, 
.medium_saffronblue,
.large_saffronblue,
.message_karma_saffronblue,
a.true-button.saffronblue,
.true-cb-title-saffronblue,
.true-dropcap-saffronblue .true-dropcap-square,
.true-dropcap-saffronblue .true-dropcap-round,
.true-tabcolor-saffronblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #677B89, 0 0 0 2px #2E4250;
background-color: #2E4250;
background-image: linear-gradient(to bottom, #677B89, #2E4250);
background-image: -webkit-gradient(linear, left top, left bottom, from(#677B89), to(#2E4250));
background-image: -webkit-linear-gradient(top, #677B89, #2E4250);
background-image: -moz-linear-gradient(top, #677B89, #2E4250);
background-image: -webkit-linear-gradient(top, #677B89, #2E4250);
background-image: -o-linear-gradient(top, #677B89, #2E4250);
background-image: ms-linear-gradient(to bottom, #677B89, #2E4250);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#677B89', endColorstr='#2E4250');
}
body.karma-flat-cs .small_saffronblue,
body.karma-flat-cs .medium_saffronblue,
body.karma-flat-cs .large_saffronblue,
body.karma-flat-cs .message_karma_saffronblue,
body.karma-flat-cs a.true-button.saffronblue,
body.karma-flat-cs .true-cb-title-saffronblue,
body.karma-flat-cs .true-dropcap-saffronblue .true-dropcap-square,
body.karma-flat-cs .true-dropcap-saffronblue .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-saffronblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #2E4250;
background-image: none;
}
.small_silver, 
.medium_silver,
.large_silver,
.message_karma_silver,
a.true-button.silver,
.true-cb-title-silver,
.true-dropcap-silver .true-dropcap-square,
.true-dropcap-silver .true-dropcap-round,
.true-tabcolor-silver.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #A5A5A5, 0 0 0 2px #525252;
background-color: #A5A5A5;
background-image: linear-gradient(to bottom, #A5A5A5, #525252);
background-image: -webkit-gradient(linear, left top, left bottom, from(#A5A5A5), to(#525252));
background-image: -webkit-linear-gradient(top, #A5A5A5, #525252);
background-image: -moz-linear-gradient(top, #A5A5A5, #525252);
background-image: -webkit-linear-gradient(top, #A5A5A5, #525252);
background-image: -o-linear-gradient(top, #A5A5A5, #525252);
background-image: ms-linear-gradient(to bottom, #A5A5A5, #525252);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#A5A5A5', endColorstr='#525252');
}
body.karma-flat-cs .small_silver,
body.karma-flat-cs .medium_silver,
body.karma-flat-cs .large_silver,
body.karma-flat-cs .message_karma_silver,
body.karma-flat-cs a.true-button.silver,
body.karma-flat-cs .true-cb-title-silver,
body.karma-flat-cs .true-dropcap-silver .true-dropcap-square,
body.karma-flat-cs .true-dropcap-silver .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-silver.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #A5A5A5;
background-image: none;
}
.small_skyblue, 
.medium_skyblue,
.large_skyblue,
.message_karma_skyblue,
a.true-button.skyblue,
.true-cb-title-skyblue,
.true-dropcap-skyblue .true-dropcap-square,
.true-dropcap-skyblue .true-dropcap-round,
.true-tabcolor-skyblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #00BCD5, 0 0 0 2px #0077AF;
background-color: #00BCD5;
background-image: linear-gradient(to bottom, #00BCD5, #0077AF);
background-image: -webkit-gradient(linear, left top, left bottom, from(#00BCD5), to(#0077AF));
background-image: -webkit-linear-gradient(top, #00BCD5, #0077AF);
background-image: -moz-linear-gradient(top, #00BCD5, #0077AF);
background-image: -webkit-linear-gradient(top, #00BCD5, #0077AF);
background-image: -o-linear-gradient(top, #00BCD5, #0077AF);
background-image: ms-linear-gradient(to bottom, #00BCD5, #0077AF);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00BCD5', endColorstr='#0077AF');
}
body.karma-flat-cs .small_skyblue,
body.karma-flat-cs .medium_skyblue,
body.karma-flat-cs .large_skyblue,
body.karma-flat-cs .message_karma_skyblue,
body.karma-flat-cs a.true-button.skyblue,
body.karma-flat-cs .true-cb-title-skyblue,
body.karma-flat-cs .true-dropcap-skyblue .true-dropcap-square,
body.karma-flat-cs .true-dropcap-skyblue .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-skyblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #00BCD5;
background-image: none;
}
.small_steelgreen, 
.medium_steelgreen,
.large_steelgreen,
.message_karma_steelgreen,
a.true-button.steelgreen,
.true-cb-title-steelgreen,
.true-dropcap-steelgreen .true-dropcap-square,
.true-dropcap-steelgreen .true-dropcap-round,
.true-tabcolor-steelgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #6A8D94, 0 0 0 2px #30535A;
background-color: #30535A;
background-image: linear-gradient(to bottom, #6A8D94, #30535A);
background-image: -webkit-gradient(linear, left top, left bottom, from(#6A8D94), to(#30535A));
background-image: -webkit-linear-gradient(top, #6A8D94, #30535A);
background-image: -moz-linear-gradient(top, #6A8D94, #30535A);
background-image: -webkit-linear-gradient(top, #6A8D94, #30535A);
background-image: -o-linear-gradient(top, #6A8D94, #30535A);
background-image: ms-linear-gradient(to bottom, #6A8D94, #30535A);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6A8D94', endColorstr='#30535A');
}
body.karma-flat-cs .small_steelgreen,
body.karma-flat-cs .medium_steelgreen,
body.karma-flat-cs .large_steelgreen,
body.karma-flat-cs .message_karma_steelgreen,
body.karma-flat-cs a.true-button.steelgreen,
body.karma-flat-cs .true-cb-title-steelgreen,
body.karma-flat-cs .true-dropcap-steelgreen .true-dropcap-square,
body.karma-flat-cs .true-dropcap-steelgreen .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-steelgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #30535A;
background-image: none;
}
.small_teal, 
.medium_teal,
.large_teal,
.message_karma_teal,
a.true-button.teal,
.true-cb-title-teal,
.true-dropcap-teal .true-dropcap-square,
.true-dropcap-teal .true-dropcap-round,
.true-tabcolor-teal.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #4DA597, 0 0 0 2px #0C4D53;
background-color: #4DA597;
background-image: linear-gradient(to bottom, #4DA597, #0C4D53);
background-image: -webkit-gradient(linear, left top, left bottom, from(#4DA597), to(#0C4D53));
background-image: -webkit-linear-gradient(top, #4DA597, #0C4D53);
background-image: -moz-linear-gradient(top, #4DA597, #0C4D53);
background-image: -webkit-linear-gradient(top, #4DA597, #0C4D53);
background-image: -o-linear-gradient(top, #4DA597, #0C4D53);
background-image: ms-linear-gradient(to bottom, #4DA597, #0C4D53);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4DA597', endColorstr='#0C4D53');
}
body.karma-flat-cs .small_teal,
body.karma-flat-cs .medium_teal,
body.karma-flat-cs .large_teal,
body.karma-flat-cs .message_karma_teal,
body.karma-flat-cs a.true-button.teal,
body.karma-flat-cs .true-cb-title-teal,
body.karma-flat-cs .true-dropcap-teal .true-dropcap-square,
body.karma-flat-cs .true-dropcap-teal .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-teal.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #4DA597;
background-image: none;
}
.small_tealgrey, 
.medium_tealgrey,
.large_tealgrey,
.message_karma_tealgrey,
a.true-button.tealgrey,
.true-cb-title-tealgrey,
.true-dropcap-tealgrey .true-dropcap-square,
.true-dropcap-tealgrey .true-dropcap-round,
.true-tabcolor-tealgrey.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #4E6A75, 0 0 0 2px #1E2F36;
background-color: #4E6A75;
background-image: linear-gradient(to bottom, #4E6A75, #1E2F36);
background-image: -webkit-gradient(linear, left top, left bottom, from(#4E6A75), to(#1E2F36));
background-image: -webkit-linear-gradient(top, #4E6A75, #1E2F36);
background-image: -moz-linear-gradient(top, #4E6A75, #1E2F36);
background-image: -webkit-linear-gradient(top, #4E6A75, #1E2F36);
background-image: -o-linear-gradient(top, #4E6A75, #1E2F36);
background-image: ms-linear-gradient(to bottom, #4E6A75, #1E2F36);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4E6A75', endColorstr='#1E2F36');
}
body.karma-flat-cs .small_tealgrey,
body.karma-flat-cs .medium_tealgrey,
body.karma-flat-cs .large_tealgrey,
body.karma-flat-cs .message_karma_tealgrey,
body.karma-flat-cs a.true-button.tealgrey,
body.karma-flat-cs .true-cb-title-tealgrey,
body.karma-flat-cs .true-dropcap-tealgrey .true-dropcap-square,
body.karma-flat-cs .true-dropcap-tealgrey .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-tealgrey.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #4E6A75;
background-image: none;
}
.small_tufgreen, 
.medium_tufgreen,
.large_tufgreen,
.message_karma_tufgreen,
a.true-button.tufgreen,
.true-cb-title-tufgreen,
.true-dropcap-tufgreen .true-dropcap-square,
.true-dropcap-tufgreen .true-dropcap-round,
.true-tabcolor-tufgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #7C807D, 0 0 0 2px #3D403E;
background-color: #3D403E;
background-image: linear-gradient(to bottom, #7C807D, #3D403E);
background-image: -webkit-gradient(linear, left top, left bottom, from(#7C807D), to(#3D403E));
background-image: -webkit-linear-gradient(top, #7C807D, #3D403E);
background-image: -moz-linear-gradient(top, #7C807D, #3D403E);
background-image: -webkit-linear-gradient(top, #7C807D, #3D403E);
background-image: -o-linear-gradient(top, #7C807D, #3D403E);
background-image: ms-linear-gradient(to bottom, #7C807D, #3D403E);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7C807D', endColorstr='#3D403E');
}
body.karma-flat-cs .small_tufgreen,
body.karma-flat-cs .medium_tufgreen,
body.karma-flat-cs .large_tufgreen,
body.karma-flat-cs .message_karma_tufgreen,
body.karma-flat-cs a.true-button.tufgreen,
body.karma-flat-cs .true-cb-title-tufgreen,
body.karma-flat-cs .true-dropcap-tufgreen .true-dropcap-square,
body.karma-flat-cs .true-dropcap-tufgreen .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-tufgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #3D403E;
background-image: none;
}
.small_violet, 
.medium_violet,
.large_violet,
.message_karma_violet,
a.true-button.violet,
.true-cb-title-violet,
.true-dropcap-violet .true-dropcap-square,
.true-dropcap-violet .true-dropcap-round,
.true-tabcolor-violet.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #822DE0, 0 0 0 2px #3F1966;
background-color: #822DE0;
background-image: linear-gradient(to bottom, #822DE0, #3F1966);
background-image: -webkit-gradient(linear, left top, left bottom, from(#822DE0), to(#3F1966));
background-image: -webkit-linear-gradient(top, #822DE0, #3F1966);
background-image: -moz-linear-gradient(top, #822DE0, #3F1966);
background-image: -webkit-linear-gradient(top, #822DE0, #3F1966);
background-image: -o-linear-gradient(top, #822DE0, #3F1966);
background-image: ms-linear-gradient(to bottom, #822DE0, #3F1966);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#822DE0', endColorstr='#3F1966');
}
body.karma-flat-cs .small_violet,
body.karma-flat-cs .medium_violet,
body.karma-flat-cs .large_violet,
body.karma-flat-cs .message_karma_violet,
body.karma-flat-cs a.true-button.violet,
body.karma-flat-cs .true-cb-title-violet,
body.karma-flat-cs .true-dropcap-violet .true-dropcap-square,
body.karma-flat-cs .true-dropcap-violet .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-violet.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #822DE0;
background-image: none;
}
.small_vistablue, 
.medium_vistablue,
.large_vistablue,
.message_karma_vistablue,
a.true-button.vistablue,
.true-cb-title-vistablue,
.true-dropcap-vistablue .true-dropcap-square,
.true-dropcap-vistablue .true-dropcap-round,
.true-tabcolor-vistablue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #50C3CF, 0 0 0 2px #168995;
background-color: #168995;
background-image: linear-gradient(to bottom, #50C3CF, #168995);
background-image: -webkit-gradient(linear, left top, left bottom, from(#50C3CF), to(#168995));
background-image: -webkit-linear-gradient(top, #50C3CF, #168995);
background-image: -moz-linear-gradient(top, #50C3CF, #168995);
background-image: -webkit-linear-gradient(top, #50C3CF, #168995);
background-image: -o-linear-gradient(top, #50C3CF, #168995);
background-image: ms-linear-gradient(to bottom, #50C3CF, #168995);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#50C3CF', endColorstr='#168995');
}
body.karma-flat-cs .small_vistablue,
body.karma-flat-cs .medium_vistablue,
body.karma-flat-cs .large_vistablue,
body.karma-flat-cs .message_karma_vistablue,
body.karma-flat-cs a.true-button.vistablue,
body.karma-flat-cs .true-cb-title-vistablue,
body.karma-flat-cs .true-dropcap-vistablue .true-dropcap-square,
body.karma-flat-cs .true-dropcap-vistablue .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-vistablue.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #168995;
background-image: none;
}
.small_yogigreen, 
.medium_yogigreen,
.large_yogigreen,
.message_karma_yogigreen,
a.true-button.yogigreen,
.true-cb-title-yogigreen,
.true-dropcap-yogigreen .true-dropcap-square,
.true-dropcap-yogigreen .true-dropcap-round,
.true-tabcolor-yogigreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: 0 0 0 1px #BBC8A7, 0 0 0 2px #818E6D;
background-color: #818E6D;
background-image: linear-gradient(to bottom, #BBC8A7, #818E6D);
background-image: -webkit-gradient(linear, left top, left bottom, from(#BBC8A7), to(#818E6D));
background-image: -webkit-linear-gradient(top, #BBC8A7, #818E6D);
background-image: -moz-linear-gradient(top, #BBC8A7, #818E6D);
background-image: -webkit-linear-gradient(top, #BBC8A7, #818E6D);
background-image: -o-linear-gradient(top, #BBC8A7, #818E6D);
background-image: ms-linear-gradient(to bottom, #BBC8A7, #818E6D);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BBC8A7', endColorstr='#818E6D');
}
body.karma-flat-cs .small_yogigreen,
body.karma-flat-cs .medium_yogigreen,
body.karma-flat-cs .large_yogigreen,
body.karma-flat-cs .message_karma_yogigreen,
body.karma-flat-cs a.true-button.yogigreen,
body.karma-flat-cs .true-cb-title-yogigreen,
body.karma-flat-cs .true-dropcap-yogigreen .true-dropcap-square,
body.karma-flat-cs .true-dropcap-yogigreen .true-dropcap-round,
body.karma-flat-cs .true-tabcolor-yogigreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
box-shadow: none;
background-color: #818E6D;
background-image: none;
}
/*--------------------------------------------------------------
Business Contact
--------------------------------------------------------------*/
ul.true-business-contact a:after {
  font-family: FontAwesome;
  display: inline-block;
}
ul.true-business-contact {
  list-style: none;
}
#content ul.true-business-contact {
  margin:0 0 0 5px;
  padding-top: 2px;
}
ul.true-business-contact li:before {
  content:"";
}
ul.true-business-contact a {
  position: relative;
  padding:2px 0 2px 18px;
}
ul.true-business-contact a:after {
  position: absolute;
  left:0px;
  top:0px;
  font-size: 14px;
}
ul.true-business-contact a.true-biz-phone:after {
  content: "\f095";
}
ul.true-business-contact a.true-biz-fax:after {
  content: "\f02f";
}
ul.true-business-contact a.true-biz-skype:after {
  content: "\f17e";
}
ul.true-business-contact a.true-biz-email:after {
  content: "\f003";
  font-size: 11px;
}
ul.true-business-contact a.true-biz-directions:after {
  content: "\f041";
}
.true-contentbox {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  width: 100%;
}
.true-contentbox-title {
  padding: 12px 20px;
  color: #FFF;
  border-radius: 3px 3px 0px 0px;
}
.true-contentbox-title .fa {
  padding-right: 6px;
}
.true-contentbox-title span {
  overflow: hidden;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}
.true-contentbox-content {
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ccc;
  color: #444;
  font-size: 13px;
  line-height: 1.6em;
  padding: 20px 20px 25px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2);
  background-image: -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
  background-image: -o-linear-gradient(top, #FFFFFF, #F2F2F2);
  background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#F2F2F2');
}
body.karma-flat-cs .true-contentbox-content {
  box-shadow: none;
}
.true-contentbox-content p {
  color: #777;
}
.true-contentbox-content p:last-child {margin-bottom: 0;}
.true-content-style-alphagreen a {color: #38917F;}
.true-content-style-autumn a {color: #A64108;}
.true-content-style-black a {color: #434343;}
.true-content-style-bluegrey a {color: #454956;}
.true-content-style-buoyred a {color: #CE4A4B;}
.true-content-style-cherry a {color: #BE1C03;}
.true-content-style-coffee a {color: #67432A;}
.true-content-style-coolblue a {color: #0D76B5;}
.true-content-style-fire a {color: #DD640E;}
.true-content-style-forestgreen a {color: #7A9045;}
.true-content-style-frenchgreen a {color: #93BEB7;}
.true-content-style-golden a {color: #E3A108;}
.true-content-style-grey a {color: #aeaeae;}
.true-content-style-limegreen a {color: #BBC701;}
.true-content-style-orange a {color: #FDA41E;}
.true-content-style-periwinkle a {color: #51439E;}
.true-content-style-pink a {color: #9C2E70;}
.true-content-style-politicalblue a {color: #1E6F92;}
.true-content-style-purple a {color: #893F62;}
.true-content-style-royalblue a {color: #375885;}
.true-content-style-saffronblue a {color: #677B89;}
.true-content-style-silver a {color: #868686;}
.true-content-style-skyblue a {color: #34B6EF;}
.true-content-style-steelgreen a {color: #6A8D94;}
.true-content-style-teal a {color: #4DA597;}
.true-content-style-tealgrey a {color: #4E6A75;}
.true-content-style-tufgreen a {color: #7C807D;}
.true-content-style-violet a {color: #822DE0;}
.true-content-style-vistablue a {color: #50C3CF;}
.true-content-style-yogigreen a {color: #BBC8A7;}
/*--------------------------------------------------------------
Dropcap
--------------------------------------------------------------*/
.true-dropcap-wrap {
  margin-bottom: 25px;
}
.true-dropcap-round,
.true-dropcap-square,
.true-dropcap-text {
  color: #FFFFFF;
  float: left;
  text-align: center;
  font-size: 24px;
  letter-spacing: -1px;
  height: 41px;
  line-height: 42px;
  margin: 1px 10px -5px 0;
  width: 41px;
}
.true-dropcap-round {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.true-dropcap-text {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin: 0 8px -5px 0;
}
.true-dropcap-alphagreen .true-dropcap-text {color: #38917F;}
.true-dropcap-autumn .true-dropcap-text {color: #A64108;}
.true-dropcap-black .true-dropcap-text {color: #434343;}
.true-dropcap-bluegrey .true-dropcap-text {color: #454956;}
.true-dropcap-buoyred .true-dropcap-text {color: #CE4A4B;}
.true-dropcap-cherry .true-dropcap-text {color: #BE1C03;}
.true-dropcap-coffee .true-dropcap-text {color: #67432A;}
.true-dropcap-coolblue .true-dropcap-text {color: #0D76B5;}
.true-dropcap-fire .true-dropcap-text {color: #DD640E;}
.true-dropcap-forestgreen .true-dropcap-text {color: #7A9045;}
.true-dropcap-frenchgreen .true-dropcap-text {color: #93BEB7;}
.true-dropcap-golden .true-dropcap-text {color: #E3A108;}
.true-dropcap-grey .true-dropcap-text {color: #aeaeae;}
.true-dropcap-limegreen .true-dropcap-text {color: #BBC701;}
.true-dropcap-orange .true-dropcap-text {color: #FDA41E;}
.true-dropcap-periwinkle .true-dropcap-text {color: #51439E;}
.true-dropcap-pink .true-dropcap-text {color: #9C2E70;}
.true-dropcap-politicalblue .true-dropcap-text {color: #1E6F92;}
.true-dropcap-purple .true-dropcap-text {color: #893F62;}
.true-dropcap-royalblue .true-dropcap-text {color: #375885;}
.true-dropcap-saffronblue .true-dropcap-text {color: #677B89;}
.true-dropcap-silver .true-dropcap-text {color: #868686;}
.true-dropcap-skyblue .true-dropcap-text {color: #34B6EF;}
.true-dropcap-steelgreen .true-dropcap-text {color: #6A8D94;}
.true-dropcap-teal .true-dropcap-text {color: #4DA597;}
.true-dropcap-tealgrey .true-dropcap-text {color: #4E6A75;}
.true-dropcap-tufgreen .true-dropcap-text {color: #7C807D;}
.true-dropcap-violet .true-dropcap-text {color: #822DE0;}
.true-dropcap-vistablue .true-dropcap-text {color: #50C3CF;}
.true-dropcap-yogigreen .true-dropcap-text {color: #BBC8A7;}
/*--------------------------------------------------------------
Heading
--------------------------------------------------------------*/
/*
 * some items given extra attributes to maintain
 * design consistency across all themes 
 */
.true-heading-wrap,
.true-heading-wrap p {
  text-align: center;
}
.true-heading-wrap p {
  margin: 0 auto;
  max-width: 860px;
  padding: 5px 30px;
}
/*--------------------------------------------------------------
Icon - PNG
--------------------------------------------------------------*/
.true-icon-png {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5em;
  padding: 4px 0 20px 55px;
}
.true-icon span{font-weight:700}
.true-icon-alarm{background:url(../images/shortcodes/icons/alarm.png) 0 0 no-repeat}
.true-icon-arrow-down-a{background:url(../images/shortcodes/icons/arrow_down.png) 0 0 no-repeat}
.true-icon-arrow-down-b{background:url(../images/shortcodes/icons/arrow_down_2.png) 0 0 no-repeat}
.true-icon-arrow-up-a{background:url(../images/shortcodes/icons/arrow_up.png) 0 0 no-repeat}
.true-icon-arrow-up-b{background:url(../images/shortcodes/icons/arrow_up_2.png) 0 0 no-repeat}
.true-icon-bookmark{background:url(../images/shortcodes/icons/bookmark.png) 0 0 no-repeat}
.true-icon-calculator{background:url(../images/shortcodes/icons/calculator.png) 0 0 no-repeat}
.true-icon-calendar-day{background:url(../images/shortcodes/icons/calendar_day.png) 0 0 no-repeat}
.true-icon-calendar-month{background:url(../images/shortcodes/icons/calendar_month.png) 0 0 no-repeat}
.true-icon-camera{background:url(../images/shortcodes/icons/camera.png) 0 0 no-repeat}
.true-icon-cart-add{background:url(../images/shortcodes/icons/cart_add.png) 0 0 no-repeat}
.true-icon-caution{background:url(../images/shortcodes/icons/caution.png) 0 0 no-repeat}
.true-icon-cellphone{background:url(../images/shortcodes/icons/cellphone.png) 0 0 no-repeat}
.true-icon-chart{background:url(../images/shortcodes/icons/chart.png) 0 0 no-repeat}
.true-icon-chat{background:url(../images/shortcodes/icons/chat.png) 0 0 no-repeat}
.true-icon-chat-2{background:url(../images/shortcodes/icons/chat_2.png) 0 0 no-repeat}
.true-icon-checklist{background:url(../images/shortcodes/icons/checklist.png) 0 0 no-repeat}
.true-icon-checkmark{background:url(../images/shortcodes/icons/checkmark.png) 0 0 no-repeat}
.true-icon-clipboard{background:url(../images/shortcodes/icons/clipboard.png) 0 0 no-repeat}
.true-icon-clock{background:url(../images/shortcodes/icons/clock.png) 0 0 no-repeat}
.true-icon-contacts{background:url(../images/shortcodes/icons/contacts.png) 0 0 no-repeat}
.true-icon-crate{background:url(../images/shortcodes/icons/crate.png) 0 0 no-repeat}
.true-icon-database{background:url(../images/shortcodes/icons/database.png) 0 0 no-repeat}
.true-icon-document-edit{background:url(../images/shortcodes/icons/document_edit.png) 0 0 no-repeat}
.true-icon-drive{background:url(../images/shortcodes/icons/drive.png) 0 0 no-repeat}
.true-icon-dvd{background:url(../images/shortcodes/icons/dvd.png) 0 0 no-repeat}
.true-icon-email-send{background:url(../images/shortcodes/icons/email_send.png) 0 0 no-repeat}
.true-icon-flag{background:url(../images/shortcodes/icons/flag.png) 0 0 no-repeat}
.true-icon-games{background:url(../images/shortcodes/icons/games.png) 0 0 no-repeat}
.true-icon-gear{background:url(../images/shortcodes/icons/gear.png) 0 0 no-repeat}
.true-icon-globe-download{background:url(../images/shortcodes/icons/globe_download.png) 0 0 no-repeat}
.true-icon-globe-upload{background:url(../images/shortcodes/icons/globe_upload.png) 0 0 no-repeat}
.true-icon-globe{background:url(../images/shortcodes/icons/globe.png) 0 0 no-repeat}
.true-icon-hdtv{background:url(../images/shortcodes/icons/hd_tv.png) 0 0 no-repeat}
.true-icon-heart{background:url(../images/shortcodes/icons/heart.png) 0 0 no-repeat}
.true-icon-support{background:url(../images/shortcodes/icons/support.png) 0 0 no-repeat}
.true-icon-history{background:url(../images/shortcodes/icons/history.png) 0 0 no-repeat}
.true-icon-home{background:url(../images/shortcodes/icons/home.png) 0 0 no-repeat}
.true-icon-info{background:url(../images/shortcodes/icons/info.png) 0 0 no-repeat}
.true-icon-laptop{background:url(../images/shortcodes/icons/laptop.png) 0 0 no-repeat}
.true-icon-light-on{background:url(../images/shortcodes/icons/light_on.png) 0 0 no-repeat}
.true-icon-lock-closed{background:url(../images/shortcodes/icons/lock_closed.png) 0 0 no-repeat}
.true-icon-magnify{background:url(../images/shortcodes/icons/magnify.png) 0 0 no-repeat}
.true-icon-megaphone{background:url(../images/shortcodes/icons/megaphone.png) 0 0 no-repeat}
.true-icon-money{background:url(../images/shortcodes/icons/money.png) 0 0 no-repeat}
.true-icon-movie{background:url(../images/shortcodes/icons/movie.png) 0 0 no-repeat}
.true-icon-mp3{background:url(../images/shortcodes/icons/mp3_player.png) 0 0 no-repeat}
.true-icon-ms-word{background:url(../images/shortcodes/icons/ms-word-doc.png) 0 0 no-repeat}
.true-icon-music{background:url(../images/shortcodes/icons/music.png) 0 0 no-repeat}
.true-icon-network{background:url(../images/shortcodes/icons/network.png) 0 0 no-repeat}
.true-icon-news{background:url(../images/shortcodes/icons/news.png) 0 0 no-repeat}
.true-icon-notebook{background:url(../images/shortcodes/icons/notebook_pencil.png) 0 0 no-repeat}
.true-icon-pdf{background:url(../images/shortcodes/icons/pdf.png) 0 0 no-repeat;padding:4px 0 25px 55px}
.true-icon-photos{background:url(../images/shortcodes/icons/photos.png) 0 0 no-repeat}
.true-icon-refresh{background:url(../images/shortcodes/icons/refresh.png) 0 0 no-repeat}
.true-icon-rss{background:url(../images/shortcodes/icons/rss-icon.png) 0 0 no-repeat}
.true-icon-shield-blue{background:url(../images/shortcodes/icons/shield-blue.png) 0 0 no-repeat}
.true-icon-shield-green{background:url(../images/shortcodes/icons/shield-green.png) 0 0 no-repeat}
.true-icon-star{background:url(../images/shortcodes/icons/star.png) 0 0 no-repeat}
.true-icon-smart-phone{background:url(../images/shortcodes/icons/smart-phone.png) 0 0 no-repeat}
.true-icon-tools {background: url(../images/shortcodes/icons/tools.png) 0 0 no-repeat;}
.true-icon-user-group {background: url(../images/shortcodes/icons/user_group.png) 0 0 no-repeat;}
.true-icon-vcard {background: url(../images/shortcodes/icons/vcard.png) 0 0 no-repeat;}
.true-icon-video-camera {background: url(../images/shortcodes/icons/video_camera.png) 0 0 no-repeat;}
.true-icon-x {background: url(../images/shortcodes/icons/x.png) 0 0 no-repeat;}
/*--------------------------------------------------------------
Icon + Text
--------------------------------------------------------------*/
.true-icon {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5em;
}
.true-icon-wrap .true-icon {
  float: left;
  width: 35px;
  height: 35px;
  background: #3b86c4;
  line-height: 35px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.true-icon-text {
  margin: 0 0 30px 52px;
}
/*--------------------------------------------------------------
ImageBox 1
--------------------------------------------------------------*/
.true-image-box-1 {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12)
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}
.true-image-box-1:hover {margin: -6px 0 6px;}
.true-image-box-1 .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.true-image-box-1 .true-img-wrap {border-bottom: 8px solid #cf6e6e;}
.true-image-box-1 .true-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.true-image-box-1 .true-text-wrap {padding: 26px 36px;}
.true-image-box-1 .true-text-wrap .callout-heading-wrap {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.true-image-box-1 .true-text-wrap .callout-heading-wrap h3 {
  color: #cf6e6e;
  font-size: 28px;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 24px;
  font-weight:400;
}
.true-image-box-1 .true-text-wrap .callout-heading-wrap h4 {
  font-weight:400;
  font-size: 13px;
  color: gray;
  line-height: 1.5;
  margin: 0;
}
.true-image-box-1 .true-text-wrap .callout-details-wrap {
  padding: 30px 0 0;
}
/*--------------------------------------------------------------
ImageBox 2
--------------------------------------------------------------*/
.true-image-box-2 {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.true-image-box-2:hover {
  margin: -6px 0 6px;
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20); */
}
.true-image-box-2 .overlay-link,
 .true-icon-box .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.true-image-box-2 .true-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.true-image-box-2 .true-text-wrap {
  padding: 30px 38px 20px;
  position: relative;
  min-height: 194px;
}
.true-image-box-2 .true-text-wrap .icon-circ-wrap {
  position: absolute;
  left: 50%;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  -ms-border-radius: 50em;
  -o-border-radius: 50em;
  border-radius: 50em;
  display: block;
  width: 64px;
  height: 64px;
  top: 0;
  /*border: 1px solid rgba(255, 255, 255, 0.5);*/
  text-align: center;
  margin-left: -32px;
  margin-top: -32px;
}
.true-image-box-2 .true-text-wrap .icon-circ-wrap i {
  line-height: 64px;
  font-size: 18px;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.15);
}
.true-image-box-2 .callout-details-wrap h1,
.true-image-box-2 .callout-details-wrap h2,
.true-image-box-2 .callout-details-wrap h3,
.true-image-box-2 .callout-details-wrap h4,
.true-image-box-2 .callout-details-wrap h5,
.true-image-box-2 .callout-details-wrap h6 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  margin: 25px 0 13px;
  text-transform: none;
}
.true-image-box-2 .true-text-wrap .callout-details-wrap {
  padding: 0;
  color: gray;
}
.true-image-box-2 .true-image-box-2-link {
  text-align: center;
}
.true-image-box-2 .true-image-box-2-link a {
  border-bottom: 1px dotted #3b86c4;
  color: #3b86c4;
  text-align: center;
  text-decoration: none;
}
.true-image-box-2 .true-image-box-2-link a:hover {
  text-decoration: none;
}
/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
/* #content .fa-ul {
  margin: 0;
} */
#content .fa-ul li {
  color: #444;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 25px;
  padding-left: 0;
}
#content .fa-ul li i.fa-li {
  font-size: 16px;
  margin-left: 5px;
  top: .2em;
  width: inherit;
}
/* FontAwesome */
#content .fa-ul li i.fa.fa-li {
  top: .42em;
}
/* Entypo */
#content .fa-ul li i.entypo-icon.fa-li,
/* Open Iconic */
#content .fa-ul li i.vc-oi.fa-li,
/* Linecons */
#content .fa-ul li i.vc_li.fa-li {
  top: 0;
}
/* Typicons */
#content .fa-ul li i.typcn.fa-li {
  top: -.1em;
}
/*--------------------------------------------------------------
Pricing Boxes
--------------------------------------------------------------*/
.true-pricing-column {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10); */
  border-radius: 5px;
  text-align: center;
}
body.karma-flat-cs .true-pricing-column {
  border: 0;
}
.true-pricing-top {
  border: 0;
  border-radius: 4px 4px 0 0;
  /* margin-left: 2px; */
  padding: 30px 0;
  width: 100%;
}
.true-pricing-column .ka_button,
.true-pricing-column .ka_button:hover {
    display: inline-block;
    margin: 20px auto;
    width: 35%;
}
#content .true-pricing-plan {
  color: #FFF;
  font-size: 25px;
  font-weight: 100;
  line-height: 1;
  /* font: 300 25px/25px "Lato", Helvetica, sans-serif; */
  margin-bottom: 20px;
}
#main .true-pricing-column .true-pricing-price {
  color: #FFF;
  font-size: 88px;
  font-weight: bold;
  line-height: 1;
  /* font: bold 88px/1 "Lato", Helvetica, sans-serif; */
  margin: 0 0 0 -24px;
}
.true-pricing-column .true-pricing-price sup {
  font-size: 35px;
  padding-right: 4px;
  vertical-align: super;
}
.true-pricing-column .true-pricing-term {
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  line-height: 1.4;
  /* font: 500 14px/1 "Open Sans", Helvetica, sans-serif; */
}
.true-pricing-column .true-pricing-price + p {
  margin: 10px 0 0 0;
}
#content .true-pricing-column ul {
  list-style-type: none;
  /* font: 300 18px/2 Helvetica, Verdana, sans-serif; */
  margin: 35px 0;
  text-align: center;
}
#content .true-pricing-column ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.true-pricing-column hr {
  border: 0;
  background-color: #DDD;
  color: #DDD;
  height: 1px;
  width: 80%;
  margin: 20px auto 0 auto;
}
.true-pricing-column .true-button {
  display: block;
  width: 40%;
  margin: 30px auto;
  text-align: center;
}
.true-pricing-column.featured {
  background: #EEE;
}
/* Style 2 */
.true-pricing-column.true-pricing-style-2 .true-pricing-top {
  padding: 25px 0;
}
#content .true-pricing-column.true-pricing-style-2 .true-pricing-top p {
  margin-bottom: 0;
}
#main .true-pricing-column.true-pricing-style-2 .true-pricing-price {
  margin: 20px 0 0 0;
  color: inherit;
  padding-top: 20px;
}
.true-pricing-column.true-pricing-style-2 .true-pricing-term {
    color: rgba(0, 0, 0, 0.5);
    margin: 5px 0 15px 0;
}
/* .true-pricing-column.true-pricing-style-2 .true-pricing-price + p {margin: 5px 0 25px 0;} */

/*
.vc_col-sm-3 .true-pricing-column ul {
  margin: 20px 0 0 30px;
}
.one_fourth .true-pricing-column,
.vision_one_fourth .true-pricing-column {
  width: 110%;
}
.one_fifth .true-pricing-column,
.vision_one_fifth .true-pricing-column {
  width: 115%;
}
.one_fourth .true-pricing-column ul,
.vision_one_fourth .true-pricing-column ul,
.one_fifth .true-pricing-column ul,
.vision_one_fifth .true-pricing-column ul {
  font-size: 15px;
  margin: 20px 0 0 25px;
}
.one_fourth .true-pricing-column h1,
.vision_one_fourth .true-pricing-column h1,
.one_fifth .true-pricing-column h1,
.vision_one_fifth .true-pricing-column h1 {
  font-size: 78px;
}
*/

/* 4-column customizations */
#content .vc_col-sm-3 .true-pricing-plan {
  font-size: 20px;
}
#content .vc_col-sm-3 .true-pricing-column .true-pricing-price {
  font-size: 78px;
}
/* 6-column customizations */
#content .vc_col-sm-2 .true-pricing-plan {
  font-size: 18px;
}
#content .vc_col-sm-2 .true-pricing-column .true-pricing-price {
  font-size: 60px;
}
#content .vc_col-sm-2 .true-pricing-column .true-pricing-price sup {
  font-size: 30px;
  padding-right: 1px;
}
#content .vc_col-sm-2 .true-pricing-column .ka_button,
#content .vc_col-sm-2 .true-pricing-column .ka_button:hover {
    width: 45%;
}

/*--------------------------------------------------------------
Social Icons
--------------------------------------------------------------*/
.true-social,
.entry-content .true-social {
  list-style: none;
  font-size: 20px;
  padding: 20px;
}
.true-social li, .entry-content-wrapper .true-social li {margin: 0 20px 20px 0;float: left;}
/* uncomment this code for vertical stacked icons
.true-social li {
float:none;
}
*/
/* hover transitions */
.true-social .fa { transition:all .5s; }
.fa:hover { text-decoration: none; }

/* Default Icons */
.true-social a{
  font-size:23px;
  width:20px;
  text-align:center;
  height:24px;
  line-height:24px;
  text-decoration: none;
}
/* PNG Icons */
.true-png .fa {color:rgba(0, 0, 0, 0.4);}
.true-png .fa:hover {color:rgba(0, 0, 0, 0.8);}
/* Color Icons */
.true-color .fa:hover {opacity: 0.6; }
.true-color .fa-twitter,
.entry-content .true-color .fa-twitter,
.true-square .fa-twitter-square, .entry-content .true-square .fa-twitter-square{color:#00BDEC;}
.true-color .fa-facebook, .entry-content .true-color .fa-facebook{color:#3B5998;}
.true-color .fa-dribbble, .entry-content .true-color .fa-dribbble{color:#EF5B92;}
.true-color .fa-linkedin, .entry-content .true-color .fa-linkedin{color:#1B92BD;}
.true-color .fa-vimeo-square, .entry-content .true-color .fa-vimeo-square{color:#20B9EB;}
.true-color .fa-flickr, .entry-content .true-color .fa-flickr{color:#EA2798;}
.true-color .fa-youtube-play, .entry-content .true-color .fa-youtube-play{color:#D20800;}
.true-color .fa-pinterest, .entry-content .true-color .fa-pinterest{color:#CC232A;}
.true-color .fa-google-plus, .entry-content .true-color .fa-google-plus{color:#D94A39;}
.true-color .fa-rss, .entry-content .true-color .fa-rss{color:#FF7F00;}
.true-color .fa-envelope, .entry-content .true-color .fa-envelope{color:#30C9F0;}
.true-color .fa-skype, .entry-content .true-color .fa-skype{color:#19B7F1;}
.true-color .fa-wordpress, .entry-content .true-color .fa-wordpress{color:#454545;}
.true-color .fa-soundcloud, .entry-content .true-color .fa-soundcloud {color:#FF4601;}
.true-color .fa-vk, .entry-content .true-color .fa-vk{color:#4C75A3;}
.true-color .fa-odnoklassniki , .entry-content .true-color .fa-odnoklassniki {color:#FA6A00;}
/* custom icon locations (icon + text + no-bg) */
ul.social_icons.tt_vector_social_icons.tt_show_social_title a.google::after { left: -4px; }
ul.social_icons.tt_vector_social_icons.tt_show_social_title a.soundcloud::after { left: -4px; }
ul.social_icons.tt_vector_social_icons.tt_show_social_title a.vkontakte::after { left: -2px; }
ul.social_icons.tt_vector_social_icons.tt_show_social_title a.odnoklassniki::after { left: 5px; }
/* custom icon locations (icon + text + solid-bg) */
ul.social_icons.tt_vector_social_icons.tt_vector_social_color.tt_show_social_title a { padding: 7px 12px;}
ul.social_icons.tt_vector_social_icons.tt_vector_social_color.tt_show_social_title a.google::after { left: 6px; font-sise: 12px;}
ul.social_icons.tt_vector_social_icons.tt_vector_social_color.tt_show_social_title a.soundcloud::after { left: 6px; }
ul.social_icons.tt_vector_social_icons.tt_vector_social_color.tt_show_social_title a.soundcloud { text-indent: 26px; }
ul.social_icons.tt_vector_social_icons.tt_vector_social_color.tt_show_social_title a.vkontakte::after { left: 6px; }
ul.social_icons.tt_vector_social_icons.tt_vector_social_color.tt_show_social_title a.odnoklassniki::after { left: 9px; }
/* custom icon locations (icon + no-text + solid-bg) */
ul.social_icons.tt_vector_social_icons.tt_vector_social_color.tt_no_social_title a.odnoklassniki::after { left: 11px; }


/* Round Icons */
.true-round li{margin:0 20px 10px 0;}
.true-round .fa,
.true-square .fa,
.entry-content .true-round .fa{
  color:#fff;
  background:#88BBC8;
  font-size:20px;
  width:30px;
  height: 30px;
    line-height: 30px;
  padding:1px;
  -moz-border-radius:20em;
  -webkit-border-radius:20em;
  border-radius:20em;
}
/* Square Icons */
.true-square .fa:hover {opacity: 0.6;}
.true-square .fa{
  font-size: 23px;
  height: 40px;
  line-height: 41px;
  width: 40px;
  padding: 0;
  -webkit-border-radius:3px;
     -moz-border-radius:3px;
          border-radius:3px;
}
.true-fill.true-square .fa {font-size:28px;color:#FFF;}
/* Default Round Hover */
.true-round.true-default .fa:hover{background:#F26535;}
/* PNG Round */
.true-round.true-png .fa{background:rgba(0, 0, 0, 0.4);}
.true-round.true-png .fa:hover{color: #FFF;background:rgba(0, 0, 0, 0.8);}
/* Color Round &amp; Square */
.true-round.true-color .fa-twitter,.true-square .fa-twitter,.true-square .fa-twitter-square{background:#00BDEC;}
.true-round.true-color .fa-facebook,.true-square .fa-facebook,.true-square .fa-facebook-square{background:#3B5998;}
.true-round.true-color .fa-dribbble,.true-square .fa-dribbble{background:#EF5B92;}
.true-round.true-color .fa-linkedin,.true-square .fa-linkedin,.true-square .fa-linkedin-square{background:#1B92BD;}
.true-round.true-color .fa-vimeo-square,.true-square .fa-vimeo-square{background:#20B9EB;}
.true-round.true-color .fa-flickr,.true-square .fa-flickr{background:#EA2798;}
.true-round.true-color .fa-youtube-play,.true-square .fa-youtube-play{background:#D20800;}
.true-round.true-color .fa-pinterest,.true-square .fa-pinterest,.true-square .fa-pinterest-square{background:#CC232A;}
.true-round.true-color .fa-google-plus,.true-square .fa-google-plus,.true-square .fa-google-plus-square{background:#D94A39;}
.true-round.true-color .fa-rss,.true-square .fa-rss,.true-square .fa-rss-square{background:#FF7F00;}
.true-round.true-color .fa-envelope,.true-square .fa-envelope,.true-square .fa-envelope-square{background:#30C9F0;}
.true-round.true-color .fa-skype,.true-square .fa-skype{background:#19B7F1;}
.true-round.true-color .fa-wordpress,.true-square .fa-wordpress{background:#454545;}
.true-round.true-color .fa-instagram,.true-square .fa-instagram{background:#316C95;}
.true-round.true-color .fa-soundcloud,.true-square .fa-soundcloud{background:#FF4601;}
.true-round.true-color .fa-vk,.true-square .fa-vk{background:#4C75A3;}
.true-round.true-color .fa-odnoklassniki,.true-square .fa-odnoklassniki{background:#FA6A00;}
/*--------------------------------------------------------------
Tabs 1
--------------------------------------------------------------*/
.true-tabs-style-1 .nav {text-align: center;}
.true-tabs-style-1 .true-nav &gt; li {float: none;}
.true-tabs-style-1 .true-nav &gt; li .fa,
.true-tabs-style-1 .true-nav &gt; li .karma-custom-icon {
  background: #c0c0c0;
  width: 38px;
  height: 37px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  margin-right: 10px;
  border-radius: 50px;
}
.true-tabs-style-1 .true-nav &gt; li &gt; a {
  margin-left: 5px;
  padding: 15px 10px;
  color: #372f2b;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #dcdbd7;
  border-radius: 0;
  text-decoration: none;
}
.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  color: #fff;
  position: relative;
  border-color: transparent;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.true-tabs-style-1 .true-nav &gt; li.active &gt; a &gt; span {
  text-shadow: none;
}
.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
}
.true-tabs-style-1 .true-nav &gt; li.active .fa,
.true-tabs-style-1 .true-nav &gt; li.active .karma-custom-icon {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.15);
}
.true-tabs-style-1 .true-tab-content {
  padding: 40px 30px;
}
.true-tabcolor-alphagreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-autumn.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-black.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-bluegrey.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-buoyred.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-cherry.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-coffee.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-coolblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-fire.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-forestgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-frenchgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-golden.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-grey.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-limegreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-orange.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-periwinkle.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-pink.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-politicalblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-purple.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-royalblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-saffronblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-silver.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-skyblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-steelgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-teal.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-tealgrey.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-tufgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-violet.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-vistablue.true-tabs-style-1 .true-nav &gt; li.active &gt; a,
.true-tabcolor-yogigreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a {
  border: 0;
  box-shadow: none;
}
.true-tabcolor-alphagreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #035A48;}
.true-tabcolor-autumn.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #671905;}
.true-tabcolor-black.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #101012;}
.true-tabcolor-bluegrey.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #2E2D3D;}
.true-tabcolor-buoyred.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #951112;}
.true-tabcolor-cherry.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #670600;}
.true-tabcolor-coffee.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #2A231D;}
.true-tabcolor-coolblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #003C70;}
.true-tabcolor-fire.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #DB3D00;}
.true-tabcolor-forestgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #354516;}
.true-tabcolor-frenchgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #58837C;}
.true-tabcolor-golden.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #81570B;}
.true-tabcolor-grey.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #2B323A;}
.true-tabcolor-limegreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #638401;}
.true-tabcolor-orange.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #CA6A00;}
.true-tabcolor-periwinkle.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #4C1066;}
.true-tabcolor-pink.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #6B1D47;}
.true-tabcolor-politicalblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #013558;}
.true-tabcolor-purple.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #360F21;}
.true-tabcolor-royalblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #182947;}
.true-tabcolor-saffronblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #2E4250;}
.true-tabcolor-silver.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #525252;}
.true-tabcolor-skyblue.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #0077AF;}
.true-tabcolor-steelgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #30535A;}
.true-tabcolor-teal.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #0C4D53;}
.true-tabcolor-tealgrey.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #1E2F36;}
.true-tabcolor-tufgreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #3D403E;}
.true-tabcolor-violet.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #3F1966;}
.true-tabcolor-vistablue.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #168995;}
.true-tabcolor-yogigreen.true-tabs-style-1 .true-nav &gt; li.active &gt; a:before {border-top-color: #818E6D;}
/*--------------------------------------------------------------
Tabs 2
--------------------------------------------------------------*/
#content .true-tabs-style-2 .nav-tabs {
  border-bottom: none;
  margin: 0 0 40px 0;
  text-align: center;
}
.true-tabs-style-2 .nav-tabs &gt; li {
  float: none;
  display: inline-block;
}
.true-tabs-style-2 .nav-tabs &gt; li &gt; a {
  border: none;
  outline: none;
  color: #372f2b;
  font-weight: bold;
  text-decoration: none;
}
.true-tabs-style-2 .nav-tabs &gt; li &gt; a:focus, .true-tabs-style-2 .nav-tabs &gt; li &gt; a:active, .true-tabs-style-2 .nav-tabs &gt; li &gt; a:hover {
  background: none;
}
.true-tabs-style-2 .nav-tabs &gt; li.active &gt; a:active,
.true-tabs-style-2 .nav-tabs &gt; li.active &gt; a:focus,
.true-tabs-style-2 .nav-tabs &gt; li.active &gt; a {
  position: relative;
  background: none;
  border: none;
  color: #3b86c4;
} 
.true-tabs-style-2 .nav-tabs &gt; li.active &gt; a:active:after,
.true-tabs-style-2 .nav-tabs &gt; li.active &gt; a:focus:after,
.true-tabs-style-2 .nav-tabs &gt; li.active &gt; a:after {
  position: absolute;
  content: '';
  width: 255px;
  height: 24px;
  top: 100%;
  left: 50%;
  margin-left: -127px;
  background: url(../images/shortcodes/tabs-2-active.png) no-repeat;
}
.true-tabs-style-2 .true-tab-content{
  padding:10px 60px;
}
/*--------------------------------------------------------------
Tabs 3
--------------------------------------------------------------*/
.true-tabs-style-3{
  border:1px solid #e4e4e4;
  box-shadow:0 0 4px rgba(0,0,0,0.09);
  border-radius:8px;
  position:relative;
  background:#fff;
  color:#666;
  overflow:hidden;
}
.true-tabs-style-3 a:focus{ outline:0; }
.true-tabs-style-3 .nav-stacked{
  font-weight: bold;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  background:#f6f6f6;
  width:257px;
  margin:0;
}
.true-tabs-style-3 .nav-stacked:after{
  content:'';
  display:block;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:5px;
  height:100%;
  box-shadow: -3px 0 5px -4px rgba(0,0,0,0.3) inset;
}
.true-tabs-style-3 .nav-stacked li{
  border-bottom:1px solid #e1e1e1;
  margin:0;
  padding:0;
  position:relative;
}
.true-tabs-style-3 .nav-stacked li:first-child{
  margin-top:22px;
}
.true-tabs-style-3 .nav-stacked &gt; li.active:after{
  content:'';
  display:block;
  position:absolute;
  z-index:9;
  right:0;
  top:50%;
  margin-top:-17px;
  width:18px;
  height:34px;
  background:url(../images/shortcodes/tabs-3-active.png) no-repeat;
}
.true-tabs-style-3 .nav-stacked &gt; li &gt; a{
  color:#666;
  padding:18px 55px;
  line-height:20px;
  text-decoration: none;
}
.true-tabs-style-3 .nav-stacked &gt; li.active &gt; a,
.true-tabs-style-3 .nav-stacked &gt; li.active &gt; a:hover,
.true-tabs-style-3 .nav-stacked &gt; li.active &gt; a:focus,
.true-tabs-style-3 .nav-stacked &gt; li.active &gt; .fa,
.true-tabs-style-3 .nav-stacked &gt; li.active &gt; .karma-custom-icon{
  background:#fff;
  border-radius:0;
  color:#099;

}
.true-tabs-style-3 .nav-stacked &gt; li &gt; a:hover{ background: #eee; color: #333;border-radius:0; }
.true-tabs-style-3 .nav-stacked &gt; li &gt; a &gt; .fa,
.true-tabs-style-3 .nav-stacked &gt; li &gt; a &gt; .karma-custom-icon{
  font-size:20px;
  height:20px;
  line-height:20px;
  position:absolute;
  left:22px;
  top:50%;
  margin-top:-10px;
  z-index:1;
}
.true-tabs-style-3 .true-tab-content{
  margin-left:257px;
  padding:40px;
}
.true-tabs-style-3 h3{
  font-weight:normal;
  font-size:20px;
  margin-bottom:25px;
  color:#000;
}
.true-tabs-style-3 p{
  line-height:2;
  margin-bottom:25px;
}
#content .true-tabs-style-3 ul {
  margin: 0;
}
#content .true-tabs-style-3 ul li {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
Testimonial - Global Styles for 1 + 2
--------------------------------------------------------------*/
/* pre-loading */
.true-testimonial-1-flexslider.loading .slides &gt; li,
.true-testimonial-2-flexslider.loading .slides &gt; li { 
  display: none;
}
.true-testimonial-1-flexslider.loading,
.true-testimonial-2-flexslider.loading {
  background: url(../images/shortcodes/loader-trans.gif) center center no-repeat;
  height: 50px;
}
/* END pre-loading */
.true-testimonial-1,
.true-testimonial-2 {
  position: relative;
  margin-bottom: 40px;
}
.wpb_column &gt; .wpb_wrapper &gt; .true-testimonial-1:last-child,
.wpb_column &gt; .wpb_wrapper &gt; .true-testimonial-2:last-child {
  margin-bottom: 40px;
}
.true-testimonial-1 .slides,
.true-testimonial-2 .slides {
  padding: 0;
  margin: 0;
}
.true-testimonial-1 .slides &gt; li &gt; img,
.true-testimonial-2 .slides &gt; li &gt; img {
  width: 100%;
}
.true-testimonial-1 .true-direction-nav,
.true-testimonial-2 .true-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.true-testimonial-1 .true-direction-nav a,
.true-testimonial-2 .true-direction-nav a {
  position: absolute;
  top: 45%;
  margin-top: -11px;
  font-size: 0;
  width: 14px;
  height: 22px;
}
.true-testimonial-1 .true-direction-nav a:focus,
.true-testimonial-2 .true-direction-nav a:focus {
  outline: none;
}
.true-testimonial-1 .true-direction-nav .true-prev,
.true-testimonial-2 .true-direction-nav .true-prev {
  right: 105%;
}
.true-testimonial-1 .true-direction-nav .true-prev:before,
.true-testimonial-2 .true-direction-nav .true-prev:before,
.true-testimonial-1 .true-direction-nav .true-next:before,
.true-testimonial-2 .true-direction-nav .true-next:before {
  font-family: 'FontAwesome';
  content: "\f104";
  display: inline-block;
  position: absolute;
  font-size: 40px;
}
.true-testimonial-1 .true-direction-nav .true-next,
.true-testimonial-2 .true-direction-nav .true-next {
  left: 105%;
}
.true-testimonial-1 .true-direction-nav .true-next:before,
.true-testimonial-2 .true-direction-nav .true-next:before {
  content: "\f105";
}
.true-testimonial-1 .true-control-paging,
.true-testimonial-2 .true-control-paging {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 103%;
  text-align: center;
}
.true-testimonial-1 .true-control-paging li,
.true-testimonial-2 .true-control-paging li {
  display: inline;
  display: inline-block;
  margin: 0px !important;
}
.true-testimonial-1 .true-control-paging li a,
.true-testimonial-2 .true-control-paging li a {
  display: inline-block;
  width: 6px;
  height: 6px;
  font-size: 0;
  border: #999 2px solid;
  margin: 0 5px;
  border-radius: 50px;
  cursor: pointer;
}
.true-testimonial-1 .true-control-paging li a.true-active,
.true-testimonial-2 .true-control-paging li a.true-active {
  background: #372f2b;
}
.true-testimonial-1 .true-control-paging li a.true-active {
  border: #372f2b 2px solid;
}
.true-testimonial-1 ul li, .true-testimonial-2 ul li{
  margin: 0px !important;
}
/* arrow color - dark */
.true-testimonial-1 .true-direction-nav .true-prev:before,
.true-testimonial-2 .true-direction-nav .true-prev:before,
.true-testimonial-1 .true-direction-nav .true-next:before,
.true-testimonial-2 .true-direction-nav .true-next:before {
  color: rgba(0, 0, 0, 0.2);
}
/* arrow color dark on hover */
.true-testimonial-1 .true-direction-nav .true-prev:hover:before,
.true-testimonial-2 .true-direction-nav .true-prev:hover:before,
.true-testimonial-1 .true-direction-nav .true-next:hover:before,
.true-testimonial-2 .true-direction-nav .true-next:hover:before {
  color: rgba(0, 0, 0, 0.7);
}
/* arrow color - light */
.true-testimonial-1.true-controls-light .true-direction-nav .true-prev:before,
.true-testimonial-2.true-controls-light .true-direction-nav .true-prev:before,
.true-testimonial-1.true-controls-light .true-direction-nav .true-next:before,
.true-testimonial-2.true-controls-light .true-direction-nav .true-next:before {
  color: rgba(255, 255, 255, 0.2);
}
/* arrow color light on hover */
.true-testimonial-1.true-controls-light .true-direction-nav .true-prev:hover:before,
.true-testimonial-2.true-controls-light .true-direction-nav .true-prev:hover:before,
.true-testimonial-1.true-controls-light .true-direction-nav .true-next:hover:before,
.true-testimonial-2.true-controls-light .true-direction-nav .true-next:hover:before {
  color: rgba(255, 255, 255, 0.7);
}
/*--------------------------------------------------------------
Testimonial 1
--------------------------------------------------------------*/
.true-testimonial-1 {
  background: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.true-testimonial-1 .true-slider-content {
  color: #5f5f5f;
  line-height: 1.8;
  padding: 20px 20px 5px;
  font-size: 13px !important;
}
.true-testimonial-1 .true-slider-content p {
  margin:0;
  padding:0;
}
.true-testimonial-1 .user-section {
  float: right;
  width: 89px;
  text-align: center;
  color: #372f2b;
  line-height: 1.3;
  position: relative;
  margin-top: -57px;
}
.true-testimonial-1 .user-section img {
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto 12px;
}
/*--------------------------------------------------------------
Testimonial 2
--------------------------------------------------------------*/
.true-testimonial-2 .testimonial-text {
  font-size: 15px;
  color: #444;
  padding: 5% 10%;
  line-height: 1.3;
  position: relative;
  /* -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; */
}
.true-testimonial-2 .testimonial-text p {
  display: inline;
  /* line-height: 1.2; */
  position: relative;
}
/* .true-testimonial-2 .testimonial-text p span {
  border-bottom: 2px solid rgba(255,255,255,0.1);
  vertical-align: baseline;
} */
/* .true-testimonial-2 .testimonial-text p:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 15px;
} */
/* .true-testimonial-2 .testimonial-text p:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 15px;
  margin-left: 10px;
  border-bottom: none;
} */
#content .true-testimonial-2 .true-control-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 18px;
  text-align: center;
}
#content .true-testimonial-2 .true-control-thumbs li {
  display: inline;
  display: inline-block;
  margin: 0 3px;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(1) img {
  opacity: 0.90909;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(2) img {
  opacity: 0.81818;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(3) img {
  opacity: 0.72727;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(4) img {
  opacity: 0.63636;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(5) img {
  opacity: 0.54545;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(6) img {
  opacity: 0.45455;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(7) img {
  opacity: 0.36364;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(8) img {
  opacity: 0.27273;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(9) img {
  opacity: 0.18182;
}
.true-testimonial-2 .true-control-thumbs li:nth-child(10) img {
  opacity: 0.09091;
}
.true-testimonial-2 .true-control-thumbs li img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.true-testimonial-2 .true-control-thumbs li .true-active,
.true-testimonial-2 .true-control-thumbs li img:hover {
  opacity: 1 !important;
}
.true-testimonial-2 a:focus {
  outline: none;
}
/*--------------------------------------------------------------
Visual Composer Row
--------------------------------------------------------------*/
.true-layout-row.vc_row {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
/* fixes hidden element in front-end editor when using waypoints() */
body.vc_editor.compose-mode .tt_in_from_top,
body.vc_editor.compose-mode .tt_in_from_right, 
body.vc_editor.compose-mode .tt_in_from_bottom, 
body.vc_editor.compose-mode .tt_in_from_left, 
body.vc_editor.compose-mode .tt_in_from_center {
   opacity: 1 !important;
}
/*--------------------------------------------------------------
Vector Icon Boxes
--------------------------------------------------------------*/
.true-icon-box {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  /* float: left; */
  margin-bottom: 20px !important;
  /* overflow: hidden; */
  position: relative;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.true-icon-box span.fa-stack {
  margin-bottom: 15px;
}
.true-icon-box:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
  margin: -6px 0 26px 0 !important;
  text-decoration: none;
}
.true-icon-box a {
	text-decoration: none;
  color: #444;
}
.true-icon-box p {
  font-size: 13px;
  line-height: 2;
}
.true-icon-box h1, .true-icon-box h2, .true-icon-box h3, .true-icon-box h4, .true-icon-box h5, .true-icon-box h6 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.true-icon-box .entypo-icon {
  margin-left: 17px;
}
/*--------------------------------------------------------------
Responsive Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 800px) {
.true-services,
.true-features,
.true-circle-loader,
.true-circle-loader-icon {
  margin-bottom: 60px;
}
} /*END 800px */
@media screen and (max-width:767px){
.true-tabs-style-3 .nav-stacked{
  position:relative;
  width:auto;
}
.true-tabs-style-3 .nav-stacked:after{
  display:none;
}
.true-tabs-style-3 .nav-stacked &gt; li.active:after{
  display:none;
}
.true-tabs-style-3 .true-tab-content{
  margin-left:0;
}
.true-tabs-style-3 .true-tab-content p:last-child{
  margin-bottom:0;
}
}/*END 767px */
@media screen and (max-width: 600px) {
.vision_one_third .closeable-x,
.vision_one_fourth .closeable-x,
.vision_one_fifth .closeable-x {
  background: url(../images/shortcodes/alert-closeable.png) 98% 8px no-repeat;
}
.vc_column_container {
  margin-bottom: 50px;
}
}/*END 600px */
/*--------------------------------------------------------------
Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 /**
 * 
 * bootstrap css significantly reduced to only
 * include necessary code for karma-builder elements.
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.true-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.true-nav &gt; li {
  position: relative;
  display: block;
}
.true-nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.true-nav &gt; li &gt; a:hover,
.true-nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.true-nav &gt; li.disabled &gt; a {
  color: #777777;
}
.true-nav &gt; li.disabled &gt; a:hover,
.true-nav &gt; li.disabled &gt; a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.true-nav .open &gt; a,
.true-nav .open &gt; a:hover,
.true-nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.true-nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.true-nav &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.true-tab-content &gt; .tab-pane {
  display: none;
}
.true-tab-content &gt; .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
ul.social_icons.tt_vector_social_icons a.vimeo:after {
	content:"\f27d";
}</pre></body></html>