#fullpage .tableCell{
	background-color: rgba(0,0,0,0.5);
}
.table{
	margin-bottom:0;
}
#fullPage-nav.right {
    right: 0 !important;
}

.container {
	margin-right: 50px!important;
margin-left: 50px!important;
padding-left: 0px!important; 
padding-right: 0px!important; 
}

.section-box{
	border: #fff 2px solid;
}
@media (max-width: 1199px){
	.section-box{
		width:85%;
		margin-left:7.5%;
	}
	.section-subhead{
		margin-right:7.5%;
	}
}
.section-head{
	width:100%;
	font-family: 'Basic title';
	font-weight:bold;
	color:#fff;
	padding:5px 10px 0 10px;
	text-align:center;
}
.section-subhead{
	width:60%;
	font-family: 'Basic title';
	color:#fff;
	float:right;
	text-align:right;
	margin-top:10px;
}

.language {
right: 110px;
position: fixed;
margin-left: 8px;
margin-top: 6px;
font-size: 14px;

}

.social {
	right: 54px;
position: fixed;
margin-left: 8px;
margin-top: 4px;
font-size: 10px;
}

.social img {
	width: 24px;
	height: auto;

}

.language a {
	color: #3e3e3e;
	width: 8px;
	text-decoration: none;
	
}



.language a:hover {
	color: #f75414;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: 900;

}

.read {
	text-align: right!important;
	background-color: transparent!important;
	padding-bottom: 20px!important;
}
.read a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	margin: 0;

}

.a-bg {
	background-color: #f75414!important;
	padding: 5px!important;
	margin-right: -10px!important;
}

@font-face {
  font-family: 'Basic Title';
  src: url('fonts/basic_title.eot');
  src: url('fonts/basic_title.eot?#iefix') format('embedded-opentype'),
       url('fonts/basic_title.woff') format('woff'),
       url('fonts/basic_title.ttf')  format('truetype'),
       url('fonts/basic_title.svg#svgFontName') format('svg');
}