.featurebox {
/* clear: left; */
overflow: hidden;
width: 100%;
margin: 0;
position: relative;
}

div.featurebox_container {
/* clear: left; */
width: 100%;
background: #000;
}

div.featurebox_container .featurebox_content {
}

div.featurebox_container .featurebox_content .tab_frame {
width: 1200px;
margin: 0 auto;
height: 100%;
position: relative;
}

div.featurebox_container .featurebox_content h2 {
font-size: 30px;
color: #ec6c00;
line-height: 50px;
margin: 0 0 10px;
}

div.featurebox_container .featurebox_content p {
font-size: 15px;
color: #e0e0e0;
line-height: 26px;
font-weight: 300;
}

div.featurebox_container .featurebox_content h3 {
font-size: 20px;
line-height: 30px;
margin: 10px 0 5px;
color: #8e8e8e;
font-weight: bold;
}