﻿/* Guest page CSS */

.hidden {
    display: none;
}

body {
    font: 13px BentonSansRegular,Arial,Helvetica,sans-serif;
}

input, textarea, select {
    font: 14px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #444;
}

#profile {
    color: #535353;
    line-height: 14px;
}

#profile .lightbox-holderNew {
    overflow: hidden;
    height: 1%;
    background: #fff;
    padding: 20px;
}

#profile .heading {
    border-bottom: 4px solid #000;
    padding: 0 0 6px;
    margin: -6px 0 5px;
}

#profile .heading h2 {
    margin: 0;
    color: #222;
    font-size: 22px;
    line-height: 28px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.support_ability .bg_none {
    background: #fafafa;
    padding: 8px 1%;
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.support_ability h5 {
    float: left;
    margin-bottom: 13px;
}

.fullWidth {
    width: 100%;
    box-sizing: border-box;
}

/* Guest page CSS */


/* Host page CSS */

.regularPopup.well {
    width: 90%; 
    max-width: 600px;
    height: 400px; 
    display: none;
    background: #fff !important;
}

.regularPopup .videoContainer iframe {
    width: 100%;
    height: 100%;
}

/* Host page CSS */