* {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    width: 100%;
    margin: 0;
}

html {
    background-color: #2B2B2B;
    height: 100%;
}

body {
    min-height: 90%;
    font-family: Arial, sans-serif;
    letter-spacing: 1.2px;
    color: #000;
    text-align: center;
}

/* App Target - This starts hidden until we apply a class to "activate" it */

#target {
    opacity: 0;
    visibility: hidden;
}

/* Status Messages - These are displayed when we are not rendering ad blocks or Related Search */

#pk-status-message {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Sales Box - Default State */

#sales-box {
    display: block;
    width: 100%;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    color: #8EABC0;
}

#sales-box a {
    display: block;
    width: 100%;
    text-decoration: inherit;
    color: #8EABC0;
    cursor: pointer;
}

/* Sales Box - Highlighted State */

#sales-box.is-highlighted {
    position: relative;
    z-index: 1;
    background: #032438 linear-gradient(to top, #044368 0%, #000 100%);
    box-shadow: 0 0 15px 0 #000;
    border-bottom: 3px solid #262626;
}

#sales-box.is-highlighted a {
    line-height: 1.3;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    background: none;
}

/* Ellipsis Loader */

.pk-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.pk-loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.pk-loader div:nth-child(1) {
    left: 8px;
    animation: pk-anim-1 0.6s infinite;
}

.pk-loader div:nth-child(2) {
    left: 8px;
    animation: pk-anim-2 0.6s infinite;
}

.pk-loader div:nth-child(3) {
    left: 32px;
    animation: pk-anim-2 0.6s infinite;
}

.pk-loader div:nth-child(4) {
    left: 56px;
    animation: pk-anim-1 0.6s infinite;
    animation-direction: reverse;
}

.pk-loader-text {
    position: fixed;
    font-size: 12px;
    right: 20px;
    bottom: 20px;
    font-weight: lighter;
}

/* Utilities */

.pk-message-title {
    font-size: 2em;
    font-weight: bold;
}

.pk-page-ready {
    opacity: 1 !important;
    visibility: visible !important;
}

@media only screen and (max-width: 600px) {
    .hidden-xs {
        opacity: 0;
        visibility: hidden;
    }
}

/* Animation */

@keyframes pk-anim-1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pk-anim-2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
:root {
    --rswidth: 700px;
    --sales-banner-height: 0;
}

body, html {
    font-family: sans-serif, 'Arial';
    height: 100%;
    background-color: #fff;
    margin: 0 !important;
    position: relative;
    overflow-x: hidden;
}
#target {
    position: relative;
    height: auto;
    margin: 0 auto !important;
}
main {
    text-align: center;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
header {
    text-align: center;
    padding: 45px 0;
}
header h1 {
    font-size: 29px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}
main section {
    flex: 1;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
section .ad-block {
    width: 100%;
    max-width: 500px;
    height: 100%;

}
#rs {
    width: 100%;
    max-width: var(--rswidth);
    min-height: 480px;
    height: 100%;
}
footer {
    font-size: 14px;
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    color: #555;
}
footer a {
    color: #555;
}

#sales-banner {
    height: var(--sales-banner-height);
}

#sales-banner.top {
    margin-bottom: 8px;
}

#sales-banner.bottom {
    margin-top: 8px;
}
.webiste_list {
    display: inline-block;
    width: 100%;
}
.webiste_list .website_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.webiste_list .website_item a {
    font-weight: 700;
    background-color: #02198b;
    border-radius: 25px;
    border: 5px solid #dadce0;
    font-family: Verdana,arial,sans-serif;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 35px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 35px;
    color: #ffffff;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}
.webiste_list .website_item a:hover {
    background-color: #011059;
    text-decoration: underline;
}
.ads_list {
    max-width: 467px;
}
.ads_list .ad_item {
    margin-top: 8em;
    margin-bottom: 7em;
    display: inline-block;
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}
.ads_list .ad_item a{
    color: #000; 
    text-decoration: none;
}
.ads_list .ad_item  .ad_title {
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 40px;
}
.ads_list .ad_item .ad_sponsored {
    margin-bottom: 30px;
}
.ads_list .ad_item .ad_link a{
    font-weight: 700;
    background-color: #02198b;
    border-radius: 13px;
    border: 4px solid #ffffff;
    font-family: Verdana, arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    width: 171px;
    display: inline-block;
    text-decoration: none;
    height: 16px;
    padding: 23px 28px;
    margin-top: 38px;
}
.ads_list .ad_item .ad_link  img {
    margin-top: -2px;
    float: left;
    display: inline-block;
    margin-right: 9px;
}
.cms_content {
    max-width: 1250px;
    margin: auto;
    text-align: left;
}
.cms_page h1.title {
    border-bottom: 1px solid #fff;
    margin-bottom: 2em;
    padding-bottom: 20px;
    padding-top: 0px;
}
.cms_content a {
    color: #000;
}
.header {
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
    margin: auto;
    box-shadow: 1px 0px 7px #ccc;
}
.header .logo {
    float: left;
}
.header .logo  img {
    width: 200px;
}
.cms_content p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 22px;
}

.contactfrom {
    max-width: 500px;
    border: 1px solid #ccc;
    padding: 15px;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #ccc;
    margin-bottom: 8em;
}
.contactfrom p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.contactfrom label {
    font-weight: bold;
    font-size: 14px;
}
.contactfrom .wpcf7-form-control {
    width: 97%;
    padding: 5px;
    height: 23px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #000;
}
.contactfrom .wpcf7-submit {
    width: 99%;
    padding: 9px;
    height: 44px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}
.contactfrom .c_textarea {
    height: 80px;
}


@media (max-width: 767px) {
    #target {
        padding: 15px;
    }
    .webiste_list .website_item a {
        font-size: 16px;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 80%;
    }
}