*{
    box-sizing: border-box;
}

body, td, div, span, p, tr,input, button, select, textarea {
    font-size: 11pt;
    font-family: "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    font-weight: 400;
}

body{
    background-color:#000;
}

body > *{
    text-align: center;
}
div, table {
    /*width: 100%;*/
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

body {
    border-collapse: collapse;
    margin: 0px;
    /*background-color: #f7f7f7;*/
    /*padding-top: 5px;*/
}

table
{
    background-color: transparent;
}

table.inputTable {
    width: auto;
}

.a, a, a:hover,a:focus {
    cursor: pointer;
    text-decoration: none;
}

#centerContainer{
    position:relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

#centerContainer.nonHome{
    margin-top: 50px;
    background-color:rgba(230,230,230,1);
}

#header{
    position:fixed;
    height: 45px;
    top:0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 5px;
    padding-left: 40px;
    vertical-align: middle;
    z-index: 9999;
    max-width: 1366px;
}

#logo{
    position: absolute;
    top: 9px;
}
#menu{
    position:absolute;
    right:0;
    top:0;
    color: white;
    padding: 0px 20px;
}

#menu #login{
    background-color: #1fbf0a;
}

#menu > * {
    margin:0;
    margin-top:9px;
    margin-right:40px;
    display:inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    color:white;
    font-weight:bold;
}

#menu #getAnAcc-menu{
    background-color: #51bcf8;
}

.panel{
    width: 100%;
    overflow:hidden;
    position:relative;
}
.panel > *, .subPanel > *{
    position:relative;
    z-index: 1;
}

.panel img.bg{
    height: 100%;
    width: 100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.subPanel{
    float: left;
    width:25%;
    overflow: hidden;
    position:relative;
    height: 100%;
    text-align: center;
    padding-top: 10px;

    background-repeat: no-repeat;
    background-position: center; 
}

.subPanel .descr{
    margin: 5px 30px;
    color: #fff;
    font-weight:400;
    background-color: rgba(0,0,0,0);
}

.panel{
    width: 100%;
    overflow:hidden;
    background-repeat: no-repeat;
    background-position: center; 
}

.panel-text{
    width: 250px;
    text-align: center;
    margin-top: 5px;
}

#panel-1{
    height: 600px;
    position:relative; 
    background-image: url('http://v.timetraverse.com/Web/img/Panel1.jpg');
}
#panel-1 .panel-img-text{
    display:block;
    margin:auto;
    top: 48%;
    position: relative;
    /*
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    */
}

#panel-2-1{
    background-image: url('http://v.timetraverse.com/Web/img/Panel-2-1.jpg');
}
#panel-2-2{
    background-image: url('http://v.timetraverse.com/Web/img/Panel-2-2.jpg');
}
#panel-2-3{
    background-image: url('http://v.timetraverse.com/Web/img/Panel-2-3.jpg');
}
#panel-2-4{
    background-image: url('http://v.timetraverse.com/Web/img/Panel-2-4.jpg');
}
#panel-2{
    height: 300px;
}
#panel-4{
    height: 570px;
    background-color: #e1e1e1;
    color: #494848;
    position:relative;
}
#panel-4 .panel-content{
    position: absolute;
    z-index: 99;
    top: 46%;
    right: 10%;
    transform: translateY(-50%);
}

#panel-4 .panel-img-main{
    width: auto;
    height: auto;
    position: absolute;
    margin: 0 auto;
    top: 9%;
    left: 50px;
    max-width: 100%;
}
#panel-5{
    height: 610px;
    background-color: #000;
    color: #fff;
    position:relative;
}
#panel-5 .panel-content{
    position: absolute;
    z-index: 99;
    top: 33%;
    left: 10%;
}
#panel-5 .panel-text{
    width: 220px; 
}
#panel-5 .panel-img-main{
    width: auto;
    height: auto;
    position: absolute;
    top: 5%;
    right: 30px;
}

#GetAnAccount{
    height: 300px;
    background-color: rgba(190,190,190,1);
    color: #444;
    position:relative;
}

#footer{
    background-color: #f2f2f2;
    text-align: center;
    height: 90px;
}

#footer a:hover{
    text-decoration: underline;
}

#footerbar{
    padding: 5px 0;
    /* border-top: 1px solid rgba(225,225,225,1); */
    margin: 10px 20px;
    height: 60px;
}

#footerbar *{
    font-size: 1em;
    font-weight: 300;
}

#getAnAcc{
    margin: 50px;
    display:inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #19A8FF;
    color:white;
    font-weight:bold;  
    font-size: 14pt
}

.f-l{
    float:left;
    position: absolute;
    bottom: 0;
}

.f-r{
    width: 350px;
    position: absolute;
    right: 25px;
    height: 71px;
    margin-top: 5px;
}

.f-r-1{
    /* width: 54px; */
    text-align: left;
    margin-left: 50px;
    /* float: right; */
}

.f-r-2{
    /* width: 350px; */
    /* float: right; */
    height: 50px;
    margin-top: -21px;
}

.f-r-2 a{
    color: black;
    text-align: left;
    margin-left: -10%;
}

.f-r-3{
    width: 350px;
    float: right;
    height: 75px;
}

#contactUsFooter{
    margin-top: 14px;
    width: 215px;
    position: absolute;
    font-weight: bold;
}

#contactUsLineOne{
    font-weight: bold;
    position: absolute;
    margin-top: 5px;
}

#touFooter{
    position: absolute;
    margin-top: -13px;
    margin-left: 54px;
    font-weight: bold;
}

#psFooter{
    position: absolute;
    margin-top: -2px;
    margin-left: 54px;
    font-weight: bold;
}

#cpFooter{
    position: absolute;
    margin-left: 54px;
    margin-top: 10px;
}

#footerLineOne{
    position: absolute;
    left: 0;
    margin-top: 70px;
}

#contactUsLineTwo{
    /* position: absolute; */
    /* margin-top: 8px; */
    /* margin-left: 15px; */
    /* font-size: .9em; */
}

#contactUsLineThree{
    /* position: absolute; */
    /* margin-top: 25px; */
    /* margin-left: 15px; */
    /* font-size: .9em; */
}

#contactUsLineFour{
    /*position: absolute;
    margin-top: 30px;*/
}

/* Get An Account style */
.showPanel{
    visibility:visible !important;
    opacity:1 !important;
    transition-delay:0s !important;
}
#getAnAccPanel{
    padding: 20px !important;
    font-weight: normal;
}

/*Login Control style */
.dlg{
    top: 45px;
    right: 30px;
    /* margin-top: 15px; */
    margin-right: 0;
    width: 330px;
    position: absolute;
    z-index: 9999;
    box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.3);
    border-radius: 5px;
    opacity: 0.99;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.4s,opacity 0.4s linear;
    padding: 0 !important;
    background-color: rgba(255,255,255,0.99);
    display: block;
    color: #444 !important;
}

.dlg .close{
    position:absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    display: inline-block;
    z-index: 10;
    color: #999;
    font-family: arial;
    border-radius: 50%;
}

.dlg .close:hover{
    background-color:rgba(190,100,140,1);
    color: #fff;
}

.dlg a, .dlg a:visited{
    text-decoration: none;
    color:rgba(155,155,155,1);
    outline:none;
    cursor: pointer;
}

.dlg a:hover{
    color:rgba(0,0,0,1);
}

#loginPanel #loginByID{
    padding: 20px;
    padding-bottom: 10px;
    position:relative;
    height: 100%;
    margin:0;
}

#loginPanel #loginByID > div
{
    margin: 3px auto;
}

#loginPanel #btnSubmit{
    position: relative;
    z-index: 99999;
    top: -49px;
    float: right;
    width: 34px;
    height: 34px;
    background-color:#1fbf0a;
    border-radius: 50%;
}

#loginPanel #btnSubmit:hover {
    opacity: 0.7;
}
#loginPanel #loginIco{
    margin: 9px 0px 2px 4px;
    /* background-color: rgba(255,255,255,0.3); */
    /* width: 1.2em; */
    /* border-radius: 63%; */
    /* border: 2px solid rgba(255,255,255,0.8); */
    width: 19px;
    height: 16px;
}
#loginPanel #loginIco.processing{
    margin: 0px 5px 2px 5px;
}
#loginPanel .flatTextBox {
    width:100%;
    background-color: rgba(0,0,0,0) !important;
    padding: 5px;
    font-size: 1.1em;
    border: none;
    border-bottom: 1px solid rgba(100,100,100,1);
    text-decoration: none;
    margin-bottom: 11px;
    outline: 0;
    color:#0267bd; /*#1fbf0a;*/
    font-weight: 200;
    border-radius: 0;
}

#loginPanel .flatTextBox.focus
{
    border: none;
}

#loginPanel #pwd{
    padding-right:50px;
    /*width: 240px;*/
}

#loginPanel #forgotPwd{
    font-size: 0.8em;
    text-align: right;
    right: -35px;
    width: 100%;
    position: relative;
}
#loginPanel #forgotPwd a{
    color: rgba(80, 80, 80, 1);
}
#loginPanel #forgotPwd a:hover{
    color: rgba(0, 0, 0, 1);
}

#loginPanel #loginByID > #showError{
    color: #000;
    background-color: #fc8f8f;
    text-align: center;
    width: 100%;
    /*border-radius: 2px;*/
    padding: 5px;
    display: none;
    margin-bottom: 10px;
}
#loginPanel ::-webkit-input-placeholder {
    color: rgba(180,180,180,1);/*  rgba(100,200,210,1); */
}
#loginPanel :-moz-placeholder { 
    color:    #b4b4b4;
    opacity:  1;
}
#loginPanel ::-moz-placeholder { 
    color:    #b4b4b4;
    opacity:  1;
}
#loginPanel :-ms-input-placeholder { 
    color:    #b4b4b4;
}

#loginPanel input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    color:black !important;
    /*-webkit-text-fill-color: black;*/
}

.capsule{
    padding: 5px 20px;
    border: 1px solid #888;
    display: inline-block;
    border-radius: 5px;
    width: 400px;
    position: relative;
    overflow: hidden;
}
.capsule > div > * {
    margin:10px 0;
}
.btn{
    display: inline-block;
    padding: 8px 20px;
    background-color: #51bcf8;
    border: 1px solid #51bcb8;
    border-radius: 3px;
    margin: 0 5px;
}
.btn:hover{
    background-color: #51bcff;
    cursor: pointer;
}
.err{
    color: red;
    display:none;
}
.capsule input{
    padding: 5px;
    width: 180px;
    margin-left:0;
    background-color: rgba(250,250,250,1);
}
.hide{
    display:none;
}
.processing{
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    bottom: -11px;
    background-color: rgba(255,255,255,0.5);
    z-index: 10;
    display:none;
}

.processing img{
    margin: 0;
    top: 50%;
    position: absolute;
    margin-top: -6px;
}

.frm{
    width: 100%;
}
.frm .lbl{
    text-align: right;
    vertical-align: middle;
    padding-right: 5px;
}
@media (max-width: 1024px) {
    .subPanel .descr{
        margin: 5px 30px;
    }
    
    #panel-2{
        height: 600px;
    }
    .subPanel{
        width:50%;
        height: 300px;
        background-size:cover;
    }
}

@media (max-width: 800px) {
    .subPanel .descr{
        margin: 5px 20px;
    }
}


@media (max-width: 640px) {
    body{
        font-size: 9pt !important;
    }
    #header{
        padding-left: 10px
    }
    #menu{
        padding-right: 0px;
    }
    #menu > *{
        margin-top: 12px;
        padding: 2px 10px;
    }
    #menu #getAnAcc-menu{
        margin-right: 5px;
    }
    #login{
        margin-right: 10px
    }
    #panel-1{
        height:500px
    }
    #panel-4{
        height:300px
    } #panel-5{
        height:300px
    }
    .subPanel .descr{
        margin: 5px 10px;
    }
    
    .panel-img-main {
        max-width: 50% !important;
    }
    
    #panel-4 .panel-img-main{
        left: 3%;
        top: 50px;
    }
    
    #panel-4 .panel-content{
        right: 3%;
        top: 30%;
    }
    
    #panel-5 .panel-img-main{
        right: 3%;
        top: 50px;
    }

    #panel-5 .panel-content{
        left: 3%;
        top: 30%;
    }
    
}