/*
Theme Name: TestPlant
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: Interactive 1 - Goran Milovanovic
Author URI: http://interactive1.hr
Description: TestPlant theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: testplant
 */

body{
	font: 12px/22px "Helvetica", Arial;
	color: #515048;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

 @-webkit-keyframes fontfix{
	 from { opacity: 1; }
	 to { opacity: 1; }
 }

h1, h2, h3, h4, h5, h6{
	font-family: "RotisSansSerif";
	font-weight: normal;
}
h1, h2{ font-size: 22px; }
h3{ font-size: 18px; }

p{ margin-bottom: 20px; line-height: 22px; }

a{
	color: #4ca446;
	font-weight: bold;
	text-decoration: none;
}

.green{
	color: #47aa42;
}

#header-wrapper{
	border-top: 1px solid #cccccc;
	background: url(images/header-bg.png) repeat-x top left #e9e7e7;
	padding-top: 3px;
}

#header-wrapper .outer{
	background: url(images/border-bott.jpg) repeat-x left bottom #e9e7e7;
}

#top-navigation{
	text-align: center;
	position: relative;
	z-index: 2;
}

#sub-nav{
	display: none;
}

#top-navigation > li{
	margin: 0 0;
	padding: 16px 60px;
	float: left;
	width: 115px;
}

#top-navigation > li:hover > a{
	color: #47aa42;
}

#top-navigation > li a{
	color: #444444;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 15px;
	font-family: "RotisSansSerif";
	font-weight: normal;
}

#top-navigation > li span.holder{
	position: absolute;
	width: 158px;
	height: 10px;
	background: #fff;
	top: 43px;
	left: 36px;
	z-index: 5;
}

#top-navigation > li:hover .submenu{
	display: block;
}

#top-navigation .submenu{
	display: none;
	position: absolute;
	left: -3px;
	top: 44px;
	background: url(images/topmenu-bg.png) no-repeat center top;
	border-radius: 10px;
	width: 970px;
	height: 248px;
	z-index: 1;
}

#top-navigation .submenu li{
	float: left;
	width: 140px;
	background: url(images/topmenu-border.png) no-repeat right 26px;
	min-height: 240px;
	text-align: left;
	background-size: 1px 200px;
}

#top-navigation .submenu li a {
	margin: 20px 0;
	display: block;
	color: #47aa42;
	font-size: 18px;
	padding: 0;
}

#top-navigation .submenu .menu-text{
	text-align: left;
	vertical-align: top;
	height:85px;
	margin: 0 10px 10px 0;
}

#menu-910 .menu-text{
	display:none;	
}

#menu-843 .menu-text{
	bottom: auto;
	top: 100px;
}

#menu-909:hover,
#menu-910:hover{
	background: url(images/topmenu-sel.png) no-repeat center top;
}

#menu-910 .submenu{
	background: url(images/topmenu-bg-1.png) no-repeat center top;
}

#menu-909 .submenu li,
#menu-910 .submenu li{
	width: 115px;
	padding: 0 10px;
	position: relative;
}

#menu-909 .submenu li{
	width: 220px;
	background: url(images/topmenu-border.png) no-repeat right 26px;
	background-size: 1px 198px;
	padding: 0 10px 0 12px;
}

#menu-909 .submenu li:nth-child(4n){
	background:none;
}

#top-navigation #menu-909 .submenu {
	position: absolute;
	left: -3px;
	top: 44px;
	background:url(images/topmenu-bg_lg.png) no-repeat center top;
	border-radius: 10px;
	width: 970px;
	height: auto;
	height:492px;
	z-index: 1;
}

#top-navigation .submenu li#menu-846,
#top-navigation .submenu li#menu-843{
	background: none;
}

/*#menu-838,
#menu-844{
	margin-left: 6px;
}

#menu-839 img, #menu-6984 img{
	position: absolute;
	right: 10px;
	bottom: 23px;
	width: 30%;
}

#menu-839 .menu-text, #menu-6984 .menu-text{
	width: 70px;
}

#menu-843 img {
	position: absolute;
	bottom: 14px;
	left: 12px;
}

#menu-6152 img {
	position: absolute;
	left: 7px;
	bottom: 20px;
}*/

#top-navigation #menu-6152 .menu-text{
	bottom: 74px;
}

.mleft{
	margin-left: 20px;
}

.mright{
	margin-right: 20px;
}

a.brand {
	margin: 30px 0 35px 0;
	display: block;
	width: 210px;
	height: 76px;
	overflow: hidden;
	background: url(images/logo.png) no-repeat top left;
}

a.brand:hover{
	background-position: 0 -76px;
}

#feature{
	margin: 20px 0 0 0;
	float: left;
	min-height: 586px;
}

.home #feature{
	min-height: 524px;
}

.page-template-page_news-php #feature{
	min-height: 465px;
}

.page-template-page_eggplant-php #feature{
	min-height: 530px;
}

.page-template-page_category-php #feature,
.page-template-page_about-php #feature{
	min-height: 500px;
}

.page-id-84 #feature{
	min-height: 580px;
}

#featured{
	position: relative;
	margin-bottom: 20px;
}

#featured img{
	background:  url(images/image-shadow.png) no-repeat center bottom;
	padding-bottom: 3px;
}

.page-template-page_category-php #featured img{
	/*background: none;*/
}

#featured .title{
	position: absolute;
	top: 21px;
	left: 33px;
	border-left: 2px solid #47AA42;
	padding-left: 10px;
}

#featured .title h1,
#featured .title h2{
	font: 42px/44px "RotisSansSerif";
	color: #47aa42;
	font-weight: normal;
	border-bottom: 2px solid #d4d4d4;
	padding-bottom: 5px;
}

#featured .title h3{
	font: 22px/24px "RotisSansSerif";
	color: #53534a;
	padding-top: 7px;
}

#sliderContainer {
	width: 694px; 
	height: 451px !important;
	border: 3px solid #EEE;
	border-radius: 3px;
	overflow: hidden !important;
	background: white;
}

#slider1{
	background: #FFF;
}

#slider1 .panel{
	position: relative;
}

#slider1 .title{
	float: left;
	width: 170px;
	margin: 25px 0 0 30px;
	border-left: 2px solid #47aa42;
	padding-left: 10px;
}

#slider1 .title h2{
	font: 42px/44px "RotisSansSerif";
	color: #47aa42;
	font-weight: normal;
	border-bottom: 2px solid #d4d4d4;
	padding-bottom: 5px;
}

#slider1 .title h3{
	font: 22px/24px "RotisSansSerif";
	color: #53534a;
	padding-top: 12px;
}

#slider1 .image{
	float: right;
	margin: 0;
}

#slider1 .text{
	position: absolute;
	bottom: 30px;
	left: 45px;
	color: #515048;
}

#slider1 .text p{
	margin-bottom: 0;
	line-height: 22px;
	width: 250px;
}

#nav-slider{
	margin-bottom: 16px;
	margin-left: 4px;
}

#nav-slider li{
	float: left;
}

#nav-slider li a{
	background: url(images/nav-bg.png) no-repeat;
	display: block;
	width: 148px;
	height: 56px;
	text-align: center;
	font: normal 14px/86px "RotisSansSerif";
	text-decoration: none;
	color: #515048;
	margin-right: 34px;
	text-shadow: 0 0 1px #DDD;
}

#nav-slider li a.active{
	color: #47aa42;	
}

#nav-slider li a.last{
	margin-right: 0;	
}

#nav-slider #prev,
#nav-slider #next{
	display: none;
}

a.slider-btn{
	display: inline-block;
	width: 80px;
	padding-top: 55px;
	text-align: center;
	color: #515048;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "RotisSansSerif", Arial;
	font-size: 13px;
}

a.download{
	background: url(images/download.png) no-repeat top center;
	margin-bottom: 20px;
}

a.demo{
	background: url(images/demo.png) no-repeat top center;
	margin-bottom: 20px;
}

#left-menu{
	z-index: 1;
}

#left-nav{
	margin-bottom: 20px;
}

#left-nav li{
	width: 210px;
}

#left-nav li a{
	display: block;
	font: 400 15px/13px "RotisSansSerif";
	text-decoration: none;
	padding: 10px 16px;
	color: #444444;
}

#left-nav li a:hover{
	color: #4ca446;
}

#left-nav > li > a {
	background: #FFF;
	width: 178px;
	border-radius: 5px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
}

#left-nav .sub-menu{
	display: none;
}

#left-nav .sub-menu a{
	border-bottom: 1px solid #F7F7F7;	
	padding: 7px 5px 7px 25px;
}

#left-nav .sub-menu li:last-child a{
	border-bottom: none;
}

#left-nav .current-menu-item > a,
#left-nav .current-page-ancestor > a{
	color: #240772;
	font-weight: bold;
}

#left-nav .current-menu-item .sub-menu,
#left-nav .current-page-ancestor .sub-menu{
	display: block;
}

#search-block{
	position: absolute;
	margin-top: 0;
}

#search-icon{
	display: none;
}

.home #search-block{
	margin-top: 260px;
	top: 120px;
}

.right{
	float: right;
}

.left{
	float: left;
}

#search-box{
	margin: 0 0 8px 0;
}

#search-form {
	position: relative;
}

#search-form #search-submit{
	background: url(images/search.png) no-repeat center center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 11px;
	left: 11px;
	border: none;
}

#search-form #s{
	background: #FFF;
	border: 1px solid #D6D6D6;
	border-color: #D6D6D6 #F2F2F2 #F2F2F2 #F2F2F2;
	padding: 10px 9px 8px 31px;
	border-radius: 5px;
	width: 168px;
	font: normal 15px "RotisSansSerif";
	color: #8b8b8b;
}

#customer-login a{
	width: 178px;
	display: block;
	border-radius: 5px;
	padding: 10px 16px;
	color: #8B8B8B;
	text-decoration: none;
	background: url(images/login.png) no-repeat 190px center #F9F9F9;
	font: normal 15px "RotisSansSerif";
}

#social-icons{
	margin: 20px 0;
}

#social-icons a{
	display: block;
	float: left;
	width: 36px;
	height: 37px;
	text-indent: -99999em;
	margin-right: 22px;
}

#social-icons a.twitter{
	background: url(images/twitter.png) no-repeat;	
}

#social-icons a.facebook{
	background: url(images/facebook.png) no-repeat;	
}

#social-icons a.linked{
	background: url(images/linked.png) no-repeat;	
}

#social-icons a.google{
	background: url(images/google.png) no-repeat;
	margin-right: 0px;
}

#main-content{
	margin: 20px auto;
	min-height: 388px;
	position: relative;
}

.home #main-content{
	margin-bottom: 0px;	
}

#news {
	float: left;
	margin: 0 4px 0px 0;
	width: 470px;
	height: 363px;
	background: url(images/news-bg.png) no-repeat top left;
	padding-left: 5px;
}

#news .news-head{
	font: normal 15px "RotisSansSerif";
	padding: 13px 5px 8px 12px;
}

#news .news-item{
	float: left;
	width: 228px;
}

#news .news-item-0{
	margin-right: 1px;
}

#news .news-item .image{
	background: url(images/news-border.jpg) repeat-x left bottom;
	margin-bottom: 17px;
	height: 118px;
}

#news h2.title{
	margin: 0 0 15px 20px;
	line-height: 24px;
	text-shadow: 0 0 1px #EEE;
}

#news h2.title a{
	color: #47aa42;
	font-weight: normal;
}

#news .summary{
	margin: 0 20px;
	line-height: 18px;
}

#news .summary p{
	line-height: 18px;
	font-size:  12px;
	margin: 0;
	display: inline;
}

#blog{
	float: left;
	margin: 0 5px 0 0;
}

#blog .blog-item{
	background: url(images/blog-bg.png) no-repeat top left;
	width: 190px;
	height: 134px;
	padding: 20px;
	font-size: 12px;
	position: relative;
	margin-bottom: 20px;
}

#blog h1, #blog h2{
	font: bold 12px/18px "Helvetica", Arial;
	margin-bottom: 5px;
}

#blog h1 a, #blog h2 a{
	color: #515048;
}

#blog .blog-item h2{
	background: none;
	padding-bottom: 0;
}

#blog .summary{
	line-height: 18px;
}

#blog .summary p{
	line-height: 18px;
	font-size:  12px;
	display: inline;
}

#blog .date{
	position: absolute;
	left: 65px;
	bottom: 9px;
}

#blog .blog-date{
	display: none;
}

#testplant-is-cont{
	background: url(images/border-top.jpg) repeat-x left top #e9e7e7;
	padding-top: 2px;
}

#testplant-is-cont .outer{
	background: url(images/border-bottom.jpg) repeat-x left bottom #e9e7e7;
}

#testplant-is .inner{
	padding: 25px 0 25px 250px;
}

#testplant-is h3{
	color: #47aa42;
	text-shadow: 0 0 1px #FFF;
	margin-bottom: 8px;
}

#footer{
	margin: 25px auto;
}

.footer-bottom{
	clear: both;
	width: 720px;
	margin: 0 10px;
}

.footer-top{
	border-bottom: 1px solid #e9e7e8;
	margin-bottom: 5px;
	width: 730px;
}

.footer-bottom{
	margin-top: 15px;	
}

#footer-logo{
	color: #7f7f7f;
}

#footer .copyright{
	margin-top: 5px;
	color: #c3c3c3;
	font-size: 13px;
}

#footer #awards{
	text-align: right;
}

#footer #policy{
	text-align: right;
	color: #000;
	margin-right: 10px;
	margin-top: 10px;
}

#footer #policy a{
	color: #000;
	font-weight: normal;
}

.page{
	position: relative;
}

.page .edit-link,
.single .edit-link,
.tag .edit-link{
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 5;
}

.page-template-page_eggplant-php .edit-link,
.page-template-page_category-php .edit-link{
	top: -20px;
	right: -220px;
	z-index: 5;
}

.page-template-page_product-php .edit-link{
	top: -20px;
	z-index: 5;
}

.page .edit-link a,
.single .edit-link a,
.tag .edit-link a,
.category .edit-link a{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2A95C5), to(#21759B));
	background-image: -webkit-linear-gradient(top, #2A95C5, #21759B);
	background-image: -moz-linear-gradient(top, #2A95C5, #21759B);
	background-image: -ms-linear-gradient(top, #2A95C5, #21759B);
	background-image: -o-linear-gradient(top, #2A95C5, #21759B);
	background-image: linear-gradient(to bottom, #2A95C5, #21759B);
	border: 1px solid #21759B;
	border-bottom-color: #1E6A8D;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding: 3px 12px;
	border-radius: 3px;
	font-weight: normal;
	font-family: "RotisSansSerif";
	text-transform: uppercase;
}

.page .edit-link a:hover,
.single .edit-link a:hover,
.tag .edit-link a:hover{
	background-color: #278ab7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2),to(#21759b));
	background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b);
	background-image: -moz-linear-gradient(top, #2e9fd2, #21759b);
	background-image: -ms-linear-gradient(top, #2e9fd2, #21759b);
	background-image: -o-linear-gradient(top, #2e9fd2, #21759b);
	background-image: linear-gradient(to bottom, #2e9fd2, #21759b);
	border-color: #1b607f;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3)
}

a.egg-btn{
	display: block;
	height: 55px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	text-shadow: 0 0 1px #EEE;
	font-family: "RotisSansSerif", Arial;
	padding-left: 60px;
	padding-top: 6px;
}

.page-template-page_news-php a.egg-btn{
	width: 140px;
	float: left;
	margin-right: 80px;
	margin-left: 18px;	
}

a.egg-download{
	background: url(images/egg-download.png) no-repeat left top;
}

a.egg-demo{
	background: url(images/egg-demo.png) no-repeat left top;
}

.egg-box{
	float: left;
	width: 320px;
	background: #FFF;
	box-shadow: 0 0 7px #A3A3A3;
	border-radius: 4px;
	margin: 0 60px 50px 0;
	position: relative;
	padding-bottom: 30px;
	min-height: 340px;
}

.egg-box .pages{
	margin: 10px 10px 0px 10px;
}

.egg-box .pages li{
	background: url(images/arrow.png) no-repeat left 7px;
	padding-left: 10px;
	padding-bottom: 4px;
}

.egg-box .pages a{
	color: #47aa42;
	font-weight: normal;
	font-size: 15px;
	font-family: "RotisSansSerif", Arial;
}

.egg-box .foot,
.testimonials .foot{
	background: url(images/footer-text-bg.png) repeat top left;
	color: white;
	margin: 1px;
	border-radius: 0 0 3px 3px;
	padding: 4px 3px 3px;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 312px;
}

.egg-box .foot .inner,
.testimonials .foot .inner{
	border: 1px solid #b2b2b2;
	padding-left: 5px;
	background: url(images/more.png) no-repeat 294px center;
	cursor: pointer;
}

.egg-box .foot .hide{
	background-image: url(images/hide.png);
}

.egg-box .text{
	display: none;
	padding: 20px;
	line-height: 18px;
}

.egg-box h2{
	font-size: 15px;
	text-transform: uppercase;
	line-height: 36px;
	margin-left: 10px;
}

.page-template-page_eggplant-php .egg-box-1 h2{
	text-transform: none;
}

.eggplant .egg-box-1 .pages{
	float: left;
	/*width: 145px;*/
	width: auto;
}

.eggplant .egg-box-1 .right-pages{
	width: 130px;
}

.eggplant .egg-box-1 img{
	margin-left: 1px;
}

.eggplant .egg-box-2{
	background: url(images/box-2.png) no-repeat 166px 55px;
}

.eggplant .egg-box-2 .pages,
.eggplant .egg-box-3 .pages{
	background: url(images/box-title.png) no-repeat center top;
	margin-top: 0;
	padding-top: 25px;
}

.eggplant .egg-box-3 .pages li{
	width: 135px;
}

.eggplant .egg-box-3 img{
	position: absolute;
	right: 7px;
	bottom: 1px;
}

.eggplant .egg-box-2,
.eggplant .egg-box-4{
	margin-right: 0;	
}

.eggplant .egg-box-3,
.eggplant .egg-box-4{
	margin-bottom: 0;
}

.testimonials{
	float: left;
	width: 320px;
	margin: 0;
	padding-bottom: 30px;
	min-height: 320px;
	position: relative;
}

.testimonials h3{
	background: url(images/66.png) no-repeat left top;
	padding: 44px 0 20px 80px;
	font-size: 15px;
}

.testimonials .content{
	font-family: "RotisSansSerif", Arial;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
}

.testimonials .author{
	background: url(images/99.png) no-repeat right bottom;
	line-height: 18px;
	font-family: "RotisSansSerif";
	font-size: 15px;
	padding: 0 0 36px 0;
}

.testimonials .foot a{
	color: white;
}

.testimonials .foot .inner{
	background: url(images/right.png) no-repeat 294px center;
}


.subpages,
.anchors{
	background: url(images/left-border.png) no-repeat left center;
	float: left;
	width: 230px;
}

.subpages li,
.anchors li{
	background: url(images/arrow.png) no-repeat left 12px;
	padding: 5px 5px 5px 10px;
	margin-left: 10px;
}

.subpages li,
.subpages li a,
.anchors li a{
	font-family: "RotisSansSerif";
	font-size: 18px;
	font-weight: normal;
}

.subpages li a,
.anchors li a{
	color: #4CA446;
}

.product-subpages,
.anchors{
	background: none;
}

.anchors{
	margin-bottom: 40px;
}

.category .even{
	margin-right: 0;
}

.category .even .foot{
	background: #515048;
}

.category .odd .foot{
	background: #282879;
}

.category .egg-box img{
	margin-left: 1px;
	display: block;	
	border-radius: 4px 4px 0 0;
	width: 318px;
}

.category .links{
	background: url(images/box-shadow.png) no-repeat center bottom #f4f3f3;
	line-height: 39px;
	min-height: 39px;
	padding: 0;
}

.category .links a{
	margin-left: 12px;
	padding-left: 15px;
	font-weight: normal;
	font-family: "RotisSansSerif";
	font-size: 18px;
	color: #666666;
	text-shadow: 0 0 1px #efefef;
}

.category a.watch-more{
	background: url(images/arrow-blue.png) no-repeat left center;
}

.category a.read-more{
	background: url(images/read-more.png) no-repeat left center;
}

.category .egg-box .content{
	margin: 20px 12px;
}

.category .egg-box .content a{
	color: #282879;	
}

.category .egg-box .foot div.more{
	background: url(images/right.png) no-repeat 12px center;
	padding-left: 30px;
	color: #FFF;
	font-weight: normal;
}

.category .egg-box a.link{
	font-weight: normal;
	font-size: 12px;
	color: #515048;
}

.category .egg-box .content a.title{
	display: block;
	margin-bottom: 10px;	
}

.page-header #feature{
	background: url(images/product-bg.png) no-repeat top left;
	width: 720px;
}

.page-header #featured{
	margin: 6px 0 30px 6px;
	width: 708px;
}

.page-header #featured img{
	display: block;	
}

.page-header .image-caption{
	background: url(images/caption-bg.png) no-repeat center bottom #F4F3F3;
	line-height: 38px;
	height: 38px;
	padding-left:20px;
	color: #666666;
	text-shadow: 0 0 1px #efefef;
	font-size: 13px;
}

.page-content{
	margin-top: 0 !important;
}

.page-content #search-block{
	margin-top: 20px;
}

.page-content .testimonials{
	float: none;
	width: auto;
	min-height: 118px;
	margin: -20px 20px 20px 20px;
}

.page-content .testimonials h3 {
	height: 73px;
	padding: 0 0 0 80px;
}

.page-content .testimonials .content {
	margin: -50px 10px 10px 80px;
	background: url(images/99.png) no-repeat right bottom;
	min-height: 72px;
	padding-right: 80px;
}

.page-content .testimonials .foot{
	width: 660px;
}

.page-content .testimonials .foot .inner {
	background-position: 640px center;
}

.page-content .testimonials .author{
	margin: 0 0 0 80px;
	background: none;
	padding-bottom: 16px;
}

.container_12 .product-page,
.container_12 .generic-page{
	background: url(images/product-bg.png) no-repeat 0 -558px;
	width: 720px;
	margin: 0;
	min-height: 500px;
}

.product-page .entry-content,
.generic-page .entry-content{
	padding: 20px;
}

.product-page .edit-link{
	display: none;
}

.generic-page .edit-link{
	right: 20px;
	z-index: 5;
}

.product-page .entry-content{
	margin-top: -70px;
}

.generic-page .entry-content{
	margin-top: -220px;
}

.category-page .entry-content{
	margin-top: auto;
	padding-right: 0;
}

.container_12 .category-page .grid_6{
	margin-top: -220px;
	width: 480px;
}

.container_12 .category-page .grid_3{
	margin-top: -200px;	
}

.product-page h1,
.generic-page h1,
.product-page h2,
.generic-page h2{
	font: bold 20px/24px "Helvetica", Arial;
	color: #4ca42f;
	background: url(images/product-title-bg.png) no-repeat bottom center;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.generic-page .blog-item h2 a{
	color: #4ca42f;
}

.product-page a,
.generic-page a{
	color: #282879;
}

.row{
	margin-bottom: 20px;
}

.row .col{
	float: left;
}

.column-count-2 .col{
	width: 300px;
}

.column-count-2 .col-1{
	margin-right: 20px;
}

.column-count-2 .col-2{
	width: 290px;
}

.column-count-3 .col{
	width: 210px;
	margin-right: 20px;
}

.column-count-3 .col-3{
	margin-right: 0;
}

.blog-item ul,
.generic-page ul{
	margin-bottom: 20px;
}

.blog-item ul li,
.generic-page ul li{
	padding: 5px 10px 5px 24px;
	background: url(images/bullet.png) no-repeat 14px 13px;
}

.row .col ul{
	background: #f5f4f4;
	border: 1px solid #e9e7e7;
	margin-bottom: 20px;
}

.row .col ul li{
	border-bottom: 1px solid #E9E7E7;
	padding: 5px 10px 5px 24px;
	font-size: 13px;
	background: url(images/bullet.png) no-repeat 14px 13px;
}

.row .col ul li:last-child{
	border-bottom: none;	
}

.row .col ul.no-border{
	background: none;
	border: none;
}

.row .col ul.no-border li{
	border: none;
}

.row .col img{
	border: 1px solid #e9e7e7;
}

.wistia_embed{
	background: #E9E7E7;
}

.video-small{
	width: 288px;
	position: relative;
	border: 1px solid #E9E7E7;
	background: #E9E7E7;
	margin-bottom: 20px;
}

.video-small a.play-video{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 288px;
	height: 58px;
	background: url(images/play.png) no-repeat center 44px;
	padding-top: 104px;
	font: normal 18px "RotisSansSerif";
	color: white;
	text-align: center;
	text-shadow: 0 0 3px #515048;
}

.video-small .thumbnail img{
	border: none;
	display: block;
}

.video-small .description{
	background: #f5f4f4;
	font-size: 18px;
	padding: 10px 18px;
	line-height: 26px;
}

.video-small a img{
	border: none !important;
	display: block;
}

.video-cont{
	width: 288px;
}

.video-big{
	width: 576px;
	height: 324px;
	position: relative;
	border: 17px solid #E9E7E7;
	background: #E9E7E7;
	margin-left: 34px;
	margin-bottom: 20px;
}

.video-big .image{
	position: relative;
}

.video-big-cont{
	display: none;
	margin-bottom: 18px;
}

.video-big a.play{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	background-color: #008000;
	background: url(images/play.png) no-repeat center center rgba(0, 128, 0, 0.7);
	width: 130px;
	height: 80px;
	margin-left: -65px;
	margin-top: -40px;
}

.video-big a.play:hover{
	background: url(images/play.png) no-repeat center center rgba(0, 128, 0, 0.3);
}

.video-big .description{
	background: #E9E7E7;
	margin: 18px -17px 0;
	line-height: 38px;
	padding-left: 10px;
	font-size: 22px;
}

.video-big a img{
	display: block;
}


.video-medium{
	width: 448px;
	height: 252px;
	position: relative;
	margin-bottom: 20px;
	background: #E9E7E7;
}

.video-medium .description{
	background: #E9E7E7;
	line-height: 30px;
	padding-left: 10px;
	font-size: 18px;
}

.people .egg-box{
	width: 215px;
	margin-right: 17px;
	min-height: 0;
	padding-bottom: 0;
	position: relative;
}

.people .egg-box-3,
.people .egg-box-6,
.people .egg-box-9,
.people .egg-box-12{
	margin-right: 0;	
}

.people .egg-box .content{
	display: none;
	margin: 0;
	position: absolute;
	z-index: 3;
	box-shadow: 0 0 7px #A3A3A3;
	border-radius: 0 0 4px 4px;
	background: #FFF;
	height: 345px;
}

.people .egg-box .content .holder{
	background: url(images/box-title-small.png) no-repeat center 4px #FFF;
	display: block;
	height: 11px;
	position: absolute;
	top: -6px;
	left: 0;
	width: 215px;
}

.people .egg-box .content p{
	margin: 10px;
}

.people .egg-box h3{
	font-size: 15px;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 0 0 10px;
	background: url(images/box-title-small.png) no-repeat center bottom;
}

.people .egg-box.mainBoard h3{
	background:url(images/box-title-small-green.png) no-repeat center top;
	color:#fff;
}

.people .egg-box.techAdvBoard h3{
	background:url(images/box-title-small-gray.png) no-repeat center top;
	color:#fff;
}

.people .egg-box h2{
	background: none;
	padding: 5px 10px 8px;
	margin: 0;
}

.people .egg-box h2 a{
	color: #4ca42f;
	font: normal 15px "RotisSansSerif";
	text-transform: uppercase;
	background: url(images/arrow.png) no-repeat left center;
	padding-left: 10px;
}

.people .egg-box img{
	display: block;
	margin-left: 1px;
}

#trial-form{
	margin: -8px 20px 20px 20px;
	padding-top: 5px;
	background: url(images/trial-top.png) no-repeat left top;
	font: normal 13px "Helvetica";
}

#trial-form .trial-inner{
	background: #ebe9e9;
	margin-right: 10px;
	padding: 15px 0 15px 170px;
}

#trial-form .trial-bottom{
	background: url(images/trial-bottom.png) no-repeat left top;
	padding-top: 5px;
}

#trial-form .form-hidden{
	display: none;	
}

#trial-form input[type="text"]{
	width: 298px;
	border: none;
	font: normal 13px "Helvetica";
	margin: 0 0 10px 0;
	padding: 9px 4px 9px 20px;;
	border: 1px solid white;
	color: #515048;
	-webkit-appearance: none;
	border-radius: 0;
}

#trial-form select{
	width: 184px;
	border: none;
	font: normal 13px "Helvetica";
	margin: 0 0 10px 0;
	padding: 9px 5px;
}

#trial-form .select-label{
	float: left;
	margin-left: 20px;
	line-height: 36px;
}

#trial-form input[type="submit"]{
	clear: both;
	background: #4CA42F;
	border: 1px solid #FFF;
	border-radius: 3px;
	color: #FFF;
	padding: 6px 100px 6px 6px;
	margin-left: 174px;
}

.error-icon{
	display: none;
	background: url(images/error.png) no-repeat left top;
	width: 20px;
	height: 20px;
	float: left;
	margin: 6px;
}

.error-message{
	display: none;
	color: #FFF;
	padding: 6px 20px 6px 65px;
	width: 238px;
	margin-left: 190px;
	background: url(images/error-red.png) no-repeat 20px center #CC110C;
	font-size: 13px;
}

a.button{
	background: #4ca42f;
	color: white;
	border-radius: 3px;
	padding: 6px 12px;
	font: normal 15px "RotisSansSerif";
}

.table{
	width: 100%;
	margin-top: -20px;
	margin-bottom: 20px;
}

.table tr:nth-child(odd) {background: #ffffff}
.table tr:nth-child(even) {background: #f5f4f4}

.table tr td{
	border-right: 1px solid #e9e7e7;
	border-bottom: 1px solid #cfcece;
	padding: 15px 10px;
}

.table tr td.no-right-border{
	border-right: none;
}

.table tr:first-child td{
	border-top: none;
}

.table tr td:last-child{
	border-right: none;
}

.table a{
	font-weight: normal;
	color: #515048;
}

a.save{
	background: url(images/save.png) no-repeat center center;
	width: 12px;
	height: 11px;
	text-indent: -99999em;
	display: block;
}

#windows span{
	background: url(images/windows.png) no-repeat left top;
	display: block;
	width: 47px;
	height: 46px;
	float: left;
	margin-top: -34px;
	margin-right: 20px;
	text-indent: -99999em;
}

#mac span{
	background: url(images/apple.png) no-repeat left top;
	display: block;
	width: 50px;
	height: 59px;
	float: left;
	margin-top: -42px;
	margin-right: 20px;
	text-indent: -99999em;
}

#linux span{
	background: url(images/linux.png) no-repeat left top;
	display: block;
	width: 51px;
	height: 60px;
	float: left;
	margin-top: -42px;
	margin-right: 20px;
	text-indent: -99999em;
}

.blog-item{
	margin-bottom: 40px;
	position: relative;
}

.blog-item .edit-link{
	right: 0;
	left: auto;
	top: 2px;
	position: absolute;
	z-index: 5;
}

ul.authorBlog{
	background: #f5f4f4;
	border-top: 1px solid #e9e7e7;	
}

ul.authorBlog li{
	padding: 10px;
	border: 1px solid #e9e7e7;	
	border-width: 0 1px 1px 1px;
	background: none;
}

ul.tags li{
	padding: 5px 10px 5px 0;
	background: none;	
}

ul.tags li a{
	color: #515048;
	font-weight: normal;
}

a.view-archive{
	background: #e9e7e7;
	color: #444444;
	border: 1px solid #cfcece;
	border-radius: 3px;
	padding: 6px 15px;
	font: normal 15px "RotisSansSerif";
	display: block;
	width: 418px;
	margin-bottom: 30px;
}

.page-template-page_news-php a.view-archive{
	width: auto;	
}

.archive-item{
	box-shadow: 0 0 7px #A3A3A3;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 15px;
}

.archive-item .title{
	font-size: 15px;	
}

.archive-item a{
	color: #515048;
	font-weight: normal;
}

.archive-item .grid_6{
	width: 420px;
}

.map-item{
	background: #f5f4f4;
	font-size: 13px;
	margin-bottom: 20px;
}

a.google-maps{
	display: block;
	margin-bottom: 45px;
	line-height: 26px;
	background: url(images/google-marker.png) no-repeat left center;
	border-top: 1px solid #D4D6D5;
	border-bottom: 1px solid #D4D6D5;
	padding-left: 16px;
	font-weight: normal;
	color: #515048;
}

#corporate-hq{
	margin-top: 55px;
}

.map-item img{
	float: left;
	margin-right: 20px;
}

.padding60{
	padding-top: 60px;
}

#FSContact2{
	background: #ebe9e9;
	padding: 20px 10px;
	margin-bottom: 50px;
	position: relative;
	height: 245px;
	font-size: 13px;
}

#FSContact2:after{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

#FSContact2 .form-label{
	display: none;
}

#FSContact2 input[type="text"],
#FSContact2 textarea,
#commentform input[type="text"],
#commentform textarea{
	font: normal 13px "Helvetica", Arial;
	color: #515048;
	border: none;
	padding: 8px 10px 8px 20px;
	-webkit-appearance: none;
	border-radius: 0;
}

#FSContact2 input[type="text"]{
	width: 245px;
	margin-bottom: 7px;
	float: left;
}

#FSContact2 .message{
	position: absolute;
	right: 10px;
	top: 22px;
	width: 337px;
	height: 174px;
	padding: 9px;
}

#FSContact2 input[type="submit"]{
	background: #4CA42F;
	border: 1px solid #FFF;
	border-radius: 3px;
	color: #FFF;
	padding: 6px 100px 6px 6px;
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.contact-error{
	margin-top: -30px;
	margin-bottom: 30px;
}

#FSContact2 .error-icon{
	margin: 6px 1px;
}

.red-border{
	border: 1px solid #CC110C !important;
}

.video-container{
	display: none;
	clear:both;
	border: 17px solid #E9E7E7;
	width: 576px;
	height: 324px;
	margin-bottom: 20px;
}

.column-count-1 ul{
	width: 675px;
}

div.links{
	padding: 0 20px 20px;
}

div.links h2{
	background: none;
	margin-bottom: 0;
}

div.links .top{
	background: url(images/links-top.png) no-repeat center top #f5f3f4;
	padding-top: 5px;
}

div.links ul{
	background: url(images/links-bottom.png) no-repeat center bottom #f5f3f4;
	padding: 14px 12px 10px;
}

div.links ul li{
	float: left;
	margin-right: 70px;
	margin-bottom: 10px;
}

div.links ul li.link-last{
	margin-right: 0;	
}

div.links ul li a{
	line-height: 16px;
	font-weight: normal;
	color: #515048;
}

div.links ul li a img{
	vertical-align: middle;
	margin-right: 5px;
}

.page-id-84 #eggplant-download{
	display: none;
}

h1.hidden{
	text-indent: -9999em;
	background: none;
	height: 0px;
	line-height: 0px;
}

/* Vine form */
#FSContact3{
	background: url(images/trial-top.png) no-repeat left top;
	margin-top: -25px;
	margin-bottom: 10px;
	font: normal 13px "Helvetica";
	padding-top: 5px;
}

#FSContact3 form{
	background: url(images/trial-bottom.png) no-repeat left bottom;
	padding-bottom: 5px;
}

#FSContact3 form .inner{
	background: #EBE9E9;
	padding: 15px 0 15px 170px;
	margin-right: 10px;
}

#FSContact3 .form-hidden,
#FSContact4 .form-hidden{
	display: none;	
}

#FSContact3 input[type="text"],
#FSContact3 input[type="email"],
#FSContact4 input[type="text"],
#FSContact4 input[type="email"]{
	width: 298px;
	border: none;
	font: normal 13px "Helvetica";
	margin: 0 0 10px 0;
	padding: 9px 4px 9px 20px;;
	border: 1px solid white;
	color: #515048;
	-webkit-appearance: none;
	border-radius: 0;
}

#FSContact4 input[type="text"],
#FSContact4 input[type="email"]{
	width: 164px;
	padding: 8px 4px 8px 10px;
}

#FSContact3 select{
	width: 184px;
	border: none;
	font: normal 13px "Helvetica";
	margin: 0 0 10px 0;
	padding: 9px 5px;
}

#FSContact3 .select-label{
	float: left;
	margin-left: 20px;
	line-height: 36px;
}

#FSContact3 input[type="submit"],
#FSContact4 input[type="submit"]{
	clear: both;
	background: #4CA42F;
	border: 1px solid #FFF;
	border-radius: 3px;
	color: #FFF;
	padding: 6px 100px 6px 6px;
	margin-left: 174px;
}

#FSContact4 input[type="submit"]{
	width: 180px;
}

#FSContact4 .subscribe-message{
	margin-left: 0;
	width: 130px;
	margin-top: 10px;
	background-position: 5px 10px;
	padding-left: 30px;
	line-height: 15px;
}

#FSContact4 .error-icon{
	position: absolute;
	top: 0;
	right: 0px;
}

#FSContact3 .req{
	margin-top: -24px;
	margin-left: 20px;
}

.recive-cont{
	padding: 10px;
	background: #ffffff;
}

.recive-cont a.button{
	padding: 6px 6px;
	display: block;
	margin-bottom: 20px;
}

.subscribe-cont{
	padding: 10px 10px 10px 10px;
	background: #ebe9e9;
	display: none;
	margin-bottom: 20px;
}

.subscribe-cont a.button-disable{
	padding: 6px 6px;
	display: block;
	margin-bottom: 20px;
	background: #9E9D99;
}

a.cancel{
	font: normal 15px "RotisSansSerif";
	background: url(images/cancel.png) no-repeat center right;
	padding-right: 30px;
	display: block;
	line-height: 42px;
	width: 45px;
	color: #9d9c98;
	float: right;
}

.vine-message{
	margin-left: 172px;
	margin-bottom: 5px;
}

.blog-item h2, 
.blog-item h1{
	background: url(images/blog-title.jpg) no-repeat left bottom;
	padding-bottom: 16px;
	margin-bottom: 0;
}

.right-block{
	margin-left: 20px;
	margin-bottom: 35px;
}

.right-block h2{
	background: url(images/right-block.jpg) no-repeat left bottom;
	margin-bottom: 12px;
	padding-bottom: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #515048;
}

.subscribe-block{
	margin-bottom: 0;
	margin-top: -4px;
}

.category-block{
	background: url(images/right-block.jpg) no-repeat left top;
	padding-top: 4px;
	margin-top: 0px;
}

ul.categories li{
	padding: 3px 10px 3px 18px;
	background: none;
	margin-bottom: 4px;
	background: url(images/category.png) no-repeat 8px center #ebe9e9;
}

ul.categories li a{
	color: #515048;
	font-weight: normal;
	font-size: 14px;
}

ul.author{
	background: url(images/blog-title.jpg) no-repeat left bottom;
	padding-bottom: 5px;
	margin-bottom: 0;
}

ul.author li{
	float: left;
	background: none;
	padding: 0 0 3px 0;
	width: 50%;
	text-align: left;
}

ul.author li.last {
	text-align: right;
	margin-right: 2%;
	width: 48%;
}

ul.author li span,
ul.author li span a{
	color: #6ab156;
	font-weight: normal;
}

ul.cat{
	background: url(images/blog-title.jpg) no-repeat left bottom;
	padding-bottom: 5px;
}

ul.cat li{
	float: left;
	background: none;
	padding: 0 0 3px 0;
	width: 100%;
	text-align: left;
}

ul.cat li span,
ul.cat li span a{
	color: #6ab156;
	font-weight: normal;
}

.blog-item a.more-link{
	color: #6ab156;
	margin-top: 20px;
	padding-bottom: 38px;
	background: none;
	font-size: 14px;
}

.blog-item .inner a.read-more,
.category .blog-item a.read-more{
	color: #6ab156;
	font-size: 14px;
	background: none;
}

#comments{
	width: 450px;
	background: url(images/comments.png) no-repeat left top;
	padding-top: 8px;
	font-size: 14px;
}

#comments h3{
	font-family: "Helvetica";
	font-size: 20px;
	font-weight: bold;
	color: #4ca42f;
}

#comments-count{
	background: url(images/comments.png) no-repeat left bottom;
	padding-bottom: 13px;
}

#comments-count h3{
	float: left;
	margin-top: 4px;
}

#comments-count a.button{
	float: right;
	display: block;
}

.commentForm,
.issleoggedIn{
	margin-top: 60px;
}

.commentForm h3{
	background: url(images/comments.png) no-repeat left bottom;
	padding-bottom: 13px;
}

#commentform{
	background: #EBE9E9;
	margin-top: 18px;
	padding: 20px 11px;
}

#commentform label{
	display: none;
}

#commentform p{
	margin-bottom: 6px;
	position: relative;
}

#commentform #author,
#commentform #email,
#commentform #comment{
	width: 400px;
}

#commentform #comment{
	line-height: 20px;
}

#commentform #submit{
	background: #4CA42F;
	color: #FFF;
	border-radius: 3px;
	padding: 6px 12px;
	font: normal 15px "RotisSansSerif";
	border: 1px solid white;
	margin: 0;
}

#commentform .form-submit{
	text-align: right;
}

#commentform .error-icon{
	position: absolute;
	top: 2px;
	right: -2px;
}

.comments-error{
	margin: 20px 0 0 60px;
}

.commentlist{
	margin-top: 20px;
}

.comment-meta a,
a.comment-reply-link{
	color: #4ca42f;
}

ul.children{
	margin-left: 30px;
}

ul li.comment{
	margin-bottom: 20px;
}

ul li.comment p{
	margin: 0;	
}

.comment-body{
	margin-bottom: 20px; 
}

.comment-body .author-name,
.comment-body .comment-meta{
	background: url(images/comment-header.jpg) no-repeat bottom left;
	padding-bottom: 8px;
}

.comment-body .author-name span{
	color: #6ab156;
}

.comment-body .comment-meta{
	margin-bottom: 10px;
}

.comment-body .comment-meta a{
	font-weight: normal;
}

.comment-body .reply{
	margin-top: 10px;
}

.children .comment-body{
	border: 1px solid #ccc;
	padding: 9px;
}

.postid-1885 .generic-page{
	min-height: 120px;
}

.postid-1885 #main-content{
	min-height: 0;
}

body.category .blog-item,
body.author .blog-item{
	margin-bottom: 0;
}

body.category .category-page .entry-content,
body.author .category-page .entry-content{
	padding-bottom: 0;
}

body.category .blog-item a.more-link,
body.author .blog-item a.more-link{
	display: block;
	padding-bottom: 0;
}

ul.news-author{
	border: 1px solid #E8E6E7;
	background: #F5F3F4;
}

ul.news-author li{
	padding: 8px;
	text-transform: uppercase;
}

ul.news-author li:first-child{
	border-bottom: 1px solid #E8E6E7;	
}

.navigation a span {
	background: #E9E7E7;
	color: #444;
	border: 1px solid #CFCECE;
	border-radius: 3px;
	padding: 6px 15px;
	font: normal 15px "RotisSansSerif";
	display: block;
	margin-bottom: 30px;
	float: left;
	width: 80px;
}

.navigation a span.newer{
	float: right;
	width: 86px;
}

.slide-video{
	position: relative;
	display: none;
	background: #E9E7E8;
	width: 100%;
	height: 100%;
	padding-top: 40px;
}

.slide-video .wistia_embed{
	padding: 17px;
	border: 2px solid #EEE;
	border-radius: 2px;
	margin: auto;
}

.slide-video a.close-video {
	display: block;
	position: absolute;
	top: 405px;
	left: 60px;
	font: normal 16px "Helvetica", Arial;
	background: url(images/cancel.png) no-repeat center left;
	padding-left: 30px;
	line-height: 42px;
	width: 90%;
	color: #9D9C98;
}

#mobile-header,
#mobile-overlay,
#mobile-menu-overlay,
#mobile-search,
#mobile-search-overlay,
#notch{
	display: none;
}

#mobile-overlay,
#mobile-menu-overlay,
#mobile-search-overlay{
	position: absolute;
}

#about-video-cont {
	margin-top: -20px;
	margin-bottom: 40px;
	position: relative;
}

#about-video-cont .slide-video{
	padding-top: 0px;
}

#about-video-cont .slide-video a.close-video{
	bottom: -40px;
	top: auto;
}

/* PARTNER PORTAL */
.page-partner #featured{
	width: 350px;
}

.page-partner-content .generic-page .entry-content{
	padding-bottom: 0;
}

.under-content{
	margin: 0 20px 20px 20px;
}

.partner-form{
	background: #ebe9e9;
	padding: 20px 10px;
}

.partner-form .form-row{
	margin-bottom: 10px;	
}

.partner-form .submit-row {
	margin-bottom: 0;
	margin-left: 100px;
}

.partner-form .text-box,
.partner-form .text-area,
.partner-form .select{
	margin: 0;
	background: white;
	border: none;
	padding: 6px;
	outline: none;
	width: 300px;
	float: left;
}

.partner-form .text-area{
	height: 100px;	
}

.partner-form .text-box:focus { background-color: #fff; }

.partner-form .select{ width: 312px; }

.partner-form label{
	width: 100px;
	display: block;
	float: left;
	line-height: 28px;
}

.partner-form .error-icon{
	display: block;
	float: left;
	margin: 4px 6px;
}

.partner-error-message{
	margin-top: 20px;
}

.form-error{
	display: none;
	color: #FFF;
	padding: 6px 20px 6px 65px;
	margin-bottom: 10px;
	background: url(images/error-red.png) no-repeat 20px center #CC110C;
	font-size: 13px;
}

.button{
	background: #4CA42F;
	border: 1px solid #FFF;
	border-radius: 3px;
	color: #FFF;
	padding: 6px 60px 6px 6px;
	cursor: pointer;
}

#sf_login .text-box{
	width: 150px;
}

#sf_login label{
	width: 60px;
}

#sf_login p{
	margin: 0;
}

#sf_login .label-row,
#sf_login .submit-row{
	margin-left: 60px;
}

#sf_lead_form label{
	width: 150px;
}

#sf_lead_form .submit-row{
	margin-left: 150px;
}

#sf_lead_form #submit_form{
	margin-left: 204px;
}

#partner-nav li {
	width: 210px;
}

#partner-nav li a {
	display: block;
	font: 400 15px/13px "RotisSansSerif";
	text-decoration: none;
	padding: 10px 16px;
	color: #444444;
}

#partner-nav li a:hover{
	color: #4ca446;
}

#partner-nav > li > a {
	background: #FFF;
	width: 178px;
	border-radius: 5px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
}

#partner-nav .sub-menu a {
	border-bottom: 1px solid #F7F7F7;
	padding: 7px 5px 7px 25px;
}

#partner-nav .sub-menu li:last-child a {
	border-bottom: none;
}

#partner-nav .current-menu-item > a,
#partner-nav .current-page-ancestor > a{
	color: #240772;
	font-weight: bold;
}

.page-partner-content .entry-content ul{
	margin-bottom: 20px;
}

.page-partner-content .entry-content ul li{
	padding: 5px 10px 5px 24px;
	background: url(images/bullet.png) no-repeat 14px 13px;
}

.leads-table{
	width: 100%;
	border-collapse: collapse;
	box-shadow: 0 0 3px rgb(158, 157, 157);
}

.leads-table th,
.leads-table td{
	padding: 5px;
    line-height: 16px;
    vertical-align: middle;
    border: 1px solid #C7C4C4;
}

.leads-table th{
    background: #4ca42f;
    height: 24px;
    color: #FFFFFF;
    text-align: center;
}

.leads-table th.first{
	border-left: 1px solid #4ca42f;
}

.leads-table th.last{
	border-right: 1px solid #4ca42f;
}

.leads-table td{
	vertical-align: middle;
}

.leads-table tr.even{
	background: #e9e7e7;
}

.board-member-description{
	margin:-220px 0 220px 0;
	padding: 0 20px;	
}

.board-member-description p{
	display:inline-block;
	text-transform:uppercase;
	font-size:15px;
	font-family: RotisSansSerif;
}

.board-member-description p:nth-child(2){
	margin-left:94px;	
}

.board-member-description span{
	display:inline-block;
	width:34px;
	height:34px;
	border-radius:5px;
	position:relative;
	top:13px;
	margin-right:5px;
}

.main-board-member{
	background:#4ca42f;	
}

.techadv-board-member{
	background:#515048;	
}