html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0;}

li {list-style-type:none;}

body{ background-color:rgb(239,234,233); color:rgb(0, 0, 0); font-family: 'Open Sans', sans-serif; font-size: 0; }
input, button { font-family: 'Open Sans', sans-serif;}

img { background-color:rgb(199,194,193); border:0 none; }

a { color:rgb(45,45,45); text-decoration:none; }
a:hover{ color:rgb(240, 49, 147); }

h1 { color: rgb(45,45,45); font-weight: bold; font-size: 16px; line-height: 18px; text-transform: uppercase; margin: 10px 1px 0 1px; }
h2 { color: rgb(45,45,45); font-weight: bold; font-size: 14px; line-height: 16px; text-transform: uppercase; margin: 30px 1px 0 1px; }

.head-block { background-color: rgb(45,45,45);}
.head {  
    width: 100%; 
    padding: 10px 15px; 
    margin: 0 auto; 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.logo { 
    flex-shrink: 0;
    order: 1;
}

.logo a { 
    color:rgb(255,255,255); 
    margin: 0;
    font-size: 20px; 
    font-weight: bold; 
    height: 20px; 
    line-height: 20px; 
    display: block;
    text-transform: uppercase; 
}
.logo a span { color: rgb(240, 49, 147); }


.head-menu { 
    display: flex;
    order: 2;
    margin-left: auto;
    margin-right: 0;
    flex-shrink: 0;
}

.head-menu ul {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
}

.head-menu li { 
    font-size: 9px; 
    margin: 0;
    display: inline-block; 
    vertical-align: middle;
    text-transform: uppercase; 
}
.head-menu li a { 
    color: rgb(255,255,255);
    height: 22px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    background-color: transparent;
    background: none;
    border: 2px solid transparent;
    border-radius: 3px; 
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 9px;
}
.head-menu li a:hover, .head-menu li.active a { 
    color: rgb(240,49,147);
    border-color: rgb(240,49,147);
    background: none;
}

.search { 
    order: 3;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    flex-basis: 100%;
    box-sizing: border-box;
}

.search form { 
    width: 100%; 
    display: flex; 
    align-items: center; 
    gap: 0; 
    box-sizing: border-box;
}
.search input { 
    background-color: rgb(234,234,234); 
    color: rgb(45,45,45); 
    border: 0 none; 
    outline: none; 
    padding: 0 10px; 
    font-size: 12px; 
    height: 32px; 
    line-height: 32px; 
    text-transform: uppercase; 
    flex: 1; 
    min-width: 0;
    box-sizing: border-box;
}
.search button { 
    background-color: rgb(145,141,129); 
    background: linear-gradient(to bottom,rgb(165,161,149),rgb(125,121,109)); 
    color: rgb(255,255,255); 
    border: 0 none; 
    height: 32px; 
    line-height: 32px; 
    font-size: 12px; 
    font-weight: bold; 
    text-transform: uppercase; 
    cursor: pointer; 
    text-align: center; 
    flex-shrink: 0; 
    padding: 0 15px; 
    white-space: nowrap;
    box-sizing: border-box;
}
.search button:hover { 
    background-color: rgb(240, 49, 147); 
    background: linear-gradient(to bottom,rgb(240, 49, 147),rgb(121, 23, 74)); 
}

.soc-icons { 
    order: 4;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: left;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    flex-basis: 100%;
}
.soc-icons .a2a_kit { 
    display: flex;
    align-items: center;
    height: 32px;
}
.soc-icons .a2a_kit a { 
    height: 32px;
    line-height: 32px;
}

.wrapper { margin: 0 auto; width: 100%; text-align: center; }

.content { overflow: hidden; }

.main-title { 
    background: rgb(45, 45, 45);
    margin: 10px 1px 0 1px; 
    padding: 8px 15px; 
    overflow: hidden; 
    display: block;
    box-sizing: border-box;
}
.main-title h1 { 
    color: rgb(240, 49, 147); 
    font-size: 16px; 
    line-height: 18px; 
    margin: 0 0 8px 0; 
    text-align: left;
}

.sort { 
    margin: 0;
    text-align: left;
}
.sort ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}
.sort li { 
    margin: 0; 
    display: inline-block; 
    vertical-align: top; 
    font-size: 12px; 
    line-height: 24px; 
    text-transform: uppercase; 
}
.sort li a { background-color: rgb(85,85,85); background: #707070; color: rgb(255,255,255); display: block; position: relative; text-align: center; padding: 0 10px; border-radius: 3px; }
.sort li a:hover, .sort li.active a { background-color: rgb(240, 49, 147); background: linear-gradient(to bottom,rgb(240, 49, 147),rgb(121, 23, 74)); }

.preview-bl { display: inline-block; vertical-align: top; width: 100%; }
.preview { border: 1px solid rgb(139,134,133); margin: 2px 1px 0 1px; position: relative; padding: 0 4px; }
.preview:hover { border-color: rgb(240, 49, 147); border-style: solid; }
.preview img { width: 100%; height: auto; box-shadow: 0 4px 5px -5px rgb(65,61,49);}
.preview .name { display: block; height: 20px; line-height: 20px; font-size: 10px; text-align: left; text-transform: uppercase; font-weight: bold; overflow: hidden; }
.preview .info { overflow: hidden; }
.preview .views { display: block; height: 20px; line-height: 20px; font-size: 10px; float: left; }
.preview .date { display: block; height: 20px; line-height: 20px; font-size: 10px; float: right; }

.preview .dur { background-color: rgba(255,255,255,0.8); color: rgb(65,65,65); bottom: 24px; right: 8px; position: absolute; height: 18px; line-height: 18px; font-size: 10px; padding: 0 5px;  }

.sprite-top { position: absolute; left: 40%; top: -1px; width: 20%; height: 1px; background-color: rgb(238,236,231); display: block; }
.sprite-bottom { position: absolute; left: 40%; bottom: -1px; width: 20%; height: 1px; background-color: rgb(238,236,231); display: block; }
.sprite-right { position: absolute; right: -1px; top: 20%; height: 60%; width: 1px; background-color: rgb(238,236,231); display: block; }
.sprite-left { position: absolute; left: -1px; top: 20%; height: 60%; width: 1px; background-color: rgb(238,236,231); display: block; }

.preview-cat-bl { width: 50%; text-align: left; }
.preview-cat-bl .preview, .preview-cat { padding: 0; }
.preview-cat-bl .preview a { display: block; padding: 4px; }
.preview-cat-bl .preview a:hover, .preview-cat a:hover { background-color: rgb(240, 49, 147); color: rgb(255,255,255); }
.preview-cat-bl .preview .name { font-size: 12px; }
.preview-cat-bl .preview .views, .preview-cat .views { float: none; height: 12px; line-height: 12px; }
.preview-cat-bl .preview a:hover .views, .preview-cat a:hover .views { color: rgb(255,255,255); }

.preview-cat a { display: block; padding: 0 4px; }
.preview-cat .name { height: 25px; line-height: 25px; font-size: 12px; }
.preview-cat .views { height: 25px; line-height: 25px; }
.preview-cat:hover .sprite-top, .preview-cat:hover .sprite-right, .preview-cat:hover .sprite-bottom, .preview-cat:hover .sprite-left { display: none; }

.pages-wrap { border-bottom: 5px solid rgb(255,255,255); box-shadow: 0 4px 5px -5px rgb(65,61,49); margin: 20px 1px 0 1px; padding-bottom: 10px; overflow: hidden; }
.pages-wrap li { margin: 10px 5px 0 5px; display: inline-block; vertical-align: top; font-size: 12px; line-height: 24px; text-transform: uppercase; }
.pages-wrap li a { background-color: rgb(85,85,85); background: linear-gradient(to bottom,rgb(105,105,105),rgb(65,65,65)); color: rgb(255,255,255); display: block; position: relative; text-align: center; padding: 0 10px; border-radius: 3px; }
.pages-wrap li a:hover, .pages-wrap li.active a { background-color: rgb(240, 49, 147); background: linear-gradient(to bottom,rgb(240, 49, 147),rgb(121, 23, 74)); }

.bottom-sls { padding: 20px 0 0 0; text-align: center; }
.bottom-sl { background-color:rgb(199,194,193); display: inline-block; vertical-align: top; width: 300px; height: 250px; margin: 10px 5px 0 5px;  }
.bottom-sl-2, .bottom-sl-3, .bottom-sl-4 { display: none; }

.friends-tubes-block { background-color: rgb(65,65,65); box-shadow: inset 0 0 15px 0 rgb(0,0,0); padding: 20px; margin: 5px 2px 0 2px; border-radius: 3px; }
.friends-list { display: inline-block; vertical-align: top; width: 50%; font-size: 12px; }
.friends-tubes-block li { display: block; overflow: hidden; height: 25px; line-height: 25px; text-align: left; border-bottom: 1px solid rgb(45,45,45); box-shadow: 0 1px 0 0 rgb(85,85,85); margin: 0 10px; }
.friends-tubes-block li a { color: rgb(169,164,163); }
.friends-tubes-block li a span { color: rgb(239,234,233); }
.friends-tubes-block li a:hover { color: rgb(239,234,233); }

.video-wrap { margin: 10px 1px 0 1px; }
.player-block { text-align: left; position: relative; border: 1px solid rgb(139,134,133); padding: 0 10px 10px 10px; }
.player-block h1 { margin-left: 0; }
.player { margin-top: 10px; background-color: rgb(0,0,0); position: relative; height: 200px; }
.player iframe, .player object, .player embed { width: 100%; height: 100%; }

.under-video { overflow: hidden; }

.video-tags { padding: 6px 0 0 0; float: left; overflow: hidden; }
.video-tags span, .video-tags a { display: block; float: left; margin: 4px 4px 0 0; font-size: 12px; height: 24px; line-height: 24px; }
.video-tags span { color: rgb(45,45,45); font-weight: bold; }
.video-tags a { background-color: rgb(45,45,454); background: linear-gradient(to bottom,rgb(65,65,65),rgb(25,25,25)); color: rgb(255,255,255); text-transform: uppercase; padding: 0 10px; border-radius: 3px; }
.video-tags a:hover { background-color: rgb(240, 49, 147); background: linear-gradient(to bottom,rgb(53,191,231),rgb(13,151,191)); }

.video-info { overflow: hidden; float: left; }
.video-info .video-info-bl { padding: 0 10px 0 0; border-right: 1px solid rgb(219,214,213); display: block; float: left; margin: 10px 10px 0 0; font-size: 12px; height: 24px; line-height: 24px; }
.video-info .video-info-bl span { color: rgb(45,45,45); font-weight: bold; }

.player-slot-block { display: none; background-color: rgb(200,195,192); padding: 22px 0; text-align: center; }
.player-slot { background-color: rgb(65,65,65); display: inline-block; vertical-align: top; width: 728px; height: 90px; }

.video-sls { padding: 8px 0 9px 0; }
.video-sl { background-color:rgb(199,194,193); display: inline-block; vertical-align: top; width: 300px; height: 250px; margin: 10px 5px 0 5px;  }
.video-sl-2, .video-sl-3 { display: none; }

.footer-block { margin: 30px 0 0 0; background-color: rgb(45,45,45); color: rgb(149,144,143); }
.footer { width: 100%; margin: 0 auto;  text-align: center; padding: 0 0 10px 0; font-size: 11px; overflow: hidden; text-transform: uppercase; }
.footer p { padding: 10px 0 0 0; }
.footer span { color: rgb(239,234,233); }
.footer a { color: rgb(149,144,143); text-decoration: underline; margin: 0 5px;  }
.footer a:hover { text-decoration: none; }






@media all and (min-width:400px) {
    .preview-bl { width: 50%; }
    .player { height: 250px; }
}

@media all and (min-width:500px) {
    .preview-cat-bl { width: 33.3333%; }
    .player { height: 300px; }
}


@media all and (min-width:600px) {
    .preview-bl { width: 33.3333%; }
    .friends-list { width: 33.3333%; }
    .player { height: 350px; }
}

@media all and (min-width:620px) {
    .bottom-sl-2, .video-sl-2 { display: inline-block; }
}

@media all and (min-width:700px) {
    .preview-cat-bl { width: 25%; }
    .player { height: 400px; }
}

@media all and (min-width:800px) {
    .preview-bl { width: 25%; }
    .player { height: 450px; }
}

@media all and (min-width:900px) {
    .player { height: 500px; }
}

@media all and (min-width:1020px) {
    h1 { font-size: 18px; line-height: 20px; text-align: left; }
    h2 { font-size: 16px; line-height: 18px; text-align: left; }
    
    .head { 
        display: flex; 
        align-items: center; 
        padding: 0 15px; 
        height: 60px; 
        flex-wrap: nowrap; 
        width: 1008px;
        gap: 0;
        box-sizing: border-box;
    }
    
    .logo { 
        order: 1;
        flex-shrink: 0;
        margin-right: 60px;
        align-self: center;
    }
    .logo a { 
        display: block; 
        margin: 0; 
        font-size: 28px; 
        height: 36px; 
        line-height: 36px; 
    }
    
    .search { 
        order: 2;
        width: 300px; 
        margin: 0 15px 0 0; 
        flex-basis: auto; 
        flex-shrink: 0; 
        padding: 0;
        align-self: center;
    }
    
    .soc-icons { 
        order: 3;
        width: auto; 
        margin: 0 15px 0 0; 
        padding: 0;
        display: flex; 
        justify-content: flex-start; 
        flex-shrink: 0;
        height: 32px;
        line-height: 32px;
        flex-basis: auto;
    }
    .soc-icons .a2a_kit { 
        display: flex;
        align-items: center;
        height: 32px;
    }
    .soc-icons .a2a_kit a { 
        height: 32px;
        line-height: 32px;
    }
    
    .head-menu { 
        display: flex; 
        visibility: visible;
        opacity: 1;
        margin-left: auto; 
        margin-right: 0;
        order: 4; 
        flex-shrink: 0; 
        position: relative;
        z-index: 10;
        align-self: center;
        flex-basis: auto;
    }
    .head-menu ul { 
        display: flex; 
        gap: 15px; 
        margin: 0; 
        padding: 0; 
    }
    .head-menu li { 
        margin: 0; 
        display: block;
    }
    .head-menu li a {
        display: flex;
        visibility: visible;
        font-size: 14px;
        height: 32px;
        line-height: 30px;
        padding: 0 15px;
    }
    
    .wrapper { width: 1008px; text-align: center; }
    
    .main-title { 
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 15px;
        margin: 10px 1px 0 1px;
    }
    .main-title h1 { 
        float: none;
        margin: 0;
        font-size: 18px; 
        line-height: 20px; 
    }
    .sort { 
        float: none;
        padding-left: 0;
        overflow: visible;
        margin-left: auto;
    }
    .sort li, .pages-wrap li { display: block; float: left; margin: 0 10px 0 0; padding: 0 10px 0 0; border-right: 1px solid rgb(219,214,213); }
    .sort li:last-child, .pages-wrap li:last-child { border-right: 0; margin-right: 0; padding: 0;  }
    
    .preview-cat .name { font-size: 14px; }
    
    .preview-cat-bl { width: 16.6666%; }
    
    .friends-tubes-block { margin :5px 1px 0 1px; }
    .friends-list { width: 16.6666%; }
    .friends-tubes-block li:last-child { border-bottom: 0; box-shadow: none; }

    .bottom-sl-3 { display: inline-block; }
    
    .video-tab { display: table; width: 100%; }
    .player-block, .video-sls { display: table-cell; vertical-align: top; }
    .player { height: 420px; }
    .video-sls { width: 310px; padding: 0; }
    .video-sl { margin: 0 0 10px 10px; }
    .video-sl-2 { margin-bottom: 0; }
    
    .footer { text-align: left; width: 1000px; }
    .footer p { float: left; margin: 0 19px 0 1px; }
    .footer a { margin: 0 10px 0 0; }
}


@media all and (min-width:1279px) {
    .wrapper, .head, .footer { width: 1280px; }
    .main-title h1 { font-size: 20px; line-height: 22px; }
    .bottom-sl-4, .video-sl-3 { display: inline-block; }
    .player { height: 520px; }
    .player-slot-block { display: block; }
    .under-video { margin-top: 10px; }
    .video-sl-2 { margin-bottom: 10px; }
    .video-sl-3 { margin-bottom: 0; }
    
    .head { width: 1280px; }
    .search { width: 300px; }
    .soc-icons { width: auto; }
}

/* Legal and Contact Pages Styles */

.legal-page-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}
.legal-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}
.legal-page-header h1 {
    color: rgb(45,45,45);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    border: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
    background: none;
}
.legal-back-link {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(240,49,147);
    color: rgb(255,255,255);
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
.legal-back-link:hover {
    background: rgb(121,23,74);
    color: rgb(255,255,255);
}
.legal-content-box {
    background: rgb(255,255,255);
    border: 1px solid rgb(199,194,193);
    border-radius: 8px;
    padding: 35px;
}
.legal-content-box h2 {
    color: rgb(45,45,45);
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px 0;
    border: none;
    padding: 0;
    background: none;
    text-transform: none;
}
.legal-content-box h2:first-child {
    margin-top: 0;
}
.legal-content-box h3 {
    color: rgb(45,45,45);
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 12px 0;
}
.legal-content-box p {
    color: rgb(85,85,85);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: left;
}
.legal-content-box ul, .legal-content-box ol {
    margin: 15px 0 15px 25px;
    color: rgb(85,85,85);
    font-size: 14px;
    line-height: 1.8;
}
.legal-content-box ul li, .legal-content-box ol li {
    margin-bottom: 8px;
    list-style-type: disc;
}
.legal-content-box ol li {
    list-style-type: decimal;
}
.legal-content-box strong {
    color: rgb(45,45,45);
    font-weight: 600;
}
.legal-content-box a {
    color: rgb(240,49,147);
    text-decoration: none;
}
.legal-content-box a:hover {
    color: rgb(121,23,74);
    text-decoration: underline;
}
.legal-highlight-box {
    background: rgb(239,234,233);
    border-left: 4px solid rgb(240,49,147);
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.legal-highlight-box p {
    margin-bottom: 10px;
}
.legal-highlight-box p:last-child {
    margin-bottom: 0;
}
.legal-warning-box {
    background: rgb(255,245,245);
    border-left: 4px solid rgb(244,67,54);
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.legal-last-updated {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgb(199,194,193);
    color: rgb(120,144,156);
    font-size: 13px;
}
@media (max-width: 600px) {
    .legal-page-wrap {
        padding: 20px 15px;
    }
    .legal-page-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .legal-page-header h1 {
        font-size: 20px;
    }
    .legal-content-box {
        padding: 25px 20px;
    }
}

.contact-page-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
}
.contact-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.contact-page-header h1 {
    color: rgb(45,45,45);
    font-size: 24px;
    font-weight: 600;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    text-transform: none;
}
.contact-back-link {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(240,49,147);
    color: rgb(255,255,255);
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}
.contact-back-link:hover {
    background: rgb(121,23,74);
    color: rgb(255,255,255);
}

.contact-form-box {
    background: rgb(255,255,255);
    border: 1px solid rgb(199,194,193);
    border-radius: 8px;
    padding: 30px;
}
.contact-form-row {
    margin-bottom: 20px;
}
.contact-form-row label {
    display: block;
    color: rgb(45,45,45);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
.contact-form-row label span {
    color: rgb(244,67,54);
}
.contact-form-row input,
.contact-form-row select,
.contact-form-row textarea {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background: rgb(239,234,233);
    border: 1px solid rgb(199,194,193);
    border-radius: 6px;
    color: rgb(45,45,45);
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.contact-form-row input:focus,
.contact-form-row select:focus,
.contact-form-row textarea:focus {
    outline: none;
    border-color: rgb(240,49,147);
}
.contact-form-row input::placeholder,
.contact-form-row textarea::placeholder {
    color: rgb(158,158,158);
}
.contact-form-row select {
    cursor: pointer;
}
.contact-form-row select option {
    background: rgb(239,234,233);
    color: rgb(45,45,45);
}
.contact-form-row textarea {
    min-height: 120px;
    resize: vertical;
}
.contact-url-row {
    display: none;
}

.contact-submit-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: rgb(240,49,147);
    border: none;
    border-radius: 6px;
    color: rgb(255,255,255);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.contact-submit-btn:hover {
    background: rgb(121,23,74);
}

.contact-alert {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}
.contact-alert-success {
    background: rgba(74, 222, 128, 0.15);
    border: 1px solid rgb(74,222,128);
    color: rgb(34,197,94);
}
.contact-alert-error {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgb(239,68,68);
    color: rgb(220,38,38);
}

.contact-info-box {
    margin-top: 25px;
    padding: 20px;
    background: rgb(239,234,233);
    border: 1px solid rgb(199,194,193);
    border-radius: 6px;
    border-left: 4px solid rgb(240,49,147);
}
.contact-info-box h3 {
    color: rgb(45,45,45);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-info-box p {
    color: rgb(85,85,85);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 12px;
    text-align: left;
}
.contact-info-box p:last-child {
    margin-bottom: 0;
}
.contact-info-box a {
    color: rgb(240,49,147);
    text-decoration: none;
}
.contact-info-box a:hover {
    color: rgb(121,23,74);
    text-decoration: underline;
}

@media (max-width: 480px) {
    .contact-page-wrap { 
        padding: 20px 15px; 
    }
    .contact-page-header { 
        flex-direction: column; 
        gap: 15px; 
        align-items: flex-start; 
    }
    .contact-form-box { 
        padding: 20px; 
    }
}


#no-results-container {
    text-align: center;
    padding: 40px 20px;
    background: rgb(255,255,255);
    border: 1px solid rgb(199,194,193);
    margin: 10px 5px;
    border-radius: 8px;
}
.no-results-icon {
    margin-bottom: 20px;
}
.no-results-icon img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}
.no-results-title {
    color: rgb(45,45,45) !important;
    font-size: 24px !important;
    margin: 20px 0 !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}
.no-results-title span {
    color: rgb(240,49,147) !important;
}
.no-results-text {
    color: rgb(85,85,85) !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
}
.no-results-tips {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 30px;
    padding-left: 20px;
    color: rgb(85,85,85) !important;
    line-height: 1.6;
    font-size: 14px !important;
}
.no-results-tips li {
    display: list-item;
    margin-bottom: 8px;
    list-style-type: disc;
    list-style-position: outside;
    color: rgb(85,85,85) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.footer-info-text {
    padding: 20px 10px;
    background: rgb(255,255,255);
    border-top: 1px solid rgb(199,194,193);
}
.footer-info-text p {
    color: rgb(85,85,85) !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    text-align: left !important;
}
.footer-info-text a {
    color: rgb(240,49,147) !important;
    text-decoration: none !important;
}
.footer-info-text a:hover {
    color: rgb(45,45,45) !important;
    text-decoration: underline !important;
}
@media (max-width: 600px) {
    .footer-info-text {
        padding: 15px 10px;
    }
    .footer-info-text p {
        font-size: 12px !important;
    }
}
