body2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 100%;
}
.wrap2{
	margin:0 auto;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.header_top{
 	 background:#fff;
	     	/*add a drop shadow to the frame*/
-webkit-box-shadow: 0 0 5px rgba(0,0,0, .80));
-moz-box-shadow: 0 0 5px rgba(0,0,0, .80);
box-shadow: 0 0 5px rgba(0,0,0, .80);
 }

.main_bg2{
	background:#ffffff;
	background-size: 100% 100%;
}
.main2{
	padding: 4% 6%;
}
.main_text{
	text-align:center;
	margin-bottom: 4%;
}
.main_text h2{
	font-size: 3em;
	color:#BEBEBE;
	text-transform:uppercase;
}
.main_text h3{
	text-transform:uppercase;
	font-size: 1.5em;
	color: #BEBEBE;
}
.content_bg{
	background: url('../images/main_bg.jpg');
	background-size: 100% 100%;
	text-align:center;
	padding: 4% 0;
}
.main_pic {
	margin: 12%;
}
.main_pic a.btn{
	display:block;
	background: rgba(255, 255, 255, 0.13);
	padding: 4%;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
	border: 2px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main_pic a.btn:hover{
	background: rgba(255, 255, 255, 0.42);
}
/* start tabs style */
.tabs {
	margin: 40px auto;
	width:100%;
	height:600px;
	border: 1px solid #333333;
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 240px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 246px;
}
.tabs input#tab-3{
	left: 490px;
}
.tabs label {
	cursor: pointer;
	background: #c5c5c5;
	border-right: 1px solid rgb(231, 228, 228);
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 55px;
	height: 50px;
	position: relative;
	padding: 0 20px;
	float: left;
	display: block;
	width: 18.33333%;
	color: #fff;
	font-weight:500;
	text-align: center;
	-webkit-text-stroke: 0.2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tabs label:after {
	content: '';
	background: #333333;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 0px;
	border-bottom: 1px solid rgb(241, 238, 238);
	display: block;
}
.tabs input:hover + label {
	background: #ff6600;
	color:#ffffff;
}
.tabs label:first-of-type {
	border-left: 1px solid rgb(241, 238, 238);
    z-index: 4;
}
.tab-label-2 {
    z-index: 3;
}
.tab-label-3 {
    z-index: 2;
}
.tabs input:checked + label {
	cursor:pointer;
	color: #ff6600;
    background: #333333;
	z-index: 6;
}
.clear-shadow {
	clear: both;
}
.content_tab {
    background: #fff;
	position: relative;
    width: auto;
    min-height: 240px;
}
.content_tab div {
	width:auto;
    position: absolute;
	top: 0;
	left: 0;
	padding: 4% 0;
	z-index: 1;
    opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tabs input.tab-selector-1:checked ~ .content_tab .content-1,
.tabs input.tab-selector-2:checked ~ .content_tab .content-2,
.tabs input.tab-selector-3:checked ~ .content_tab .content-3 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content_tab ul li:before{
	content: url('../images/arrow.png');
	padding-top: 4px;
	padding-right: 8px;
	display: inline-block;
	vertical-align: middle;
	line-height: 2em;
}
.content_tab ul{
	margin-left: 20px;
}
.content_tab ul li {
	font-size: 0.85em;
	color: #555555;
}
.content_tab h2{
	font-size: 1.2em;
	color: #333333;
	font-weight:400;
	text-transform: uppercase;
}
.content_tab h3{
	font-size: 2em;
	color: #333333;
	text-transform: uppercase;
	margin-top: 8%;
}
.content_tab p{
	font-size:13px;
	color: #333333;
	line-height: 1.8em;
}
.content_tab p.top{
	margin-top: 3%;
}
.tab_left{
	width:16.333333%;
	margin-right: 3.33333%;
	float: left;
}
.tab_right{
	float:right;
	padding-left:250px;
	alignment-adjust:middle;
}
.tab_right2{
	width:64.333333%;
	padding-left:100px;
	float: left;
}
