/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-06-02 23:36:29
 * @version $Id$
 */
#container {
  background: #e5c99e;
  background: -moz-linear-gradient(left, #e5c99e 0%, white 50%, #e5c99e 100%);
  background: -webkit-linear-gradient(left, #e5c99e 0%, white 50%, #e5c99e 100%);
  background: linear-gradient(to right, #e5c99e 0%, white 50%, #e5c99e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c99e', endColorstr='#e5c99e',GradientType=1 ); }

#container2 {
  width: 100%;
  height: 100%;
  background: url("../imgs/mediaport/globbg.png");
  background-size: 100%; }
  #container2 .shadow {
    height: 2.5rem;
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.35) 0%, rgba(102, 102, 102, 0.2) 20%, rgba(153, 153, 153, 0.08) 36%, rgba(228, 228, 228, 0) 47%, rgba(255, 255, 255, 0) 51%);
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.35) 0%, rgba(102, 102, 102, 0.2) 20%, rgba(153, 153, 153, 0.08) 36%, rgba(228, 228, 228, 0) 47%, rgba(255, 255, 255, 0) 51%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0.35) 0%, rgba(102, 102, 102, 0.2) 20%, rgba(153, 153, 153, 0.08) 36%, rgba(228, 228, 228, 0) 47%, rgba(255, 255, 255, 0) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59333333', endColorstr='#00ffffff',GradientType=0 ); }
  #container2 .media-logo {
    width: 22.5rem;
    height: 4.5rem; }
  #container2 .description {
    font-size: 1.2rem;
    color: #333;
    padding: 0.775rem 2.5rem 0;
    line-height: 1.55rem; }
  #container2 .img-box {
    width: 33.2rem;
    height: 13.25rem;
    margin: 0 auto;
    padding: 2rem 0; }
    #container2 .img-box img {
      width: 14.4rem;
      height: 8.75rem;
      display: block;
      float: left;
      margin: 0 1.1rem;
      border: 0.3rem solid white;
      box-shadow: 0 0 1rem rgba(20, 20, 20, 0.3); }

/*# sourceMappingURL=mediaport.css.map */
