/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400&display=swap');

* {
    box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.50
}

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

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: 0;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.mobile {
    display: none;
}

a {
    /* color: #a4664e; */
    color: #474646;
    text-decoration: none;
}

ul {
    margin-top: 0;
}

.marb_5 {
    margin-bottom: 5px !important;
}

.marb_10 {
    margin-bottom: 10px !important;
}

.marb_15 {
    margin-bottom: 15px !important;
}

.marb_20 {
    margin-bottom: 20px !important;
}

.marb_25 {
    margin-bottom: 25px !important;
}

.marb_30 {
    margin-bottom: 30px !important;
}

.marb_35 {
    margin-bottom: 35px !important;
}

.marb_40 {
    margin-bottom: 40px !important;
}

.marb_45 {
    margin-bottom: 45px !important;
}

.marb_50 {
    margin-bottom: 50px !important;
}

.marb_55 {
    margin-bottom: 55px !important;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.upper {
    text-transform: uppercase;
}

body {
    line-height: 1.65;
    font-size: 14px;
    font-family: 'Moderat';
    color: #3d3d3d;
}

body strong{
    font-family: 'Moderat-Bold';
    /*font-family: 'rutan_bold';*/
}

.contenidor_fills {
    overflow: hidden;
}

.contenidor_fills>div {
    width: 110%;
}

header {
    height: 109px;
    border-bottom: 1px solid #e3e3e3;
}

header nav {
    height: inherit;
}

.contenidor_centrat {
    width: 1200px;
    margin: auto;
}

.contenidor_centrat.main {
    margin: 50px auto;
}

#logo {
    display: inline-block;
    width: 132px;
    height: inherit;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

#logo img {
    width: 66px;
    display: block;
    margin: auto;
}

.form_login {
    width: 290px;
    right: 0px;
    background-color: #e9e9e9;
    text-align: left;
    padding: 20px;
    color: #3c3c3c;
    z-index: 500;
}

.link_recovery {
    font-size: 14px;
    margin-right: 10px;
    font-size: 12px;
    margin-right: 10px;
    text-transform: none;
    display: block;
    padding: 0 !important;
    letter-spacing: 0px !important;
}

.form_login button {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 13px;
    padding: 8px 12px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #8d6047;
    color: #FFF;
    margin-top: 20px;
    font-family: 'rutan_regular';
}

.form_login input {
    width: 100%;
    vertical-align: middle;
    padding: 8px 10px;
    border: 0;
    margin: 10px 0px;
    color: #8d6047;
    font-family: 'rutan_regular';
}

.form_login span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'rutan_demibold';
    color: #8d6047;
    font-size: 13px;
}

header nav>div.fr {
    width: 1068px;
}

#eines_top {
    background-color: #f7f7f7;
    text-align: right;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#eines_top>a, #eines_top>ul {
    /* color: #a4664e; */
    color: #474646;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin: 0;
    padding-left: 0;
}

#eines_top a {
    padding: 0px 18px;
    text-decoration: none;
}

#eines_top a i {
    margin-left: 3px;
    vertical-align: -1px;
    font-size: 14px;
}

#link_corporate {
    color: #FFF !important;
    background-color: #565555;
}

/*#idiomes 
			{
				list-style: none;
				padding-left: 0;
			}
			
				#idiomes span
				{
					height: 33px;
					line-height: 33px;
					display: block;
					padding: 0px 18px;
				}*/

#idiomes {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.35;
    display: inline-block;
    margin: 0;
}

#idiomes li {
    list-style: none;
    cursor: default;
    position: relative;
}

#idiomes>li {
    padding-bottom: 2px;
}

#idiomes li i {
    margin-left: 3px;
    vertical-align: -1px;
    font-size: 14px;
}

#idiomes li>span {
    /*color: #a8b7c2;
						display: block;
						text-decoration: none;
						padding:5px 0px 10px;
						letter-spacing:1px;*/
    height: 33px;
    line-height: 33px;
    display: block;
    padding: 0px 18px;
    /* color: #a4664e; */
    color: #474646;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#idiomes li>a {
    padding: 11px 10px !important;
    display: block;
    line-height: 1.25;
    border-top: 1px solid #FFF;
}

#idiomes li ul {
    background-color: #333;
    position: absolute;
    margin-top: 1px;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 900;
    left: 0;
    right: 0;
    max-height: 0;
    transition-property: max-height;
    transition-duration: .8s;
    transition-timing-function: ease;
    overflow-y: hidden;
}

#idiomes li:hover ul {
    max-height: 180px;
    z-index: 901;
}

#idiomes ul a, #idiomes ul a:hover {
    color: #FFF;
    padding: 2px 10px;
}

#menu_corporate {
    line-height: 1.25 !important;
    padding: 0;
}

#menu_corporate li>span {
    height: 33px;
    line-height: 33px;
    display: block;
    padding: 0px 18px;
    /* color: #a4664e; */
    color: #474646;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}

#menu_corporate li {
    position: relative;
}

#menu_corporate li>div {
    position: absolute;
    right: 0;
    z-index: 900;
    max-height: 0;
    transition-property: max-height;
    transition-duration: .5s;
    transition-timing-function: ease;
    overflow-y: hidden;
}

#menu_corporate.active li>div {
    max-height: 300px;
    z-index: 901;
}

#menu_corporate .form_login {
    width: 290px;
    right: 0px;
    background-color: #454545;
    text-align: left;
    padding: 20px;
    color: #3c3c3c;
    z-index: 500;
}

#menu_corporate .form_login button {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 13px;
    padding: 8px 12px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #a4a4a4;
    color: #ffffff;
    margin-top: 20px;
    font-family: 'rutan_regular';
}

#menu_corporate .link_recovery {
    color: #FFF;
}

#menu_corporate .form_login span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'rutan_regular';
    color: #ffffff;
    font-size: 13px;
}

#desplegador_menu {
    display: none;
}

#menu {
    padding-left: 63px;
    font-family: 'rutan_medium';
}

#menu li {
    list-style: none;
}

#menu {
    font-size: 14px;
    z-index: 9999;
    height: 75px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 63px;
    color: #3c3c3c;
    /*color: #105c0f !important;*/
}

#menu>li {
    display: inline-block;
    height: inherit;
    vertical-align: top;
}

#menu>li>a, #menu>li>span {
    border-top: 0px;
    height: inherit;
    line-height: 72px;
    text-transform: uppercase;
    color: #3c3c3c;
    display: block;
    text-decoration: none;
    padding-left: 25px;
    letter-spacing: 3px;
    width: 243px;
    font-family: 'Moderat-Light';
    /*text-shadow: 0px 0px 2px #d2d2d2;*/
}

#menu>li>span {
    cursor: default;
}

#menu li a i, #menu li span i {
    font-size: 20px;
    margin-left: 15px;
    width: 13px;
    vertical-align: -1px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    transform-origin: center center;
}

#menu li ul span i {
    display: none;
}

#menu li>ul, #menu li>div {
    position: absolute;
    z-index: 999;
    max-height: 0px;
    overflow-y: hidden;
    transition-property: max-height;
    transition-duration: .5s;
    transition-timing-function: ease;
}

#menu li>div {
    left: 0;
    right: 0;
    background-color: #FFF;
    border-top: 1px solid #e3e3e3;
    z-index: 248;
}

#menu li>div>div {
    padding-left: 195px;
    overflow: hidden;
    position: relative;
}

#menu li>div>div:before {
    content: "";
    background-color: #f7f7f7;
    width: 245px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 195px;
}

#menu li>div ul {
    float: left;
    min-height: 168px;
}

#menu li>div .cuadricula_grups {
    width: 760px;
    float: right;
    overflow: hidden;
    display: none;
}

.cuadricula_grups a {
    width: 242px;
    height: 167px;
    float: left;
    font-family: 'rutan_light';
    font-size: 25px;
    position: relative;
    /* color: #a4664e; */
    color: #474646;
    background-color: #dedede;
    overflow: hidden;
}

.cuadricula_grups.items_1 a {
    width: 726px;
    height: 334px;
    border-right: 1px solid #e3e3e3;
}

.cuadricula_grups.items_2 a {
    width: 363px;
    height: 334px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.cuadricula_grups.items_3 a {
    height: 334px;
    border-right: 1px solid #e3e3e3;
}

.cuadricula_grups.items_4 a {
    width: 361px;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.cuadricula_grups.items_4 a:nth-child(1), .cuadricula_grups.items_4 a:nth-child(2) {
    border-top: 0;
}

.cuadricula_grups a img {
    width: 100%;
    transform: scale(1);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.cuadricula_grups a:hover img {
    transform: scale(1.1);
}

.cuadricula_grups a span {
    position: absolute;
    bottom: 7px;
    right: 7px;
    line-height: 10px;
    width: 13px;
    height: 13px;
}

.cuadricula_grups a label {
    background-color: #FFF;
    font-size: 10px;
    color: #3c3c3c;
    font-family: 'rutan_regular';
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    padding: 0px 7px;
    height: 22px;
    line-height: 22px;
}

/*aqui*/

#menu li:hover>div {
    max-height: 505px;
    z-index: 500;
}

#menu li:hover>ul {
    max-height: 250px;
    z-index: 500;
}

#menu li>ul {
    border-top: 1px solid #e3e3e3;
    z-index: 249;
}

#menu ul {
    background-color: #f7f7f7;
    width: 245px;
    min-width: 200px;
    padding: 0;
}

#menu li ul li a, #menu li ul li span {
    font-size: 12px;
    padding: 13px 25px;
    line-height: 19px;
    color: #454545;
    display: block;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'rutan_demibold';
    letter-spacing: 2px;
    line-height: 1.70;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    position: relative;
}

#menu li ul li span {
    cursor: default;
}

#menu li ul li:hover a, #menu li ul li.active a, #menu li ul li:hover span, #menu li ul li.active span {
    background-color: #ededed;
}

.breadcrumb {
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.breadcrumb>ul {
    background: none;
    padding: 5px 0px;
    font-size: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left;
}

.breadcrumb>ul>li {
    display: inline-block;
}

.breadcrumb>ul>li>i {
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb .active {
    font-family: 'rutan_demibold';
}

.breadcrumb a {
    color: #949494;
    text-decoration: none;
}

#content_slide_home {
    position: relative;
    margin-bottom: 70px;
}

#slide_gran {
    overflow: hidden;
    box-sizing: border-box;
    /*height: 718px;*/
    /*background-color: #CCC;*/
}

.caixa_imatge_bg img {
    width: 100%;
    display: block;
}

.slidepc {
    display: block;
}

.slidemobil {
    display: none;
}

#content_slide_home #video_kintrends {
    height: 718px!important;
}

#slide_gran>div {
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: inherit;
    position: relative;
    background-position: center center;
    background-size: cover !important;
}

.bullet_points span.cycle-pager-active {
    color: #343434
}

.bullet_points {
    position: static;
    width: 100%;
    text-align: center;
    font-size: 40px;
    z-index: 999;
    height: 30px;
}

.bullet_points.sobreposat {
    position: absolute;
    bottom: 15px;
}

.bullet_points span {
    display: inline-block;
    height: 30px;
    line-height: 18px;
    color: #bdbdbd;
    margin: 0px 5px;
    cursor: pointer;
    vertical-align: top;
}

#slide_gran .text_slide {
    text-align: right;
    position: absolute;
    /*bottom: 270px;*/
    /*left: 50%;*/
    /*margin-left: -200px;*/
    width: 800px;
    z-index: 2;
    right: 20%;
    top: 5%;
}

#slide_gran .bottom_slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 2;
}

.boto_slide {
    height: 53px;
    line-height: 53px;
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 0px 56px;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    color: #454545;
    border: 1px solid #fdfdfc;
    font-family: 'Moderat';
    /*font-family: 'rutan_demibold';*/
    text-transform: uppercase;
    transition-property: background-color;
    transition-duration: .5s;
    transition-timing-function: ease;
}

.boto_slide:hover {
    background-color: rgba(255, 255, 255, 1);
}

.titol_play_blanc {
    font-family: 'Moderat-Regular'; /*font-family: 'playfair_regular';*/
    font-weight: normal;
    color: #FFF;
    font-size: 80px;
    /*font-size: 90px;*/
    line-height: 0.9;
    letter-spacing: 5px;
    margin-bottom: 35px;
    display: block;
    margin-top: 40px;
}

.titol_play_negre {
    font-family: 'Moderat';
    /*font-family: 'playfair_regular';*/
    font-weight: normal;
    color: #3d3d3d;
    font-size: 109px;
    line-height: 0.9;
    letter-spacing: 5px;
    margin-bottom: 35px;
}

.titol_play_negre_cursiva {
    font-family: 'Moderat';
    font-weight: 400;
    /*font-family: 'playfair_italic';*/
    /*font-weight: normal*/
    color: #272727;
    font-size: 24px;
    /*font-size: 36px;*/
    line-height: 0.9;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.titol_play_blanc_cursiva {
    font-family: 'playfair_italic';
    font-weight: normal;
    color: #FFF;
    font-size: 36px;
    line-height: 0.9;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.titol_rutan {
    font-family: 'rutan_regular';
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#slide_gran .text_slide span {
    font-family: 'rutan_demibold';
    font-weight: normal;
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
}

#banners_home {
    overflow: hidden;
    margin-bottom: 30px;
}

.banner_home {
    width: 593px;
    height: 373px;
    float: left;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 33px 24px;
    color: #3c3c3c;
    margin-bottom: 20px;
    font-family: 'Moderat';
    /*font-family: 'rutan_regular';*/
}

.banner_home:nth-child(even) {
    float: right;
}

.banner_home img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.banner_home span {
    position: relative;
    z-index: 2;
}

.banner_home>div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 62px;
    text-align: center;
    opacity: 0;
}

.banner_home .banner_titol {
    font-size: 24px;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.banner_home .banner_subtitol {
    font-size: 16px;
    opacity: 0;
    position: relative;
    top: 20px;
}

.banner_home .banner_boto {
    font-size: 16px;
    height: 53px;
    line-height: 53px;
    display: inline-block;
    padding: 0px 20px;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid;
    font-family: 'Moderat-Regular';
    /*font-family: 'rutan_demibold';*/
    text-transform: uppercase;
}

.banner_home .banner_subtitol, .banner_home>div, .banner_home img {
    -webkit-transition: all 1s ease;
    transition: all .3s ease;
}

.banner_home:hover {
    color: #3c3c3c !important;
}

.banner_home:hover .banner_subtitol {
    opacity: 1;
    top: 0;
}

.banner_home:hover>div {
    opacity: 1;
    bottom: 32px;
}

.banner_home:hover img {
    opacity: .3;
}

.table {
    display: table;
}

.table>div {
    display: table-row;
}

.table>div>div {
    display: table-cell;
}

#content_slide_fitxa {
    position: relative;
    margin-bottom: 70px;
    margin-bottom: 150px;
}

#slide_fitxa {
    overflow: hidden;
    box-sizing: border-box;
    height: 660px;
    background-color: #CCC;
}

#slide_fitxa>div {
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: inherit;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
}

#content_slide_fitxa .text_slide {
    text-align: left;
    position: absolute;
    font-family: 'Moderat-Light';
    /*font-family: 'rutan_light';*/
    font-size: 24px;
    color: #FFF;
    letter-spacing: 1px;
    left: 50%;
    /*bottom: 395px;*/
    margin-left: -600px;
    z-index: 200;
    /*z-index:900;*/
    top: 15%;
    line-height: initial;
}

#content_slide_fitxa .titol_play_blanc {
    font-size: 55px;
    margin-bottom: 15px;
}

.producte_slide {
    position: absolute;
    left: 50%;
    bottom: -155px;
    z-index: 200;
    /*margin-left: -655px;*/
    /*width: 709px;*/
    width: 35%;
    left: 10%;
}

.producte_slide img {
    max-width: 100%;
}

.producte_placa {
    position: absolute;
    left: 50%;
    bottom: -125px;
    z-index: 200;
    margin-left: 227px;
}

.producte_slide_kinessences {
    position: absolute;
    left: 50%;
    margin-left: -610px;
    bottom: -56px;
    z-index: 200;
}

.intro_kinessences {
    font-size: 18px;
    line-height: 1.55;
    background: url(../img/bg_textos_kinessences.jpg) top left;
    text-align: center;
    padding: 165px 0;
    color: #FFF;
}

.intro_kinessences h3 {
    font-size: 48px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'playfair_regular';
    font-weight: normal;
    color: #e3ab6f;
    margin-bottom: 50px;
}

.descripcio_kinessences {
    margin-bottom: 75px;
}

.frase_kinessences {
    font-family: 'playfair_regular';
    font-weight: normal;
    font-size: 34px;
    line-height: 1.25;
    text-transform: uppercase;
}

.banner_kinessence {
    display: block;
    padding-top: 31%;
    background-color: #333;
    position: relative;
    text-align: center;
    font-family: 'rutan_regular';
    font-size: 24px;
    color: #FFF;
    letter-spacing: 2px;
    overflow: hidden;
    transform: translateZ(0);
}

.banner_kinessence span {
    position: absolute;
    height: 40px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 2;
    text-transform: uppercase;
}

.banner_kinessence img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: all .3s ease;
}

.banner_kinessence:hover img {
    transform: scale(1.1);
}

.banner_kinessence.partit {
    width: 50%;
    display: inline-block;
    padding-top: 33%;
    float: left;
}

.banner_kinessence.partit span {
    top: auto;
    bottom: 50px;
    height: auto;
}

.intro_fitxa {
    font-size: 18px;
    line-height: 1.55;
}

.intro_fitxa ul li {
    list-style: none;
    background: url(../img/dot_list.png) no-repeat 0px 10px;
    padding-left: 36px;
    list-style: none;
    margin: 0;
    margin-bottom: 28px;
}

.intro_fitxa>div {
    margin-bottom: 100px;
}

.intro_fitxa div.fl, .intro_fitxa div.fr {
    width: 590px;
    font-family: 'Moderat-Light';
}

.intro_fitxa .titol_play_negre {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2;
}

.intro_fitxa div.fr {
    text-align: center;
    padding: 0px;
}

#slide_petit_grup .cycle {
    /* margin-bottom: 28px; */
}

#slide_petit_grup .cycle, #slide_petit_grup .cycle>a, #slide_petit_grup .cycle table td {
    height: 500px;
}

#slide_petit_grup .cycle>a {
    width: 100%;
}

#slide_petit_grup .cycle table {
    width: 100%;
    height: 100%;
}

#slide_petit_grup .cycle table td {
    text-align: center;
}

.boto_gris {
    height: 50px;
    line-height: 50px;
    background-color: #bfbfbf;
    display: inline-block;
    padding: 0px 35px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    font-family: 'Moderat-Regular';
    /*font-family: 'rutan_regular';*/
    text-transform: uppercase;
    border: 0;
    -webkit-appearance: none;
}

.boto_gris i {
    font-size: 25px;
    vertical-align: -3px;
    margin-left: 10px;
}

.modul_generic_productos {
    background-color: #f5f5f7;
    padding: 56px 0px;
    background-size: cover !important;
    background-position: center center !important;
}

.modul_generic_productos.modul_fons {
    min-height: 1050px;
    color: #FFF;
}

.titol_modul {
    font-family: 'playfair_regular';
    font-weight: normal;
    font-size: 34px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.subtitol_modul {
    font-family: 'rutan_regular';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.content_tecnologia {
    padding-top: 115px;
    background: url(../img/bg_marron_fitxa.jpg) no-repeat;
    background-size: cover !important;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.content_tecnologia #video_kintrends {
    height: auto !important;
    width: auto !important;
}

.content_tecnologia .contenidor_centrat {
    position: relative;
    z-index: 2;
}

.text_tecnologia {
    width: 970px;
    max-width: 100%;
    margin: auto;
    padding: 0px 20px;
}

.subtitol_tecnologia {
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 35px;
}

.content_tecnologia hr {
    width: 270px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.content_tecnologia>div>div {
    padding-bottom: 45px;
}

.content_tecnologia div.fl, .content_tecnologia div.fr {
    width: 590px;
}

.content_tecnologia div.fr {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 1px;
    font-family: 'Moderat-Light';
}

.content_tecnologia .titol_play_blanc {
    font-size: 34px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 50px;
}

.content_tecnologia_flex>div {
    display: flex;
}

.fill_tecnologia {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 396px;
    padding: 0px 32px;
    line-height: 1.85;
    vertical-align: top;
    word-spacing: normal;
    font-family: 'Moderat-Light';
}

.fill_tecnologia img {
    display: inline-block;
    margin-bottom: 38px;
}

.fill_tecnologia h3 {
    font-family: 'Moderat';
    /*font-family: 'rutan_medium';*/
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#content_tonos {
    padding: 80px 0px;
    background-color: #f5f5f7;
}

#content_tonos>div:first-child {
    margin-bottom: 60px;
}

#content_tonos .titol_play_negre {
    text-transform: uppercase;
    line-height: 1.25;
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

#content_tonos h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'rutan_regular';
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#grups_tons {
    text-align: left;
    margin-bottom: 56px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    max-width: 1440px;
}

.grup_tons {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0px 20px;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    /* color: #a4664e; */
    color: #474646;
    border: 1px solid #b8b6b6;
    font-family: 'Moderat';
    /*font-family: 'rutan_demibold';*/
    margin: 0px 13px;
    text-transform: uppercase;
    min-width: 262px;
    margin-bottom: 10px;
    text-align: center;
}

.grup_tons.active {
    background-color: #fcfcfd;
}

.columna_tons {
    width: 124px;
    /*display: inline-block;*/
    margin: 0px 20px;
}

.columna_tons table {
    width: 120px;
    border: 2px solid #dbdbdb;
    color: #454545;
    font-family: 'Moderat';
    /*font-family: 'rutan_medium';*/
    margin-bottom: 40px;
    text-align: center;
}

.codi_to {
    height: 36px;
    background-color: #FFF;
    font-size: 18px;
}

.titol_to {
    height: 76px;
    padding: 15px;
    font-size: 14px;
    letter-spacing: 1px;
}

.fila_tons {
    position: absolute;
    width: 5em;
    left: 0;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
}

.fila_tons table {
    width: 160px;
    border: 2px solid #dbdbdb;
    color: #454545;
    font-family: 'Moderat';
    /*font-family: 'rutan_medium';*/
    text-align: center;
    margin-right: 20px;
    background-color: #f5f5f7;
}

.fila_tons .codi_to {
    width: 36px;
}

.fila_tons .titol_to {
    font-size: 12px;
}

.to {
    font-family: 'rutan_medium';
    margin-bottom: 5px;
}

.to img {
    display: block;
    margin-bottom: 5px;
}

.to span {
    height: 38px;
    display: block;
}

#content_tecnica {
    padding: 80px 0px;
}

#content_tecnica .titol_play_negre {
    text-transform: uppercase;
    line-height: 1.25;
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.fill_tecnica {
    width: 590px;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}

.fill_tecnica img {
    width: 100%;
    margin-bottom: 15px;
}

.fill_tecnica .titols_tecnica {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 35px;
}

.fill_tecnica .titols_tecnica td {
    max-height: 165px;
    padding: 15px;
    text-align: center;
}

.fill_tecnica .titol_play_negre {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px !important;
    line-height: 1.25 !important;
    margin-bottom: 0px !important;
}

.fill_tecnica .titols_tecnica h5 {
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Moderat';
    /*font-family: 'rutan_demibold';*/
    font-size: 16px;
    letter-spacing: 1px;
}

.desc_tecnica {
    font-size: 14px;
    line-height: 1.80;
    font-family: 'Moderat-Light';
}

.desc_tecnica b, .desc_tecnica strong {
    font-family: 'Moderat-Bold';
    /*font-family: 'rutan_demibold';*/
    font-weight: normal;
}

#content_productos_rel {
    padding: 80px 0px;
    background-color: #f5f5f7;
}

#content_productos_rel .titol_play_negre {
    text-transform: uppercase;
    lin-height: 1.25;
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 80px;
}

#grups_articles {
    margin-bottom: 115px;
    text-align: center;
}

#grups_articles>div {
    text-align: left;
    display: inline-block;
    max-width: 1114px;
}

.grup_articles {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0px 53px;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    font-family: 'Moderat-Bold';
    /*font-family: 'rutan_demibold';*/
    margin: 0px 5px;
    margin-bottom: 10px;
    background-color: #b9b9ba;
    min-width: 265px;
    opacity: .3;
    text-transform: uppercase;
    text-align: center;
}

.grup_articles.active {
    opacity: 1;
}

.grup_productes.contenidor_fills>div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.producto_rel {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 298px;
    padding: 0px 32px;
    line-height: 1.85;
    vertical-align: top;
    margin-bottom: 65px;
    color: #3c3c3c;
    font-family: 'Moderat-Light';
}

.producto_rel img {
    display: inline-block;
    margin-bottom: 38px;
    max-width: 100%;
    max-height: 238px;
}

.producto_rel h3 {
    font-family: 'Moderat';
    /*font-family: 'rutan_medium';*/
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* color: #a4664e; */
    color: #474646;
}

.producto_rel span {
    width: 36px;
    height: 1px;
    /* background-color: #81604a; */
    background-color: #474646;
    display: block;
    margin: 0px auto 10px auto;
}

.frase_portada_producte {
    background-image: url('../img/banner_fitxa.jpg');
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    letter-spacing: 6px;
    font-family: 'playfair_bold';
    text-transform: uppercase;
    display: block;
}

.frase_portada_producte table {
    min-height: 535px !important;
}

.arrow_slide {
    position: absolute;
    top: 50%;
    font-size: 32px !important;
    z-index: 500;
    cursor: pointer;
    /* color: #a4664e; */
    color: #474646;
}

.arrow_slide.fa-angle-left {
    left: 20px;
}

.arrow_slide.fa-angle-right {
    right: 20px;
}

#slide_petit_article .cycle, #slide_petit_article .cycle>div, #slide_petit_article .cycle table td {
    height: 483px;
}

#slide_petit_article .cycle>div {
    width: 100%;
}

#slide_petit_article .cycle table {
    width: 100%;
    height: 100%;
}

#slide_petit_article .cycle table td {
    text-align: center;
}

#fitxa_article {
    line-height: 1.45;
    margin-bottom: 100px;
}

#fitxa_article div.fl {
    width: 545px;
}

#fitxa_article div.fr {
    width: 590px;
}

#fitxa_article .imatge_fitxa_article {
    text-align: center;
    padding-top: 25px;
    min-height: 608px;
    margin-bottom: 28px;
    padding-bottom: 15px;
}

#propietats_sin {
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 30px;
}

.titol_play_marro {
    font-family: 'playfair_regular';
    font-weight: normal;
    /* color: #a4664e; */
    color: #474646;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 5px;
}

.titol_rutan_marro {
    font-family: 'rutan_medium';
    font-weight: normal;
    /* color: #a4664e; */
    color: #474646;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 5px;
    margin-bottom: 45px;
}

.titol_rutan_reg_marro {
    font-family: 'rutan_regular';
    font-weight: normal;
    /* color: #a4664e; */
    color: #474646;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.botons_fitxa_article {
    margin-bottom: 35px;
}

.botons_fitxa_article .boto_gris {
    margin-right: 8px;
    font-family: 'rutan_demibold';
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.fb-like span {
    vertical-align: top !important;
}

.etiqueta_ficha {
    width: 80px;
    height: 80px;
}

.etiqueta_ficha {
    width: 80px;
    height: 80px;
    /* border: 1px solid #a4664e;*/
    border: 1px solid #474646;
    font-size: 10px;
    /* color: #a4664e; */
    color: #474646;
    text-align: center;
    padding: 5px;
    display: inline-table;
    margin: 3px;
    vertical-align: top;
    margin-bottom: 25px;
    border-radius: 80px;
    font-family: 'rutan_medium';
    text-transform: uppercase;
}

.etiqueta_ficha img {
    width: 50px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.desc_fitxa_article {
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    color: #3c3c3c;
    font-size: 16px;
    font-family: 'rutan_medium';
    padding: 30px 0px;
    margin-bottom: 32px;
    line-height: 1.35;
}

#video_kintrends {
    height: 1045px;
    background-color: #333;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#video_kintrends table {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.19);
    top: 0;
    left: 0;
}

#video_kintrends h1 {
    font-weight: normal;
    font-family: 'rutan_light';
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 1.25;
    margin-bottom: 35px;
}

#video_kintrends .titol_play_blanc {
    margin-bottom: 50px;
}

#video_kintrends #content_video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

/* ------ YOUTUBE API --------------*/

.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
}

.screen.active {
    opacity: 1;
}

/*----------------------------------*/

#intro_kintrends {
    background-color: #f5f5f7;
}

.content_kintrends {
    padding: 110px 0px;
    font-size: 18px;
    color: #3a3939;
    line-height: 1.55;
}

.content_kintrends>div {
    width: 895px;
    margin: auto;
    text-align: center;
}

.content_kintrends .titol_play_negre, .content_kintrends .titol_play_blanc {
    font-size: 48px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#content_slide_kintrends {
    position: relative;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    background-color: rgba(31, 31, 31, 0.3);
}

.cover table {
    position: absolute;
    top: 0;
    z-index: 200;
    left: 50%;
    margin-left: -600px;
    height: 100%;
    bottom: 0;
}

#slide_kintrends {
    overflow: hidden;
    box-sizing: border-box;
    height: 718px;
    background-color: #CCC;
}

#slide_kintrends>div {
    overflow: hidden;
    width: 100%;
    height: inherit;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    text-align: left;
}

#content_slide_kintrends .bullet_points span {
    opacity: 0.36;
}

#content_slide_kintrends .bullet_points span.cycle-pager-active {
    opacity: 1;
}

#content_slide_kintrends .bullet_points span.cycle-pager-active, #slide_kintrends .bullet_points span.cycle-pager {
    color: #FFF !important;
}

#subcolecciones {
    overflow: hidden;
}

#subcolecciones>a, #subcolecciones>div {
    width: 33.3%;
    padding-top: 32%;
    float: left;
    overflow: hidden;
    position: relative;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    font-family: 'playfair_italic';
    line-height: 1.25;
    background-color: red;
}

#subcolecciones img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*-webkit-filter: grayscale(100%);
			-moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			-o-filter: grayscale(100%);
			filter: grayscale(100%);*/
    opacity: 0.3;
    -webkit-transition: -webkit-filter .5s, filter .5s, opacity .5s;
    transition: -webkit-filter .5s, filter .5s, opacity .5s;
}

#subcolecciones a:hover img, #subcolecciones div:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
}

#subcolecciones span {
    position: absolute;
    top: 35px;
    left: 40px;
}

#subcolecciones b {
    display: block;
    font-weight: normal;
    font-size: 60px;
    font-family: 'playfair_regular';
}

#subcolecciones b.font_reduida {
    font-size: 43px;
}

#slide_kintrends table {
    text-align: left;
    height: 100%;
}

#slide_kintrends .titol_play_blanc {
    margin-bottom: 20px;
}

#intro_latin {
    color: #FFF;
    background-color: #d84443;
}

.desc_latin {
    font-size: 24px;
    margin-bottom: 150px;
}

.frase_treballador {
    text-align: left;
}

.frase_treballador .foto_treballador {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 200px;
}

.frase_treballador .titol_play_blanc_cursiva {
    font-size: 28px;
    line-height: 1.25;
}

.frase_treballador .fr {
    width: 604px;
    margin-right: 42px;
    margin-top: 40px;
}

.carrec_treballador {
    opacity: 0.36;
}

.carrec_treballador b {
    font-family: 'rutan_medium';
    font-weight: normal;
}

#menu_pasos {
    background-color: #f5f5f6;
    padding: 98px 0px;
    text-align: center;
}

#menu_passos>div {
    display: inline-block;
}

#menu_pasos a {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    padding: 0px 53px;
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    font-family: 'rutan_regular';
    margin: 0px 30px;
    background-color: #d84443;
    min-width: 252px;
    text-align: center;
}

.content_passos {
    padding: 76px 0px;
}

#grups_pasos>div:nth-child(even) {
    background-color: #f5f5f6;
}

.intro_passos {
    width: 386px;
    height: 488px;
    border: 1px solid #b9b9b9;
    text-align: center;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 1.65;
    display: inline-table;
    vertical-align: top;
    margin-right: 22px;
    margin-bottom: 40px;
}

.intro_passos td {
    text-align: center;
    padding: 45px;
}

.intro_passos h3 {
    font-family: 'rutan_light';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
}

.intro_passos .titol_play_negre {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 1.25;
    margin-bottom: 40px;
}

.producte_pas {
    display: inline-block;
    width: 386px;
    text-align: center;
    vertical-align: top;
    padding: 45px;
    margin-right: 22px;
    margin-bottom: 40px;
}

.producte_pas .img_producte_pas {
    display: table;
    height: 265px;
    width: 100%;
    margin-bottom: 25px;
}

.img_producte_pas a {
    display: block;
}

.producte_pas .img_producte_pas img {
    max-width: 100%;
    max-height: 265px;
}

.producte_pas span {
    color: #7f5f49;
    font-family: 'rutan_demibold';
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.pas {
    width: 386px;
    display: inline-block;
    margin-right: 17px;
    line-height: 1.45;
    font-family: 'rutan_medium';
    margin-bottom: 40px;
    vertical-align: top;
}

.pas img {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.pas span {
    display: block;
    font-size: 30px;
    font-family: 'rutan_light';
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.recomendacion {
    padding: 45px;
}

.recomendacion>div {
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    padding: 50px 75px;
}

.recomendacion .table {
    height: 380px;
    width: 100%;
}

.text_recomendacion {
    width: 760px;
    text-align: center;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 1.65;
    vertical-align: middle;
    padding: 0px 20px;
}

.text_recomendacion td {
    text-align: center;
    padding: 45px;
}

.text_recomendacion h3 {
    font-family: 'rutan_light';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
}

.text_recomendacion .titol_play_negre {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 1.25;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.img_recomendacion {
    padding: 0px 20px;
    vertical-align: middle;
    text-align: center;
}

.img_recomendacion {
    max-width: 100%;
    max-height: 100%;
}

#intro_kinmundo {
    padding: 90px 0px 25px 0px;
    background-color: #f5f5f6;
}

#mapa_kinmundo {
    height: 890px;
    background-color: #CCC;
}

#content_paisos {
    padding: 35px 0px;
    font-size: 18px;
    letter-spacing: 2px;
}

#content_paisos>div {
    padding-top: 60px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.columna_paisos {
    display: inline-block;
    width: 216px;
    margin-bottom: 40px;
    margin-right: 25px;
    color: #272727;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

.columna_paisos span, .columna_paisos a {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #272727;
}

.nom_continent {
    font-size: 24px;
    font-family: 'playfair_regular';
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#intro_distribuidores {
    background-color: #f5f5f6;
    font-size: 22px;
    font-family: 'rutan_light';
}

#intro_distribuidores>div {
    width: 1066px;
}

#intro_distribuidores>div>div {
    text-align: left;
    margin-top: 70px;
}

#intro_distribuidores ul {
    padding-left: 40px;
}

#intro_distribuidores ul li {
    margin-bottom: 28px;
    list-style-image: url(../img/thick_ul_distribuidores.png);
    padding-left: 40px;
}

#content_muestra {
    color: #FFF;
    background: url(../img/bg_muestra.jpg);
    background-size: cover !important;
    font-size: 16px;
}

#content_muestra>div {
    width: 720px;
}

#content_muestra .titol_play_blanc {
    margin-bottom: 10px;
}

.content_input {
    margin-bottom: 15px;
}

.content_input label, .label_form {
    margin-bottom: 12px;
    color: #5a5a5a;
    font-size: 16px;
}

.content_input label {
    display: block;
}

.label_form {
    display: inline !important;
}

.content_input input[type=text], .content_input input[type=file], .content_input input[type=email], .content_input input[type=date], .content_input select, .content_input textarea {
    background-color: #FFF;
    border: none;
    box-sizing: border-box;
    color: #635e51;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    height: 33px;
    padding: 7px 10px;
    margin: 3px 0px;
    outline: 0px;
    width: 100%;
    font-family: 'rutan_regular';
}

.content_input textarea {
    width: 100%;
    height: 130px;
}

.content_input.fl {
    margin-right: 2%;
}

.content_input.gran {
    width: 68.5%;
}

.content_input.mig {
    width: 36.5%;
}

.content_input.mig2 {
    width: 61.5%;
}

.content_input.petit {
    width: 29.5%;
}

.text_contacte {
    font-size: 16px;
    font-family: 'rutan_medium';
    color: #5a5a5a;
    text-align: center;
    padding: 30px 15px 10px 15px;
    border-top: 1px solid #dbdbda;
    margin-top: 35px;
}

#content_form_kinmundo {
    padding: 110px 0px;
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.55;
    background-color: #f5f5f6;
}

.frm_contacte {
    padding: 48px 40px;
    border: 1px solid #dbdbda;
}

.txt_form_contacte {
    font-family: 'rutan_demibold';
    padding: 0px 40px 70px 40px;
}

.intro_blanca {
    background-color: #FFF;
    padding: 88px 0px;
    text-align: center;
    text-transform: uppercase;
}

.intro_blanca .titol_play_negre {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1.25;
    letter-spacing: 2px;
}

#content_slide_historia {
    position: relative;
}

#slide_historia {
    overflow: hidden;
    box-sizing: border-box;
    height: 718px;
    background-color: #CCC;
}

#slide_historia>div {
    overflow: hidden;
    width: 100%;
    height: inherit;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    text-align: left;
}

#content_slide_historia {
    text-align: center;
    height: 100%;
    z-index: 2;
    position: relative;
    color: #FFF;
    font-size: 24px;
    line-height: 1.20;
    font-family: 'rutan_light';
}

#content_slide_historia .titol_play_blanc {
    font-size: 72px;
    letter-spacing: 2px;
    line-height: 1.20;
}

#content_slide_historia .bullet_points span {
    opacity: 0.36;
}

#content_slide_historia .bullet_points span.cycle-pager-active {
    opacity: 1;
}

#content_slide_historia .bullet_points span.cycle-pager-active, #slide_kintrends .bullet_points span.cycle-pager {
    color: #FFF !important;
}

.capa_transp_negre {
    background-color: rgba(17, 17, 17, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#content_historia {
    font-size: 18px;
    padding: 120px 0px;
    background-color: #f5f5f6;
}

#content_historia .titol_play_negre {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 40px;
}

#intro_historia {
    line-height: 1.45;
    width: 955px;
    margin: auto;
    margin-bottom: 100px;
}

#timeline {
    position: relative;
}

#timeline a {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 50px;
    margin: 0px 25px;
    text-align: center;
    font-family: 'rutan_medium';
    color: #202020;
    font-size: 16px;
    letter-spacing: 2px;
}

#barra_timeline {
    height: 2px;
    background-color: #202020;
    position: relative;
    margin-bottom: 32px;
}

#barra_timeline span {
    left: 0;
    position: absolute;
    background-color: #202020;
    height: 10px;
    width: 50px;
    margin-top: -4px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
}

#blocs_historia {
    text-align: left;
}

.bloc_historia, .bloc_historia_text {
    width: 393px;
    height: 374px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 13px;
    background-color: #202020;
    letter-spacing: 2px;
    line-height: 1.45;
}

.bloc_historia>div, .bloc_historia_text>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bloc_historia.doble, .bloc_historia_text.doble {
    width: 791px;
}

.bloc_historia img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bloc_historia table, .bloc_historia_text table {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #FFF;
}

.bloc_historia table td, .bloc_historia_text table td {
    text-align: center;
    padding: 10px;
}

.bloc_historia .any {
    width: 95px;
    height: 95px;
    border-radius: 95px;
    text-align: center;
    background-color: #202020;
    color: inherit;
    display: inline-block;
    line-height: 95px;
    font-size: 29px;
    font-family: 'playfair_regular';
    letter-spacing: 3px;
    padding-left: 4px;
}

.bloc_historia_text .any {
    display: inline-block;
    font-size: 48px;
    font-family: 'playfair_regular';
    letter-spacing: 3px;
    padding-bottom: 20px;
    margin-bottom: 28px;
    border-bottom: 1px solid #FFF;
}

.bloc_historia .text_any {
    display: none;
}

.bloc_historia_text .text_any {
    display: block;
    width: 330px;
    margin: auto;
}

.bloc_historia:hover table {
    background-color: rgba(255, 255, 255, 0.84);
    color: #202020;
}

.bloc_historia:hover .any {
    width: auto;
    height: auto;
    border-radius: 0;
    text-align: center;
    background-color: transparent;
    color: inherit;
    display: block;
    line-height: 1.25;
    font-size: 36px;
    font-family: 'playfair_regular';
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.bloc_historia:hover .text_any {
    display: block;
}

#content_formacion {
    font-size: 18px;
    padding: 45px 0px;
    background-color: #f5f5f6;
}

.bloc_formacion {
    margin-bottom: 53px;
}

.header_formacion {
    min-height: 462px;
    color: #FFF;
    background-size: cover !important;
}

.header_formacion>div {
    min-height: 492px;
    background-color: rgba(31, 31, 31, 0.4);
    color: #FFF;
    text-align: center;
    overflow: hidden;
    padding: 185px 78px 30px 78px;
}

.header_formacion h3 {
    font-weight: normal;
    font-family: 'rutan_regular';
    color: #FFF;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.25;
    margin-bottom: 32px;
    padding-left: 5px;
}

.boto_banner_formacion {
    font-size: 12px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    padding: 0px 20px;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #FFF;
    font-family: 'rutan_demibold';
    text-transform: uppercase;
    color: #FFF;
    background-color: transparent;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.boto_banner_formacion:hover {
    color: #3c3c3c;
    background-color: rgba(255, 255, 255, 0.7);
}

.acces_header_formacion {
    float: left;
    width: 300px;
}

.desc_header_formacion {
    width: 545px;
    text-align: left;
    float: right;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 2px;
    margin-right: 52px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.bloc_formacion:hover .desc_header_formacion, .bloc_formacion.active .desc_header_formacion {
    opacity: 1;
}

.fills_formacion {
    background-color: #FFF;
    font-size: 14px;
    font-family: 'rutan_medium';
    display: none;
}

.fills_formacion .contenidor_fills {
    margin: 0 50px;
    padding: 14px 0px;
}

.fills_formacion .contenidor_fills>div {
    border-top: 1px solid #dfdfdf;
    overflow: hidden;
}

.fills_formacion .contenidor_fills>div:first-child {
    border-top: none;
}

.fill_formacion {
    padding: 50px 0px;
    width: 318px;
    vertical-align: top;
    line-height: 1.55;
    float: left;
    margin-right: 77px;
}

.fill_formacion span {
    display: block;
    color: #81604a;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: 'rutan_demibold';
}

.close_formacion {
    text-align: center;
    height: 72px;
    line-height: 72px;
    background-color: #e5e5e5;
    display: block;
    font-size: 40px;
}

.intro_profesionales {
    min-height: 813px;
    background: url('../img/bg_intro_profesionales.jpg') no-repeat center center;
    background-size: cover !important;
    color: #FFF;
    font-family: 'rutan_regular';
    font-size: 24px;
    text-align: center;
    line-height: 1.60;
}

.intro_profesionales>div {
    min-height: inherit;
    background-color: rgba(31, 31, 31, 0.65);
}

.intro_profesionales table {
    height: 813px;
    width: 865px;
    margin: auto;
}

.intro_profesionales span {
    font-size: 42px;
    font-family: 'playfair_italic';
}

#content_profesionales {
    background-color: #f5f5f6;
    padding: 88px 0px;
}

#content_profesionales .titol_play_negre {
    font-size: 34px;
    margin-bottom: 88px;
    letter-spacing: 2px;
}

#blocs_profesionales {
    text-align: left;
}

.bloc_profesional {
    width: 393px;
    height: 373px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 14px;
    background-color: #202020;
    letter-spacing: 2px;
    line-height: 1.45;
    vertical-align: top;
    transition-property: margin-bottom;
    transition-duration: .3s;
    transition-timing-function: ease;
    cursor: pointer;
}

.bloc_profesional.mig {
    width: 592px;
    height: 446px;
}

.bloc_profesional.petit {
    width: 393px;
    height: 373px;
}

.bloc_profesional.gran {
    width: 1200px;
    height: 566px;
}

.bloc_profesional.doble {
    width: 791px;
}

.bloc_profesional img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bloc_profesional table {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 18px;
    color: #FFF;
    background-color: rgba(34, 34, 34, 0.60);
    opacity: 1;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.bloc_profesional.active table {
    opacity: 0;
}

.bloc_profesional>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bloc_profesional i {
    cursor: pointer;
    color: #FFF;
    font-size: 35px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    margin-top: 10px;
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.bloc_profesional:hover i {
    opacity: 1;
    margin-top: 35px;
}

.bloc_profesional table td {
    text-align: center;
    padding: 10px;
}

.bloc_profesional h3 {
    font-weight: normal;
    font-family: 'rutan_regular';
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.titol_grup_profesionales {
    font-family: 'playfair_regular';
    font-weight: normal;
    color: #8d6047;
    line-height: 1.25;
    letter-spacing: 5px;
    font-size: 34px;
    margin-top: 65px;
    margin-bottom: 80px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.desc_profesional {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 0;
    overflow-y: hidden;
    transition-property: max-height;
    transition-duration: .3s;
    transition-timing-function: ease;
    background-color: #FFF;
    font-size: 14px;
    font-family: 'rutan_medium';
    color: #3c3c3c;
    line-height: 1.70;
}

.desc_profesional h3 {
    line-height: 1.25;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.desc_profesional div.fl, .desc_profesional div.fr {
    width: 592px;
}

.desc_profesional span {
    display: block;
    color: #81604a;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.desc_profesional i {
    cursor: pointer;
    color: #81604a;
    font-size: 35px;
}

#newsletter>div, .white-popup-newsletter>div {
    padding: 20px 28px;
}

.white-popup-newsletter .frm_contacte {
    padding: 24px;
}

.desc_newsletter {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'rutan_light';
    letter-spacing: 2px;
    padding: 0px 90px;
    margin-bottom: 20px;
}

/* LANDING PAISOS =======================================*/

#content_country {
    min-height: 1484px;
    background: url('../img/bg_landing_paisos.jpg') no-repeat top center;
    background-size: cover !important;
    padding-top: 138px;
    text-align: right;
}

#content_country>div {
    width: 938px;
    max-width: 68%;
    display: inline-block;
    text-align: right;
    position: relative;
    margin-right: 135px;
}

#content_country h1 {
    text-align: right;
    line-height: 0.95;
    font-size: 114px;
    margin-bottom: 150px;
}

#content_country h2 {
    font-family: 'playfair_italic';
    font-size: 60px;
    color: #cbcbcb;
    font-weight: normal;
    text-align: right;
    line-height: 1;
    margin-bottom: 23px;
}

#country_selection {
    max-width: 100%;
    padding: 17px;
    background-color: rgba(255, 255, 255, 0.62);
    font-family: 'rutan_medium';
    margin-bottom: 50px;
    text-align: left;
}

#country_selection>div {
    display: inline-block;
    width: 143px;
    margin-right: 10px;
    color: #464845;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 18px;
}

#country_selection span, #country_selection a {
    display: block;
    text-align: center;
    margin-bottom: 9px;
    color: #464845;
}

#country_selection .nom_continent {
    font-size: 20px;
    font-family: 'playfair_bold';
    margin-bottom: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/* KIN CORPORATE =========================================== */

header#header_corporate {
    height: initial;
    border: 0;
    border-bottom: 1px solid #CCC;
}

#header_corporate nav {
    overflow: hidden;
    line-height: 1.25;
}

#logo_corporate {
    display: block;
}

#logo_corporate img {
    display: block;
}

.navegacio_corporate {
    width: 800px !important;
    font-size: 10px;
    text-align: right;
    letter-spacing: 1px;
    margin-top: 6px;
    font-family: 'rutan_medium';
    text-transform: uppercase;
}

#filtres_materiales.content_ocult {
    cursor: pointer;
    position: relative;
}

#filtres_materiales.content_ocult #tipus_arxiu, #filtres_materiales.content_ocult select, #filtres_materiales.content_ocult b {
    display: none;
}

#filtres_materiales.content_ocult h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'rutan_medium';
}

#filtres_materiales.content_ocult #categories_material {
    padding: 20px 27px;
}

#filtres_materiales.content_ocult i {
    /* color: #a4664e; */
    color: #474646;
    font-size: 32px;
    position: absolute;
    top: 15px;
    right: 27px;
    display: block !important;
}

#content_slide_corporate {
    position: relative;
}

#slide_corporate {
    overflow: hidden;
    box-sizing: border-box;
    height: 668px;
    background-color: #CCC;
}

#slide_corporate>div {
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: inherit;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
}

#slide_corporate .text_slide {
    text-align: right;
    position: absolute;
    right: 50%;
    width: 600px;
    height: 90%;
    margin-right: -600px;
}

#slide_corporate .titol_play_negre {
    letter-spacing: 2px;
    font-size: 99px;
}

#slide_corporate .titol_play_negre_cursiva {
    letter-spacing: 0px;
    font-size: 32px;
}

#slide_corporate .bottom_slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    text-align: center;
}

#slide_corporate .text_slide span {
    font-family: 'rutan_demibold';
    font-weight: normal;
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    display: block;
    text-align: left;
    margin-left: 120px;
    margin-bottom: 10px;
}

#filtres_materiales select {
    background-color: #FFF;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    color: #635e51;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    height: 45px;
    padding: 7px 10px;
    margin: 3px 0px;
    outline: 0px;
    width: 100%;
    font-family: 'rutan_regular';
}

#content_corporate {
    background-color: #f5f5f7;
    padding: 62px 0px;
}

#filtres_materiales {
    background-color: #FFF;
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 50px;
}

#filtres_materiales b {
    font-weight: normal;
    font-family: 'rutan_demibold';
    display: block;
    margin-bottom: 15px;
}

#filtres_materiales #categories_material {
    width: 380px;
    padding: 35px 30px 30px 30px;
    border-right: 1px solid #e4e4e4;
    vertical-align: top;
}

#categories_material .titol_rutan_reg_marro {
    margin-bottom: 95px;
}

#filtres_materiales #tipus_arxiu {
    padding: 42px 30px 5px 30px;
    vertical-align: top;
}

.checkbox_arxiu {
    font-family: 'rutan_medium';
    display: inline-block;
    margin: 11px 15px 11px 0px;
    width: 234px;
}

.checkbox_arxiu input[type=checkbox] {
    margin-right: 15px;
    vertical-align: -1px;
}

#fitxa_corporate {
    width: 100%;
    line-height: 1.45;
    margin-bottom: 50px;
    color: #3c3c3c;
}

#fitxa_corporate>div>div {
    width: 50%;
    vertical-align: middle;
}

#img_fitxa_corporate {
    background-color: #FFF;
    padding: 30px 0px;
    text-align: center;
}

#img_fitxa_corporate img {
    max-width: 100%;
    max-height: 100%;
}

#content_fitxa_corporate {
    padding-left: 45px;
}

.desc_corporate {
    min-height: 515px;
    margin-bottom: 25px;
}

#categories_corporate {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0px;
}

#categories_corporate span {
    margin-right: 35px;
}

#categories_corporate a {
    display: inline-block;
    background-color: #b99f91;
    color: #FFF;
    font-family: 'rutan_medium';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    padding: 7px 15px;
    margin: 5px 2px;
}

.grups_adjunts_corporate {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e4e4e4;
}

.grups_adjunts_corporate a {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0px 37px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    color: #444444;
    border: 1px solid #e4e4e4;
    font-family: 'rutan_regular';
    margin: 0px 13px 15px 13px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.bloc_arxiu {
    width: 388px;
    padding: 18px;
    background-color: #FFF;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.45;
    vertical-align: top;
}

.bloc_arxiu table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 15px;
}

.bloc_arxiu table td {
    /*background-color: #e4e4e4;
				padding: 18px; */
    background-color: #FFF;
    height: 356px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
}

.bloc_arxiu table td img {
    max-width: 100%;
    max-height: 97%;
    display: inline-block;
}

.bloc_arxiu .desc_arxiu {
    min-height: 170px;
    margin-bottom: 10px;
}

.bloc_arxiu h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'rutan_regular';
    /* color: #a4664e; */
    color: #474646;
    margin-bottom: 20px;
}

.idiomes_adjunt {
    margin-bottom: 15px;
}

.idiomes_adjunt a {
    height: 30px;
    line-height: 30px;
    background-color: #bfbfbf;
    display: inline-block;
    padding: 0px 12px;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    font-family: 'rutan_demibold';
}

.bloc_arxiu .boto_arxiu {
    display: block;
    height: 40px;
    border: 1px solid #e4e4e4;
    line-height: 40px;
    font-family: 'rutan_demibold';
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
    color: #343434;
    text-transform: uppercase;
}

#peticions_corporate {
    width: 100%;
    margin-bottom: 50px;
}

#peticions_corporate>div {
    display: flex;
    background-color: #FFF;
    border-top: 1px solid #e4e4e4;
}

#peticions_corporate>div:first-child {
    border-top: none;
}

#peticions_corporate>div>div {
    padding: 10px 15px;
}

.desplegable_peticio {
    cursor: pointer;
    background-color: #fbfbfb !important;
}

.titol_peticio {
    flex: 1;
    font-family: 'rutan_demibold';
}

.data_peticio {
    width: 190px;
}

.estat_peticio {
    width: 250px;
}

.estat_peticio .implementada {
    color: #090;
}

.estat_peticio .acceptada {
    color: #05ade2;
}

.estat_peticio .denegada {
    color: #F00;
}

.estat_peticio .pendent {
    /* color: #a4664e; */
    color: #474646;
}

.botons_peticio {
    width: 150px;
    text-align: right;
}

.detalls_peticio {
    padding: 15px;
}

.detalls_peticio table td {
    padding: 10px 15px;
}

.detalls_peticio b {
    font-weight: normal;
    font-family: 'rutan_demibold';
}

/* FI KIN CORPORATE ======================================== */

footer {
    border-top: 1px solid #e3e3e3;
    padding: 22px 0px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #656565;
    line-height: 1.75;
    font-family: 'Moderat-Regular';
    /*font-family: 'rutan_regular';*/
}

footer a {
    color: #656565;
    text-decoration: none;
}

footer .table {
    width: 100%;
}

footer .table div {
    vertical-align: top;
}

#content_logo_peu, #links_peu, #xarxes_peu {
    text-align: center;
}

#content_logo_peu {
    width: 355px;
    padding-right: 58px;
}

#content_logo_peu img {
    margin-bottom: 15px;
}

#content_logo_peu {
    text-transform: uppercase;
}

#links_peu {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 5px 40px 25px 40px;
}

#links_peu div {
    margin-bottom: 22px;
}

#links_peu a {
    text-transform: uppercase;
}

#links_peu #idiomes {
    margin-bottom: 12px;
}

#xarxes_peu {
    width: 360px;
    padding-left: 35px;
    padding-right: 15px;
    padding-top: 15px;
}

#xarxes_peu h5 {
    font-family: 'Moderat';
    /*font-family: 'rutan_medium';*/
    font-size: 12px;
    color: #585858;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#xarxes_peu a {
    color: #c7c7c7;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border: 1px solid #c7c7c7;
    line-height: 42px;
    border-radius: 4px;
    font-size: 19px;
    margin: 0px 1px;
    vertical-align: top;
}

.gallery {
    width: 530px;
    background-color: #CCC;
    margin-right: 25px;
    margin-top: 5px;
    margin-bottom: 25px;
    position: relative;
}

.slide_gen {
    position: relative;
}

.slide_gen>a {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.slide_gen img {
    width: 100%;
    display: block;
}

.botons_socials a {
    vertical-align: top;
}

.downloads {
    margin: 20px 0px;
    padding-top: 20px;
    border-top: 1px solid #CCC;
}

.downloads a {
    text-decoration: none;
}

.downloads i {
    font-size: 24px;
    vertical-align: -2px;
    margin-right: 5px;
}

.bloc_fill {
    float: left;
    width: 282px;
    margin: 0px 25px 25px 0px;
    padding: 2px;
    text-decoration: none;
    color: #666;
}

.bloc_fill .titol_rutan_marro {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.bloc_fill>div {
    background-color: #eaeaea;
    overflow: hidden;
    padding: 15px;
}

.bloc_fill .desc {
    margin-bottom: 25px;
    min-height: 110px;
}

.bloc_fill img {
    width: 100% !important;
}

.bloc_fill .boto_generic {
    padding: 11px 14px;
    /* color: #a4664e; */
    color: #474646;
}

/*ERROR -------------------*/

.error {
    color: #C00;
    margin-bottom: 15px;
}

#displayedError {
    padding: 10px;
    text-align: center;
    display: none;
    z-index: 9000!important;
    font-size: 14px;
}

#displayedError.neutre {
    color: #0072FF;
    background-color: #A6DBFF;
    border: 2px solid #0072FF;
}

#displayedError.positiu {
    background-color: #bed88d;
    /*border: 2px solid #5f6c45;*/
    color: #5f6c45;
}

#displayedError.error {
    background-color: #FFC4C4;
    border: 2px solid #FF0000;
    color: #FF0000;
}

.boto_manual {
    width: 300px;
    display: block;
    margin: 10px auto;
    background-color: #3C3C3C;
    color: white;
    padding: 5px 0;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 100;
    border: 0;
    font-family: 'rutan_light', Helvetica;
    cursor: pointer;
}

.marb_55 .contenidor_centrat_manuals {
    width: 400px;
}

.marb_55 .contenidor_centrat_manuals h2 {
    font-size: 14px;
    text-align: justify;
    font-family: 'rutan_light';
}

#logo_kin {
    width: 400px;
}

.marb_55#manuals {
    margin-bottom: 0px !important;
    padding-top: 35px;
}

/*RESPONSIVE*/

@media screen and (max-width: 1920px) {
    #content_country {
        min-height: 0;
        padding-top: 90px;
    }
    #content_country h1 {
        text-align: right;
        line-height: 0.95;
        font-size: 95px;
        margin-bottom: 70px;
        padding-left: 80px;
    }
    #content_country h2 {
        font-size: 45px;
    }
    #country_selection>div {
        width: 15%;
        margin-right: 1%;
        font-size: 16px;
    }
    #country_selection .nom_continent {
        font-size: 18px;
    }
}

@media screen and (max-width: 1600px) {
    #content_country>div {
        margin-right: 40px;
    }
    #content_country h1 {
        text-align: right;
        line-height: 0.95;
        font-size: 80px;
        margin-bottom: 70px;
        padding-left: 90px;
    }
    #content_country h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1500px) {
    #grups_tons {
        display: block;
        width: 800px;
        margin: auto;
        margin-bottom: 56px;
    }
    .grup_tons {
        width: 31%;
        min-width: 0;
        margin: 10px 1%
    }
    #country_selection>div {
        width: 100%;
        text-align: left;
    }
    #country_selection span, #country_selection a {
        text-align: left;
    }
    #country_selection span {
        margin-top: 15px;
    }
    #country_selection>div:first-child span {
        margin-top: 0;
    }
    #country_selection a {
        display: inline-block;
        vertical-align: top;
        width: 24%;
    }
    #content_country>div {
        max-width: 48%;
    }
    #content_country h1 {
        line-height: 0.95;
        font-size: 70px;
        margin-bottom: 70px;
    }

    #slide_gran .text_slide {
        /*width: 800px;
        left: 50%;
        bottom: 200px;
        margin-left: -400px;*/
        right: 10%;
        width: 580px;
    }
    #slide_gran .text_slide .titol_play_blanc {
        /*font-size: 102px;*/
        font-size: 60px;
    }
    #slide_gran .bottom_slide {
        bottom: 60px;
    }
    .boto_slide {
        font-size: 10px;
        height: 40px;
        line-height: 40px;
        padding: 0px 30px;
    }
}

@media screen and (max-width: 1250px) {
    body {
        overflow-x: hidden;
    }
    .contenidor_centrat {
        width: 800px;
    }
    .contenidor_centrat>div {
        padding: 0 10px;
    }
    #eines_top {
        font-size: 10px;
        letter-spacing: 1px;
    }
    #eines_top a {
        padding: 0px 5px;
    }
    header nav>div.fr {
        width: 668px;
        padding: 0
    }
    #menu {
        padding-left: 10px;
        font-size: 11px;
    }
    #menu li>div {
        overflow: hidden;
    }
    #menu>li>a, #menu>li>span {
        padding-left: 12px;
        width: 158px;
        letter-spacing: 1px;
    }
    #menu li a i, #menu li span i {
        font-size: 18px;
        margin-left: 10px;
    }
    #menu li>div>div {
        padding-left: 0;
    }
    #menu li>div>div:before {
        left: 0;
    }
    #menu ul {
        width: 200px;
    }
    #menu li>div .cuadricula_grups {
        width: 600px;
        padding: 0;
    }
    #menu li ul li a, #menu li ul li span {
        font-size: 11px;
        letter-spacing: 1px;
        padding: 10px 25px;
    }
    .cuadricula_grups a {
        width: 200px;
        height: 138px;
    }
    .cuadricula_grups.items_1 a {
        width: 600px;
        height: 277px;
    }
    .cuadricula_grups.items_3 a {
        height: 277px;
    }
    .cuadricula_grups.items_4 a {
        width: 300px;
    }
    #slide_gran {
        /*height: 385px;*/
    }
    #slide_gran .text_slide {
        /*width: 800px;
        left: 50%;
        bottom: 200px;
        margin-left: -400px;*/
        right: 10%;
        width: 580px;
    }
    #slide_gran .text_slide .titol_play_blanc {
        /*font-size: 102px;*/
        font-size: 60px;
    }
    #slide_gran .bottom_slide {
        bottom: 60px;
    }
    .boto_slide {
        font-size: 10px;
        height: 40px;
        line-height: 40px;
        padding: 0px 30px;
    }
    .titol_play_negre_cursiva {
        font-size: 20px;
    }
    .banner_home {
        width: 49%;
        height: 243px;
        padding: 18px;
        line-height: 1.35;
    }
    .banner_home .banner_titol {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner_home .banner_boto {
        line-height: 45px;
        height: 45px;
        font-size: 13px;
    }
    footer .contenidor_centrat {
        width: 100%;
    }
    #content_logo_peu {
        width: 200px;
        padding-right: 0;
    }
    #xarxes_peu {
        width: 200px;
        padding-left: 0;
        padding-right: 0;
    }
    #xarxes_peu a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        margin: 0;
    }
    #content_slide_fitxa .text_slide {
        left: 0;
        margin-left: 15%;
        font-size: 16px;
    }
    .producte_slide {
        /*margin-left: -53%;*/
    }
    .producte_placa {
        margin-left: 16%;
    }
    .intro_fitxa div.fl, .intro_fitxa div.fr {
        width: 50%;
        font-size: 16px;
    }
    .intro_fitxa .titol_play_negre, #content_productos_rel .titol_play_negre, #frase_portada_producte {
        font-size: 30px;
        line-height: 1.25
    }
    .content_tecnologia .titol_play_blanc {
        font-size: 30px;
    }
    .fill_tecnologia {
        margin-bottom: 20px;
        width: 32.5%;
    }
    .fill_tecnologia img {
        max-width: 100%;
    }
    .content_tecnologia div.fr {
        font-size: 16px;
    }
    #content_tonos .titol_play_negre, #content_tecnica .titol_play_negre {
        font-size: 25px;
    }
    .contenidor_fills>div {
        width: 100%;
    }
    .fill_tecnica {
        word-spacing: normal;
        width: 49%;
        margin-right: 1%;
    }
    .fill_tecnica:nth-child(2n) {
        margin-right: 0;
    }
    .frase_portada_producte table {
        min-height: 280px!important;
    }
    #fitxa_article div.fl {
        width: 37%;
    }
    #fitxa_article .imatge_fitxa_article img {
        max-width: 100%;
    }
    #fitxa_article div.fr {
        width: 60%;
    }
    .content_tecnologia {
        padding-top: 60px;
    }
    .subtitol_tecnologia {
        font-size: 18px;
    }
    .content_tecnologia div.fl, .content_tecnologia div.fr {
        width: 100%;
    }
    .producto_rel {
        width: 32.5%;
    }
    .content_kintrends>div {
        width: 780px;
    }
    #content_slide_home #video_kintrends {
        height: 600px !important;
    }
    #video_kintrends {
        height: 450px;
    }
    #video_kintrends .titol_play_blanc {
        font-size: 14px;
        margin-bottom: 50px;
    }
    .content_kintrends .titol_play_negre, .content_kintrends .titol_play_blanc {
        font-size: 43px;
    }
    #slide_kintrends {
        overflow: hidden;
        box-sizing: border-box;
        height: 418px;
        background-color: #CCC;
    }
    #subcolecciones b {
        display: block;
        font-weight: normal;
        font-size: 40px;
    }
    #subcolecciones span {
        position: absolute;
        top: 15px;
        left: 15px;
    }
    #subcolecciones>a, #subcolecciones>div {
        font-size: 15px;
    }
    .titol_play_blanc {
        color: #FFF;
        font-size: 90px;
        line-height: 0.9;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }
    #content_slide_fitxa .titol_play_blanc {
        font-size: 40px;
    }
    .cover table {
        position: absolute;
        top: 0;
        z-index: 200;
        left: 0;
        margin-left: 0;
        height: 100%;
        bottom: 0;
        padding: 5%;
    }
    .frase_treballador .fr {
        width: 501px;
        margin-right: 42px;
        margin-top: 0px;
    }
    .pas {
        width: 30.5%;
        word-spacing: normal;
        display: inline-block;
        margin-right: 2%;
        line-height: 1.45;
        font-family: 'rutan_medium';
        margin-bottom: 2%;
    }
    .intro_passos {
        width: 30.5%;
        height: 345px;
        font-size: 14px;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .intro_passos td {
        text-align: center;
        padding: 25px;
    }
    .intro_passos h3 {
        font-size: 20px;
    }
    .intro_passos .titol_play_negre {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .producte_pas {
        display: inline-block;
        width: 30.5%;
        text-align: center;
        vertical-align: top;
        padding: 25px;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .producte_pas .img_producte_pas {
        height: 175px;
    }
    .producte_pas .img_producte_pas img {
        max-width: 100%;
        max-height: 175px;
    }
    #menu_pasos a {
        height: 60px;
        line-height: 60px;
        display: inline-block;
        padding: 0px 25px;
        font-size: 18px;
        letter-spacing: 2px;
        text-decoration: none;
        cursor: pointer;
        color: #FFF;
        font-family: 'rutan_regular';
        margin: 10px 15px;
        background-color: #d84443;
        min-width: 232px;
    }
    .boto_gris {
        height: 50px;
        line-height: 50px;
        padding: 0px 20px;
        font-size: 12px;
    }
    .text_recomendacion {
        width: 50%;
    }
    .text_recomendacion .titol_play_negre {
        font-size: 30px;
    }
    .recomendacion {
        padding: 0;
        margin-bottom: 25px;
    }
    .recomendacion>div {
        padding: 10px;
    }
    .intro_blanca {
        padding: 40px 0px;
    }
    .intro_blanca .titol_play_negre {
        font-size: 35px;
        margin-bottom: 0;
        line-height: 1.25;
        letter-spacing: 2px;
    }
    .header_formacion {
        min-height: 0;
    }
    .header_formacion>div {
        padding: 90px 25px 30px 25px;
        min-height: 310px;
    }
    .desc_header_formacion {
        width: 365px;
        opacity: 1 !important;
        font-size: 14px;
        letter-spacing: 1;
    }
    .fill_formacion {
        padding: 40px 0px;
        width: 206px;
        vertical-align: top;
        line-height: 1.55;
        float: left;
        margin-right: 20px;
    }
    .intro_profesionales {
        min-height: 0;
    }
    .intro_profesionales table {
        height: 680px;
        width: 800px;
        margin: auto;
    }
    #content_profesionales {
        padding: 1px 0px;
    }
    .bloc_profesional {
        margin-right: 1%;
    }
    .bloc_profesional, .bloc_profesional.petit {
        width: 31.5%;
        height: auto;
        padding-top: 31%;
    }
    .bloc_profesional.gran {
        width: 100%;
        height: auto;
        padding-top: 47%;
    }
    .bloc_profesional.mig {
        width: 48%;
        height: auto;
        padding-top: 36%;
    }
    .bloc_profesional h3 {
        font-weight: normal;
        font-family: 'rutan_regular';
        font-size: 20px;
    }
    .bloc_profesional table {
        font-size: 14px;
    }
    .desc_profesional div.fl, .desc_profesional div.fr {
        width: 100%;
        margin-bottom: 25px;
    }
    .desc_profesional>div {
        padding: 25px 0px !important;
    }
    #slide_historia {
        height: 418px;
        background-color: #CCC;
    }
    #content_slide_historia .titol_play_blanc {
        font-size: 35px;
    }
    .cover table.contenidor_centrat {
        left: 50%;
        margin-left: -400px;
    }
    #intro_historia {
        width: auto;
        margin-bottom: 100px;
    }
    .bloc_historia, .bloc_historia_text {
        width: 32%;
        height: auto;
        padding-top: 29.5%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .bloc_historia.doble, .bloc_historia_text.doble {
        width: 65%;
    }
    .bloc_historia .any {
        width: 75px;
        height: 75px;
        border-radius: 75px;
        line-height: 75px;
        font-size: 21px;
        padding-left: 4px;
    }
    .bloc_historia_text .any {
        font-size: 33px;
        padding-bottom: 9px;
        margin-bottom: 18px;
    }
    #mapa_kinmundo {
        height: 418px;
    }
    .columna_paisos {
        width: 18%;
        margin-bottom: 25px;
        margin-right: 1%;
    }
    .nom_continent {
        font-size: 18px;
    }
    #content_paisos {
        font-size: 12px;
    }
    #intro_distribuidores>div {
        width: 800px;
    }
    .grup_articles {
        min-width: 0;
        width: 100%;
        margin: 0px 1% 15px 1%;
    }
    /* == KIN Corporate =========================================== */
    .navegacio_corporate {
        width: 475px !important;
    }
    #slide_corporate {
        height: 418px;
    }
    #slide_corporate .text_slide {
        text-align: right;
        position: absolute;
        right: 50%;
        width: 400px;
        height: 90%;
        margin-right: -400px;
    }
    #slide_corporate .titol_play_negre {
        font-size: 79px;
    }
    #slide_corporate .titol_play_negre_cursiva {
        font-size: 22px;
    }
    #slide_corporate .text_slide span {
        margin-left: 45px;
    }
    .bloc_arxiu {
        width: 47%;
        padding: 18px;
        background-color: #FFF;
        display: inline-block;
        margin-right: 2%;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.45;
        vertical-align: top;
    }
    #img_fitxa_corporate {
        background-color: #e4e4e4;
        padding: 30px;
        text-align: center;
    }
    #categories_corporate a {
        font-size: 8px;
    }
    .desc_corporate {
        min-height: 0;
    }
    #fitxa_corporate>div>div {
        vertical-align: middle;
    }
    .gallery {
        width: 50%;
    }
    .bloc_fill {
        width: 31%;
        margin: 0px 1.5% 1.5% 0px;
    }
    #country_selection a {
        width: 32%;
    }
    #country_selection>div {
        font-size: 14px;
    }
    #country_selection .nom_continent {
        margin-bottom: 12px;
    }
    #content_country h1 {
        font-size: 56px;
        padding-left: 0;
    }
    #content_country h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 810px) {
    .mobile {
        display: block;
    }
    .cuadricula_grups {
        display: none !important;
    }
    .contenidor_centrat {
        width: 95%;
    }
    header {
        height: auto;
        position: relative;
        min-height: 70px;
    }
    header .contenidor_centrat {
        width: 100% !important;
    }
    #logo {
        width: 65px;
        height: 70px;
        position: absolute;
        top: 0;
        background-color: #FFF;
    }
    #logo img {
        width: 41px;
    }
    #menu_corporate li>span, #idiomes li>span, #eines_top a {
        font-size: 9px;
        padding: 0px 15px;
    }
    #eines_top>a {
        display: none;
    }
    header nav>div.fr {
        width: 100%;
    }
    #desplegador_menu {
        padding: 10px 20px;
        /* background-color: #a4664e; */
        background-color: #474646;
        color: #FFF;
        text-transform: uppercase;
        display: block;
        margin-left: 65px;
        font-size: 13px;
        height: 37px;
        letter-spacing: 1px;
    }
    #idiomes {
        padding-left: 0;
    }
    #menu {
        display: none;
        padding: 0;
        height: auto;
    }
    #menu.active {
        display: block;
    }
    #menu>li {
        display: block;
    }
    #menu li>ul, #menu li>div {
        max-height: none !important;
        z-index: 500;
        position: static;
        width: 100%;
        display: none;
    }
    #menu li>div ul {
        min-height: 0 !important;
        max-height: none !important;
        z-index: 500;
        position: static;
        width: 100%;
        float: none !important;
    }
    #menu li ul li a {
        padding-left: 35px;
    }
    #menu li ul li:hover a, #menu li ul li.active a {
        background-color: transparent;
    }
    #menu li>div {
        display: none;
    }
    .submenu_grup li a {
        padding-left: 50px !important;
        font-family: 'rutan_regular' !important;
    }
    #menu>li>a, #menu>li>span {
        border-top: 0px;
        height: inherit;
        line-height: 1.25;
        padding: 12px 20px;
        position: relative;
        background-color: #f1f1f1;
        display: block;
        width: auto;
    }
    #menu li a i, #menu li span i {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -10px;
        display: inline !important;
    }
    #menu li.desplegat>a>i, #menu li.desplegat>span>i {
        transform: rotate(180deg);
    }
    #menu li ul li:hover a, #menu li ul li.active a, #menu li ul li:hover span, #menu li ul li.active span {
        background-color: transparent !important;
    }
    #slide_gran {
        /*height: 210px;*/
    }

    .slidepc {
        display: none;
    }
    
    .slidemobil {
        display: block;
    }
    .boto_slide {
        height: 33px;
        line-height: 32px;
        padding: 0px 13px;
        font-size: 9px;
        letter-spacing: 2px;
    }
    .bullet_points.sobreposat {
        bottom: -5px;
    }
    #content_slide_home {
        margin-bottom: 10px;
    }
    #slide_gran .bottom_slide {
        bottom: 42px;
        left: 2%;
        right: 2%;
        text-align: right;
    }
    #slide_gran .text_slide {
        width: 96%;
        bottom: 92px;
        margin-left: -48%;
        left: 50%;
    }
    #slide_gran .text_slide .titol_play_blanc {
        font-size: 24px;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }
    #slide_gran .text_slide .titol_play_negre_cursiva {
        font-family: 'playfair_italic';
        font-weight: normal;
        color: #272727;
        font-size: 17px;
        line-height: 0.9;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    #slide_gran .text_slide span {
        font-family: 'rutan_demibold';
        font-weight: normal;
        color: #FFF;
        font-size: 11px;
    }
    .bullet_points span {
        margin: 0px 2px;
    }
    .banner_home {
        width: 100%;
        height: auto;
        padding-top: 57%;
        margin-bottom: 9px;
        position: relative;
        overflow: hidden;
    }
    .banner_home .banner_titol {
        position: absolute;
        left: 18px;
        right: 18px;
        top: 18px;
        font-size: 14px;
    }
    .banner_home .banner_subtitol, .banner_home>div {
        display: none !important;
    }
    .banner_home img {
        opacity: 1 !important;
    }
    #slide_petit_grup .cycle, #slide_petit_grup .cycle>a, #slide_petit_grup .cycle table td {
        height: auto;
        margin-bottom: 0px;
    }
    footer .table, footer .table div {
        display: block;
        width: 100% !important;
    }
    #links_peu {
        border: 0;
        padding: 5px 15px 25px 15px;
    }
    #content_logo_peu img {
        margin-bottom: 15px;
        width: 50px;
    }
    .intro_fitxa table, .intro_fitxa td {
        display: block !important;
        width: 100% !important;
        margin-bottom: 25px;
    }
    .intro_fitxa ul {
        padding-left: 10px;
    }
    .intro_fitxa>div {
        margin-bottom: 25px;
    }
    .intro_fitxa div.fl, .intro_fitxa div.fr {
        width: 100%;
        margin-bottom: 0px;
    }
    .intro_fitxa div.fr img {
        max-width: 100%;
    }
    .content_tecnologia_flex>div {
        display: block;
    }
    .fill_tecnologia, .fill_tecnica, .producto_rel {
        margin-bottom: 20px;
        width: 100%;
        padding: 0;
        word-spacing: normal;
    }
    .grup_articles {}
    .grup_articles {
        min-width: 0;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .grup_tons {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        display: block;
        padding: 0px 10px;
    }
    #slide_fitxa {
        height: 315px;
        margin-bottom: 100px;
    }
    .producte_slide {
        left: 0;
        margin-left: 0px;
        width: 350px;
        bottom: -125px;
    }
    .producte_placa {
        left: auto;
        right: 15px;
        margin-left: 0px;
        width: 115px;
        bottom: -39px;
    }
    .producte_slide_kinessences {
        left: 0;
        margin-left: 20px;
        width: 205px;
        bottom: -30px;
    }
    .intro_kinessences {
        padding: 50px 0;
    }
    .intro_kinessences h3 {
        font-size: 30px;
    }
    .frase_kinessences {
        font-size: 20px;
    }
    .banner_kinessence {
        width: 100% !important;
        display: block !important;
        font-size: 20px;
    }
    .banner_kinessence span {
        top: 0 !important;
        bottom: 0 !important;
        height: 30px !important;
    }
    .banner_kinessence.partit img {
        margin-top: -9% !important;
    }
    #content_slide_fitxa {
        position: relative;
        margin-bottom: 70px;
        margin-bottom: 70px;
    }
    #content_slide_fitxa .titol_play_blanc {
        font-size: 25px;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }
    #content_slide_fitxa .text_slide {
        font-size: 23px;
        line-height: 1.2;
        left: 15px;
        bottom: 130px;
        margin-left: 0;
        /* margin-top: 25px; */
        padding-top: 20px;
        /* position: absolute; */
    }
    .frase_portada_producte table {
        min-height: 136px !important;
    }
    .frase_portada_producte {
        font-size: 19px;
        line-height: 1.25;
    }
    #fitxa_article {
        margin-bottom: 25px;
    }
    #fitxa_article div.fl, #fitxa_article div.fr {
        width: 100%;
        margin-bottom: 50px;
        padding-top: 0;
    }
    #fitxa_article .imatge_fitxa_article {
        padding: 0;
        min-height: 0;
    }
    #fitxa_article .imatge_fitxa_article img {
        max-width: 100%;
        max-height: 250px;
    }
    .titol_play_marro {
        font-size: 20px;
    }
    .titol_rutan_marro {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .content_kintrends>div {
        width: 95%;
    }
    .content_kintrends .titol_play_negre, .content_kintrends .titol_play_blanc {
        font-size: 30px;
        margin-bottom: 15px;
    }
    #video_kintrends, #content_slide_home #video_kintrends {
        height: 200px;
    }
    #video_kintrends .titol_play_blanc {
        font-size: 35px;
        margin-bottom: 25px;
    }
    #video_kintrends h1 {
        font-size: 11px;
        letter-spacing: 3px;
        line-height: 1.25;
        margin-bottom: 15px;
    }
    #video_kintrends .titol_play_blanc {
        font-size: 22px;
        margin-bottom: 15px;
    }
    #video_kintrends a img {
        width: 30px;
    }
    .content_kintrends {
        padding: 50px 0px;
        font-size: 14px;
    }
    #subcolecciones>a, #subcolecciones>div {
        width: 100%;
        padding-top: 96%;
    }
    #slide_kintrends {
        height: 200px;
    }
    .titol_play_blanc {
        color: #FFF;
        font-size: 30px;
        line-height: 0.9;
        letter-spacing: 0px;
        margin-bottom: 8px;
    }
    .titol_play_blanc_cursiva {
        font-size: 18px;
        line-height: 0.9;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    .desc_latin {
        font-size: 15px;
        margin-bottom: 50px;
    }
    .frase_treballador .foto_treballador {
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 200px;
        float: none !important;
        display: block;
        margin: auto;
        margin-bottom: 25px;
    }
    .frase_treballador .fr {
        width: 100%;
        margin-right: 42px;
        margin-top: 0px;
        float: none !important;
    }
    #menu_pasos {
        padding: 25px 0px;
    }
    #menu_pasos a {
        display: block;
    }
    .content_passos {
        padding: 25px 0px;
    }
    .intro_passos {
        width: 100%;
        height: auto;
        font-size: 14px;
        margin: 0;
    }
    .producte_pas, .pas {
        display: block;
        width: auto;
        margin-bottom: 25px;
    }
    .recomendacion {
        padding: 0;
    }
    .recomendacion .table, .recomendacion .table>div, .recomendacion .table>div>div {
        display: block;
        width: 100% !important;
        height: auto;
    }
    .recomendacion .table>div>div {
        padding: 25px 0;
    }
    .text_recomendacion .titol_play_negre {
        font-size: 25px;
    }
    .img_recomendacion img {
        max-width: 100%;
    }
    .intro_blanca .titol_play_negre {
        font-size: 25px;
    }
    .header_formacion {
        background-size: auto 200px !important;
        background-repeat: no-repeat;
        background-position: top center !important;
    }
    .header_formacion>div {
        padding: 0px;
    }
    .acces_header_formacion {
        float: none !important;
        margin: auto;
        margin-bottom: 0;
        width: auto;
        padding: 35px 10px;
        min-height: 200px;
    }
    .desc_header_formacion {
        margin: 0;
        width: auto;
        float: none !important;
        padding: 10px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .fills_formacion .contenidor_fills {
        margin: 0 20px;
    }
    .fill_formacion {
        padding: 25px 0px;
        width: auto;
        vertical-align: top;
        line-height: 1.55;
        float: left;
        margin-right: 20px;
    }
    .fills_formacion .contenidor_fills>div {
        border-top: none;
    }
    .intro_profesionales {
        min-height: 0;
        font-size: 14px;
    }
    .intro_profesionales span {
        font-size: 24px;
    }
    .intro_profesionales table {
        height: auto;
        width: 100%;
        margin: auto;
    }
    .intro_profesionales table td {
        padding: 25px;
    }
    .titol_grup_profesionales {
        letter-spacing: 2px;
        font-size: 22px;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .bloc_profesional.mig, .bloc_profesional.petit {
        width: 100% !important;
        height: auto !important;
        padding-top: 70% !important;
    }
    .bloc_profesional h3 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .bloc_profesional table {
        font-size: 11px;
    }
    .desc_profesional span {
        margin-bottom: 15px;
    }
    .desc_profesional h3 {
        line-height: 1.25;
        font-size: 19px;
        margin-bottom: 15px;
    }
    .bloc_profesional i {
        opacity: 0 !important;
    }
    .cover table.contenidor_centrat {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    #content_slide_historia .titol_play_blanc {
        font-size: 23px;
    }
    #content_slide_historia {
        font-size: 14px;
    }
    #slide_historia {
        height: 260px;
    }
    #content_historia {
        font-size: 14px;
        padding: 60px 0px;
        background-color: #f5f5f6;
    }
    #content_historia .titol_play_negre {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 25px;
    }
    #intro_historia {
        margin-bottom: 25px;
    }
    .bloc_historia, .bloc_historia_text {
        width: 100%;
        height: auto;
        padding-top: 95%;
    }
    .bloc_historia.doble, .bloc_historia_text.doble {
        width: 100%;
        padding-top: 47%;
    }
    .bloc_historia table, .bloc_historia_text table {
        font-size: 10px;
    }
    .bloc_historia_text .text_any {
        width: auto;
        margin: auto;
    }
    .bloc_historia .any, .bloc_historia:hover .any, .bloc_historia_text .any {
        font-size: 19px;
    }
    #intro_kinmundo {
        padding: 20px 0px;
    }
    .titol_rutan {
        font-size: 14px;
    }
    .columna_paisos {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }
    #intro_distribuidores>div {
        width: auto;
    }
    #intro_distribuidores>div>div {
        text-align: left;
        margin-top: 30px;
    }
    #intro_distribuidores ul li {
        margin-bottom: 28px;
        list-style-image: url(../img/thick_ul_distribuidores.png);
        padding-left: 20px;
        font-size: 14px;
    }
    #content_muestra>div {
        width: auto;
    }
    #content_form_kinmundo {
        padding: 25px 0px;
    }
    .txt_form_contacte {
        font-family: 'rutan_demibold';
        padding: 10px;
    }
    .frm_contacte {
        padding: 10px;
        border: 1px solid #dbdbda;
    }
    .content_input {
        width: 100% !important;
    }
    #header_corporate nav>div.fr {
        margin-top: 0;
        padding: 10px;
        width: 100% !important;
        float: none;
    }
    #header_corporate nav span {
        display: block;
        margin-bottom: 10px;
    }
    #logo_corporate {
        float: none;
        display: block;
        text-align: center;
        background-color: #292929;
    }
    #logo_corporate img {
        max-width: 100%;
    }
    #slide_corporate {
        height: 200px;
    }
    #slide_corporate .text_slide span {
        margin-left: 20px;
        font-size: 14px;
    }
    #slide_corporate .titol_play_negre {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #slide_corporate .titol_play_negre_cursiva {
        font-size: 9px;
    }
    #slide_corporate img {
        width: 24px;
    }
    #slide_corporate .text_slide {
        width: 150px;
        margin-right: -150px;
    }
    #filtres_materiales, #filtres_materiales>div, #filtres_materiales>div>div {
        display: block;
        width: 100% !important;
    }
    #categories_material .titol_rutan_reg_marro {
        margin-bottom: 25px;
        font-size: 22px;
    }
    #filtres_materiales.content_ocult h3 {
        width: 75%;
    }
    #filtres_materiales #categories_material, #filtres_materiales #tipus_arxiu {
        padding: 10px;
    }
    .checkbox_arxiu {
        font-family: 'rutan_medium';
        display: block;
        margin: 5px 15px 5px 0px;
        width: 100%;
    }
    .bloc_arxiu {
        width: 100%;
        margin-right: 0;
    }
    .bloc_arxiu table td {
        height: 250px;
    }
    #fitxa_corporate {
        margin-bottom: 25px;
    }
    #fitxa_corporate, #fitxa_corporate>div, #fitxa_corporate>div>div {
        width: 100% !important;
        display: block;
    }
    #img_fitxa_corporate {
        margin-bottom: 25px;
    }
    #content_fitxa_corporate {
        padding: 0;
    }
    .titol_rutan_reg_marro {
        font-size: 25px;
        line-height: 1.25;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }
    .grups_adjunts_corporate a {
        margin-bottom: 25px;
    }
    #grups_tons {
        width: 95%
    }
    .fila_tons .titol_to {
        padding: 15px 5px;
    }
    .fila_tons table {
        width: 128px;
    }
    .content_tonalidades>div {
        padding-left: 140px !important;
    }
    .contenidor_fills {
        overflow: hidden;
        width: 100%;
    }
    .gallery {
        width: 100%;
        margin-right: 0;
    }
    .bloc_fill {
        width: 100%;
    }
    #content_country {
        padding-top: 60px;
    }
    #content_country>div {
        max-width: 96%;
        display: inline-block;
        text-align: left;
        left: 2%;
    }
    #content_country h1 {
        font-size: 30px;
        padding: 0 2%;
        text-align: center;
        margin-bottom: 24px;
    }
    #content_country h2 {
        font-size: 26px;
        text-align: center;
    }
    #content_noticies {
        flex-direction: column !important;
    }
    #content_noticies>div {
        width: 100% !important;
    }
    #content_noticies div:nth-child(2) {
        padding-left: 0px !important;
    }
}

@media all and (max-width: 600px) {
    .titol_play_negre {
        font-size: 22px !important;
    }
    .desc_newsletter {
        font-size: 16px !important;
        padding: 0;
    }
    #country_selection a {
        width: 48%;
    }
    .marb_55 .contenidor_centrat_manuals {
        width: 300px;
    }
    #logo_kin {
        width: 300px;
    }
    .boto_manual {
        width: 250px;
    }

}

@media screen and (max-width: 1500px) {
    .modul_generic_productos.modul_fons {
        min-height: 830px;
    }
}

@media screen and (max-width: 1170px) {
    .modul_generic_productos.modul_fons {
        min-height: 730px;
    }
}

@media screen and (max-width: 1050px) {
    .modul_generic_productos.modul_fons {
        min-height: 630px;
        padding: 20px 0px;
    }
}

@media screen and (max-width: 875px) {
    .modul_generic_productos.modul_fons {
        min-height: 530px;
    }
    .modul_generic_productos.modul_fons h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .subtitol_modul {
        font-family: 'rutan_regular';
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .modul_generic_productos.modul_fons {
        min-height: 330px;
    }
}

@media screen and (max-width: 400px) {
    .modul_generic_productos.modul_fons {
        min-height: 230px;
    }
}

@media screen and (max-width: 350px) {
    .modul_generic_productos.modul_fons {
        min-height: 200px;
    }
}

/*magnific-popup.css------------------------------------------------------------------------------------------------------------------------------------------*/

/* Magnific Popup CSS */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    max-width: 500px;
    width: auto;
    max-height: 500px;
    overflow: auto;
    margin: 20px auto;
}

.white-popup>div {
    max-height: 480px;
    overflow: auto;
}

.white-popup-newsletter {
    position: relative;
    background: #f5f5f6;
    max-width: 950px;
    width: auto;
    overflow: auto;
    margin: 20px auto;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-gallery .mfp-image-holder .mfp-figure figure {
    margin: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*  Bullets subcoleccion */

div.fl.popup-gallery.subcol, div.pas.subcoleccio {
    position: relative;
}

div.fl.popup-gallery.subcol .bullet_points span {
    display: inline-block!important;
}

div.pas.subcoleccio .arrow_slide {
    top: 25%;
}

@media screen and (max-width: 810px) {
    div.pas.subcoleccio .arrow_slide.fa-angle-right {
        right: 25%;
    }
    div.pas.subcoleccio .arrow_slide.fa-angle-left {
        left: 10%;
    }
}

/* Custom scrollbar */

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    /*overflow:hidden;*/
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 8px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    height: 100%;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 8px;
    height: 100%;
    margin: 0 auto;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #b5b49a;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #928d5a;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #928d5a;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #928d5a;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragg�鉐������鉰�@��rgin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

/* estils de prova per mirar noves fonts */
.b-item4639 #content_slide_fitxa .text_slide {
    font-family: 'Noto Serif';
    /*font-family: 'Merriweather';*/
    font-style: italic;
}
.b-item4639 #content_slide_fitxa .text_slide .titol_play_blanc {
    font-style: normal;
}

.b-item4639 .titol_play_blanc {
    font-family: 'Noto Serif';
    letter-spacing: 0;
}

.b-item4639 .intro_fitxa .titol_play_negre {
    font-family: 'Noto Serif';
    letter-spacing: 0;
}

.b-item4639 .intro_fitxa div.fl, .intro_fitxa div.fr {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 18px;
}
body.b-item4639 strong {
    font-family: 'Nunito';
    font-weight: 600;
    letter-spacing: 2px;
}
.b-item4639 .boto_gris {
    font-family: 'Nunito';
}
.b-item4639 .content_tecnologia div.fr {
    font-family: 'Nunito';
    font-weight: 300;
}
.b-item4639 .titol_play_negre {
    font-family: 'Noto Serif';
    letter-spacing: 0;
}
.b-item4639 #content_tonos .titol_play_negre {
    font-family: 'Noto Serif';
    letter-spacing: 0;
}

.b-item4639 .desc_tecnica {
    font-family: 'Nunito';
    font-weight: 300;
}
.b-item4639 .producto_rel h3 {
    font-family: 'Noto Serif';
    letter-spacing: 0;
}
.b-item4639 .grup_tons {
    font-family: 'Nunito';
}
.b-item4639 .grup_tons.active {
    font-weight: bold;
}

.b-item4639 .fill_tecnologia h3 {
    font-family: 'Noto Serif';
    letter-spacing: 0;
}
.b-item4639 .fill_tecnologia {
    font-family: 'Nunito';
    font-weight: 300;
}
.b-item4639 .columna_tons table {
    font-family: 'Nunito';
}
.b-item4639 .fila_tons table, .b-item4639 .producto_rel {
    font-family: 'Nunito';
}
.b-item4639 .grup_articles {
    font-family: 'Nunito';
}





.b-item4955 #content_slide_fitxa .text_slide {
    font-family: 'Noto Serif';
    font-style: italic;
}
.b-item4955 #content_slide_fitxa .text_slide .titol_play_blanc {
    font-family: 'Noto Serif';
    font-style: normal;
}
.b-item4955 .titol_play_blanc {
    font-family: 'Noto Serif';
}

.b-item4955 .intro_fitxa .titol_play_negre {
    font-family: 'Noto Serif';
}

.b-item4955 .intro_fitxa div.fl, .intro_fitxa div.fr {
    font-family: 'Noto Sans';
    font-weight: 300;
    font-size: 18px;
}
body.b-item4955 strong {
    font-family: 'Noto Sans';
    font-weight: 600;
}
.b-item4955 .boto_gris {
    font-family: 'Noto Serif';
}
.b-item4955 .content_tecnologia div.fr {
    font-family: 'Noto Sans';
    font-weight: 300;
}
.b-item4955 .titol_play_negre {
    font-family: 'Noto Serif';
}
.b-item4955 .desc_tecnica {
    font-family: 'Noto Sans';
    font-weight: 300;
}
.b-item4955 .producto_rel h3, .b-item4955 .grup_articles {
    font-family: 'Noto Serif';
}
.b-item4955 .grup_tons {
    font-family: 'Noto Sans';
}
.b-item4955 .fill_tecnologia h3 {
    font-family: 'Noto Serif';
}
.b-item4955 .fill_tecnologia {
    font-family: 'Noto Sans';
    font-weight: 300;
}
.b-item4955 .columna_tons table {
    font-family: 'Noto Sans';
}
.b-item4955 .fila_tons table, .b-item4955 .producto_rel {
    font-family: 'Noto Sans';
}
/* fi estils de prova per mirar noves fonts */

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    �鉐������鉰�@��eft: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'playfair_bold_italic';
    src: url('../fonts/playfairdisplay-bolditalic-webfont.eot');
    src: url('../fonts/playfairdisplay-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-bolditalic-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-bolditalic-webfont.woff') format('woff'), url('../fonts/playfairdisplay-bolditalic-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-bolditalic-webfont.svg#playfair_displaybold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_italic';
    src: url('../fonts/playfairdisplay-italic-webfont.eot');
    src: url('../fonts/playfairdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-italic-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-italic-webfont.woff') format('woff'), url('../fonts/playfairdisplay-italic-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-italic-webfont.svg#playfair_displayitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_regular';
    src: url('../fonts/playfairdisplay-regular-webfont.eot');
    src: url('../fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-regular-webfont.woff') format('woff'), url('../fonts/playfairdisplay-regular-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_black';
    src: url('../fonts/playfairdisplay-black-webfont.eot');
    src: url('../fonts/playfairdisplay-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-black-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-black-webfont.woff') format('woff'), url('../fonts/playfairdisplay-black-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-black-webfont.svg#playfair_displayblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_blackitalic';
    src: url('../fonts/playfairdisplay-blackitalic-webfont.eot');
    src: url('../fonts/playfairdisplay-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-blackitalic-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-blackitalic-webfont.woff') format('woff'), url('../fonts/playfairdisplay-blackitalic-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-blackitalic-webfont.svg#playfair_displayblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_bold';
    src: url('../fonts/playfairdisplay-bold-webfont.eot');
    src: url('../fonts/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-bold-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-bold-webfont.woff') format('woff'), url('../fonts/playfairdisplay-bold-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-bold-webfont.svg#playfair_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rutan_medium';
    src: url('../fonts/rutan-medium-webfont.eot');
    src: url('../fonts/rutan-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rutan-medium-webfont.woff2') format('woff2'), url('../fonts/rutan-medium-webfont.woff') format('woff'), url('../fonts/rutan-medium-webfont.ttf') format('truetype'), url('../fonts/rutan-medium-webfont.svg#rutanmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rutan_regular';
    src: url('../fonts/rutan-regular-webfont.eot');
    src: url('../fonts/rutan-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rutan-regular-webfont.woff2') format('woff2'), url('../fonts/rutan-regular-webfont.woff') format('woff'), url('../fonts/rutan-regular-webfont.ttf') format('truetype'), url('../fonts/rutan-regular-webfont.svg#rutanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rutan_thin';
    src: url('../fonts/rutan-thin-webfont.eot');
    src: url('../fonts/rutan-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rutan-thin-webfont.woff2') format('woff2'), url('../fonts/rutan-thin-webfont.woff') format('woff'), url('../fonts/rutan-thin-webfont.ttf') format('truetype'), url('../fonts/rutan-thin-webfont.svg#rutanthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rutan_bold';
    src: url('../fonts/rutan-bold-webfont.eot');
    src: url('../fonts/rutan-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rutan-bold-webfont.woff2') format('woff2'), url('../fonts/rutan-bold-webfont.woff') format('woff'), url('../fonts/rutan-bold-webfont.ttf') format('truetype'), url('../fonts/rutan-bold-webfont.svg#rutanbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rutan_demibold';
    src: url('../fonts/rutan-demibold-webfont.eot');
    src: url('../fonts/rutan-demibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rutan-demibold-webfont.woff2') format('woff2'), url('../fonts/rutan-demibold-webfont.woff') format('woff'), url('../fonts/rutan-demibold-webfont.ttf') format('truetype'), url('../fonts/rutan-demibold-webfont.svg#rutandemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rutan_light';
    src: url('../fonts/rutan-light-webfont.eot');
    src: url('../fonts/rutan-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rutan-light-webfont.woff2') format('woff2'), url('../fonts/rutan-light-webfont.woff') format('woff'), url('../fonts/rutan-light-webfont.ttf') format('truetype'), url('../fonts/rutan-light-webfont.svg#rutanlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rutan_black';
    src: url('../fonts/rutan-black-webfont.eot');
    src: url('../fonts/rutan-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rutan-black-webfont.woff2') format('woff2'), url('../fonts/rutan-black-webfont.woff') format('woff'), url('../fonts/rutan-black-webfont.ttf') format('truetype'), url('../fonts/rutan-black-webfont.svg#rutanblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Playfair;
    src: url(/templates/PUBLIC/madeincostabrava/Fonts/PlayfairDisplay/PlayfairDisplay-Black.otf);
}

@font-face {
    font-family: Playfair-regular;
    src: url(/templates/PUBLIC/madeincostabrava/Fonts/PlayfairDisplay/PlayfairDisplay-Regular.otf);
}

@font-face {
    font-family: Rutam;
    src: url(/templates/PUBLIC/madeincostabrava/Fonts/Rutan/Rutan-Black.otf);
}

@font-face {
    font-family: Rutam-light;
    src: url(/templates/PUBLIC/madeincostabrava/Fonts/Rutan/Rutan-Light.otf);
}

@font-face {
    font-family: Rutam-Thin;
    src: url(/templates/PUBLIC/madeincostabrava/Fonts/Rutan/Rutan-Thin.otf);
}

@font-face {
    font-family: 'Moderat';
    src: url('../fonts/Moderat-Medium.eot');
    src: url('../fonts/Moderat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moderat-Medium.woff2') format('woff2'),
        url('../fonts/Moderat-Medium.woff') format('woff'),
        url('../fonts/Moderat-Medium.ttf') format('truetype'),
        url('../fonts/Moderat-Medium.svg#Moderat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moderat-Light';
    src: url('../fonts/Moderat-Light.eot');
    src: url('../fonts/Moderat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moderat-Light.woff2') format('woff2'),
        url('../fonts/Moderat-Light.woff') format('woff'),
        url('../fonts/Moderat-Light.ttf') format('truetype'),
        url('../fonts/Moderat-Light.svg#Moderat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moderat-Bold';
    src: url('../fonts/Moderat-Bold.eot');
    src: url('../fonts/Moderat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moderat-Bold.woff2') format('woff2'),
        url('../fonts/Moderat-Bold.woff') format('woff'),
        url('../fonts/Moderat-Bold.ttf') format('truetype'),
        url('../fonts/Moderat-Bold.svg#Moderat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moderat-Regular';
    src: url('../fonts/Moderat-Regular.eot');
    src: url('../fonts/Moderat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moderat-Regular.woff2') format('woff2'),
        url('../fonts/Moderat-Regular.woff') format('woff'),
        url('../fonts/Moderat-Regular.ttf') format('truetype'),
        url('../fonts/Moderat-Regular.svg#Moderat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moderat-Thin';
    src: url('../fonts/Moderat-Thin.eot');
    src: url('../fonts/Moderat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moderat-Thin.woff2') format('woff2'),
        url('../fonts/Moderat-Thin.woff') format('woff'),
        url('../fonts/Moderat-Thin.ttf') format('truetype'),
        url('../fonts/Moderat-Thin.svg#Moderat-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.madeincostabrava .madeincostabrava {
    margin: 0;
}

.madeincostabrava .welove {
    width: 100%;
    text-align: center;
}

.madeincostabrava .weloveIcono {
    width: 30%;
    margin: 50px;
}

.madeincostabrava .videoKin {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
}

.madeincostabrava .videoKin .bgVideo {
    width: 100%;
    height: 900px;
}

.madeincostabrava .videoKin .botoPlay {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}

.madeincostabrava .videoKin .botoPlay:hover img {
    filter: brightness(0.5);
}

.madeincostabrava #video_kintrends .titolplayblanc {
    text-decoration: none;
    font-size: 50px;
    font-family: Rutam-light;
    color: white;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}

.madeincostabrava #video_kintrends .titol_play_blanc {
    font-family: Rutam-light;
    font-size: 14px;
    margin-top: 10px;
}

.madeincostabrava .desaceBloc {
    width: 100%;
    display: flex;
    margin: 5%;
    overflow: hidden;
    margin-right: 0px;
    /* margin: 0px; */
    /* padding: 10px; */
}

.madeincostabrava .desaceBloc .bloc1 {
    margin: 5px;
    margin-left: 7%;
    width: auto;
    display: flex;
    flex-direction: column;
}

/*
.madeincostabrava .desaceBloc .bloc1::before {
    content: '';
    height: 77%;
    z-index: 2;
    width: 1px;
    position: absolute;
    background: linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), grey 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%);
    transform: rotate(345deg);
    -webkit-backface-visibility: hidden;
    margin-top: -30px;
    margin-left: 10%;
}
*/

.madeincostabrava .desaceBloc .bloc2 {
    margin-left: 4%;
    width: 32%;
}

.madeincostabrava .desaceBloc .bloc3 {
    margin: 5px;
    margin-left: 4%;
    width: 30%;
}

.desaceBloc .img1 {
    width: 250px;
    height: 300px;
    object-fit: cover;
}

.madeincostabrava .desaceBloc .img2 {
    width: 225px;
    height: 275px;
    object-fit: cover;
    transform: translate(45%, 10%);
}

.madeincostabrava .desaceBloc .img3 {
    width: 400px;
    height: 525px;
    object-fit: cover;
    transform: translate(25%, 7%);
}

.madeincostabrava .desaceBloc .img4 {
    width: 45%;
    height: 300px;
    object-fit: cover;
    margin: 25px 5px;
}

.madeincostabrava .desaceBloc .img5 {
    width: 45%;
    height: 300px;
    object-fit: cover;
    margin: 25px 5px;
}

.madeincostabrava .desaceBloc .titol {
    font-family: Playfair-regular;
    font-size: 50px;
    color: grey;
    width: 75%;
}

.madeincostabrava .desaceBloc .desc1 {
    font-family: Rutam-light;
    color: grey;
}

.madeincostabrava .desaceBloc .desc2 {
    font-family: Rutam-light;
    color: grey;
}

.madeincostabrava .calidad {
    position: relative;
}

.madeincostabrava .calidadInfo {
    display: flex;
    justify-content: center;
    height: 300px;
    margin: 50px 0 0 0px;
}

.madeincostabrava .bgCalidad {
    background-image: url("/templates/PUBLIC/madeincostabrava/img/_MG_0076bg.png");
    filter: opacity(0.1);
    height: 300px;
    width: 100%;
    position: absolute;
}

.madeincostabrava .calidadInfo .region {
    width: 29%;
    font-family: Rutam-light;
    color: grey;
    font-size: 24px;
    align-self: center;
    margin: 5%;
}

.madeincostabrava .calidadInfo .pasion {
    align-self: center;
    width: 30%;
    font-family: Playfair-regular;
    font-size: 33px;
    color: grey;
    margin: 5%;
    animation: TextIN 5s ease-in-out;
    text-align: center;
    /* text-transform: uppercase; */
}

.madeincostabrava .region, .pasion {
    color: black;
}

.madeincostabrava .footer {
    width: 100%;
    height: 850px;
    background-color: #77a6bc;
    padding-bottom: 100px;
}

.madeincostabrava canvas {
    top: -790px;
    position: absolute;
    /* border: solid 1px red;*/
}

.madeincostabrava .footer h2 {
    font-size: 28px;
    padding: 80px 26.5%;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-family: Playfair-regular;
    font-weight: 100;
    text-transform: uppercase;
}

.madeincostabrava hr {
    margin-top: 100px;
}

.madeincostabrava .galeria {
    display: flex;
    width: 100%;
    margin-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

.madeincostabrava .galeria .bloc {
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-right: 3%;
    /* margin-left: 3%; */
    text-align: center;
    /* flex: 1 25%; */
}

.madeincostabrava .galeria .bloc img {
    width: 35%;
}

.madeincostabrava .galeria .textitol {
    font-family: Rutam-Thin;
    color: white;
    font-size: 20px;
    margin: 0 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 900;
}

.madeincostabrava .galeria .text_paragraf {
    font-family: Rutam-Thin;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.madeincostabrava .weLoveHair {
    width: 90%;
    text-align: center;
    margin-bottom: 100px;
    margin: 100px auto;
}

.madeincostabrava .weLoveHair .texte {
    font-family: Playfair-regular;
    font-size: 25px;
    color: grey;
    margin-bottom: 40px;
}

.madeincostabrava .weLoveHair img {
    width: 300px;
}

.madeincostabrava .weLoveHair .titol {
    font-family: Rutam;
    font-size: 50px;
    color: black
}

.madeincostabrava .PlayButton {
    margin-top: 50px;
}

@media (max-width: 900px) {
    .madeincostabrava .weloveIcono {
        width: 100%;
        margin: 30px auto;
    }
    .madeincostabrava .videoKin {
        height: 500px;
    }
    .madeincostabrava .titolplayblanc {
        top: 25%;
        font-size: 20px;
    }
    .madeincostabrava .videoKin .botoPlay {
        top: 11%;
    }
    .madeincostabrava .desaceBloc {
        flex-direction: row;
        transform: scale(01);
        flex-wrap: wrap;
        margin: 0px;
        align-items: center;
        /* MARGIN-TOP: 50PX; */
        padding: 20px;
        justify-content: center;
    }
    .madeincostabrava .desaceBloc .bloc1 {
        width: 30%;
        /* margin: auto; */
        /* margin-top: 20px; */
        margin-left: 5%;
    }
    .madeincostabrava .desaceBloc .bloc1::before {
        margin-left: 20%;
        height: 70%;
    }
    .madeincostabrava .desaceBloc .bloc2 {
        width: 58%;
        /* order: -1; */
        /* display: flex; */
        /* margin-left: 10px; */
        margin-right: 10px;
        /* margin-top: 30px; */
    }
    .madeincostabrava .desaceBloc .bloc2 .img3 {
        transform: none;
        margin: 5px;
        height: 100%;
    }
    .madeincostabrava .desaceBloc .bloc2 .titol {
        margin: 5px;
        width: 96%;
        font-size: 30px;
        /* position: absolute; */
        margin-top: 20px;
        margin-left: 30px;
        /* color: rgb(255, 255, 255); */
    }
    .madeincostabrava .desaceBloc .bloc3 {
        width: auto;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        clear: both;
        /* margin-top: 353px; */
        MARGIN: 40px auto;
        text-align: center;
    }
    .madeincostabrava .desaceBloc .desc1 {
        text-align: justify;
    }
    .madeincostabrava .calidadInfo .region {
        font-size: 15px;
        width: 90%;
        text-align: center;
    }
    .madeincostabrava .calidadInfo .pasion {
        align-self: center;
        width: 90%;
        font-family: Playfair-regular;
        font-size: 33px;
        color: grey;
        margin: 5%;
        animation: TextIN 5s ease-in-out;
        text-align: center;
        /* text-transform: uppercase; */
    }
    .madeincostabrava .galeria {
        display: flex;
        flex-direction: column;
    }
    .madeincostabrava .galeria .bloc {
        width: 95%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 60px;
    }
    .madeincostabrava .calidadInfo {
        display: flex;
        justify-content: center;
        height: 300px;
        margin: 50px 0 0 0px;
        flex-direction: column;
    }
    .madeincostabrava .bgCalidad {
        background-image: url("/templates/PUBLIC/madeincostabrava/img/_MG_0076bg.png");
        filter: opacity(0.1);
        height: 300px;
        width: 100%;
        position: absolute;
    }
    .madeincostabrava .footer h2 {
        font-size: 18px;
        padding: 40px 0px;
        text-align: center;
        margin-bottom: 10px;
        color: #fff;
        font-family: Playfair-regular;
        font-weight: 100;
        text-transform: uppercase;
        width: 100%;
    }
    .madeincostabrava .footer {
        height: auto;
        background-color: #77a6bc;
        padding-bottom: 0px;
    }
    .madeincostabrava .galeria .bloc img {
        width: 120px;
    }
}

@media (max-width: 425px) {
    .madeincostabrava .weloveIcono {
        width: 100%;
        margin: 30px auto;
    }
    .madeincostabrava .videoKin {
        height: 500px;
    }
    .madeincostabrava .titolplayblanc {
        top: 25%;
        font-size: 20px;
    }
    .madeincostabrava .videoKin .botoPlay {
        top: 11%;
    }
    .madeincostabrava .desaceBloc {
        flex-direction: row;
        transform: scale(01);
        flex-wrap: wrap;
        margin: 0px;
        align-items: center;
        /* MARGIN-TOP: 50PX; */
        padding: 20px;
        justify-content: center;
    }
    .madeincostabrava .desaceBloc .bloc1 {
        width: 100%;
        /* margin: auto; */
        /* margin-top: 20px; */
        margin-left: 5%;
    }
    .madeincostabrava .desaceBloc .bloc1::before {
        margin-left: 20%;
        height: 70%;
    }
    .madeincostabrava .desaceBloc .bloc2 {
        width: 100%;
        /* order: -1; */
        /* display: flex; */
        /* margin-left: 10px; */
        margin-right: 10px;
        margin-top: 50px;
    }
    .madeincostabrava .desaceBloc .bloc2 .img3 {
        transform: none;
        margin: 5px;
        height: 100%;
    }
    .madeincostabrava .desaceBloc .bloc2 .titol {
        margin: 5px;
        width: 96%;
        font-size: 30px;
        /* position: absolute; */
        margin-top: 20px;
        margin-left: 30px;
        /* color: rgb(255, 255, 255); */
    }
    .madeincostabrava .desaceBloc .bloc3 {
        width: auto;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        clear: both;
        /* margin-top: 353px; */
        MARGIN: 40px auto;
        text-align: center;
    }
    .madeincostabrava .desaceBloc .desc1 {
        text-align: justify;
    }
    .madeincostabrava .calidadInfo .region {
        font-size: 15px;
        width: 90%;
        text-align: center;
    }
    .madeincostabrava .calidadInfo .pasion {
        align-self: center;
        width: 90%;
        font-family: Playfair-regular;
        font-size: 33px;
        color: grey;
        margin: 5%;
        animation: TextIN 5s ease-in-out;
        text-align: center;
        /* text-transform: uppercase; */
    }
    .madeincostabrava .galeria {
        display: flex;
        flex-direction: column;
    }
    .madeincostabrava .galeria .bloc {
        width: 95%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 60px;
    }
    .madeincostabrava .calidadInfo {
        display: flex;
        justify-content: center;
        height: 300px;
        margin: 50px 0 0 0px;
        flex-direction: column;
    }
    .madeincostabrava .bgCalidad {
        background-image: url("/templates/PUBLIC/madeincostabrava/img/_MG_0076bg.png");
        filter: opacity(0.1);
        height: 300px;
        width: 100%;
        position: absolute;
    }
    .madeincostabrava .footer h2 {
        font-size: 18px;
        padding: 40px 0px;
        text-align: center;
        margin-bottom: 10px;
        color: #fff;
        font-family: Playfair-regular;
        font-weight: 100;
        text-transform: uppercase;
        width: 100%;
    }
    .madeincostabrava .footer {
        height: auto;
        background-color: #77a6bc;
        padding-bottom: 0px;
    }
    .madeincostabrava .galeria .bloc img {
        width: 120px;
    }
     #slide_fitxa {
        height: 215px;
        margin-bottom: 100px;
    }
     #content_slide_fitxa .text_slide {
        font-size: 14px;
        left: 10px;
        bottom: 72px;
        margin-left: 0;
        /* margin-top: 25px; */
        padding-top: 20px;
        /* position: absolute; */
    }
    .producte_slide {
        left: 0;
        margin-left: 0px;
        width: 230px;
        bottom: -100px;
    }
}

@media (min-width: 900px) and (max-width: 1560px) {
    .madeincostabrava .videoKin {
        height: 500px;
    }
    .madeincostabrava .titolplayblanc {
        top: 60%;
        font-size: 50px;
    }
    .madeincostabrava .videoKin .botoPlay {
        top: 30%;
    }
    .madeincostabrava .desaceBloc {
        /* flex-direction: column; */
        width: 100%;
        margin: 1%;
        flex-wrap: wrap;
        flex-direction: row;
        /* height: 750px; */
        padding: 5%;
    }
    .madeincostabrava .desaceBloc .bloc1 {
        /* width: 30%; */
        /* margin: auto; */
        /* margin-top: 20px; */
        /* float: right; */
        /* flex-flow: column; */
        margin-left: 1px;
    }
    .madeincostabrava .desaceBloc .bloc1::before {
        margin-left: 20%;
        height: 70%;
    }
    .madeincostabrava .desaceBloc .bloc2 {
        /* width: 65%; */
        /* order: -1; */
        display: flex;
        margin-left: 71px;
        margin-right: 0px;
        margin-top: 30px;
        flex: 1 1 60%;
        flex-direction: column;
        align-content: flex-end;
        /* text-align: right; */
    }
    .madeincostabrava .desaceBloc .bloc2 .img3 {
        transform: none;
        margin: 5px;
        /* height: 100%; */
        width: 400px;
        transform: translate(34%, 0%);
        /* position: absolute; */
        margin-right: 50px;
        right: 10px;
    }
    .madeincostabrava .desaceBloc .bloc2 .titol {
        margin: 5px;
        width: 95%;
        font-size: 35px;
        /* overflow-x: visible; */
    }
    .madeincostabrava .desaceBloc .bloc3 {
        width: 100%;
        margin: 40px;
        margin-top: 171px;
        margin-bottom: 40px;
    }
    .madeincostabrava .calidadInfo .region {
        font-size: 15px;
    }
    .madeincostabrava .galeria {
        display: flex;
        width: 100%;
        margin-bottom: 100px;
        padding-left: 1%;
        padding-right: 1%;
    }
}

/*
@media (min-width: 810px)  and (max-width: 900px){

    .madeincostabrava .videoKin {

        height: 500px;
    }

    .madeincostabrava .titolplayblanc{
        top: 60%;
        font-size: 20px;
    }
    .madeincostabrava .videoKin .botoPlay{
        top: 40%;
    }
    .madeincostabrava .desaceBloc {
        flex-direction: column;
    }
    
    .madeincostabrava .desaceBloc .bloc1 {
        width: 65%;
        margin: auto;
        margin-top: 20px;
    }

    .madeincostabrava .desaceBloc .bloc1::before {
        margin-left: 20%;
        height: 70%;
    }
    
    
    .madeincostabrava .desaceBloc .bloc2 .img3 {
        transform: none;
        margin: 5px;
        height: 100%;
    }

    .madeincostabrava .desaceBloc .bloc2 .titol {
        margin: 5px;
        width: 60%;
        font-size: 35px;
        position: absolute;
        margin-top: 20px;
        margin-left: 30px;
        color: rgb(255, 255, 255);
    }

    .madeincostabrava .desaceBloc .bloc3 {
        width: auto;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .madeincostabrava .calidadInfo .region{
        font-size: 15px;
    }

    .madeincostabrava .galeria{
        display: inline-block;
    }
    .madeincostabrava .galeria .bloc{
        width: 95%;
        display: flex;
        flex-direction: column;
        margin: auto;
    
    }
  


}
*/


@media (max-width: 768px) {

    #slide_petit_grup{
        margin-top: 25px;
    }

    #slide_petit_grup img{
        /* max-height: 215px; */
    }
    #slide_petit_grup table{
        width:100%;
    }
    #slide_petit_grup table td{
        width:100% !important;
        text-align: center !important;
    }

    #grups_tons{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .grup_tons{
        width: 49%;
        font-size: 11px;
    }
    .grup_tons.active {
        background-color: rgba(0,0,0,0.1);
    }
    #content_tecnica .titol_play_negre{
        margin-bottom:10px;
    }
    #content_tecnica{
        padding:55px 0px;
    }
    .overflow_table{
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding-top: 50px;
        padding-top: 40px;
        margin-top: 10px;
    }
    .overflow_table::before{
        content: "";
        position: absolute;
        top:0px;
        left: calc(50% - 15px);
        width:30px;
        height: 30px;
        background: url("../img/swipe.svg") no-repeat center center;
        background-size: cover;
    }
    .overflow_table table{
        min-width: 665px;
    }

    .fill_tecnica table tr td{
        padding: 10px
    }
    #content_productos_rel .titol_play_negre{
        margin-bottom: 40px;
    }
    #grups_articles{
        margin-bottom: 25px;
    }
    .producto_rel img{
        margin-bottom: 0px;
    }
    .fill_tecnologia, .fill_tecnica, .producto_rel{
        margin-bottom: 60px;
    }
    .content_tecnologia{
        padding:0px 15px;
    }
    .fill_tecnologia h3{
        margin-bottom: 10px;
    }
    .fill_tecnologia img{
        margin-bottom: 5px;
    }
    .content_tecnologia .titol_play_blanc{
        font-size: 25px;
        margin-bottom: 20px;
    }
    #slide_fitxa{
        margin-bottom: 50px;
    }
    #content_productos_rel{
        padding:60px 0px;
    }
    .modul_generic_productos.modul_fons{
        /*padding:25px;*/
        padding: 0;
    }
    .intro_fitxa{
        margin-top: 110px;
    }
    .producte_slide{
        bottom: -110px;
    }
    #slide_petit_grup .cycle table{
        display: table !important;
    }
    .intro_fitxa>div{
        margin-bottom: 45px;
    }
    .content_tecnologia>div>div{
        padding-bottom: 15px;
    }
    #content_tonos{
        padding:50px 0px;
    }

    .content_tecnologia #video_kintrends{
        display: none;
    }
    .contenidor_fills .fill_tecnica:last-child{
        margin-bottom: 0px;
    }
    .titol_play_negre{
        margin-bottom: 25px;
    }
    .margin_boto{
        margin-top: -35px;
    }
    #content_slide_fitxa .text_slide{
        bottom: auto;
        top: 50px;
        padding-top: 0px;
    }
    #content_slide_fitxa .titol_play_blanc{
        margin-top: 0px;
    }

    #intro_kintrends span{
        font-size: 20px !important;
        line-height: 1.5;
    }
    .content_kintrends>div{
        width: 100%;
        padding: 0px 25px;
    }
    .madeincostabrava .weLoveHair{
        margin: 60px auto;
    }
    .madeincostabrava .galeria{
        margin-bottom: 60px;
    }
    .madeincostabrava .calidadInfo{
        margin:20px 0 0 0px;
        height: 220px;
    }
    .madeincostabrava .calidadInfo .region{
        margin: 5px 25px;
    }
    .madeincostabrava .calidadInfo .pasion{
        margin: 5px 25px;
    }
    .madeincostabrava .desaceBloc .bloc2 .titol{
        font-size: 22px;
        line-height: 1.2;
        margin-top: 43px;
        margin-bottom: 20px;
    }
    .madeincostabrava .desaceBloc{
        padding:35px 20px;
    }
    .madeincostabrava .desaceBloc .bloc3{
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .madeincostabrava .footer h2{
        padding:40px 25px;
    }
    .bloc_historia.doble, .bloc_historia_text.doble{
        
    }
    .bloc_historia, .bloc_historia_text{
        
    }
    #timeline{
        display: none;
    }

    .bloc_historia>div, .bloc_historia_text>div{
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
    }
    .bloc_historia, .bloc_historia_text{
        padding: 25px;
    }
    .bloc_historia.doble, .bloc_historia_text.doble{
        padding-top: 25px;
    }
    .columna_paisos span, .columna_paisos a{
        margin-bottom: 10px;
    }
    #content_muestra .titol_play_blanc{
        margin-top: 10px;
    }
    .desc_header_formacion{
        padding:25px;
    }

    #content_slide_fitxa{
        margin-bottom: 30px;
    }
    #content_slide_fitxa.m_bottom_slide{
        margin-bottom: 120px;
    }

    #content_slide_fitxa #slide_fitxa{
        margin-bottom: 0px;
    }

    .intro_fitxa{
        margin-top: 0px;
    }
    .contenidor_centrat{

    }
    .modul_generic_productos.phone img{
        max-width: 100%;
    }
    .modul_generic_productos.phone{
        /*background-color: #7f7f7f;*/
        background-color: #fff;
    }
    .fill_tecnologia, .fill_tecnica, .producto_rel{
        margin-bottom: 20px;
    }

    iframe{
        max-width: 100%;
    }
    .intro_fitxa .titol_play_negre{
        margin-bottom: 5px;
    }
    #slide_petit_article .cycle, #slide_petit_article .cycle>div, #slide_petit_article .cycle table td{
        height: auto;
    }
    #fitxa_article div.fl, #fitxa_article div.fr{
        margin-bottom: 15px;
    }
    #content_tonos>div:first-child{
        margin-bottom: 25px;
    }
    .fila_tons table{
        width:107px;
    }
    .fila_tons .codi_to{
        width: 23px;
        font-size: 16px;
    }
    .fila_tons .titol_to{
        padding:15px 5px;
        font-size: 11px;
    }
    .content_tonalidades>div{
        padding-left: 120px !important;  
    }
    .to img{
        max-width: 100%;
    }
    .columna_tons{
        width:110px;
    }

    .content_tonalidades .custom_scroll{
        padding-top: 50px;
    }
    .content_tonalidades .custom_scroll::before{
        content: "";
        position: absolute;
        top:0px;
        left: calc(50% - 15px);
        width:30px;
        height: 30px;
        background: url("../img/swipe.svg") no-repeat center center;
        background-size: cover;
    }
    .content_tonalidades>div.no_index{
        padding-left: 0px !important;
    }
    #content_formacion{
        padding-bottom: 10px;
    }

}
