#header_line_left,  #header_line_right {
	sbackground-color: orange; 
}
.main_box {
	width: 800px;
	float: left;
	margin-right: 60px;
	sborder: 1px solid red;
}
.side_box {
	width: 300px;
	float: left;
	margin-right: 0px;
	sborder: 1px solid red;
}
#content .side_box h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	line-height: 1.5em;
}
.jotform-form .form-line {
	padding-top: 5px;
	padding-bottom: 8px;
}
/**********header*************/

.content_sdk_left {
	border: 1px solid #fff;
}
#product_sidebar {
	border: 1px solid #fff;
	float: left;
}
/***********update***************/

.clear_box { 
	clear: both;
}

.responsive_img{
	width: 100%;
  height: auto;
}

.home .bx-wrapper .bx-pager, .home .bx-wrapper .bx-controls-auto {
    bottom: 0px;
	z-index: 100;
}
.bx-pager-item{
	background:none !important;  
}
.content_box {
	width: 960px;
	padding-left:20px;
	padding-right:20px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.content_box p {
	line-height: 1.4em;
	margin: 10px 0 10px 0; 
}
.left_box {
	width: 48%;
	float: left; 
 
}
.right_box {
	width: 48%;
	float: right;
 
}
.full_width.black {
	background: #000;
	color: #fff;
	text-align: center;
}
.gray {
	background: #eaeaea;
}

.full_size_bg{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0px;
	background-attachment: fixed;
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 0 solid #f6f6f6;
	border-top: 0 solid #f6f6f6;
	padding-bottom: 0;
	padding-top: 30px;	
}
.full_width.featured .content_box {
	padding-bottom: 10px;
}
.full_width.featured {
	background-image: url("img/bg-bigdata.jpg");
	border-top:1px dotted #ccc;
	border-bottom:1px solid #ccc;
}
.full_width.social_proof_box {
	background-image: url("img/bg-gray-1.jpg");
	border-top:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}
body.postid-335 #product_sidebar .widget fieldset h4,
body.postid-510 #product_sidebar .widget fieldset h4{
	display:none;
}
/******* case study format *************/
.single-case_studies #main h1 {
    max-width:600px;
	margin-bottom:50px;
	font-size:28px;
	color:#ea1e1f;
}
/******* New Product List *************/
.simba_red{
	color:#ea1e1e;
}
.full_size_bg.product_box{
	padding-top:0px;
}
.product_box .content_box{
	text-align:center;
	padding-top:0px;
}
.product_box .content_box{
	text-align:center;
	padding-top:0px;
}
#content .product_box .content_box p.leading_text{
	font-size:12px;
}
.product_box .content_box h3{
	font-size:16px;
	margin-bottom:20px;
	min-height:38px;
}
#content .product_box .content_box h2{
	margin-top:0px;
}
.product_box .content_box ul{
	text-align:left;
	margin-left: 20px;

}
.product_box .content_box ul li{
	font-size:13px !important;
}
.product_box .content_box ul li a{
	font-size:14px;
}
.product_box .content_box .two_third_col{
	width: 58%;
	float:left;
	margin-right: 30px;
}
.product_box .content_box .three_forth_col{
	width: 70%;
	float:left;
	margin-right: 30px;
}
.product_box .content_box .one_forth_col{
	width: 22%;
	float:left;
	margin-right: 30px;
}
.product_box .content_box .one_third_col{
	width: 33%;
	float:left;
	padding-left:5px;
	padding-right:5px;
}
.product_box .content_box .one_forth_col .left_box{
	width: 100%;
}
.product_box .content_box .two_third_col h2{
	background:#333;
	color:#fff;
}
.product_box .content_box .one_third_col h2{
	background:#ea1e1e;
	color:#fff;
}
.product_box .content_box .three_forth_col h2{
	background:#333;
	color:#fff;
}
.product_box .content_box .one_forth_col h2{
	background:#ea1e1e;
	color:#fff; 
}
/******* responsive design *************/
@media (max-width: 50em) {
.content_box {
  width: 100%;
}
  
.left_box {
	width: 100%;
	float: none;
  	padding-bottom: 40px;
}

.right_box {
	width: 100%;
	float: none;
}
.one_third_col, .two_third_col {
	width: 100%;
	float: none;
  	padding-bottom: 40px;
}
}