/*-----Fontello fonts -----*/
@font-face {
    font-family: 'banner-ads-icon';
    src: url('fonts/banner-ads-icon.eot?87024220');
    src: url('fonts/banner-ads-icon.eot?87024220#iefix') format('embedded-opentype'),
    url('fonts/banner-ads-icon.woff?87024220') format('woff'),
    url('fonts/banner-ads-icon.ttf?87024220') format('truetype'),
    url('fonts/banner-ads-icon.svg?87024220#banner-ads-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.banner-ad-icon {
    font-family: "banner-ads-icon";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.cta-banner-ad {
    min-height: 230px;
    padding: 15px;
    display: table;
    position: relative;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 25px !important;
}

.cta-banner-ad-left {
    float: left;
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-banner-ad-left img {
    width: 250px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    /*-ms-transform: translate(-50%, -50%);*/
    transform: translate(-50%, -50%);
}

.cta-banner-ad-right {
    margin-left: 250px;
}

.cta-banner-ad-right a {
    text-decoration: none !important;
}

.cta-banner-ad-right a div {
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    text-align: center;
    width: fit-content;
}

.cta-banner-ad-right ul {
    margin-top: 5px;
    margin-bottom: 20px;
}

.cta-list-sign:before {
    font-family: "banner-ads-icon";
    content: '\e800' !important;
    color: #009835;
    top: 0 !important;
    background: inherit !important;
}

.cta-list-sign {
    padding-left: 5px;
    color: gray;
    font-size: 16px;
    margin-bottom: -5px;
}

.cta-banner-ad-right-height {
    min-height: 158px;
}

.cta-banner-ad-right-height h4 {
    text-align: left;
    font-size: 24px;
}

/**/
.cta-banner-ad {
    max-width: 690px;
    margin: auto;
}

.cta-banner-ad-left {
    width: 350px;
}

.cta-banner-ad-right {
    margin-left: 325px;
}

.cta-banner-ad-left img {
    max-height: 200px;
    width: auto;
}

.cta-banner-ad-right-height {
    min-height: 140px;
}

.cta-banner-ad-right-height h4 {
    hyphens: none;
    word-wrap: break-word;
}

@media only screen and (max-width: 1200px) {
    .cta-banner-ad {
        margin: auto;
    }

    .cta-banner-ad-left {
        width: 250px;
    }

    .cta-banner-ad-right {
        margin-left: 250px;
    }

    .cta-banner-ad-left {
        width: 350px;
    }

    .cta-banner-ad-right {
        margin-left: 325px;
    }
}

@media only screen and (max-width: 769px) {
    .cta-banner-ad-left {
        width: 250px;
    }

    .cta-banner-ad-right {
        margin-left: 250px;
    }
}

/**/

@media only screen and (max-width: 600px) {
    .cta-banner-ad {
        position: inherit;
        min-height: inherit;
        display: inherit;
    }

    .cta-banner-ad-left {
        float: initial;
        width: 100%;
        position: inherit;
        height: inherit;
    }

    .cta-banner-ad-left img {
        position: inherit;
        transform: inherit;
    }

    .cta-banner-ad-right {
        margin: 15px 0 0 0;
    }

    /**/
    .cta-banner-ad {
        float: left;
        font-size: 14px;
        padding: 10px;
    }

    .cta-banner-ad-left {
        float: left;
        width: 40%;
    }

    .cta-banner-ad-right {
        width: 60%;
        float: left;
        margin: 0px 0 0 0;
    }

    .cta-banner-ad-right-height {
        min-height: auto;
    }

    .cta-banner-ad-right-height h4 {
        font-size: 20px;
    }

    /**/
}


