/* =======================================================================
SMART-Kapp -One Page Respossive HTML5 Template
======================================================================= */

/* =Fonts
-------------------------------------------------------------- */
@import "/Less/SmartBootstrap/fonts.less";


/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;        
}

body {
	font-family: 'Proxima Nova', arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #808080;
	overflow-x: hidden;
	padding-top: 50px;
	line-height: 25px;
	text-align: center;
	background: #fff;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
i {
	vertical-align: middle;
}

/* Selection colours (easy to forget) */
::-moz-selection {
	background: #8DDC97;
	color: #FFF;
}
::selection {
	background: #8DDC97;
	color: #FFF;
}
::-moz-selection {
	background: #8DDC97;
	color: #FFF;
}

a {
	color: #00A84F;
	text-decoration: underline;
	-webkit-transition: all 700ms;
	        transition: all 700ms;
}

a,a:hover {

}
a:visited {
	color: #959597;	
}
a:hover {
	color: #A0D4AD;	
	text-decoration: none;
}

/*---------------------------------------
 **   GLOBAL UTILITY                 -----
-----------------------------------------*/

.desktop {
	display: block;
}
	table.desktop {
		display: table;
	}
	
.mobile,
table.mobile {
	display: none;
}
	
.flex {
	width: 100%;
	max-width: 100%;
}
	
.flex-max {
	width: auto;
	max-width: 100%;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.text-nowrap {
	white-space: nowrap;
}
	
/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/


h1,h2,h3,h4,h5,h6 {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1,h2,h3 {
	font-weight: 300;
}
h1 {
	font-size: 55px;
	line-height: 160%;
}
	h1 strong,
	h2 strong,
	h3 strong {
		font-weight: bold;
}
h2 {
	font-size: 38px;
	line-height: 44px;
	margin: 10px 0;
}
h4,h5,h6 {
	font-weight: bold;
}
h3 {
	font-size:30px;
	line-height: 40px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

.uppercase {
	text-transform: uppercase;
}
.content-text {
	text-align: left;
}
	
.content-text-right {
	text-align: right;
}
.content-text-right-lg {
	text-align: inherit;
}	

.content-text p {
	margin: 0 0 29px 0;
}

.text-white {
	color: #fff;
}
.text-green {
	color: #00A84F;
}
.text-light-gray {
    color: #acacac
}
.text-cyan {
	color: #11c0de;
}	
.text-gray {
	color: #595959;
}
	
.text-dark-gray {
	color: #404040;
}
	
.big-text {
	font-size: 55px;
	line-height: 120%;
}
.small-text {
	font-size: 17px;
	line-height: 23px;
}
.extra-small-text {
	font-size: 14px;
	line-height: 18px;
}
.no-col-padding {
	padding-left:0;
	padding-right: 0;
}
.display-like-table {
	display: table;
}
.display-like-table-cell {
	display: table-cell;
}

/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/


.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
}
.custom-button img {
	margin-top: -5px;
	display: inline-block;
}
.smart-purple-btn,
.smart-purple-btn:visited {
    color: #fff !important;
    background-color: #4d236b !important;
    text-decoration: none;
}
.smart-purple-btn:hover {
    color: #4d236b !important;
    background-color: #ede9f0 !important;
}
.green-btn {
	background: #20AA73;
}
.blue-btn {
	background: #3ab0e2;
}
.smart-cyan-btn,
.smart-cyan-btn:visited {
    color: #fff !important;
    background-color: #11c0de !important;
    text-decoration: none;
}
.smart-cyan-btn:hover {
    color: #fff !important;
    background-color: #067386 !important;
}
.white-outline-btn,
.white-outline-btn:visited,
.white-outline-btn:focus,
.black-outline-btn, 
.black-outline-btn:visited,
.black-outline-btn:focus {
	background-color: transparent;
	padding: 8px 30px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 6px;
	text-decoration: none;
	text-transform: none;
}
.black-outline-btn, 
.black-outline-btn:visited,
.black-outline-btn:focus {
	color: #404040;
	border-color: #404040;
}
.active-button {
    color: #FFF;
	background: #20AA73;
}
.btn-min-size {
	min-width:150px;
}
.inactive-button {
    color: #70C38C;
	background: #bbe7d8;
}

.red-btn,.green-btn,.blue-btn,.yellow-btn,.active-button {
	color: #FFF !important;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
	color: #FFF;
	background: #1288b9;
}
.green-btn:hover {
	color: #FFF;
	background: #70C38C;
}
.white-outline-btn:hover {
	color: #333;
	border-color: #fff;
	background-color: #fff;	
}
.black-outline-btn:hover {
	color: #fff;
	background-color: #404040;
}
.active-button:hover {
    color: #FFF;
	background: #20AA73;
}
.inactive-button:hover {
    color: #FFF;
	background: #20AA73;
}



.btn-grey,
.btn-grey:visited {
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #808080), color-stop(50%, #808081), color-stop(50%, #898989), color-stop(100%, #a3a3a3));
	background-image: -webkit-linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	background-image: -moz-linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	background-image: -ms-linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	background-image: -o-linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	background-image: linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	border-top: 1px solid #5d5d5d;
	border-right: 1px solid #6e6e6e;
	border-bottom: 1px solid #626263;
	border-left: 1px solid #6e6e6e;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(140, 140, 140, 0.8);
	box-shadow: inset 0 0 2px 0 rgba(220, 220, 220, 0.8);
	color: #fff;
	cursor: pointer; 
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 7px 0;
	text-align: center;
	width: 220px; 
	transition: all 0.3s ease-in-out;
}
.btn-grey:hover {
	background-color: #199747;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #199747), color-stop(50%, #199748), color-stop(50%, #34a35d), color-stop(100%, #2aa456));
	background-image: -webkit-linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	background-image: -moz-linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	background-image: -ms-linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	background-image: -o-linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	background-image: linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	border-top: 1px solid #73b88d;
	border-right: 1px solid #9eb6a6;
	border-bottom: 1px solid #9e949a;
	border-left: 1px solid #9eb6a6;
	color: #fff;
}


.btn-green {
	background-color: #199747;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #199747), color-stop(50%, #199748), color-stop(50%, #34a35d), color-stop(100%, #2aa456));
	background-image: -webkit-linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	background-image: -moz-linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	background-image: -ms-linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	background-image: -o-linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	background-image: linear-gradient(top, #199747 0%, #199748 50%, #34a35d 50%, #2aa456 100%);
	border-top: 1px solid #73b88d;
	border-right: 1px solid #9eb6a6;
	border-bottom: 1px solid #9e949a;
	border-left: 1px solid #9eb6a6;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(140, 140, 140, 0.8);
	box-shadow: inset 0 0 2px 0 rgba(220, 220, 220, 0.8);
	color: #fff !important;
	cursor: pointer; 
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 7px 0;
	text-align: center;
	width: 220px; 
	transition: all 0.3s ease-in-out;
}
.btn-green:hover {
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #808080), color-stop(50%, #808081), color-stop(50%, #898989), color-stop(100%, #a3a3a3));
	background-image: -webkit-linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	background-image: -moz-linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	background-image: -ms-linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	background-image: -o-linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	background-image: linear-gradient(top, #808080 0%, #808081 50%, #898989 50%, #a3a3a3 100%);
	border-top: 1px solid #5d5d5d;
	border-right: 1px solid #6e6e6e;
	border-bottom: 1px solid #626263;
	border-left: 1px solid #6e6e6e;
	color: #fff;
}
.btnAppStore,
.btnGooglePlay {
	margin: 20px 10px 10px 10px;
	display: inline-block;
	text-indent: -9999px;
}
		
.btnAppStore {
	width: 206px;
	height: 61px;
	background: url('/kapp/images/v3-images/asset_appStore.png') no-repeat 0 0;
}
	
.btnGooglePlay {
	width: 175px;
	height: 61px;
	background: url('/kapp/images/v3-images/asset_GooglePlay.png') no-repeat 0 0;
}
	
.pixeden  {
    height: 71px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    display: block;
}
	
.pd-icon-plugin {
    background: url('/kapp/images/v3-images/asset_iconPlugin.png') no-repeat;
    width: 71px;
}

.pd-icon-sync {
    background: url('/kapp/images/v3-images/asset_iconSync.png') no-repeat;
    width: 71px;
}	

.pd-icon-write {
    background: url('/kapp/images/v3-images/asset_iconWrite.png') no-repeat;
    width: 71px;
}

.pd-icon-share {
    background: url('/kapp/images/v3-images/asset_iconShare.png') no-repeat;
    width: 71px;
}

.pd-icon-fast {
    background: url('/kapp/images/v3-images/asset-icon-fast.png') no-repeat;
    width: 71px;
}
.pd-icon-save {
    background: url('/kapp/images/v3-images/asset-icon-save.png') no-repeat;
    width: 71px;
}
.pd-icon-security {
    background: url('/kapp/images/v3-images/asset-icon-security.png') no-repeat;
    width: 71px;
}
.pd-icon-session {
    background: url('/kapp/images/v3-images/asset-icon-session.png') no-repeat;
    width: 71px;
}

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/
.red-bg {
	background: #e96656;
}
.green-bg {
	background: #1b9642;
}
.blue-bg {
	background: #3ab0e2;
}
.yellow-bg {
	background: #E7AC44;
}
.dark-bg {
	background: #404040;
}
.white-bg {
	background:  #FFFFFF;
}
.gray-bg {
    background:  #595959;
}
/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: #e96656;
}
.green-text {
	color: #1b9642;
}
.blue-text {
	color: #3ab0e2;
}
.yellow-text {
	color: #f7d861;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF;
}
.true-case {
	text-transform: none;
}
.icon-external-link {
	background: url("/Kapp/images/icon-external-link.png") no-repeat 0 1px;
	width: 12px;
	height: 12px;
	display: inline-block;
}
a:hover .icon-external-link {
	background-position: 0 -12px;
}

.round-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}
.round-icon-green {
	background-color: #3da86f;	
}
.round-icon-demo {
	background-image: url("/Kapp/images/icons/icon-eye.png");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: 24px;	
}
.round-icon-phone {
	background-image: url("/Kapp/images/icons/icon-phone.png");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: 18px;	
}

a.bookademotrigger,
a.bookademotrigger:visited {
	color: #00a84f;
}
/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/

.white-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #F5F5F5;
	bottom: -9px;
	left: 25%;
}
.dark-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #404040;
	bottom: -9px;
	left: 25%;
}
.red-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e96656;
	bottom: -9px;
	left: 12.5%;
}
.green-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #34d293;
	bottom: -9px;
	left: 12.5%;
}


/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/



/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/



section {
	position: relative;
	background: #fff;
}
div > section {
	background: transparent;
}




.margin-this { margin-top: 20px;}




/*---------------------------------------
 **   NAV                  -----
-----------------------------------------*/
/* bootstrap resets */
.nav > li > a:hover, 
.nav > li > a:focus {
	background: none;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
/* nav styles */
.navbar {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 0 !important;
    margin: 0;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
}
.navbar-brand {
	padding: 15px 0 0 0 ;
}
.navbar-brand img {
	width: 100%;
	height: auto;
}
.navbar-nav > li {
	display: inline;
	margin-right: 15px;	
	padding-bottom: 10px;
	text-align: center;
    height: 65px;
}
.navbar-nav > li:nth-last-child(2) {
	margin-right: 15px !important;
}
.navbar-nav > li:last-child {
	margin-right: 0 !important;
}
.navbar-nav > li > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:visited {
	padding: 0;
	font-weight: bold;
	color: #606060;
	text-decoration: none;
    outline: 0;
}

.navbar-nav>li>a.buy-now, 
.navbar-nav>li>a.buy-now:active,
.navbar-nav>li>a.buy-now:focus {
	color: #1b9642;
	background: url('/kapp/images/v3-images/asset_cartIcon.png') no-repeat 100% 1px;
	padding-right: 18px;
	margin-right: 0;
}
.navbar-brand {
	position: relative;
	display: block;
}
.navbar-nav li.current > a {
	color: #24A14B;
	position: relative;
	outline: none;
}

.navbar-nav>li>a:hover {
	color: #24A14B;
	outline: none;
}
.main-nav .current:before,
.navbar-nav>li:hover:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #24A14B;
	bottom: 21px;
	left: 12.5%;
}

.navbar-nav>li.localizer-selector:hover:before {
	display: none;
}
.navbar-nav>li.localizer-selector:hover {
	text-decoration: underline;
	color: #24A14B;
}

.navbar-toggle {
	border: 0;
	background-color: #808080;
	padding: 9px 7px;
    margin-top: 23px;
}
.navbar-toggle.collapsed {}

.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: #24A14B;
	filter: alpha(opacity=100);
	opacity: 1;
}

.sub-nav {}
.sub-nav.disabled { display: none; }

.dropdown-items {
	height: 0;
	overflow: hidden;
}
.dropdown-container {
	padding: 10px 0;
	display: none;
}
.dropdown-container li {
	display: inline-block;
	float: left;
	margin-right: 20px;

    padding: 0;

}
.dropdown-container li a {
	color: #606060;
	font-weight: bold;
    text-decoration: none;	
}
.dropdown-container li a:hover {
	text-decoration: underline;
	color: #00a84f;
}
.dropdown-container li.current a {
	color: #24A14B;
	text-decoration: underline;
}

.dropdown-container ul {
        display: block;
    }


/* Localiser */
/* ******************** */

.localizer-selector {
    height: 100%; 
    padding: 0px;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}

.localizer-selector.active {
    background: #f2f2f2;
}

.localizer-selector .localizer-icon {
    margin: 0px 7px;
}
.navbar .localizer-selector .localizer-info {
    padding: 5px 7px 5px 0;
}
.localizer section > .container {
  padding-top: 20px;
}
.localizer section .localizer-region-section .container {
  padding-top: 0px;
}
.localizer section .container #localizer-hide {
    position: relative;
    top: 30px;
    z-index: 20;
}

.localizer-region-section .col-sm-4 {
  padding-left: 0;
  padding-right: 30px;
}
.localizer p.region-title {
  font-weight: bold;
  padding-top: 10px;
}
.localizer-options li a {
  padding: 5px 15px;
  display: block;
}
.localizer-options li a:hover {
  background-color: #dff0d8; 
  border-radius: 4px;
  cursor: pointer;
}
.localizer-options li a.active {
  border-radius: 4px;
  background-color: #dff0d8; 
  font-weight: bold;
}
/*---------------------------------------
 **   SECTION: Mobile Nav
-----------------------------------------*/
nav.mobile-nav { 
	background-color: #808080;
	margin-bottom: 3px;
	margin-top: 3px;
}
nav.mobile-nav > ul { 
	padding-top: 10px;
}
nav.mobile-nav ul li { 
	padding: 0px 10px 10px;
}
nav.mobile-nav ul li a:visited,
nav.mobile-nav a { 
	padding: 2px;
	margin-bottom: 3px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	width: auto;
	border-radius: 5px;
}

nav.mobile-nav ul li.current a { 
	color: #9DFFCC;
	background-color: #A4A4A4;
}
nav.mobile-nav ul.nav > li:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 6%;
	height: 2px;
	background: #5d5d5d;
	bottom: 5px;
	left: 47%; /* (100-width)/2 */
}
nav.mobile-nav ul ul li {
	padding: 3px 10px;
}
nav.mobile-nav ul ul a {
	font-weight: 300;
	text-transform: none;
	text-align: center;
	line-height: 18px;
}


/*---------------------------------------
 **   SECTION: Language Dropdown 
-----------------------------------------*/
.desktop.no-language-selector { float: right;
	height: 20px;
}
.desktop.language-selector {float: right;
	margin-right: 0px;
}
.desktop.language-selector.initializing {}    
.desktop.language-selector.open {}

.desktop.language-selector .language-selected { cursor: pointer;
	margin: 5px 0px 5px 0px;
	background: url('/kapp/images/icon-globe.png') left center no-repeat;
	padding-left: 18px;
	box-sizing: border-box;
	font-size: 12px;
	background-size: contain;
	line-height: 15px;
	height: 14px;
}

.desktop.language-selector .language-list { position: absolute;
	z-index: 5;
	background-color: #fff;
}

.desktop.language-selector .language-list { transition: all 300ms ease-in-out;
	box-shadow: 0px 3px 2px #e0e0e0;
}

.desktop.language-selector .language-list { display: block;
	max-height: 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	width: 112px;
	right: 15px;
}
.desktop.language-selector.open .language-list { }

.desktop.language-selector .language-list .language-selection {}

.desktop.language-selector .language-list .language-selection a { display: block;
	padding: 2px 5px;
	transition: none;
	text-align: center;
}
.desktop.language-selector .language-list .language-selection a:hover { background: #56565a;
	color: #fff;
}

/*---------------------------------------
**   SECTION: Mobile Language Selector
-----------------------------------------*/
.mobile.language-selector { 
	padding: 10px;
	background: #5d5d5d;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.mobile.language-selector a {
	text-transform: none;
	font-weight: 300;
}
.mobile.language-selector.initializing {}    
.mobile.language-selector.open {}

.mobile.language-selector .language-selected { 

}

.mobile.language-selector .language-list { }

.mobile.language-selector .language-list { margin-bottom: 0; }

.mobile.language-selector .language-list { list-style: none;padding: 0;}
.mobile.language-selector.open .language-list {  }

.mobile.language-selector .language-list .language-selection {
	color: #fff;
}

.mobile.language-selector .language-list .language-selection a { 
	display: block; 
	font-size: 14px;
}
.mobile.language-selector .language-list .language-selection a:hover { }
.mobile.language-selector .language-list .language-selection a.active {
    color: #00A84F; 
}
.mobile.language-selector .region-list .region-selection a.active {
    color: #00A84F; 
}
.mobile.language-selector div #localizer-save {
    margin: 5px 0;
}

.mobile.language-selector .region-selected {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.mobile.language-selector .region-list { margin-bottom: 0; }

.mobile.language-selector .region-list { list-style: none;padding: 0;}
.mobile.language-selector .region-list .region-selection a { 

}
nav.mobile-nav a.custom-button {
    border: medium none;
    border-radius: 4px;
    display: inline-block !important;
    margin: 10px;
    padding: 13px 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

/*---------------------------------------
SECTION: Country selector
---------------------------------------*/
.country-lang-container {
    background: #f2f2f2;
    padding-bottom: 40px;
    display: none;
    font-size: 1.2em;
}

.country-lang-container a {
    text-decoration: none;
    color: #000;  
}

.country-list > strong,
.language-list > strong {
    text-transform: uppercase;
}

.country-lang-container .title-container {
    background: #808080;
    color: #fff;
    height: 64px;
    vertical-align: middle;
}

.country-lang-container .title-container h3 {
    line-height: 64px;    
}

.country-lang-container .title-container .row {
    position: relative;
}

.country-lang-container .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 25px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    background: #000;
    vertical-align: middle;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.country-lang-container .country-list ul,
.country-lang-container .language-list ul {
    padding: 0;
}

.country-lang-container .country-list strong {
    display: inline-block;
    margin: 10px 0;
}

.country-lang-container .country-list ul li,
.country-lang-container .language-list ul li {
    list-style-type: none;
      float: left;
    width: 50%;
   
}
.country-lang-container .country-list ul li.active,
.country-lang-container .language-list ul li.active {
    font-weight: bold;    
}

.country-lang-container .language-list ul {
    margin: 28px 0;
}

.country-list ul li em[class^="famfamfam-flag"] {
    margin-right: 7px;
}

.country-selector,
.language-selector {
    height: 50px;
    padding: 0 10px;
}

.country-selector.active,
.language-selector.active  {
    background: #f2f2f2;
}

.country-selector em {
    width: 16px;
}

.country-selector .glyphicon,
.language-selector .glyphicon {
    font-size: 10px;
}

.country-lang-container-mobile {
    text-align: center;
    background: #5d5d5d;
    padding: 6px;
}

.country-lang-container-mobile ul {
    margin-top: 6px;
    padding-left: 0;
}

.country-lang-container-mobile strong {
    color: #fff;    
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.country-lang-container-mobile .language-item a,
.country-lang-container-mobile .country-item a
 {
    text-transform: none;
}
.country-lang-container-mobile ul {
    position: relative;
}

.country-lang-container-mobile .language-item.active a,
.country-lang-container-mobile .country-item.active a {
    color: #00A84F;
    font-weight: bold;
}


/*---------------------------------------
 **   SECTION: Page Editor Fixes          -----
-----------------------------------------*/
.html-component .scWebEditInput.scEnabledChrome[contentEditable="true"] {
    min-width: 100%;
}
body.is-preview #main-nav, body.is-page-editor #main-nav{
    position: relative !important;    
}



/*---------------------------------------
=========================================
 **   PAGE STYLES                 -----
=========================================
-----------------------------------------*/

/*---------------------------------------
 **   SECTION:  SEPARATORS, BANNERS       -----
-----------------------------------------*/
.section-wrap {
	color: #404040;
	margin: 25px 0;
}
.hide-overflow {
	overflow: hidden;
}
.section-spacer {
	margin-bottom: 70px;
}

.separator-one, 
.separator-two {
	background: rgba(0, 108, 51, 0.85);
	overflow: hidden;
	position: relative;
}
.separator-two {
	background: rgba(28, 134,64, 0.85);
}

.separator-one .green-btn,
.separator-two .green-btn {
	background: #187033;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}
.separator-one .green-btn:hover,
.separator-two .green-btn:hover {
	background: #1EA8A5;
}
.separator-one .text,
.separator-two .text {
	color: #FFF;
	line-height: 34px;
	padding: 0;
	max-width: 980px;
	margin: 0 auto;
}
.overlay-bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.separator-none {
	overflow: hidden;
	position: relative;
}
.separator-none .text {
	color: #FFF;
	padding: 0;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}	
.color-overlay {
	padding: 70px 15px;
	z-index: 10;
}

.product-page-kappiq .feature-banner > div {
	padding-top: 15%;
	padding-bottom: 20px;
}

/*---------------------------------------
 **   GENERAL STYLES - CONTENT PAGES   -----
-----------------------------------------*/



.full-pad {
	margin: 40px 0 60px 0;
}

.full-bottom-pad {
    margin: 0 0 60px 0;
}

.full-top-pad {
    margin: 40px 0 0 0;
}

.no-pad {
	padding-left: 0;
	padding-right: 0;
}

.vertical-pad {
    padding: 20px 0;
}

.vertical-pad-full {
    padding-top: 40px;
    padding-bottom: 60px;
}

.vertical-bottom-pad {
    padding-bottom:20px;
}

.align-table-cell {
    vertical-align: top;
}

.content-text-pad {
    padding: 25px;
}
	
.block-gray {
	background: #f2f2f2;
}
.block-mid-gray {
	background: #d2d2d2;
}
.block-dark-gray {
	background: #2f2f2f;
}
.block-green {
	background: #00a94f;
}
.block-cyan {
	background-color: #22bfd8;
}	
.block-green .section-wrap,
.block-green .section-wrap a,
.block-green .section-wrap h1,
.block-green .section-wrap h2,
.block-green .section-wrap h3,
.block-green .section-wrap h4,
.block-green .section-wrap h5,
.block-green .section-wrap h6 {
	color: #fff;
}
	
.block-green .section-wrap a:hover {
	text-decoration: underline;
}

.go-button {
    vertical-align: baseline;
    margin-left: 6px;
}
	
.stat-table {
	width: 100%;
	font-size: 17px;
}
	.product-page-kappiq .stat-table {
		margin: 60px 0;
	}	
.stat-table th,
.stat-table td {
	font-weight: normal;
	text-align: left;
	padding: 2%;
	border-bottom: 1px solid #d8d8d8;
	position: relative;
	padding: 18px; 

}
.support-stat-table td {
    padding: 2% 20px;
}
.stat-table td.no-border {
    border-bottom: none;
}
	
.stat-table.feat-table th,
.stat-table.feat-table td {
	padding: 1%;
}
	
.stat-table.feat-table th {
	font-weight: bold;
}

.stat-table.feat-table .feat-table-feats {
	width: 50%;
	font-weight: bold;
}

.stat-table.feat-table .feat-table-check {
	width: 25%;
}
		
.stat-table .stat-table-left {
	width: 33%;
}
	
.stat-table .stat-table-right {
	width: 33.3%;
}

.stat-table .stat-table-left-narrow {
    width: 28%;
}
.stat-table .stat-table-right-wide {
    width: 36%;
}
	
.stat-table .stat-table-img img {
	/* min-height: 160px; */
}

.stat-table.right-stat-table .stat-table-right {
	width: 100%;
}
	
.stat-table.right-stat-table .mobile {
	display: none;
}
.stat-table .table-row-buy-now th,
.stat-table .table-row-buy-now td,
.stat-table .table-row-contact th,
.stat-table .table-row-contact td {
	border-bottom: 1px solid #41a85f;
	position: relative;
}
.product-page-kappiq .stat-table .table-row-contact th,
.product-page-kappiq .stat-table .table-row-contact td{
	border-top: 1px solid #41a85f;
}

.stat-table .table-row-contact th {
	font-size: 19px;
}
.stat-table .table-row-contact a {
	font-weight: bold;
}
.stat-table .round-icon-right {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -16px;
}
.stat-table .custom-button {
	margin-left: 0;
}
#kapp-page-template .bv-text-link,
#kapp-page-template .bv-text-link:hover,
#kapp-page-where-to-buy-tabs-template .bv-text-link,
#kapp-page-where-to-buy-tabs-template .bv-text-link:hover {
	color: #404040 !important;
}
	#kapp-page-template .product-page-kapp .bv-text-link,
	#kapp-page-template .product-page-kapp .bv-text-link:hover,
	#kapp-page-where-to-buy-tabs-template .product-page-kapp .bv-text-link,
	#kapp-page-where-to-buy-tabs-template .product-page-kapp .bv-text-link:hover {
		color: #fff !important;
	}
#kapp-page-template .bv-rating-stars-off,
#kapp-where-to-buy-template .bv-rating-stars-off,
#kapp-page-where-to-buy-tabs-template .bv-rating-stars-off {
	color: #d8d8d8 !important;
}
#kapp-page-template .bv-rating-stars,
#kapp-page-where-to-buy-tabs-template .bv-rating-stars,
#kapp-where-to-buy-template .bv-rating-stars {
    cursor: pointer !important;
}
#kapp-page-template .bv-text-link,
#kapp-page-where-to-buy-tabs-template .bv-text-link,
#kapp-where-to-buy-template .bv-text-link {
    cursor: default !important;
}

.dot {
	width: 12px;
	height: 12px;
	background: #0c8f3a;
	border-radius: 10px;
}	

/* SPECS tables */
.spec-table {
	width: 100%;
	font-size: 17px;
	margin-bottom: 10px
}
	.spec-table table {
		width: 100%;
	}
	.spec-table .img-responsive {
		width: 100%;
	}
	.product-page-kapp .spec-table .product-comparison-image {
		height: 100%;
		max-height: 200px;
		width: auto;
	}
.spec-table th,
.spec-table td {
	font-weight: normal;
	text-align: left;
	padding: 5px 15px;
	position: relative;
	width: 33%;
}
	.product-page-kapp .spec-table td,
	.product-page-kapp .spec-table th {
		width: 50%;
	}
.spec-table th {
	text-align: right;
	font-weight: bold;
}
.spec-table td {
	text-align: center;
}
.block-dark-gray .spec-table tr {
	background: #2f2f2f;	
}
.block-dark-gray .spec-table tbody tr:nth-child(even) {
	background: #232323;
}
	.block-dark-gray.product-page-kapp .spec-table tbody tr:nth-child(even) {
		background: #2f2f2f;
	}
.spec-table td .half-width {
	padding: 0 5px;
	width: 50%;
	float: left;
	text-align: center;
}
.spec-table-icon {
	max-width: 24px;
}

.spec-table.spec-table-extra th {
	width: 33%;
}
.spec-table.spec-table-extra td {
	width: 66%;
}
	.product-page-kapp .spec-table th {
		width: 0px;
	}
	.product-page-kapp .spec-table.spec-table-extra th {
		width: 26%;
		display: none;
	}
	.product-page-kapp .spec-table.spec-table-extra th {
		width: 26%;
		display: table-cell;
	}
	.product-page-kapp .spec-table.spec-table-extra td {
		width: 37%;
	}
.spec-table.spec-table-extra tbody tr {
	border-top: 1px solid #ccc;
}

.spec-table.spec-table-extra thead tr,
.spec-table.spec-table-extra tbody tr:nth-child(even) {
	background: #f7f7f7;
}
	.product-page-kapp .spec-table.spec-table-extra thead tr {
		background-color: inherit;
		border: none;
	}
	.spec-table .row-color-lighten {
		background-color: inherit !important;
		border: none !important;
	}
	.spec-table .row-color-extend {
		background-color: #f7f7f7 !important;
		border: none !important;
	}
.spec-table.spec-table-extra tbody tr:nth-child(even) table tr {background: inherit;}
.spec-table.spec-table-extra tbody td {
	text-align: center;
}


/* NEWS */
.block-news {
	position: relative;

}
.block-news.block-green {
	background-color: #00a850;	
}

.block-green .section-wrap,
.block-green .section-wrap a,
.block-green .section-wrap h1,
.block-green .section-wrap h2,
.block-green .section-wrap h3,
.block-green .section-wrap h4,
.block-green .section-wrap h5,
.block-green .section-wrap h6 {
	color: #fff;
}
	
.block-news .news-item {
	margin-bottom: 24px;
	text-align: left;
}
		
.block-quote {
	background: #595959;
}
		
.feedback-box {
	min-height: 355px;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	display: block;
	margin: 13px;
	padding: 25px;
    background: #828383;
    border-radius: 8px;
    box-shadow: none;
    position: relative;
	z-index: 5;
    }
    
.feedback-box .message {
	margin-bottom: 80px;
}
	
.feedback-box .grid-quote {
	position: absolute;
	bottom: 25px;
}
	
.white-box {
	padding: 25px;
	background: #fff;
}
	
.box-item {
	width: 47%;
	margin: 4% 1%;
	display: inline-block;
	vertical-align: top;
}
	
.box-logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5%;
	text-align: left;
}
	
.box-cart {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.location-search {
	width: 100%;
	margin-bottom: 35px;
}

.location-search-left,
.location-search-right {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
			
.location-search label {
	font-size: 27px;
	font-weight: normal;
	color: #14a16d;
	margin-right: 13px;
	padding-top: 12px;
}
	
.location-search input {
	width: 100%;
	font-size: 27px;
	color: #a7a4a0;
	padding: 11px 55px 11px 11px;
	background: url('/kapp/images/asset_icon_search.png') no-repeat right 11px center #f3f3f3;
	border: none;
	border-radius: 8px;
}
	
.marker {
	color: #14a16d;
}
		
.result-item {
	width: 100%;
	margin: 10px 0;
	clear: both;
}

.result-name,
.result-addy,
.result-phone,
.result-dist {
	display: inline-block;
	vertical-align: top;
}
	
.result-name {
	width: 18%;
	color: #14a16d;
	margin-right: 1%;
}

.result-name img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
		
.result-addy {
	width: 45%;
	margin-right: 1%;
}
	
.result-phone {
	width: 15%;
	margin-right: 1%;
}
	
.result-dist {
	width: 15%;
}

/*---------------------------------------
 **   RATINGS AND REVIEWS             -----
-----------------------------------------*/	
.inline-ratings {
    display: inline-block;
}



/*---------------------------------------
 **   GRIDBLOCK - new kapp iq page  -----
-----------------------------------------*/


.gridblock-square,
.gridblock-rectangle {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.gridblock-feature {
	overflow: visible;
	text-align: left;

}
	.gridblocks .custom-button {
		margin-left: 0;
	}
.gridblock-content-wrapper {
	text-align: center;
}
.gridblock-square:before { /* to keep images in a fixed height/width ratio across the row */
    content: "";
    display: block;
    padding-top: 100%;
}
.gridblock-rectangle:before { /* to keep images in a fixed height/width ratio across the row */
    content: "";
    display: block;
    padding-top: 50%;
}
.gridblock-light-green {
	background-color: #59c78c;
}
	.gridblock-light-green a,
	.gridblock-light-green a:visited {
		color: #fff;
	}
.gridblock-medium-green {
	background-color: #33b972;
}
.gridblock-dark-green {
	background-color: #00a94f;
}
.gridblock-cyan {
	background-color: #22bfd8;
}
.gridblock-light-gray {
	background-color: #828282;
}
.gridblock-medium-gray {
	background-color: #595959;
}
.gridblock-dark-gray {
	background-color: #2f2f2f;
}
.gridblock-gray-pro {
	background: url('/kapp/images/kappiq/kappiq-pro-tile-bg-grey2.jpg') repeat-x 0 center;
	background-size: auto 100%;
}
.gridblock-green-pro {
	background: url('/kapp/images/kappiq/kappiq-pro-tile-bg-green.jpg') repeat-x 0 center;
	background-size: auto 100%;
}
.gridblock-green2-pro {
	background: url('/kapp/images/kappiq/kappiq-pro-tile-bg-green2.jpg') repeat-x 0 center;
	background-size: auto 100%;
}
.gridblock-background-image, 
.gridblock-content-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.gridblock-background-image {
	top: auto;
}
	.gridblock-background-image img {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: auto;
	}
.gridblock-content-wrapper .gridblock-text {
	padding: 4vw;
}
	.gridblock-content-wrapper h2 {
		font-size: 3.5vw;
		line-height: 1;
	}
	.gridblock-content-wrapper h3 {
		font-size: 3vw;
		line-height: 1.1;
	}
	.gridblock-content-wrapper p {
		font-size: 3vw;
		line-height: 1.2;
	}
		.gridblock-feature .gridblock-content-wrapper .gridblock-text {
			padding: 13% 30px 0;	
		}
		.product-page-kapp .gridblock-subfeature:nth-child(1) .gridblock-text {
			padding-top: 30%;
		}
		.product-page-kapp .gridblock-subfeature:nth-child(n+2) .gridblock-text {
			padding-top: 11%;
		}

		.gridblock-feature .gridblock-content-wrapper h2,
		.gridblock-subfeature .gridblock-content-wrapper h2 {
			font-size: 7vw;
			padding-bottom: 2vw;
			line-height: 1;
		}
		.gridblock-feature .gridblock-content-wrapper h3,
		.gridblock-subfeature .gridblock-content-wrapper h3 {
			font-size: 6vw;
			padding-bottom: 2vw;
			line-height: 1.1;
		}
		.gridblock-feature .gridblock-content-wrapper p,
		.gridblock-subfeature .gridblock-content-wrapper p {
			font-size: 3.5vw;
			line-height: 1.2;
		}		
.gridblock-hidden {
	display: none;
}
.gridblock-feature {
	background-position: 0% 50%;
	background-size: cover; 
}
.gridblock-control {
	height: 38px;
	padding-top: 2px;
}
	.block-dark-gray .gridblock-control {
		margin: 10px 0;
	}
	.gridblock-control .accordion-toggle {
		padding-top: 3px;
	}
	.gridblock-control a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 33px;
	} 
	.gridblock-control a:hover {
		color: #00A84F;
		text-decoration: none;
	} 
	.gridblock-control .accordion-toggle-icon img {
		height: 28px;
		margin-top: -3px;
	}
.kappiq-how-connect {
	padding-top: 2vw;
}
.kappiq-how-connect .img-responsive {
	display: inline-block;
}

.kapp-triptich .img-responsive {
	width: 100%;
}
/*---------------------------------------
 **   HOME PAGE SPECIFIC              -----
-----------------------------------------*/		

/* SECTION:  BIG VIDEO */
.bigvid-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.bigvid-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* SLIDER SECTION */
.kapp-home-slider-wrapper {
	min-height: 38vw;
	background: url('/kapp/images/loading.gif') no-repeat center center;
}
#kapp-slider {
	background-color: #fff;
}
.kapp-slider-item {
	position: relative;
}
	
.kapp-slider-content {
	width: 100%;
	color: #404040;
	text-align: center;
	position: absolute;
	top: 38%;
	z-index: 3;
}

.kapp-slide-title h2 {
	margin: 0 0 15px 0;
}
	
.kapp-slide-byline {
	margin: 0 0 30px 0;
}
		
.kapp-slide-byline {
	font-size: 22px;
	font-weight: normal;
}

.kapp-slide-extras img {
	display: inline-block;
	margin: 0 1%;
}

.kapp-image-container {
    margin: 2px;
    position: relative;
}
.kapp-image-container .kapp-promo-bin-content {
    width: 85%;
    height: 80%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.kapp-image-container .kapp-promo-bin-content .kapp-promo-bin-text {
    color: #fffeff;
    font-size: 1.5vw;
    text-shadow: -1px -1px 10px #111,  1px -1px 10px #111, -1px  1px 10px #111, 1px  1px 10px #111;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.7vw;
}

.kapp-image-container .kapp-promo-bin-content .secondary-text {
    font-size: 1vw;
    padding-top: 1vw;
}
/* owl carousel overwrites for images */
.grabbing { 
    cursor: url('/kapp/images/v3-images/asset_owl_grabbing.png') 8 8, move;
}
.owl-item.loading {
	background: url('/kapp/images/v3-images/loading.gif') no-repeat center center;
}
.owl-carousel .owl-item .custom-button img,
.owl-carousel .owl-item .feedback-box img {
    display: inline-block;
    width: auto;
}
.owl-carousel .owl-item .feedback-box img.grid-quote-icon {
	width: 45px;
	height: auto;
}
.kapp-home-slider-wrapper .owl-theme .owl-controls {
    margin-top: -31px;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #373737;
    opacity: 0.9;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #a6a6a6;
    opacity: 0.9;
}
		
/* NEWS SECTION */	
.news-grid .col-sm-4 {
	width: 33%
}
	
.news-grid .col-sm-8 {
	width: 66.5%;
}
	
.news-grid2 .col-sm-4 {
	width: 33%;
}
		
.news-grid .col-sm-8,
.news-grid .col-sm-4,
.news-grid2 .col-sm-8,
.news-grid2 .col-sm-4 {
	margin-left: 0.5%;
}
	
.news-grid .col-sm-8:first-child,
.news-grid .col-sm-4:first-child,
.news-grid2 .col-sm-8:first-child,
.news-grid2 .col-sm-4:first-child {
	margin-left: 0;
}
	
.news-grid2 {
	margin-top: 0.5%;
	margin-bottom: 20px;
}

.grid-item {
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
	padding: 4%;
	margin: 2px;
	position: relative;
}
.grid-item a {
	color: #fff;
	font-weight: bold;
}

	
.grid-item-left,
.grid-item-right {
	display: inline-block;
	vertical-align: middle;
}
	
.grid-item-left {
	width: 18%;
	text-align: right;
	vertical-align: top;
}
	
.grid-item-right {
	width: 78%;
	margin-left: 2%;
}
.grid-testimonial .grid-item-left,
.grid-testimonial .grid-item-right {
	width: 48%;
}
	
.grid-title {
	font-size: 16px;
	font-weight: bold;
}
		
.grid-news {
	background: url('/kapp/images/backgrounds/news-grid-kapp-situation.jpg') no-repeat 0 0;
	background-size: cover;
}

.grid-award .grid-item-right {
	position: relative;
}
	
.grid-award .grid-item-right .custom-button {
	margin-left: 0;
}
.grid-blog .grid-item-left, .grid-award .grid-item-left, .grid-follow .grid-item-left, .grid-news .grid-item-left,
.grid-blog .grid-item-right, .grid-award .grid-item-right, .grid-follow .grid-item-right, .grid-news .grid-item-right {
	margin-top: 35px;
}
.grid-award {
	background: #06a84f;

}
.grid-size-icon {
	width: 45px;
	height: auto;
	margin-top: 10px;
}
.grid-testimonial {
	background: url('/kapp/images/backgrounds/asset_testimonial_bg.jpg') no-repeat 0 0;
	background-size: cover;
}
	
.grid-quote {
	font-size: 12px;
	margin-top: 20px;
}
	
.grid-quote-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
	
.grid-quotee {
	width: 70%;
	line-height: 120%;
	display: inline-block;
	vertical-align: middle;
}
	
.grid-blog {
	background: #595959;
}
	
.grid-follow {
	background: #cdeedc;
	color: #404040;
}
.grid-follow a {
	color: #404040;
}
.award-logos > div {
	min-height: 140px
}
.award-logos img {
	max-width: 100px;
	padding-bottom: 15px;
}


.news-accordion-controls {
	padding: 10px 0;
	display: none;
}
.white-controls {
	background-color: #e8e8e8;
}
.green-controls {
	background-color: #009043;
}
.gray-controls {
	background-color: #808080;
}
.gradient-gray-controls {
	background: url('/kapp/images/kappiq/control-bg-tile.gif') repeat-x 0 0;
	background-size: auto 100% auto;
}
.news-accordion-controls a > img {
	width: 20px;
	margin-left: 8px;
}
.news-accordion-controls a,
.news-accordion-controls a:visited {
	color: #00a84f;
}
.news-accordion-controls.green-controls a,
.news-accordion-controls.green-controls a:visited {
	color: #fff;
}
.news-accordion-controls .toggle-open,
.news-accordion-controls .toggle-close {
	display: none;
}

/*---------------------------------------
 **   SECTION:  OUR FOCUS             -----
-----------------------------------------*/

/* FOCUS BOX */
.focus-box {
	padding-bottom: 20px;
	position: relative;
}

.focus-box .service-icon {
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	border-radius: 50%;
	border: 10px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: border 0.2s ease-in-out;
	        transition: border 0.2s ease-in-out;
}
.focus-box-active {
	background: url(/kapp/images/v3-images/asset-focus-box-arrow.png) no-repeat bottom center;
}

.focus-box-active.green .service-icon {
	border: 10px solid #34d293;
}
.focus-box-detail {
	position: relative;
	background-color: #e8e8e8;
	overflow: hidden;
}
.focus-box-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: auto;
}
.focus-box-image-right {
	left: 50%;
}
.focus-box-words {
	font-size: 17px;
	line-height: 27px;
	padding: 20px 30px 10px;
	text-align: left;
	color: #555;
}
.focus-box-accordion .focus-box {
	cursor: pointer;
}
.focus-box-accordion .detail-collapsed {
    display: none;
}


/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,.green,.blue,.yellow {
	-webkit-transition: border 0.2s ease-in-out;
	        transition: border 0.2s ease-in-out;
}
.red:hover .service-icon {
	border: 10px solid #e96656;
}
.green:hover .service-icon {
	border: 10px solid #34d293;
}
.blue:hover .service-icon {
	border: 10px solid #3ab0e2;
}
.yellow:hover .service-icon {
	border: 10px solid #f7d861;
}

.focus-box h5 {
	margin-bottom: 15px;
	color: #404040;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 17px;
}
.focus-box h5.text-white {
	color: #fff;
}
.focus-box p {
	font-size: 14px;
}


/*---------------------------------------
 **   SECTION:  PORTFOLIO          -----
-----------------------------------------*/


/* IMAGE GRID */
.cbp-rfgrid {
	margin: auto;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%; /* Fallback */
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	-webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear;
}
.cbp-rfgrid li a,.cbp-rfgrid li a img {
	display: block;
	max-width: 100%;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	        transform: scale(1,1);
	-webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
	-webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear;
}
.cbp-rfgrid li a:hover img {
	-webkit-transform: scale(1.05,1.07);
	-ms-transform: scale(1.05,1.07);
	        transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a .project-info {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.5);
	padding-top: 25%;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
}
.cbp-rfgrid li a .project-info .project-details {
	position: relative;
	top: -29px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
	width: 100%;
}
.cbp-rfgrid li a .project-info h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.cbp-rfgrid li a:hover .project-info {
	filter: alpha(opacity=100);
	opacity: 1;
}
.cbp-rfgrid li a:hover .project-details {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
.cbp-rfgrid li a:hover .button {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: -50px;
}


/* PROJECT DETAILS LOADER */

#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(/images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	        background-size: 30px 30px;
	border-radius: 5px;
}

/*---------------------------------------
 **   SECTION: APP          -----
-----------------------------------------*/
.app-store-cta .btnGooglePlay {
	background-size: cover;
	height: 42px;
    width: 121px;
}
.app-circles .focus-box-words,
.app-circles .focus-box-detail {
	padding: 0;
}
.app-circles .focus-box-words .title,
.app-circles .focus-box-words strong {
	font-weight: bold;
}


.focus-box-starter, .focus-box-plus {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.focus-box-plus {
	background: #b2d9c4;
}
.focus-box-plus .title {
	color: #00a94f;
}

.app-comparison .app-column {
	padding-left: 0;
	padding-right: 0;
}
.app-type-starter, .app-type-plus {
	border-top: 1px solid #353535;
	border-bottom: 1px solid #353535;
	padding: 1px 0;
	margin-bottom:20px;
}
.app-title {
	padding: 10px 15px;
	height: 120px;
	overflow:hidden;
}
.app-type-starter > div.app-title {
	background: url('/kapp/images/v3-images/app-green-header-bg.png') no-repeat center top;
	background-size: cover;
}
.app-type-plus > div.app-title {
	background: url('/kapp/images/v3-images/app-green-header-plus-bg.png') no-repeat center top;
	background-size: cover;
}
.app-title h2 {
	margin-bottom: 0;
}
.app-features {
	padding: 0 15px 20px 15px;
}
.app-features ul {
	line-height: 22px;
}
.app-features li {
	padding-bottom: 20px;
}
.app-store-cta .btnAppStore {
	background-size: cover;
	height: 42px;
    width: 142px;
}



/*---------------------------------------
 **   SECTION: Where To Buy          -----
-----------------------------------------*/

/* tabs (where to buy )*/ 

.tab-link h4 {
	font-size: 19px;
	line-height: 19px;
}

h4.tab-title {
	font-size: 19px;
	line-height: 19px;
}

.mobile-tabs .tab-link {
	background: #f3f3f3;
	padding: 15px 20px;
	color: #404040;
	margin-top: 1px;
	cursor: pointer;
}
.mobile-tabs .tab-link .col-xs-12 {
	position: relative;	
}
.tab-icon {
	position: absolute;
	right: 0;
	top: -3px;
	width: 28px;
	height: 28px;
	background: url('/kapp/images/icons/circle-green-plus.png') no-repeat 0 0;
	background-size: cover;
}
.current .tab-icon {
	background: url('/kapp/images/icons/circle-green-minus.png') no-repeat 0 0;
	background-size: cover;
}
.desktop-tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.desktop-tabs .tab-link {
	background: #d9d9d9;
	color: #404040;
	display: inline-block;
	padding: 15px 50px 10px;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
}
.flip-flop-block {
	background: #fff;
}

.desktop-tabs .special-tabs .tab-link.current{
	background: #ededed;
	color: #222;
}

.desktop-tabs .tab-link:hover,
.desktop-tabs .tab-link.current{
	background: #fff;
}
.desktop-tabs .tab-link.current{
	display: inline-block;
}
.buy-online-content.current,
.buy-local-content.current {
	display: block;
}
.main-content {

}

/* General */
.buy-local-content .results.list {
	font-size: 17px;
}

.buy-local-content .no-bullets {
    list-style-type: none;
    padding-left: 0;
}

.buy-local-content a:hover {
    color: #24A14B;
    text-decoration: underline;
}

.buy-local-content .force-hide {
    display: none !important;
}
.featured-reseller-list {
	border-radius: 10px;
}
.resellers-item {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.resellers-item:nth-child(1) {
	border-top: 1px solid #ccc;
}
.resellers-item img {
	width: 265px;
}
.resellers-item .buy-now-cta {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}
/* Icons*/
.buy-local-content .icon {
    background: url(/kapp/images/sprites.png) top left no-repeat;
    display: inline-block;
}

.buy-local-content .icon-map-pin {
    background-position: -11px -734px;
    height: 22px;
    width: 15px;
}

/* Buy now */
.no-cssgradients .buy-local-content {
    background-color: #f2f2f2;
}

.buy-local-content .container {
    padding-bottom: 0;
}

/*
.buy-local-content .search {
    padding-top: 30px;
    padding-bottom: 20px;
}
    */
.buy-local-content .resellers-near {
    padding: 0 45px 0 0;
}

.buy-local-content .resellers-near h2 {
    margin-bottom: 0.25em;
    font-size: 1.5em;
}

.buy-local-content .inputs {
    z-index: 3;
}

.buy-local-content .inputs .search-field form {
	width: 285px;
	position: relative;
}
.buy-local-content .inputs form input[type="text"] {
    background-color: #c8eadc;
    border-radius: 10px;
    border: 0;
    outline: 0;
    padding-left: 10px;
    padding-right: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #404040;
    position: relative;
    display: block;
    width: 100%;
}

.buy-local-content .inputs form input[type="submit"] {
    border: 0;
    background: url(/kapp/images/icons/icon-loupe-circle-green.png) top left no-repeat;
    background-size: cover;
    background-color: transparent;
    position: absolute;
    right: 3px;
    top: 3px;
    height: 30px;
    width: 30px;
    margin: 0;
}
.buy-local-content .inputs .reseller-precise {
	text-align: center;
}
.buy-local-content .inputs .reseller-precise .icon {
    margin-top: 0.25em;
}

.buy-local-content .inputs .reseller-precise a {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    top: -5px;

}

.buy-local-content .resellers-near h2 {
    margin-top: 0;
    font-size: 1.75em;
}

.buy-local-content .reseller-list {
    padding-bottom: 3em;
}

.buy-local-content .reseller-list .spinner {
    display: none;
    text-align: center;
}

.buy-local-content .reseller-list .cta {
    margin: 2em 30px 0 30px;
}

.buy-local-content .reseller-list .cta:hover {
    color: #fff;
    text-decoration: none;
}

.buy-local-content .reseller-list.loading .spinner {
    display: block;
}

.buy-local-content .reseller-list .spinner img {
    width: 3em;
    height: 3em;
}

.buy-local-content .reseller-list .results {
    padding: 0 30px;
}

.buy-local-content .reseller-list .results > .row {
    margin-top: 1.5em;
}

.buy-local-content .reseller-list .results .row .name {
	position: relative;
	font-size: 19px;
}
.buy-local-content .reseller-list .results .row .name .plus-icon {
	position: relative;
	display: inline-block;
	top: 5px;
	left: -8px;
	height: 22px;
	width: 22px;
	background: url('/kapp/images/icons/circle-green-plus.png') no-repeat 0 0;
	background-size: cover;
}
.buy-local-content .reseller-list .results .row.open .name .plus-icon {
    background: url('/kapp/images/icons/circle-green-minus.png') no-repeat 0 0;
    background-size: cover;
}
.buy-local-content .reseller-list .results .row .name a {
    cursor: pointer;
}

.buy-local-content .reseller-list .results .row .proximity {
    font-weight: bold;
}

.buy-local-content .reseller-list .results .expanded-record {
    display: none;
    margin-top: 0.5em;
}

.buy-local-content .reseller-list .results .expanded-record .reseller-info-container {
    position: relative;
    margin-top: 30px;
}

.buy-local-content .reseller-list .results .expanded-record .expanded-record-arrow {
    background: url(/kapp/images/sprites.png) top left no-repeat;
    width: 30px;
    height: 30px;
    background-position: -39px -383px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: -25px;
}

.buy-local-content .reseller-list .results .expanded-record > .row {
    margin-top: 0;
    border-radius: 0.5em;
}

.buy-local-content .reseller-list .results .expanded-record > .row h1, .buy-local-content .reseller-list .results .expanded-record > .row h2 {
    margin-top: 0;
}

.buy-local-content .reseller-list .results .expanded-record > .row .reseller-info {
    font-weight: 300;
    background-color: #F6F6F6;
    margin-top: 1em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    padding: 0 2em;
}

.buy-local-content .reseller-list .results .expanded-record > .row .reseller-info .details {
    padding: 0;
}

.buy-local-content .reseller-list .results .expanded-record > .row .map iframe {
    background-color: #F6F6F6;
}

.buy-local-content .reseller-list .results .expanded-record > .row .reseller-info .row {
    margin-top: 0;
}

.buy-local-content .reseller-list .results .expanded-record > .row .reseller-info h1 {
    font-size: 1.25em;
    color: #454545;
    font-weight: bold;
    line-height: 1.25em;
    padding-top: 0.75em;
    padding-bottom: 0.5em;
}

.buy-local-content .reseller-list .results .expanded-record > .row .reseller-info h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #454545;
    margin-bottom: 0.35em;
    margin-top: 0.25em;
    padding: 0 !important;
}

.buy-local-content .reseller-list .results .expanded-record .row {
    margin-left: 0;
    margin-right: 0;
}

.buy-local-content .reseller-list .results .expanded-record .reseller, .buy-local-content .reseller-list .results .expanded-record .map {
    padding-left: 0;
    padding-right: 0;
}


.buy-local-content .reseller-list .reseller-results-none {
    margin: 20px 40px;
    padding-left: 15px;
    display: block;
    text-align: center;
}

.where-to-buy-listings {
    min-height: 300px;
}

.csstransforms.csstransitions .icon-arrow-green-down {  
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    transition: all 200ms ease-in-out;
}

.csstransforms.csstransitions .open .icon-arrow-green-down {  
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);    
}

.icon-arrow-green-down {
    width: 12px;
    height: 12px;
    background-position: -54px -930px !important;
}
.icon {
    background: url(/media/sprites.png) top left no-repeat;
    display: inline-block;
}


.kapp-product-select .dropcontainer {
	position:relative;
	font-size: 22px;
	font-weight: bold;
	color: #404040;
	background: #c0eade;
	min-width: 285px;
	text-align: left;
	
} 

.kapp-product-select-box {
    background: #c0eade url("/kapp/images/icons/icon-chevron-down.png") no-repeat scroll 98% center;
    border: medium none;
    border-radius: 10px;
    color: #404040;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    padding: 7px 40px 8px 10px;
    text-align: left;
    text-decoration: none;
    min-width: 285px;
    text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.kapp-product-select-box::-ms-expand {
	display: none;
} 

.kapp-product-select-box:focus {
	border: none;
	outline: none;
} 

.kapp-product-select .trigger:hover {
	color: #404040;
	background: #c0eade url('/kapp/images/icons/icon-chevron-down.png') 98% center no-repeat;
}

.kapp-product-select .activetrigger {
    background: #c0eade url("/kapp/images/icons/icon-chevron-up.png") no-repeat scroll 98% center;
    border: medium none;
    border-radius: 10px;
    color: #404040;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    padding: 7px 5px 8px 10px;
    text-decoration: none;
    width: 285px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.kapp-product-select .activetrigger:hover {
	background: #95d8b5 url('/kapp/images/icons/icon-chevron-up.png') 98% center no-repeat;
}

.kapp-product-select .activetrigger:active {
	background: #c0eade url('/kapp/images/icons/icon-chevron-up.png') 98% center no-repeat;
	color: #777;
}

.kapp-product-select .dropcontainer ul {
	font-size: 18px;
	border: none;
	border-top: none;
	background: #c0eade;
	list-style-type: none;
	padding: 0px;
	margin: 0;
	width: 100%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.kapp-product-select .dropcontainer ul li {
	padding: 5px 10px;
	width: 100%;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}
.kapp-product-select .dropcontainer ul li a,
.kapp-product-select .dropcontainer ul li a:hover,
.kapp-product-select .dropcontainer ul li a:visited {
	color: #404040;
	text-decoration: none;
}
.kapp-product-select .dropcontainer ul li:hover {
	background: #95d8b5;
	outline: none;
}

.kapp-product-select .dropcontainer ul li:first-child {
	display: none;
}

.kapp-product-select .dropcontainer ul li:last-child {
	border-bottom: none;
}

.kapp-product-select .dropdownhidden {
	display: none;
}

.kapp-product-select .dropdownvisible {
	height: auto;
	width: 100%;
	padding: 0;
	position: absolute;
}




/* FORMS */

.kapp-form li > label {
    margin-right: 3px;
}

.kapp-form label.required {
    background: url(/Kapp/Images/required.png) no-repeat right 8px;    
}

.kapp-form label.error {
    color: #ff0000;
    font-size: 0.8em;
    margin-left: 10px;
    text-align: left;
}

.kapp-form input.error, textarea.error {
    border: 1px red solid;
}

form.kapp-form ol {
    list-style: none;
}

form.kapp-form li {
    padding: 0 0 10px;
    width: 100%;
    display: block;
    float: left;
    clear: left;
}
form.kapp-form label {
    float: left;
    min-width: 200px;
    padding: 5px 10px 0 0;
    text-align: right;
    line-height: 24px;
}

form.kapp-form input[type='text'], 
form.kapp-form input[type='file'], 
form.kapp-form input[type='email'],
form.kapp-form input[type='tel'],
form.kapp-form .text-input, 
form.kapp-form textarea,
form.kapp-form select {
    /*
    float: left;
    color: rgb(64, 64, 64);
    padding: 1px;
    */
	background-color: #fff;
    border: 0 none;
    border-radius: 5px;
    color: rgb(64, 64, 64);;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    outline: 0 none;
    padding: 4px 7px;
    position: relative;
}

form.kapp-form textarea {
    width: 350px;
    height: 100px;
}

form.kapp-form {
    margin-top: 10px;
}

.kapp-form div.fileInput {
    position: relative;
    float: left;
}

.kapp-form div.fakeFileInput {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.kapp-form input[type=file] {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    padding: 3px 0 4px 0;
    float: left;
}

.kapp-form input#fakeFileInput {
    margin-right: 10px;
    float: left;
    min-width: 210px;
}

.kapp-form #fileInput {
    margin-bottom: 0;
}
.kapp-form .fileInput #browseButton {
	float: left;
} 
.kapp-form #fileMessages {
    margin-bottom: 0;
    display: none;
}
.kapp-form #RemoveFile {
    float: left;
    cursor: pointer;
}

.kapp-form #Submit,
.kapp-form #KappBookADemoSubmit {
    margin: 10px 0 0 0;
    float: left;
}

.kapp-form #Attachment-error {
    display: inline-block;
    margin-left: 0;
    min-width: 300px;
}

.kapp-form textarea.error + label.error {
    margin-left: 204px;
}

.kapp-form #confirmationMessage h2 {
    margin-top: 40px;
}

form.kapp-form li label span {
    font-size: 0.75em;
    color: rgb(160,160,160);
}

textarea.error + label.error {
    margin-left: 204px;
}

#confirmationMessage h2 {
    margin-top: 40px;
}

#loading {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f2f2f2;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 5;
}
#loading img {
    width: 112px;
    height: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -56px 0 0 -56px;
}


#InlineLoading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #00a94f;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 19px;
    height: 19px;
}
.footer-lead-form #InlineLoading {
    background: #171717;
    opacity: 1;
    filter: alpha(opacity=100);
}


#InlineLoading img{
    width: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    left: 0;
}

.footer-lead-form #InlineLoading img{
    top: 13px;
}

#kapp-page-where-to-buy-tabs-template #KappBookADemo {
    display: none;
}
#kapp-page-where-to-buy-tabs-template #KappBookADemo .section-wrap {
   margin-top: 0px;
}

/*---------------------------------------
 **   SECTION: Terms          -----
-----------------------------------------*/
.backgroundsize .terms {
    background: url(/kapp/images/kappiqbg.jpg) 50% 0% / cover no-repeat;   
}

.no-backgroundsize .terms {
    background: url(/kapp/images/kappiqbg.jpg) center center no-repeat;
}

.terms-content {
    text-align: left;
    margin: 40px 0px;
}

/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/
#footer {
	background: #272729;
	color: #fff;
}

.footer-logos {
	text-align: left;
	padding: 30px 0;
}

.footer-logos img {
	vertical-align: top;
}
	
.footer-logos img {
	display: inline-block;
}
		
.footer-logo-left {
	margin-right: 26px;
}
	
.footer-copyright {
	font-size: 12px;
	font-weight: 300;
	margin-top: 15px;
}
	
.footer-copyright a {
	color: #fff;
}

.footer-lead-form {
    line-height: 15px;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
}

.footer-lead-form-button {
    padding-left: 0;    
}

.footer-lead-form-submit {
    background: url('/kapp/images/v3-images/footerSubmit.png') no-repeat 96% #171717;
    background-position: left center;
    height: 44px;
    padding: 0;
    cursor: pointer;
}
.footer-lead-form-field {
    padding: 0 5px 0 15px;
}
	
.footer-sep {
	line-height: 100%;
	padding-left: 4px;
	border-left: 1px solid #15633a;
}
		
.social {
	padding: 15px 0 36px 0;
	background: #171717;	
}

.social.social-content {	
	text-align: left;
	padding-left: 38px;
	padding-right: 38px;
}

.social-icon {
	display: inline-block;
	margin-right: 4px;
}
			
.social input {
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	padding: 4px 12px;
	border: 1px solid #828383;
	margin-top: 10px;
	border-radius: 4px;
    background-color: #272727;
}


.social-sprites, .buy-now-cta, .request-quote-cta { 
	background:url("/kapp/images/icons/social-sprites.png") top left no-repeat; 
	display: inline-block;
	margin: 0 5px 0 0;
	-webkit-transition: none;
	        transition: none;
}

.buy-now-cta, .request-quote-cta {
	position: relative;
	top: 15px;
}

.linkedin-on{ width:36px; height:36px; background-position:-10px -10px; }
.linkedin{ width:36px; height:36px; background-position:-10px -56px; }
.twitter-on{ width:36px; height:36px; background-position:-10px -102px; }
.twitter{ width:36px; height:36px; background-position:-10px -148px; }
.facebook-on{ width:36px; height:36px; background-position:-10px -194px; }
.facebook{ width:36px; height:36px; background-position:-10px -240px; }
.quote-icon, .request-quote-cta { width:32px; height:32px; background-position:-10px -370px; }
.quote-icon-on { width:32px; height:32px; background-position:-10px -286px; }
.cart, .buy-now-cta { width:32px; height:32px; background-position:-10px -412px; }
.cart-on{ width:32px; height:32px; background-position:-10px -328px; }

.social li {
	display: inline-block;
	margin: 5px;
}
.social li a {
	color: #939393;
	font-size: 18px;
}
.social li a:hover {
	color: #24A14B;
}


/*---------------------------------------
 **   SECTION: Footer
-----------------------------------------*/

#videoModal .modal-content {
    padding-top: 10px;
}

img.kapption-video, img.kapp-video, img.kapp-video + div {
    cursor: pointer;
}
#videoModal .modal-lg {
    width: 660px;
}
	#videoModal .modal-lg iframe {
		width: 640px;
		height: 390px;
	}
.inline-lead-form-content {
    margin: 8px 0;
    color: #00a94f;
}
	.block-green .inline-lead-form-content {
		color: #fff;
	}
	.block-mid-gray .inline-lead-form-content {
	    color: #404040;
	}
.inline-lead-form {
	font-weight: 300;
	margin: 7px 0;
    text-align: left;
    color: #00a94f;
}
	.block-green .inline-lead-form {
	    color: #fff;
	}
	.block-mid-gray .inline-lead-form {
	    color: #404040;
	}
.inline-lead-form-button {
    padding-left: 0;    
}

.inline-lead-form-submit {
    background: url('/kapp/images/v3-images/submit-green.png') no-repeat 96% #fff;
    background-position: left center;
    padding: 2px 0 0 0;
    cursor: pointer;
}
	.block-mid-gray .inline-lead-form-submit {
		background: url('/kapp/images/v3-images/footerSubmit.png') no-repeat 3% #d2d2d2;
	}
	.block-green .inline-lead-form-submit {
	    background: url('/kapp/images/v3-images/submit-white.png') no-repeat 96% #00a94f;
	    background-position: left center;
	}
.inline-lead-form-field {
    padding: 0 5px 0 15px;
}
.inline-lead-form-field label.error {
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.inline-lead-form input {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
    line-height: 15px;
	padding: 4px 12px;
	border: 1px solid #00a94f;
	border-radius: 4px;
    background-color: #43bf6b;
    color: #fff;
   
}
	.block-mid-gray .inline-lead-form input {
		background-color: #b2b2b2;
		border: 1px solid #727272;
		color: #333;		
	}
.inline-lead-form input:focus {
    outline: 0;
}

.inline-lead-form input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.inline-lead-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.inline-lead-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.inline-lead-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}
	.block-mid-gray .inline-lead-form input::-webkit-input-placeholder,
	.block-mid-gray .inline-lead-form input:-moz-placeholder,
	.block-mid-gray .inline-lead-form input::-moz-placeholder,
	.block-mid-gray .inline-lead-form input:-ms-input-placeholder {
		color: #ccc !important;
	}

/* This is for angular to hide elements while the page is loading.  Angular then removes the class form the element when it is interpreting the template.*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}


/*---------------------------------------
 **  REGIONALIZATION AND CONTENT HIDING
-----------------------------------------*/

/* Hide  CA and US Store links by default*/
.navbar-nav > li.store-us, 
.navbar-nav > li.store-ca,
.mobile-nav .nav >li.store-us,
.mobile-nav .nav >li.store-ca {
	display:none;
}
.navbar-nav > li:empty,
.mobile-nav .nav > li:empty {
	display:none;
}
/* SHOW US and CA Store menu Links if in those regions, and HIDE global where to buy menu link */

body.region-ca .navbar-nav > li.store-global,
body.region-us .navbar-nav > li.store-global,
body.region-ca .mobile-nav .nav > li.store-global,
body.region-us .mobile-nav .nav > li.store-global {
	display:none;	
}
/* desktop */
body.region-ca .navbar-nav > li.store-ca,
body.region-us .navbar-nav > li.store-us {
	display: inline;
}
/* mobile */
body.region-us .mobile-nav .nav > li.store-us,
body.region-ca .mobile-nav .nav > li.store-ca {
	display: block;
}


/*---------------------------------------
 **   CROSS-BROWSER CRAP
-----------------------------------------*/
.unsupported-browser {
    display: none;
    background: #00a94f;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}

.unsupported-browser a, .unsupported-browser a:visited {
    color: #ffffff;
	text-decoration: underline;
}

.lt-ie10 .unsupported-browser {
    display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	/* IE10+ specific styles go here */ 
	.stat-table th,
	.stat-table td {
		padding: 18px; 
		min-height: 0%;
		height: 100%;  	
	}
	.stat-table .round-icon-right {
		top: 45px;
	}
	/* mobile view - use th*/
	.stat-table th .round-icon-demo {
		top: 30px;
	}	
}
