* {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 14px;
}

div {
    position: relative;
}


/*ul,
ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}*/

table {
    border-collapse: collapse;
    border: 0px;
}

td {
    vertical-align: top;
    padding: 0px;
}

tbody {
    border: none;
}

a {
    color: #006ac4;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img,
a img {
    border: 0;
}

.clear {
    clear: both;
}

fieldset {
    border: none;
    overflow: hidden;
    position: relative;
}

fieldset a {
    color: #fff;
}

fieldset .tips {
    font-size: 10px;
}

@media(min-width: 769px) {

    .otb_s_a{
        color: #212529;
        font-size: 10px;
        opacity: .6;
    }
    .bg {
        position: relative;
        width: 682px;
        margin: 0 auto;
        padding-top: 30vh;
    }
    .y-num-item__btn-wrap {
    vertical-align: middle;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    }
    .y-num-item__links-col {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding-right: 5px;
    text-align: center;
    margin: 0 auto;
    }
    .logo a img {
        display: block;
        margin: 0 auto 3rem;
        width: 30%;
    }
    .footer_div {
        font-size: 14px;
        position: relative !important;
        bottom: 20px !important;
        width: 100%;
    }
    .footer_link_md6 {
        text-align: right !important;
    }
}

@media(max-width: 768px) {
    .bg {
        position: relative;
        width: 100% !important;
        margin: 0 auto;
        padding-top: 30vh;
    }
    .y-num-item__links-col {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        padding-right: 5px
    }
    .y-num-item__btn-wrap {
        display: block;
        vertical-align: middle;
        width: 100%;
        margin: 0 auto
    }
    .search_body {
        margin-bottom: 0rem;
    }
    .footer_link_md6 {
        text-align: center !important;
    }
    .footer_div {
        font-size: 14px;
        position: relative !important;
        bottom: 20px !important;
        width: 100%;
        text-align: center !important;
    }
    .logo a img {
        display: block;
        margin: 0 auto 3rem;
    }
}

.left {
    width: 682px;
    float: left;
}

.right {
    width: 287px;
    float: right;
}

.favorites {
    padding: 40px 0;
}

.favorites-item {
    float: left;
    margin: 0 16px 16px 0;
    height: 122px;
    width: 148px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    padding: 2px;
}

.favorites-item a {
    text-decoration: none;
}

.favorites-item img {
    width: 148px;
    height: 94px;
}

.favorites-item-title {
    color: #949494;
    font-size: 12px;
    padding: 5px;
    width: 138px;
    height: 14px;
    overflow: hidden;
    white-space: nowrap;
}

.weather {
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    padding: 30px;
    width: 225px;
    height: 293px;
}

.weather-wrapper {
    position: absolute;
}

#weather-temporary {
    display: none;
}

.weather-time {
    color: #2a2a2a;
    font-size: 24px;
}

.weather-city {
    padding: 5px 0;
    color: #4285f4;
    font-size: 34px;
}

.weather-country {
    color: #949494;
    font-size: 20px;
}

.weather-data {
    padding: 10px 0 15px 0;
    color: #3d3d3d;
    font-size: 14px;
}

.weather-degree {
    font-size: 60px;
    padding: 0 53px 0 0;
    color: #2a2a2a;
    margin: 13px 0;
    display: inline-block;
    /*background: url(../img/weather-degree.png) no-repeat right center;*/
}

.weather-morning {
    float: left;
    width: 32px;
    margin: 0 10px 0 0;
    /*background: url(../img/weather-1.png) no-repeat 0 0;*/
    padding: 0 0 0 33px;
}

.weather-day {
    float: left;
    margin: 0 10px 0 0;
    width: 32px;
    /*background: url(../img/weather-2.png) no-repeat 0 0;*/
    padding: 0 0 0 33px;
}

.weather-evening {
    float: left;
    width: 32px;
    /*background: url(../img/weather-3.png) no-repeat 0 0;*/
    padding: 0 0 0 33px;
}

.weather-t span {
    display: block;
    color: #3d3d3d;
    margin: 0 0 5px 0;
}

.weather-t {
    padding: 8px 0;
}

.hidden {
    visibility: hidden;
}

.banner {
    position: relative;
    left: 50%;
    margin-left: -364px;
    width: 728px;
}

.pagination_md12 {
    margin-bottom: 3rem;
}

.pagination_li {
    margin-right: 1rem;
}

.pagination_li a:active {
    margin-right: 1rem;
}


/*NEW FINDIMATIC LAYOUT*/

.y-num-item__descr a.nch-st {
    color: #212529 !important;
    opacity: .6;
}

.y-num {
    position: relative;
    background: 0 0;
    margin: 0 0 20px 0;
    counter-reset: section
}

.y-num__caption {
    color: #9d9d9d;
    font-size: 11px;
    text-align: right;
    text-transform: capitalize
}

.y-num-container .y-num-item:nth-child(5) {
    display: none
}

@media (max-width:480px) {
    .y-num-container .y-num-item:nth-child(5) {
        display: none
    }
}

.y-num-item__link-block {
    float: left;
    width: 49%;
    margin-bottom: 10px
}

@media (max-width:768px) {
    .y-num-item__link-block {
        width: 100%
    }
}

.y-num.y-snd .y-num-container .y-num-item__links-col {
    display: table-cell;
}

.y-num.y-snd .y-num-container .y-num-item__links--mob {
    display: block
}

.y-num.y-snd .y-num-container .y-num-item:nth-child(5) {
    display: table
}

@media (max-width:480px) {
    .y-num.y-snd .y-num-container .y-num-item:nth-child(5) {
        display: table
    }
}

.y-num.y-snd .y-num-container .y-num-item__btn-wrap {
    vertical-align: top
}

.y-num-item {
    font-weight: 500;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #f2f2f2;
    padding: 1rem 20px 1rem 30px;
    margin-bottom: .7rem;
    position: relative;
     transition: all .3s ease-in-out;
}

@media (max-width:1099px) {
    .y-num-item {
        padding: 15px 15px 15px 30px
    }
}

@media (max-width:480px) {
    .y-num-item {
        padding: 10px 10px 10px 10px !important;
    }
}

.y-num-item b {
    font-weight: 700
}

.y-num-item:hover {
    background: #e64047;    
  transition: all .3s ease-in-out;
}

.y-num-item__img img {
    display: block;
    border: 1px solid #000000
}

.y-num-item__img-wrap {
    width: 75px;
    display: none;
    display: table-cell
}

@media (max-width:480px) {
    .y-num-item__img-wrap {
        display: none
    }
}

.y-num-item__title {
    color: #212529;
    font-size: 32px;
    line-height: 1.2;
    padding: 0 5px 3px 0;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    text-align: left;
}

.y-num-item:hover .y-num-item__title {
    color: #fff
}

.y-num-item__title b {
    font-weight: inherit
}

@media (max-width:480px) {
    .y-num-item__title {
      font-size: 23px;
    text-align: left;
    }
}

.y-num-item__title:hover {
    color: #6e5901;
    text-decoration: none;
}

.y-num-item__official {
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    background: #e7474e;
    padding: 0 .3em;
    border-radius: 3px
}

@media (max-width:480px) {
    .y-num-item__official {
        display: none
    }
}

.y-num-item:hover .y-num-item__official {
    background: #000000;
    color: #fff
}

.y-num-item__descr {
    font-size: 13px;
    line-height: 1.25;
    color: #212529;
    margin: 5px 0 3px 0;
    padding: 0;
    text-align: left;
}

@media (max-width:480px) {
    .logo_img {
    margin: 0 auto 20px !important;
    width: 50% !important;
    display: block !important;
}
    .y-num-item__descr {
        font-size: 12px;
        text-align: left;

    }
    .otb_s_a{
            font-size: 10px;
    display: inline-block;
    margin-bottom: 10px; 
    color:#212529 !important;

    }
}

.y-num-item__descr a {
    text-decoration: none
}

.y-num-item:hover .y-num-item__descr a {
    color: #fff !important;
    text-decoration: none;
}

.y-num-item:hover .otb_siteL a {
    color: #fff !important;
    text-decoration: none;
}

@media (min-width:769px) and (max-width:1023px) {
    .y-num-item__descr>a:first-child {
        margin-right: .3em;
        font-size: 18px;
    }

    .otb_siteL{
        text-align: left;
        margin-bottom: 10px;
    }
        .otb_s_a{
            color:#212529 !important;
            opacity: .6;
        }
}


@media (max-width:768px){
.y-num-item__title {
    text-align: center !important;
}
.y-num-item__descr {
    font-size: 13px;
    line-height: 1.25;
    color: #212529;
    margin: 5px 0 3px 0;
    padding: 0;
    text-align: center !important;
}


    .y-num-item__descr>a:first-child {
        margin-right: .3em;
        font-size: 18px;
    }

    .otb_siteL{
        text-align: center;
        margin-bottom: 10px;
    }
        .otb_s_a{
            color:#212529 !important;
            opacity: .6;
        }
}

.y-num-item__url {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 1.1;
    margin: 0 0 1px 0;
    clear: both;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    clear: both
}

@media (max-width:480px) {
    .y-num-item__url {
        font-size: 12px;
        margin: 0
    }
}

.y-num-item__url a {
    text-decoration: none;
    color: inherit
}

.y-num-item:hover .y-num-item__url a {
    color: #000000
}

.y-num-item__links--mob {
    margin: 0 0 5px 0;
    display: none
}

.y-num-item__links--mob:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:767px) {
.y-num-item__number img {
    position: relative;
    display: block;
    margin:0 auto;
}
    .y-num-item__links--mob {
        display: block
    }
.y-num-item__number {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0rem;
}
}

@media (min-width:768px) {
.y-num-item__number {
    position: relative;
    display: table-cell;
    width: 15%;
}
    .y-num-item__number img {
    position: relative;
    display: block;
    width: 100%;
    margin-left: -10px;
}

    .y-num-item__img {
        display: block;
        float: left;
        width: 58px;
        margin: 2px 10px 0 0
    }
    .y-num-item__body {
    display: table-cell;
    vertical-align: top;
    width: 60%;
    padding-right: 5px;
    position: relative;
    }
}

@media (max-width:767px) {
    .y-num-item__img {
        display: block;
        float: left;
        width: 78px;
        margin: 2px 10px 0 0
    }
    .y-num-item__body {
        display: block;
        vertical-align: top;
        width: 100%;
        padding-right: 5px;
        position: relative;
        text-align: center;
    }
    .y-num-item__links-col {
        display: table-cell;
    }
}

.y-num-item__links-col .y-num-item__link {
    margin-bottom: 7px
}

.y-num-item__link-descr {
    display: block;
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 13px
}

.y-num-item:hover .y-num-item__link-descr {
    color: #000000
}

.y-num-item__link {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    float: left;
    clear: both;
    color: #fff;
    text-decoration: underline
}

.y-num-item:hover .y-num-item__link {
    color: #000000
}

@media (max-width:1023px) {
    .y-num-item__link {
        font-size: 12px;
        clear: none;
        margin: 0 1em 3px 0
    }
}

.y-num-item__link:hover {
    color: #6e5901
}

@media (max-width:640px) {
    .y-num-item__img {
        display: block;
        float: none;
        width: 78px;
        margin: 0 auto 15px;
    }
    .y-num-item__btn-wrap {
        width: 80%;
        vertical-align: top;
        margin: 0 auto;
    }
}

.y-num-item__btn {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    display: block;
    text-decoration: none;
    background: #18b2b2;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e64047), to(#e64047));
    background: -webkit-linear-gradient(top, #e64047 0, #e64047 100%);
    background: -o-linear-gradient(top, #e64047 0, #e64047 100%);
    background: linear-gradient(to bottom, #e64047 0, #e64047 100%);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
}

.y-num-item__btn:hover {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.y-num-item:hover .y-num-item__btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f2f2f2 0, #f2f2f2 100%);
    background: -o-linear-gradient(top, #f2f2f2 0, #f2f2f2 100%);
    background: linear-gradient(to bottom, #f2f2f2 0, #f2f2f2 100%);
    color: #212529 !important
}

.y-num-item__btn:visited {
    color: #fff
}

.y-num-item__btn:after {
    content: '»';
    font-size: 22px;
    line-height: 16px;
    padding: 0 0 0 8px;
    margin: 0 0 0 8px;
    display: inline-block;
    vertical-align: baseline;
    border-left: 1px solid rgba(255, 255, 255, .3)
}

@media (max-width:640px) {
    .y-num-item__btn {
        font-size: 15px;
        width: 100%;
        height: 56px;
        padding: 5px 0;
        text-align: center;
        right: 0:color:#fff !important;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .y-num-item__btn:after {
        display: none
    }
    .y-num-item__btn:before {
        content: '»';
        font-size: 25px;
        line-height: .8;
        padding: 0;
        display: block;
        text-align: center
    }
}

.y-num-item__rating-wrap {
    color: #166d6c;
    font-size: 12px;
    padding-top: 2px
}

@media (max-width:480px) {
    .y-num-item__rating-wrap {
        display: none
    }
}

.y-num-item__rating-wrap a {
    color: inherit;
    text-decoration: none
}

.y-num-item__rating-wrap a:hover {
    color: #6e5901
}

.y-num-item__rating {
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.y-num-item .rating-stars {
    color: #000000
}

.y-num-item:hover .rating-stars {
    color: #ba9602
}

.y-num-item:hover .rating-stars:after {
    color: #fff
}

.y-num--bottom .y-num-item__btn-wrap {
    width: 60px
}

.y-num--bottom .y-num-item__btn {
    font-size: 15px;
    width: 56px;
    height: 56px;
    padding: 5px 0;
    text-align: center;
    right: 0
}

.y-num--bottom .y-num-item__btn:after {
    display: none
}

.y-num--bottom .y-num-item__btn:before {
    content: '»';
    font-size: 25px;
    line-height: .8;
    padding: 0;
    display: block;
    text-align: center
}

.y-num--bottom .y-num-item__links-col {
    display: none
}

.y-num--bravo .y-num-item__img-wrap {
    display: none
}

.y-num--bravo .y-num-item {
    padding: 15px 20px 15px
}

@media (max-width:1099px) {
    .y-num--bravo .y-num-item {
        padding: 15px
    }
}

@media (max-width:480px) {
    .y-num--bravo .y-num-item {
        padding: 10px 10px 10px 30px
    }
}

.y-num--bravo .y-num-item:hover {
    background: #e7474e;
    border-bottom: 5px solid #b50f16
}

.y-num-item__number-mob {
    display: none
}

@media (max-width:480px) {
    .y-num-item__number-mob {
        position: relative;
        display: table-cell;
        width: 0;
        display: table-cell;
    }
    .y-num-item__number-mob:before {
        content: '';
        font-weight: 700;
        color: #fff;
        font-size: 14px;
        padding: 0 0 0 5px;
        width: 28px;
        height: 28px;
        position: absolute;
        top: -2px;
        left: -36px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 58' height='61.867' width='57.6'%3E%3Cg color='%23000'%3E%3Cpath d='M.075 0h53.873l-8 22.56 8 22.56H.075z' overflow='visible' fill='%23e7474e'/%3E%3Cpath d='M.068 45.109H13.08v12.86z' overflow='visible' fill='%23c58415'/%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
        background-size: contain
    }
    .y-num-item:hover .y-num-item__number-mob:before {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 58' height='61.867' width='57.6'%3E%3Cg color='%23000'%3E%3Cpath d='M.075 0h53.873l-8 22.56 8 22.56H.075z' overflow='visible' fill='%23222222'/%3E%3Cpath d='M.068 45.109H13.08v12.86z' overflow='visible' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
        background-size: contain
    }
}

.y-num-item__number-desk {
    width: 80px;
    display: table-cell;
    position: relative
}

@media (max-width:480px) {
    .y-num-item__number-desk {
        display: none
    }
}

.y-num-item__number-desk:before {
    counter-increment: section;
    content: "0" counter(section);
    color: #fff;
    display: block;
    font-size: 32px;
    line-height: 57px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    background: #e7474e;
    text-align: center
}

.y-num-item:hover .y-num-item__number-desk:before {
    background: #222222
}

.y-num-item__number-desk:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #e7474e;
    position: absolute;
    right: 12px;
    top: 22px
}

.y-num-item:hover .y-num-item__number-desk:after {
    border-color: transparent transparent transparent #222222
}

.atn--numbers-alpha .related-top,
.atn--numbers-bravo .related-top {
    display: none
}

.atn--numbers-bravo .y-num--bottom .y-num-item__number:before {
    counter-increment: section;
    content: counter(section) "."
}

.theme-hicontra .header__search-input {
    border-radius: 17px 0 0 17px!important;
    padding: 0 14px
}

.theme-hicontra .header__search-btn {
    border-radius: 0 17px 17px 0!important
}

.theme-hicontra .footer.footer {
    background: #fff
}

.theme-hicontra .form-filters label input[type=radio]+span::before {
    border-radius: 3px
}

.theme-hicontra .form-filters__heading {
    color: #333;
    text-transform: capitalize;
    padding: 20px 0 10px
}

.theme-hicontra .form-filters__heading:first-of-type {
    padding-top: 0
}

.theme-hicontra .form-filters span {
    font-size: 13px;
    color: #777
}

.theme-hicontra .pagination a {
    color: #c9c9c9;
    font-size: 12px;
    text-decoration: none
}

.y-num-suggestions,
.y-num-suggestions-bottom {
    padding: 0 0 0 30px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .y-num-suggestions,
    .y-num-suggestions-bottom {
        padding: 0
    }
}

.y-num-suggestions h2,
.y-num-suggestions-bottom h2 {
    font-size: 16px;
    line-height: 1;
    padding: 0 0 10px
}

.y-num-suggestions ul,
.y-num-suggestions-bottom ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0 0 20px
}

@media (max-width:1200px) {
    .y-num-suggestions ul,
    .y-num-suggestions-bottom ul {
        display: block
    }
    .y-num-suggestions ul:after,
    .y-num-suggestions-bottom ul:after {
        content: ' ';
        clear: both;
        display: block;
        height: 0
    }
}

.y-num-suggestions ul li,
.y-num-suggestions-bottom ul li {
    display: table-cell;
    vertical-align: top
}

@media (max-width:1200px) {
    .y-num-suggestions ul li,
    .y-num-suggestions-bottom ul li {
        display: block;
        float: left;
        width: 30%!important
    }
}

@media (max-width:767px) {
    .y-num-suggestions ul li,
    .y-num-suggestions-bottom ul li {
        display: block;
        float: left;
        width: 50%!important
    }
    .y-num-suggestions ul li:nth-of-type(n+7),
    .y-num-suggestions-bottom ul li:nth-of-type(n+7) {
        display: none!important
    }
}

.y-num-suggestions a,
.y-num-suggestions-bottom a {
    color: #333;
    font-size: 14px;
    text-decoration: none
}

.y-num-suggestions a:before,
.y-num-suggestions-bottom a:before {
    content: '»';
    font-size: 14px;
    font-weight: 700;
    color: #e7474e;
    padding-right: 2px
}

.y-num-suggestions-bottom ul {
    display: block
}

.y-num-suggestions-bottom ul:after {
    display: block;
    content: '';
    clear: both;
    height: 0
}

.y-num-suggestions-bottom ul li {
    display: block;
    width: 20%;
    float: left;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 480px) {
    .header__wrapper,
    .wrapper {
        padding: 0 1rem;
    }
    .y-num-item__img-wrap {
        display: block;
        width: 100%;
        clear: both;
        float: left;
        text-align: center;
    }
    .y-num-item {
        padding: 10px 10px 10px 30px;
    }
    .y-num-item__title {
        font-size: 26px;
    }
    .y-num-item__descr {
        font-size: 12px;
    }
    .y-num-item__url {
        font-size: 12px;
        margin: 0;
    }
}

@media (max-width: 640px) {
    .y-num-item__img-wrap {
        display: block;
        width: 100%;
        clear: both;
        float: left;
        text-align: center;
    }
    .y-num-item__btn-wrap {
        width: 100%;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .y-num-item__links--mob {
        display: block;
    }
    .y-num-item__link-block {
        width: 100%;
    }
    .y-num-item__links-col {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .header__wrapper,
    .wrapper {
        width: 100%;
        padding: 0 2rem;
        overflow-x: hidden;
    }
    .search_body_md8 {
        padding: 0px 0px;
        margin: 20px auto 20px;
        display: block;
        float: none !important;
    }
}

@media (max-width: 1099px) {
    .y-num-item {
        padding: 1rem 30px 1rem 30px;
    }
    .input {
        height: 41px;
        float: left;
        width: 85%;
        border: 1px solid #dbdbdb;
        color: #000;
        padding: 0 15px;
    }
    .submit {
        float: left;
        height: 40.5px;
        width: 10%;
        border-radius: 2px;
        border: none;
        margin-left: 10px;
        background: #829aab url(../img/submit.png) no-repeat center center;
        font-size: 0;
        cursor: pointer;
    }
}

@media (max-width: 1240px) {
    .header__wrapper,
    .wrapper {
        width: 100%;
        padding: 0 0.5rem;
    }
}

@media(min-width: 1024px) {
    body#body {
        color: #000000;
        min-width: 1024px;
        position: relative;
        /*background: url(../img/bg.png) repeat 0 0;*/
    }
    .search_body_md8 {
        padding: 0px 3rem;
        margin: 20px auto 70px;
        display: block;
        float: none !important;
        min-height: 75vh !important;
    }
    .input {
        height: 41px;
        float: left;
        width: 88%;
        border: 1px solid #dbdbdb;
        color: #000;
        padding: 0 15px;
    }
    .submit {
        float: left;
        height: 40.5px;
        width: 10%;
        border-radius: 2px;
        border: none;
        margin-left: 10px;
        background: #829aab url(../img/submit.png) no-repeat center center;
        font-size: 0;
        cursor: pointer;
    }
}
.ad-disclosure{
font-size: 9px;
    letter-spacing: 2px;
    color: #aaa;
    
}

/*NEW FINDIMATIC LAYOUT*/