
/***** TIMBERS BAR *****/




/***** HOMEPAGE *****/
.content .l-newsbar .contentcontainer,
.content .l-modesbar .contentcontainer,
.content .about-bar .contentcontainer,
.content .translate .contentcontainer
 {
    padding-top: 1em;
    padding-bottom: 0;
}


/***** HOMEPAGE NEWS SECTION *****/
.l-modesbar {
    margin-top: 30px;  
}
.l-modesbar-alt {
    background-color: transparent; 
}

.l-modesbar-bgcolor {
    background-color: #eee;
}
    .l-modesbar-main .underline {
        border-bottom-style: solid;
        border-bottom: 1px solid #cccccc;
    }

.l-modesbar-alt {
    padding-bottom:30px;
}

.oldie .l-modesbar .slice-item{
    width: 33%;
}


@media only screen and (max-width: 440px) {
  .l-modesbar .slice-item {
      display: block;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
  }
}






/***** NEWS BAR *****/
.l-newsbar-news-list, .l-newsbar-promo-list {
  display: flex; 
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
  list-style: none !important; 
  
}
    .l-newsbar-news-list .l-newsbar-item {
        height: 250px;
        flex: 1 25%;
    }
    .l-newsbar-promo-list {
        padding-left: 0;
    }
        .l-newsbar-promo-list .l-newsbar-item {
            flex: 1 50%;
        }
.l-newsbar-item {
    padding: 10px;
}

@media only screen and (min-width: 600px) and (max-width: 930px) {
  .l-newsbar-news-list > .l-newsbar-item {
    height: 170px;
    flex: 1 50%;
  } 
}


@media only screen and (max-width: 600px) {
  .l-newsbar {
    margin: 10px auto;
  }
  .l-newsbar-item {
    padding: 5px 10px !important;
  }
  .l-newsbar-news-list > .l-newsbar-item {
    height: 150px;
    flex: 1 50%;
  } 
  .l-newsbar-news-list > .l-newsbar-item,
  .l-newsbar-promo-list > .l-newsbar-item {
    flex: 1 100%;
  } 
}

.m-30 {
  margin-bottom: 30px;
}



.content .l-newsbar a {
    border: none;
}
    .content .l-newsbar a:hover {
        border: none;
    }
    
.content div.news {
    color:#FFFFFF;
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    
    box-shadow: 0px 0px 0px 0px rgba(109, 179, 63, 1);
    transition-property: box-shadow;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
}

@media only screen and (min-width: 992px) {
    .content div.news {
        height: 190px;
    }
}


.content div.news > div {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
    .content div.news:hover {
        box-shadow: 0px 0px 0px 5px rgba(109, 179, 63, 1);
        transition-property: box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-out;
    }



/* small promos */
.content h3.news-text, .content h3.about-text {
    position: absolute;
    font-size: 1.4em;
    line-height: 1.25;
    text-align: left;
    margin: 0px;
    left: 0px;
    width: 101%;
    bottom: 0px;
    font-weight: 600;
    padding: 50% 30px .5em 5%;
    text-shadow: 0px 2px 5px #000;
    background: linear-gradient(to bottom, transparent 30%, #000 110%) repeat scroll 0% 0% transparent;
    font-family: Merriweather, Georgia, serif;
}
     .content h3.about-text {
        font-family: Hind, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: .8;
        padding-bottom: 10px;
        padding-left: 20px;
    }
    .content h3.news-text small {
        font-family: Hind, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 2;
    }
    .content h3.about-text small {
        font-family: Hind, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-transform: none;
        letter-spacing: normal;
    }


/* big promos */
.content a.news-king > img {
    box-shadow: 0px 0px 0px 0px rgba(109, 179, 63, 1);
    transition-property: box-shadow;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
}
    .content a.news-king:hover > img {
        box-shadow: 0px 0px 0px 5px rgba(109, 179, 63, 1);
        transition-property: box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-out;
    }


@media only screen and (min-width: 480px) {
.content h3.news-text, .content h3.about-text {
    font-size: 18px;
}
}
@media only screen and (min-width: 768px) { /* sm screens and up */
.content .mode {
    margin: auto;
}
.content h3.news-text {
    font-size: 20px;
}
.content h3.about-text {
    font-size: 24px;
}
.content a.button-heading {
    height: 120px;
}
}
@media only screen and (min-width: 992px) { /* md screens and up */
.content h3.news-text {
    font-size: 18px;
}
.content h3.about-text {
    font-size: 18px;
}
.content a.button-heading {
    height: 120px;
}
}
@media only screen and (min-width: 1200px) { /* lg screens and up */
.content h3.news-text {
    font-size: 20px;
}
.content h3.about-text {
    font-size: 24px;
    line-height: .85;
}
    .content h3.about-text small {
        font-size: 16px;
    }
.content a.button-heading {
    height: 120px;
}
}





/***** HOMEPAGE SOCIAL SECTION *****/
.social-icons .icon-48 {
    width:30px;
    height: 30px;
}

@media only screen and (min-width: 600px) {
    .social-icons .icon-48 {
        width:50px;
        height: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .social-icons .icon-48 {
        width:60px;
        height: 60px;
    }
}

    


/***** HOMEPAGE MODES BAR SECTION *****/
.content .mode {
    margin: 0;
}
.content .l-modesbar h2 {
    padding-top: 50px;
}
.content .l-modesbar  ul {
    margin-left: auto;
}
.content .l-modesbar a {
    color: #666;
    font-size: 0px;
    border: none;
}
    .content .l-modesbar a:hover {
      color: #333;
      border: none;
    }
    .content .mode-name {
        font-family: Hind, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1;
    }
        .content .mode-name h4 {
            padding-bottom: 0;
        }
        .content .mode-name-small {
            font-weight: 500;
            line-height: 1;
        }
 .l-modesbar-alt {
     padding-top: 20px;
     padding-bottom: 0;
 }
     .l-modesbar-alt ul {
         padding-bottom: 0;
     }
    


/***** TIMBERS SECTION *****/
.content .timbers h4 {
  background: url("/global/includes/img/timbers.png") left 0 no-repeat;
  background-size: 32px 32px;
  padding-left: 36px;
  margin-bottom: 20px;
  height: 32px;
}    
@media only screen and (min-width: 460px) {
    .content .timbers h4 {
      width: 300px;
      margin: 0 auto 20px;
    }
}
@media only screen and (min-width: 768px) { /* sm screens and up */
    .content .timbers h4 {
      padding: 2px 0 0 28px;
      width: 545px;
    }
}



/***** LANGUAGES SECTION *****/
.translate {
    background-color:#666;
}
    .translate a {
        color: #ccc;
        border: none;
        font-size: 18px;
    }
        .translate a:hover {
            color: #fff;
            border: none;
        }

