.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 
{
    position:relative;
    padding-left:10px;
    padding-right:10px;
    min-height:1px;
}

#footerc
{
    min-height: 100%;
    position:relative;
    width:100%;
}

@media(min-width:768px)
{
    div.container_fill {
        min-height: calc(100vh - 395px);
    }
}

.memberarea_affiliate_name_wrap, .memberinfo_wrap {
    height:30px;
    padding-left:20px;
    padding-right:20px;
    display:block;
}

.memberinfo_left {
    height:30px;
    line-height:30px;
    width:25%;
    float:left;
}

.memberinfo_middle {
    height:30px;
    line-height:30px;
    width:60%;
    float:left;
}

.memberinfo_right {
    height:30px;
    line-height:30px;
    width:10%;
    float:right;
    text-align:right;
}

.memberarea_affiliate_name {
    height:30px;
    line-height:30px;
    float:left;
}

.memberarea_affiliate_options{
    height:30px;
    line-height:30px;
    float:right;
    text-align:right;
}

a.remove {
    color:red;
}

a.verify {
    color:white;
    text-decoration:underline;
}

a.verify:hover {
    color:orange;
    text-decoration:none;
}


.lcp-header1 {
    margin-bottom:20px;
    display:flex;
    background: linear-gradient(to right, black, #1f1f1f);
}

.lcp-headeriframe {
    margin-bottom:20px;
    display:flex;
    background: linear-gradient(to right, black, #2e2e2e);
}

@media(max-width:768px){
    .lcp-header1 {
        padding-right:20px;
    }
}

/* =====Login and Signup Windows */

.modal-content {
    width:50vw;
    height:70vh;
    border:none;
}

.modal-body {
    height:100%;
}


@media(max-width:768px) {
    .modal-content {
        width:85vw;
        height:80vh;
        border:none;
    }
}

.modelmodal_2 {
    width:unset !important;
    height:unset !important;
}

.modaliframe {
    width:100%;
    height:100%;
    border:none;
    background:#2e2e2e;
}

@media(max-width:768px) {
    .modaliframe {
        width:100%;
        height:100%;
        border:none;
    }
}

form.centerform {
    margin: 0 auto;
    width:50%;
}

form.footercontactform {
    width: 90%;
}

@media(max-width:614px) {
    form.centerform {
        margin: 0 auto;
        width: 85%;
    }
}

.centerelement {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.trenn {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-left:10vw;
    margin-right:10vw;
}

.trenn > span {
    position: relative;
    display: inline-block;
}

.trenn > span:before,
.trenn > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background:#999;
}

.trenn > span:before {
    right: 100%;
    margin-right: 15px;
}

.trenn > span:after {
    left: 100%;
    margin-left: 15px;
}

body.modaliframebody {
    background-color:#2e2e2e;
    color:white;
}

.lcp-header-text {
    color:#fff;
    font-size:20px;
    padding:5px 15px 5px 15px;
    width:75%;
    float:left;
    min-height:22px;
    box-sizing:content-box;
}

.lcp-header-text>span {
    vertical-align:text-top;
}

.lcp-header-link {
    color:#fff;
    padding:5px 15px 5px 15px;
    text-align:right;
    width:25%;
    float:right;
    height:22px;
    line-height:22px;
    box-sizing:content-box;
}

.lcp-header-link>a {
    color:#999;
    vertical-align:text-top;
}

.content-content {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    background: #414141;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.content-bar {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    background: #2e2e2e;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.perfimage {
    position: relative;
}

.perfimage:hover .perfimage_img {
    opacity: 1;
}

.remove_favorite_overlay {
    
    opacity: 0;
    position: absolute;
    top: 1%;
    left: 92%;
    text-align: center;

}

.add_favorite_overlay {
    
    opacity: 0;
    position: absolute;
    top: 1%;
    left: 4%;
    text-align: center;

}
  
.perfimage:hover .remove_favorite_overlay {
    opacity: 1;
}

.perfimage:hover .add_favorite_overlay {
    opacity: 1;
}

@media(max-width:768px) {
    .add_favorite_overlay, .remove_favorite_overlay {
        opacity: 1;
    }
}

.remove_favorite_button {
    color:red;
    font-size:25px;
    cursor:pointer;
}

.add_favorite_button {
    color:green;
    font-size:25px;
    cursor:pointer;
}

@media(min-width:768px)
{
    .memberarea_modelslist {
        max-height:400px;
        overflow-y:auto;
    }
}

.embed-container { width:10px;}

div.table_wrap {
    border: 2px solid #1F1F1F;
    background-color: #414141;
    width: 99%;
    text-align: center;
    border-collapse: collapse;
}

div.table_wrap_iframe {
    width:55%;
}

@media(max-width:768px)
{
    div.table_wrap_iframe {
        width: 90%;
    }
}

.divTable.table_wrap .divTableCell, .divTable.table_wrap .divTableHead {
    border: 1px solid #1F1F1F;
    padding: 4px 2px;
}
.divTable.table_wrap .divTableHeading {
    background: #2E2E2E;
    border-bottom: 3px solid #1F1F1F;
}
.divTable.table_wrap .divTableHeading .divTableHead {
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 1px solid #1F1F1F;
}
.divTable.table_wrap .divTableHeading .divTableHead:first-child {
    border-left: none;
}



.divTable{ display: table; margin:auto;}
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableBody { display: table-row-group;}

.gallery_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
}

.gallery_column {
    -ms-flex: 33%;
    flex: 33%;
    max-width: 33%;
    padding: 0 5px;
}

img.gallery_image {
    margin-bottom: 10px;
    vertical-align: middle;
    max-width:100%;
}

img.index_gallery_cover {
    max-width:90%;
    max-height:90%;
    display:block;
    margin:auto;
}

#tosdiv {
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    background-color:rgba(46,46,46,0.8);
    height:130px;
    text-align:center;
    display:none;
}

a.privacyplink {
    color: #949494;
}

.form-error {
    color: red;
}

.form-success {
    color: lime;
}

.form-input-error {
    box-shadow: 0 0 5px red;
}