﻿header.header + div.container {
    margin-top: 30px;
}

header input.search {
    background-color: #fff;
}

header.header .search-icon {
    display: none;
}


header.header h1 {
    display: inline-block;
}

header.header .navigation .breadcrumb {
    background-color: transparent;
}

.playmarket-comments {
    padding: 20px 20px !important;
}

    .playmarket-comments h4.pros {
        color: #ff9240;
        text-align: center;
    }

    .playmarket-comments h4.cons {
        color: #798584;
        text-align: center;
    }

.quote:after {
    content: '\201C';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    font-family: sans-serif;
    color: #ff9240;
}

blockquote.quote {
    quotes: none;
    border: none;
}

.quote {
    position: relative;
    font-weight: 300;
    line-height: 1.4;
    padding: 10px 0 0 30px;
    font-size: 1.5rem;
}

.responsive-add {
    width: 728px;
    height: 130px;
}

.middle-add {
    margin-left: -35px;
    margin-bottom: 30px;
    padding: 1px;
}

.first-google-ad {
    width: 300px;
    height: 250px;
}

.second-google-ad {
    width: 728px;
    height: 90px;
}

.bordered-ad {
    border: 1px solid #e7e7e7;
    padding: 3px;
    background-color: rgba(231, 231, 231, 0.75);
}

.searchpage-ad {
    width: 650px;
}

.btn-search {
    border-radius: 0;
    position: relative;
    left: -4px;
    height:34px;
}

.play-btn {
    float: left;
    color: whitesmoke;
    display: inline-block;
    z-index: 100;
    font-size: 100px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: -35%;
}

a.play-btn-lnk:hover span.play-btn {
    color: red !important;
}

@media only screen and (max-device-width: 767px) {
    .breadcrumbs {
        display: none !important;
    }

    header.header {
        padding: 10px 0;
    }

        header.header h1 {
            font-size: 24px;
        }

        header.header .search-icon {
            display: block;
        }

    .gallery {
        margin-top: 5px;
    }

    .responsive-add {
        width: 310px;
        height: 290px;
    }

    .middle-add {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .first-google-ad {
        width: 320px;
        height: 100px;
    }

    .second-google-ad {
        width: 300px;
        height: 250px;
    }

    #ad1 {
        min-width: 330px;
        margin-left: -15px;
    }

    .mobile-sponsor {
        min-width: 330px;
        margin-left: -15px;
    }

    .searchpage-ad {
        width: 315px;
    }
}

.pnl-sp {
    width: 100%;
    margin: 0 auto;
    background-color: #E2E2E2;
    padding: 2px;
}

    .pnl-sp > .sp-content {
        width: 100%;
    }

    .pnl-sp.pnl-sp-300-250 {
        max-width: 305px;
    }

        .pnl-sp.pnl-sp-300-250 > .sp-content, .pnl-sp.pnl-sp-300-250 > .sp-content > ins {
            max-width: 300px;
        }

    .pnl-sp.pnl-sp-320-50 {
        max-width: 325px;
    }

        .pnl-sp.pnl-sp-320-50 > .sp-content, .pnl-sp.pnl-sp-300-250 > .sp-content > ins {
            max-width: 320px;
        }

    .pnl-sp.pnl-sp-728-90 {
        max-width: 733px;
    }

        .pnl-sp.pnl-sp-728-90 > .sp-content, .pnl-sp.pnl-sp-728-90 > .sp-content > ins {
            max-width: 728px;
        }

/*  IE & Edge fixes. Do not remove. */

@supports (-ms-ime-align:auto) {
    .hidden-xs {
        display: inline-block !important;
    }

    .visible-xs {
        display: none !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hidden-xs {
        display: inline-block !important;
    }

    .visible-xs {
        display: none !important;
    }
}
.container {
    max-width: 1170px;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1170px;
    }
}

.card {
    padding: 20px 25px;
}

.btn.btn-read-full-review {
    width: 100%;
    margin: 20px 0;
    background-color: #fccd55;
    font-weight: bold;
    color: black;
}

@media (max-width: 500px) {
    .card {
        padding: 20px 0;
    }

    .col-md-6 {
        padding: 0;
    }
}

.fancybox-margin {
    margin-right: 15px;
}
/* Fixes end. */

.mt20 {
    margin-top:20px;
}