html {
	margin: 0;
}
body {
	background: url('../images/bg-subtle-dots.png') repeat left top #FFFFFF;
	color: #000000;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px;
	padding-top: 131px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #648A43;
	text-decoration: none;
}
a:hover {
	color: #8FB450;
	text-decoration: underline;
}
p {
	line-height: 1.6;
	margin: 0 0 17px;
}

.white { background: #FFFFFF; }
.reference {
	font-size: 12px;
}
.icon-muted {
	color: #DDDDDD;
}
.scrolltop {
	background-color: #EEEEEE;
	border: 1px solid darkGray;
	border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	display: none;
	height: 36px;
	opacity: 0.8;
	filter: alpha(opacity=60);
	position: fixed;
	right: 1%;
	/*text-indent: -9999px;*/
	top: 89%;
	width: 36px;
	padding: 1px 0 0 3px;
	z-index: 33;
}
.scrolltop span {
	position: relative;
	top: 7px;
	left: 10px;
}
input[type="radio"], input[type="checkbox"] {
	line-height: normal;
	margin: 5px 1px 5px 15px;
	vertical-align: top;
}
ul.no-disc {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 17px;
}
ul.no-disc-form {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 17px;
}
ul.no-disc-form-left-lists {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 17px;
}
ul.no-disc-form-left-lists li {
	float: left
}
.accordion-inner {
	background: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	padding: 9px 15px;
}
/* Old versions of IE patches */
.old-ie #hero .carousel-inner .row {
	padding-left: 55px;
}
.old-ie #box_login .box .social a.face_login span.text {
	font-size: 16px;
	margin: 8px 0 0 10px;
}
.old-ie .nav-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
}
.margin-top {
	margin-top: 20px;
}
.span1.margin-left-10 {
	margin-left: 10px;
}
margin-left-10 {
	margin-left: 10px;
}
.padding-top {
	padding-top: 20px;
}
/* Bootstrap overrides */

.btn-success {
	background-color: #8FB450;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: -moz-linear-gradient(top, #8fb450, #648a43);
	background-image: -ms-linear-gradient(top, #8fb450, #648a43);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fb450), to(#648a43));
	background-image: -webkit-linear-gradient(top, #8fb450, #648a43);
	background-image: -o-linear-gradient(top, #8fb450, #648a43);
	background-image: linear-gradient(top, #8fb450, #648a43);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'8fb450, endColorstr='#'648a43, GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #648a43;
	color: #fff;
}
.btn-success:active, .btn-success.active {
	background-color: #408140 \9;
}
.btn-lava {
	background-color: hsl(28, 100%, 29%) !important;
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C35B29", endColorstr="#934500");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#C35B29), to(#934500));
	background-image: -moz-linear-gradient(top, #C35B29, #934500);
	background-image: -ms-linear-gradient(top, #C35B29, #934500);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C35B29), color-stop(100%, #934500));
	background-image: -webkit-linear-gradient(top, #C35B29, #934500);
	background-image: -o-linear-gradient(top, #C35B29, #934500);
	background-image: linear-gradient(#C35B29, #934500);
	border-color: #934500 #934500 hsl(28, 100%, 24%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
.btn-large {
	border-radius: 5px 5px 5px 5px;
	padding: 7px 19px;
}
.carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: -20px;
	font-size: 35px;
	font-weight: bold;
	line-height: 23px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	filter: alpha(opacity=50);
	opacity: 1;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #81A74C;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #92C65F;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #92C65F;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #92C65F;
}
.accordion-body.in.collapse {
  background: none repeat scroll 0 0 #FFFFFF;
}
/* Navbar
-------------------------------------------------- */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.navbar-fixed-top {
	margin-bottom: 0;
}
.navbar-fixed-top.scroll {
	opacity: 0.96;
}
.navbar-inner {
	background: url("../../_assets/images/nav_bg.jpg") 0 0 repeat #242b35;
	border-bottom: 0 none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	filter: none;
	padding: 15px 0 16px 0;
}
.navbar .brand {
	font-size: 26px;
	padding: 4px 20px 4px 20px;
	text-shadow: none;
}
.navbar .nav-collapse .nav.pull-right {
  margin-bottom: 30px;
}
.navbar .nav.pull-right {
	top: 30px;/*margin-right: 40px;*/
}
.navbar .nav > li > a {
	color: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	margin: 5px;
	padding: 5px 10px;
	text-shadow: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.navbar .nav > li > a:hover {
	color: #CCCCCC;
}
.navbar .nav > li.active > a, .navbar .nav > li.active:hover > a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	padding-bottom: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	background: none;
	color: #fff;
}
.btn-dropnav {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 7px 10px;
	display: none;
}
.btn-dropnav .icon-bar {
	background-color: #F5F5F5;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #CCCCCC;
}
.dropdown-menu li > a {
	border: 1px solid #EEEEEE;
	Border-radius: 6px 6px 6px 6px;
	margin: 6px 10px 6px 10px;
	padding: 10px 20px;
}
.dropdown-menu li > a img {
	max-width: 200px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-color: #FFFFFF !important;
	text-decoration: none;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 .gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 *background-color: #e6e6e6;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e6e6e6");
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #5FAF08;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 979px) {
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
	background: none !important;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	color: #ccc;
	border: none;
}
.nav-collapse .dropdown-menu a img {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
}
}
/* Index
-------------------------------------------------- */

/* carousel section */
#hero {
	padding-top: 50px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%, #f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%, #f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0 ); /* IE6-9 */
	height: auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #d1d2d4;
	box-shadow: 0px 3px 8px 0px #e7e7e7;
}
#hero .carousel-control.left {
	left: 0px;
	padding-right: 1px;
}
#hero .carousel-control.right {
	right: 0px;
}
#hero .carousel-inner .item img {
	max-height: 349px;
}
#hero .carousel-inner .item.slide3 img {
	display: block;
	margin: 0 auto;
}
#hero .item h1 {
	font-size: 24px;
	font-weight: bolder;
	margin-top: 10px;
}
#hero .item p {
	font-size: 13px;
	color: #4E4E4E;
	line-height: 20px;
}
#hero .item .btn {
	margin-top: 10px;
	font-weight: bolder;
}
/* Revslider Color Styles */
.tp-leftarrow:hover, .tp-rightarrow:hover, .ie8 .tp-leftarrow:hover, .ie8 .tp-rightarrow:hover, .tp-caption.colored, .tp-bullets .bullet:hover, .tp-bullets .bullet.selected {
	background-color: #648A43;
	background-image: -moz-linear-gradient(center top, #8FB450, #648A43);
	background-repeat: repeat-x;
}
.slider-container {
	/*
	background: url('../images/nav_bg.jpg') repeat left top transparent;
	*/
	color: #E5E5E5;
}
/* Home CTA below Rev Slider */
.slider-bullets {
	/*
	background: url('../images/nav_bg.jpg') 0 0 repeat;
	*/
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4) inset;
	color: #E5E5E5;
	font-size: 20px;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}
#content-area {
	min-height: 352px;
}
/* introduction heading section*/
#intro {
	text-align: center;
	margin-top: 50px;
}
#intro h1 {
	font-size: 28px;
	margin: 0 auto;
	color: #252B34;
	font-weight: normal;
	text-shadow: white 2px 2px 1px;
}
/* Inner Page Styles */

#page-title {
	background: url('../images/green-lines.png') repeat-x scroll left top #6B9246;
	border-bottom: 1px solid #777777;
	color: #FFFFFF;
	font-size: 33px;
	font-weight: 300;
	margin: 0 0 30px 0;
	padding: 21px 0 24px;
	text-shadow: 0px 1px 2px #222222;
}
.sidebar-nav {
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
	margin-bottom: 20px;
	padding: 0 15px 0 15px;
	box-shadow: 1px 1px 2px #888888;
	-webkit-box-shadow: 1px 1px 1px 1px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
	-o-box-shadow: 1px 1px 2px #888888;
	-ms-box-shadow: 1px 1px 2px #888888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.sidebar-nav .nav-list {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.nav-header {
	color: #999999;
	font-size: 16px;
	padding: 10px 15px 6px;
}
.sidebar-nav .nav-list > li > a {
	border: 1px solid transparent;
	padding: 7px 15px;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-nav .nav > li > a:hover {
	background-color: #FFFFFF !important;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #EEEEEE;
	border-radius: 6px 6px 6px 6px;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	padding-left: 25px !important;
}
.sidebar-nav .nav-list > .active > a, .sidebar-nav .nav-list > .active > a:hover {
	background-color: transparent;
	background-image: none;
	border-color: none;
	border: 1px solid transparent;
	color: #333333;
	cursor: default;
	padding-left: 25px !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.sidebar-nav .logo {
  padding: 10px 0;
}
.distributor-results {
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
	margin-bottom: 20px;
	padding: 0 15px 0 15px;
	box-shadow: 1px 1px 2px #888888;
	-webkit-box-shadow: 2px 2px 2px 2px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
	-o-box-shadow: 1px 1px 2px #888888;
	-ms-box-shadow: 1px 1px 2px #888888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.video-thumb {
  float: left;
  margin: 20px 20px 20px 0;
  overflow: hidden;
  box-shadow: 1px 1px 2px #888888;
	-webkit-box-shadow: 1px 1px 1px 1px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
	-o-box-shadow: 1px 1px 2px #888888;
	-ms-box-shadow: 1px 1px 2px #888888;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.web-app-gallery {
	display: inline-block;
	margin-top: 20px;
}
.web-app-gallery-entry {
	background:url("../images/item-bottom-shadow.png") no-repeat scroll left bottom transparent;
	float:left;
	margin:0 15px 20px 15px;
	padding-bottom:1px;
	position:relative;
	width: 175px;
	height: 120px;
}
.web-app-item-image {
	position:relative;
	top:0;
	height: 119px;
	width: 169px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.web-app-item-image:hover {
    margin-top: -8px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.web-app-item-image img.portfolio {
	border:3px solid #E5E5E5;
}
.web-app-item-image span.overlay {
	background:url("../images/item-overlay.png") no-repeat;
	height:115px;
	left:3px;
	position:absolute;
	top:3px;
	width:169px;
}
.web-app-item-image span.rollover {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background:url('../images/mag.png') center center no-repeat #000;
	cursor: pointer;
	height: 111px;
	margin: 3px 0 0 3px;
	width: 169px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
.web-app-item-image span.rollover:hover {
	opacity: .7;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
/* Photo Gallery Thumbnails */
.photogalleryItem img {
	border: 6px solid #ECEBEB;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.photogalleryItem img:hover {
	opacity: 0.9;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
/* My Tabs - Modified Nav Tabs */
.nav.nav-tabs.my-tabs {
	margin: 0;
}
.tab-content.my-tabs-content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-radius: 0 0 6px 6px;
	border-right: 1px solid #DDDDDD;
	margin: 0 0 20px;
	padding: 20px 20px 0;
}
.team {
	background: #FFF;
	border: 5px solid #fff;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 2px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
	box-shadow: 1px 1px 2px #888888;
	-webkit-border-radius: 46px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.intro-p {
	font-size: 20px;
}
.team img {
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 1px 1px #CFCFCF;
	float: right;
	height: auto;
	margin: 0 0 0 17px;
	max-width: 100%;
}
.affiliations {
	background: #FFF;
	display: inline-block;
	margin-bottom: 20px;
	min-width: 98%;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 2px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
	box-shadow: 1px 1px 2px #888888;
	-webkit-border-radius: 46px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.affiliations img {
	border-radius: 6px 6px 6px 6px;
	float: right;
	height: auto;
	margin: 7px 0 0 17px;
	max-width: 100%;
}
.customers {
	background: #FFF;
	display: inline-block;
	margin-bottom: 20px;
	min-width: 97%;
	padding: 10px 17px 10px 10px;
	-webkit-box-shadow: 1px 1px 2px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
	box-shadow: 1px 1px 2px #888888;
	-webkit-border-radius: 46px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.customers img {
	border-radius: 6px 6px 6px 6px;
	float: right;
	height: auto;
	margin: 7px 0 9px 17px;
	max-width: 100%;
}
.distributor {
	background: #FFF;
	border: 5px solid #fff;
	margin-bottom: 20px;
	padding: 0 15px 0 15px;
	-webkit-box-shadow: 1px 1px 2px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
	box-shadow: 1px 1px 2px #888888;
	-webkit-border-radius: 46px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.distributor-hide-fields {
	text-indent: -9999px;
	margin-top: -25px;
}
.contact-info {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px #888888;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 20px 0 0;
}
.span3.contact-info-margin {
	margin-left: 20px;
}
/* testimonials section */
#testimonials {
	margin-top: 50px;
}
#testimonials .controls hr {
	border-top: 1px solid #BEC0C3;
	border-bottom: 2px solid white;
	max-width: 100%
}
#testimonials .phrases_wrapper {
	padding: 20px 10px 0px 10px;
}
#testimonials .phrases_wrapper .phrase {
}
#testimonials .phrases_wrapper .phrase .testimony {
	background: url('/_assets/images/icon-left-quote.png') no-repeat 0 5px transparent;
	color: #3A3F46;
	float: left;
	font-size: 21px;
	font-style: italic;
	line-height: 28px;
	padding-left: 35px;
	position: relative;
}
#testimonials .phrases_wrapper .phrase p.testimony span {
	font-family: "Georgia", Arial;
	font-size: 50px;
	color: #c9cbce;
	position: absolute;
	margin-left: 10px;
	margin-top: 15px;
}
.testimony-name-title {
	font-size: 16px;
	margin-top: 15px;
}
.contact-content {
	padding: 40px 0 40px 0;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #FFFED2;
}
/* Images Border and Radius */
.img-radius {
	max-width: 100%;
	height: auto;
	box-shadow: 0px 0px 1px 1px #CFCFCF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.img-radius-left {
	max-width: 100%;
	height: auto;
	box-shadow: 0px 0px 1px 1px #CFCFCF;
	float: left;
	margin: 0 17px 7px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.img-radius-right {
	max-width: 100%;
	height: auto;
	box-shadow: 0px 0px 1px 1px #CFCFCF;
	-webkit-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-moz-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-o-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-ms-box-shadow: 0px 0px 1px 1px #CFCFCF;
	float: right;
	margin: 0 0 20px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.img-logo-right {
	background: #FFFFFF;
	box-shadow: 0px 0px 1px 1px #CFCFCF;
	-webkit-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-moz-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-o-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-ms-box-shadow: 0px 0px 1px 1px #CFCFCF;
	float: right;
	height: auto;
	margin: 0 0 20px 20px;
	max-width: 100%;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.distributor-logo-right {
	max-width: 100%;
	height: auto;
	box-shadow: 0px 0px 1px 1px #CFCFCF;
	-webkit-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-moz-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-o-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-ms-box-shadow: 0px 0px 1px 1px #CFCFCF;
	float: right;
	margin: 20px 0 20px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.border-wrap {
	background: #FFFFFF;
	box-shadow: 0px 0px 1px 1px #CFCFCF;
	-webkit-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-moz-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-o-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-ms-box-shadow: 0px 0px 1px 1px #CFCFCF;
	float: right;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
h3.center {
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}
thead {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 10%, #E9E9E9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(100%, #E9E9E9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 10%, #E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 10%, #E9E9E9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 10%, #E9E9E9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 10%, #E9E9E9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E9E9E9', GradientType=0 ); /* IE6-9 */
 	overflow: hidden !important;
}
/* footer section */
#footer {
	background: url('../images/footer_bg.jpg') 0 0 repeat #242b35;
	min-height: 300px;
	margin-top: 30px;
	color: #fff;
	padding-top: 35px;
}
#footer h3 {
	margin-bottom: 25px;
}
#footer p {
	font-size: 13px;
}
#footer ul {
	display: block;
	list-style: none outside none;
	margin: 0;
}
#footer ul li {
	line-height: 24px;
}
.footer-social {
	margin-left: 10px;
}
#footer hr {
	border-top: 1px solid black;
	border-bottom: 1px solid #363B43;
	margin: 30px 0 20px 0;
}
#footer .copyright h3 {
	float: left;
}
#footer .copyright p {
	font-size: 12px;
	margin-top: 20px;
}
#footer .copyright a {
	color: #FFFFFF;
}
#footer .site-built-by p {
	font-size: 12px;
	float: right;
	margin-top: 20px;
}
#footer .site-built-by a {
	color: #FFFFFF;
}
/* section header */
.section-header {
	text-align: center;
	font-weight: bolder;
	color: #252b34;
	margin-bottom: 40px;
}
.section-header hr {
	border-top: 1px solid #BEC0C3;
	border-bottom: 2px solid white;
	width: 100%;
}


/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
.section_header small {
	display: inline-block;
}
#pricing .price_wrapper.lite {
	float: right;
	right: -30px;
}
#pricing .price_wrapper.standard {
	left: -30px;
}
#hero .carousel-inner .item.slide1 .span6 img {
	margin-left: 15px;
}
#hero .carousel-inner .item.slide1 .span4 {
	padding-left: 30px;
}
#hero .carousel-inner .item.slide2 .span6 img {
	margin-left: 30px;
}
#hero .item h1 {
	font-size: 30px;
	margin-top: 40px;
	margin-left: 20px;
}
#hero .item p {
	font-size: 16px;
	line-height: 24px;
	margin-left: 20px;
}
#hero .item .btn {
	margin-top: 25px;
	margin-left: 20px;
	font-size: 18px;
}
footer .contact_us input[type="text"], footer .contact_us textarea {
	width: 270px;
}
footer .contact_us button[type="submit"] {
	margin-left: 300px;
}
}
@media (min-width: 980px) {
#pricing .price_wrapper.pro {
	position: relative;
	top: -20px;
	height: 420px;
	z-index: 9;
	box-shadow: 0px 0px 5px 4px #E8E8E8;
}
#hero .carousel-inner .item {
	padding: 0px 70px;
}
.navbar .nav .btn-header {
	background: #414A57;
	background: -moz-linear-gradient(top, #414A57 0%, #292f38 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414A57), color-stop(100%, #292f38));
	background: -webkit-linear-gradient(top, #414A57 0%, #292f38 100%);
	background: -o-linear-gradient(top, #414A57 0%, #292f38 100%);
	background: -ms-linear-gradient(top, #414A57 0%, #292f38 100%);
	background: linear-gradient(to bottom, #414A57 0%, #292f38 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414A57', endColorstr='#292f38', GradientType=0 );
	border: 1px solid #13161b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	height: 10px;
	line-height: 8px;
	position: relative;
	top: 4px;
	margin: 0 0 0 10px;
	padding: 10px 15px;
}
.navbar .nav .btn-header:hover {
	background: #545F6D;
	background: -moz-linear-gradient(top, #545F6D 0%, #303946 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545F6D), color-stop(100%, #303946));
	background: -webkit-linear-gradient(top, #545F6D 0%, #303946 100%);
	background: -o-linear-gradient(top, #545F6D 0%, #303946 100%);
	background: -ms-linear-gradient(top, #545F6D 0%, #303946 100%);
	background: linear-gradient(to bottom, #545F6D 0%, #303946 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545F6D', endColorstr='#303946', GradientType=0 );
}
}
@media (max-width: 979px) {
body {
	padding-top: 0px;
}
.section_header {
	margin-top: 60px;
}
.section_header small {
	display: none;
}
#page-title {
	margin: 0 0 40px 0;
}
#pricing .price_wrapper {
	margin: 0 auto;
	margin-bottom: 20px !important;
}
#hero .item h1 {
	font-size: 18px;
	line-height: 18px;
}
#hero .carousel-inner .item.slide2 img {
	margin-top: 20px;
}
#testimonials .phrases_wrapper .phrase .pic .position {
	display: block;
}
#footer {
	margin-top: 20px;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
#intro h1 {
	width: 80%;
}
#features .feature h3 {
	padding-left: 0px;
}
#features .feature p.description {
	padding-left: 0px;
}
#features .feature .btn {
	margin-left: 0px;
}
#testimonials .phrases_wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
#testimonials .phrases_wrapper .phrase .span3 {
	margin-left: 30px;
	width: 228px;
}
#footer .contact_us button[type="submit"] {
	margin-left: 0px;
}
#hero {
}
#hero .carousel-control.left {
	left: -55px;
}
#hero .carousel-control.right {
	right: -15px;
}
#hero .item .span4 {
	margin-left: 50px;
}
#features .feature h3 {
	font-size: 23px;
	margin-left: 0;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#intro h1 {
	width: 90%;
}
#features .feature img.thumb {
	margin: 0;
}
#hero {
	padding: 50px 20px 20px 20px;
	margin-right: -20px;
	margin-left: -20px;
	height: auto;
}
#hero .carousel-inner .item {
	padding: 0px 70px;
}
#hero .item img {
	/*display: none;*/
	width: 240px;
	display: block;
	margin: 0 auto;
}
#hero .carousel-inner .item .btn {
	font-size: 13px;
	padding: 7px 10px;
}
/* Home Slider Container */
.slider-container {
	margin: 0 -20px 0 -20px;
}
/* Home CTA below Rev Slider */
.slider-cta {
	margin: 0 -20px 0 -20px;
}
#page-title {
	margin: 0 -20px 20px -20px;
	padding: 20px 20px 20px 20px;
}
#footer {
	margin-right: -20px;
	margin-left: -20px;
}
#features .feature .btn {
	margin-top: 8px;
}
#features .feature {
	margin-bottom: 30px;
}
#testimonials .phrases_wrapper .phrase > p {
	width: 100%;
	font-size: 18px;
}
#testimonials .phrases_wrapper .phrase .pic {
	float: left;
	margin-top: 8px;
	font-size: 13px;
}
#footer .container {
	padding: 0px 20px;
}
#footer .copyright p {
	margin-top: 10px;
}
#footer .site-built-by p {
	float: left;
	margin: 0 0 20px 0;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.navbar .brand {
	padding: 15px;
}
.section_header {
	margin-top: 30px;
}
.section_header span {
	width: auto;
}
#intro h1 {
	font-size: 22px;
	line-height: 30px;
}
#footer .contact_us button[type="submit"] {
	margin-left: 0px;
}
}
.nav li.dropdown {
	display: none;
}
.icon-gifts-right {
	max-width: 100%;
	height: auto;
	float: right;
	margin: 0 0 20px 20px;
}
.gifts-button-left {
	float: left;
	padding: 20px 0 20px 0;
	width: 40%
}
.gifts-button-right {
	float: right;
	padding: 20px 0 20px 0;
	width: 40%
}
.faqs {
	clear: both;
}
.faqs h4 {
	cursor: pointer;
}
.faq-answer {
	background: #FFFFFF;
	box-shadow: 0px 0px 1px 1px #CFCFCF;
	-webkit-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-moz-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-o-box-shadow: 0px 0px 1px 1px #CFCFCF;
	-ms-box-shadow: 0px 0px 1px 1px #CFCFCF;
	float: right;
	height: auto;
	margin: 10px 0 25px 10px;
	max-width: 100%;
	padding: 17px 17px 0 17px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.icon-excel {
  background: url("../images/icon-excel.png") no-repeat scroll left center transparent;
  clear: both;
  display: block;
  font-family: inherit;
  margin: 0;
  padding: 15px 0 10px 45px;
}
.icon-pdf {
  background: url("../images/icon-pdf.png") no-repeat scroll left center transparent;
  clear: both;
  display: block;
  font-family: inherit;
  margin: 0;
  padding: 15px 0 10px 45px;
}
/* Google Maps API V3 Styles
-------------------------------- */
/* Google Maps */
#map_canvas_wrapper {
	background: #FFF;
	border: 5px solid #fff;
	margin-bottom: 20px;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 2px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
	box-shadow: 1px 1px 2px #888888;
	-webkit-border-radius: 46px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.map_canvas {
	border: 1px solid #CCCCCC;
	height: 300px;
	margin-bottom: 20px;
	-webkit-border-radius: 46px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.form-search {
	margin: 0;
}
.form-search input {
	margin: 0 0 5px 0;
}
.form-search .add-on {
	margin: 0 -1px 5px 2px;
}
#report-abuse {
	display: none;
}
/* Hide web app items - if a web app item isn't checked to show this rule will hide it */
.show-app-item-0, show-app-item- {
	display: none !important;
}
/* Quick Links
-------------------------------- */
.view {
	max-width: 100%;
	height: 100%;
	margin: 0 10px 10px 0;
	float: left;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
	box-shadow: 1px 1px 2px #888888;
	cursor: default;
	background: #fff url('../images/quick-links.jpg') repeat top left;
	-webkit-border-radius: 46px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.view .mask, .view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 13px;
	position: relative;
	color: #fff;
	padding: 10px 10px 0px 10px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.view-fourth img {
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-fourth .mask {
	background-color: rgba(0,0,0,0.8);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.view-fourth h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
	line-height: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.view-fourth p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.view-fourth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.view-fourth:hover img {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.view-fourth:hover h2, .view-fourth:hover p, .view-fourth:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
@media (max-width: 979px) {
.view h2 {
	font-size: 14px;
	padding: 3px;
	margin: 0;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 3px 10px 0px;
	text-align: center;
}
}
@media (max-width: 767px) {
#intro {
	margin-top: 2px;
}
.section-header {
	margin-bottom: 0px;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 30px 0 0 0;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	position: relative;
	color: #fff;
	padding: 20px 10px 10px 10px;
	text-align: center;
}
@media (max-width: 479px) {
.view h2 {
 margin: 0;
}
.view p {
 font-family: Georgia, serif;
 font-style: italic;
 font-size: 12px;
 position: relative;
 color: #fff;
 padding: 10px 10px 0px;
 text-align: center;
}
.distributor-logo-right {
 float: left;
 margin: 20px 20px 20px 0;
}
}