@import url(http://fonts.googleapis.com/css?family=Cantarell:400,700);
@font-face {
  font-family: 'bebas_neueregular';
  src: url("../css/fonts/BebasNeue-webfont.eot");
  src: url("../css/fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/BebasNeue-webfont.woff") format("woff"), url("../css/fonts/BebasNeue-webfont.ttf") format("truetype"), url("../css/fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-family: "Cantarell", sans-serif;
  font-size: 100%;
  font-weight: 400;
  background: #fff; }
  @media only screen and (min-width: 40.063em) {
    html, body {
      height: 100%; } }

body {
  -ms-overflow-y: hidden;
  overflow-y: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

header, nav, section, footer {
  position: relative;
  display: block; }

a, a img {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: none;
  color: inherit;
  text-decoration: none;
  display: block; }

p {
  margin: 30px 0 0;
  font-weight: 400;
  font-size: 0.875rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "bebas_neueregular";
  color: #e8020e; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #fff;
    display: block; }

.item25, .item50 {
  position: relative; }

.item25 {
  width: 25%; }
  @media only screen and (max-width: 40em) {
    .item25 {
      width: 50%; } }
  .touch .portfolio .item25 {
    width: 25%;
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top; }

.item50 {
  height: 100%;
  width: 50%; }
  @media only screen and (max-width: 40em) {
    .item50 {
      display: none !important; } }

.f-right {
  float: right;
  margin: 0 5px 10px 5px; }

.f-left {
  float: left;
  margin: 0 10px 10px 5px; }

@media only screen and (max-width: 40em) {
  .f-right, .f-left {
    display: block;
    float: none;
    margin: 0 auto 5px; } }

.preloader {
  height: 100%;
  width: 100%;
  padding-top: 45vmin;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center; }
  .preloader .fa {
    display: block;
    margin: 0 auto; }

/* MAIN CONTAINER */
.mainwrap {
  height: 96%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; }

/* SECTIONS */
/* HEADER */
@media only screen and (max-width: 40em)  {
  .mainwrap > header:first-of-type nav{
    height: 40px;
}
}

.mainnav, .footer {
  min-height: 4.1538%;
  margin: 0 auto;
  background: black;
  position: fixed;
  z-index: 10;
  left: 50%; }

.mainnav {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 40px;
  width: 1140px;
  width: 97.435%;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  position: fixed;
  z-index: 10;
  left: 50%;
  margin-left: -48.7175%; }
  .mainnav li {
    height: 100%;
    width: 14.28571%;
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-family: "Cantarell", sans-serif;
    font-weight: 700;
    font-size: 0.75rem; }
    .mainnav li a {
      padding: 5px 0;
      border-bottom: 3px solid transparent; }
      .mainnav li a:hover, .mainnav li a.active {
        border-bottom: 3px solid #e8020e; }
    .mainnav li.mobmenu {
     display: none;}
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .mainnav li.mobmenu {
        display: none; 
      } 
    }
  .mainnav:before, .mainnav:after {
    content: "";
    height: 100%;
    width: 12px;
    position: absolute;
    z-index: 1;
    top: 0;
    display: block;
    background: black; }
    @media only screen and (max-width: 40em) {
      .mainnav:before, .mainnav:after {
        z-index: -1; } }
  .mainnav:before {
    left: -5px;
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg); }
  .mainnav:after {
    right: -5px;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg); }
  @media only screen and (max-width: 40em) {
    .mainnav li {
      width: 100%;
      display: none; }
      .mainnav li:first-child, .mainnav li.active {
        display: block; }
        .mainnav li:hover, .mainnav li.active {
          min-height: 100%; }
    .mainnav:hover > li {
      display: block; }
    .mainnav:before {
      -webkit-transform: skewX(2deg);
      -moz-transform: skewX(2deg);
      -ms-transform: skewX(2deg);
      -o-transform: skewX(2deg);
      transform: skewX(2deg); }
    .mainnav:after {
      -webkit-transform: skewX(-2deg);
      -moz-transform: skewX(-2deg);
      -ms-transform: skewX(-2deg);
      -o-transform: skewX(-2deg);
      transform: skewX(-2deg); } }

.subnav {
  min-height: 16.9231%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 50px;
  background: #fff;
  text-align: center; }
  .subnav li {
    height: 100%;
    width: 14.28571% !important;
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #f0f0f0; }
    .subnav li a {
      height: 100%;
      padding: 10px;
      border-bottom: 5px solid #f0f0f0;
      font-family: "bebas_neueregular";
      font-size: 1.1875rem; }
      .subnav li a span {
        display: block;
        font-family: "Cantarell", sans-serif;
        font-size: 0.75rem; }
      .subnav li a:hover, .subnav li a.active {
        border-bottom: 5px solid #e8020e; }
    .subnav li:last-child {
      border: none; }
  @media only screen and (max-width: 40em) {
    .subnav {
      padding-top: 40px;
      z-index: 5; }
      .subnav li {
        width: 100% !important;
        display: block;
        border-right: none; } }

/* CONTENT */
.contentwrap {
  height: 600px;
  height: 100%; }
  @media only screen and (max-width: 40em) {
    .contentwrap {
      min-height: 440px;
      max-height: 100%; } }

/* HOME-INNER */
.home-content, .inner-content {
  height: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  background: black; }
  @media only screen and (max-width: 40em) {
    .home-content, .inner-content {
      background: none; } }

/* HOME CONTENT */
.home-content ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .home-content ul li {
    height: 100%;
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top; }

.home-content .logo, .home-content .photo3 {
  height: 270px; }
  @media only screen and (max-width: 40em) {
    .home-content .logo, .home-content .photo3 {
      height: 30%; } }

.logo {
  background: #fff url(../images/logo-tng.png) center 60%/70% no-repeat !important; }

.awards {
  background: -webkit-radial-gradient(#fff, gray);
  background: radial-gradient(#fff, gray); }
  .awards ul {
    min-height: 54vh;
    height: calc(100vh - 41px);
    width: 100% !important;
    text-align: center; }
    .awards ul li {
      height: 100%;
      width: auto;
      padding: 0px 20px;
      display: inline-block;
      vertical-align: middle;
      display: none;
      font-size: 0.8125rem;
      margin: 0 auto; }
      .awards ul li img {
      display: block;
      height: auto;
      width: auto;
      margin: 20% auto 40px auto;
      max-width: 100%;
      max-height: 225px;}
    .awards ul:after {
      content: "";
      clear: both;
      display: table; }
    @media only screen and (max-width: 40em) {
      .awards ul {
        min-height: 320px; }
        .awards ul li {
          font-size: 0.6875rem;
          padding: 20px 20px; }
          .awards ul li img {
            height: auto;
            max-width: 120px;
            max-height: 240px;}
          .awards ul li:nth-child(2) img {
            width: auto;
            max-height: 280px; } }

.sect-name {
  width: auto;
  padding: 5px 10px;
  background: black;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 1.68vmin;
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

.prevnext {
  width: 100%;
  display: block;
  position: relative; }

.prev, .next {
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 200px;
  z-index: 2;
  display: none; }

.prev {
  left: 0; }

.next {
  right: 0; }

/* INNER CONTENT */
.inner-content > div:not(.gallery) {
  height: 100%;
  width: 100%;
  display: block; }

.copy-content {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
  background: black;
  overflow: hidden; }

.leftnav, .copy {
  height: 100%;
  position: relative; }

.leftnav {
  width: 36%;
  min-width: 420px;
  font-family: "bebas_neueregular";
  color: #fff;
  position: absolute;
  z-index: 2;
  left: -5%;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background: black;
  overflow: hidden; }
  .contact .leftnav, .sitemap .leftnav {
    width: 45%; }
  @media only screen and (max-width: 40em) {
    .leftnav {
      height: 100%;
      width: 100%;
      min-width: 100%;
      position: relative;
      overflow: hidden;
      background: none;
      -webkit-transform: skewX(0deg);
      -moz-transform: skewX(0deg);
      -ms-transform: skewX(0deg);
      -o-transform: skewX(0deg);
      transform: skewX(0deg);
      color: black;
      left: 0;
      z-index: 3; }
      .contact .leftnav {
        display: none; } }
  .leftnav ul {
    height: 100%;
    width: 115%;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 200px 50px 200px 135px;
    display: block;
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg); }
    .company .leftnav ul {
      background: url(../images/company-photo.png) left bottom no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover; }
    .advantage .leftnav ul {
      background: url(../images/advantage-photo.jpg) left bottom no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover; }
    .community .leftnav ul {
      background: url(../images/community-photo.jpg) left bottom no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover; }
    .contact .leftnav ul {
      background: url(../images/contact-photo.jpg) left bottom no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover; }
    .sitemap .leftnav ul {
      background: url(../images/sitemap-photo.png) left bottom no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover; }
    .leftnav ul li {
      margin-top: -11px;
      display: block; }
      .leftnav ul li a {
        background: url(../images/ul-img.png) no-repeat; }
        .leftnav ul li a span {
          padding: 3px 10px;
          background: rgba(0, 0, 0, 0.4);
          position: relative; }
        .leftnav ul li a:hover span, .leftnav ul li a.active span {
          background: rgba(0, 0, 0, 0.8); }
      .leftnav ul li:first-child a {
        padding: 0 0 0 35px;
        font-size: 30px;
        font-size: 1.875rem;
        font-size: 4.2vmin;
        background-position: 4px 0; }
        .leftnav ul li:first-child a span {
          top: -8px; }
        .leftnav ul li:first-child a:hover, .leftnav ul li:first-child a.active {
          background-position: 4px -68px; }
      .leftnav ul li:nth-child(n+2) a {
        padding: 19px 0 2px 50px;
        font-size: 24px;
        font-size: 1.5rem;
        font-size: 3.36vmin;
        background-position: 10px -160px;
        top: 5px !important; }
        .leftnav ul li:nth-child(n+2) a span {
          top: 5px; }
        .leftnav ul li:nth-child(n+2) a:hover, .leftnav ul li:nth-child(n+2) a.active {
          background-position: 10px -240px; }
    @media only screen and (max-width: 40em) {
      .leftnav ul {
        min-height: 16.9231%;
        width: 100%;
        padding: 0;
        background: #fff !important;
        text-align: center;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg); }
        .leftnav ul li {
          width: 100%;
          margin: 0;
          display: block;
          border-right: none; }
          .leftnav ul li a {
            width: 100%;
            padding: 10px !important;
            border-bottom: 5px solid #f0f0f0;
            background: none; }
            .leftnav ul li a span {
              font-family: "bebas_neueregular";
              font-size: 1.1875rem;
              text-transform: uppercase;
              display: block;
              background: none;
              top: 0 !important; }
            .leftnav ul li a:hover, .leftnav ul li a.active {
              border-bottom: 5px solid #e8020e; }
              .leftnav ul li a:hover span, .leftnav ul li a.active span {
                background: none; }
          .leftnav ul li:last-child {
            border: none; } }

.copy {
  width: 100%;
  margin-top: 10px;
  background: url(../images/content-bg.jpg) right bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative; }
  .copy > div {
    height: 100%;
    width: 100%;
    padding: 10% 10% 4% 44%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    .contact .copy > div, .sitemap .copy > div {
      padding: 10% 5% 10% 50%; }
    @media only screen and (max-width: 40em) {
      .copy > div {
        padding: 10%;
        position: relative; }
        .contact .copy > div {
          padding: 10%; } }
  .copy h1 {
    font-size: 60px;
    font-size: 3.75rem;
    font-size: 8.4vmin;
    line-height: 3.5rem; }
    @media only screen and (max-width: 40em) {
      .copy h1 {
        margin-top: 0;
        line-height: 1; } }
  .copy .scroll {
    display: block;
    height: 280px;
    margin-top: 10px;
    overflow: auto;
    position: relative; }
  .copy p {
    color: #fff; }
    .copy p:after {
      content: "";
      display: table;
      clear: both; }
    .copy p span, .copy p em {
      font-weight: 700; }
    .copy p span {
      font-size: 1rem; }
    .copy p a {
      font-weight: 700;
      font-size: 1rem;
      display: inline-block; }
  @media only screen and (max-width: 40em) {
    .copy {
      margin: 0; }
      .copy .scroll {
        height: 300px; } }

.the-net-group-team, .retail-in-tng, .contactinfo, .sitemapinfo, .the-location {
  height: 360px;
  margin-top: 20px; }

  .contactinfo {
    overflow: auto;
    height: 45vh;
    padding-right: 30px;
  }
  .the-net-group-team ul, .retail-in-tng ul, .contactinfo ul, .sitemapinfo ul, .the-location ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-left: -30px;
    text-align: center; }
    .the-net-group-team ul li, .retail-in-tng ul li, .contactinfo ul li, .sitemapinfo ul li, .the-location ul li {
      min-width: 110px;
      position: relative; }
    .the-net-group-team ul + p, .retail-in-tng ul + p, .contactinfo ul + p, .sitemapinfo ul + p, .the-location ul + p {
      height: 100%; }

.the-net-group-team ul li {
  min-height: 250px;
  width: 20%;
  margin: 0 -4px 0 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 30px 0; }
@media only screen and (max-width: 40em) {
  .the-net-group-team ul {
    margin: 0 auto; }
    .the-net-group-team ul li {
      width: 80%; } }

.memberphoto, .map_thumb {
  height: 210px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 20px;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  overflow: hidden; }
  .memberphoto img, .map_thumb img {
    position: relative;
    left: -40%;
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg); }
  @media only screen and (max-width: 40em) {
    .memberphoto, .map_thumb {
      width: 190px;
      left: 0; }
      .memberphoto img, .map_thumb img {
        left: -20px; } }
  .memberphoto:after, .map_thumb:after {
    content: "";
    clear: both;
    display: table; }

.membernamepos, .mapname {
  font-family: "bebas_neueregular";
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  margin-top: 5px;
  top: 210px;
  text-align: left; }
  .membernamepos span, .mapname span {
    font-family: "Cantarell", sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    color: #e8020e;
    display: block; }

.the-net-group-milestones {
  height: 350px;
  margin: 20px 0 0;
  position: relative; }
  .the-net-group-milestones ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    padding: 20px 0 50px;
    text-align: center;
    background: url(../images/milestone-tl.png) center center repeat-y; }
    .the-net-group-milestones ul li {
      margin: 0 auto;
      position: relative; }
      .the-net-group-milestones ul li:nth-child(odd) .event-det {
        right: -55%; }
        @media only screen and (max-width: 40em) {
          .the-net-group-milestones ul li:nth-child(odd) .event-det {
            right: 0; } }
      .the-net-group-milestones ul li:nth-child(even) .event-det {
        left: 2%; }
        @media only screen and (max-width: 40em) {
          .the-net-group-milestones ul li:nth-child(even) .event-det {
            left: 0; } }

.fade-t, .fade-b {
  height: 40px;
  width: 615px;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  left: 44%;
  background: url(../images/content-bg.jpg) fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: none; }
@-moz-document url-prefix() {
  .fade-t, .fade-b {
    display: none; } }
  @media screen and (min-width: 0\0) {
    .fade-t, .fade-b {
      display: none; } }

.fade-t {
  top: 36%;
  background-position: 0% 100%;
  -webkit-mask-image: url(../images/fade-t.png);
  -moz-mask-image: url(../images/fade-t.png);
  -o-mask-image: url(../images/fade-t.png);
  mask-image: url(../images/fade-t.png); }

.fade-b {
  bottom: 20%;
  background-position: 100% 100%;
  -webkit-mask-image: url(../images/fade-b.png);
  -moz-mask-image: url(../images/fade-b.png);
  -o-mask-image: url(../images/fade-b.png);
  mask-image: url(../images/fade-b.png); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .fade-t {
    top: 40%; }

  ::i-block-chrome, .fade-b {
    bottom: 6%; } }
.year {
  height: 85px;
  width: 85px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  border: 5px solid rgba(0, 0, 0, 0.5);
  font-family: "bebas_neueregular";
  font-size: 1.25rem;
  line-height: 72px;
  text-align: center;
  position: relative; }

.event {
  position: relative;
  margin: 10px 0;
  background: url(../images/milestone-event-marker.png) center center no-repeat; }
  @media only screen and (max-width: 40em) {
    .event {
      background: none; } }

.event-det {
  width: 250px;
  padding: 10px;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: auto;
  color: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
  font-size: 0.8125rem; }
  .event-det h5 {
    font-family: "bebas_neueregular";
    font-size: 1.25rem;
    color: #fff; }
  .event-det:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default; }
  @media only screen and (max-width: 40em) {
    .event-det {
      width: 100%;
      color: black;
      background: rgba(255, 255, 255, 0.9);
      opacity: .8;
      filter: alpha(opacity=80); }
      .event-det h5 {
        color: black; }
      .event-det:hover {
        background: #fff; } }

.affilns, .lifestructure ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  margin: 15px 0 0 30px;
  color: #fff; }
  .affilns li, .lifestructure ul li {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative; }
    .affilns li:after, .lifestructure ul li:after {
      content: "";
      display: table;
      clear: both; }
    .affilns li span, .lifestructure ul li span {
      font-weight: 700; }
    .affilns li a, .lifestructure ul li a {
      display: block;
      margin-top: 10px;
      font-weight: 700;
      font-size: 0.875rem; }
  @media only screen and (max-width: 40em) {
    .affilns, .lifestructure ul {
      width: 90%;
      margin: 15px auto 0; } }

.lifestructure .lifelogo, .lifestructure .life-desc {
  margin: 0 -4px 0 0;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 40em) {
    .lifestructure .lifelogo, .lifestructure .life-desc {
      display: block;
      margin: 0 auto; } }
.lifestructure .life-desc {
  width: 70%;
  margin-left: 20px !important; }
  @media only screen and (max-width: 40em) {
    .lifestructure .life-desc {
      width: 100%;
      margin: 0 auto; } }
.lifestructure ul {
  margin: 0; }
  .lifestructure ul li:first-child {
    background: #fff;
    text-align: center; }

.lifelogo {
  background: url(../images/tng-life-structure.png) no-repeat;
  overflow: hidden; }
  .lifelogo.main {
    background-position: -400px -15px;
    height: 78px;
    width: 146px; }
  .lifelogo.sports, .lifelogo.arts, .lifelogo.living, .lifelogo.give, .lifelogo.safety, .lifelogo.trek, .lifelogo.green, .lifelogo.secure, .lifelogo.secure {
    margin-bottom: 5px;
    height: 58px;
    width: 126px; }
  .lifelogo.sports {
    background-position: -39px -199px; }
  .lifelogo.arts {
    background-position: -278px -199px; }
  .lifelogo.living {
    background: url(../images/TNG-Life.png) no-repeat }
  .lifelogo.give {
    background-position: -784px -199px; }
  .lifelogo.safety {
    background-position: -39px -336px; }
  .lifelogo.trek {
    background-position: -278px -336px; }
  .lifelogo.green {
    background-position: -549px -336px; }
  .lifelogo.secure {
    background-position: -783px -336px; }

.tnglife-acts li {
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  text-align: left; }
  .tnglife-acts li:first-child {
    background: none !important;
    text-align: left !important; }

.retail-in-tng ul, .contactinfo ul, .sitemapinfo ul {
  margin: 10px 0;
  padding: 5px 0 10px;
  text-align: center; }

.retail-in-tng ul {
  background: rgba(0, 0, 0, 0.5); }
  .retail-in-tng ul li {
    min-width: 150px;
    min-height: 50px;
    width: 20%;
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
    vertical-align: middle; }
    .retail-in-tng ul li img {
      margin: 0 auto;
      display: block; }
.retail-in-tng p {
  height: 100%;
  margin-bottom: 10px; }
.retail-in-tng em {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #fff; }

.the-location p {
  height: 100%; }
  .the-location p em {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #fff;
    display: block; }
.the-location ul {
  margin-bottom: 30px; }
  .the-location ul li {
    min-height: 150px;
    width: 150px; }

.map_thumb {
  height: 125px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  border: 5px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .map_thumb img {
    left: -4%; }
  .map_thumb:hover {
    background: #e8020e;
    border: 5px solid #e8020e; }
  .map_thumb:hover > img {
    opacity: .8;
    filter: alpha(opacity=80); }

.mapname {
  top: 125px;
  text-align: center; }

.contactinfo ul, .sitemapinfo ul {
  background: none; }
  .contactinfo ul li, .sitemapinfo ul li {
    min-height: 30px;
    width: 100%;
    padding: 0;
    display: block;
    color: #fff;
    text-align: left;
    vertical-align: middle; }

.contactinfo ul li {
  margin-bottom: 15px; }
  @media only screen and (max-width: 40em) {
    .contactinfo ul li {
      font-size: 0.75rem; } }
  .contactinfo ul li a {
    display: inline-block;
    color: #e8020e; }
  .contactinfo ul li label, .contactinfo ul li input, .contactinfo ul li textarea {
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top; }
  .contactinfo ul li label {
    width: 100px; }
    .contactinfo ul li label span {
      color: #e8020e; }
  .contactinfo ul li input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]), .contactinfo ul li textarea {
    height: 100%;
    width: 83%;
    padding: 5px; }
  .contactinfo ul li textarea {
    height: 75px;
    resize: none; }
  .contactinfo ul li img {
    /*margin: 0 -4px 0 0;*/
    /*margin: 0 8px 0 0;*/
    display: inline-block;
    vertical-align: top; }
  .contactinfo ul li:nth-child(n+4) {
    margin-top: 0; }
  .contactinfo ul li:last-child {
    text-align: right; }

.sitemapinfo ul li {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .sitemapinfo ul li a {
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .sitemapinfo ul li a:hover {
      color: #e8020e; }
  .sitemapinfo ul li ul {
    width: 90%;
    margin-left: 5%;
    padding: 5px 0 0;
    list-style-type: disc; }
    .sitemapinfo ul li ul li {
      display: list-item !important;
      margin-left: 4%;
      font-size: 0.875rem;
      font-weight: 400;
      border: none; }
      .sitemapinfo ul li ul li a {
        padding: 0; }
  .sitemapinfo ul li:last-child {
    border: none; }

.contactperson, .contactnum, .contactemail, .contactaddress {
  font-weight: 700; }
  .contactperson:before, .contactnum:before, .contactemail:before, .contactaddress:before {
    height: 25px;
    width: 25px;
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 5px;
    line-height: 24px;
    font-family: 'FontAwesome';
    font-weight: normal;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-size: 1.0625rem;
    font-size: 2.38vmin;
    background: black;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em;
    border: 1px solid rgba(255, 255, 255, 0.15); }

.contactperson:before {
  content: "\f007"; }

.contactnum:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 2.8vmin;
  content: "\f10b"; }

.contactemail:before {
  content: "\f1d8"; }

.contactaddress:before{
  content: "\f041";
}

.captcha {
  text-align: right; }
  .captcha img {
    margin: 0; }
  @media only screen and (max-width: 40em) {
    .captcha {
      text-align: center; }
      .captcha > * {
        width: 100% !important;
        display: block;
        margin: 0 auto;
        text-align: center; } }

.submit {
  width: 30%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #e8020e;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em;
  border: 1px solid black;
  font-size: 0.75rem;
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .submit:hover {
    background: #b5020b;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

/* PORTFOLIO-MEDIA */
.gallery {
  height: 93%;
  width: 100%;
  display: block;
  position: relative;
  overflow: scroll; }
  @media only screen and (max-width: 40em) {
    .gallery {
      margin-top: 0px;
      min-height: 480px;
      max-height: 100%;
      height: 100%;
      display: none; }
      .gallery > div {
        /*margin-top: 40px;*/
        vertical-align: top; }
    .portfolio {
     height: 100% !important;} }

.portfolio, .media {
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.entries-holder {
  height: 100%;
  max-width: 100%;
  position: relative;
  background: black; }
  .entries-holder ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .entries-holder ul li {
      margin: 0 -4px 0 0;
      display: inline-block;
      vertical-align: top; }
  .entries-holder .mCSB_container {
    margin-right: 0; }
  .entries-holder:after {
    content: "";
    clear: both;
    display: table; }

.entry, .logo, .photo3, .photo, .awards {
  overflow: hidden;
  position: relative;
  text-align: center;
  display: block; }
  .entry img, .logo img, .photo3 img, .photo img{
    margin: 0;
    width: 100%;
zoom:1.2;
transform: scale(1.2); }

.entry, .logo, .photo3, .photo {
  background: #fff; }
  .item25 .entry:nth-child(2), .item25 .logo:nth-child(2), .item25 .photo3:nth-child(2), .item25 .photo:nth-child(2) {
    height: 63%; }
    @media only screen and (max-width: 40em) {
      .home-content ul {
       height: 100%; }
      .item25 .entry:nth-child(2), .item25 .logo:nth-child(2), .item25 .photo3:nth-child(2), .item25 .photo:nth-child(2), .awards {
        height: 70%; }
      .item25 .entry:nth-child(2) img {
               height: 100%;
       } }
  .item50 .entry, .item50 .logo, .item50 .photo3, .item50 .photo {
    height: 100%; }
  .portfolio .entry, .portfolio .logo, .portfolio .photo3, .portfolio .photo, .media .entry, .media .logo, .media .photo3, .media .photo {
    height: 52.032%;
    overflow: hidden; }

    @media only screen and (max-width: 40em) {
      .portfolio .entry, .portfolio .logo, .portfolio .photo3, .portfolio .photo, .media .entry, .media .logo, .media .photo3, .media .photo {
        border: 1px solid rgba(0, 0, 0, 0.7); } }

  .portfolio .entry, .portfolio .logo, .portfolio .photo3, .portfolio .photo {
    width: 33.33333%; }
    .portfolio .entry.mini, .portfolio .mini.logo, .portfolio .mini.photo3, .portfolio .mini.photo {
      height: 28.455%; }
    .portfolio .entry.mid, .portfolio .mid.logo, .portfolio .mid.photo3, .portfolio .mid.photo {
      height: 47.968%; }
    .portfolio .entry.tall, .portfolio .tall.logo, .portfolio .tall.photo3, .portfolio .tall.photo {
      height: 71.544%; }


    @media only screen and (max-width: 40em) {
      .portfolio .entry, .portfolio .logo, .portfolio .photo3, .portfolio .photo {
        height: 220px;
        width: 100%; } }


  .media .entry, .media .logo, .media .photo3, .media .photo {
    width: 25%; }
    .media .entry.mini, .media .mini.logo, .media .mini.photo3, .media .mini.photo {
      height: 250px; }
    .media .entry.tall, .media .tall.logo, .media .tall.photo3, .media .tall.photo {
      /*height: 450px; */
      height: 320px; }
    @media only screen and (max-width: 40em) {
      .media .entry, .media .logo, .media .photo3, .media .photo {
        height: 220px;
        width: 50%; } }

.num {
  color: #fff;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.readmore, .textpost, .showarticle {
  width: 100%;
  padding: 30px 60px 30px 30px;
  position: absolute;
  z-index: 2;
    background: rgba(0, 0, 0, 0.85);
  color: #fff;
  text-align: left; }
  .readmore:after, .textpost:after, .showarticle:after {
    content: "";
    display: table;
    clear: both; }
  .readmore h3, .textpost h3, .showarticle h3 {
    max-height: 130px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: 0.0625em; }
    .mini .readmore h3, .mini .textpost h3, .mini .showarticle h3 {
      height: 35px; }
  .readmore .pubdate, .textpost .pubdate, .showarticle .pubdate {
    font-family: "bebas_neueregular";
    color: #fff;
    font-size: 1rem; }
    .readmore .pubdate:after, .textpost .pubdate:after, .showarticle .pubdate:after {
      content: "";
      height: 2px;
      width: 40px;
      margin-top: 10px;
      background: #fff;
      display: block; }
  .readmore p, .textpost p, .showarticle p {
    height: 23.512%%;
    margin-top: 15px;
    overflow: hidden; }
    .mini .readmore p, .mini .textpost p, .mini .showarticle p {
      height: 45px; }
  .readmore a[rel*=showarticle], .readmore .popout, .textpost a[rel*=showarticle], .showarticle a[rel*=showarticle], .textpost .popout, .showarticle .popout {
    height: 100%;
    width: 100%;
    z-index: 3;
    padding: 30px 30px 30px 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 1.68vmin;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .readmore a[rel*=showarticle]:hover, .readmore .popout:hover, .textpost a[rel*=showarticle]:hover, .showarticle a[rel*=showarticle]:hover, .textpost .popout:hover, .showarticle .popout:hover {
      color: rgba(255, 255, 255, 0.7); }

.readmore {
height:inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .readmore:hover {
    background: rgba(0, 0, 0, 0.7); }
  .readmore h3 {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .readmore dl {
    font-size: 0.8125rem;
    margin-top: 15px; }
  .readmore dt, .readmore dd {
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top; }
  .readmore dt {
    width: 190px;
    font-weight: 700; }
  .readmore dd {
    width: 210px; }
    .readmore dd:after {
      content: "";
      clear: both;
      display: table; }
  @media only screen and (max-width: 40em) {
    .media .readmore {
      padding: 15px 20px; }
      .media .readmore p {
        overflow: auto; } }
  @media only screen and (max-width: 40em) {
    .readmore {
      padding: 30px; }
      .portfolio .readmore div:first-of-type {
        height: 280px;
        overflow: auto; }
      .readmore dt, .readmore dd {
        padding-bottom: 5px; }
      .readmore dt {
        width: 40%; }
      .readmore dd {
        width: 60%; } }

.textpost {
  background: url(../images/bg-txtpost-icon.png) no-repeat bottom right, -webkit-radial-gradient(#fff, #cccccc);
  background: url(../images/bg-txtpost-icon.png) no-repeat bottom right, radial-gradient(#fff, #cccccc);
  color: black;
  height: 100%;
  position: relative; }
  .textpost h3 {
    color: black; }
    @media only screen and (max-width: 40em) {
      .textpost h3 {
        display: inline-block;
        max-width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .textpost .pubdate {
    font-size: 16px;
    font-size: 1rem;
    font-size: 2.24vmin;
    color: black; }
    .textpost .pubdate:after {
      background: black; }
  .textpost p {
    height: 135px;
    overflow: auto; }
    @media only screen and (max-width: 40em) {
      .textpost p {
        height: 100px;
        word-break: break-all; }
        .tall .textpost p {
          height: 280px; } }
  @media only screen and (max-width: 40em) {
    .media .textpost {
      padding: 15px 20px; } }

.overlay {
  background: url(../images/bg-txtpost-icon.png) no-repeat bottom right, -webkit-radial-gradient(#f2f2f2, #bfbfbf);
  background: url(../images/bg-txtpost-icon.png) no-repeat bottom right, radial-gradient(#f2f2f2, #bfbfbf); }

.photosvids {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: black; }
  @media only screen and (max-width: 40em) {
    .photosvids {
      height: 480px;
      width: 100%; } }

.viewer, .medialist {
  height: 100%;
  margin: 0 -4px 0 0;
  display: inline-block;
  vertical-align: top; }

.viewer {
  width: 79.99%;
  overflow: hidden; }
  .viewer img {
    height: auto;
    width: 100%; }
@-moz-document url-prefix() {
  .viewer {
    width: 79.85%; } }
  @media only screen and (max-width: 40em) {
    .viewer {
      min-height: 320px;
      height: 320px;
      width: 100%; } }

.albums {
  position: relative;
  height: 100%;
  width: 100%;
  display: none;
  overflow: auto; }
  .albums .mCSB_container {
    margin-right: 0; }

.photo-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 99.9%; }

.photo-gallery-entry {
  width: 20%;
  height: 200px;
  overflow: hidden; 
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
  .photo-gallery-entry a {
    display: block;
    height: 100%;
    text-align: center; }
  .photo-gallery-entry img {
    margin: 0 auto;
    height: 100%;
    width: auto; }
  @media only screen and (max-width: 40em) {
    .photo-gallery-entry {
      margin: 0 -4px 0 0;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      min-height: 120px; } }

.medialist {
  width: 20%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -4px;
  overflow: auto; }
  .medialist .mCSB_container {
    margin-right: 0; }
  .medialist li {
    height: 135px;
    overflow: hidden;
    border-left: 5px solid rgba(255, 255, 255, 0.8);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
    .medialist li a {
      display: block;
      height: 100%;
      width: 100%;
      position: relative; }
    .medialist li img {
      height: auto;
      width: 100%; }
    .medialist li:hover, .medialist li.active {
      filter: none;
      -webkit-filter: grayscale(0);
      border-left: 5px solid rgba(232, 2, 14, 0.9); }
    .medialist li.active {
      border-left: 5px solid rgba(232, 2, 14, 0.8); }
  @media only screen and (max-width: 40em) {
    .medialist {
      width: 100%;
      height: 120px;
      border: 1px solid #000; }
      .medialist li {
        height: 100%;
        width: 33.33333%;
        margin: 0 -4px 0 0;
        display: inline-block;
        vertical-align: top; } }

.med-title {
  height: 30%;
  width: 100%;
  padding: 5px 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "bebas_neueregular";
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); }
  @media only screen and (max-width: 40em) {
    .med-title {
      height: 100%; } }

.community .lifelogo, .community p {
  margin: 0 -4px 0 0;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 40em) {
    .community .lifelogo, .community p {
      display: block;
      margin: 0 auto; } }

/* FOOTER */
.footer {
  min-height: 30px;
  width: 100%;
  margin-left: -50%;
  bottom: 0;
  padding: 0.825em 4%;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: 1.4vmin; }
  .footer a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .footer a:hover {
      color: #e8020e; }
  @media only screen and (max-width: 40em) {
    .footer {
      display: none; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .footer {
      display: block; } }

.socialm {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -4px 0 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px; }
  .socialm li {
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    text-align: center;
    color: black; }
    .socialm li a {
      height: 15px;
      width: 15px;
      background: #fff;
      -webkit-border-radius: 10em;
      -moz-border-radius: 10em;
      -ms-border-radius: 10em;
      border-radius: 10em;
      font-size: 11px;
      font-size: 0.6875rem;
      font-size: 1.54vmin;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      }
      .socialm li a:hover {
        color: black;
        background: rgba(255, 255, 255, 0.7); }
  @media only screen and (min-width: 64.000em){
    .socialm li a {
      position: relative; 
    }
  }


/* POPUP */
.popupcover {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

/* POPUP CONTAINER */
.popupwrap {
  position: relative;
  padding: 0;
  margin: 0 auto; }

.popcontainer {
  margin: 0 auto;
  padding: 0; }

/* POPUP CONTENT */
.showarticle {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: black;
  overflow: hidden; }

.photo, .article {
  margin: 0 -4px 0 0;
  display: inline-block;
  vertical-align: top; }

.photo {
  width: 40%;
  height: 100%; }
  .photo img {
    height: 100%; }

.article {
  height: 100%;
  width: 60%;
  padding: 30px; }
  .article h3 {
    overflow: hidden;
    color: black; }
  .article .pubdate {
    color: black; }
    .article .pubdate:after {
      background: black; }
  .article p {
    height: 100%;
    margin-bottom: 15px; }
  .article a {
    margin-top: 20px;
    color: black;
    font-style: italic; }
    .article a:hover {
      color: black; }
  .article div.scroll {
    height: 390px;
    margin-top: 15px;
    overflow: hidden; }
  .article .mCSB_scrollTools .mCSB_draggerRail {
    background: black;
    /* rgba fallback */
    background: rgba(0, 0, 0, 0.35);
    filter: "alpha(opacity=35)";
    -ms-filter: "alpha(opacity=35)";
    /* old ie */ }
  .article .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: black;
    /* rgba fallback */
    background: rgba(0, 0, 0, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    /* old ie */ }
  .article .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
    /* old ie */ }
  .article .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .article .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
    /* old ie */ }
  .article dl {
    font-size: 13px;
    font-size: 0.8125rem;
    font-size: 1.82vmin; }
  .article dl strong, .readmore dl strong {
    width: 30%;
    display: inline-block; }
  .article dl .spacer-left, .readmore dl .spacer-left {
    padding-left: 30%; }
  .article dt, .article dd {
    margin: 0 -4px 0 0;
    display: inline-block;
    vertical-align: top; }
  .article dt {
    width: 190px;
    font-weight: 700; }
  .article dd {
    width: 210px; }
    .article dd:after {
      content: "";
      clear: both;
      display: table; }

.popupcenter {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.popupcenter {
  width: 840px;
  height: 500px; }

.isfixed {
  text-align: center;
  display: inline-block;
  position: fixed;
  z-index: 999; }

/* CLOSE POPUP BUTTON */
.closebtn {
  position: absolute !important;
  z-index: 999;
  right: 10px;
  top: 10px;
  text-align: center;
  line-height: 25px;
  margin: 0 !important;
  color: #d9d9d9 !important;
  text-decoration: none; }

.showmenu {
  color: #fff;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 12;
  display: block;
  width: 50px;
  text-align: center; }

iframe {
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
}

/* added on 20150604 - pat*/
.vwgall {
  display: block;
  width: 30%;
  margin: 25px auto 0;
  padding: 10px 0;
  background: #e8020e;
  border-bottom: 1px solid #C74F4F;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgb(134, 0, 0);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

/* added on 20150604 - pat*/
.vwgall {
  display: block;
  width: 30%;
  margin: 25px auto;
  padding: 10px 0;
  background: #e8020e;
  border-bottom: 1px solid #C74F4F;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgb(134, 0, 0);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

@media only screen and (min-width: 256.000em){
  .portfolio .entry.tall, .portfolio .tall.logo, .portfolio .tall.photo3, .portfolio .tall.photo {
      display:none; }
  .portfolio .entry.mini, .portfolio .mini.logo, .portfolio .mini.photo3, .portfolio .mini.photo {
      height: 28.455%; }
      
}

.portfolio .entry.mini, .portfolio .mini.logo, .portfolio .mini.photo3, .portfolio .mini.photo{
height:40%;
}

#map{
height: 100%;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}

.home-content{
    background: #A1A1A1;}

.hidoverflow{
  overflow: hidden;
  height: 80%;
}

.portcont{
  height: 89%;
}

.media .entry{
  /* background: url("../uploads/articles/7/berde-ph-green-rating-sys.jpg"); */
  height: auto;
  :after{
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    content: ".";
    z-index: 1;
  }
}

.media .entry.tall, .portfolio .entry.tall{
  height: auto;
}

.media .readmore, .portfolio .readmore{
  position: static;
}
.media .readmore a, .portfolio .readmore a{
  padding: 0;
  height: auto;
}
.media .readmore p, .portfolio .readmore p{
  margin-top: 0;
  padding: 15px 0 0 0;
}
.media .readmore a, .portfolio .readmore a{
  padding: 15px 0 0 0;
}
.footer{
  margin-left: 0;
  bottom: auto;
  left: auto;
  position: relative;
}

.over{
  position: absolute;
  bottom: 0;
}

.fullview{
  height: 100%;
}

.portheight{
  height: 83%
}

@media only screen and (min-width: 120.000em){
  .socialm li a {
      position: relative; 
    }

  .awards ul li{
    padding: 85px 20px 50px 20px;
    font-size: 1.5rem;
  }

  .prev, .next{
    top: 315px;
  }

  .leftnav ul{
    padding: 210px 50px 200px 200px;
  }

  .copy h1{
    line-height: 5.5rem;
  }

  .copy .scroll{
    height: 400px;
  }
  p{
    font-size: 0.999rem;
  }
  .hidoverflow{
    height: 86%;
  }

  .portheight{
    height: 90%;
  }

  .medialist li{
    height: 170px;
  }
}

@media only screen and (min-width: 156.625em){
  .home-content .logo, .home-content .photo3{
    height: 310px;
  }

  .awards ul li{
    padding: 165px 20px 50px 20px;
    font-size: 2.0rem;
  }

   .prev, .next{
    top: 475px;
  }

  .leftnav ul{
    padding: 275px 50px 200px 255px;
  }

  .copy h1{
    line-height: 7.5rem;
  }
  .copy .scroll{
    height: 450px;
  }
  p{
    font-size: 1.2rem;
  }

  .gallery{
    height: 95%;
  }

  .hidoverflow{
    height: 88%;
  }

  .portheight{
    height: 100%;
  }

  .medialist li{
    height: 200px;
  }

  .entry.wd img{
    height: 83%;
  }

  .media .entry.tall, .portfolio .entry.tall {
    height: 92%;
  }

  .media .entry.tall.rm, .portfolio .entry.tall.rm{
    height: auto;
  }
  
}

.o-privacyWrap{
  padding: 35px;
  height: 100vh;
  background: url(../images/content-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

.o-privacyWrap .scroll{
  height: 380px;
}
.o-privacyWrap h1, .o-privacyWrap h2, .o-privacyWrap h3, .o-privacyWrap p{
  text-align: left;
}

.o-privacyWrap h1{
  font-family: 'bebas_neueregular';
  font-size: 8.4vmin;
  color:#ffffff;
}

.o-privacyWrap h2{
  font-family: 'bebas_neueregular';
  color:#ffffff;
  margin: 40px 0;
}

.o-privacyWrap h3{
  color: #ffffff;
  font-weight: 500;
  margin: 20px 0 10px 10px;
}

.o-privacyWrap p{
  margin: 0;
  padding-left: 20px;
  color:#ffffff;
}
.o-privacyWrap a{
  display: inline-block;
  color: #e8020e;
  cursor: pointer;
}


.o-privacyWrap ul{
  list-style-type: circle;
  color: #ffffff;
  text-align: left;
  padding-left: 20px;
  margin-left: 40px;
}

.c-cookiePop{
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 250px;
  padding: 20px;
  vertical-align: middle;
  display: none;
}

.o-cookiePop__content h4{
  font-family: 'bebas_neueregular';
  font-size: 30px;
  color: #ffffff;
  margin: 10px 0;
}

.o-cookiePop__content p{
  color: #ffffff;
  margin: 0;
}

.o-cookiePop__content a{
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
}

.o-cookiePop__content button{
  padding: 10px 20px;
  border: 0;
  text-transform: uppercase;
  width: 100%;
  margin: 10px 0;
  color: #ffffff;
  background: #e8020e;
  cursor: pointer;
}

.o-cookiePop__rightWrap{
  margin: 10px 0;
}

@media screen and (min-width: 768px){
  .c-cookiePop{
    height: 150px;
  }

  .o-cookiePop__content h4{
    font-size: 30px;
    margin: 0 0 10px 0;
  }

  .o-cookiePop__leftWrap{
    display: inline-block;
    width: 59%;
    vertical-align: middle;
  }

  .o-cookiePop__rightWrap{
    display: inline-block;
    width: 40%;
  }

  .o-cookiePop__content a, .o-cookiePop__content button{
    display: inline-block;
    width: 49%;
  }
}

@media screen and (min-width: 1024px){
  .o-privacyWrap{
    padding: 100px 110px 70px 110px;
  }

  .o-privacyWrap .scroll{
    height: 450px;
  }
  .c-cookiePop{
    padding: 20px 10%;
  }
}

