/* ------------------------------------ splash screen ----------------------------------------- */

.splash{
    font-family: 'Titillium Web', sans-serif;
    color: #333333;
}

.splash header{
    background-color: #ffffff;
    height: 50px;
    font-size: 36px;
    color: #333333;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}
.splash header img{
    position: absolute;
    max-height: 55px;
    left: 50%;
    margin-left: -86px;
    top: 21px;
}

.splash header .text{
    position: absolute;
    max-height: 55px;
    left: 50%;
    margin-left: 88px;
    font-size: 16px;
    line-height: 55px;
}

.splash #topSection{
    width: 100%;
    padding: 40px 0;
    display: table;
    position: relative;
}
.splash #topSection:before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/topbackground.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.splash #topSection .inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.splash .ipad-left, .splash .ipad-right{
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.splash .ipad-left{
    text-align: right;
    background-image: url("../images/ipadleft.png");
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    height: 488px;
    margin-left: 0px;
}

.splash .ipad-right{
    text-align: left;
    background-image: url("../images/ipadright.png");
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 488px;
    margin-left: 0px;
}

.splash .iphone-left{
     position: absolute;
     right: 0;
     top: 35px;
 }

.splash .iphone-right{
    position: absolute;
    left: 0;
    top: 35px;
}

.splash #topSection .over-left .number{
    font-size: 30px;
    right: 200px;
    top: 50px;
}

.splash #topSection .over-right .number{
    font-size: 30px;
    left: 200px;
    top: 50px;
}

.splash #topSection .pager{
    font-size: 24px;
    position: absolute;
    bottom: 0px;
}

.splash #topSection .over-left .pager{
    right: 210px;
}

.splash #topSection .over-right .pager{
    left: 210px;
}

.splash .over-left{
    position: relative;
}

.splash .over-left:hover .ipad-left{
    margin-left: -100px;
}

.splash .over-left:hover .pager{
    color: #9b0505;
}

.splash .over-right:hover .pager{
    color: #1a9dd3;
}

.splash .over-right:hover .ipad-right{
    margin-left: 100px;
}

.splash .link-top{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.nav-tabs.nav-justified>li>a {
    border: none !important;
    border-radius: 0;
    font-size: 24px;
    padding: 23px 88px;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    color: #333333;
    background-color: #CCCCCC;
}

.nav-tabs>li.left a{
    text-align: right;
}

.nav-tabs>li.right a{
    text-align: left;
}

.nav-tabs>li.right.active:before, .nav-tabs>li.left.active:before{
    content: "";
    position: absolute;
    bottom: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #9b0505 transparent transparent transparent;
}

.nav-tabs>li.right.active:before{
    left: 230px;
    border-color: #1a9dd3 transparent transparent transparent;
}

.nav-tabs>li.left.active:before{
    right: 230px;
    border-color: #9b0505 transparent transparent transparent;
}

.nav-tabs>li.left>a, .nav-tabs>li.left>a:hover, .nav-tabs>li.left>a:focus{
    background-color: #9b0506;
    color: #b95051;
}
.nav-tabs>li.left.active>a, .nav-tabs>li.left.active>a:hover, .nav-tabs>li.left.active>a:focus {
    color: #ffffff;
}
.nav-tabs>li.right>a, .nav-tabs>li.right>a:hover, .nav-tabs>li.right>a:focus{
    background-color: #1a9dd3;
    color: #6db8de;
}
.nav-tabs>li.right.active>a, .nav-tabs>li.right.active>a:hover, .nav-tabs>li.right.active>a:focus {
    color: #ffffff;
}

.splash .container{
    max-width: 940px;
}

.splash .item{
    background-image: url("../images/ipad.jpg");
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    margin: 0 30px 0 20px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.splash .item:hover{
    background-image: url("../images/ipadhover.jpg");
}

.splash .item.left{
    background-position: right center;
}

.splash .item.right{
    background-position: left center;
}

.splash .item .frame {
    position: absolute;
    width: 200px;
    height: 150px;
    margin-top: 50px;
}

.splash .item.left .frame{
    right: 22px;
}

.splash .item.right .frame{
    left: 23px;
}

.splash .item .frame .name{
    position: relative;
    width: 100%;
    height: 40px;
    bottom: 95px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: -1;
}

.splash .item.left .frame .name:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 20px 0;
    bottom: -20px;
    left: 0;
}

.splash .item.right .frame .name:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 20px 0 0;

    bottom: -20px;
    right: 0;
}

.splash .item.left .frame .name{
    right: 223px;
}

.splash .item.right .frame .name{
    left: 222px;
}

.splash .left.item:hover .name{
    right: 200px;
}

.splash .right.item:hover .name{
    left: 200px;
}

.splash .number, .splash .color{
    position: absolute;
    font-size: 24px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.splash .left .number, .splash .left .color{
    right: 15px;
}

.splash .right .number, .splash .right .color{
    left: 15px;
}

.splash .number{
    top: -50px;
    color: #CCCCCC;
}

.splash .color{
    bottom: -50px;
    color: #333333;
    opacity:0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
}

.splash .item:hover .number, .splash .item:hover .color{
    color: #333333;
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
.splash .left.item:hover .number, .splash .left.item:hover .color{
    right: 38px;
}

.splash .right.item:hover .number, .splash .right.item:hover .color{
    left: 38px;
}

.splash .title{
    display: none;
}

.name.red{
    background-color: #960506;
}
.item.right .name.red:before{
    border-color: #690303 transparent transparent transparent;
}

.item.left .name.red:before{
    border-color: transparent #690303 transparent transparent;
}

.name.orange{
    background-color: #ff7e00;
}

.item.right .name.orange:before{
    border-color: #cc6600 transparent transparent transparent;
}

.item.left .name.orange:before{
    border-color: transparent #cc6600 transparent transparent;
}

.name.yellow{
    background-color: #ffd600;
}

.item.right .name.yellow:before{
    border-color: #ccaa00 transparent transparent transparent;
}

.item.left .name.yellow:before{
    border-color: transparent #ccaa00 transparent transparent;
}

.name.green{
    background-color: #8dc352;
}

.item.right .name.green:before{
    border-color: #698f3d transparent transparent transparent;
}

.item.left .name.green:before{
    border-color: transparent #698f3d transparent transparent;
}

.name.blue{
    background-color: #19a1d9;
}

.item.right .name.blue:before{
    border-color: #1376a1 transparent transparent transparent;
}

.item.left .name.blue:before{
    border-color: transparent #1376a1 transparent transparent;
}

@media (max-width: 990px) {

    .splash #topSection:before{
        min-height: 100%;
        background-size: cover;
    }

    .splash .title{
        display: block;
        width: 100%;
        text-align: center;
        padding: 23px 0px;
        color: #ffffff;
        font-size: 24px;
    }
    .splash .title.left{
        background-color: #9b0505;
    }
    .splash .title.right{
        background-color: #19a1d9;
    }
    .nav-tabs{
        display: none;
    }
    .fade {
        opacity:1;
        filter:alpha(opacity=100); /* For IE8 and earlier */
    }
    .tab-content>.tab-pane{
        display: block;
    }
}

@media (max-width: 480px) {
    .splash #topSection .over-left .pager{
        width: 100%;
        right: auto;
        text-align: center;
    }

    .splash #topSection .over-right .pager{
        width: 100%;
        left: auto;
        text-align: center;
    }

    .splash .item .frame .name{
        bottom: -20px;
    }

    .splash .item.left .frame .name{
        right: auto;
    }

    .splash .item.right .frame .name{
        left: auto;
    }

    .splash .number, .splash .color{
        display: none;
    }

    .splash .item.right, .splash .item.left{
        background-position: center center;
    }
    .splash .item.left .frame {
        right: 50%;
        margin-right: -100px;
    }
    .splash .item.right .frame {
        left: 50%;
        margin-left: -100px;
    }

    .splash .item{
        margin: 20px 0;
    }
}