/* average-sans-regular - latin */
@font-face {
  font-family: 'Average Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/average-sans-v16-latin/average-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/average-sans-v16-latin/average-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/average-sans-v16-latin/average-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/average-sans-v16-latin/average-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/average-sans-v16-latin/average-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/average-sans-v16-latin/average-sans-v16-latin-regular.svg#AverageSans') format('svg'); /* Legacy iOS */
}

/* ==========================================================================
   Content pages styles
   ========================================================================== */

body {
	  background: url(../img/backgrounds/table.jpg) no-repeat top center fixed;
	  font-family: Arial, sans-serif;
	  color: #000;
	  background-size: cover;
		  -webkit-background-size: cover;
			-moz-background-size: cover;
				-o-background-size: cover;
}

.accordion  li:hover {
	color: #ba273a;
}

.accordion li:hover  .box {
	background: #ba273a;
}

.blog_date {
	border: 1px solid #878787;
	float: right;
	text-align: center;
	width: auto;
	height: auto;
}

.blog_date .d {
	font-size: 30px;
	line-height: 110%;
	font-weight: bold;
}

.blog_date .my {
	background: #ba273a;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	padding: 4px 8px;
}

.box_shadow {
	-webkit-box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
			box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
}

.content {
	width: 590px;
	background: #FFF;
	margin: 0 0 10px 0;
	padding: 30px;
	float: right;

}

footer {
	width: 590px;
	height: 50px;
	background: #5F5F5F;
	margin: 0 0 70px 0;
	padding: 12px 30px;
	float: right;

	font-family: 'Average Sans', sans-serif;
	font-size: 15px;
	color: #FFF;
}

footer hr {
	border-top: 1px solid #FFF;
	margin: 11px 0;
}

footer span {
	padding: 0 25px 0 0;
}

.page-header {
  width: 310px;
  margin: 0 0 20px 0;
  float: left;
  position: fixed;
  top: 0;
}

.page-header .logo {
	height: 100px;
	margin: 0 0 30px 0;
	background: url(../img/homepage/logo_docomo.jpg) no-repeat top center;
}

.page-header .clock {
    width: 310px;
    height: 33px;
    background: url('../img/backgrounds/clock.jpg') no-repeat 10px 6px #FFF;
    position:relative;
	margin: 0 0 10px 0;
    text-transform:uppercase;
    color:#5f5f5f;
	font-family: 'Average Sans', sans-serif;
    font-size:94%;
}
.page-header .localtime {
    float:left;
    margin:2% 0 0 14%;
    width:50%;
    border-right:solid 2px #565655;
}

.page-header .contact {
    float:left;
    background: url('../img/backgrounds/phone.jpg') no-repeat 12px 8px #FFF;
    padding:6px 0 0 38px;
    color:#5f5f5f;
    font-size:100%;
    font-weight:normal;
}

#dateAndTime {

}

p > a, .publicationExporterList > li > a, td > a {
	color: #BA273A;
	text-decoration: underline;
}

p > a:hover, .publicationExporterList > li > a:hover, td > a:hover {
	text-decoration: none;
}

.people  {
	margin: 0 -16px;
}

.people .span3 {
	width: 178px;
	height: 178px;
	background: #ba273a;
	color: #FFF;

	position: relative;
	margin:0 14px 28px 14px;
}

.people .span3 .bottom {
	position: absolute;
	bottom: 0;
}

.people .span3  p {
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;

	width: 145px;
	margin: 0;
	padding: 9px 16px 3px 16px;
}

.people .span3  .title {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;

	margin: 0;
	padding: 3px 16px 11px 16px;
}

.people > a > .span3  {
	text-decoration: none;
}

.people > a > .background_img {
	background: url(../img/content/job.jpg) no-repeat bottom right;
}

.people  .background_img p {
	visibility: hidden;
}

.people > a:hover  > .background_img  p{
	visibility: visible;
	background: rgba(0, 0, 0, 0.5)
}

.subnavigation li {
	width: 297px;
	padding: 8px;
}
/* teaser */
.teaser {
	margin: 16px 0;
}

.teaser_link, .bibDownloadAll {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;

	width: 100% -18px;
	background: #BA273A;
	padding: 3px 9px;
}

.bibDownloadAll {
	margin:auto;
	color:#fff;
}

.teaser_all li {
	font-family: 'Average Sans', sans-serif;

	width: 280px;
	height: 166px;
	background-color: #dbdbdb;
	padding: 10px 15px;
	margin: 0 0 30px 0;
	overflow: hidden;

	-webkit-box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
			box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.4);
}

.teaser_all h1 {
	color: #ba273a;
}

.teaser_all a:hover {
	text-decoration: none;
}

.teaser_all  > a > li > .info {
	width: 80px;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.teaser_all #red_teaser, .teaser_all #small {
	background: #b9273a;
}

.teaser_all #red_teaser  h1, .teaser_all #small h1{
	color: #FFF;
}

.teaser_all #small {
	height: 83px;
}

.teaser_link.pull-right{
	width: 63%;
}

.teaser  img{
	float: left;
	margin-right: 20px;
}

.jobref  {
	font-size: 15px;
	font-weight: bold;
	color: #747474;
	text-transform: uppercase;
	text-align: right;
	width: 100%;
}

/* /teaser */

.publications {

}


.publications .title {
	text-transform: none;
	/* padding-bottom: 20px; */
}
.publications .date {
	font-weight: bold;
	text-align: right;
	float: right;
	font-size: 15px;
}

.quicklinks {
	color: #8f8f8f;
	text-transform: uppercase;
	font-weight: 700;
}

.quicklinks a:hover {
	text-decoration: none;
}

.quicklinks hr {
	border-top: 1px solid #666;
}

.quicklinks .box {
	height: 31px;
	width: 31px;
	float: left;
	margin: 0 10px 23px 0;
	background: #8f8f8f;
}

.content ul {
	list-style-image: url(../img/content/bullet.gif);
	list-style-position:outside;
}

.publicationExporterList {
	list-style-image:none !important;
	list-style-type:none;
	margin-left:0px;
}

.publicationExporterList li {
	margin-bottom:10px;
}

.content ul li {
	padding-left: 4px;
}

.btn-navbar{
	display: none;
}


/* Pagination */

.pagination {
	position:relative;
}

.publications .pagination .publicationExporterPaginatorPrev{
	color: #8f8f8f;
	text-decoration:none;
}

.publications .pagination .publicationExporterPaginatorPrev:hover{
	text-decoration:underline;
}

.publications .pagination .publicationExporterPaginatorNext {
	float:right;
	color: #8f8f8f;
	text-decoration:none;
}

.publications .pagination .publicationExporterPaginatorNext:hover {
	text-decoration:underline;
}

.publications .pagination .bibDownloadAll{

}

/* Feedback */
#feedback label {
	font-size:15px;
	font-weight:bold;
	color:#8f8f8f;
}

#feedback table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

#feedback table tr:first-child {
	display: none;
}

#feedback .input_wrapper {
	height: 28px;
	background: url(../img/backgrounds/bginput2.jpg) repeat-x;
	border-right: 1px solid #d6d5d6;
}

#feedback input {
	background: url(../img/backgrounds/bginput.jpg) top left no-repeat;
	border:none;
	width: 100%;
	height:28px;
	padding-left:5px;
	padding-right: 5px;
	box-sizing: border-box;
	outline: none;
}

#feedback textarea {
	background: url(../img/backgrounds/bgtextarea.jpg) no-repeat;
	background-color:none;
	padding:5px;
	width: 100%;
	max-height: 76px;
	min-height: 76px;
	height: 76px;
	border:none;
	outline: none;
	resize: none;
	box-sizing: border-box;
	border-bottom: 1px solid #cbcbcb !important;
}

#feedback .button {
	background: #ba273a !important;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	border: none;
	padding: 5px 5px 5px 5px !important;
	height: auto !important;
	margin-top: 8px;
}

#feedback h2 {
	text-transform: none !important;
	margin-bottom: 10px;
}

#feedback .label_wrapper {
	padding: 3px 0 3px 0;
}

#comments_display {
	list-style: none !important;
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
	list-style-image: none !important;
}

#comments_display li {
	background: #eeeeee;
	margin: 10px 0 0 0;
	padding: 10px 10px 8px 10px;
	border-bottom: 1px solid #cbcbcb;
}

#comments_display li .text {
	margin: 0;
	padding: 0;
}

#comments_display li .author {
	font-size: 10px;
	color: #5F5F5F;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
	float: right;
}

#comments_display li .date {
	font-size: 10px;
	color: #5F5F5F;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	float: left;
}

#comments_display li .clear {
	clear: both;
}

.comments_pagination {
	font-size: 12px;
	color: #5F5F5F;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	padding: 0;
	text-align:center;
}

.subhead{
	color: #ba273a;
	font-size: 120%;
	font-weight: bold;
}


@media screen and (max-width: 1024px) {
	.page-header{
		position: absolute;
	}
	.people > a  > .background_img  p{
	visibility: visible;
	background: rgba(0, 0, 0, 0.5)
	}
}

@media screen and (max-width: 480px) {
	#feedback textarea {
		border-right: 1px solid #cbcbcb !important;
	}

	.container{
		width: auto;
		margin: 0 10px;
	}
	.page-header,
	.content,
	#socialshareprivacy,
	footer,
	.col1,
	.col2,
	.col3{
		position: relative;
		width: auto;
		float: none;
		height: auto;
	}
	.social_share_privacy_area{
		height: auto;
	}

	.page-header{
		margin-bottom: 10px;
	}

	.page-header .clock{
		width: auto;
	}

	.page-header .logo{
		background-color: #FFF;
		margin-bottom: 10px;
		max-width: 100%;
		width: 160px;
		height: 60px;
		background-size: 100%;
	}

	.people > a  > .background_img  p{
	visibility: visible;
	background: rgba(0, 0, 0, 0.5)
	}

	/*nav.collapse .nav{
		display: none;
	}*/

	.btn-navbar{
		border: none;
		display: block;
		background: #ba273a;
		color: #FFF;
		padding: 8px 30px 8px 35px;
		font-weight: normal;
		font-size: 20px;
		cursor: pointer;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}

	.btn-navbar .icon{
		float: right;
		margin-top: 3px;
		background-position: -433px -96px;
	}
	.btn-navbar.collapsed .icon{
		background-position: -408px -96px;
	}

	/*Pagination */

	/* Pagination */

	.pagination div {
		min-width:100%;
		/*background:#C96;*/
		/*width:100%;
		float:left;*/
		margin-left:0 !important;
	}

	.pagination div .publicationExporterPaginatorPrev{
		min-width:98%;
		height:25px;
		background:#ccc;
		display:block;
		color:#fff !important;
		padding-left:2%;
		padding-top:5px;
		font-size:12px;
	}

	.pagination div .publicationExporterPaginatorNext{
		min-width:98%;
		height:25px;
		background:#ccc;
		display:block;
		color:#fff !important;
		padding-left:2%;
		padding-top:5px;
		font-size:12px;
	}

	.pagination div .bibDownloadAll{
		min-width:95%;
		height:25px;
		display:block;
		padding:0px;
		padding-left:2%;
		padding-top:5px;
		font-size:12px;
	}
	footer{
		margin: 0 -10px;
	}
	.social_share_privacy_area .facebook,
	.social_share_privacy_area .twitter,
	.social_share_privacy_area .settings_info,
	.social_share_privacy_area .gplus{
		float: none;
		display: block;
		width: auto;
	}
	.social_share_privacy_area .settings_info{
		margin: 5px 0 5px 30px;
	}

	.teaser_link.pull-right{
		float: none;
		width: auto;
		text-align: right;
	}

	.teaser_all li {
		width: auto;
	}
}













