/* Client Side Style */
@font-face {
    font-family: LatoLight;
    src: url(../interface/fonts/Lato-Light.ttf);
}

@font-face {
    font-family: LatoBold;
    src: url(../interface/fonts/Lato-Bold.ttf);
}

html {
    background: #FFF url(../interface/front/splash-bkg.jpg) top center repeat-x;
}

body {
    padding: 0;
    margin: 0;
    cursor: default;
    
    font: normal 12px 'Trebuchet MS';
    color: #FFF;
}

h1, h2, h3, h4, p, ul, form {
    padding: 0;
    margin: 0;
    cursor: default;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #FFF;
}

a img {
    border: none;
}

ul{
    list-style: disc;
    list-style-position: inside;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.inner {
    width: 940px;
    margin: 0 auto;
}

#validated-notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 18px;
    background-color: #5778D1;
    border-bottom: 1px solid #7690D8;
    
    font: normal 17px LatoBold;
    text-align: center;
    color: #FFF;
    
    box-shadow: 0px 5px 15px #555;
}

/* Common Styles */
div#wrapper {
    width: 625px;
    margin: 0 auto;
    padding-bottom: 50px;
}

    a#logo {
        display: block;
        width: 434px;
        height: 84px;
        /*margin: 102px auto 190px auto;*/
        margin: 11% auto 18% auto;
    }
    
    h1#splash-slogan {
        margin-bottom: 30px;
        font: normal 48px LatoLight;
        text-align: center;
        text-shadow: 1px 1px 4px #555;
    }
    
        h1#splash-slogan span {
            text-decoration: underline;
        }
        
        a.gray-link {
            display: block;
            width: 190px;
            height: 55px;
            margin: 0 auto;
            
            border: 8px solid rgba(0, 0, 0, 0.1);
            font: normal 16px LatoBold;
            color: #AAAAAA;
            text-align: center;
            text-shadow: 0px 0px #FFF, 0px -1px #333;
            
            border-radius: 9px;
            -moz-border-radius: 9px;
            -webkit-border-radius: 9px;
            overflow: hidden;
        }
        
            a#reserve-account {
                /*margin-bottom: 255px;*/
                margin-bottom: 20%;
            }
        
            a.gray-link span {
                display: block;
                padding: 18px 0;
                background: #D9D9D9 url(../interface/front/gray-btn-bkg.png) top left repeat-x;
                
                border-radius: 7px;
                -moz-border-radius: 7px;
                -webkit-border-radius: 7px;
            }
            
            div#soc-links-wrapper {
                width: 190px;
                margin: 0 auto;
                font: normal 20px LatoLight;
                color: #FFF;
            }
            
                div#soc-links-wrapper span {
                    display: block;
                    width: auto;
                    float: left;
                    padding-top: 5px;
                }
            
                a.soc-link {
                    float: right;
                    display: block;
                    width: 38px;
                    height: 39px;
                    background-color: transparent;
                    background-image: url(../interface/front/soc-links.png);
                    background-repeat: no-repeat;
                }
                
                a#fb {
                    background-position: 0 0;
                    margin-right: 4px;
                }
                
                a#tw {
                    background-position: -41px 0;
                }
                
/*Dialog*/
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity:0.5;
    filter:alpha(opacity=50);
}

div.dialog {
    padding: 15px 15px 0 0;
}

    div.dialog-inner {
        position: relative;
        width: 460px;
        border: 5px solid rgba(0, 0, 0, 0.5);
        
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
    }
    
        a.dialog-close {
            position: absolute;
            display: block;
            top: -15px;
            right: -15px;
            width: 29px;
            height:29px;
            background: transparent url(../interface/front/close.png) 0 0 no-repeat;
        }
        
        div.dialog-body {
            min-height: 140px;
            background: #FFF;
            background-color: #F1F2F2;
            
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }
        
            .dl-rj-info {
                padding: 17px 20px 20px 20px;
                background-color: #FFF;
                font:normal 20px LatoLight;
                color: #939598;
                line-height: 25px;
            }
            
            .dl-rj-info strong {
                color: #5778D1;
            }
            
            .dl-reserve-hint {
                padding: 12px 0 0 75px;
                font: normal 11px 'Trebuchet MS';
                color: #5778D1;
            }
            
            .dl-reserve-hint span {
                font: normal 20px 'Trebuchet MS';
                color: #414042;
            }
            
            #reserve-form {
                float: left;
                width: 300px;
                padding: 20px 0 20px 20px;
            }
            
                #reserve-form input[type=text] {
                    width: 284px;
                    height: 21px;
                    padding-left: 8px;
                    padding-right: 8px;
                    border: 1px solid #939598;
                    font: normal 12px Arial;
                    color: #58595B;
                    
                    border-radius: 3px;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                }
                
                #reserve-form #reserve-username-wrapper {
                    margin-bottom: 9px;
                }
                
                #reserve-form #reserve-username-wrapper span {
                    padding-left: 5px;
                    font: normal 10px Arial;
                    color: #939598;
                }
                
                #reserve-form input#reserve-username {
                    /*margin-bottom: 15px;*/
                    margin-bottom: 0px;
                }
                
                #reserve-form input#reserve-email {
                    margin-bottom: 7px;
                }
                
                #reserve-form input#reserve-newsletter {
                    float: left;
                    border: 1px solid #939598;
                    
                    border-radius: 2px;
                    -moz-border-radius: 2px;
                    -webkit-border-radius: 2px;
                }
                
                #reserve-form input.invalid-data {
                    border-color: #FF0000;
                    color: #FF0000;
                }
                
                #reserve-form label {
                    font: normal 10px Arial;
                    color: #939598;
                }
                
                #data-warnings {
                    display: none;
                    font: normal 11px Arial;
                    padding: 10px;
                    text-align: center;
                    color: #FF0000;
                }
                
                    #data-warnings span {
                        display: block;
                    }
            
            .reserve-counter-wrapper {
                float: right;
                width: 116px;
                margin-top: 1px;
            }
            
                .reserve-counter-wrapper p {
                    padding-bottom: 5px;
                    font: normal 10px Arial;
                    color: #5778D1;
                    text-align: center;
                }
                
                .reserve-counter-wrapper div {
                    width: 116px;
                    height: 52px;
                    padding-top: 13px;
                    background-color: #5778D1;
                    font: normal 30px LatoLight;
                    color: #FFF;
                    text-align: center;
                }
            
            div.dl-footer-wrapper {
                min-height: 63px;
                padding: 24px 0 27px 0;
                border-top: 1px solid #BCBEC0;
                text-align: center;
            }
            
                div.dl-footer-wrapper a {
                    padding: 10px 20px;
                    background: #000 url(../interface/front/splash-submit-btn.png) top left repeat-x;
                    border: 1px solid #000;
                    font: bold 15px 'Trebuchet MS';
                    line-height: 40px;
                    color: #FFF;
                    
                    border-radius: 7px;
                    -moz-border-radius: 7px;
                    -webkit-border-radius: 7px;
                }
                
                div.dl-footer-wrapper a.saving-btn {
                    display: none;
                }
                
                div.dl-footer-wrapper p {
                    margin-top:10px;
                    font: normal 11px Arial;
                    color: #939598;
                }
                
                div.dl-footer-wrapper p.spam-hint {
                    margin-top: 20px;
                    font: bold 13px Arial;
                    color: #414042;
                }
                
                    .ft-options-cont {
                        float: left;
                        width: 215px;
                        padding: 0 0 0 20px;
                    }
                    
                        .ft-o-left {
                            width: 90px;
                            float: left;
                        }
                        
                
                div.dl-footer-wrapper input {
                    float: left;
                }
                
                div.dl-footer-wrapper label {
                    float: left;
                    padding: 2px 0 0 2px;
                    font: bold 11px Arial;
                    color: #000;
                }
                
                div.dl-footer-wrapper a#share-post-btn {
                    padding: 5px 20px;
                    background: #000 url(../interface/front/splash-submit-btn.png) top left repeat-x;
                    border: 1px solid #000;
                    font: bold 15px 'Trebuchet MS';
                    line-height: 30px;
                    color: #FFF;
                    
                    border-radius: 7px;
                    -moz-border-radius: 7px;
                    -webkit-border-radius: 7px;
                }
                
                div.dl-footer-wrapper a#skip-btn {
                    margin: 5px 20px;
                    padding: 0;
                    background: none;
                    border: none;
                    font: bold 15px 'Trebuchet MS';
                    line-height: 30px;
                    color: #000;
                }
            
        div.dl-blue-header {
            margin-bottom: 16px;
            padding: 20px 18px;
            background-color: #5778D1;
            border-bottom: 1px solid #7690D8;
            font: normal 17px LatoBold;
            color: #FFF;
        }
        
            div.dl-blue-header a {
                font: bold 15px LatoBold;
                color: #FFF;
                text-decoration: underline;
            }
        
        div.dl-main-left {
            float: left;
            width: 300px;
            /*padding: 20px 0 20px 20px;*/
        }
        
        #step2 .dl-main-left {
            padding: 20px 0 20px 20px;
        }
        
            #step2 .dl-blue-header {
                font-size: 15px;
            }
        
        #step3 .dl-main-left {
            padding: 4px 0 20px 18px;
        }
        
            .dl-main-info {
                margin: 3px 0 10px 0;
                font: bold 15px 'Trebuchet MS';
                color: #414042;
                letter-spacing: -1px;
            }
            
            .dl-secondary-info {
                font: normal 12px 'Trebuchet MS';
                color: #939598;
            }
            
            .dl-small-info {
                font: normal 12px Arial;
                color: #4C4D4F;
            }
            
            .dl-social-message {
                width: 289px;
                height: 75px;
                
                padding: 10px 8px;
                border: 1px solid #939598;
                font: normal 15px Arial;
                color: #414042;
                
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
            }
        

.ui-dialog-titlebar {
    display: none;
}

#step2,
#step3 {
    display: none;
}

#rotate-wrapper {
    position: relative;
    margin-left: 7px;
    font-style: normal;
}

#rotator-up {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    /*
    transition: top 0.5s, opacity 0.5s;
    -moz-transition: top 0.5s, opacity 0.5s;
    -webkit-transition: top 0.5s, opacity 0.5s;
    -o-transition: top 0.5s, opacity 0.5s;
    */
}
/*
#rotator-up:hover {
    top: -30px;
    opacity:0;
    filter:alpha(opacity=0);
}
*/
#rotator-width-fix {
    visibility: hidden;
    background: #FF0000;
    height: 10px;
    width: 0;
}