@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?k7xxof");
    src: url("../fonts/icomoon.eot?k7xxof#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?k7xxof") format("truetype"), url("../fonts/icomoon.woff?k7xxof") format("woff"), url("../fonts/icomoon.svg?k7xxof#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e907";
}

.icon-user:before {
    content: "\e906";
}

.icon-close:before {
    content: "\e905";
}

.icon-volume:before {
    content: "\e901";
}

.icon-play:before {
    content: "\e902";
}

.icon-pdf:before {
    content: "\e903";
}

.icon-arrow:before {
    content: "\e904";
}

.icon-search:before {
    content: "\e900";
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
	 ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
	 ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
	 ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
	 ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
	 ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.search-form .ui-menu,
.brands-list,

/* .footer-nav, */

.nav-list,
.filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff;
    font: 16px/1.3 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.section-title .subtitle,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
    line-height: 1.1;
}

h1,
.h1 {
    font-size: 34px;
}

h2,
.section-title .subtitle,
.h2 {
    font-size: 44px;
}

h3,
.h3 {
    font-size: 25px;
}

h4,
.h4 {
    font-size: 26px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 18px;
}

p {
    margin: 0 0 40px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    -webkit-transition: color .3s ease-out, background-color .3s ease-out, opacity .3s ease-out;
    transition: color .3s ease-out, background-color .3s ease-out, opacity .3s ease-out;
    color: #f72;
    text-decoration: none;
}

a:hover {
    color: #ee5c00;
}

address {
    font-style: normal;
}

.thin {
    font-weight: 300;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-transition: border-color .3s ease-out, background-color .3s ease-out, color .3s ease-out;
    transition: border-color .3s ease-out, background-color .3s ease-out, color .3s ease-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #e8eaed;
    padding: 9px 24px;
    width: 100%;
    border-radius: 6px;
    background-color: #e8eaed;
    outline: none;
    line-height: inherit;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #d9d9d9;
    background-color: #fff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #3c4043;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #3c4043;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #3c4043;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #3c4043;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #3c4043;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.input-holder {
    position: relative;
}

.search-form {
    font-size: 14px;
}

.search-form input {
    padding-left: 40px;
}

.search-form input:focus+label {
    color: #00aeef;
}

.search-form label {
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3e4245;
    font-size: 16px;
}

.search-form .ui-menu {
    position: absolute !important;
    z-index: 10;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    box-shadow: 0 2px 4px rgba(152, 152, 152, .5);
    border: 1px solid #d9d9d9;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}

.search-form .ui-menu::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -7px;
    left: -1px;
    right: -1px;
    height: 6px;
    background-color: #fff;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.search-form .ui-menu-item {
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    padding: 12px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
}

.search-form .ui-menu-item:hover {
    background-color: #f3f3f3;
}

.search-form .ui-menu-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
}

.custom-radio {
    position: relative;
}

.custom-radio input:checked+label::before {
    border-color: #00aeef;
}

.custom-radio input:checked+label::after {
    background-color: #00aeef;
}

.custom-radio label {
    display: block;
    padding-left: 30px;
    cursor: pointer;
}

.custom-radio label:hover {
    color: #00aeef;
}

.custom-radio label:hover::before {
    border-color: #00aeef;
}

.custom-radio label::before {
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #4f4f4f;
}

.custom-radio label::after {
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
}

body.sidebar-active {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container,
.main-content,
.header-inner,

/* .footer-inner, */

.section-intro .intro-content,
.section-types .types-inner {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto;
}

.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.main-content .content {
    width: 100%;
    padding-top: 20px;
}

.main-content .sidebar {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.logo {
    display: block;
    max-width: 250px;
}

.sign-in:hover {
    opacity: .8;
}

.item-box {
    margin-bottom: 20px;
}

.item-box:last-child {
    margin-bottom: 0;
}

.item-box .title {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #00aeef;
}

.brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.brands-list li {
    margin: 0 10px;
}

.brands-list a {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    display: block;
}

.brands-list a:hover {
    opacity: .8;
}

.hidden,
.ui-helper-hidden-accessible,
.custom-radio input,
.load-more-holder .load-more {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.load-more-holder.is-busy .preloader {
    display: block;
}

.sidebar-opener-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.sidebar-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #00aeef;
}

.sidebar-opener:hover {
    color: #0071f2;
}

.sidebar-opener .icon {
    margin-bottom: 2px;
    margin-right: 14px;
}

.sidebar-opener .line {
    width: 18px;
    height: 10px;
}

.overlay {
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
}

.sidebar-active .overlay {
    opacity: 1;
    visibility: visible;
}

.header {
    background-color: #00aeef;
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(128, 128, 128, .27);
}

.header-inner {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #00aeef;
}

.header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -11px;
    margin-left: 11px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-actions a {
    margin: 0 11px;
}

.header .form-holder {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    padding: 15px;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background-color: #00aeef;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header .form-holder form {
    width: 100%;
}

.search-active .header .form-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
}

.header .user {
    color: #fff;
    font-size: 32px;
}

.header .user:hover {
    color: #f72;
}

.search-opener {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-left: auto;
    font-size: 22px;
}

.search-opener:hover {
    color: #f72;
}

.search-opener .icon-close {
    display: none;
}

.search-active .search-opener .icon-close {
    display: block;
}

.search-active .search-opener .icon-search {
    display: none;
}


/*.footer {
    padding: 35px 0 50px;
    background-color: #f8f8f8;
    font-size: 14px;
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 35px;
    width: 100%;
}

.footer-nav {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -18px;
}

.footer-nav li {
    margin: 0 18px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer address {
    margin-bottom: 14px;
}

.footer a {
    color: #000;
}

.footer a:hover {
    color: #f72;
}*/

.sidebar {
    padding: 20px 19px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.btn {
    -webkit-transition: color .3s ease-out, opacity .3s ease-out, border-color .3s ease-out, box-shadow .3s ease-out, background-color .3s ease-out;
    transition: color .3s ease-out, opacity .3s ease-out, border-color .3s ease-out, box-shadow .3s ease-out, background-color .3s ease-out;
    display: inline-block;
    vertical-align: top;
    padding: 9px 24px;
    color: #00aeef;
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #00aeef;
    border-radius: 6px;
    font-weight: 600;
}

.btn:hover {
    background-color: #00aeef;
    color: #fff;
}

.btn-white {
    color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    background-color: #fff;
    color: #00aeef;
}

.btn-primary {
    padding: 11px 33px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #f72;
    border: 0;
    box-shadow: 0 2px 4px rgba(152, 152, 152, .5);
}

.btn-primary:hover {
    background-color: #ff9654;
}

.card {
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: box-shadow;
    padding: 21px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(152, 152, 152, .5);
    color: #000;
    height: 100%;
}

.card:hover {
    box-shadow: 3px 5px 6px rgba(152, 152, 152, .5);
    color: #000;
}

.card .text {
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 5px;
    width: 54%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 2px;
}

.card .btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card .btn-more .icon {
    margin-left: 12px;
    font-size: 78%;
}

.card .view {
    width: 46%;
}

.card .view-item {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.card .view-item .view-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: -.08em;
}

.card .view-item .thin {
    display: block;
    margin: 0 6%;
    font-weight: 300;
}

.card.large-size .view-text {
    font-size: 60px;
}

.card.yellow-mode .view-item {
    background-color: #ffd500;
}

.card.orange-mode .view-item {
    background-color: #f72;
}

.card.red-mode .view-item {
    background-color: #ff004d;
}

.card.green-mode .view-item {
    background-color: #00ae6e;
}

.card.purple-mode .view-item {
    background-color: #84008e;
}

.card.cyan-mode .view-item {
    background-color: #6fe2ef;
}

.card.blue-mode .view-item {
    background-color: #0059bf;
}

.interactive-card {
    display: block;
    color: #000;
    padding-bottom: 5px;
    height: 100%;
}

.interactive-card:hover {
    color: #000;
}

.interactive-card:hover .view {
    box-shadow: 3px 5px 6px rgba(152, 152, 152, .5);
}

.interactive-card:hover .view::before {
    opacity: 1;
    visibility: visible;
}

.interactive-card:hover .title {
    color: #7b7b7b;
}

.interactive-card .view {
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    position: relative;
    margin-bottom: 20px;
    padding-top: 65.4%;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(152, 152, 152, .5);
    background-image: -webkit-repeating-linear-gradient(142deg, #84008e, #84008e 12px, rgba(132, 0, 142, .5) 13px, rgba(132, 0, 142, .5) 15px, #84008e 16px, #84008e 17px);
    background-image: repeating-linear-gradient(-52deg, #84008e, #84008e 12px, rgba(132, 0, 142, .5) 13px, rgba(132, 0, 142, .5) 15px, #84008e 16px, #84008e 17px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.interactive-card .view::before {
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
}

.interactive-card .view .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.interactive-card .title {
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    padding-right: 40px;
    display: block;
    min-height: 50px;
    font-size: 18px;
}

.interactive-card.bg-purple .view,
.interactive-card.bg-purple .view::after {
    background-image: -webkit-repeating-linear-gradient(142deg, #84008e, #84008e 12px, rgba(132, 0, 142, .5) 13px, rgba(132, 0, 142, .5) 15px, #84008e 16px, #84008e 17px);
    background-image: repeating-linear-gradient(-52deg, #84008e, #84008e 12px, rgba(132, 0, 142, .5) 13px, rgba(132, 0, 142, .5) 15px, #84008e 16px, #84008e 17px);
}

.interactive-card.bg-cyan .view {
    background-image: -webkit-repeating-linear-gradient(142deg, #6fe2ef, #6fe2ef 12px, rgba(111, 226, 239, .5) 13px, rgba(111, 226, 239, .5) 15px, #6fe2ef 16px, #6fe2ef 17px);
    background-image: repeating-linear-gradient(-52deg, #6fe2ef, #6fe2ef 12px, rgba(111, 226, 239, .5) 13px, rgba(111, 226, 239, .5) 15px, #6fe2ef 16px, #6fe2ef 17px);
}

.interactive-card.bg-blue .view {
    background-image: -webkit-repeating-linear-gradient(142deg, #0059bf, #0059bf 12px, rgba(0, 89, 191, .5) 13px, rgba(0, 89, 191, .5) 15px, #0059bf 16px, #0059bf 17px);
    background-image: repeating-linear-gradient(-52deg, #0059bf, #0059bf 12px, rgba(0, 89, 191, .5) 13px, rgba(0, 89, 191, .5) 15px, #0059bf 16px, #0059bf 17px);
}

.interactive-card.bg-green .view {
    background-image: -webkit-repeating-linear-gradient(142deg, #00ae6e, #00ae6e 12px, rgba(0, 174, 110, .5) 13px, rgba(0, 174, 110, .5) 15px, #00ae6e 16px, #00ae6e 17px);
    background-image: repeating-linear-gradient(-52deg, #00ae6e, #00ae6e 12px, rgba(0, 174, 110, .5) 13px, rgba(0, 174, 110, .5) 15px, #00ae6e 16px, #00ae6e 17px);
}

.interactive-card.bg-orange .view {
    background-image: -webkit-repeating-linear-gradient(142deg, #f72, #f72 12px, rgba(255, 119, 34, .5) 13px, rgba(255, 119, 34, .5) 15px, #f72 16px, #f72 17px);
    background-image: repeating-linear-gradient(-52deg, #f72, #f72 12px, rgba(255, 119, 34, .5) 13px, rgba(255, 119, 34, .5) 15px, #f72 16px, #f72 17px);
}

.interactive-card.bg-yellow .view {
    background-image: -webkit-repeating-linear-gradient(142deg, #ffd500, #ffd500 12px, rgba(255, 213, 0, .5) 13px, rgba(255, 213, 0, .5) 15px, #ffd500 16px, #ffd500 17px);
    background-image: repeating-linear-gradient(-52deg, #ffd500, #ffd500 12px, rgba(255, 213, 0, .5) 13px, rgba(255, 213, 0, .5) 15px, #ffd500 16px, #ffd500 17px);
}

.interactive-card.bg-red .view {
    background-image: -webkit-repeating-linear-gradient(142deg, #ff004d, #ff004d 12px, rgba(255, 0, 77, .5) 13px, rgba(255, 0, 77, .5) 15px, #ff004d 16px, #ff004d 17px);
    background-image: repeating-linear-gradient(-52deg, #ff004d, #ff004d 12px, rgba(255, 0, 77, .5) 13px, rgba(255, 0, 77, .5) 15px, #ff004d 16px, #ff004d 17px);
}

.interactive-card.bg-green-light .view {
    background-image: -webkit-repeating-linear-gradient(142deg, #a7ee00, #a7ee00 12px, rgba(167, 238, 0, .5) 13px, rgba(167, 238, 0, .5) 15px, #a7ee00 16px, #a7ee00 17px);
    background-image: repeating-linear-gradient(-52deg, #a7ee00, #a7ee00 12px, rgba(167, 238, 0, .5) 13px, rgba(167, 238, 0, .5) 15px, #a7ee00 16px, #a7ee00 17px);
}

.interactive-card.bg-casals-color .view {
    background-image: -webkit-repeating-linear-gradient(142deg, #00aeef, #00aeef 12px, rgba(0, 174, 239, .5) 13px, rgba(0, 174, 239, .5) 15px, #00aeef 16px, #00aeef 17px);
    background-image: repeating-linear-gradient(-52deg, #00aeef, #00aeef 12px, rgba(0, 174, 239, .5) 13px, rgba(0, 174, 239, .5) 15px, #00aeef 16px, #00aeef 17px);
}

.type-item {
    padding: 45px 0 0;
    border-top: 1px solid #ececec;
}

.type-item:last-child {
    border-bottom: 1px solid #ececec;
}

.type-item .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.type-item .heading h3 {
    margin-bottom: 0;
}

.type-item .heading .btn {
    margin-left: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 16px;
    padding-right: 16px;
}

.type-item .items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.type-item .items-list .item-holder {
    width: 100%;
    padding: 0 13px;
    margin-bottom: 20px;
}

.nav {
    margin-bottom: 13px;
}

.nav-list {
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    /*Cris dixit: això és pq amb els canvis de text quedava massa curt*/
}

.nav-list li.active a {
    color: #fff;
}

.nav-list li.active a::before {
    background-color: #00aeef;
}

.nav-list a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 5px 0;
    color: inherit;
}

.nav-list a:hover {
    color: #00aeef;
}

.nav-list a::before {
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -99999px;
    right: 0;
    height: 100%;
    background-color: transparent;
    border-radius: 0 19px 19px 0;
}

.preloader {
    width: 42px;
    height: 42px;
    display: inline-block;
}

.preloader .paths {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateZ(0) scale(1) rotate(-12deg);
    transform: translateZ(0) scale(1) rotate(-12deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.preloader .paths div {
    box-sizing: content-box;
    left: 20px;
    top: 0;
    position: absolute;
    width: 2px;
    height: 10px;
    border-radius: 0 / 0;
    background: #a7ee00;
    -webkit-transform-origin: 2px 20px;
    -ms-transform-origin: 2px 20px;
    transform-origin: 2px 20px;
    -webkit-animation: blinking linear 1s infinite;
    animation: blinking linear 1s infinite;
}

.preloader .paths div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -.875s;
    animation-delay: -.875s;
}

.preloader .paths div:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s;
}

.preloader .paths div:nth-child(3) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.625s;
    animation-delay: -.625s;
}

.preloader .paths div:nth-child(4) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.preloader .paths div:nth-child(5) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.375s;
    animation-delay: -.375s;
}

.preloader .paths div:nth-child(6) {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation-delay: -.25s;
    animation-delay: -.25s;
}

.preloader .paths div:nth-child(7) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.125s;
    animation-delay: -.125s;
}

.preloader .paths div:nth-child(8) {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.theme-purple .preloader .paths div {
    background-color: #84008e;
}

.theme-cyan .preloader .paths div {
    background-color: #6fe2ef;
}

.theme-blue .preloader .paths div {
    background-color: #0059bf;
}

.theme-green .preloader .paths div {
    background-color: #00ae6e;
}

.theme-orange .preloader .paths div {
    background-color: #f72;
}

.theme-yellow .preloader .paths div {
    background-color: #ffd500;
}

.theme-red .preloader .paths div {
    background-color: #ff004d;
}

.filter-block {
    padding: 18px 0 26px;
    border-top: 1px solid #ececec;
}

.filter-block .title {
    display: block;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 18px;
}

.filter-list .filter-item {
    margin-bottom: 10px;
}

.filter-list .filter-item:last-child {
    margin-bottom: 0;
}

.section-intro {
    position: relative;
    padding: 44px 0 30px;
}

.section-intro .intro-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.section-intro h1 {
    margin-bottom: 10px;
}

.section-intro .text {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 34px;
}

.section-intro .intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-intro .intro-bg .img {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-intro .intro-bg .img-01a {
    z-index: 1;
    top: 17%;
    left: -39%;
    width: 60%;
    height: 36%;
}

.section-intro .intro-bg .img-01b {
    z-index: 0;
    top: 21%;
    left: 7%;
    width: 19%;
    height: 10%;
}

.section-intro .intro-bg .img-02a {
    z-index: 0;
    bottom: 4%;
    left: -18%;
    width: 34%;
    height: 31%;
}

.section-intro .intro-bg .img-02b {
    z-index: 1;
    bottom: 22%;
    left: -10%;
    width: 34%;
    height: 21%;
}

.section-intro .intro-bg .img-02c {
    z-index: 2;
    bottom: 23%;
    left: 14%;
    width: 20%;
    height: 15%;
}

.section-intro .intro-bg .img-02d {
    z-index: 3;
    bottom: 22%;
    left: -3%;
    width: 32%;
    height: 21%;
}

.section-intro .intro-bg .img-03a {
    top: -15%;
    right: -9%;
    width: 32%;
    height: 27%;
}

.section-intro .intro-bg .img-03b {
    top: 6%;
    right: -8%;
    width: 33%;
    height: 9%;
}

.section-intro .intro-bg .img-04a {
    z-index: 1;
    bottom: 4%;
    right: -7.5%;
    width: 43%;
    height: 39%;
}

.section-intro .intro-bg .img-04b {
    z-index: 0;
    bottom: 26%;
    right: -6.5%;
    width: 28%;
    height: 15%;
}

.section-intro .intro-bg .img-04c {
    z-index: 1;
    bottom: 37%;
    right: -30.6%;
    width: 43%;
    height: 35%;
}

.section-intro .intro-bg .img-05 {
    bottom: 0;
    right: 23%;
    width: 10%;
    height: 8%;
}

.section-cards {
    padding: 32px 0 10px;
    background-color: #f1f8fb;
    width: 100%;
    /*Cris dixit. sino a la pg ppal no ocupen tot l'ample*/
}

.section-cards a.card {
    flex-direction: unset;
    /*Cris dixit: sino, la card és fa massa alta*/
}

.section-cards .cards-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.section-cards .card-holder {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.section-types {
    padding: 50px 0 75px;
}

.section-title {
    min-height: 158px;
    padding: 22.5px 0;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #a7ee00;
    text-align: center;
    border-radius: 8px;
}

.section-title h2,
.section-title .subtitle {
    margin-bottom: 0;
    line-height: 1;
}

.section-title .subtitle {
    font-weight: 300;
}

.theme-purple .section-title {
    background-color: #84008e;
}

.theme-cyan .section-title {
    background-color: #6fe2ef;
}

.theme-blue .section-title {
    background-color: #0059bf;
}

.theme-green .section-title {
    background-color: #00ae6e;
}

.theme-orange .section-title {
    background-color: #f72;
}

.theme-yellow .section-title {
    background-color: #ffd500;
}

.theme-red .section-title {
    background-color: #ff004d;
}

.section-content-cards .cards-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-bottom: 100px;
}

.section-content-cards .card-holder {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 20px;
}

.section-content-cards .preloader {
    display: none;
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 375px) {
    .card {
        padding: 25px 20px 25px 23px;
    }
    .card .view-item .view-text {
        font-size: 55px;
    }
    .card.large-size .view-text {
        font-size: 70px;
    }
    .section-intro .intro-bg .img-01a {
        top: 17%;
        left: -35%;
        width: 54%;
        height: 36%;
    }
    .section-intro .intro-bg .img-02a {
        bottom: -1%;
        left: -16%;
        width: 39%;
        height: 31%;
    }
    .section-intro .intro-bg .img-04c {
        bottom: 37%;
        right: -25.6%;
        width: 43%;
        height: 35%;
    }
}

@media (min-width: 575px) {
    .card {
        padding: 29px 12px 26px 30px;
    }
    .card .text {
        width: 50%;
    }
    .card .view {
        width: 50%;
    }
    .card .view-item .view-text {
        font-size: 73px;
    }
    .card.large-size .view-text {
        font-size: 90px;
    }
    .section-intro {
        padding: 44px 0 55px;
    }
    .section-intro h1 {
        margin-bottom: 20px;
    }
    .section-intro .intro-bg .img-01a {
        top: 2%;
        left: -4%;
        width: 30%;
        height: 26%;
    }
    .section-intro .intro-bg .img-02a {
        bottom: 11%;
        left: -10%;
        width: 34%;
        height: 31%;
    }
    .section-intro .intro-bg .img-04c {
        bottom: 37%;
        right: -20.6%;
        width: 43%;
        height: 35%;
    }
    .section-content-cards .card-holder {
        width: 50%;
    }
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 52px;
    }
    .main-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .header-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    /* .footer-col {
        width: 50%;
        margin-left: auto;
    } */
    .card {
        padding: 25px 20px 25px 23px;
    }
    .card .text {
        width: 54%;
    }
    .card .view {
        width: 46%;
    }
    .card .view {
        width: 48%;
    }
    .card .view-item .view-text {
        font-size: 55px;
    }
    .card.large-size .view-text {
        font-size: 70px;
    }
    .type-item .items-list .item-holder {
        width: 50%;
    }
    .section-intro {
        padding: 44px 0 50px;
    }
    .section-intro .intro-content {
        font-size: 24px;
    }
    .section-intro h1 {
        margin-bottom: 24px;
    }
    .section-intro .text {
        max-width: 600px;
        margin-bottom: 40px;
    }
    .section-intro .intro-bg .img-01a {
        top: 7%;
        left: -4%;
        width: 27%;
        height: 29%;
    }
    .section-intro .intro-bg .img-02a {
        bottom: 5%;
        left: -12.6%;
        width: 34%;
        height: 41%;
    }
    .section-intro .intro-bg .img-02d {
        bottom: 9%;
        left: -6%;
        width: 32%;
        height: 15%;
    }
    .section-intro .intro-bg .img-03a {
        top: -10%;
        right: -9%;
        width: 32%;
        height: 30%;
    }
    .section-intro .intro-bg .img-03b {
        top: 12.5%;
        right: -7%;
        width: 32%;
        height: 10%;
    }
    .section-intro .intro-bg .img-04a {
        bottom: 3%;
        right: -9.5%;
        width: 43%;
        height: 35%;
    }
    .section-intro .intro-bg .img-04c {
        bottom: 22%;
        right: -27%;
        width: 43%;
        height: 50%;
    }
    .section-cards .card-holder {
        width: 50%;
    }
    .section-types {
        padding: 50px 0 100px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-content-cards .cards-inner {
        margin: 0 -15px;
    }
    .section-content-cards .card-holder {
        margin-bottom: 30px;
        padding: 0 15px;
    }
}

@media (min-width: 1024px) {
    h2,
    .section-title .subtitle,
    .h2 {
        font-size: 48px;
    }
    h3,
    .h3 {
        font-size: 33px;
    }
    h4,
    .h4 {
        font-size: 30px;
    }
    .search-form .ui-menu-item {
        padding: 13px 12px;
    }
    .main-content .content {
        width: calc(100% - 280px);
        padding-left: 30px;
    }
    .main-content .sidebar {
        width: 280px;
        margin-right: 0px;
    }
    .text-right {
        text-align: right;
    }
    .pl-1 {
        padding-left: 4%;
    }
    .hide-on-desktop {
        display: none !important;
    }
    .sidebar-opener-holder {
        display: none;
    }
    .header-inner {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .header-actions {
        margin-right: -15px;
        /* margin-left: 30px; Cris dixit */
    }
    .header-actions a {
        margin: 0 15px;
    }
    .header .form-holder {
        z-index: 1;
        padding: 0;
        max-width: 578px;
        position: relative;
        background-color: transparent;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .search-opener {
        display: none;
    }
    /* .footer-col {
        width: 33.33333%;
        margin-bottom: 0;
        margin-left: 0;
    }
    .footer-bottom {
        padding-top: 55px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer-nav {
        padding-top: 0;
    }
    .footer-logo {
        max-width: 250px;
        margin-bottom: 0;
    } */
    .card {
        padding: 30px 12px 28px 30px;
    }
    .card .text {
        width: 52%;
    }
    .card .view-item .view-text {
        font-size: 73px;
    }
    .card.large-size .view-text {
        font-size: 90px;
    }
    .interactive-card .title {
        font-size: 20px;
    }
    .type-item {
        padding: 45px 0 33px;
    }
    .type-item .items-list .item-holder {
        width: 25%;
        margin-bottom: 0;
    }
    .section-intro {
        padding: 132px 0 132px;
    }
    .section-intro h1 {
        margin-bottom: 10px;
    }
    .section-intro h1 br {
        display: none;
    }
    .section-intro .intro-bg .img-01a {
        top: 8%;
        left: 0;
        width: 24%;
        height: 32%;
    }
    .section-intro .intro-bg .img-02a {
        bottom: -1%;
        left: -10%;
        width: 34%;
        height: 56%;
    }
    .section-intro .intro-bg .img-02b {
        bottom: 21%;
        left: -8%;
        width: 34%;
        height: 30%;
    }
    .section-intro .intro-bg .img-02d {
        bottom: 3%;
        left: -4%;
        width: 32%;
        height: 22%;
    }
    .section-intro .intro-bg .img-03a {
        top: -23%;
        right: 2%;
        width: 32%;
        height: 46%;
    }
    .section-intro .intro-bg .img-03b {
        top: 9%;
        right: -10%;
        width: 33%;
        height: 12%;
    }
    .section-intro .intro-bg .img-04a {
        bottom: 3%;
        right: -5.5%;
        width: 43%;
        height: 59%;
    }
    .section-intro .intro-bg .img-04b {
        bottom: 18%;
        right: -6.5%;
        width: 29%;
        height: 20%;
    }
    .section-intro .intro-bg .img-04c {
        bottom: 12%;
        right: -25.6%;
        width: 43%;
        height: 69%;
    }
    .section-intro .intro-bg .img-05 {
        bottom: 0;
        right: 26%;
        width: 10%;
        height: 12%;
    }
    .section-types {
        padding: 50px 0 160px;
    }
    .section-content-cards .cards-inner {
        /* padding-bottom: 165px; */
        /* Mentre no tinguem el scroll que v a buscar més resultats, necessitem un paddin molt més petit */
        padding-bottom: 20px;
    }
    .section-content-cards .card-holder {
        width: 33.33333%;
    }
    .section-content-cards .preloader {
        bottom: 75px;
    }
}

@media (min-width: 1200px) {
    .header .logo {
        margin-right: 15px;
    }
    .section-cards .card-holder {
        width: 33.33333%;
    }
}

@media (max-width: 1023px) {
    .main-content .sidebar {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        margin: 0;
        position: fixed;
        z-index: 1500;
        top: 0;
        left: 0;
        width: 280px;
        height: 100%;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .sidebar-active .main-content .sidebar {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .hide-on-mobile {
        display: none !important;
    }
    .header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-intro .intro-bg .img-01b {
        display: none;
    }
    .section-intro .intro-bg .img-02c {
        display: none;
    }
    .section-cards .container,
    .section-cards .main-content,
    .section-cards .header-inner,
    .section-cards .footer-inner,
    .section-cards .section-intro .intro-content,
    .section-intro .section-cards .intro-content,
    .section-cards .section-types .types-inner,
    .section-types .section-cards .types-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
    .section-title .subtitle {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .card h4 {
        font-size: 30px;
    }
    .section-intro .intro-bg .img-02b {
        display: none;
    }
    .section-intro .intro-bg .img-04b {
        display: none;
    }
    .section-intro .intro-bg .img-05 {
        display: none;
    }
    .section-cards .container,
    .section-cards .main-content,
    .section-cards .header-inner,
    .section-cards .footer-inner,
    .section-cards .section-intro .intro-content,
    .section-intro .section-cards .intro-content,
    .section-cards .section-types .types-inner,
    .section-types .section-cards .types-inner {
        padding-left: 92px;
        padding-right: 92px;
    }
}

@media (max-width: 574px) {
    .card h4 {
        font-size: 26px;
    }
    .section-intro .intro-bg .img-02d {
        display: none;
    }
    .section-intro .intro-bg .img-04a {
        display: none;
    }
    .section-cards {
        padding-top: 20px;
    }
    .section-cards .container,
    .section-cards .main-content,
    .section-cards .header-inner,
    .section-cards .footer-inner,
    .section-cards .section-intro .intro-content,
    .section-intro .section-cards .intro-content,
    .section-cards .section-types .types-inner,
    .section-types .section-cards .types-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 374px) {
    .card h4 {
        font-size: 22px;
    }
}

@-webkit-keyframes blinking {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blinking {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* START: Footer section */

@font-face {
    font-family: "Open Sans";
    src: url('/templates/bold/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: "Open Sans Bold";
    src: url('/templates/bold/fonts/OpenSans-Bold.ttf');
}

.cercadorInfantil footer {
    background-color: #f8f8f8;
}

.cercadorInfantil .page-bottom-section {
    font-family: "Open Sans";
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.cercadorInfantil .footer {
    min-height: 150px;
}

.cercadorInfantil .footer a:hover {
    text-decoration: none;
}

.cercadorInfantil .footer>div+div {
    border-top: 1px solid #b9b9b9;
}

.cercadorInfantil .footer-logos-section {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px;
}

.cercadorInfantil .footer .social-icons {
    text-align: right;
    width: 100%;
    margin: 10px 0px;
}

.cercadorInfantil .footer-logos-section>div {
    margin: 5px;
}

.cercadorInfantil .footer-logos-section a>img {
    filter: contrast(0);
}

.cercadorInfantil .footer-logos-section a:hover>img {
    filter: contrast(1);
}

.cercadorInfantil .logo-footer {
    display: inline-flex !important;
    align-items: center
}

.cercadorInfantil .footer .footer-logos-section>div {
    display: inline-block;
}

.cercadorInfantil .sellos-footer .sellos-footer-content a {
    margin-right: 30px;
}

.cercadorInfantil .sellos-footer .sellos-footer-content a:hover {
    margin-right: 30px;
    text-decoration: none;
}

.cercadorInfantil .recursos-footer .recursos-footer-content a {
    margin-right: 30px;
    margin-left: 2px;
}

.cercadorInfantil .recursos-footer .recursos-footer-content a:hover {
    margin-right: 30px;
    text-decoration: none;
}

.cercadorInfantil .footer-address-section {
    font-size: 13px;
    padding: 20px;
}

.cercadorInfantil .footer-title {
    font-size: 15px;
    font-family: "Open Sans Bold", sans-serif;
}

.cercadorInfantil .company-name,
.cercadorInfantil .address-street,
.cercadorInfantil .copyright,
.cercadorInfantil .phonenumber,
.cercadorInfantil .legal-notice {
    white-space: nowrap;
}

.cercadorInfantil .company-name {
    font-family: "Open Sans Bold", sans-serif;
}

.cercadorInfantil .legal-notice {
    color: black;
    font-family: "Open Sans Bold", sans-serif;
}

.cercadorInfantil .legal-notice:hover {
    color: black;
}

.cercadorInfantil .footer-address-section {
    display: flex;
    flex-wrap: wrap;
}

.cercadorInfantil .footer-address-section .address {
    flex-grow: 1;
}

.cercadorInfantil .matepractic-image {
    filter: contrast(1) grayscale(100%) !important;
    opacity: .5;
}

.cercadorInfantil .matepractic-image:hover {
    filter: grayscale(0%) !important;
    opacity: 1;
}


/* END: Footer section */

.user-name {
    color: white;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-content-no-results {
    font-size: 20px;
    display: flex;
    justify-content: center;
}

a:hover {
    text-decoration: none;
}