
/* @font-face { font-family: 'ToshibaSansLight'; src: url('fonts/ToshibaSansCN-Light.woff2') format('woff2');  font-style: normal; }
@font-face { font-family: 'ToshibaSansReg'; src: url('fonts/ToshibaSansCN-Regular.woff2') format('woff2');  font-style: normal; }
@font-face { font-family: 'ToshibaSansMedium'; src: url('fonts/ToshibaSansCN-Medium.woff2') format('woff2'); font-style: normal; }
@font-face { font-family: 'ToshibaSansBold'; src: url('fonts/ToshibaSansCN-Bold.woff2') format('woff2'); font-style: normal; } */


/* -------------------------------- 

article style

-------------------------------- */
body {
  padding: 0;
  margin: 0;
}

.line-break {
  margin: 5% 0;
}

section#top .top-wrapper {
  width: 100%;
  /* height: 500px; */
  position: relative;
}

.top-wrapper .qkd-hero-image {
  background: url(../images/article-qkd-main-image.jpg)no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.top-wrapper .smart-cities-hero-image {
  background: url(../images/article-smart-cities-main-image.jpg)no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.top-wrapper .sustainable-hero-image {
  background: url(../images/article-sustainable-main-image.jpg)no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.top-wrapper .industrial-hero-image {
  background: url(../images/industraial-innovation-main-image.jpg)no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.max-width-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-wrapper .text-box {
  position: relative;
  margin-top: 7%;
  padding-left: 20px;
}

.top-wrapper .text-box h1 {
  color: #ffffff;
  /* font-family: 'ToshibaSansReg',sans-serif; */
  font-size: 20px;
  line-height: 1.2;
  margin: 20px 0;
}

.top-wrapper .text-box h2 {
  color: #ffffff;
  /* font-family: 'ToshibaSansReg',sans-serif; */
  font-size: 16px;
  line-height: 1.2;
}

.video-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  top: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 6%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 6% auto 0 auto;
  box-shadow: 0 5px 5px #000000;
}

#middle-article {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
  
.article-wrapper {
  padding: 20px 0;
}

p.red-text {
  color: #a22809;
  font-size: 16px;
}

p {
  font-size: 14px;
  /* font-family: 'ToshibaSansReg', Helvetica, Arial, sans-serif; */
  line-height: 1.7;
}

.center {
  text-align: center;
  margin: 20px auto;
  display: block;
  width: 100%;
  max-width: 900px;
}

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.5%;
}

.info-video-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.info-video {
  position: relative;
    padding-bottom: 53.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 6%;
}

.info-video iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 6% auto 0 auto;
}

.caption {
  font-size: 2.2em !important;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top img {
  width: 40px;
}

#back-to-home.show {
    opacity: 1;
}

#back-to-home {
    position: fixed;
    bottom: 5px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 2em;
}

#back-to-home img {
  width: 40px;
}

section#bottom .max-width-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.left-align {
  position: relative;
  left: 0;
}

.left-align img {
  width: 180px;
  float: left;
}

.center-align {
  position: relative;
  left: -83px;
  right: 0;
}

.center-align img {
  width: 180px;
}

.right-align {
  position: absolute;
  right: 20px;
}

.right-align img {
  width: 180px;
}

.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.33%; }
.span_1_of_3 { width: 32.66%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
  .col {  margin: 1% 0 1% 0%; }
  .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.stories {
  border-top: 1px solid #a22809;
  margin: 5% 0;
}

.story-container {
  position: relative;
  margin: 5%;
}

.story-container .story-image img {
  width: 100%;
  box-shadow: 0px 0px 5px 3px #ddd;
}

.story-top-text {
  position: absolute;
  top: 3%;
  left: 6%;
}

.story-top-text p {
  color: #ffffff;
  font-size: 1.2em;
  /* font-family: 'ToshibaSansReg',sans-serif; */
}

.story-bottom-text {
  position: absolute;
  bottom: 26%;
  left: 6%;
}

.story-bottom-text p {
  color: #ffffff;
  font-size: 14px;
  /* font-family: 'ToshibaSansReg',sans-serif; */
  line-height: 1.7;
}

.title-recirc {
  font-size: 14px;
  color: #ffffff;
  /* font-family: 'ToshibaSansReg',sans-serif; */
  line-height: 1.7;
  /* bottom: 32%; */
}

.story-cta-text {
  position: absolute;
  bottom: 10%;
  left: 6%;
}

.story-cta-text p {
  color: #ffffff;
  font-size: 14px;;
  /* font-family: 'ToshibaSansReg',sans-serif; */
}
  .center-align {
    left: 0;
}






@media only screen and (max-width: 768px) {

  header .reuters-logo a {
    background-size: 60%;
  }

   section#top .top-wrapper {
    /* height: 620px; */
  }

  .span_1_of_2 { width: 100%; }
  .span_2_of_2 { width: 100%; }

  .col {  margin: 1% 0 1% 0%; }

  .span_3_of_3 { width: 100%; }
  .span_2_of_3 { width: 100%; }
  .span_1_of_3 { width: 100%; }

  .right-align {
    position: relative;
    right: 0;
  }

  .center-align {
    left: 0;
  }
  .top-wrapper .text-box{
    padding-left: 10px;
  }
  .top-wrapper .text-box h1{
    font-size: 16px;
  }
  .top-wrapper .text-box h2{
    font-size: 14px;
  }
  .stories{
    border: 0;
    margin: 0;
  }
}
