/* desktop */
@media (min-width: 1281px) {
    /* top offers */
    #top-offers .container .card:hover {
        transform: scale(1.05);
    }

    #top-offers .container .card .details p.description {
        height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* homepage */
    #home .articles .container .card:nth-child(4n + 1) {
        margin: 0 10px 0 0;
    }

    #home .articles .container .card:nth-child(4n + 4) {
        margin: 0 0 0 10px;
    }

    /* banner */
    #banner.evaluate-banner .thumbnail {
        display: table-cell;
    }

    #banner.evaluate-banner .details h1 {
        display: none;
    }

    #banner.evaluate-banner .details h2 {
        display: block;
    }

    #banner.evaluate-banner .details h3 {
        display: block;
    }

    #banner.evaluate-banner .details .rating {
        display: block;
    }
}

/* laptops, desktop */
@media (min-width: 1025px) and (max-width: 1280px) {
    /* navigation */
    #navigation .menu ul li {
        margin: 5px 15px 0 0;
    }

    /* top offers */
    #top-offers .container .card:hover {
        transform: scale(1.05);
    }

    #top-offers .container .card .ribbon {
        font-size: 1.25vw;
    }

    #top-offers .container .card .details p.description {
        height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* offers */
    #offers .card .container .thumbnail {
        width: 250px;
    }

    /* homepage */
    #home .articles .container .card:nth-child(4n + 1) {
        margin: 0 10px 0 0;
    }

    #home .articles .container .card:nth-child(4n + 4) {
        margin: 0 0 0 10px;
    }

    /* banner */
    #banner.evaluate-banner .thumbnail {
        display: table-cell;
    }

    #banner.evaluate-banner .details h1 {
        display: none;
    }

    #banner.evaluate-banner .details h2 {
        display: block;
    }

    #banner.evaluate-banner .details h3 {
        display: block;
    }

    #banner.evaluate-banner .details .rating {
        display: block;
    }
}

/* tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    /* navigation */
    #navigation {
        background: #FFFFFF;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    }

    #navigation .wrapper {
        text-align: center;
    }

    #navigation .logo {
        display: inline-block;
        float: none;
    }

    #navigation .logo a img {
        filter: none !important;
    }

    #navigation .logo span.slogan {
        display: none;
    }

    #navigation .search {
        position: absolute;
        display: none;
        width: auto !important;
        height: 66px;
        top: 0;
        left: 8px;
        right: 8px;
        margin: 0 0 0 100%;
        float: none;
    }

    #navigation .search input[type=text] {
        width: calc(100% - 24px);
        height: 66px;
        border: 0;
        font-size: 22px;
    }

    #navigation .search .search-results .item span.title {
        font-size: 22px;
    }

    #navigation .menu {
        position: absolute;
        display: none;
        width: 300px;
        height: 100vh;
        margin: 66px 0 0;
        padding: 0;
        background: #FFFFFF;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        text-align: left;
        top: 0;
        left: -300px;
        bottom: 0;
        overflow-y: auto;
    }

    #navigation .menu ul li {
        display: block;
        margin: 0 !important;
        padding: 5px 0;
        height: auto !important;
    }

    #navigation .menu ul li:hover {
        background: #F4F4F4;
    }

    #navigation .menu ul li a {
        padding: 0 8px;
    }

    #navigation .menu ul li a:hover {
        border-bottom: 2px solid transparent;
        border-radius: 0;
    }

    #navigation .menu ul li ul {
        position: relative;
        top: 0;
        white-space: normal;
        columns: 1;
        column-count: 1;
    }

    #navigation .menu ul li ul li a {
        font-size: 14px;
        margin: 0;
        padding: 0 10px 0 0;
    }

    #navigation .menu-show,
    #navigation .menu-search,
    #navigation .menu-search .menu-search-show {
        display: block;
    }

    /* header */
    #header {
        min-height: 500px;
    }

    #header:before {
        height: 40% !important;
    }

    #header .thumbnail img {
        position: absolute;
        margin-top: -260px !important;
        z-index: -1;
        opacity: 0.75;
        width: 45%;
        right: 7%;
    }

    /* top offers */
    #top-offers .container .card {
        width: calc(25% - 20px);
        margin: 0 10px 20px;
    }

    #top-offers .container .card:hover {
        transform: scale(1.05);
    }

    #top-offers .container .card:nth-child(1n + 5) {
        display: none;
    }

    #top-offers .container .card .ribbon {
        font-size: 1.5vw;
    }

    #top-offers .container .card .details p.description {
        height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #top-offers .container .card .details .btn-subject {
        margin: 10px auto 0;
        padding: 0 27px 0 15px;
        background-size: 18px 18px;
        background-position: center right 8px;
    }

    /* offers */
    #offers .details h1 {
        font-size: 14px;
    }

    #offers .details h2 {
        display: none;
    }

    #offers .filter {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.5);
    }

    #offers .filter .content {
        position: absolute;
        display: block;
        width: 50% !important;
        min-width: 300px;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 16px 32px;
        background: #FFFFFF;
        overflow-y: scroll;
        -webkit-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }

    #offers .card .container .thumbnail {
        width: 200px;
    }

    #offers .card .container .details span.title[data-position="1"]::after {
        font-size: 12px;
    }

    #offers .card .container .details .review .rating {
        display: block;
    }

    #offers .card .features .item .icon {
        display: block;
        margin: 0 auto;
    }

    #offers .card .features .item .details {
        display: block;
    }

    #offers .card .features .item .details span.name {
        text-align: center;
    }

    #offers .card .features .item .details span.description {
        text-align: center;
    }

    /* articles */
    #home .articles .container .card {
        width: calc(50% - 15px);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #home .articles .container .card:nth-child(2n + 1) {
        margin-right: 10px;
        margin-left: 0;
    }

    #home .articles .container .card:nth-child(2n + 2) {
        margin-left: 10px;
        margin-right: 0;
    }

    /* evaluate */
    #evaluate .experience table tr td input[type=text],
    #evaluate .experience table tr td textarea,
    #evaluate .impressions .item ul li input[type=text],
    #evaluate .personal table tr td input[type=email],
    #evaluate .personal table tr td input[type=text],
    #evaluate .personal table tr td input[type=number] {
        font-size: 16px;
    }

    /* article */
    #article .content .options .item {
        display: block;
        text-align: left !important;
    }

    #article .content .options .item:first-of-type {
        margin: 0 0 20px;
    }

    /* banner */
    #banner.evaluate-banner .thumbnail {
        display: table-cell;
    }

    #banner.evaluate-banner .details h1 {
        display: none;
    }

    #banner.evaluate-banner .details h2 {
        display: block;
    }

    #banner.evaluate-banner .details h3 {
        display: block;
    }

    #banner.evaluate-banner .details .rating {
        display: block;
    }
}

/* tablets portait, mobile's landscape */
@media (min-width: 481px) and (max-width: 767px) {
    /* navigation */
    #navigation {
        background: #FFFFFF;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    }

    #navigation .wrapper {
        text-align: center;
    }

    #navigation .logo {
        display: inline-block;
        float: none;
    }

    #navigation .logo a img {
        filter: none !important;
    }

    #navigation .logo span.slogan {
        display: none;
    }

    #navigation .search {
        position: absolute;
        display: none;
        width: auto !important;
        height: 66px;
        top: 0;
        left: 8px;
        right: 8px;
        margin: 0 0 0 100%;
        float: none;
    }

    #navigation .search input[type=text] {
        width: calc(100% - 24px);
        height: 66px;
        border: 0;
        font-size: 22px;
    }

    #navigation .search .search-results .item span.title {
        font-size: 22px;
    }

    #navigation .menu {
        position: absolute;
        display: none;
        width: 300px;
        height: 100vh;
        margin: 66px 0 0;
        padding: 0;
        background: #FFFFFF;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        text-align: left;
        top: 0;
        left: -300px;
        bottom: 0;
        overflow-y: auto;
    }

    #navigation .menu ul li {
        display: block;
        margin: 0 !important;
        padding: 5px 0;
        height: auto !important;
    }

    #navigation .menu ul li:hover {
        background: #F4F4F4;
    }

    #navigation .menu ul li a {
        padding: 0 8px;
    }

    #navigation .menu ul li a:hover {
        border-bottom: 2px solid transparent;
        border-radius: 0;
    }

    #navigation .menu ul li ul {
        position: relative;
        top: 0;
        white-space: normal;
        columns: 1;
        column-count: 1;
    }

    #navigation .menu ul li ul li a {
        font-size: 14px;
        margin: 0;
        padding: 0 10px 0 0;
    }

    #navigation .menu-show,
    #navigation .menu-search,
    #navigation .menu-search .menu-search-show {
        display: block;
    }

    /* header */
    #header {
        min-height: 375px !important;
    }

    #header:before {
        height: 25%;
    }

    #header .thumbnail img {
        position: absolute;
        margin-top: -160px !important;
        z-index: -1;
        opacity: 0.5;
        width: 50%;
        max-width: 260px;
        right: 5%;
    }

    #header .content {
        padding: 25px 0 0;
    }

    /* top offers */
    #top-offers {
        margin: 0 0 50px;
    }

    #top-offers .last-updated {
        display: inline-block;
    }

    #top-offers .container {
        display: block !important;
    }

    #top-offers .container .card {
        width: 100%;
        margin: 0 0 20px;
    }

    #top-offers .container .card .ribbon {
        width: calc(50% + 12px);
    }

    #top-offers .container .card .grade {
        display: block;
    }

    #top-offers .container .card .thumbnail {
        margin: 15px 0;
        padding: 0 16px 0 0;
    }

    #top-offers .container .card .rating {
        padding: 0 16px 0 0;
    }

    #top-offers .container .card .details {
        padding: 0 0 0 15px;
        margin: 15px 0;
        border-left: 1px dashed #C5C5C5;
    }

    #top-offers .container .card .details span.title {
        text-align: left;
    }

    #top-offers .container .card .details p.description {
        height: auto !important;
        margin: 0 0 10px;
        padding: 0 25px 0 0;
        border: 0;
        text-align: left;
        font-style: normal;
    }

    /* offers */
    #offers .details h1 {
        font-size: 14px;
    }

    #offers .details h2 {
        display: none;
    }

    #offers .filter {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.5);
    }

    #offers .filter .content {
        position: absolute;
        display: block;
        width: 50% !important;
        min-width: 300px;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 16px 32px;
        background: #FFFFFF;
        overflow-y: scroll;
        -webkit-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }

    #offers .filter .content select {
        font-size: 16px;
    }

    #offers .card .container {
        display: block;
    }

    #offers .card .container .symbol {
        display: block;
        margin: 0 auto;
        height: auto !important;
    }

    #offers .card .container .thumbnail {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto !important;
    }

    #offers .card .container .thumbnail .brand {
        width: 35%;
    }

    #offers .card .container .details {
        display: block;
        margin: 20px 0 0;
        padding: 0;
    }

    #offers .card .container .details span.title {
        text-align: center;
    }

    #offers .card .container .details .review {
        text-align: center;
    }

    #offers .card .container .details p.description {
        text-align: center;
    }

    #offers .card .container .options {
        display: block;
    }

    #offers .card .container .options .grade {
        margin: 25px 0 15px;
    }

    #offers .card .container .options .rating {
        width: 100%;
        margin: 15px auto;
    }

    #offers .card .container .options .rating label {
        font-size: 36px;
    }

    #offers .card .container .options .rating label:before {
        font-size: 36px;
    }

    #offers .card .features {
        display: block;
    }

    #offers .card .features .item {
        display: block;
        width: 100%;
        padding: 0 !important;
        margin: 0 0 10px;
        text-align: left;
        border-right: 0;
    }

    #offers .card .features .item:last-of-type {
        margin: 0;
    }

    #offers .card .features .item .icon {
        float: left;
    }

    #offers .card .features .item .details {
        display: block;
        height: 32px;
    }

    #offers .card .features .item .details span.name {
        display: inline-block;
        font-size: 16px;
        line-height: 32px;
    }

    #offers .card .features .item .details span.description {
        display: inline-block;
        float: right;
        font-size: 16px;
        line-height: 32px;
    }

    /* homepage */
    #home .reviews:before,
    #home .reviews:after {
        width: 20px;
    }

    #home .reviews h2.title {
        font-size: 24px;
        text-align: left;
        padding: 0;
        font-weight: 500;
    }

    #home .reviews span.description {
        text-align: left;
    }

    #home .articles h3.title {
        font-size: 24px;
        text-align: left;
        padding: 0;
        font-weight: 500;
    }

    #home .articles span.description {
        text-align: left;
    }

    #home .articles .container .card {
        width: calc(50% - 15px);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #home .articles .container .card:nth-child(2n + 1) {
        margin-right: 10px;
        margin-left: 0;
    }

    #home .articles .container .card:nth-child(2n + 2) {
        margin-left: 10px;
        margin-right: 0;
    }

    /* review */
    #review .content {
        margin: 0 0 20px !important;
    }

    #review .content .compare {
        text-align: center;
    }

    #review .content .compare button {
        float: none;
        margin: 20px 0 10px;
        width: 100%;
    }

    #review .prices {
        margin: 0 0 20px !important;
    }

    #review .faq {
        margin: 0 0 20px !important;
    }

    #review .comments {
        margin: 0 0 20px !important;
    }

    #review .direct {
        display: block;
    }

    /* compare */
    #compare .subjects .card .item ul li {
        display: block;
        height: auto !important;
    }

    #compare .subjects .card .item ul li span.title,
    #compare .subjects .card .item ul li span.description,
    #compare .subjects .card .item ul li .rating {
        display: block;
        text-align: left;
    }

    #compare .subjects .card .item ul li span.description {
        margin: 5px 0;
    }

    /* articles */
    #articles .card {
        margin: 0 0 20px;
    }

    /* article */
    #article .content {
        margin: 0 0 20px;
    }

    #article .content .options .item {
        display: block;
        text-align: left !important;
    }

    #article .content .options .item:first-of-type {
        margin: 0 0 20px;
    }

    /* evaluate */
    #evaluate .recommend .item {
        display: block;
        width: 100%;
    }

    #evaluate .experience table tr td input[type=text],
    #evaluate .experience table tr td textarea,
    #evaluate .impressions .item ul li input[type=text],
    #evaluate .personal table tr td input[type=email],
    #evaluate .personal table tr td input[type=text],
    #evaluate .personal table tr td input[type=number] {
        font-size: 16px;
    }

    /* banner */
    #banner.subject-banner .thumbnail,
    #banner.evaluate-banner .thumbnail {
        display: table-cell;
    }

    #banner.subject-banner .details h1,
    #banner.evaluate-banner .details h1 {
        display: none;
    }

    #banner.subject-banner .details h2,
    #banner.evaluate-banner .details h2 {
        display: block;
    }

    #banner.subject-banner .details h3,
    #banner.evaluate-banner .details h3 {
        display: block;
    }

    #banner.subject-banner .details .rating,
    #banner.evaluate-banner .details .rating {
        display: block;
    }
}

/* mobile portrait */
@media (min-width: 0px) and (max-width: 480px) {
    /* navigation */
    #navigation {
        min-height: 56px;
        background: #FFFFFF;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    }

    #navigation .wrapper {
        text-align: center;
    }

    #navigation .logo {
        display: inline-block;
        float: none;
        height: 40px;
    }

    #navigation .logo a img {
        height: 40px;
        filter: none !important;
    }

    #navigation .logo span.slogan {
        display: none;
    }

    #navigation .search {
        position: absolute;
        display: none;
        width: auto !important;
        height: 56px;
        top: 0;
        left: 8px;
        right: 8px;
        margin: 0 0 0 100%;
        float: none;
    }

    #navigation .search input[type=text] {
        width: calc(100% - 24px);
        height: 56px;
        border: 0;
        font-size: 22px;
    }

    #navigation .search .search-results .item span.title {
        font-size: 22px;
    }

    #navigation .menu {
        position: absolute;
        display: none;
        width: 300px;
        height: 100vh;
        margin: 56px 0 0;
        padding: 0;
        background: #FFFFFF;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        text-align: left;
        top: 0;
        left: -300px;
        bottom: 0;
        overflow-y: auto;
    }

    #navigation .menu ul li {
        display: block;
        margin: 0 !important;
        padding: 5px 0;
        height: auto !important;
    }

    #navigation .menu ul li:hover {
        background: #F4F4F4;
    }

    #navigation .menu ul li a {
        padding: 0 8px;
    }

    #navigation .menu ul li a span {
        font-size: 18px;
        font-weight: 400 !important;
    }

    #navigation .menu ul li a img {
        margin: 8px 0 0;
        width: 24px !important;
        height: auto !important;
        filter: invert(22%) sepia(98%) saturate(1798%) hue-rotate(185deg) brightness(94%) contrast(103%);
    }

    #navigation .menu ul li a:hover {
        border-bottom: 2px solid transparent;
        border-radius: 0;
    }

    #navigation .menu ul li ul {
        position: relative;
        padding: 0 0 0 3px;
        top: 0;
        white-space: normal;
        columns: 1;
        column-count: 1;
        border-radius: 0;
        box-shadow: unset;
    }

    #navigation .menu ul:before {
        display: none;
    }

    #navigation .menu ul li ul li {
        border: 1px solid #EEEEEE;
    }

    #navigation .menu ul li ul li a {
        font-size: 14px;
        margin: 0;
        padding: 0 10px 0 0;
    }

    #navigation .menu-show,
    #navigation .menu-search,
    #navigation .menu-search .menu-search-show {
        display: block;
        width: 20px;
        height: 20px;
        top: 18px;
    }

    #navigation .menu-hide {
        width: 20px;
        height: 20px;
        top: 18px;
    }

    #navigation .menu-show button img,
    #navigation .menu-hide button img,
    #navigation .menu-search button img {
        width: 20px;
        height: 20px;
    }

    /* header */
    #header {
        min-height: 300px !important;
    }

    #header:before {
        height: 20% !important;
    }

    #header .content {
        padding: 0 !important;
        margin: 10px auto 35px;
    }

    #header .content h1.title{
        font-size: 28px;
    }

    #header .content p.description {
        width: 55%;
    }

    #header .content button {
        width: calc(50% - 10px);
        margin: 0;
        font-size: 5vw;
    }

    #header .content .compare {
        float: right;
    }

    #header .content .statistics {
        display: none;
    }

    #header .thumbnail img {
        position: absolute;
        width: 55%;
        min-width: 180px;
        margin: -235px auto 0;
        right: -10px;
        z-index: -1;
        opacity: 0.85;
        filter: brightness(1.1);
    }

    /* top offers */
    #top-offers {
        margin: 10px 0 50px;
    }

    #top-offers .last-updated {
        display: inline-block;
    }

    #top-offers .container {
        display: block !important;
    }

    #top-offers .container .card {
        width: 100%;
        padding: 10px 5px;
        margin: 0 0 20px;
    }

    #top-offers .container .card .ribbon {
        width: calc(50% + 32px);
        font-size: 4.25vw;
        text-align: left;
        top: -6px;
        padding: 0 0 0 30px;
        border-radius: 4px 0 0 0;
    }

    #top-offers .container .card .ribbon:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        line-height: 0;
        top: 0px;
        right: -1px;
        border-color: #FFFFFF transparent;
        border-style: solid;
        border-width: 0 0px 35px 26px;
        outline: 0;
    }

    #top-offers .container .card .ribbon img {
        height: 20px;
        top: 6.5px;
        left: 7px;
        filter: brightness(0) invert(1);
    }

    #top-offers .container .card .grade {
        display: block;
        font-size: 15px;
        width: 62px;
    }

    #top-offers .container .card .thumbnail {
        height: 90px;
        margin: 20px 0 5px;
        padding: 0 8px 0 0;
    }

    #top-offers .container .card:first-child .thumbnail {
        margin: 30px 0 5px;
    }

    #top-offers .container .card .thumbnail img {
        max-height: 70px;
        max-width: 110px;
    }

    #top-offers .container .card .rating {
        padding: 0 8px 0 0;
    }

    #top-offers .container .card .details {
        padding: 0 0 0 15px;
        margin: 20px 0 15px;
        border-left: 1px solid #EAEAEA;
    }

    #top-offers .container .card .details span.title {
        text-align: left;
    }

    #top-offers .container .card .details p.description {
        height: auto !important;
        margin: 0 0 10px;
        padding: 0;
        border: 0;
        text-align: left;
        font-style: normal;
        font-size: 14px;
        font-weight: 300;
    }

    #top-offers .container .card .details .btn-subject {
        width: 100%;
        margin: 15px auto 5px;
        padding: 0 27px 0 15px;
        background-size: 18px 18px;
        background-position: center right 8px;
    }

    /* offers */
    #offers .details h1 {
        font-size: 12px;
    }

    #offers .details h2 {
        display: none;
    }

    #offers .filter {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.5);
    }

    #offers .filter .content {
        position: absolute;
        display: block;
        width: 70% !important;
        min-width: 260px;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 16px 32px;
        background: #FFFFFF;
        overflow-y: scroll;
        -webkit-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }

    #offers .filter .content select {
        font-size: 16px;
    }

    #offers .card .container {
        display: block;
    }

    #offers .card .container .symbol {
        display: table-cell;
        width: 30%;
        height: auto !important;
        margin: 0;
        padding: 0 0 30px;
        border: 0;
    }

    #offers .card .container .symbol img {
        width: 100%;
    }

    #offers .card .container .thumbnail {
        display: block;
        width: 100%;
        height: auto !important;
        margin: 0 auto;
    }

    #offers .card .container .thumbnail .brand {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        padding: 5px 30px;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 30px 30px 0 0;
        background-color: #FFFFFF;
        height: 60px;
        line-height: 50px;
    }

    #offers .card .container .thumbnail .brand:after {
        display: none;
    }

    #offers .card .container .thumbnail .brand img {
        max-height: 50px;
        max-width: 130px;
    }

    #offers .card .container .thumbnail .btn-compare {
        display: none;
    }

    #offers .card .container .details {
        display: none;
    }

    #offers .card .container .options {
        display: table-cell;
        width: 100%;
        padding: 0 0 0 16px;
    }

    #offers .card .category .options {
        display: block !important;
        margin: 20px 0 0;
        padding: 0;
    }

    #offers .card .container .options .grade {
        margin: 0;
    }

    #offers .card .container .options .rating {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #offers .card .container .options .rating label {
        font-size: 36px;
    }

    #offers .card .container .options .rating label:before {
        font-size: 36px;
    }

    #offers .card .container .options .links {
        display: none;
    }

    #offers .card .container .options .links button {
        float: right;
        display: block;
        width: calc(50% - 5px);
        font-size: 3.5vw;
        margin: 0;
        padding: 0 22px 0 10px;
        background-size: 12px 9px;
        background-position: center right 8px;
    }

    #offers .card .outlinks {
        display: block;
    }

    #offers .card .features {
        position: relative;
        display: none;
        padding: 0;
        border: 0;
    }

    #offers .card .features:before {
        position: absolute;
        content: '';
        display: block;
        width: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-top: 13px solid #FFFFFF;
    }

    #offers .card .features .item {
        display: block;
        width: 100%;
        padding: 7px 10px 7px !important;
        margin: 0;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid #DFDFDF;
    }

    #offers .card .features .item:nth-child(even) {
        background: #F7F7F7;
    }

    #offers .card .features .item:last-of-type {
        margin: 0;
    }

    #offers .card .features .item .icon {
        float: left;
    }

    #offers .card .features .item .details {
        display: block;
        height: 32px;
    }

    #offers .card .features .item .details span.name {
        display: inline-block;
        font-size: 16px;
        line-height: 32px;
    }

    #offers .card .features .item .details span.description {
        display: inline-block;
        float: right;
        font-size: 16px;
        line-height: 2;
    }

    #offers .card .features .reviews {
        display: block;
    }

    /* homepage */
    #home .reviews:before,
    #home .reviews:after {
        width: 20px;
    }

    #home .reviews h2.title {
        font-size: 24px;
        text-align: left;
        padding: 0;
        font-weight: 500;
    }

    #home .reviews span.description {
        text-align: left;
    }

    #home .articles h3.title {
        font-size: 24px;
        text-align: left;
        padding: 0;
        font-weight: 500;
    }

    #home .articles span.description {
        text-align: left;
    }

    #home .articles .container .card {
        width: 100%;
        margin: 15px 0 !important;
    }

    /* review */
    #review .content {
        margin: 0 0 20px !important;
    }

    #review .content .impressions .item {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    #review .content .impressions .item span.title {
        margin: 0 0 10px;
    }

    #review .content .compare {
        text-align: center;
    }

    #review .content .compare button {
        float: none;
        margin: 20px 0 10px;
        width: 100%;
    }

    #review .prices {
        margin: 0 0 20px !important;
    }

    #review .prices table tr th,
    #review .prices table tr td {
        font-size: 12px;
    }

    #review .faq {
        margin: 0 0 20px !important;
    }

    #review .comments {
        margin: 0 0 20px !important;
    }

    #review .comments .review .strengths ul {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }

    #review .comments .review .share {
        text-align: left;
    }

    #review .comments .review .share li {
        display: inline-block;
        width: 50%;
        margin: 0 !important;
        float: left !important;
    }

    #review .comments .review .share li:nth-child(2n) {
        text-align: right;
    }

    #review .direct {
        display: block;
    }

    /* compare */
    #compare .subjects .card {
        margin: 0 5px 20px;
    }

    #compare .subjects .card .item h2,
    #compare .subjects .card .item h3 {
        font-size: 16px;
    }

    #compare .subjects .card .item ul li {
        display: block;
        height: auto !important;
    }

    #compare .subjects .card .item ul li span.title,
    #compare .subjects .card .item ul li span.description,
    #compare .subjects .card .item ul li .rating {
        display: block;
        text-align: left;
    }

    #compare .subjects .card .item ul li span.description {
        margin: 5px 0;
    }

    #compare .subjects .card button {
        font-size: 12px;
    }

    /* articles */
    #articles .card {
        margin: 0 0 20px;
    }

    #articles .card .thumbnail {
        display: block;
        width: 100%;
        height: 150px;
        margin: 10px 0;
        padding: 0;
    }

    #articles .card .details {
        display: block;
        width: 100%;
    }

    /* article */
    #article .content {
        margin: 0 0 20px;
    }

    #article .content .options .item {
        display: block;
        text-align: left !important;
    }

    #article .content .options .item:first-of-type {
        margin: 0 0 20px;
    }

    /* evaluate */
    #evaluate .recommend .item {
        display: block;
        width: 100%;
    }

    #evaluate .recommend .item ul li label img {
        width: 36px;
        height: 36px;
    }

    #evaluate .impressions .item {
        display: block;
        width: 100%;
        padding: 0 !important;
        border: 0 !important;
    }

    #evaluate .impressions .item:first-of-type {
        margin: 0 0 20px;
    }

    #evaluate .personal table {
        table-layout: auto !important;
    }

    #evaluate .personal table tr.credentials td {
        display: block;
        padding: 0 0 10px !important;
    }

    #evaluate .experience table tr td input[type=text],
    #evaluate .experience table tr td textarea,
    #evaluate .impressions .item ul li input[type=text],
    #evaluate .personal table tr td input[type=email],
    #evaluate .personal table tr td input[type=text],
    #evaluate .personal table tr td input[type=number] {
        font-size: 16px;
    }

    /* banner */
    #banner {
        margin-top: 56px;
    }

    #banner.subject-banner .thumbnail,
    #banner.evaluate-banner .thumbnail {
        display: table-cell;
    }

    #banner.subject-banner .details h1,
    #banner.evaluate-banner .details h1 {
        display: none;
    }

    #banner.subject-banner .details h2,
    #banner.evaluate-banner .details h2 {
        display: block;
    }

    #banner.subject-banner .details h3,
    #banner.evaluate-banner .details h3 {
        display: block;
    }

    #banner.subject-banner .details .rating,
    #banner.evaluate-banner .details .rating {
        display: block;
    }

    /* sitemap */
    #sitemap p.description {
        border: 0;
        padding: 0;
    }

    #sitemap span.title {
        margin: 10px 0 5px;
        padding: 15px 0 0;
        border-top: solid 1px rgba(255, 255, 255, 0.25);
    }

    #sitemap ul.menu li {
        margin: 0;
    }

    #sitemap ul.brands {
        margin: 15px 0;
    }

    /* themes */
    .theme-advisor .content p.description {
        width: 100% !important;
    }

    .theme-advisor .thumbnail {
        display: none !important;
    }
}

@media (min-width: 0px) and (max-width: 400px) {
    /* header */
    #header .content h1.title {
        font-size: 23px;
    }

    #header .content p.description{
        font-size: 15px;
    }

    #header .thumbnail img {
        margin: -225px auto 0;
        right: -15px;
    }

    /* breadcrumbs */
    #breadcrumbs ul li:first-child {
        display: none;
    }

    #breadcrumbs ul li:nth-child(2):before {
        display: none;
    }

    #breadcrumbs ul li a,
    #breadcrumbs ul li span {
        font-size: 12px;
    }

    /* evaluate */
    #evaluate .questions ul li {
        text-align: center;
    }

    #evaluate .questions ul li span.title {
        display: block;
        margin: 10px 0 0;
        line-height: 1;
        font-weight: 500;
    }

    #evaluate .questions ul li .rating {
        display: block;
        float: none !important;
    }

    /* compare */
    #compare .subjects .card button {
        font-size: 2.75vw;
    }
}


@media (min-width: 0px) and (max-width: 370px) {
    /* top offers */
    #top-offers .container .card .details .btn-subject {
        font-size: 4vw !important;
    }
}