/****** PLACE YOUR CUSTOM STYLES HERE ******/

.scr-lock,
.scr-lock body {
    overflow: hidden;
    height: 100%;
}

select {
    text-transform: none;
}

.default-checkbox {font-weight: normal;}
.default-checkbox input {margin-right: 5px; margin-top: 0;}

.default-checkbox * {vertical-align: middle;}

button .fa-spinner {display: none;}
button .fa {margin-right: 5px;}

.table {display: table; width: 100%; height: 100%; margin: 0;}
.table-cell {display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: middle;}

.menu li.mobile {display: none;}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    display: inline-block;
}

.dot.green {background-color: #34a853;}
.dot.red {background-color: #ea4335;}
.dot.blue {background-color: #3a7cec;}

.profile-info span {
    display: inline-block;
    margin: 0 12px;
}

.polices-holder {
    position: relative;
}

.policies a {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #666;
    line-height: 12px;
}

.policies a:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.partners img {
    display: inline-block;
    vertical-align: middle;
    max-height: 30px;
    margin-left: 10px;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    display: none;
}

.popup .box {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    background-color: #f1f4f5;
    padding: 20px;
}

.popup .box .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background: url('../images/lightbox/close.png') center no-repeat;
}

.popup .box p {
    margin-bottom: 0;
}

.popup .box p br {display: inline-block;}

.popup .box .page-content {padding-bottom: 20px; text-align: left;}
.popup .box .page-content p {margin-bottom: 24px;}
.popup .box .page-content p a {text-decoration: underline;}

.popup .box.green {
    background-color: #009a93;
    color: #fff;
}

.popup .box.green .page-content p a,
.popup .box.green .page-content p a:hover,
.popup .box.green .page-content p a:focus {color: #fff;}

.popup.video .box,
.popup.video .page-content {
    padding: 0;
}

.popup.video .box {
    max-width: 1000px;
    background-color: transparent;
}

.popup.video iframe {
    width: 100%;
    margin: 0;
    padding: 0;
}

.popup.video .page-content p {
    padding: 20px;
    margin: 0;
}

.page-content ul {
    list-style: disc;
}

.page-content li {
    margin-left: 15px;
}

.cookies-message {
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 280px;
    border: 1px solid #666;
    padding: 15px;
    background-color: #f1f1f1;
    z-index: 9999;
}

.cookies-message p {
    font-size: 12px;
}

.custom-tt {text-align: left; max-width: 300px; font-weight: 300; white-space: normal !important;}
.custom-tt b {font-weight: normal;}

.info-note {font-size: 20px !important;}

.type-1 {color: #34a853;}
.type-2 {color: #ea4335;}

.video-cover {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.video-cover img {
    width: 100%;
}

.video-cover .fa {
    font-size: 60px;
    color: #fff;
    transition: .3s;
}

.video-cover .table {
    transition: .5s;
}

.video-cover:hover .table {
    background-color: rgba(0,0,0,.3);
}

.video-cover:hover .fa {
    font-size: 70px;
    color: #f1f1f1;
}

.footer-content {
    padding: 20px 0;
}

.footer-content ul {margin-bottom: 0;}

.footer-content ul.with-space li {
    margin-bottom: 5px;
}

.pass-fields {display: none;}

@media all and (max-width: 767px) {
    .popup .box {top: 10px;}
    
    .table > thead > tr > th, 
    .table > tbody > tr > th, 
    .table > tfoot > tr > th, 
    .table > thead > tr > td, 
    .table > tbody > tr > td, 
    .table > tfoot > tr > td {padding: 16px 4px 12px;}
    
    .footer-content {
        position: relative;
        padding-bottom: 50px;
    }
    
    .policies a {
        border: none;
        padding: 0;
        margin: 0 0 8px 0;
        display: block;
    }
    
    .polices-holder {position: static;}
    
    .polices-holder .credit {
        margin: 0 auto;
        top: auto;
        bottom: 5px;
        left: 0;
    }

    .menu li.mobile {display: block;}
}