body {
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
h1, h2 {
/*    font-family: "Roboto Condensed", "Times New Roman", Times, serif; */
}
.text-center .img-responsive {
    margin-right: auto;
    margin-left: auto;
}
:focus, a:focus {
    outline: 0;
}
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.form-group-icon {
    position: relative;
}
.form-group-icon .icon {
    display: block;
    position: absolute;
    top: 4.5px;
    left: 8px;
}
.form-control {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #209cab;
}
.form-control::-webkit-input-placeholder {
    color: #209cab;
}
.form-control:-moz-placeholder {
    color: #209cab;
}
.form-control::-moz-placeholder {
    color: #209cab;
}
.form-control:-ms-input-placeholder {
    color: #209cab;
}
.rating__star ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
}
.rating__star ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
    padding: 0 2px;
}
.rating__star ul li .fa {
    color: #e39f00;
}
.btn-warning {
    position: relative;
    border-color: #e08112;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 16px 20px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, #d27400, #e39f00);
    background-image: -o-linear-gradient(0deg, #d27400, #e39f00);
    background-image: linear-gradient(0deg, #d27400, #e39f00);
    overflow: hidden;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.btn-warning::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border: 1px solid #f2d300;
    border-right-color: rgba(255, 255, 255, .2);
    border-left-color: rgba(255, 255, 255, .2);
    border-bottom: transparent;
}
.btn-warning:focus, .btn-warning:hover {
    border-color: #e08112;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, #e88102, #f1a908);
    background-image: -o-linear-gradient(0deg, #e88102, #f1a908);
    background-image: linear-gradient(0deg, #e88102, #f1a908);
}
.btn-warning:focus::before, .btn-warning:hover::before {
    border-top-color: #f9d80c;
}
.section-button {
    margin-bottom: 35px;
}
.section-button .btn-warning {
    width: 372px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}
.section-button .btn-warning strong {
    font-weight: 500;
}
@media screen and (min-width:768px) {
    .container {
    padding-right: 30px;
    padding-left: 30px;
}
.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.row-flex::after, .row-flex::before {
    display: none;
}
.row-flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.row-flex-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row-reverse wrap;
    -moz-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}
.row-flex-reverse::after, .row-flex-reverse::before {
    display: none;
}
.form-control {
    height: 30px;
    font-size: 11px;
}
.form-group-icon .form-control {
    padding-left: 40px;
}
.summary-box summary .list-square.two-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
}
}@media (max-width:767px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container {
    padding-right: 4.68vw;
    padding-left: 4.68vw;
}
.row {
    margin-left: -4.68vw;
    margin-right: -4.68vw;
}
.section-button {
    margin-bottom: 6vw;
}
.section-button .btn-warning {
    width: 100%;
    padding: 3.9vw;
    font-size: 4.21vw;
    font-weight: 400;
    letter-spacing: .55vw;
    line-height: 5vw;
}
.section-button .btn-warning strong {
    display: block;
    font-size: 5.46vw;
    font-weight: 700;
}
}

.header {
    padding: 10px 0 15px;
    background-color: #2092ab;
}
.header .row-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.header .logo a {
    display: block;
    max-width: 191px;
}
.header .header-newsletter {
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.header .header-newsletter p {
    margin-bottom: 6px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #bff8ff;
}
.header .header-newsletter .newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.header .header-newsletter .newsletter-form .form-group {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.header .header-newsletter .newsletter-form .form-group .btn {
    min-width: 80px;
    border-color: #66c3d7;
    font-size: 10px;
    letter-spacing: .25px;
    background-color: #188aa3;
}
.header .header-newsletter .newsletter-form .form-group .form-control {
    min-width: 222px;
}
@media (max-width:767px) {
    .header {
    border-bottom: 2.34vw solid #383838;
    padding: 3.125vw 0 4vw;
}
.header .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.header .row-flex::after, .header .row-flex::before {
    display: none;
}
.header .logo a {
    max-width: 42.96vw;
}
.header .logo a img {
    width: 100%}
.header .hamburger {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 4.68vw;
}
.header .hamburger .navbar-toggle {
    border: none;
    margin: 0;
    padding: 0;
}
.header .hamburger .navbar-toggle img {
    max-width: 9.375vw;
}
}.menu {
    min-height: 38px;
    border: none;
    border-radius: 0;
    margin: 0;
    background-color: #383838;
}
.menu .navbar-collapse {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.menu .navbar-nav {
    width: 100%}
.menu .navbar-nav>li:not(:last-child) {
    margin-right: 24px;
}
.menu .navbar-nav>li:nth-last-child(2) {
    margin-right: 0;
}
.menu .navbar-nav>li>a {
    padding: 12px 35px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    color: #fff;
}
.menu .navbar-nav>li>a:focus, .menu .navbar-nav>li>a:hover {
    color: #2092ab;
    background-color: #fff;
}
.menu .navbar-nav>li:focus>a, .menu .navbar-nav>li:hover>a {
    color: #2092ab;
    background-color: #fff;
}
.menu .navbar-nav>li.active>a {
    color: #2092ab;
    background-color: #fff;
}
.menu .navbar-nav>li.active>a:focus, .menu .navbar-nav>li.active>a:hover {
    color: #2092ab;
    background-color: #fff;
}
.menu .navbar-nav>li.active:focus>a, .menu .navbar-nav>li.active:hover>a {
    color: #2092ab;
    background-color: #fff;
}
@media (max-width:991px) {
    .menu .navbar-nav>li: not(:last-child) {
    margin-right: 15px;
}
.menu .navbar-nav>li:nth-last-child(2) {
    margin-right: 0;
}
}@media (max-width:767px) {
    .menu {
    position: absolute;
    right: 0;
    float: right;
    max-width: 60vw;
    min-height: 0;
    z-index: 1000;
}
.menu .navbar-collapse {
    margin: 0;
}
.menu .navbar-nav {
    margin: 2.9vw 0;
}
.menu .navbar-nav>li {
    text-align: right;
}
.menu .navbar-nav>li:not(:last-child) {
    border-bottom: .3125vw solid #bababa;
    margin: 0;
}
.menu .navbar-nav>li:nth-last-child(2) {
    border-bottom: none;
}
.menu .navbar-nav>li:nth-last-child(2) a {
    padding-right: 0;
}
.menu .navbar-nav>li>a {
    padding: 4.68vw 0;
    font-size: 4.06vw;
    line-height: 1;
}
.menu .navbar-nav>li>a:focus, .menu .navbar-nav>li>a:hover {
    color: #2092ab;
    background-color: transparent;
}
.menu .navbar-nav>li:focus a, .menu .navbar-nav>li:hover a {
    color: #2092ab;
    background-color: transparent;
}
.menu .navbar-nav>li.active>a {
    color: #fff;
    background-color: transparent;
}
.menu .navbar-nav>li.active>a:focus, .menu .navbar-nav>li.active>a:hover {
    color: #2092ab;
    background-color: transparent;
}
.menu .navbar-nav>li.active:focus a, .menu .navbar-nav>li.active:hover a {
    color: #2092ab;
    background-color: transparent;
}
}



.page-content {
    padding: 27px 0;
}
.page-content h2 {
    margin-bottom: 19px;
    font-family: "Roboto Condensed", "Times New Roman", Times, serif;
    font-weight: 300;
    color: #2092ab;
    letter-spacing: -1px;
}
.page-content h3 {
    margin-bottom: 18px;
    font-family: "Roboto Condensed", "Times New Roman", Times, serif;
    font-size: 22px;
}
.page-content p {
    margin-bottom: 26px;
    font-size: 15px;
    letter-spacing: -.35px;
    line-height: 26px;
}
.page-content p:last-child {
    margin-bottom: 0;
}
.page-content ul {
    margin-bottom: 0;
}
.page-content ul:not(:last-child) {
    margin-bottom: 38px;
}
.page-content .list-square li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.page-content .list-square li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 9px;
    left: 3px;
    background-color: #2092ab;
}
.page-content .list-negative li, .page-content .list-positive li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 34px;
}
.page-content .list-negative li::before, .page-content .list-positive li::before {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    top: 2px;
    left: 0;
    background: url("../images/icon-positive.svg") no-repeat center center;
}
.page-content .list-negative li::before {
    background: url("../images/icon-negative.svg") no-repeat center center;
}
.page-content .meta-author {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-family: Federo, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -.2px;
    color: #fff;
    background-color: #66c3d7;
}
.page-content .content-box {
    margin-bottom: 34px;
}
.page-content .content-box:last-child {
    margin-bottom: 0;
}
.page-heading {
    margin-bottom: 30px;
}
.page-heading h1 {
    margin-bottom: 2px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 42px;
    letter-spacing: -1.3px;
}
.page-heading h2 {
    margin-bottom: 23px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    letter-spacing: -.1px;
}
.page-heading .meta {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    padding: 3px 0;
}
.page-heading .meta ul {
    margin-bottom: 0;
}
.page-heading .meta ul li {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    vertical-align: middle;
    font-family: "Roboto Condensed", "Times New Roman", Times, serif;
    font-style: italic;
    letter-spacing: -.3px;
    color: #919090;
}
.page-heading .meta ul li:not(:last-child)::after {
    position: relative;
    content: '|';
    margin-left: 8px;
    font-style: italic;
    color: #919090;
}
.page-heading .meta ul li:not(:first-child) {
    padding: 0 3px;
}
.page-heading .meta .meta-author {
    margin-right: 12px;
}
.product-review .product-image figure {
    position: relative;
}
.product-review .product-image figure .editors-choice {
    position: absolute;
    max-width: 98px;
    top: 0;
    right: 15px;
    color: #fff;
}
.product-review .editor-rating {
    margin-bottom: 16px;
}
.product-review .rating__box {
    position: relative;
    max-width: 233px;
    border: 1px solid #e5e4e4;
    margin: 0 auto 3px;
    padding: 0 0 17px;
    background-color: #f6f6f6;
}
.product-review .rating__box::before {
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    margin-bottom: 20px;
    background-color: #2092ab;
}
.product-review .rating__box h5 {
    margin-bottom: 4px;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    letter-spacing: -.3px;
}
.product-review .rating__box .rating__outof {
    margin-bottom: 2px;
    font-family: "Roboto Condensed", "Times New Roman", Times, serif;
    font-size: 44px;
    letter-spacing: -1.3px;
    line-height: 1;
}
.product-review .rating__box .rating__star ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0;
}
.product-review .rating__box .rating__star ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0 1.5px;
    font-size: 20px;
}
.product-review .rating__box .rating__star ul li .fa {
    color: #e39f00;
}
.product-review h3 {
    margin-bottom: 7px;
}
.product-review p {
    max-width: 233px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 12px;
    color: #6f6f6f;
    letter-spacing: -.1px;
    line-height: 1.428571429;
}
.product-review ul:not(:last-child) {
    margin-bottom: 32px;
}
.product-review ul li {
    margin-bottom: 5px;
}
.product-review .section-button {
    margin-top: 13px;
    margin-bottom: 0;
}
.product-review .editor-pros {
    margin-bottom: 30px;
}
.product-review .editor-pros:last-child {
    margin-bottom: 0;
}
.editor-note {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 38px;
}
.editor-note .editor__quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.editor-note .quote__box {
    max-width: 233px;
    border: 1px solid #e5e4e4;
    background-color: #f6f6f6;
}
.editor-note .quote__heading {
    padding: 0 10px 10px;
    color: #fff;
    background-color: #2092ab;
}
.editor-note .quote__heading .meta-author {
    position: relative;
    top: -17px;
}
.editor-note h5 {
    margin-bottom: 0;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}
.editor-note blockquote {
    border: none;
    margin: 0;
    padding: 25px 35px 45px 38px;
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: -.3px;
    color: #7f7f7f;
    hyphens: auto;
    line-height: 1.4;
}
.editor-note blockquote.no-hyphen {
    hyphens: none;
    padding-right: 30px;
}
.editor-note .product__image {
    padding-left: 46px;
}
.testimonial-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border: 1px solid #e5e4e4;
    margin-top: 5px;
    margin-bottom: 28px;
    padding: 20px 40px 20px 24px;
}
.testimonial-box .author {
    width: 64px;
}
.testimonial-box .meta-author {
    width: 64px;
    height: 64px;
    font-size: 27px;
}
.testimonial-box .testimonial__text {
    width: -moz-calc(100% - 64px);
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
    padding-left: 24px;
}
.testimonial-box .testimonial__text h4 {
    margin-bottom: 4px;
    font-family: "Roboto Condensed", "Times New Roman", Times, serif;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: -.3px;
    color: #7d7d7d;
}
.testimonial-box .testimonial__text h5 {
    margin-bottom: 16px;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #a1a0a0;
}
.testimonial-box .testimonial__text p {
    font-size: 13px;
    line-height: 20px;
    color: #585858;
    letter-spacing: -.2px;
}
.compare-table h3 {
    margin-bottom: 15px;
    font-size: 26px;
    letter-spacing: -.8px;
}
.compare-table .rating__star li {
    padding: 0 1px;
    font-size: 16px;
}
.compare-table .table__product {
    width: 317px;
}
.compare-table .table__rating {
    width: 123px;
}
.compare-table .table__overview {
    width: 447px;
}
.compare-table .table__learn {
    width: 160px;
}
.compare-table .table-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 0 auto;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 11px;
    letter-spacing: .7px;
    color: #fff;
    background-color: #2a2a2a;
}
.compare-table .table-header>div {
    padding: 15px;
}
.compare-table .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    margin: 0 auto;
    border: 1px solid transparent;
    border-bottom-color: #d2d2d2;
}
.compare-table .table-row.table-row_dark {
    background-color: #efefef;
}
.compare-table .table-row>div {
    padding: 10px 0 6px;
}
.compare-table .table-row .product__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.compare-table .table-row .product__content .row-number span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #fff;
    background-color: #2092ab;
}
.compare-table .table-row .product__content .product__image {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 107px;
    padding-left: 16px;
}
.compare-table .table-row .product__content .product__name {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 183px;
    padding-bottom: 10px;
}
.compare-table .table-row .product__content .product__name a {
    text-decoration: none;
    color: #494949;
    letter-spacing: -.2px;
}
.compare-table .table-row .table__rating {
    padding-top: 0;
}
.compare-table .table-row .table__learn {
    padding-top: 2px;
    padding-left: 10px;
}
.compare-table .table-row .rating__content {
    font-family: "Roboto Condensed", "Times New Roman", Times, serif;
    font-size: 20px;
    letter-spacing: -.2px;
}
.compare-table .table-row .rating__content .rating__star {
    margin-top: 3px;
}
.compare-table .table-row .rating__content .rating__star img {
    width: 78px;
}
.compare-table .table-row .overview__content {
    padding-left: 50px;
}
.compare-table .table-row .overview__content li {
    font-size: 13px;
    letter-spacing: -.2px;
}
.compare-table .table-row .overview__content li::before {
    top: 7px;
    background-color: #a1a1a1;
}
.compare-table .table-row.table-row_active {
    position: relative;
    width: 100%;
    padding: 0 45px;
    border-color: #2092ab;
    -webkit-box-shadow: 1.5px 2.598px 7px 0 rgba(0, 0, 0, .31);
    box-shadow: 1.5px 2.598px 7px 0 rgba(0, 0, 0, .31);
}
.compare-table .table-row.table-row_active .product__content .product__name a {
    text-decoration: underline;
    color: #2092ab;
}
.compare-table .table-row.table-row_active .btn-default {
    border-color: #e08112;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, #d27400, #e39f00);
    background-image: -o-linear-gradient(0deg, #d27400, #e39f00);
    background-image: linear-gradient(0deg, #d27400, #e39f00);
}
.compare-table .table-row.table-row_active .btn-default::before {
    border-top-color: #f2d300;
}
.compare-table .table-row:hover .product__content .product__name a {
    text-decoration: underline;
    color: #2092ab;
}
.compare-table .table-row:hover .btn-default {
    border-color: #e08112;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, #d27400, #e39f00);
    background-image: -o-linear-gradient(0deg, #d27400, #e39f00);
    background-image: linear-gradient(0deg, #d27400, #e39f00);
}
.compare-table .table-row:hover .btn-default::before {
    border-top-color: #f2d300;
}
.compare-table .btn-default {
    position: relative;
    min-width: 120px;
    border-color: #cfcfcf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 11px 15px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: .7px;
    color: #fff;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, #909191, #b4b5b5);
    background-image: -o-linear-gradient(0deg, #909191, #b4b5b5);
    background-image: linear-gradient(0deg, #909191, #b4b5b5);
}
.compare-table .btn-default::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.graphs {
    margin-bottom: 25px;
}
.summary-box {
    margin-bottom: 35px;
}
.summary-box summary {
    border: 1px solid #e6e5e5;
    padding: 26px 15px 35px;
    background-color: #f6f6f6;
}
.summary-box summary::after, .summary-box summary::before {
    display: none;
}
.summary-box summary h5 {
    margin-bottom: 20px;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.8px;
}
.summary-box summary .list-square {
    max-width: 920px;
    margin: 0 auto;
}
.summary-box summary .list-square li {
    margin-bottom: 22px;
    padding-left: 28px;
    line-height: 22px;
    letter-spacing: -.2px;
}
.summary-box summary .list-square li:last-child {
    margin-bottom: 0;
}
.summary-box .result-list {
    padding-left: 23px;
}
.summary-box .result-list:nth-child(even) {
    padding-left: 40px;
}
@media (max-width:1199px) {
    .compare-table .table-header, .compare-table .table-row {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
.compare-table .table__product {
    width: 280px;
}
.compare-table .table__overview {
    width: 350px;
}
.compare-table .table__learn {
    width: 120px;
    padding-left: 0;
}
.compare-table .overview__content {
    padding: 0 15px;
}
.compare-table .table-row .product__content .product__name {
    width: 170px;
    padding-left: 15px;
}
.compare-table .table-row .product__content .product__image {
    width: 80px;
}
.compare-table .table-row.table-row_active, .compare-table .table-row:hover {
    padding: 0 20px;
}
}@media (max-width:991px) {
    .page-heading h1 {
    margin-bottom: 4px;
    font-size: 36px;
}
.page-heading h2 {
    font-size: 17px;
}
.page-heading .meta {
    margin-bottom: 5px;
}
.product-review .rating__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 0;
    text-align: left;
    background-color: transparent;
}
.product-review .rating__box::before {
    display: none;
}
.product-review .rating__box h5 {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #3c3939;
    letter-spacing: .5px;
}
.product-review .rating__box .rating__outof {
    margin-bottom: 0;
    padding: 0 15px 0 6px;
    font-size: 32px;
    letter-spacing: -.3px;
}
.product-review .rating__box .rating__star ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2px;
}
.product-review .rating__box .rating__star ul li {
    margin-bottom: 0;
    padding: 0 1.5px;
    font-size: 20px;
}
.product-review .product-image figure {
    margin-bottom: 11px;
}
.product-review .product-image figure:last-child {
    margin-bottom: 20px;
}
.product-review .section-button {
    margin-bottom: 20px;
}
.product-review .product-review-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.product-review .product-review-text .editor-pros {
    width: 50%;
    padding-left: 48px;
}
.editor-note blockquote {
    font-size: 22px;
}
.compare-table .table-row {
    padding: 0;
}
.compare-table .table-row:hover {
    padding: 0;
}
.compare-table .table__product {
    width: 322px;
}
.compare-table .table__rating {
    width: 140px;
}
.compare-table .table__overview {
    display: none;
}
.compare-table .table__learn {
    width: 208px;
    padding-left: 0;
    text-align: center;
}
.media-image {
    margin-bottom: 30px;
}
.summary-box .result-list {
    padding-left: 15px;
}
.summary-box .result-list:nth-child(even) {
    padding-left: 15px;
}
.summary-box .result-list:not(:last-child) {
    margin-bottom: 22px;
}
}@media (max-width:767px) {
    .page-content {
    padding: 3.125vw 0 6.25vw;
}
.page-content h2 {
    margin-bottom: 2.96vw;
    font-size: 7.81vw;
    letter-spacing: -.2vw;
}
.page-content h3 {
    margin-bottom: 2.96vw;
    font-size: 6.875vw;
}
.page-content p {
    margin-bottom: 7.5vw;
    font-size: 4.375vw;
    line-height: 6.875vw;
}
.page-content ul:not(:last-child) {
    margin-bottom: 8.59vw;
}
.page-content .list-square li {
    margin-bottom: 1vw;
    padding-left: 4.68vw;
    font-size: 4.375vw;
    letter-spacing: -.08vw;
}
.page-content .list-square li::before {
    width: 1.56vw;
    height: 1.56vw;
    top: 2.5vw;
}
.page-content .list-negative li, .page-content .list-positive li {
    margin-bottom: 4.68vw;
    padding-left: 6.875vw;
    font-size: 4.375vw;
    line-height: 6.875vw;
    letter-spacing: -.08vw;
}
.page-content .list-negative li::before, .page-content .list-positive li::before {
    width: 4.68vw;
    height: 4.68vw;
    top: 1.25vw;
    background-position: left top;
    background-size: 100%}
.page-content .list-negative li:last-child, .page-content .list-positive li:last-child {
    margin-bottom: 0;
}
.page-content .page-heading {
    margin-bottom: 6vw;
}
.page-content .page-heading h1 {
    margin-bottom: 1.2vw;
    font-size: 9.06vw;
}
.page-content .page-heading h2 {
    margin-bottom: 4vw;
    font-size: 4.375vw;
    line-height: 1.4;
    letter-spacing: -.1vw;
}
.page-content .page-heading .meta .meta-author {
    margin-right: 3vw;
}
.page-content .page-heading .meta ul li {
    font-size: 3.59vw;
    letter-spacing: -.1vw;
}
.page-content .meta-author {
    width: 10.93vw;
    height: 10.93vw;
    font-size: 4.375vw;
}
.page-content .content-box {
    margin-bottom: 9vw;
}
.page-heading .meta {
    margin-bottom: 3.2vw;
}
.product-review .product-image figure .editors-choice {
    max-width: 23.43vw;
    right: 1.56vw;
}
.product-review .editor-rating {
    margin-bottom: 4vw;
}
.product-review ul:not(:last-child) {
    margin-bottom: 4.21vw;
}
.product-review .rating__box {
    border-bottom: .156vw solid #dcdcdc;
    padding-bottom: 2vw;
}
.product-review .rating__box h5 {
    font-size: 3.28vw;
    letter-spacing: .12vw;
}
.product-review .rating__box .rating__outof {
    padding: 0 3.5vw 0 3vw;
    font-size: 6vw;
    letter-spacing: -.2vw;
}
.product-review .rating__box .rating__star ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -.39vw;
}
.product-review .rating__box .rating__star ul li {
    padding: 0 .39vw;
    font-size: 5.25vw;
}
.product-review .product-image {
    margin-bottom: 6vw;
    padding: 0;
}
.product-review .product-image figure {
    margin-bottom: 4.6vw;
}
.product-review .product-image figure:last-child {
    margin-bottom: 0;
}
.product-review .section-button {
    padding: 0 4.68vw;
    margin-bottom: 0;
}
.product-review .product-review-text {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}
.product-review .product-review-text .editor-pros {
    width: 100%;
    margin-bottom: 6.25vw;
    padding-left: 0;
}
.product-review .product-review-text .editor-pros:last-child {
    margin-bottom: 0;
}
.editor-note {
    margin-bottom: 5vw;
}
.editor-note h5 {
    font-size: 2.81vw;
}
.editor-note .product__image {
    margin-bottom: 9.06vw;
    padding: 0;
}
.editor-note .product__image img {
    width: 100%}
.editor-note .editor__quote {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.editor-note .quote__box {
    max-width: 57.03vw;
}
.editor-note .quote__box .quote__heading {
    padding: 0 2.5vw 2.5vw;
}
.editor-note .quote__box .meta-author {
    top: -5.465vw;
}
.editor-note blockquote {
    padding: 6.25vw 9.375vw 10.5vw;
    font-size: 6.4vw;
    letter-spacing: -.2vw;
}
.testimonial-content {
    padding: 0;
}
.testimonial-box {
    margin-bottom: 6vw;
    padding: 6.25vw 4.68vw 4.68vw;
}
.testimonial-box .author {
    position: absolute;
    top: 5.5vw;
    left: 4.68vw;
}
.testimonial-box .author .meta-author {
    width: 15.15vw;
    height: 15.15vw;
    font-size: 6.4vw;
}
.testimonial-box .testimonial__text {
    width: 100%;
    padding: 0;
}
.testimonial-box .testimonial__text h4 {
    padding-left: 20.31vw;
    font-size: 6.71vw;
}
.testimonial-box .testimonial__text h5 {
    margin-bottom: 7vw;
    padding-left: 20.31vw;
    font-size: 2.96vw;
    letter-spacing: .3vw;
}
.testimonial-box .testimonial__text p {
    font-size: 4.06vw;
    line-height: 6.25vw;
}
.compare-table h3 {
    margin-bottom: 3.75vw;
    padding: 0 2.34vw;
    font-size: 6.875vw;
}
.compare-table .rating__star li {
    padding: 0 .15vw;
    font-size: 4vw;
}
.compare-table .table-header, .compare-table .table-row {
    width: 100%}
.compare-table .table-header>div {
    padding: 3.9vw 0;
    font-size: 3.43vw;
}
.compare-table .table-row.table-row_active, .compare-table .table-row:hover {
    padding: 0;
}
.compare-table .table-row>div {
    padding: 1.875vw .46vw;
}
.compare-table .table-row .product__content .row-number span {
    width: 7.03vw;
    height: 7.03vw;
    font-size: 3.9vw;
}
.compare-table .table-row .product__content .product__image {
    width: -moz-calc(100% - 10vw);
    width: -webkit-calc(100% - 10vw);
    width: calc(100% - 10vw);
    padding: 0 1vw;
}
.compare-table .table-row .product__content .product__image img {
    margin: 0 auto;
}
.compare-table .table-row .product__content .product__name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: -moz-calc(100% - 10vw);
    width: -webkit-calc(100% - 10vw);
    width: calc(100% - 10vw);
    margin-left: 8vw;
    padding: 0;
    font-size: 3.9vw;
}
.compare-table .table-row .rating__content {
    font-size: 5.46vw;
}
.compare-table .table-row .rating__content .rating__star img {
    max-width: 20.78vw;
}
.compare-table .table-row .table__rating {
    padding: 0;
}
.compare-table .table-row .table__learn {
    padding: 0 2.35vw 0 0;
}
.compare-table .table__product {
    width: 40vw;
}
.compare-table .table__rating {
    width: 24vw;
}
.compare-table .table__learn {
    width: 35vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.compare-table .btn-default {
    min-width: 10px;
    width: 25.15vw;
    padding: 2.5vw;
    font-size: 3.125vw;
    line-height: 3.6vw;
    white-space: inherit;
}
.summary-box {
    padding: 0;
}
.summary-box summary {
    border-width: .156vw 0;
    padding: 6.25vw 7.81vw 7.81vw 4.375vw;
}
.summary-box summary h5 {
    margin-bottom: 7vw;
    font-size: 4.375vw;
}
.summary-box summary .list-square li {
    margin-bottom: 3.43vw;
    padding-left: 4.06vw;
    font-size: 4.375vw;
    line-height: 6.25vw;
}
.summary-box .result-list {
    padding: 0 4.68vw;
}
.summary-box .result-list:not(:last-child) {
    margin-bottom: 3.43vw;
}
.media-image {
    margin-bottom: 6.25vw;
}
.graphs {
    margin-bottom: 2.34vw;
}
.graphs .graph-box:not(:last-child) {
    margin-bottom: 6.25vw;
}
}.footer {
    padding: 25px 0 45px;
    background-color: #f1f1f1;
}
.footer p {
    max-width: 760px;
    margin: 0 auto 20px;
    font-size: 12px;
    color: #6f6f6f;
}
.footer p.copyrights {
    margin-bottom: 0;
    color: #585858;
}
.footer ul {
    margin-bottom: 20px;
}
.footer li {
    position: relative;
}
.footer li:not(:last-child)::after {
    position: relative;
    display: inline-block;
    content: '|';
    color: #585858;
    margin-left: 10px;
}
.footer li a, .footer li span {
    font-size: 12px;
    color: #585858;
    cursor: pointer;
}
.footer .footer-logo {
    margin-bottom: 15px;
}
@media (max-width:767px) {
    .footer {
    padding: 9.375vw 0;
}
.footer .container {
    padding: 2.34vw;
}
.footer ul {
    margin-bottom: 1.5vw;
}
.footer li {
    margin-bottom: 2vw;
    padding: 0 0 0 3.5vw;
}
.footer li:not(:last-child)::after {
    margin-left: 3vw;
    font-size: 4.06vw;
}
.footer li a {
    font-size: 4.06vw;
}
.footer li:first-child {
    padding-left: 0;
}
.footer p {
    margin-bottom: 3.125vw;
    font-size: 4.06vw;
    letter-spacing: -.1vw;
}
.footer .footer-logo {
    margin-bottom: 6.25vw;
}
}.page-content-home {
    padding: 24px 0 35px;
}
.page-content-home h1, .page-content-home h2, .page-content-home h3 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.page-content-home h2, .page-content-home h3 {
    font-weight: 300;
}
.page-content-home .hero-section .btn {
    white-space: inherit;
}
.hero-section {
    border: 1px solid #dadada;
    margin-bottom: 30px;
}
.hero-section h1 {
    margin-bottom: 25px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 51px;
    letter-spacing: -1.5px;
}
.hero-section h1>span {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 46px;
    font-style: italic;
    letter-spacing: 9px;
    color: #2092ab;
}
.hero-section h1 strong {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 52px;
    font-style: italic;
    letter-spacing: -1px;
    color: #bfbfbf;
}
.hero-section h1 strong span {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 57px;
    font-weight: 100;
    font-style: normal;
    letter-spacing: -.2px;
    color: #333;
}
.hero-section h6 {
    margin-bottom: 19px;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #2092ab;
}
.hero-section .h6like {
    margin-bottom: 19px;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #2092ab;
    font-weight: 500;
    line-height: 1.1;
}
.hero-section p {
    line-height: 22px;
    letter-spacing: -.6px;
}
.hero-section .hero-image {
    padding: 0;
}
.hero-section .hero-image img {
    max-width: none;
}
.hero-section .hero-content {
    padding: 28px 40px 30px 65px;
}
.we-select {
    margin-bottom: 40px;
}
.we-select h2 {
    margin-bottom: 14px;
    font-size: 33px;
    letter-spacing: -1px;
}
.we-select h5 {
    margin-bottom: 0;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.we-select p {
    max-width: 791px;
    margin: 0 auto 18px;
    letter-spacing: -.2px;
    line-height: 22px;
}
.we-select .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 52px;
    margin-bottom: 10px;
}
.we-select .icon.icon-rating {
    padding-left: 17px;
}
.we-select .icon.icon-review {
    padding-left: 12px;
}
.top-cream .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 62px;
    background-color: #222;
}
.top-cream .heading h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 61px;
    letter-spacing: -.2px;
    line-height: 55px;
    color: #5acee7;
}
.top-cream .heading h2 strong {
    position: relative;
    padding-right: 40px;
    font-weight: 500;
    letter-spacing: -1.4px;
}
.top-cream .heading h2 strong span {
    font-weight: 100;
}
.top-cream .heading h2 strong::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 21px;
    top: 50%;
    right: 19px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("../images/icon-dot.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.top-cream .heading h2 small {
    font-size: 34px;
    font-weight: 100;
    color: #fff;
}
.top-cream .heading h2 small span:not(.year) {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-style: italic;
    color: #727171;
}
.top-cream .heading h2 small span.year {
    font-size: 34px;
    color: #5acee7;
}
.cream-product-listing {
    counter-reset: section;
}
.cream-box {
    position: relative;
    border-bottom: 1px solid #b7b7b7;
    padding: 28px 0;
}
.cream-box h3 {
    font-size: 26px;
    letter-spacing: -.5px;
}
.cream-box p {
    margin-bottom: 23px;
    line-height: 22px;
    letter-spacing: -.34px;
}
.cream-box p.hyphen {
    hyphens: auto;
    letter-spacing: -.38px;
}
.cream-box .btn {
    min-width: 216px;
    padding: 14px 20px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.7px;
}
.cream-box .product-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.cream-box .product-info {
    padding-top: 10px;
    padding-left: 10px;
}
.cream-box .product-info.product-info-large {
    padding-top: 25px;
}
.cream-box .cream-rating {
    padding-right: 0;
    padding-left: 25px;
}
.cream-box .rating-table {
    border: 1px solid #c3e1e8;
    -webkit-box-shadow: 2px 4px 7px 0 rgba(0, 0, 0, .31);
    box-shadow: 2px 4px 7px 0 rgba(0, 0, 0, .31);
}
.cream-box .rating-table h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.5px;
}
.cream-box .rating-table .rating-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.cream-box .rating-table .rating-value span {
    margin-right: 15px;
/*    font-family: "Roboto Condensed", "Times New Roman", Times, serif; */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.3px;
}
.cream-box .rating-table .rating-value .rating__star li .fa {
    color: #46c7e3;
}
.cream-box .rating-table .rating-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    padding: 11px 20px 10px 26px;
}
.cream-box .rating-table .rating-row:last-child {
    border: none;
    padding-bottom: 13px;
}
.cream-box .rating-table .rating-header {
    background-color: #e5f4f7;
    padding: 14px 20px 11px 26px;
}
.cream-box .rating-table .rating-header h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -.5px;
}
.cream-box .rating-table .rating-header .rating__star li {
    padding: 0 1px;
    font-size: 18px;
}
.cream-box .rating-table .rating-header .rating__star li .fa {
    color: #e39f00;
}
.cream-box .rating-table .rating-header span {
    font-size: 16px;
}
.cream-box::before {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    counter-increment: section;
    content: counter(section);
    width: 31px;
    height: 31px;
    left: 0;
/*    font-family: "Roboto Condensed", "Times New Roman", Times, serif; */
    font-size: 22px;
    color: #fff;
    background-color: #3c3c3c;
    z-index: 1;
}
.cream-box:first-child {
    padding-top: 15px;
}
.cream-box:last-child {
    border: none;
}
.cream-box.cream-box-first .product-image {
    padding-bottom: 15px;
}
.cream-box.cream-box-first .product-info {
    padding-top: 25px;
}
@media screen and (max-width:1199px) {
    .page-content-home {
    padding: 16px 0 35px;
}
.hero-section h1 {
    margin-bottom: 15px;
    font-size: 49px;
    line-height: 40px;
}
.hero-section h1>span {
    font-size: 37px;
}
.hero-section h1 strong {
    font-size: 42px;
}
.hero-section h1 strong span {
    font-size: 45px;
}
.hero-section p {
    font-size: 13px;
    line-height: 18px;
}
.hero-section .hero-image img {
    max-width: 100%}
.hero-section .hero-content {
    padding: 30px 30px 20px;
}
}@media screen and (max-width:991px) {
    .page-content-home .container {
    padding-right: 15px;
    padding-left: 15px;
}
.hero-section {
    border-width: 1px 0;
    margin-right: -24px;
    margin-left: -24px;
}
.hero-section h1>span {
    letter-spacing: 7.6px;
}
.hero-section h6 {
    margin-bottom: 15px;
}
.hero-section p {
    hyphens: auto;
    letter-spacing: -.45px;
}
.hero-section .hero-content {
    padding: 25px 30px 10px 25px;
}
.we-select {
    margin-bottom: 30px;
}
.we-select .icon.icon-review {
    padding-left: 17px;
}
.top-cream .heading {
    margin-right: -24px;
    margin-left: -24px;
}
.cream-box .btn {
    display: block;
    max-width: 215px;
    margin-right: auto;
    margin-left: auto;
}
.cream-box .product-image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.cream-box .product-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 15px 15px 0 15px;
}
.cream-box .cream-rating {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
}
}@media screen and (max-width:767px) {
    .page-content-home {
    padding: 2.34vw 0;
}
.page-content-home .container {
    padding-right: 4.68vw;
    padding-left: 4.68vw;
}
.hero-section {
    border: none;
    margin-right: -4.68vw;
    margin-bottom: 7.8vw;
    margin-left: -4.68vw;
}
.hero-section h1 {
    margin-bottom: 4.68vw;
    font-size: 13.43vw;
    line-height: 11.33vw;
    letter-spacing: -.5vw;
}
.hero-section h1>span {
    font-size: 10.15vw;
    letter-spacing: 1.2vw;
}
.hero-section h1 strong {
    font-size: 11.56vw;
    letter-spacing: -.15vw;
    letter-spacing: -.25vw;
}
.hero-section h1 strong span {
    font-size: 12.18vw;
}
.hero-section h6 {
    margin-bottom: 4vw;
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 1.12vw;
}
.hero-section p {
    font-size: 4.375vw;
    hyphens: none;
    line-height: 6.875vw;
    letter-spacing: 0;
}
.hero-section .hero-content {
    padding: 4.68vw 4.375vw 2.34vw 7.8vw;
}
.we-select {
    margin-bottom: 3.5vw;
}
.we-select h2 {
    margin-bottom: 4.68vw;
    font-size: 9.06vw;
    letter-spacing: -.2vw;
}
.we-select h5 {
    font-size: 3.25vw;
    font-weight: 400;
    letter-spacing: .2vw;
}
.we-select p {
    font-size: 4.375vw;
    line-height: 6.875vw;
}
.we-select .icon {
    height: 12.96vw;
    margin-bottom: 3.75vw;
}
.we-select .icon img {
    max-width: 12.96vw;
    max-height: 12.96vw;
}
.top-cream .heading {
    height: auto;
    margin-right: -4.68vw;
    margin-left: -4.68vw;
    padding: 3.68vw 2.34vw 5.2vw;
}
.top-cream .heading h2 {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    letter-spacing: .1vw;
    line-height: .85;
}
.top-cream .heading h2>span, .top-cream .heading h2>strong {
    display: block;
}
.top-cream .heading h2 strong {
    padding-right: 0;
    font-size: 14.06vw;
}
.top-cream .heading h2 strong::before {
    display: none;
}
.top-cream .heading h2 small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    letter-spacing: -.2vw;
    font-size: 8.59vw;
}
.top-cream .heading h2 small span:not(.year) {
    padding: 0 1.875vw;
    font-size: 7.96vw;
}
.top-cream .heading h2 small span.year {
    font-size: 8.59vw;
}
.cream-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 5.625vw 0 7.81vw;
}
.cream-box h3 {
    margin-bottom: 3.125vw;
    font-size: 7.81vw;
    letter-spacing: -.1vw;
}
.cream-box p {
    margin-bottom: 4.68vw;
    font-size: 4.375vw;
    line-height: 6.875vw;
    letter-spacing: -.1vw;
}
.cream-box .btn {
    display: block;
    max-width: 73vw;
    margin: 0 auto;
    padding: 4.8vw;
    font-size: 3.75vw;
    line-height: 4.06vw;
    letter-spacing: .3vw;
}
.cream-box .product-image {
    padding: 0 2.34vw;
}
.cream-box .product-info {
    margin-top: 7.8125vw;
    padding: 0;
}
.cream-box .product-info.product-info-large {
    padding: 0;
}
.cream-box .cream-rating .rating-table h4 {
    font-size: 3.5vw;
    letter-spacing: -.1vw;
}
.cream-box .cream-rating .rating-table .rating-value span {
    font-size: 3.75vw;
    letter-spacing: -.1vw;
}
.cream-box .cream-rating .rating-table .rating-value .rating__star li {
    padding: 0 .15vw;
    font-size: 4.1vw;
}
.cream-box .cream-rating .rating-table .rating-row {
    padding: 3.125vw 4.68vw;
}
.cream-box .cream-rating .rating-table .rating-header {
    padding: 4vw 4.68vw;
}
.cream-box .cream-rating .rating-table .rating-header span {
    font-size: 4.21vw;
}
.cream-box .cream-rating .rating-table .rating-header .rating-value .rating__star li {
    font-size: 4.65vw;
}
.cream-box:first-child {
    padding: 5.625vw 0 7.81vw;
}
.cream-box:first-child .product-image {
    padding: 2.34vw 4.68vw 0;
}
.cream-box:first-child .cream-rating {
    margin-top: -2.35vw;
}
.cream-box.cream-box-first .product-image {
    padding: 2.34vw 4.68vw 0;
}
.cream-box.cream-box-first .product-info {
    padding: 0;
}
}.hero-section-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    height: 368px;
    border: 1px solid #dadada;
    margin-bottom: 30px;
    padding: 45px 45px 67px;
    background-color: #fff;
    background-image: url("../images/review/hero-desktop.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}
.hero-section-review h1 {
    margin-bottom: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 65px;
    letter-spacing: -1.5px;
}
.hero-section-review h1>span {
    display: block;
    font-family: "Kepler Std", serif;
    font-weight: 400;
    font-size: 55px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 9px;
    color: #2092ab;
}
.hero-section-review h6 {
    margin-bottom: 28px;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #2092ab;
}
.hero-section-review .h6like {
    margin-bottom: 28px;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #2092ab;
    font-weight: 500;
    line-height: 1.1;
}
.hero-section-review .hero-content {
    max-width: 433px;
    text-align: center;
}
.hero-section-review .hero-content.wide {
    max-width: 553px;
}
.hero-section-review .hero-content.extrawide {
    max-width: 760px;
    margin-top: 15%!important;
}
.hero-section-review .hero-content.extrawide2 {
    max-width: 760px;
    margin-top: 15%!important;
}
.review-content {
    margin-bottom: 28px;
}
.review-content h2 {
    margin-bottom: 22px;
    font-size: 33px;
    letter-spacing: -.8px;
}
.review-content h3 {
    font-family: "Roboto Condensed", "Times New Roman", Times, serif;
    font-size: 26px;
    color: #2092ab;
    letter-spacing: -.8px;
}
.review-content h3 span {
    margin-right: 15px;
}
.review-content>h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.review-content p {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.2px;
}
.review-content p:last-child {
    margin-bottom: 0;
}
.review-content .list-square {
    margin-bottom: 22px;
}
.review-content .list-square li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 17px;
    font-size: 15px;
    letter-spacing: -.2px;
}
.review-content .list-square li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 7px;
    left: 1px;
    background-color: #2092ab;
}
.review-content .list-square li:last-child {
    margin-bottom: 3px;
}
.review-content .list-square:last-child {
    margin-bottom: 3px;
}
.review-content:last-child {
    margin-bottom: 0;
}
.review-content .content-icon {
    min-width: 95px;
}
.review-content .content-icon h5 {
    margin: 0;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
}
.review-content .content-icon figure {
    min-height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
}
.review-content .description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 45px;
}
.review-content .description p {
    letter-spacing: -.15px;
}
.review-content.review-content-slider h3 {
    margin-bottom: 25px;
}
@media screen and (max-width:991px) {
    .hero-section-review {
    height: 322px;
    border-width: 1px 0;
    padding-right: 22px;
    background-image: url("../images/review/hero-tablet.jpg");
    margin-right: -24px;
    margin-left: -24px;
}
.review-content h3 {
    margin-bottom: 25px;
}
.review-content .description {
    padding-left: 35px;
}
}@media screen and (max-width:767px) {
    .hero-section-review {
    height: 57.5vw;
    border-top: none;
    margin-top: -2.34vw;
    margin-right: -4.68vw;
    margin-bottom: 7.8vw;
    margin-left: -4.68vw;
    padding: 0 1.75vw 0 0;
    background-image: url("../images/review/hero-mobile.jpg");
    background-size: 100%}
.hero-section-review h1 {
    font-size: 9.375vw;
    line-height: 1.1;
    letter-spacing: -.5vw;
}
.hero-section-review h1>span {
    font-size: 9.53vw;
    letter-spacing: 1.2vw;
}
.hero-section-review h6 {
    margin-bottom: 4vw;
    padding-left: 7vw;
    font-size: 1.875vw;
    letter-spacing: .85vw;
}
.hero-section-review .hero-content {
    max-width: 68.75vw;
}
.hero-section-review .hero-content.wide {
    max-width: 78.75vw;
}
.hero-section-review .hero-content.extrawide {
    max-width: 100% vw;
    margin-top: 15%!important;
}
.hero-section-review .hero-content.extrawide2 {
    max-width: 100% vw;
    margin-top: 35%!important;
}
.review-content h2 {
    margin-bottom: 4.68vw;
    font-size: 9.06vw;
    letter-spacing: -.12vw;
}
.review-content p {
    margin-bottom: 8vw;
    font-size: 4.375vw;
    line-height: 6.875vw;
}
.review-content h3 {
    margin-bottom: 5.5vw;
    font-size: 6.875vw;
    letter-spacing: -.12vw;
}
.review-content h3 .icon {
    width: 15.31vw;
    margin-right: 3.43vw;
}
.review-content h3 .icon img {
    width: 100%}
.review-content .list-square {
    margin-bottom: 5.31vw;
}
.review-content .list-square li {
    margin-bottom: 1.56vw;
    padding-left: 5.15vw;
    font-size: 4.375vw;
}
.review-content .list-square li::before {
    width: 1.56vw;
    height: 1.56vw;
    top: 2.3vw;
}
.review-content .list-square li:last-child {
    margin-bottom: 0;
}
.review-content .content-icon {
    width: 100%;
    margin-bottom: 6.5vw;
}
.review-content .content-icon figure {
    min-height: 15.625vw;
    margin-bottom: 3.28vw;
}
.review-content .content-icon figure img {
    max-width: 17.96vw;
    max-height: 100%}
.review-content .content-icon h5 {
    font-size: 3.9vw;
    letter-spacing: .3vw;
}
.review-content .description {
    padding: 0;
}
}.hero-section-product {
    background-image: url("../images/product/hero-desktop.jpg");
}
.hero-section-product .hero-content {
    margin-top: 55%;
    text-align: right;
}
.hero-section-product .hero-content.chromemargin {
    margin-top: 20%}
.generic-page {
    padding: 0 20px;
}
.generic-page ul {
    margin-bottom: 30px;
}
.product h2 {
    margin-bottom: 32px;
    font-size: 33px;
    letter-spacing: -.8px;
}
.product h3 {
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: -.2px;
    color: #050505;
}
.product h4 {
    margin-bottom: 24px;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    color: #848383;
}
.product img.inlineimage {
    float: right;
    margin: 0 0 10px 10px;
}
.product li {
    font-size: 13px;
    line-height: 19px;
    color: #585858;
    letter-spacing: -.3px;
}
.product p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 19px;
    color: #585858;
    letter-spacing: -.3px;
}
.product .btn-primary {
    position: relative;
    min-width: 133px;
    padding: 12px 25px;
    border-color: #3a8dd3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    letter-spacing: 1.3px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, #167b96, #35a4b9);
    background-image: -o-linear-gradient(0deg, #167b96, #35a4b9);
    background-image: linear-gradient(0deg, #167b96, #35a4b9);
    overflow: hidden;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.product .btn-primary::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border: 1px solid #52d5e0;
    border-right-color: rgba(255, 255, 255, .2);
    border-left-color: rgba(255, 255, 255, .2);
    border-bottom: transparent;
}
.product .btn-primary:focus, .product .btn-primary:hover {
    border-color: #3a8dd3;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, #169dbb, #169dbb);
    background-image: -o-linear-gradient(0deg, #169dbb, #169dbb);
    background-image: linear-gradient(0deg, #169dbb, #169dbb);
}
.product .btn-primary:focus::before, .product .btn-primary:hover::before {
    border-top-color: #3cdae6;
}
.product .product-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 249px;
}
.product .product-image.product-image-big {
    min-height: 269px;
}
.product .product-box {
    margin-bottom: 65px;
}
.product .product-box:first-child img, .product .product-box:nth-child(2) img {
    position: relative;
    bottom: -22px;
}
.product .product-box:last-child, .product .product-box:nth-last-child(2) {
    margin-bottom: 0;
}
.product .product-rating {
    font-family: "Roboto Condensed", "Times New Roman", Times, serif;
    font-size: 20px;
    letter-spacing: -.2px;
    color: #494949;
}
.product .product-rating .rating__star {
    margin-top: 5px;
    margin-bottom: 10px;
}
.product .product-rating .rating__star li {
    font-size: 18px;
}
@media screen and (max-width:991px) {
    .hero-section-product {
    height: 313px;
    padding: 0 30px 0 0;
    background-image: url("../images/product/hero-tablet.jpg");
}
.product p {
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
}
.product .generic-page p {
    max-width: 100%}
}@media screen and (max-width:767px) {
    .hero-section-product {
    height: 57.5vw;
    padding: 0 3.75vw 0 0;
    background-image: url("../images/product/hero-mobile.jpg");
}
.product h2 {
    margin-bottom: 9.75vw;
    font-size: 9.06vw;
    letter-spacing: -.12vw;
}
.product h3 {
    margin-bottom: 1.5vw;
    font-size: 6.875vw;
}
.product h4 {
    margin-bottom: 7.5vw;
    font-size: 3.43vw;
    font-weight: 400;
    letter-spacing: .6vw;
}
.product p {
    max-width: 81.25vw;
    margin-bottom: 4.68vw;
    font-size: 4.375vw;
    line-height: 6.25vw;
}
.product .btn-primary {
    padding: 3.675vw 8.125vw;
    font-size: 3.75vw;
    line-height: 4.06vw;
}
.product .product-rating {
    font-size: 6.56vw;
}
.product .product-rating .rating__star {
    margin-top: 1.5vw;
    margin-bottom: 3.125vw;
}
.product .product-image {
    min-height: 10px;
    max-height: 42.03vw;
}
.product .product-image img {
    max-width: 39vw;
    max-height: 42.03vw;
}
.product .product-image.product-image-big {
    min-height: 10px;
}
.product .product-box {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 7.81vw;
}
.product .product-box::after, .product .product-box::before {
    position: absolute;
    content: '';
    width: 4.68vw;
    height: .625vw;
    bottom: -.625vw;
    background-color: #fff;
}
.product .product-box::before {
    left: 0;
}
.product .product-box::after {
    right: 0;
}
.product .product-box:first-child img, .product .product-box:nth-child(2) img {
    bottom: 0;
}
.product .product-box:not(:first-child) {
    padding-top: 13vw;
}
.product .product-box:not(:last-child) {
    border-bottom: .625vw solid #d2d2d2;
}
}.modal-disclosure .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.modal-disclosure .modal-header {
    border: none;
    padding: 12px 0;
    background-color: #2092ab;
}
.modal-disclosure .modal-header img {
    max-width: 29.84vw;
    margin: 0 auto;
}
.modal-disclosure .modal-body {
    padding: 4.68vw;
}
.modal-disclosure .modal-body p {
    margin-bottom: 4.68vw;
    font-size: 4.375vw;
    line-height: 6.25vw;
    letter-spacing: -.1vw;
}
.modal-disclosure .modal-body p:last-child {
    margin-bottom: 0;
}
@media screen and (min-width:768px) {
    .modal-disclosure .modal-header img {
    width: 191px;
}
.modal-disclosure .modal-body {
    padding: 30px 50px;
}
.modal-disclosure .modal-body p {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -.2px;
}
}@media (min-width:768px) {
    .page-content-article h2 {
    font-size: 37px;
}
}.page-content-article .page-heading {
    margin-bottom: 0;
}
@media (min-width:768px) {
    .page-content-article .page-heading h1 {
    font-weight: 700;
    font-size: 50px;
}
}@media (max-width:767px) {
    .page-content-article .page-heading h1 {
    font-weight: 700;
}
}.page-content-article .page-heading h2 {
    margin-top: 5px;
    margin-bottom: 13px;
}
.page-content-article .page-heading h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 9px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.page-content-article .article-image {
    margin-top: 10px;
}
.page-content-article .article-image .img-responsive {
    width: 100%;
    height: auto;
}
.page-content-article .cream-box:first-child {
    border-top: 1px solid #b7b7b7;
}
.page-content-article .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-content-article .panel h3 {
    font-size: 16px;
}
.page-content-article .panel .panel-heading {
    border: 1px solid #dbdbdb;
    background-color: #f2f2f2;
    border-radius: 0;
}
.page-content-article .panel .panel-heading h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.page-content-article .list-square li {
    line-height: 30px;
}
.page-content-article .list-square li:before {
    width: 8px;
    height: 8px;
    top: 10px;
}
.page-content-article hr {
    color: #000;
}
.page-content-article .panel-gray-box {
    background-color: #f5f5f5;
    border: 4px solid #e5e5e5;
    border-radius: unset;
    padding: 5px;
}
.page-content-article .panel-gray-box .input-group-addon:first-child, .page-content-article .panel-gray-box input.form-control {
    border: none;
    background-color: #353535;
    color: #6d6d6d;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.page-content-article .panel-gray-box .input-group-addon {
    background-color: #353535;
    border-color: #353535;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.page-content-article .panel-gray-box input.form-control {
    height: 39px;
    border-radius: 0 5px 5px 0;
}
.page-content-article .panel-gray-box .fa-envelope:before, .page-content-article .panel-gray-box input.form-control::placeholder {
    color: #6d6d6d;
}
.page-content-article .panel-gray-box button[type=submit] {
    border-style: solid;
    border-width: 2px;
    border-color: #2092aa;
    border-radius: 3px;
    background-image: -moz-linear-gradient(90deg, #1e8da6 33%, #5de8ed 100%);
    background-image: -webkit-linear-gradient(90deg, #1e8da6 33%, #5de8ed 100%);
    background-image: -ms-linear-gradient(90deg, #1e8da6 33%, #5de8ed 100%);
    -moz-box-shadow: inset 0 3px 0 0 #5de8ed;
    -webkit-box-shadow: inset 0 3px 0 0 #5de8ed;
    box-shadow: inset 0 3px 0 0 #5de8ed;
    width: 100%;
    height: 40px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: Montserrat, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.page-content-article .panel.panel-default .panel-body .meta h4 {
    font-family: "Roboto Condensed", "Times New Roman", Times, serif;
    font-weight: 400;
    color: #454545;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
}
.page-content-article .panel.panel-default .panel-body .meta ul {
    margin-bottom: 10px;
}
.page-content-article .we-select h2 {
    margin-top: 14px;
    color: #292929;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.page-content-article .top-cream h2 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.page-content-article .top-cream .cream-box h3 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.page-content-article .top-cream .cream-box figure.product-image a img {
    margin-top: 60px;
}
.page-content-article .top-cream .cream-box .btn {
    margin: 0 auto;
    display: block;
    width: 216px;
}
.btn-social, .btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-social-icon>:first-child, .btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2);
}
.btn-group-lg>.btn-social.btn, .btn-group-lg>.btn.btn-social-icon, .btn-lg.btn-social-icon, .btn-social.btn-lg {
    padding-left: 61px;
}
.btn-group-lg>.btn-social.btn>:first-child, .btn-group-lg>.btn.btn-social-icon>:first-child, .btn-lg.btn-social-icon>:first-child, .btn-social.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}
.btn-group-sm>.btn-social.btn, .btn-group-sm>.btn.btn-social-icon, .btn-sm.btn-social-icon, .btn-social.btn-sm {
    padding-left: 38px;
}
.btn-group-sm>.btn-social.btn>:first-child, .btn-group-sm>.btn.btn-social-icon>:first-child, .btn-sm.btn-social-icon>:first-child, .btn-social.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-group-xs>.btn-social.btn, .btn-group-xs>.btn.btn-social-icon, .btn-social.btn-xs, .btn-xs.btn-social-icon {
    padding-left: 30px;
}
.btn-group-xs>.btn-social.btn>:first-child, .btn-group-xs>.btn.btn-social-icon>:first-child, .btn-social.btn-xs>:first-child, .btn-xs.btn-social-icon>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-social-icon {
    height: 34px;
    width: 34px;
    padding: 0;
    font-size: 12px;
}
.btn-social-icon>:first-child {
    border: none;
    text-align: center;
    width: 100%!important;
}
.btn-group-lg>.btn-social-icon.btn, .btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}
.btn-group-sm>.btn-social-icon.btn, .btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}
.btn-group-xs>.btn-social-icon.btn, .btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}
.btn-adn {
    background-color: #d87a68;
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2);
}
.btn-adn.focus, .btn-adn:focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-adn.active, .btn-adn:active, .open>.btn-adn.dropdown-toggle {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-adn.active.focus, .btn-adn.active:focus, .btn-adn.active:hover, .btn-adn:active.focus, .btn-adn:active:focus, .btn-adn:active:hover, .open>.btn-adn.dropdown-toggle.focus, .open>.btn-adn.dropdown-toggle:focus, .open>.btn-adn.dropdown-toggle:hover {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, .2);
}
.btn-adn.active, .btn-adn:active, .open>.btn-adn.dropdown-toggle {
    background-image: none;
}
.btn-adn.disabled.focus, .btn-adn.disabled:focus, .btn-adn.disabled:hover, .btn-adn[disabled].focus, .btn-adn[disabled]:focus, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn.focus, fieldset[disabled] .btn-adn:focus, fieldset[disabled] .btn-adn:hover {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2);
}
.btn-adn .badge {
    color: #d87a68;
    background-color: #fff;
}
.btn-bitbucket {
    background-color: #205081;
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2);
}
.btn-bitbucket.focus, .btn-bitbucket:focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2);
}
.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2);
}
.btn-bitbucket.active, .btn-bitbucket:active, .open>.btn-bitbucket.dropdown-toggle {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2);
}
.btn-bitbucket.active.focus, .btn-bitbucket.active:focus, .btn-bitbucket.active:hover, .btn-bitbucket:active.focus, .btn-bitbucket:active:focus, .btn-bitbucket:active:hover, .open>.btn-bitbucket.dropdown-toggle.focus, .open>.btn-bitbucket.dropdown-toggle:focus, .open>.btn-bitbucket.dropdown-toggle:hover {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, .2);
}
.btn-bitbucket.active, .btn-bitbucket:active, .open>.btn-bitbucket.dropdown-toggle {
    background-image: none;
}
.btn-bitbucket.disabled.focus, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled].focus, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket.focus, fieldset[disabled] .btn-bitbucket:focus, fieldset[disabled] .btn-bitbucket:hover {
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2);
}
.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff;
}
.btn-dropbox {
    background-color: #1087dd;
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2);
}
.btn-dropbox.focus, .btn-dropbox:focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2);
}
.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2);
}
.btn-dropbox.active, .btn-dropbox:active, .open>.btn-dropbox.dropdown-toggle {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2);
}
.btn-dropbox.active.focus, .btn-dropbox.active:focus, .btn-dropbox.active:hover, .btn-dropbox:active.focus, .btn-dropbox:active:focus, .btn-dropbox:active:hover, .open>.btn-dropbox.dropdown-toggle.focus, .open>.btn-dropbox.dropdown-toggle:focus, .open>.btn-dropbox.dropdown-toggle:hover {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, .2);
}
.btn-dropbox.active, .btn-dropbox:active, .open>.btn-dropbox.dropdown-toggle {
    background-image: none;
}
.btn-dropbox.disabled.focus, .btn-dropbox.disabled:focus, .btn-dropbox.disabled:hover, .btn-dropbox[disabled].focus, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox.focus, fieldset[disabled] .btn-dropbox:focus, fieldset[disabled] .btn-dropbox:hover {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2);
}
.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff;
}
.btn-facebook {
    background-color: #3b5998;
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2);
    background-color: #4977bb;
}
.btn-facebook.focus, .btn-facebook:focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2);
}
.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2);
}
.btn-facebook.active, .btn-facebook:active, .open>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2);
}
.btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover, .open>.btn-facebook.dropdown-toggle.focus, .open>.btn-facebook.dropdown-toggle:focus, .open>.btn-facebook.dropdown-toggle:hover {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, .2);
}
.btn-facebook.active, .btn-facebook:active, .open>.btn-facebook.dropdown-toggle {
    background-image: none;
}
.btn-facebook.disabled.focus, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover, .btn-facebook[disabled].focus, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook.focus, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2);
}
.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff;
}
.btn-flickr {
    background-color: #ff0084;
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2);
}
.btn-flickr.focus, .btn-flickr:focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2);
}
.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2);
}
.btn-flickr.active, .btn-flickr:active, .open>.btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2);
}
.btn-flickr.active.focus, .btn-flickr.active:focus, .btn-flickr.active:hover, .btn-flickr:active.focus, .btn-flickr:active:focus, .btn-flickr:active:hover, .open>.btn-flickr.dropdown-toggle.focus, .open>.btn-flickr.dropdown-toggle:focus, .open>.btn-flickr.dropdown-toggle:hover {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, .2);
}
.btn-flickr.active, .btn-flickr:active, .open>.btn-flickr.dropdown-toggle {
    background-image: none;
}
.btn-flickr.disabled.focus, .btn-flickr.disabled:focus, .btn-flickr.disabled:hover, .btn-flickr[disabled].focus, .btn-flickr[disabled]:focus, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr.focus, fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr:hover {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2);
}
.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff;
}
.btn-foursquare {
    background-color: #f94877;
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2);
}
.btn-foursquare.focus, .btn-foursquare:focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2);
}
.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2);
}
.btn-foursquare.active, .btn-foursquare:active, .open>.btn-foursquare.dropdown-toggle {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2);
}
.btn-foursquare.active.focus, .btn-foursquare.active:focus, .btn-foursquare.active:hover, .btn-foursquare:active.focus, .btn-foursquare:active:focus, .btn-foursquare:active:hover, .open>.btn-foursquare.dropdown-toggle.focus, .open>.btn-foursquare.dropdown-toggle:focus, .open>.btn-foursquare.dropdown-toggle:hover {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, .2);
}
.btn-foursquare.active, .btn-foursquare:active, .open>.btn-foursquare.dropdown-toggle {
    background-image: none;
}
.btn-foursquare.disabled.focus, .btn-foursquare.disabled:focus, .btn-foursquare.disabled:hover, .btn-foursquare[disabled].focus, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare.focus, fieldset[disabled] .btn-foursquare:focus, fieldset[disabled] .btn-foursquare:hover {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2);
}
.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff;
}
.btn-github {
    background-color: #444;
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, .2);
}
.btn-github.focus, .btn-github:focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-github.active, .btn-github:active, .open>.btn-github.dropdown-toggle {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-github.active.focus, .btn-github.active:focus, .btn-github.active:hover, .btn-github:active.focus, .btn-github:active:focus, .btn-github:active:hover, .open>.btn-github.dropdown-toggle.focus, .open>.btn-github.dropdown-toggle:focus, .open>.btn-github.dropdown-toggle:hover {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, .2);
}
.btn-github.active, .btn-github:active, .open>.btn-github.dropdown-toggle {
    background-image: none;
}
.btn-github.disabled.focus, .btn-github.disabled:focus, .btn-github.disabled:hover, .btn-github[disabled].focus, .btn-github[disabled]:focus, .btn-github[disabled]:hover, fieldset[disabled] .btn-github.focus, fieldset[disabled] .btn-github:focus, fieldset[disabled] .btn-github:hover {
    background-color: #444;
    border-color: rgba(0, 0, 0, .2);
}
.btn-github .badge {
    color: #444;
    background-color: #fff;
}
.btn-google {
    background-color: #dd4b39;
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2);
}
.btn-google.focus, .btn-google:focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2);
}
.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2);
}
.btn-google.active, .btn-google:active, .open>.btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2);
}
.btn-google.active.focus, .btn-google.active:focus, .btn-google.active:hover, .btn-google:active.focus, .btn-google:active:focus, .btn-google:active:hover, .open>.btn-google.dropdown-toggle.focus, .open>.btn-google.dropdown-toggle:focus, .open>.btn-google.dropdown-toggle:hover {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, .2);
}
.btn-google.active, .btn-google:active, .open>.btn-google.dropdown-toggle {
    background-image: none;
}
.btn-google.disabled.focus, .btn-google.disabled:focus, .btn-google.disabled:hover, .btn-google[disabled].focus, .btn-google[disabled]:focus, .btn-google[disabled]:hover, fieldset[disabled] .btn-google.focus, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google:hover {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2);
}
.btn-google .badge {
    color: #dd4b39;
    background-color: #fff;
}
.btn-instagram {
    background-color: #3f729b;
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-instagram.focus, .btn-instagram:focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2);
}
.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2);
}
.btn-instagram.active, .btn-instagram:active, .open>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2);
}
.btn-instagram.active.focus, .btn-instagram.active:focus, .btn-instagram.active:hover, .btn-instagram:active.focus, .btn-instagram:active:focus, .btn-instagram:active:hover, .open>.btn-instagram.dropdown-toggle.focus, .open>.btn-instagram.dropdown-toggle:focus, .open>.btn-instagram.dropdown-toggle:hover {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, .2);
}
.btn-instagram.active, .btn-instagram:active, .open>.btn-instagram.dropdown-toggle {
    background-image: none;
}
.btn-instagram.disabled.focus, .btn-instagram.disabled:focus, .btn-instagram.disabled:hover, .btn-instagram[disabled].focus, .btn-instagram[disabled]:focus, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram.focus, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram:hover {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff;
}
.btn-linkedin {
    background-color: #007bb6;
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2);
}
.btn-linkedin.focus, .btn-linkedin:focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2);
}
.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2);
}
.btn-linkedin.active, .btn-linkedin:active, .open>.btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2);
}
.btn-linkedin.active.focus, .btn-linkedin.active:focus, .btn-linkedin.active:hover, .btn-linkedin:active.focus, .btn-linkedin:active:focus, .btn-linkedin:active:hover, .open>.btn-linkedin.dropdown-toggle.focus, .open>.btn-linkedin.dropdown-toggle:focus, .open>.btn-linkedin.dropdown-toggle:hover {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-linkedin.active, .btn-linkedin:active, .open>.btn-linkedin.dropdown-toggle {
    background-image: none;
}
.btn-linkedin.disabled.focus, .btn-linkedin.disabled:focus, .btn-linkedin.disabled:hover, .btn-linkedin[disabled].focus, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin.focus, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin:hover {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2);
}
.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff;
}
.btn-microsoft {
    background-color: #2672ec;
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2);
}
.btn-microsoft.focus, .btn-microsoft:focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2);
}
.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2);
}
.btn-microsoft.active, .btn-microsoft:active, .open>.btn-microsoft.dropdown-toggle {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2);
}
.btn-microsoft.active.focus, .btn-microsoft.active:focus, .btn-microsoft.active:hover, .btn-microsoft:active.focus, .btn-microsoft:active:focus, .btn-microsoft:active:hover, .open>.btn-microsoft.dropdown-toggle.focus, .open>.btn-microsoft.dropdown-toggle:focus, .open>.btn-microsoft.dropdown-toggle:hover {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, .2);
}
.btn-microsoft.active, .btn-microsoft:active, .open>.btn-microsoft.dropdown-toggle {
    background-image: none;
}
.btn-microsoft.disabled.focus, .btn-microsoft.disabled:focus, .btn-microsoft.disabled:hover, .btn-microsoft[disabled].focus, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft.focus, fieldset[disabled] .btn-microsoft:focus, fieldset[disabled] .btn-microsoft:hover {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2);
}
.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff;
}
.btn-odnoklassniki {
    background-color: #f4731c;
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, .2);
}
.btn-odnoklassniki.focus, .btn-odnoklassniki:focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, .2);
}
.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, .2);
}
.btn-odnoklassniki.active, .btn-odnoklassniki:active, .open>.btn-odnoklassniki.dropdown-toggle {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, .2);
}
.btn-odnoklassniki.active.focus, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki:active.focus, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active:hover, .open>.btn-odnoklassniki.dropdown-toggle.focus, .open>.btn-odnoklassniki.dropdown-toggle:focus, .open>.btn-odnoklassniki.dropdown-toggle:hover {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, .2);
}
.btn-odnoklassniki.active, .btn-odnoklassniki:active, .open>.btn-odnoklassniki.dropdown-toggle {
    background-image: none;
}
.btn-odnoklassniki.disabled.focus, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled].focus, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki.focus, fieldset[disabled] .btn-odnoklassniki:focus, fieldset[disabled] .btn-odnoklassniki:hover {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, .2);
}
.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff;
}
.btn-openid {
    background-color: #f7931e;
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2);
}
.btn-openid.focus, .btn-openid:focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2);
}
.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2);
}
.btn-openid.active, .btn-openid:active, .open>.btn-openid.dropdown-toggle {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2);
}
.btn-openid.active.focus, .btn-openid.active:focus, .btn-openid.active:hover, .btn-openid:active.focus, .btn-openid:active:focus, .btn-openid:active:hover, .open>.btn-openid.dropdown-toggle.focus, .open>.btn-openid.dropdown-toggle:focus, .open>.btn-openid.dropdown-toggle:hover {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, .2);
}
.btn-openid.active, .btn-openid:active, .open>.btn-openid.dropdown-toggle {
    background-image: none;
}
.btn-openid.disabled.focus, .btn-openid.disabled:focus, .btn-openid.disabled:hover, .btn-openid[disabled].focus, .btn-openid[disabled]:focus, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid.focus, fieldset[disabled] .btn-openid:focus, fieldset[disabled] .btn-openid:hover {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2);
}
.btn-openid .badge {
    color: #f7931e;
    background-color: #fff;
}
.btn-pinterest {
    background-color: #cb2027;
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2);
    background-color: #f16261;
}
.btn-pinterest.focus, .btn-pinterest:focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-pinterest.active, .btn-pinterest:active, .open>.btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-pinterest.active.focus, .btn-pinterest.active:focus, .btn-pinterest.active:hover, .btn-pinterest:active.focus, .btn-pinterest:active:focus, .btn-pinterest:active:hover, .open>.btn-pinterest.dropdown-toggle.focus, .open>.btn-pinterest.dropdown-toggle:focus, .open>.btn-pinterest.dropdown-toggle:hover {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, .2);
}
.btn-pinterest.active, .btn-pinterest:active, .open>.btn-pinterest.dropdown-toggle {
    background-image: none;
}
.btn-pinterest.disabled.focus, .btn-pinterest.disabled:focus, .btn-pinterest.disabled:hover, .btn-pinterest[disabled].focus, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest.focus, fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest:hover {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2);
}
.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff;
}
.btn-reddit {
    background-color: #eff7ff;
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2);
}
.btn-reddit.focus, .btn-reddit:focus {
    color: #000;
    background-color: #bcdeff;
    border-color: rgba(0, 0, 0, .2);
}
.btn-reddit:hover {
    color: #000;
    background-color: #bcdeff;
    border-color: rgba(0, 0, 0, .2);
}
.btn-reddit.active, .btn-reddit:active, .open>.btn-reddit.dropdown-toggle {
    color: #000;
    background-color: #bcdeff;
    border-color: rgba(0, 0, 0, .2);
}
.btn-reddit.active.focus, .btn-reddit.active:focus, .btn-reddit.active:hover, .btn-reddit:active.focus, .btn-reddit:active:focus, .btn-reddit:active:hover, .open>.btn-reddit.dropdown-toggle.focus, .open>.btn-reddit.dropdown-toggle:focus, .open>.btn-reddit.dropdown-toggle:hover {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, .2);
}
.btn-reddit.active, .btn-reddit:active, .open>.btn-reddit.dropdown-toggle {
    background-image: none;
}
.btn-reddit.disabled.focus, .btn-reddit.disabled:focus, .btn-reddit.disabled:hover, .btn-reddit[disabled].focus, .btn-reddit[disabled]:focus, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit.focus, fieldset[disabled] .btn-reddit:focus, fieldset[disabled] .btn-reddit:hover {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2);
}
.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000;
}
.btn-soundcloud {
    background-color: #f50;
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2);
}
.btn-soundcloud.focus, .btn-soundcloud:focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2);
}
.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2);
}
.btn-soundcloud.active, .btn-soundcloud:active, .open>.btn-soundcloud.dropdown-toggle {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2);
}
.btn-soundcloud.active.focus, .btn-soundcloud.active:focus, .btn-soundcloud.active:hover, .btn-soundcloud:active.focus, .btn-soundcloud:active:focus, .btn-soundcloud:active:hover, .open>.btn-soundcloud.dropdown-toggle.focus, .open>.btn-soundcloud.dropdown-toggle:focus, .open>.btn-soundcloud.dropdown-toggle:hover {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, .2);
}
.btn-soundcloud.active, .btn-soundcloud:active, .open>.btn-soundcloud.dropdown-toggle {
    background-image: none;
}
.btn-soundcloud.disabled.focus, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled].focus, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud.focus, fieldset[disabled] .btn-soundcloud:focus, fieldset[disabled] .btn-soundcloud:hover {
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2);
}
.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff;
}
.btn-tumblr {
    background-color: #2c4762;
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2);
}
.btn-tumblr.focus, .btn-tumblr:focus {
    color: #fff;
    background-color: #1c2e3f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2e3f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-tumblr.active, .btn-tumblr:active, .open>.btn-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #1c2e3f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-tumblr.active.focus, .btn-tumblr.active:focus, .btn-tumblr.active:hover, .btn-tumblr:active.focus, .btn-tumblr:active:focus, .btn-tumblr:active:hover, .open>.btn-tumblr.dropdown-toggle.focus, .open>.btn-tumblr.dropdown-toggle:focus, .open>.btn-tumblr.dropdown-toggle:hover {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, .2);
}
.btn-tumblr.active, .btn-tumblr:active, .open>.btn-tumblr.dropdown-toggle {
    background-image: none;
}
.btn-tumblr.disabled.focus, .btn-tumblr.disabled:focus, .btn-tumblr.disabled:hover, .btn-tumblr[disabled].focus, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr.focus, fieldset[disabled] .btn-tumblr:focus, fieldset[disabled] .btn-tumblr:hover {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2);
}
.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff;
}
.btn-twitter {
    background-color: #55acee;
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2);
    background-color: #63cdf1;
}
.btn-twitter.focus, .btn-twitter:focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter.active, .btn-twitter:active, .open>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter.active.focus, .btn-twitter.active:focus, .btn-twitter.active:hover, .btn-twitter:active.focus, .btn-twitter:active:focus, .btn-twitter:active:hover, .open>.btn-twitter.dropdown-toggle.focus, .open>.btn-twitter.dropdown-toggle:focus, .open>.btn-twitter.dropdown-toggle:hover {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter.active, .btn-twitter:active, .open>.btn-twitter.dropdown-toggle {
    background-image: none;
}
.btn-twitter.disabled.focus, .btn-twitter.disabled:focus, .btn-twitter.disabled:hover, .btn-twitter[disabled].focus, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter.focus, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:hover {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter .badge {
    color: #55acee;
    background-color: #fff;
}
.btn-vimeo {
    background-color: #1ab7ea;
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vimeo.focus, .btn-vimeo:focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vimeo.active, .btn-vimeo:active, .open>.btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vimeo.active.focus, .btn-vimeo.active:focus, .btn-vimeo.active:hover, .btn-vimeo:active.focus, .btn-vimeo:active:focus, .btn-vimeo:active:hover, .open>.btn-vimeo.dropdown-toggle.focus, .open>.btn-vimeo.dropdown-toggle:focus, .open>.btn-vimeo.dropdown-toggle:hover {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vimeo.active, .btn-vimeo:active, .open>.btn-vimeo.dropdown-toggle {
    background-image: none;
}
.btn-vimeo.disabled.focus, .btn-vimeo.disabled:focus, .btn-vimeo.disabled:hover, .btn-vimeo[disabled].focus, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo.focus, fieldset[disabled] .btn-vimeo:focus, fieldset[disabled] .btn-vimeo:hover {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff;
}
.btn-vk {
    background-color: #587ea3;
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vk.focus, .btn-vk:focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vk.active, .btn-vk:active, .open>.btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vk.active.focus, .btn-vk.active:focus, .btn-vk.active:hover, .btn-vk:active.focus, .btn-vk:active:focus, .btn-vk:active:hover, .open>.btn-vk.dropdown-toggle.focus, .open>.btn-vk.dropdown-toggle:focus, .open>.btn-vk.dropdown-toggle:hover {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vk.active, .btn-vk:active, .open>.btn-vk.dropdown-toggle {
    background-image: none;
}
.btn-vk.disabled.focus, .btn-vk.disabled:focus, .btn-vk.disabled:hover, .btn-vk[disabled].focus, .btn-vk[disabled]:focus, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk.focus, fieldset[disabled] .btn-vk:focus, fieldset[disabled] .btn-vk:hover {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vk .badge {
    color: #587ea3;
    background-color: #fff;
}
.btn-yahoo {
    background-color: #720e9e;
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2);
}
.btn-yahoo.focus, .btn-yahoo:focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-yahoo.active, .btn-yahoo:active, .open>.btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-yahoo.active.focus, .btn-yahoo.active:focus, .btn-yahoo.active:hover, .btn-yahoo:active.focus, .btn-yahoo:active:focus, .btn-yahoo:active:hover, .open>.btn-yahoo.dropdown-toggle.focus, .open>.btn-yahoo.dropdown-toggle:focus, .open>.btn-yahoo.dropdown-toggle:hover {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, .2);
}
.btn-yahoo.active, .btn-yahoo:active, .open>.btn-yahoo.dropdown-toggle {
    background-image: none;
}
.btn-yahoo.disabled.focus, .btn-yahoo.disabled:focus, .btn-yahoo.disabled:hover, .btn-yahoo[disabled].focus, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo.focus, fieldset[disabled] .btn-yahoo:focus, fieldset[disabled] .btn-yahoo:hover {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2);
}
.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff;
}
@media(max-width:767px) {
    .page-content-article .top-cream .cream-box figure.product-image a img {
    margin-top: 0;
}
}@media (max-width:767px) {
    .compare-table .table-row .product__content .product__name {
    margin-left: 3vw!important;
}
.testimonial-box .author .meta-author {
    margin-top: -15px;
}
}