/*START - WEB PARTS & TOOLS*/
#web-parts h3 a{
	text-decoration: none !important;
	color: #0d7bc3 !important;
	font-weight: 500 !important;
}
#web-parts h3 a:hover{
	color: #ff490e !important;
}
#web-parts hr{
	margin: 60px 0 50px !important;
}
.product_butt {
	width: 175px;
	height: 37px;
	display: inline-block;
	margin-right: 10px;
	padding: 8px 0px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
.product_butt:hover, .product_butt:active, .product_butt:focus{
	color: #fff;
	background-position: bottom;
	text-decoration: none;
	cursor: pointer;
}
#btn_download {
	background: url('../img/s_learnmoresmall.png') repeat-x;
}
#btn_userguide {
	background: url('../img/btn_userguide.png') repeat-x;
}
#btn_purchase {
	background: url('../img/btn_purchase.png') repeat-x;
}
#shortdesc {
	width: 575px;
	position: relative;
}
#product_buttons {
	margin: 20px auto 0px;
	text-align: center;
}
div.spacer {
	text-indent: -9999px;
	font-size: 0px;
}
#prod_img p#note {
	font-size: 12px;
	color: #f00;
	text-align: center;
}
#tabs nav ul{
	display:block;
}
#tabs .content section{
	margin: 35px auto 0;
	font-size: 14px;
	line-height: 21px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.content p {
  margin: 0 0 15px;
}
#tabs{
	margin-top:0;
}
#tabs nav a{
	color:#888;
	font-size:14px;
	font-weight: bold;
}
#tabs nav a:hover, #tabs nav a:active, #tabs nav a:focus{
	text-decoration: none;
}
#tabs nav li.tab-current{
	border: 1px solid #0576BC;
	box-shadow: inset 0 2px #0576BC;
	border-bottom:none;
	background:#f0f9ff;
}

#tabs b, #tabs strong{
	font-weight: bold;
}
#tabs nav li.tab-current a{
	color:#0576BC;
}
#tabs nav ul li{
	border-color:#888;
}
table.prod_feat, table.prod_feat tr{
	border:1px solid #ddd;
	border-collapse:collapse;
}
table.prod_feat td, table.prod_feat th{
	padding:5px;
}
table.prod_feat th{
	background:#ddd;
	text-align: center;
}
div.slideshow-nav a {
	margin: 0 5px;
	background: #E58100;
	color: #FFF;
	padding: 3px 5px;
}
div.slideshow-nav a.activeSlide {
	color: #E58100;
	background: none;
}
p#slideshow-caption {
	font-weight: bold;
	margin: 15px 0;
}
.purchase_table{
	width:100%;
	border-collapse:collapse;
	border:1px solid #0576BC;
	margin:0 0 15px;
}
.purchase_table th{
	background:#0576BC;
	padding:5px;
	color:#fff;
}
th.license{
	border-right:1px solid #2395dc;
}
th.buy{
	border-left:1px solid #2395dc;
}
.purchase_table td{
	padding:5px;
}
.purchase_table td.buy{
	text-align:center;
}
.purchase_table tr:nth-of-type(even){
	background:#F0F9FF;
}
.purchase_table tr:nth-of-type(odd){
	background:#FFF;
}
a.buy-btn {
	display: block;
	width: 74px;
	height: 22px;
	background: url('../img/buy-now.png') no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}
a.buy-btn:hover {
	background-position: bottom;
}
ul.listype1 li {
	list-style: url("../img/checkmark.png");
	margin-bottom: 10px;
}
.more-column-list {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 33.33%;
	padding: 0px 10px;
	float: left;
}
/*END - WEB PARTS & TOOLS*/

/*Start Case Studies page*/
#case-studies .post {
	width: 31%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 35px !important;
	height: 450px;
	margin: 0 1% 30px !important;
	border: 1px solid #F4F4F4;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#case-studies table tr.post-thumbnail{
	height: 150px;
	text-align: center;
}
#case-studies table tr.post-thumbnail td img{
	max-width: 218px;
	max-height: 150px;
	width: auto;
	height: auto;
}
#case-studies h2{
	margin-top: 20px !important;
}
#case-studies h2, #case-studies h2 a{
	font-size: 16px;
	line-height: normal;
	color: #fa8100;
}
#case-studies h2 a:hover, #case-studies h2 a:focus, #case-studies h2 a:active{
	text-decoration: none;
}
/*End Case Studies page*/

/*Start Testimonials page*/
#tbtestimonial-listing #authorbox{
	border-bottom: 1px solid #eee !important;
	padding-bottom: 40px;
}

/*End Testimonials page*/

/*Start Blog Page*/
.headline_area h2.entry-title a {
	color: #0d79c2;
	font-size: 25px;
	font-weight: 600;
}
.inner-generic .excerpt-container h2{
	font-size: 20px !important;
	margin-bottom: 20px !important;
}
#blog_posts a:hover, #blog_posts a:focus, #blog_posts a:active{
	text-decoration: none;
}
#blog_posts .post{
	border-bottom: 1px solid #eee;
  	margin-bottom: 40px;
  	padding-bottom: 20px;
}
#blog_posts .img-container{
	height: auto;
    text-align: center;
    width: 220px;
	float: left;
	margin-right: 30px;
	background-color: #fff;
	border-radius: 2px;
}
#blog_posts .img-container img{
    height: auto;
    margin: 0 auto !important;
    max-height: 100%;
    max-width: 100%;
    width: auto;
	float: none !important;
}
a:hover{
	color: #ff490e;
}
#blog_posts .wp-pagenavi a, #blog_posts .wp-pagenavi span{
	border: none;
	font-weight: bold;
}
#blog_posts .wp-pagenavi a {
	background: #0d79c2;
	color: #fff;
	border-radius: 2px;
	padding: 5px 10px;
}
li#menu-item-381 .dropdown-menu{
	display: none !important;
}
li#menu-item-381:hover ul.dropdown-menu.spl{
	display: block !important;
}
li#menu-item-381 .dropdown-menu.spl{
	width: 400px;
}
li#menu-item-8858 .dropdown-menu.spl{
	width: 300px;
}
li#menu-item-381 .dropdown-menu.spl ul, li#menu-item-8858 .dropdown-menu.spl ul{
	list-style: none;
	padding-left: 0 !important;
}
.navbar-nav .dropdown-menu.spl li a{
	display: block;
}
li#menu-item-381 .dropdown-menu.spl a{
	width: 95%;
	display: block;
}
.dropdown-menu.spl a:hover, li#menu-item-381 .dropdown-menu.spl a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
/*End Blog Page*/