@charset "UTF-8";
/* CSS Document */

/*=======================*/
/* LANDING PAGE MARQUEES */
/*=======================*/

.landing-page-marquee{display:block;}
.landing-page-marquee .listing-item {position: relative;
    height: 520px;
    width: 1040px;}
.landing-page-marquee .listing-item .image{
    position: absolute;
    height: 520px;
    width: 1040px;
    overflow: hidden;}
.landing-page-marquee .listing-item .image img{    z-index: 100;
    width: 100%;
    height: auto;}
.landing-page-marquee .listing-item .title{z-index: 300; font-family: 'Lato','Open Sans', sans-serif;
    bottom: 0;
    position: absolute;
    /*color: #ffffff;*/
    text-decoration: solid;
	padding-top:1em;
	padding-left:0em;
	padding-right:0em;
	padding-bottom:1em;
    font-size: 2.75em;
    line-height: normal;
    font-weight: bold;
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,1) 100%); *//* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 20%,rgba(0,0,0,1) 100%); *//* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 20%,rgba(0,0,0,1) 100%); *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/ /* IE6-9 */
    /*width: 100%;-webkit-transition: background 1000ms ease-in;
-moz-transition: background 1000ms ease-in;
-ms-transition: background 1000ms ease-in;
-o-transition: background 1000ms ease-in;
transition: background 1000ms ease-in;*/
}