/* Homepage Tabbed Content */

.homepage-tabs{}

    .tabs-content{
        background: url(../images/hp/hero.jpg) no-repeat center center;
        background-size: cover;
        height: 445px;
        }

        .tabs-content .tab{
            height: 100%;
            margin: 0 auto;
            max-width: 1250px;
            padding: 90px 2% 0;
            position: relative;
            }

            .tabs-content-left{
                color: #fff;
                float: left;
                width: 62%;
                }

                h1, .h1{
                    color: #fff;
                    font: 59px/59px montserratbold, arial, sans-serif;
                    margin: 0 0 40px;
                    text-transform: uppercase;
                    }

                .mobile-h1{
                    display: none;
                    }

                .tab select{
                    border: 2px solid #782E8D;
                    border-radius: 5px;
                    color: #4D4D4D;
                    font-size: 17px;
                    font-style: italic;
                    margin-bottom: 25px;
                    padding: 7px;
                    width: 100%;
                    }

                .tab select:focus{
                    outline: none;
                    }

                .tab input[type="submit"]{
                    background: #782e7d;
                    border: 0;
                    border-radius: 5px;
                    box-shadow: inset 0 0 0 4px transparent;
                    color: #fff;
                    cursor: pointer;
                    font-size: 18px;
                    padding: 10px 40px;
                    position: relative;
                    text-decoration: none;
                    transition: box-shadow .3s;
                    }

                    .tab input[type="submit"]:hover,
                    .tab input[type="submit"]:focus{
                        box-shadow: inset 0 0 0 4px #b646be;
                        outline: none;
                        }

                    .tab input[type="submit"]:after{
                        color: #782e7d;
                        content: "a";
                        font: 22px/22px metro-rta;
                        margin-top: -10px;
                        position: absolute;
                        right: 25px;
                        top: 50%;
                        transition: color .3s, right .3s;
                        }

                    .tab input[type="submit"]:hover:after{
                        color: #dc57e5;
                        right: 5px;
                        }

                .tab .btn{
                    display: inline-block;
                    margin-top: 10px;
                    }

                .tab .btn + .btn{
                    margin-left: 15px;
                    }

                .tabs-content-right{
                    margin-top: -117px;
                    position: absolute;
                    right: 2%;
                    top: 50%;
                    width: 320px;
                    }

                    .tab-nav{
                        background-color: #fff;
                        border-radius: 4px;
                        border-bottom: 5px solid #79357d;
                        border-top: 10px solid #79357d;
                        }

                        .tab-nav a{
                            border-top: 4px solid #ddd;
                            color: #262626;
                            display: block;
                            font: 20px/20px montserratregular, arial, sans-serif;
                            padding: 10px 5px 10px 45px;
                            position: relative;
                            text-decoration: none;
                            text-transform: uppercase;
                            }

                        .tab-nav a:hover,
                        .tab-nav a:focus{
                            background: #f1e9f1;
                            }

                        .tab-nav a:first-child{
                            border: 0;
                            }

                            .tab-nav a span{
                                display: inline-block;
                                vertical-align: middle;
                                }

                            .tab-nav a i{
                                color: #782e7d;
                                display: inline-block;
                                font-size: 23px;
                                vertical-align: middle;
                                }

                            .tab-nav a:before{
                                font-size: 25px;
                                left: 10px;
                                margin-top: 11px;
                                position: absolute;
                                top: 0;
                                }

            /* Specific Tabs */

            #tab-services .tabs-content-right{
                margin-top: -172px;
                }

                #tab-services .tab-nav{
                    border-bottom: 5px solid #fe7529;
                    border-top: 10px solid #fe7529;
                    }

                    #tab-services .tab-nav a:hover,
                    #tab-services .tab-nav a:focus{
                        background: #FFEEE5;
                        }

                        #tab-services .tab-nav a i{
                            color: #fe7529;
                            }

            #tab-trip .tabs-content-right{
                margin-top: -206px;
                }

                #tab-trip .tab-nav{
                    border-bottom: 5px solid #d7164c;
                    border-top: 10px solid #d7164c;
                    height: 305px;
                    width: 265px;
                    }

                    #tab-trip iframe{
                        margin: 10px;
                        }

            #tab-track .tabs-content-right{
                margin-top: -192px;
                }

        .tabs-nav{
            margin: 0;
            padding: 0;
            }

            .tabs-nav li{
                background-color: #79357d;
                float: left;
                list-style: none;
                margin: 0;
                position: relative;
                transition: margin-top .3s;
                width: 25%;
                }

                .tabs-nav li a{
                    color: #fff;
                    display: block;
                    font: 23px/23px montserratregular, arial, sans-serif;
                    padding: 40px 0 30px;
                    text-align: center;
                    text-decoration: none;
                    text-transform: uppercase;
                    transition: padding-bottom .3s;
                    }

                .tabs-nav li.tabs-nav-trip a{
                    background-color: #d72658;
                    }

                .tabs-nav li.tabs-nav-track a{
                    background-color: #f6463a;
                    }

                .tabs-nav li.tabs-nav-services a{
                    background-color: #fe7529;
                    }

                    .tabs-nav li a span:first-child{
                        left: 50%;
                        margin-left: -11px;
                        opacity: 0;
                        position: absolute;
                        top: 21px;
                        transition: all .4s;
                        }

                    .tabs-nav li a:hover span,
                    .tabs-nav li a:focus span,
                    .tabs-nav li.current a span{
                        opacity: 1;
                        top: 2px;
                        }

                    .tabs-nav li a i{
                        display: block;
                        font: 76px/76px montserratregular, arial, sans-serif;
                        }


/* Homepage Alerts & News Section */

.alerts-news{
    background: #FAFAFA;
    float: left;
    width: 100%;
    }

    .an-alerts{
        float: left;
        overflow: hidden;
        position: relative;
        width: 35%;
        }

    .an-alerts:after{
        background-color: #f0eaf0;
        content: "";
        height: 1000px;
        position: absolute;
        right: 0;
        top: 0;
        width: 3px;
        }

        .an-alerts p{
            line-height: 18px;
            margin: 0;
            }

            .an-title{
                font: 36px/36px montserratregular, arial, sans-serif;
                margin: 55px 0 30px;
                text-align: center;
                text-transform: uppercase;
                }

                .an-alerts .an-title a{
                    color: #ee3124;
                    }

                .an-title a{
                    color: #262626;
                    text-decoration: none;
                    }

            .an-alert{
                background: #fbfafb;
                border-bottom: 2px solid #e9e9ed;
                display: block;
                margin: 0 6%;
                padding: 10px 40px 10px 63px;
                position: relative;
                text-decoration: none;
                }

            .an-alerts p:last-child .an-alert{
                border: none;
                margin-bottom: 50px;
                }

            .an-alert:before{
                color: #ee3124;
                content: "e";
                font: 30px/30px metro-rta;
                position: absolute;
                left: 13px;
                top: 10px;
                }

            .an-alert:after{
                color: #ADADAD;
                content: "a";
                font: 30px/30px metro-rta;
                margin-top: -15px;
                position: absolute;
                right: 13px;
                top: 50%;
                }

            .an-alert:hover,
            .an-alert:focus{
                background: #f7f0f7;
                }

                .an-alerts-title{
                    border-bottom: 1px solid transparent;
                    color: #ee3124;
                    display: inline-block;
                    font-size: 19px;
                    line-height: 23px;
                    margin-bottom: 6px;
                    transition: border .3s;
                    }

                .an-alert:hover .an-alerts-title{
                    border-bottom: 1px solid #ee3124;
                    }

                .an-alerts-routes{
                    color: #5e5e5e;
                    display: block;
                    font-size: 15.5px;
                    margin-bottom: 6px;
                    }

                .an-alerts-dates{
                    color: #ee3124;
                    display: block;
                    font-size: 13.5px;
                    }


    /* Homepage Rotator */

    .an-news{
        float: right;
        width: 63%;
        }

        .gallery-wrap{
            float: left;
            padding: 0 10% 0 8%;
            position: relative;
            width: 82%;
            }

            .gallery{
                background: url(../images/loading.gif) no-repeat center center;
                float: left;
                margin: 0 auto;
                overflow: hidden;
                padding: 0 0 35px;
                position: relative;
                -webkit-user-select: none;
                width: 100%;
                z-index: 5;
                }

                .gallery-feature{
                    float: left;
                    height: 100%;
                    margin: 0 auto;
                    position: relative;
                    width: 100%;
                    }

                    .gallery-inner{
                        position: absolute;
                        top: 0;
                        left: 0;
                        }

                        .gallery .slide{
                            background: #FAFAFA;
                            float: left;
                            opacity: 0.6;
                            position: relative;
                            display: none;
                            }

                            .slide-contents{
                                float: left;
                                width: 55%;
                                }

                                .slide-title{
                                    font-size: 24px;
                                    line-height: 28px;
                                    margin-bottom: 21px;
                                    }

                                .slide-copy{
                                    display: block;
                                    font-size: 18px;
                                    line-height: 29px;
                                    margin-bottom: 21px;
                                    }

                                .slide-btn{
                                    display: inline-block;
                                    }

                            .slide-image{
                                float: right;
                                width: 40%;
                                }

                            .gallery .slide img{
                                display: block;
                                margin: 0 auto;
                                }

                        .gallery .slide.active{
                            opacity: 1;
                            display: block;
                            }

                .gallery-indication{
                    bottom: -20px;
                    position: absolute;
                    right: 9%;
                    }

                    .indicator{
                        background: #cbc0cb;
                        border-radius: 50%;
                        display: inline-block;
                        height: 14px;
                        margin: 0 3px;
                        vertical-align: middle;
                        width: 14px;
                        }

                    .indicator.active{
                        background: #782e7d;
                        }

                .gallery-nav{
                    left: 0;
                    margin-top: -20px;
                    position: absolute;
                    top: 50%;
                    width: 100%;
                    }

                        .gallery-nav .next{
                            float: right;
                            margin-right: 3%;
                            }

                            .next i, .prev i{
                                background-color: #f1e9f1;
                                border-radius: 3px;
                                color: #782e7d;
                                display: inline-block;
                                font-size: 30px;
                                line-height: 19px;
                                padding: 6px;
                                transition: all .3s;
                                vertical-align: middle;
                                }

                            .next:hover i,
                            .prev:hover i{
                                background-color: #782e7d;
                                color: #f1e9f1;
                                }


/* Homepage Content Area */

.homepage-content{
    background: url(../images/hp/bg-welcome-riders.jpg) no-repeat center center #fff;
    background-size: cover;
    border-top: 3px solid #f0eaf0;
    float: left;
    padding: 50px 10%;
    position: relative;
    width: 80%;
    }

    .hc-title{
        font: 28px/28px montserratregular, arial, sans-serif;
        margin-bottom: 30px;
        }

    .hc-copy{
        padding-right: 460px;
        }

        .hc-copy p{
            line-height: 32px;
            }

    .hc-btn{
        background-color: #fff;
        border-radius: 5px;
        border-bottom: 8px solid #753778;
        border-top: 11px solid #f04539;
        color: #262626;
        float: right;
        font: 24px/24px montserratregular, arial, sans-serif;
        margin-top: -41px;
        padding: 20px 40px 20px 80px;
        position: absolute;
        right: 10%;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        top: 50%;
        }

        .hc-btn:hover,
        .hc-btn:focus{
            background-color: #f1e9f1;
            }

        .hc-btn:before{
            color: #753778;
            font: 40px/40px metro-rta;
            margin-top: -20px;
            position: absolute;
            left: 11px;
            top: 50%;
            }

        .hc-btn i{
            color: #753778;
            content: "a";
            font: 30px/30px "metro-rta";
            margin-top: -15px;
            position: absolute;
            right: 0;
            top: 50%;
            }
