body {
    font-family: 'PT Sans', sans-serif;
    background: url(../images/front-end-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}
header {
    z-index: 1;
}
img {
    max-width: 100%;
}
header i {
    line-height: 38px !important;
}

#logout, header .navBtn {
    color: #9aa8ac;
    text-decoration:none;
    font-size: 14px;
    background: none;
    text-align: left;
    width: 150px !important;
}
#logout i, header .navBtn i {
    display: none;
    float:right;
    font-size: 14px;
}

#logout:hover, header .navBtn:hover {
    background: -webkit-linear-gradient(left top, #064351, #161a21 50%);
    color: white;
}

#logout:hover i, header .navBtn:hover i {
    display:block;
}
.mainMenu {
    position: relative;
}

.menuArea {
    min-height: calc(100% + 50px);
    overflow: hidden;
    position: relative;
    top: 50px;
}
.tourContainer {
    margin-top: 60px;
}
.tourRow {
    background: #1e2b34;
    text-align: left;
}
.tourThumb {
    padding: 10px;
}
.tourInfo {
    font-style: italic;
    padding-top: 20px;
}
.tourStatus {
    font-size: 40px;
    text-align: center;
    padding-top: 35px;
}
.iconCompleted {
    color: #0e8486;
}
.iconPaused {
    color: #f29420;
}
.tourCompleted {
    color: #718289;
}
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
.blackBackground {
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:-1;
}

.filterDiv {
    padding-left: 5px;
    margin-bottom: 20px;
}

.filterSpan {
    font-size: 15px;
    text-transform: none;
    font-weight: initial;
    font-style: italic;
}
#completionFilter {
    border: none;
    line-height: 30px;
    height: 30px;
    color: white;
    margin-right: 10px;
    background: #064351;
    border-radius: 5px;
    font-weight: initial;
    font-style: italic;
}

.tourThumb img {
    width: 100%;
    max-height: 100px;
}
.btnLogin {
    color: white;
    text-decoration:none;
    font-style: italic;
    padding: 0 30px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: none;
    border-radius: 0px;
}
.btnLogin i {
    margin-left: 10px;
    font-size: 18px;
}
.recoverypassword {
    margin-left: 10px;
    font-style: italic;
    color: #9aa8ac;
}
.recoverypasswordpopup {
    font-style: italic;
    color: #9aa8ac;
    margin-left: 20px;
    display: block;
    clear: both;
}
.popupHide {
    float: right;
    height: 25px;
    line-height: 20px;
    background: transparent;
    outline: none;
    border: none;
    font-size: 14px;
    font-style: initial;
}
input, .rowUserData select {
    padding: 5px;
    background-color: #233541;
    margin: 0 10px;
    border-radius: 2px;
    border: none;
    color: #9aa8ac;
}


.loginBox {
    background-color:#1d2730;
    min-height: 280px;
    text-align: left;
    max-width: 300px;
    margin: 80px auto 50px;
}


body.vtclick_frontend {
    background: #f4f4f4;
}

.vtclick_frontend > .blackBackground{
    display: none;
}
.vtclick_frontend .loginBox {
    color: #222;
    background: white;
}
.vtclick_frontend .loginHeader {
    background: #222;
}
.vtclick_frontend .emailField, .vtclick_frontend .passwordField {
    color: #222;
    background-color: #f4f4f4;
}

#searchVT {
    float: right;
}

#searchVTInput {
    border-radius: 5px;
    width: 30px;
}

#searchVT label:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    font-size: 20px;
    color: white;
    line-height: 40px;
    width: 20px;
    text-align: center;
    float: right;
    margin-left: -40px;
    right: 15px;
    position: absolute;
    top: -5px;
}
#startWithVideo {
    position: fixed;
    top: 46px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(right, black, #19252b);
    z-index: 200;
    display: none
}
#startWithVideoText {
    text-align: center;
    font-size: 2em;
    top: 200px;
}


