#splash {
    font-family: 'lucida grande', arial, tahoma, verdana;
}

#splash .header
{
	background-color: #fff; /* #7193BA;*/
	width: 100%;
	border-bottom: solid #ccc 1px;
	height: 350px;
}

#splash .header .header-text {
    padding: 28px  40px 18px 20px;
}

#splash .header .header-left .feature {
    display: none;
}
#splash .header .features {
    float: right;
    margin: 10px;
    height: 345px;
    width: 380px;
    /*background: url("/img/gradient.png") no-repeat right;*/
    font-size: 15px;
    line-height: 2.5em;
}

#splash .header .features a{
    color: #FFF;
}

#splash .header .features a:hover{
    text-decoration: none;
}

#splash .header .features .feature-link-wrapper {
    width: 274px;
    height: 24px;
    padding: 5px 0px 17px 23px; 
}

#splash .main {
    width: 100%;
    /*height: 230px;*/
    background-color: #FFFFFF;
    padding-bottom: 10px;
}

#splash .main .improve {
    width: 410px;
    color: #34567e;
    padding: 40px 0 0 40px;
    line-height: 2em;
}

#splash .main .differences {
    color: #8a8a8a;
    font-size: 14px;
    margin: 20px 40px;
    font-size: 16px;
}

#splash .main .differences.social {
    margin: 30px 40px;
}

#splash .main .differences #ga{
    margin: 0px 20px -15px 0;
}

#splash .main .differences #coins{
    margin: 0px 31px -15px 0;
}


#splash .main .differences .icon-arrow {
    margin: 0 0 -5px 10px;
}


#splash .main .differences a{
    color: #545454;
}

#splash .main .differences a:hover{
    color: #6185B0;
    text-decoration: none;
}

#splash .main .who {
    float: right;
    text-align: center;
    margin: 30px 170px 0 0;
    width: 200px;
}

#splash .main .who #partner{
    border: solid #7193BA 1px;
}

#splash .main .who h2{
    color: #545454;
    margin-bottom: 10px;
}

/*-------------------------------------*/
.regular-feature {
    padding: 35px;
    color: #FFF;
    font-size: 14px;
}

.regular-feature h2 {
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: -5px;
}

.wide-image {
    margin: 5px 0 12px 0;
    border: solid #597eaa 3px;
    
}

.trynow {
    position: absolute;
    left: 375px;
    bottom: 253px;
}
.tour-image {
    float: left;
    margin: 15px 0px 15px 15px;
    border: solid #597eaa 3px;
    width: 300px;
}

.tour-text {
    float: right;
    width: 249px;
    margin: 15px;
    color: #FFF;
}

.tour-text h2{
    font-weight: normal;
    margin-bottom: 12px;
}

#realtime-left {
    background-image: url("/site_media/images/tour/realtime.png"); 
    width: 300px;
    height: 225px;
    font-family: 'lucida grande', arial, sans-serif;
}

    #realtime-left #upper {
        position: relative;
            top: 63px;
            left: 23px;
        background: none;
        
    }
    
    #realtime-left #lower {
        position: relative;
            top: 72px;
            left: 23px;
        background: none;
    }
    
    #realtime-left .picker-event {
        font-size: 10px;
    }
    
    #realtime-left .picker-event h2{
        font-size: 13px;
    }
    
