G
@font-face {
    font-family: centrale_bold;
    src:  local(CentraleSansBold), url(../fonts/CentraleSansBold.otf) format("opentype");
}

@font-face {
    font-family: centrale_book;
    src: local(CentraleSansBook), url(../fonts/CentraleSansBook.otf) format("opentype");
}

@font-face {
    font-family: centrale_light;
    src: local(CentraleSansLight), url(../fonts/CentraleSansLight.otf) format("opentype");
}

@font-face {
    font-family: centrale_medium;
    src: local(CentraleSansMedium), url(../fonts/CentraleSansMedium.otf) format("opentype");
}

@font-face {
    font-family: centrale_thin;
    src: local(CentraleSansThin), url(../fonts/CentraleSansThin.otf) format("opentype");
}

b, strong {
    font-family: "centrale_bold";
}

body {
    background: #ffffff url("../images/bg3.jpg") no-repeat top center;
    font-size: 14px;
    color: #3c3c3c;
    font-family: "centrale_book", Verdana, Tahoma, arial, helvetica,sans-serif;
    font-weight: 400;
    background-size: contain;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #0066a1;
}

p {
    color: #3c3c3c;
    line-height: 1.5;
    font-family: centrale_sans_book,tahoma,arial,helvetica,sans-serif;
    font-size: 14px;
}

strong {
    font-family: centrale_sans_book,tahoma,arial,helvetica,sans-serif;
}

h2 {
    color: #0066a1;
    font-family: centrale_sans_medium,tahoma,arial,helvetica,sans-serif;
    letter-spacing: -0.5px;
    font-size: 34px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 24px;
}

h3 {
    color: #0066a1;
    font-family: centrale_sans_medium,tahoma,arial,helvetica,sans-serif;
    letter-spacing: -0.5px;
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 16px;
}

h4 {
    color: #3c3c3c;
    font-family: centrale_sans_medium,tahoma,arial,helvetica,sans-serif;
    letter-spacing: -0.5px;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.container {
    width: 960px;
    margin: 0 auto;
}

#header .big_title {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    max-width: 70%;
    margin: 0 auto;
}

.blue {
    color: #0066a1;
}

.big_title {
    color: #0066a1;
    font-weight: normal;
    padding: 100px 0 40px 0;
    text-shadow: 2px 2px 10px rgba(19, 19, 19, 1);
    letter-spacing: -0.5px;
    font-size: 34px;
    font-family: centrale_sans_light,tahoma,arial,helvetica,sans-serif;
    line-height: 40px;
}

.big_title span {
    font-weight: bold;
}

.content-wrapper .big_title.int {
    font-size: 34px;
    text-shadow: none;
    display: block;
    line-height: 40px;
    padding-top: 70px;
}


.small_text {
    font-size: 12px;
    line-height: 18px;
    color: #565555;
}

/***	header	***/

#header {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}

#logo {
    float: left;
    width: 139px;
    height: 139px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 25px 0 0;
    box-shadow: 0 0 8px rgba(0,0,0,1);
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/logo.jpg") no-repeat;
}

#logo_mobile {
    display: none;
    float: left;
    width: 120px;
    height: 25px;
    margin: 10px 0 0 10px;
}

#logo_mobile a {
    display: block;
    background: url("../images/logo_mobile.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.mobile_menu {
    display: none;
    float: right;
    font-size: 21px;
    color: #3c3c3c;
    margin: 12px 30px 0 0;
    opacity: 0.8;
}

.mobile_menu:hover {
    opacity: 1;
}

.mobile_menu .fa-times {
    display: none;
}

#navigation {
    float: left;
    width: 656px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    margin-top: 10px;
}

#navigation ul {
    float: left;
    padding: 8px 0;
}

#navigation li {
    float: left;
    margin-right: 30px;
    text-shadow: 1px 2px 3px rgba(19, 19, 19, 0.17);
}

#navigation li.logo_menu {
    display: none;
    padding: 50px 0;
}

#navigation li.logo_menu a {
    float: none;
    display: block;
    background: url("../images/footer_logo.png") no-repeat;
    width: 110px;
    height: 140px;
    margin: 0 auto;
}

#navigation li a {
    float: left;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding: 8px 10px;
}

#navigation li a:before {
    display: none;
    content: "\f0d8";
    font-family: "FontAwesome";
    position: absolute;
    left: 15px;
    bottom: -12px;
    color: rgba(255,255,255,0.2);
    font-size: 16px;
}

#navigation li a:hover:before,
#navigation li.current a::before {
    display: block;
}

#top_section {
    max-height: 475px;
    margin: 0 0 0 20px;
    padding-bottom: 60px;
}

#top_section > ul {
    float: left;
    width: 100%;
}

#top_section > ul li {
    float: left;
    width: 300px;
    min-height: 27px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 2px 2px 10px rgba(19, 19, 19, 1);
    color: #fff;
    padding-left: 30px;
}

#top_section .small_text {
    float: left;
    width: 100%;
    margin-top: 45px;
}

.tabs {
    width: 100%;
    display: table;
}

.tabs li {
    display: table-cell;
    text-align: center;
    width: 33%;
    background: rgba(255, 255, 255, 0.8);
}

.tabs li.active,
.tabs li.current,
.tabs li:hover {
    background: rgba(255, 255, 255, 1);
}

.tabs li a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    color: #0066a1;
    font-size: 12px;
}

.tabs li .img {
    max-width: 97px;
    display: inline-block;
}

.tabs li .img img {
    width: 100%;
    vertical-align: bottom;
    margin-top: 28px;
}

.tabs li .tab-content {
    display: inline-block;
    width: calc(100% - 105px);
    vertical-align: top;
    text-align: left;
    padding-top: 10px;
}

.tabs li .tab-content h4 {
    margin: 0 0 5px 0;
    letter-spacing: -0.1px;
    font-size: 16px;
    line-height: 20px;
    font-family: centrale_sans_xbold,tahoma,arial,helvetica,sans-serif;
    font-weight: normal;
}

.tabs li .tab-content p {
    margin-bottom: 10px;
}

a.button,
.tabs li .tab-content a.button {
    display: none;
    background-color: #e26d00;
    text-align: center;
    font-size: 14px;
	font-weight: 400;
    line-height: 20px;
    min-width: 86px;
    width: auto;
    padding: 7px 10px 6px 10px;
    border: 1px solid transparent;
    color: #fff;
    margin: 0 7px 5px 0;
    text-decoration: none;
    vertical-align: top;
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.button {
    display: block;
    box-shadow: none;
}

a.button.blue {
    background-color: #0066a1;
}

a.button.blue:hover {
    background-color: #005688;
}

.stores a.button {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}

a.button:hover,
.tabs li .tab-content a.button:hover,
.stores a.button:hover,
.highlighted.comparison table p a.button:hover {
    background-color: #c96100;
}

.tabs li.current .tab-content a.button {
    display: inline-block;
}

/***** tabs *****/

#main-content {
    background-color: #fff;
}

.medium_title {
    float: left;
    width: 100%;
    color: #005590;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
}

#main-content .medium_title {
    float: none;
}

.text_box.int .medium_title {
    font-size: 34px;
}

.medium_title span.int {
    color: #0066a1;
}


/***	footer	***/

#footer {
    float: left;
    width: 100%;
    background: linear-gradient(to bottom right,#003655 0,#005590 50%,#0096ee 100%);
}

#footer_social {
    float: left;
    margin-top: 50px;
}

#footer_social span {
    display: block;
    color: #c0d6ed;
    font-size: 12px;
}

#footer_social ul {
    float: left;
    display: block;
    margin-top: 10px;
}

#footer_social ul li {
    float: left;
    margin-right: 15px;
}

#footer_social ul li a {
    color: #fff;
    font-size: 21px;
}

#footer_logo {
    display: block;
    width: 110px;
    height: 140px;
    background: url("../images/footer_logo.png") no-repeat;
    margin: 50px auto;
}

.footer_menu {
    float: left;
    width: 100%;
    text-align: center;
}

.footer_menu li {
    display: inline-block;
}

.footer_menu li a {
    float: left;
    padding: 0 4px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.footer_menu li:last-of-type a {
    border-right: none;
}

.footer_menu li a:hover {
    text-decoration: underline;
}

.copyright {
    float: left;
    width: 100%;
    padding: 15px 0 40px 0;
    text-align: center;
    font-size: 13px;
    color: #c4d1e8;
}

.panel-wrapper {
    width: 100%;
    position: relative;
    display: block;
    clear: both;
    margin-bottom: 20px;
}

.panel-wrapper .brand-left {
    width: 45%;
    float: left;
}

.panel-wrapper .brand-right {
    width: 45%;
    float: left;
}

.panel-wrapper .text-right {
    background-size: cover;
    width: 55%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}

.panel-wrapper .text-right img {
    display: block;
}

.panel-wrapper .text-right h2 {
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.panel-wrapper .text-left {
    width: 50%;
    float: left;
    padding-top: 20px;
    padding-right: 20px;
}

.panel-wrapper .text-left img {
    display: block;
}

.panel-wrapper .text-left h2 {
    display: block;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.panel-wrapper .text-left p {
    text-align: left;
}

.panel-wrapper .icon-wrapper {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

.panel-wrapper .content-wrapper {
    width: 83%;
    display: inline-block;
}

#main-content {
    overflow-x: hidden;
}

#products_table.container {
    margin: 0 auto 40px auto;
}

#products_table.container .table_box {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}

#products_table.container .table_box.px960 {
    max-width: 960px;
}

#products_table.container .table_box.juicer-2 {
    width: 100%;
    margin-top: 30px;
    background: #efeeec;
    position: relative;
}

#products_table.container .table_box ul {
    display: inline-block;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 50px;
}

#products_table.container .table_box ul li {
    padding-left: 40px;
    line-height: 40px;
}

#products_table.container .table_box .image-wrapper {
    /* margin-top: 55px; */
    float: right;
    max-width: 250px;
}

#products_table.container .table_box img {
    max-width: 100%;
}

#products_table.container .table_box .content-wrapper {
    max-width: calc(100% - 270px);
    min-width: 300px;
    float: left;
}

/***** popup box *****/

.fancybox-wrap {
    background: #fff;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.5);
    border-radius: 1px;
}

.fancybox-wrap,
.fancybox-inner {
    width: 960px !important;
}

.fancybox-skin {
    background: #fff !important;
}

.fancybox-inner {
    overflow: hidden !important;
}

.exit_popup {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    border: 5px solid #383838;
    color: #383838;
    text-align: center;
}

.popup_box {
    float: left;
    position: relative;
    padding: 10px 20px;
    height: 520px;
    overflow-y: scroll;
    width: 98%;
}

.popup_box h1 {
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    color: #005590;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
}

.popup_box h2 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 15px 0;
}

.popup_box p {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin: 20px 0 20px 0;
}

.popup_box a {
    color: #005590;
    text-decoration: underline;
}

.popup_box a:hover {
    text-decoration: none;
}

.popup_box .left {
    width: 50%;
    background: url("../images/popup_img.jpg") no-repeat;
    padding: 0 20px 0 130px;
    min-height: 420px;
    box-sizing: border-box;
}

.popup_box .left ul {
    float: left;
}

.popup_box .left ul li {
    float: left;
    width: 100%;
}

.popup_box .left li h2 {
    color: #252f47;
    font-size: 23px;
}

.popup_box .left li {
    font-size: 16px;
    padding: 5px 0;
    line-height: 23px;
    margin-bottom: 15px;
}

.popup_box .right {
    width: 50%;
    padding: 0 20px 0 50px;
    box-sizing: border-box;
}

.popup_box .right h2 {
    float: left;
    font-size: 23px;
    color: #007ac7;
}

.popup_box .right ul {
    float: left;
    margin-top: 20px;
}

.popup_box .right li {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.popup_box .small_text {
    float: left;
    color: #333;
    font-size: 13px;
}

.popup_box .box_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.popup_box .box_btn a {
    display: inline-block;
    font-size: 25px;
    color: #3384b3;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.popup_box .box_btn a:nth-of-type(2) {
    background: #3384b3;
    color: #fff;
    text-transform: uppercase;
}

.popup_box .box_btn a:hover {
    border: 1px solid #3384b3;
}

.fancybox-popup {
    display: none;
}

.stores {
    /*width: 590px; */
    display: inline-block;
    padding: 20px 20px 20px 0;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.mobile-visible {
    display: none;
}

/***** Sections *****/

.features .table_box {
    overflow: hidden;
}

.highlighted {
    margin: 50px 0;
    padding: 50px 0;
    background-color: rgba(239,239,239,1.0);
}

.highlighted .table_box {
    margin: 0 auto;
    overflow: hidden;
}

.highlighted ul li {
    width: 29%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
}

.highlighted ul li .image-wrapper {
    width: 100%;
}

.highlighted ul li .image-wrapper img {
    max-width: 100%;
}

.highlighted ul li .image-wrapper,
.highlighted ul li h3,
.highlighted ul li p {
    margin-bottom: 10px;
}

.highlighted ul li h3 {
    letter-spacing: -0.2px;
    font-size: 21px;
    line-height: 26px;
    min-height: 55px;
    color: #323232;
    font-family: centrale_sans_xbold,tahoma,arial,helvetica,sans-serif;
    font-weight: normal;
    margin-bottom: 13px;
}

.highlighted ul li p a:hover {
    text-decoration: underline;
}

.highlighted ul li p a:after {
    content: "\203a";
    font-family: centrale_sans_xbold,tahoma,arial,helvetica,sans-serif;
    margin-left: 5px;
    display: inline-block;
    overflow: hidden;
    height: 16px;
}


.claims-and-awards {
    margin: 50px 0;
    padding: 30px 0;
}

.claims-and-awards .table_box {
    margin: 0 auto;
}

.claims-and-awards .table_box {
    overflow: hidden;
}

.claims-and-awards ul li {
    width: 29%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
}

.claims-and-awards ul li .image-wrapper {
    width: 100%;
    min-height: 200px;
    line-height: 200px;
    text-align: center;
}

.claims-and-awards ul li .image-wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

.claims-and-awards ul li .image-wrapper,
.claims-and-awards ul li p {
    margin-bottom: 10px;
}

.highlighted.comparison {
    margin-bottom: 0;
    position: relative;
    text-align: left;
}

.highlighted.comparison table {
    margin-bottom: 20px;
}

.highlighted.comparison table th h4:first-child,
.highlighted.comparison table td h4:first-child {
    min-height: 52px;
}

.highlighted.comparison table th img,
.highlighted.comparison table td img {
    width: 100%;
}

.highlighted.comparison table th,
.highlighted.comparison table td {
    padding: 20px;
    width: 33%;
}

.highlighted.comparison table th:nth-child(odd),
.highlighted.comparison table td:nth-child(odd) {
    background: rgba(123,164,217,0.6);
}

.highlighted.comparison table th:nth-child(even),
.highlighted.comparison table td:nth-child(even) {
    background: #d3deed;
}

.highlighted.comparison table td.no-bg {
    background: transparent;
    padding: 20px 10px 10px 10px;
}

.highlighted.comparison table td.no-bg h4 {
    padding: 0;
    margin: 0;
    min-height: 0;
}

.highlighted.comparison table p.price {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    color: #3c3c3c;
    font-weight: normal;
    font-family: centrale_sans_bold,tahoma,arial,helvetica,sans-serif;
    letter-spacing: -0.1px;
    margin-bottom: 10px;
}

.highlighted.comparison table p.serial-number {
    margin-bottom: 10px;
}

.highlighted.comparison table p a.button {
    margin-bottom: 10px;
}

.highlighted.comparison table td ul li {
    width: calc(100% - 15px);
    display: list-item;
    list-style-type: disc;
    margin: 0 0 13px 15px;
    font-family: centrale_sans,tahoma,arial,helvetica,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.disclaimer {
    font-size: 12px;
    font-style: italic;
    margin: 15px 0;
}

.small-highlighted-features {
	width: 50%;
}

.small-highlighted-features ul {
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
}

.small-highlighted-features ul li {
    /* width: 30%; */
    display: inline-block;
    color: #3c3c3c;
    padding: 10px 0 0 0 !important;
    margin: 0 2% 0 0 !important;
    line-height: 1;
    vertical-align: top;
}

.small-highlighted-features ul li .small-icon-wrapper {
    max-width: 25px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.small-highlighted-features ul li .small-icon-wrapper img {
    width: 100%;
}

.small-highlighted-features ul li .small-highlighted-feature {
    width: calc(100% - 35px);
    display: inline-block;
    vertical-align: top;
}





/****************************/
/****************************/
/***** RESPONSIVENESS *******/
/****************************/
/****************************/

@media screen and (max-width: 1360px) {

    #cookie_alert span {
        width: 60% !important;
    }
}

@media screen and (max-width: 1279px) {

    body {
        background-size: auto;
    }

    #main-content {
        background-size: cover;
    }

    #cookie_alert span {
        width: 64% !important;
    }
}

@media screen and (max-width: 1020px) {

    #top_section .big_title {
        margin-left: auto !important;
    }

    .container {
        width: 940px;
    }

    #navigation {
        width: 700px;
    }

    #main-content {
        background-size: 75%;
    }

    .footer_menu li {
        margin-top: 10px;
    }

    .footer_menu li a {
        padding: 0 6px;
    }

    .fancybox-wrap {
        width: 96% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .fancybox-wrap #video_popup iframe {
        width: 100% !important;
    }

    #cookie_alert span {
        width: 85% !important;
        padding-right: 100px;
        box-sizing: border-box;
    }

    #cookie_alert .close_cookie_alert {
        right: 0 !important;
    }

    body .panel-wrapper .text-left p {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 959px) {

    .container {
        width: 750px;
    }

    #navigation {
        width: 550px;
        margin-top: 0;
    }

    #products_table.container .table_box ul {
        max-width: 600px !important;
        width: auto !important;
        margin-right: 20px !important;
    }

    #products_table.container .table_box .stores {
        margin: 0 0 20px 20px;
    }

    .big_title {
        font-size: 28px;
    }

    #top_section {
        padding-bottom: 50px;
    }

    #top_section > ul li {
        font-size: 14px;
    }

    .table_info tr th:nth-of-type(2),
    .table_info tr th:nth-of-type(3),
    .table_info tr td:nth-of-type(2),
    .table_info tr td:nth-of-type(3) {
        width: 20%;
    }

    .table_info tr th:nth-of-type(1),
    .table_info tr td:nth-of-type(1) {
        width: 60%;
    }

    .badge-big {
        display: none;
    }

    #cookie_alert span {
        font-size: 14px !important;
    }

    #products_table.container .table_box.table-wrapper {
        overflow-x: scroll;
    }

    .panel-wrapper .brand-left,
    .panel-wrapper .brand-right,
    .panel-wrapper .text-left,
    .panel-wrapper .text-right {
        width: 50%;
    }

    .panel-wrapper .text-left,
    .panel-wrapper .text-right {
        padding: 20px;
    }

    .panel-wrapper .text-left h2,
    .panel-wrapper .text-right h2 {
        font-size: 28px;
        line-height: 1.2;
        float: none;
        text-align: left;
    }
    .panel-wrapper .text-left p,
    .panel-wrapper .text-right p {
        float: none;
        text-align: left;
    }

    .panel-wrapper .text-left img {
        float: left;
        margin-right: 0;
    }

    section.container.last {
        margin-bottom: -20px;
    }

    .panel-wrapper.reversed {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    .panel-wrapper .text-left {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        width: 100%;
        height: 300px;
        float: none;
        clear: both;
    }

    .panel-wrapper .brand-right {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        width: 100%;
        height: 300px;
        float: none;
        clear: both;
    }

    .panel-wrapper .brand-left,
    .panel-wrapper .text-right {
        width: 100%;
        float: none;
        clear: both;
    }

    .panel-wrapper .brand-left,
    .panel-wrapper .brand-right {
        background-size: cover;
        min-height: 180px !important;
        height: auto !important;
    }

    .panel-wrapper .text-left,
    .panel-wrapper .text-right {
        height: auto !important;
    }

    .panel-wrapper .text-left h2,
    .panel-wrapper .text-right h2,
    .panel-wrapper .text-left p,
    .panel-wrapper .text-right p {
        width: calc(100% - 40px);
        max-width: 100%;
        float: none;
        text-align: left;
    }

    .product-comparison {
        overflow-x: scroll;
    }

    main {
        overflow-x: hidden;
    }

    h1.big_title {
        line-height: 1.3;
        margin-top: 30px;
        margin-bottom: 30px !important;
        display: block;
    }

    .tabs li .tab-content h4 {
        font-size: 14px;
        line-height: 1.2;
    }

    .tabs li .tab-content p {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {

    .mobile-invisible {
        display: none;
    }

    .mobile-visible {
        display: block;
    }

    body {
        background-position: top right;
    }

    .container {
        width: calc(100% - 40px);
    }

    #top_section {
        height: auto;
        padding: 0 0 50px 0 !important;
        text-align: center;
        margin: 0;
    }

    #top_section .big_title {
        margin-top: 0;
        padding-top: 140px;
        max-width: 90%;
        text-align: center;
    }

    #main-content,
    .table_box,
    .question_box h1 {
        padding: 0 !important;
        box-sizing: border-box;
    }

    #main-content {
        padding-top: 40px !important;
        padding-bottom: 0 !important;
    }

    #navigation {
        width: 100%;
        border: none;
        position: relative;
        z-index: 999;
    }

    .mobile_menu {
        display: block;
    }

    .mobile_nav {
        float: left;
        width: 100%;
        height: 45px;
        background: #fff;
        border-radius: 0 0 20px 0;
        position: relative;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
        z-index: 999;
    }

    #navigation li.logo_menu {
        display: block;
    }

    #navigation ul {
        display: none;
        float: left;
        width: 100%;
        background: #0066a1;
        position: absolute;
        left: 0;
        top: 25px;
        padding: 30px 0 0 0;
    }

    .mobile_menu.open .fa-bars {
        display: none;
    }

    .mobile_menu.open .fa-times {
        display: block;
    }

    #navigation ul li {
        width: 100%;
        margin: 0;
    }

    #navigation ul li a {
        width: 100%;
        height: 100%;
        font-size: 16px;
        padding: 15px 10px;
    }

    #navigation ul li:last-of-type {
        border-bottom: none;
    }

    #logo_mobile {
        display: block;
    }

    #navigation li a:before {
        content: "";
    }

    #logo {
        display: none;
    }

    .tabs li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ec4371;
        border-top: 1px solid #ec4371;
    }

    #footer_social {
        padding-left: 10px;
    }

    .footer_menu {
        padding-left: 10px;
        padding-right: 10px;
    }

    .copyright {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 20px;
    }

    #cookie_alert span {
        width: 96% !important;
        padding-right: 100px;
        box-sizing: border-box;
    }

    #products_table.container .table_box > img,
    #products_table.container .table_box > div {
        float: none;
        width: auto !important;
        max-width: 100%;
        display: block;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #products_table.container .stores {
        width: auto !important;
        max-width: 80%;
    }

    .claims-and-awards {
        margin: 20px 0;
        padding: 20px 0;
    }

    .highlighted ul li,
    .claims-and-awards ul li {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 10px 0;
    }

    .highlighted ul li .image-wrapper,
    .claims-and-awards ul li .image-wrapper {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        min-height: 0;
        line-height: 1;
    }

    .highlighted ul li .image-wrapper img,
    .claims-and-awards ul li .image-wrapper img {
        max-width: 100%;
		display: block;
		margin: 0 auto;
    }

    .highlighted ul li .content-wrapper,
    .claims-and-awards ul li .content-wrapper {
        width: 68%;
        display: inline-block;
        padding: 0 10px 10px 10px;
    }

    .highlighted.comparison table td {
        padding: 10px;
    }

    .highlighted.comparison table td ul li {
        padding: 5px;
    }

    .panel-wrapper .content-wrapper {
        width: 86%;
    }

    .panel-wrapper .icon-wrapper {
        width: 12%;
    }

    #products_table.container .table_box .content-wrapper {
        max-width: calc(100% - 170px);
    }

    #products_table.container .table_box .image-wrapper {
        max-width: 150px;
    }

    #products_table.container .table_box .stores {
        margin-left: 0;
    }

    .content-wrapper .big_title.int {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 639px) {
    #top_section .big_title {
        font-size: 25px;
        line-height: 30px;
    }

    #top_section .small_text {
        margin-top: 55px;
    }

    #top_section > ul li {
        font-size: 13px;
        line-height: 16px;
    }

    #comparison #top_section > ul li {
        width: auto !important;
    }

    .table_box {
        overflow-x: scroll;
    }

    .table_box .table_info {
        width: 640px;
    }

    #top_section .big_title {
        width: 100% !important;
        text-align: center !important;
    }

    #cookie_alert span {
        font-size: 13px !important;
        padding-right: 70px !important;
        margin: 5px auto !important;
    }

    #cookie_alert .close_cookie_alert {
        font-size: 13px !important;
    }

    .highlighted.comparison table {
        width: 100%;
    }

    .highlighted.comparison table th,
    .highlighted.comparison table td {
        width: 100%;
        display: block;
    }

    .panel-wrapper .text-left,
    .panel-wrapper .text-right {
        padding: 20px 0;
    }

    .panel-wrapper .content-wrapper {
        width: 100%;
    }

    .panel-wrapper .icon-wrapper {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #products_table.container .table_box .content-wrapper {
        max-width: 100%;
    }

    #products_table.container .table_box .image-wrapper {
        /* display: none; */
		float: right;
		display: block;
		width: 50%;
		margin-top: 0;
    }
	
	#products_table.container .table_box .small-highlighted-features {
		float: left;
		display: block;
		width: 50%;
	}
	
	#products_table.container .table_box .description {
		clear: both;
	}
	
	.small-highlighted-features ul li {
		float: none;
		clear: both;
		display: block;
	}

	.content-wrapper .big_title.int {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 479px) {

    body {
        background-size: initial;
        background-position: top center;
    }

    #footer_social {
        display: none;
    }

    #cookie_alert span {
        font-size: 12px !important;
    }

    .highlighted ul li .image-wrapper,
    .claims-and-awards ul li .image-wrapper {
        width: 100%;
    }

    .highlighted ul li .content-wrapper,
    .claims-and-awards ul li .content-wrapper{
        width: 100%;
        padding-left: 0;
    }

    .small-highlighted-features ul li {
        width: 100%;
        margin: 0 !important;
    }
}

@media screen and (max-width: 419px) {

}

@media screen and (max-width: 359px) {

}

@media screen and (max-width: 500px) {

}

@media screen and (max-device-width: 800px) {
    html, body { background: url("../images/bg3.jpg") #fff no-repeat top center; }
}
