﻿.thumbnail {
    height: 260px;
}
.renew-market-place {
    padding-bottom: 42px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-sun-o:before {
    content: "\f185";
}

*:before, *:after {
    box-sizing: border-box;
}

:after, :before {
    box-sizing: border-box;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top:20px;
}
.product-catalogs ul {
    padding-left: 2em;
}
    .product-catalogs ul li {
        list-style-type: disc;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@media (max-width: 1741px) {
    .thumbnail {
        height: 285px;
    }

    .quote-market-place {
        padding-bottom: 20px;
    }

    .renew-market-place {
        padding-bottom: 20px;
    }
}
@media (max-width: 1562px) {
    .thumbnail {
        height: 360px;
    }

    .quote-market-place {
        padding-bottom: 45px;
    }

    .renew-market-place {
        padding-bottom: 45px;
    }
}
@media (max-width: 1536px) {
    .direct {
        padding-bottom: 45px;
    }
}
@media (max-width: 1428px) {
    .thumbnail {
        height: 265px;
    }
    .quote-market-place {
        padding-bottom: 20px;
    }
    .renew-market-place {
        padding-bottom: 20px;
    }
    .direct {
        padding-bottom: 0px;
    }
}
@media (max-width: 1229px) {
    .quote-market-place {
        padding-bottom: 2px;
    }
}
@media (max-width: 1217px) {
    .thumbnail {
        height: 270px;
    }
    .quote-market-place {
        padding-bottom: 20px;
    }
    .renew-market-place {
        padding-bottom: 40px;
    }
}
@media (max-width: 1214px) {
    .agent-portal {
        padding-bottom: 20px;
    }
}
@media (max-width: 1142px) {
    .thumbnail {
        height: 270px;
    }
    .direct {
        padding-bottom: 22px;
    }
    .renew-market-place {
        padding-bottom: 60px;
    }
}
@media (max-width: 1138px) {
    .thumbnail {
        height: 350px;
    }

    .direct {
        padding-bottom: 20px;
    }

    .quote-market-place {
        padding-bottom: 20px;
    }
}
@media (max-width: 1137px) {
    .direct {
        padding-bottom: 0px;
    }
}
@media (max-width: 1123px) {
    .agent-portal {
        padding-bottom: 40px;
    }
}
@media (max-width: 1121px) {
    .renew-market-place {
        padding-bottom: 45px;
    }
}
@media (max-width: 1100px) {
    .btn {
        font-size:13px;
    }
}
@media (max-width: 1057px) {
    .quote-market-place {
        padding-bottom: 0px;
    }
}
@media (max-width: 1050px) {
    .btn {
        font-size: 12px;
    }
}


@media (max-width: 1023px) {
    .col-md-9 {
        width: 100%;
    }
    h4 {
        font-size: 14px;
    }
    p, li {
        font-size: 14px;
    }
    .thumbnail {
        height: 295px;
    }
    .quote-market-place {
        padding-bottom: 15px;
    }
    .renew-market-place {
        padding-bottom: 15px;
    }
    .agent-portal {
        padding-bottom: 20px;
    }
}
@media (max-width: 1017px) {
    .quote-market-place {
        padding-bottom: 40px;
    }

    .renew-market-place {
        padding-bottom: 40px;
    }
}
@media (max-width: 992px) {
    .animated {
        width: 100%;
    }
    h4 {
        font-size: 18px;
    }
    p, li {
        font-size: 16px;
    }
    .btn {
        font-size: 14px;
    }
    .agent-portal {
        padding-bottom: 0px;
    }
}
@media(max-width: 991px) {
    .thumbnail {
        height: 220px;
    }
}
