/* CSS Document */
/* FONTS */
@font-face {
    font-family: 'Barlow-Light';
    src: url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-Regular';
    src: url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* END FONTS */
/* RESET */
* {
    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, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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;
}

.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;
}

.marb_60 {
    margin-bottom: 60px !important;
}

.marb_65 {
    margin-bottom: 65px !important;
}

.marb_70 {
    margin-bottom: 70px !important;
}

.marb_75 {
    margin-bottom: 75px !important;
}

.marb_80 {
    margin-bottom: 80px !important;
}

.marb_85 {
    margin-bottom: 85px !important;
}

.marb_90 {
    margin-bottom: 90px !important;
}

.marb_95 {
    margin-bottom: 95px !important;
}

.marb_100 {
    margin-bottom: 100px !important;
}

html,body {
    height: 100%;
}

body {
    line-height: 1.40;
    font-size: 12px;
    font-family: 'source_sans_proregular';
    letter-spacing: 0px;
    background-color: #efece7;
    padding-top: 86px;
}

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;
    color: #596c41;
    text-decoration: none;
}

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
}

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

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

input, select {
    vertical-align: middle
}

/* FI RESET */
.boto_generic {
    background-color: #596c41;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    border: none;
    font-family: 'source_sans_proregular';
}

.boto_generic:hover {
    box-shadow: 0px 0px 5px #596c41;
    background-color: #596c41;
    color: #FFF;
}

.titolar_gran {
    font-size: 30px;
    font-family: 'source_sans_probold';
    text-align: center;
    display: inline-block;
    margin: 0px auto 25px 0px;
}

.titolar_gran.subrallat {
    border-bottom: 5px solid #5f6c45;
}

b,strong {
    font-family: 'source_sans_probold';
    font-weight: normal;
}

body {
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    font-family: 'source_sans_probold';
    margin-bottom: 10px;
}

#content_blocs2 {
    /*background-color: #fdfbfe;*/
    background-color: #000000;
    letter-spacing: 0;
    padding: 22px 0px;
    color: #FFF;
    font-size: 11px;
    /*background-image: url(https://www.grankaptura.com/templates/PUBLIC/img/navidad_bg_2.png);*/
    background-repeat-y: no-repeat;
}

#content_blocs2 > div {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}

.banner_navidad {
    font-family: 'source_sans_proregular';
    margin-top: 25px;
}

.banner_navidad h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #000000;
    font-family: 'source_sans_probold';
}

.banner_navidad h3 {
    margin-left: 10px;
    font-size: 1.3em;
    color: #000000;
    font-family: 'source_sans_proregular';
}

.banner_navidad a {
    padding: 5px 20px;
    margin: 0 10px;
    background-color: #4f6c3e;
    color: #ffffff;
    letter-spacing: 1px;
}

.banner_navidad a:last-child {
    background-color: #014f97;
}

#banner_black_friday {
    padding: 10px 0;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
}

#banner_black_friday .contenidor_centrat div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#banner_black_friday h1 {
    margin: 0px;
    font-size: 2em;
}

#banner_black_friday a {
    margin-left: 20px;
    background-color: red;
    color: white;
    padding: 0px 30px;
}

#banner_black_friday a h1 {
    font-size: 1.2em;
    margin: 6px 0;
}

#banner_black_friday_mobile {
    display: none;
    padding: 10px 0;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    background-image: url(https://www.grankaptura.com/templates/PUBLIC/img/navidad_bg_2.png);
    background-repeat-y: no-repeat;
}

#banner_black_friday_mobile .contenidor_centrat div {
    display: flex;
    flex-direction: column;
}

#banner_black_friday_mobile h1 {
    margin: 0px;
    font-size: 2em;
}

#banner_black_friday_mobile a {
    margin: 10px auto 0 auto;
    background-color: #4f6c3e;
    color: white;
    padding: 5px 20px;
    width: 60%;
}

#banner_black_friday_mobile a:last-child {
    background-color: #014f97;
}

#banner_black_friday_mobile a h1 {
    font-size: 1.2em;
    margin: 6px 0;
}

.page-inici #seccions_inicials {
    top: 0px;
}

.marge_logo #content_blocs2 > div {
    padding-left: 162px;
}

#content_blocs2 > div > div {
    flex: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-left: 1px solid #616161;*/
    padding: 0 38px;
    white-space: nowrap;
}

#content_blocs2 > div > div:first-child {
    border-left: none;
}



#content_blocs2 h5 {
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
	font-family: 'source_sans_probold';
}

#content_blocs2 > div > div:nth-child(1n) h5{color: #ffdfa6; text-shadow: 0px 1px 5px #ffdfa6;}
#content_blocs2 > div > div:nth-child(2n) h5{color: #e7f8a4; text-shadow: 0px 1px 5px #e7f8a4;}
#content_blocs2 > div > div:nth-child(3n) h5{color: #b5f29a; text-shadow: 0px 1px 5px #b5f29a;}

#content_blocs2 img {
    margin-right: 8px;
}

.breadcrumb {
    padding-bottom: 10px;
    margin-bottom: 5px;
    /* border-bottom: 1px solid #596c41; */
    line-height: 1.25;
    letter-spacing: 0;
}

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

.breadcrumb a {
    text-decoration: none;
}

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

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

.breadcrumb .active {
    color: #333;
}

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

.resultat_cerca{
    padding-top:50px;
}
.contenidor_centrat.main {
    padding: 100px 0px;
    min-height: 500px;
}

.desplegador_menu {
    display: none;
}

#barra_top {
    background-color: #4F6C3E;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DFE5C3;
    /*padding: 12px 0;*/
    height: 45px;
    font-size: 11px;
}

/*#menu_prin {
    flex: 1;
	line-height: 1;
}
#menu_prin a {
    color: inherit;
	font-size:12px;
	padding: 0 14px;
	border-right: 1px solid #DFE5C3;
	transition: color .25s ease;
}
	#menu_prin a:last-child {
		border-right: 0;	
	}
	#menu_prin a:hover, #menu_prin a.active {
		color: #a3bb35;	
	}*/
#menu_prin {
    line-height: 1;
    margin: 0;
    padding-left: 0;
    display: inline-flex;
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
}

#menu_prin li {
    list-style: none;
}

#menu_prin > li {
    display: inline-block;
    position: relative;
    text-align: left;
}

#menu_prin > li.submenu_prod:before {
    content: "\f0d8";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    position: absolute;
    left: 50%;
    bottom: -21px;
    font-size: 20px;
    margin-left: -6px;
    display: none;
}

#menu_prin > li:hover:before {
    display: block;
}

#menu_prin > li > a {
    color: inherit;
    padding: 0 11px;
    border-left: 1px solid #DFE5C3;
    transition: color .25s ease;
    white-space: nowrap;
}

#menu_prin li:first-child a {
    border-left: 0;
}

#menu_prin > li:hover > a, #menu_prin > li > a.active {
    color: #a3bb35;
}

.submenu_prin {
    display: none;
    position: absolute;
    z-index: 999;
    max-width: 500px;
    font-size: 11px;
    line-height: 1.50;
}

.submenu_prin {
    overflow: hidden;
}

.submenu_right .submenu_prin {
    right: 0;
}

.submenu_prin:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: -1;
    border-radius: 5px;
}

.submenu_prin:after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
    left: 200px;
}

.submenu_prin > ul {
    padding: 25px 25px 10px 25px;
    width: 200px;
}

.submenu_prin > ul > li > a {
    color: #acacac;
    padding: 6px 0px;
    display: block;
    position: relative;
}

.submenu_prin > ul > li > a > i {
    right: -12px;
    position: absolute;
    font-size: 16px;
    top: 3px;
}

.submenu_prin > ul > li:hover> a, .submenu_prin > ul > li > a.active {
    color: #345520 !important;
    font-family: 'source_sans_prosemibold';
}

.submenu_prin > div {
    width: 300px;
    padding: 33px 30px 10px 30px;
}

.submenu_prin > div > span {
    font-size: 15px;
    color: #345520;
    display: block;
    margin-bottom: 4px;
    font-family: 'source_sans_prosemibold';
}

.submenu_prin > div > a {
    color: #acacac;
    padding: 6px 0px;
    display: block;
}

.submenu_prin > div > a:hover {
    color: #345520 !important;
}

#menu_prin > li > div > ul > li > ul {
    display: none;
}

#menu_prin > li:hover > div {
    display: flex;
}

#barra_top > a {
    display: inline-flex;
    color: #FFF !important;
    position: relative;
    height: 45px;
    align-items: center;
    text-align: left;
    z-index: 0;
    padding-left: 20px;
    padding-right: 75px;
    text-transform: uppercase;
    font-family: 'source_sans_prosemibold';
}

#barra_top > a:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transform: skew(-15deg,0);
    transition: background .25s ease;
    z-index: -1;
}

#barra_top > a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    z-index: -1;
    width: 5000px;
}

#tienda_pesca:before, #tienda_pesca:after {
    background-color: #004f96;
}

#tienda_caza:before, #tienda_caza:after {
    background-color: #4F6C3E;
}

#recerca {
    /* float: left; */
    /* margin-top: 4px; */
    /* color: #b59d77 !important; */
    /* text-decoration: none; */
    /* font-size: 19px; */
    display: inline-flex;
    /* align-items: center; */
    margin-left: 10px;
    /* vertical-align: top; */
    padding-left: 10px;
}
#recerca form{
    display:flex;
}
#recerca input[type=text] {
    border-bottom: 1px solid #FFF !important;
    color: #FFF !important;
}

.recerca {
    display: inline-block;
}

.recerca input[type=text] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000000;
    color: #000000;
    font-family: 'source_sans_prolight';
    font-size: 11px;
    width: 200px;
    outline: 0px;
}

#grup_filtres .recerca input[type=text] {
}

.recerca i {
    margin-right: 3px;
    font-size: 12px;
}

#recerca input[type=text] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #B39B77!important;
    font-family: 'source_sans_prolight';
    font-size: 14px;
    width: 200px;
    outline: 0px;
}

#frase_barra {
    width: 500px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    left: 50%;
    top: 10px;
    margin-left: -250px;
}

#frase_header {
    font-family: 'bebas_neueregular';
    margin-top: 50px;
    text-align: center;
    font-size: 36px;
    color: #446332;
    letter-spacing: 2px;
    margin-bottom: 28px;
}

#frase_header span {
    display: inline-block;
    border-top: 2px solid #446332;
    border-bottom: 2px solid #446332;
}

#idiomes {
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    margin: 0;
    top: 0px;
    height: 45px;
    padding-left: 0;
}

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

#idiomes > li {
    height: inherit;
    display: flex;
    align-items: center;
}

#idiomes li i {
    margin-left: 3px;
}

#idiomes li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
}

#idiomes li ul {
    position: absolute;
    margin-top: 53px;
    right: -3px;
    background-color: #3a3a3a;
    display: none;
    text-align: center;
    padding: 5px 0px;
    z-index: 100;
}

#idiomes li:hover ul {
    display: block;
}

/*#content {
	margin-top: 210px;	
}*/
header {
    /*min-height: 228px;*/
    text-align: center;
    position: relative;
    background-color: #161616;
    border-bottom: 5px solid #596c41;
    z-index: 510;
    position: fixed;
    width: 100%;
    top: 0;
}

body.pesca header {
    border-bottom: 5px solid #004f96;
}

body.pesca #barra_top {
    background-color: #004f96;
}

body.pesca #menu_prin > li > a {
    color: #FFF !important;
}

body.pesca .bloc_filtre {
    background-color: #004f96 !important;
}

body.pesca #menu_grup > li > a {
    background-color: #257fd0;
}

body.pesca #menu_grup > li:hover > a {
    background-color: #4499e6;
}

#submenu {
    padding: 10px 0;
    position: relative;
}

/*#logo {
		top: 35px;
		position: absolute;
		transition: margin .25s ease;
		text-align: left;
	}*/
#logo {
    max-width: none;
    /* width: 162px;
    top: 18px;*/
	 width: 100px;
    top: 10px;
    margin-top: 0;
    position: absolute;
}

#logo img {
    max-width: 100%;
}

#logo.gran {
   /* top: 35px;
    position: absolute;
    transition: top .25s ease;
    text-align: left;
    width: auto;*/
}

#logo.gran.centrat {
	top: 35px;
    position: absolute;
    transition: top .25s ease;
    text-align: left;
    width: auto;
    left: 50%;
    margin-left: -133px;
    width: auto !important;
}

header.fixed #logo.gran {
    top: 18px;
}

#logo img {
    max-width: 100%;
    transition: max-width .25s ease;
}

header.fixed #logo.gran img {
    max-width: 162px;
}

#logo table {
    width: 100%;
    height: 100%;
}

#logo table td {
    vertical-align: middle;
    padding-top: 40px;
}

#submenu {
    display: flex;
    align-items: center;
}

#caixa_login {
    position: absolute;
    right: 0;
    padding-top: 7px;
}

#caixa_login span b {
    text-transform: uppercase;
}

#caixa_login,#caixa_login a {
    color: #b59d77 !important;
    text-decoration: none;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    vertical-align: top;
}

#caixa_login a b {
    font-weight: normal;
    letter-spacing: 1px;
}

#caixa_login .link, #caixa_login .link b {
    color: #FFF;
    text-transform: none !important;
    font-family: source_sans_proregular;
}

#caixa_login input[type="text"],#caixa_login input[type="password"] {
    border: 0;
    margin: 3px 0px;
    padding: 3px 5px;
    width: 190px;
    font-family: 'source_sans_prolight';
}

#caixa_login img, #carro_petit img {
    width: 21px;
    vertical-align: middle;
}

#carro_petit b {
    font-size: 17px;
    display: inline-block;
    margin: 0px 10px;
    vertical-align: middle;
}

#carro_petit a {
    position: relative;
}

#carro_petit a span {
    position: absolute;
    left: 3px;
    right: 0;
    top: -3px;
    margin: auto;
    color: #fff;
    line-height: 1;
    font-size: 11px;
}

#menu {
    list-style: none;
    flex: 1;
}

#menu, #menu a {
    text-decoration: none;
    color: #c6cba4;
    margin: auto;
    padding: 0;
}

#menu > li {
    border-left: 1px solid #c6cba4;
    height: 18px;
    display: inline-block;
    position: relative;
}

#menu a {
    line-height: 18px;
    height: 16px;
    display: block;
    padding: 0px 11px;
    letter-spacing: 1px;
    font-size: 11px;
    font-family: 'source_sans_prosemibold';
    transition: color .25s ease;
    color: #B39B77
}

#menu li:first-child {
    border-left: none;
}

#menu a.active, #menu a:hover {
    color: #FFF;
}

#menu ul {
    position: absolute;
    width: 300px;
    list-style: none;
    text-align: left;
    padding: 0;
    left: 0;
    padding-top: 20px;
    height: 0px;
    max-height: 500px;
    transition: all .3s ease;
    overflow: hidden;
    visibility: hidden;
}

#menu ul li {
    display: block;
    height: auto;
}

#menu ul li a {
    height: auto;
    padding: 10px 20px;
    background-color: #596c41;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 3px;
    transition: all .3s ease;
}

#menu ul li:hover a {
    background-color: #FFF;
    color: #000;
}

#menu > li:hover > a {
    color: #FFF;
}

#menu li:hover ul {
    display: block;
    height: 500px;
    visibility: visible;
}

#menu_botiga {
    list-style: none;
    float: left;
    width: 185px;
    padding-left: 0;
    margin: 10px 0px 42px 0;
}

#menu_botiga a, #menu_botiga span {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    background-color: #596c41;
    font-family: 'source_sans_probold';
    font-size: 14px;
    padding: 8px 15px;
}

#menu_botiga span {
    background-color: #3e4432 !important;
    color: #878787;
}

#menu_botiga a i, #menu_botiga span i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

#menu_botiga a.active, .menu_lat a:hover {
    background-color: #FFF;
    color: #000;
}

#menu_botiga a.active i {
    display: block;
}

#blocs_sobreposats {
    /*border-bottom: 2px solid #627d54;*/
    position: relative;
   /* margin-top: -42px;*/
    z-index: 400;
}

#text_home {
    width: 530px;
    max-width: 100%;
    margin: 0px auto 32px auto;
    text-align: center;
}

.titol_background {
    padding-top: 70px;
    padding-bottom: 115px;
    background-color: #333;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    background-size: cover !important;
}

.titol_background:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.45);
    z-index: 398;
}

.titol_background span:before, .titol_background span:after {
    display: inline-block;
    content: '';
    height: 20px;
    width: 2px;
    background-color: #ffd31f;
    vertical-align: -3px;
    margin: 0px 15px;
}

.titol_background span,.titol_background span:before, .titol_background span:after {
    z-index: 399;
    position: relative;
}

.contenidor_productes.destacats {
    width: 1045px;
    position: relative;
    z-index: 2;
    margin: auto;
    margin-top: -65px;
    margin-bottom: 100px;
}

#content_left {
    width: 260px;
    float: left;
    margin-bottom: 25px;
}

.popup-gallery a {
    display: inline-block;
}

.popup-gallery > a {
    width: 100%;
}

.popup-gallery > a img {
    /*width: 100%;*/
}

.popup-gallery > div {
    margin-top: 3px;
}

.popup-gallery > div a {
    width: 29%;
    margin-right: 1%;
    margin-bottom: 1%;
}

/*.popup-gallery a img
				{
					width: 100%;
					display:block; 
					
				}*/
#content_right {
    width: 935px;
    float: right;
}

.fix_header {
    margin-top: -128px;
}

#slide_gran {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    height: 516px;
    background-color: #CCC;
    margin-bottom: 50px;
}

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

#slide_petit {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    height: 208px;
    background-color: #CCC;
}

#slide_petit > div {
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: inherit;
    position: relative;
}

.separador_slide {
    width: 400px;
    height: 4px;
    background-color: #222221;
    margin: 0px auto 50px auto;
}

.content_slide {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    text-align: left;
    margin-left: 275px;
    width: 325px;
    font-size: 20px;
}

.content_slide table {
    width: 100%;
    height: 100%;
}

.titol_slide {
    color: #000;
    font-size: 60px;
    text-shadow: 1px 1px 3px #FFFFFF;
    font-family: 'source_sans_probold';
    text-transform: uppercase;
    line-height: 1.15;
}

.boto_slide {
    color: #FFF;
    display: inline-block;
    padding: 8px 15px;
    text-align: center;
    min-width: 130px;
    margin: 10px 0px;
    text-transform: uppercase;
    font-family: 'source_sans_prolight';
    background-color: #9da58d;
    font-size: 14px;
}

#slide_prin_home {
    height: 473px;
    background-color: #CCC;
    margin-bottom: 65px;
}

.titol_gran {
    font-size: 34px;
    font-weight: normal;
    line-height: 1.10;
    font-family: 'source_sans_prosemibold';
    margin-bottom: 20px;
    text-align: left;
}

#descripcio_home, #contenidor_marques_home {
    margin-bottom: 30px;
    text-align: justify;
    overflow: hidden;
}

#descripcio_home .fl {
    width: 352px;
}

#descripcio_home .fr {
    width: 578px;
    margin-left: 38px;
    position: relative;
}

.noticia_destacada {
    overflow: hidden;
    margin-bottom: 30px;
}

.content_noticia {
    text-align: justify;
}

.slide_noticia_destacada {
    width: 575px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
}

.slide_noticia_destacada img {
    width: 100%;
}

.slide_noticia_destacada .bullet_points {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: right;
    padding: 0px 15px;
}

.contenidor_fills {
    overflow: hidden;
}

.contenidor_fills > div {
    width: 110%;
}

.noticia_rel {
    width: 196px;
    display: inline-block;
    margin-right: 88px;
    vertical-align: top;
    margin-bottom: 45px;
    color: #000;
    text-decoration: none;
    text-align: left;
}

.noticia_rel img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.noticia_rel span {
    position: relative;
    display: block;
}

.plus_noticia_rel {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 500;
    width: 47px !important;
    opacity: 0;
}

.noticia_rel:hover .plus_noticia_rel {
    opacity: 1;
}

.noticia_rel b {
    display: block;
    font-weight: normal;
    font-family: 'source_sans_prosemibold';
}

.blog_rel {
    display: block;
    vertical-align: top;
    padding-bottom: 45px;
    color: #000;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    line-height: 1.50;
}

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

.blog_rel div {
    float: right;
    width: 810px;
}

.blog_rel span {
    position: relative;
    display: block;
    float: left;
    width: 219px;
}

.blog_rel:hover .plus_noticia_rel {
    opacity: 1;
}

.blog_rel b {
    display: block;
    font-size: 32px;
    font-weight: normal;
    font-family: 'source_sans_prosemibold';
}

#contenidor_slide_extrems {
    padding: 15px 8px;
    position: relative;
}

#contenidor_slide_extrems > img {
    position: absolute;
    z-index: 500;
}

.extrem_1 {
    top: 0;
    left: 0;
}

.extrem_2 {
    top: 0;
    right: 0;
}

.extrem_3 {
    bottom: 0;
    left: 0;
}

.extrem_4 {
    bottom: 0;
    right: 0;
}

#slide_extrems {
    height: 435px;
    background-color: #FFFFFF;
}

#slide_extrems > img {
    width: 100%;
}

.llista_marques {
    margin-left: 40px;
}

.llista_marques a, .llista_marques span {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    padding: 5px 2px;
    text-decoration: none;
    color: #000000;
}

.contenidor_productes {
    margin-bottom: 50px;
}

.contenidor_productes > div {
    text-align: left;
    width: 110%;
}

.content_input {
    margin-bottom: 15px;
}

.content_input label {
    font-size: 16px;
    display: inline;
    margin-bottom: 8px;
}

.content_input label span {
    color: #F00;
}

.content_input input[type=text], .content_input textarea {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #bbb;
    box-shadow: rgb(238, 238, 238) 1px 1px 0px 0px inset;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    height: 41px;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 3px 0px;
}

.content_input textarea {
    height: 100px;
}

.content_input.dividit {
    width: 48%;
    display: inline-block;
}

.form_contacte {
    padding-top: 25px;
}

/* nous filtres */

#menu_families_esq{
    margin-top: 25px;
    margin-bottom: 25px;
}

.chk_custom{
    display: none;
}

.chk_custom + .label_box {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 5px 5px 0;
    width: 100%;
    /*height: 38px;*/
    overflow: hidden;
    position: relative;
}

.chk_custom + .label_box label::before {
    content: '\f111';
    font: normal normal normal 8px/1 'FontAwesome';
    display: inline-flex;
    align-items: center !important;
    justify-content: center !important;
    width: 16px;
    height: 16px;
    border: 1px solid #555555;
    visibility: visible;
    cursor: pointer;
    margin: 0 5px 0 0;
    color: #efece7;
    border-radius: 50%;
    font-weight: 900;
}

.chk_custom:checked + .label_box label::before, .chk_custom:checked + .label_box span, .chk_custom + .label_box:hover span {
    color:#555555;
}
.chk_custom:checked {
    color:#555555;
}

.chk_custom + .label_box label {
    cursor: pointer;
    display: flex;
    margin-top: 3px;
    color: #7F8182
}

.titol_filtre {
    /*font-weight: normal;*/
    font-size: 20px;
    color: #555555;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #555555;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}


.titol_filtre::after {
    content:"\f106"	;
    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;
    font-size: 16px;
    text-align: right;
    flex: 1;
    font-weight: 900;
}

.titol_filtre.active::after {
    content: "\f107";
}

#filters .titol_filtre::after, #filtres_area .titol_filtre::after{
    content:"\f107"	;
}

#filters .titol_filtre.active::after, #filtres_area .titol_filtre.active::after {
    content:"\f106"
}

#filtres .titol_filtre {
    border: 0;
    font-size: 14px;
    font-family: 'robotoregular';
    font-weight: normal;
    margin-bottom: 0;
}

#filtres .titol_filtre::after {
    font-weight: 300;
}

/* fi nous filtres */


.producte {
    min-height: 391px;
    height: 400px;
    width: 221px;
    margin-right: 1em !important;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    color: #000;
    line-height: 1.55;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #FFF;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 15px;
}

.producte:hover {
    border-color: #758e56;
}

.producte.destacat {
    width: 248px;
    margin-right: 15px !important;
    background-color: #FFF;
    text-align: center;
}

.producte > b, .producte > span {
    display: block;
    color: #222;
}

.producte > b {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: lighter;
    font-family: 'source_sans_proregular';
    min-height: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.producte > span {
    font-size: 15px;
    font-weight: 100;
    color: #000000;
}

.producte > div {
    width: 100%;
}

.img-container img {
    max-width: 100%;
    height: auto;
}

.img-container b {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.producte.destacat > b {
    order: 1;
    min-height: 42px;
    margin-bottom: 30px;
    padding: 0px 10px;
}

.producte.destacat > div {
    order: 2;
    padding: 0px 20px;
}

.producte.destacat > span {
    order: 3;
    font-size: 15px;
    color: #000;
}

.producte table b {
    color: #758e56;
    text-transform: uppercase;
}

.contenidor_preus {
    display: flex !important;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    font-weight: 100;
    text-align: left;
}

.mini2 {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #596c41;
    color: #596c41;
    background: transparent;
    transition: all .25s ease;
    padding: 5px 10px;
    font-family: 'source_sans_proregular';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mini2:hover {
    background: #596c41;
    color: #FFF;
    cursor: pointer;
}

.preu_antic{
    font-size: 12px;
    opacity: .6;
    text-decoration: line-through;
}
.preu_antic + span{
    color: red;
}

.preu {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}


.descripcio_producte > span:first-child {
    font-family: 'source_sans_probold';
}

.etiquetes_art {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.etiqueta {
    font-size: 12px;
    padding: 3px 8px;
    background-color: #eee;
    border-radius: 3px;
    text-transform: uppercase;
}
.etiqueta.promo {
    background-color: #e0474d;
}

.etiqueta.novetat {
    background-color: #6fa828;
}

.categories_productes {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.categories_productes ul {
    list-style: none;
    padding-left: 0;
}

.categories_productes li {
    display: inline-block;
}

.categories_productes li a {
    color: #000;
    padding: 10px 0px;
    margin: 0px 10px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.categories_productes li.selected a {
    border-bottom: 5px solid #5f6c45;
    color: #5f6c45;
    font-family: 'source_sans_probold';
}

#content_blocs {
    background: #9da58d;
    padding: 45px 0px;
    color: #405726;
}

#content_blocs > div {
    overflow: hidden;
}

#content_blocs > div > div {
    width: 110%;
}

.content_bloc {
    width: 27%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 20px;
    margin-right: 5%;
    float: left;
    text-align: center;
    font-size: 13px;
    line-height: 1.65;
}

.content_bloc > img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.content_bloc:last-child {
    margin-right: 0px;
}

.content_bloc span {
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'source_sans_probold';
}

.content_bloc .separador {
    width: 52px;
    height: 5px;
    background-color: #405726;
    margin: 20px auto;
}

#fitxa_article {
    position: relative;
    /*padding: 98px 0px;*/
    line-height: 1.55;
}

#fitxa_article h1 {
    font-weight: normal;
    font-size: 30px;
    font-family: 'source_sans_probold';
    margin-bottom: 15px;
    line-height: 1.25;
}

#img_fitxa_article {
    width: 510px;
    float: left;
}

#img_fitxa_article, #img_fitxa_article > a, #img_fitxa_article table td {
    height: 428px;
}

#img_fitxa_article > a {
    width: 100%;
}

#img_fitxa_article table {
    width: 100%;
    height: 100%;
}

#img_fitxa_article table td {
    text-align: center;
    background-color: #FFF;
    padding: 20px;
}

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

/*#fitxa_article > div.fl
	{
		width: 510px;
		text-align: center;
		height: 435px;
		position: relative;
	}
	
		#fitxa_article .cycle
		{
			min-height: 100%;
			width: 100% !important;
		}
		
		#fitxa_article .cycle > div
		{
			height: 435px;
			width: 100%;
		}
		
		#fitxa_article .cycle > div div
		{
			max-width: 100%;
			height:435px;
		}
	
	#fitxa_article > div.fl table
	{
		width: 100%; 
		min-height: inherit;
	}
	
	#fitxa_article > div.fl table td
	{
		vertical-align: middle;
		vertical-align: center;
		background-color: #FFFFFF;
	}
	*/
#fitxa_article > div.fr {
    min-height: 435px;
    width: 700px;
    background-color: #f5f5f5;
    padding: 45px 50px;
    margin-bottom: 35px;
}

/*#fitxa_article .bullet_points
	{
		margin-top: -53px;
	}*/
.producte_carousel img {
    margin: auto;
    display: block;
}

#carousel_botiga {
    width: 90%;
    margin: 10px auto;
}

.arrow_carousel {
    font-size: 40px !important;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 200;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #5f6c45;
}

#prev_producte {
    left: -50px;
}

#next_producte {
    right: -50px;
}

.producte_carousel {
    margin: 0px 15px;
}

.producte_carousel img {
    width: 100%;
}

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

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

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

.bullet_points.frases {
    margin-top: -50px;
}

.llistat_subarticles {
    display: table;
    width: 100%;
}

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

.llistat_subarticles > div > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 5px;
    border-bottom: 1px solid #000;
    font-size: 14px;
}

.boto_compra {
    cursor: pointer;
    color: #FFFFFF;
    height: 32px;
    vertical-align: middle;
    margin-left: 15px;
    padding: 0px 15px;
    line-height: 28px;
    background-color: #5f6c45;
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'source_sans_prolight';
}

.boto_compra i {
    font-size: 15px;
    vertical-align: 0px;
    margin-right: 3px;
}

.nom_subarticle {
    vertical-align: top !important;
}

.nom_subarticle div {
    margin-bottom: 15px;
    min-height: 45px;
}

.preu_subarticle {
    white-space: nowrap;
    font-family: 'source_sans_probold';
    color: #5f6c45;
    height: 37px;
    margin-bottom: 15px;
    font-size: 16px;
}

.botons_subarticle {
    text-align: right;
    white-space: nowrap;
    vertical-align: top !important;
}

.input_compra {
    width: 40px;
    height: 32px;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #ababab;
    font-size: 13px;
    padding: 2px;
    vertical-align: 1px;
    margin: 0;
    border-radius: 0 !important;
    vertical-align: middle;
}

.paginacio {
    text-align: center;
    margin: 15px;
    margin-bottom: 25px;
}

.paginacio a {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    color: #3a3a3a;
    background-color: #FFFFFF;
}

.paginacio a.next,.paginacio a.prev {
    font-size: 30px !important;
    line-height: 26px;
}

a.selected {
    color: #FFFFFF;
    background-color: #3a3a3a;
}

.content_input {
    margin-bottom: 15px;
}

.content_input label {
    font-size: 16px;
    display: inline;
    margin-bottom: 8px;
}

.content_input label span {
    color: #F00;
}

.content_input input[type=text], .content_input textarea {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #bbb;
    box-shadow: rgb(238, 238, 238) 1px 1px 0px 0px inset;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    height: 41px;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 3px 0px;
}

.content_input textarea {
    height: 100px;
}

.content_input.dividit {
    width: 48%;
    display: inline-block;
}

.form_contacte {
    padding-top: 25px;
}

#content_text {
    height: 50px;
    overflow: hidden;
    margin-bottom: 15px;
}

#leer_mas {
    cursor: pointer;
    text-decoration: underline;
}

.bloc_filtre {
    background-color: #5e6b46;
    color: #FFF;
    font-size: 14px;
    font-family: 'source_sans_probold';
    height: 77px;
    width: 100%;
    border-bottom: 3px solid #FFF;
}

.bloc_filtre td {
    padding: 20px;
    vertical-align: middle;
}

#menu_grup {
    margin-bottom: 12px;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}

#menu_grup li a {
    display: block;
    font-size: 14px;
    padding: 15px 22px;
    /*background-color: #9da58d;*/
    background-color: #7c8c59;
    margin-bottom: 1px;
    font-size: 11px;
    text-decoration: none;
    padding: 9px 22px;
    color: #FFF;
    text-transform: uppercase;
}

#menu_grup > li > a:hover {
    /*background-color: #7f8673;*/
    background-color: #78a045;
}

#menu_grup > li > a.active {
    background-color: #3d3e3c !important;
}

#menu_grup > li a.active {
    font-family: 'source_sans_probold';
}

#menu_grup li ul {
    list-style: none;
    padding-left: 0;
}

#menu_grup li ul li a {
    background-color: #FFF;
    color: #666;
    padding-left: 32px;
}

#menu_grup li ul li {
    border-top: 1px solid #9da58d;
}

#menu_mismo {
    margin-bottom: 25px;
}

#menu_mismo a {
    background-color: #93846b;
    color: #FFF;
    font-family: 'source_sans_probold';
    text-decoration: none;
    display: block;
    margin-bottom: 1px;
    padding: 19px 20px;
    text-transform: uppercase;
    font-size: 13px;
    transition: background-color .3s ease;
}

#menu_mismo a:hover {
    background-color: #5e6b46;
}

#filtres_grup {
    height: 77px;
    /* padding: 21px 0px; */
}

#filtres_grup .recerca {
    margin-top: 4px;
}

select.filtre {
    width: 260px;
    height: 34px;
    border: 0;
    padding: 0px 10px;
    background-color: #9da58d;
    color: #FFF;
    font-family: 'source_sans_proregular';
    margin-left: 25px;
}


#popup-solicitud-article input {
    padding: 5px;
    font-family: 'source_sans_proregular';
}

#content_subart {
    padding: 15px;
    background-color: #FFF;
    display: none;
}

#top_subart {
    margin-bottom: 8px;
}

#top_subart, #actions_subart {
    display: flex;
    align-items: center;
}

#actions_subart {
    margin-bottom: 15px;
}

#titol_art {
    flex: 1;
    padding-right: 20px;
}

#select_subart {
    margin-right: 10px;
    font-family: 'source_sans_proregular';
    height: 32px;
    font-size: 11px;
    padding: 0px 10px;
    width: 230px;
}

#preu_art, #preu_ant_art {
    text-align: right;
    font-family: 'source_sans_probold';
    color: #5f6c45;
    font-size: 20px;
}

#preu_ant_art {
    text-decoration: line-through;
    padding: 0px 10px;
}

#content_add_subart,#boto_solicitar_art {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 1;
}

#info_adicional_subart {
    display: flex;
}

#disponibilitat {
    flex: 1;
}

#ajuda_subart {
    text-align: right;
}

#ajuda_subart span {
    color: #5f6c45;
}

/*BEGIN Comentaris*/
.pagina_sel {
    line-height: inherit !important;
}

.arrow_coment {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 30px !important;
    cursor: pointer;
    z-index: 500;
    color: #4f6c3e;
}

#prev_coment {
    left: -10px;
}

#next_coment {
    right: -10px;
}

.comentaris_flex {
    display: flex;
}

.comentaris_flex > div {
    order: 2;
}

.comentaris_flex #comments {
    margin-left: 35px;
    flex: 1;
}

.comentaris_flex .comentaris_bloc {
    order: 1;
    width: 255px;
}

#frm_opinio {
    color: #444444;
    font-size: 12px;
    border-spacing: 0;
}

#frm_opinio td {
    padding: 0;
}

#frm_opinio input[type=text],#frm_opinio textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}

#frm_opinio textarea {
    height: 150px;
}

.span_coment {
    font-size: 15px;
    text-transform: uppercase;
}

.span_coment img {
    vertical-align: sub;
}

.span_coment font {
    font-size: 12px;
}

.groc {
    color: #f3d132;
}

.rating {
    font-size: 17px;
    margin-bottom: 15px;
}

.content_comentari {
    padding: 15px 30px;
    margin: 0px 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
    min-height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.content_comentari > div {
    width: 100%;
}

.nom_comentaris {
    font-size: 13px;
    /*font-family: 'source_sans_probold';*/
    text-transform: uppercase;
    text-align: center;
    color: #626b49;
}

#paginacio_comentaris {
    margin-bottom: 50px;
}

.pagination {
    font-size: 11px;
    padding-left: 0px;
}

.pagina_sel {
    display: block;
}

.pagination li {
    float: left;
}

.pagination li, .pagination a {
    list-style: none;
    text-decoration: none;
    color: #000;
}

.comentaris_bloc h3 {
    font-size: 22px;
}

/*END Comentaris*/

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
			*
			***** EXPEDICIONS
			*
			vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */
.page-inici {
    position: relative;
}

/*#expedicions_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999999;
    display: none;
}*/
#expedicions_pop-up {
    position: absolute;
    right: 50px;
    bottom: 150px;
    background-color: #ffffff;
    padding: 25px 50px;
    border-radius: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    color: #C79F02;
    font-size: 18px;
    font-family: 'Barlow-Regular', sans-serif;
    z-index: 999999;
    animation: fadein 2s, levitate 1.2s infinite ease-in-out alternate;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.1);
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes levitate {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0.3em, 0);
    }
}

/*
#expedicions_pop-up .close{
    position: absolute;
    top: 15px;
    right: 20px;
    width: 10px;
    height: 10px;
    background-image: url(../img/close.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
*/
#expedicions_pop-up .img img {
    max-width: 200px;
    margin-right: 20px;
}

#expedicions_pop-up .content {
    max-width: 130px;
    margin-right: 20px;
}

#expedicions_pop-up .arrow img {
    width: 10px;
}

.center {
    width: 1400px;
    margin: 0 auto;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
            *
            ***** ENVIOS GRATIS POP-UP
            *
            vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

.page-inici #overlay_pop-up {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(255,255,255,0.75);
    cursor: not-allowed;
}

.page-inici #envios_gratis_pop-up {
    position: absolute;
    top: 10%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #000;
    z-index: 9999999;
    width: 800px;
    left: calc(50% - 400px);
    opacity: 0;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
}

.page-inici #envios_gratis_pop-up .close{
    background-image: url(../img/close.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: white;
    cursor: pointer;
}

.page-inici #envios_gratis_pop-up .img img {
    width: 100%;
}


/* 	==================================================
	===== EXPEDICIONS - HOME
	==================================================  */
/* HEADER */
#top_expediciones {
    background-color: #C79F02;
    position: relative;
}

#top_expediciones:before {
    background-color: #C79F02;
    left: -10px !important;
}

#top_expediciones:after {
    background-color: #C79F02;
}

.body_expedicions {
    padding-top: 37px;
}

.body_expedicions #barra_top {
    display: none;
}

.body_expedicions header {
    border-bottom: 0;
}

.buttons_caza_pesca {
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.buttons_caza_pesca #tienda_caza {
    background-color: #4F6C3E;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    position: relative;
    margin-right: 19px;
    font-size: 11px;
    font-family: 'source_sans_prosemibold';
}

.buttons_caza_pesca > #tienda_caza:before {
    content: '';
    position: absolute;
    right: 0;
    left: -10px;
    top: 0;
    bottom: 0;
    transform: skew(-15deg,0);
    transition: background .25s ease;
    z-index: -1;
}

.buttons_caza_pesca > #tienda_caza:after {
    content: '';
    position: absolute;
    right: -10px;
    left: 0;
    top: 0;
    bottom: 0;
    transform: skew(-15deg,0);
    transition: background .25s ease;
    z-index: -1;
}

.buttons_caza_pesca #tienda_pesca {
    background-color: #004f96;
    color: #ffffff;
    height: 100%;
    padding: 10px;
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-family: 'source_sans_prosemibold';
}

.buttons_caza_pesca > #tienda_pesca:before {
    content: '';
    position: absolute;
    right: 0;
    left: -10px;
    top: 0;
    bottom: 0;
    transform: skew(-15deg,0);
    transition: background .25s ease;
    z-index: -1;
}

.buttons_caza_pesca > #tienda_pesca:after {
    content: '';
    position: absolute;
    right: -10px;
    left: 0;
    top: 0;
    bottom: 0;
    transform: skew(-15deg,0);
    transition: background .25s ease;
    z-index: -1;
}

.buttons_caza_pesca #idiomes {
    height: inherit;
    right: -125px;
}

.buttons_caza_pesca #idiomes li ul {
    margin-top: 48px;
}

#header_expedicions {
    padding: 400px 0 400px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

#header_expedicions .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: rgba(199,160,2,0.1);
    background: -moz-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,160,2,0.1)), color-stop(66%, rgba(68,54,1,0.1)), color-stop(100%, rgba(0,0,0,0.66)));
    background: -webkit-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    background: -o-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    background: -ms-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    background: linear-gradient(to bottom, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a002', endColorstr='#000000', GradientType=0 );
}

#header_expedicions .contenidor_centrat {
    text-align: center;
    font-family: 'Barlow-Medium', sans-serif;
}

#header_expedicions .contenidor_centrat .logo {
    position: relative;
    padding-bottom: 75px;
    margin-bottom: 75px;
}

#header_expedicions .contenidor_centrat .logo:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 200px;
    background-color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

#header_expedicions .contenidor_centrat .logo img {
    max-width: 100%;
}

#header_expedicions .contenidor_centrat .desc {
    color: #ffffff;
    font-size: 28px;
}

/* MENÃš EXPEDICIONS */
#container_menu_exp {
    padding: 20px 0;
    background-color: #FAFBFC;
}

#container_menu_exp ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

#container_menu_exp ul li {
    margin: 0 50px;
}

#container_menu_exp ul li a {
    font-size: 18px;
    font-family: 'Barlow-Regular', sans-serif;
}

#container_menu_exp ul li a:hover {
    text-decoration: underline;
}

#container_menu_exp ul li a.current {
    color: #C79F02;
    text-decoration: underline;
}

/* DESTACADOS */
#container_destacats_exp {
    background-color: #ffffff;
    padding: 75px 0;
}

#container_destacats_exp .contenidor_centrat {
}

#container_destacats_exp .contenidor_centrat > .title {
    text-align: center;
    font-size: 40px;
    font-family: 'Barlow-Bold', sans-serif;
    color: #4B4B4B;
    text-transform: uppercase;
    margin-bottom: 100px;
    position: relative;
}

#container_destacats_exp .contenidor_centrat > .title span {
    position: relative;
}

#container_destacats_exp .contenidor_centrat > .title span:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10%;
    width: 120%;
    height: 2px;
    background-color: #C79F02;
}

#container_destacats_exp .contenidor_centrat .viaje {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.1);
}

#container_destacats_exp .contenidor_centrat .viaje .img {
    flex: 0 0 40%;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#container_destacats_exp .contenidor_centrat .viaje .content {
    flex: 0 0 60%;
    padding: 50px 30px 30px 50px;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
}

#container_destacats_exp .contenidor_centrat .viaje .content .title {
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 21px;
    color: #4B4B4B;
    margin-bottom: 25px;
}

#container_destacats_exp .contenidor_centrat .viaje .content .main_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

#container_destacats_exp .contenidor_centrat .viaje .content .main_info .country {
    color: #4B4B4B;
    text-transform: uppercase;
    font-family: 'Barlow-Regular', sans-serif;
    font-size: 16px;
    flex: 0 0 30%;
}

#container_destacats_exp .contenidor_centrat .viaje .content .main_info .days {
    flex: 0 0 50%;
    border-left: 1px solid #D5CAB8;
    padding: 5px 0 5px 30px;
    color: #4B4B4B;
    font-size: 16px;
    font-family: 'Barlow-Light', sans-serif;
}

#container_destacats_exp .contenidor_centrat .viaje .content .main_info .price {
    flex: 0 0 20%;
    text-align: right;
    color: #C79F02;
    font-size: 20px;
    font-family: 'Barlow-Bold', sans-serif;
}

#container_destacats_exp .contenidor_centrat .viaje .content .button {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #C79F02;
    text-align: right;
}

#container_destacats_exp .contenidor_centrat .viaje .content .button a {
    background-color: #C79F02;
    border: 1px solid #C79F02;
    padding: 10px 25px;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Barlow-Regular', sans-serif;
    font-size: 15px;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

#container_destacats_exp .contenidor_centrat .viaje .content .button a:hover {
    background-color: #ffffff;
    color: #C79F02;
}

#container_destacats_exp .contenidor_centrat .button {
    text-align: center;
}

#container_destacats_exp .contenidor_centrat .button a {
    background-color: #ffffff;
    border: 1px solid #C79F02;
    padding: 10px 25px;
    border-radius: 5px;
    color: #C79F02;
    font-family: 'Barlow-Regular', sans-serif;
    font-size: 15px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

#container_destacats_exp .contenidor_centrat .button a:hover {
    background-color: #C79F02;
    color: #ffffff;
}

/* CARACTERÃSTICAS */
#container_caracs_exp {
    background-color: #FAFBFC;
    padding: 75px 0;
}

#container_caracs_exp .contenidor_centrat {
    background-color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#container_caracs_exp .contenidor_centrat .carac {
    flex: 0 0 25%;
    padding: 75px;
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

#container_caracs_exp .contenidor_centrat .carac:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    width: 1px;
    height: 40%;
    background-color: rgba(199, 159, 2, 0.35);
}

#container_caracs_exp .contenidor_centrat .carac .icon {
    margin-bottom: 25px;
}

#container_caracs_exp .contenidor_centrat .carac .title {
    font-family: 'Barlow-Medium', sans-serif;
}

.orange_underline {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 50px;
    position: relative;
    font-family: 'Barlow-Bold', sans-serif;
}

.orange_underline:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    left: -200px;
    height: 2px;
    width: 550px;
    background-color: #C79F02;
}

/* 	==================================================
	===== QUI SOM
	==================================================  */
#header_quisom_exp {
    padding: 250px 0 250px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#header_quisom_exp .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: rgba(199,160,2,0.1);
    background: -moz-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,160,2,0.1)), color-stop(66%, rgba(68,54,1,0.1)), color-stop(100%, rgba(0,0,0,0.66)));
    background: -webkit-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    background: -o-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    background: -ms-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    background: linear-gradient(to bottom, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 66%, rgba(0,0,0,0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a002', endColorstr='#000000', GradientType=0 );
}

#header_quisom_exp .contenidor_centrat {
    text-align: center;
}

#header_quisom_exp .contenidor_centrat .logo img {
    max-width: 100%;
}

#container_content_quisom_exp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #ffffff;
}

#container_content_quisom_exp .content {
    flex: 0 0 60%;
    padding: 50px 10%;
}

#container_content_quisom_exp .content .title {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 50px;
    position: relative;
    font-family: 'Barlow-Bold', sans-serif;
}

#container_content_quisom_exp .content .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -25%;
    height: 2px;
    width: 75%;
    background-color: #C79F02;
}

#container_content_quisom_exp .content .desc {
    font-size: 20px;
    color: #9B9B9B;
    font-family: 'Barlow-Regular', sans-serif;
}

#container_content_quisom_exp .img {
    flex: 0 0 40%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* 	==================================================
	===== DESTINOS
	==================================================  */
#container_destacats_exp.destinos {
    padding-top: 0;
}

#container_filtros_destinos {
    background: transparent;
    background-color: rgba(199, 159, 2, 0.05);
    margin-bottom: 100px;
    padding: 40px 0;
}

#container_filtros_destinos .title {
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 23px;
    color: #4B4B4B;
    margin-bottom: 25px;
}

#container_filtros_destinos form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

#container_filtros_destinos input {
    display: none;
}

#container_filtros_destinos label {
    padding: 0 15px;
    font-size: 18px;
    font-family: 'Barlow-Light', sans-serif;
    cursor: pointer;
}

#container_filtros_destinos label:hover {
    text-decoration: underline;
}

#container_filtros_destinos input:checked + label {
    color: #C79F02;
    text-decoration: underline;
}

/* 	==================================================
	===== VIAJE - SINGLE
	==================================================  */
/* HEADER */
#header_viaje {
    padding: 400px 0 300px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#header_viaje .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: rgba(199,160,2,0.1);
    background: -moz-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 25%, rgba(0,0,0,0.66) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,160,2,0.1)), color-stop(25%, rgba(68,54,1,0.1)), color-stop(100%, rgba(0,0,0,0.66)));
    background: -webkit-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 25%, rgba(0,0,0,0.66) 100%);
    background: -o-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 25%, rgba(0,0,0,0.66) 100%);
    background: -ms-linear-gradient(top, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 25%, rgba(0,0,0,0.66) 100%);
    background: linear-gradient(to bottom, rgba(199,160,2,0.1) 0%, rgba(68,54,1,0.1) 25%, rgba(0,0,0,0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a002', endColorstr='#000000', GradientType=0 );
}

#header_viaje .contenidor_centrat {
    text-align: center;
    font-family: 'Barlow-Medium', sans-serif;
}

#header_viaje .contenidor_centrat .logo {
    position: relative;
    margin-bottom: 50px;
}

#header_viaje .contenidor_centrat .title {
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-family: 'Barlow-Regular', sans-serif;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    width: 50%;
}

#header_viaje .contenidor_centrat .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 200px;
    background-color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

#header_viaje .contenidor_centrat .logo img {
    max-width: 100%;
}

#header_viaje .contenidor_centrat .days {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Barlow-Light', sans-serif;
    text-transform: uppercase;
}

/* MAIN INFO */
#container_main_info_viaje {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #ffffff;
}

#container_main_info_viaje .content {
    flex: 0 0 60%;
    padding: 50px 25px 50px 10%;
}

#container_main_info_viaje .content #container_breadcrumbs {
    margin-bottom: 25px;
    font-family: 'Barlow-Regular', sans-serif;
    font-size: 15px;
}

#container_main_info_viaje .content #container_breadcrumbs a {
    color: #707070;
}

#container_main_info_viaje .content #container_breadcrumbs a:hover {
    text-decoration: underline;
}

#container_main_info_viaje .content #container_breadcrumbs span {
    color: #C79F02;
}

#container_main_info_viaje #main_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

#container_main_info_viaje #main_info > div {
    flex: 0 0 40%;
    margin-bottom: 15px;
}

#container_main_info_viaje #main_info .country_info {
    flex: 0 0 80%;
}

#container_main_info_viaje #main_info .title {
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 16px;
    color: #4B4B4B;
}

#container_main_info_viaje #main_info .desc {
    font-family: 'Barlow-Light', sans-serif;
    font-size: 20px;
}

#container_main_info_viaje .button {
    margin: 25px 0;
}

#container_main_info_viaje .button a {
    background-color: #C79F02;
    border: 1px solid #C79F02;
    padding: 10px 25px;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Barlow-Regular', sans-serif;
    font-size: 15px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

#container_main_info_viaje .button a:hover {
    background-color: #ffffff;
    color: #C79F02;
}

#container_main_info_viaje .img {
    flex: 0 0 40%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

#container_main_info_viaje .img #map {
    height: 100% !important;
}

/* ITINERARI */
#container_itinerario {
    background-color: #FAFBFC;
    padding: 50px 10%;
}

#container_itinerario .title.orange_underline {
    width: 50%;
}

#container_itinerario .contenidor_centrat {
    background-color: #ffffff;
    padding: 50px 75px;
}

#container_itinerario .contenidor_centrat .dia {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

#container_itinerario .contenidor_centrat .dia:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#container_itinerario .contenidor_centrat .dia .title {
    flex: 0 0 20%;
    text-transform: uppercase;
    color: #4B4B4B;
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 20px;
}

#container_itinerario .contenidor_centrat .dia .desc {
    flex: 0 0 30%;
    font-size: 16px;
    font-family: 'Barlow-Light', sans-serif;
}

#container_itinerario .contenidor_centrat .dia .extra_desc {
    flex: 0 0 40%;
    margin-left: 25px;
    font-size: 16px;
    font-family: 'Barlow-Light', sans-serif;
}

/* PRECIO */
#container_precio {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #ffffff;
}

#container_precio .content {
    flex: 0 0 50%;
    padding: 50px 10%;
}

#container_precio .precio {
    color: #707070;
    font-size: 50px;
    font-family: 'Barlow-Bold', sans-serif;
}

#container_precio .desc {
    margin: 15px 0;
    color: #9B9B9B;
    font-size: 20px;
    font-family: 'Barlow-Light', sans-serif;
}

#container_precio .content .info {
    color: #9B9B9B;
    font-size: 20px;
    font-family: 'Barlow-Light', sans-serif;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding: 25px 0;
}

#container_precio .img {
    flex: 0 0 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#container_precio .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(199, 159, 2, 0.07);
}

/* FOTOS */
#container_fotos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}

#container_fotos > div {
    flex: 1;
    height: 350px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#container_fotos .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(199, 159, 2, 0.4);
}

/* INCLUYE / NO INCLUYE */
#container_incluye {
    background-color: #ffffff;
    padding: 50px 0;
}

#container_incluye .center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#container_incluye .center > div {
    flex: 0 0 49%;
}

#container_incluye .center > div .title {
    border-bottom: 1px solid #707070;
    text-transform: uppercase;
    font-family: 'Barlow-Medium', sans-serif;
    font-size: 22px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    color: #4B4B4B;
}

#container_incluye .center > div .desc {
    column-count: 2;
    color: #707070;
    font-size: 20px;
    font-family: 'Barlow-Light', sans-serif;
}

#container_incluye .center > div .desc ul {
    margin: 0;
    list-style: none;
}

#container_incluye .center > div .desc ul li {
    margin-bottom: 10px;
    break-inside: avoid-column;
    position: relative;
}

#container_incluye .center > div .desc ul li:before {
    /*content: "\00B7";*/
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #707070;
}

/* ACCORDION */
#container_accordion {
    background-color: #FAFBFC;
    padding: 50px 0;
}

#container_accordion .contenidor_centrat {
}

#container_accordion .contenidor_centrat .accordion {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    margin-bottom: 15px;
}

#container_accordion .contenidor_centrat .accordion.opened {
    border-bottom: 0;
    border-radius: 5px;
    -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.1);
}

#container_accordion .contenidor_centrat .accordion .accordion_header {
    color: #4B4B4B;
    font-size: 25px;
    font-family: 'Barlow-Medium', sans-serif;
    padding: 15px 50px;
    position: relative;
    cursor: pointer;
}

#container_accordion .contenidor_centrat .accordion .accordion_header:after {
    content: '';
    position: absolute;
    right: 50px;
    top: 30px;
    background-image: url(../img/arrow_down.svg);
    width: 10px;
    height: 7px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#container_accordion .contenidor_centrat .accordion .accordion_content {
    display: none;
    width: 100% !important;
    color: #9B9B9B;
    font-size: 20px;
    font-family: 'Barlow-Light', sans-serif;
}

#container_accordion .contenidor_centrat .accordion .accordion_content > div {
    padding: 15px 50px 50px 50px;
}

#container_accordion .contenidor_centrat .accordion.opened .accordion_header {
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
}

#container_accordion .contenidor_centrat .accordion.opened .accordion_header:after {
    background-image: url(../img/arrow_up.svg);
}

#container_accordion .contenidor_centrat .accordion.opened .accordion_content {
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
}

/* FORMULARIO */
#container_form {
    background-color: #ffffff;
    padding: 50px 10%;
}

#container_form .contenidor_centrat {
}

#container_form .frase {
    color: #707070;
    font-size: 20px;
    font-family: 'Barlow-Regular', sans-serif;
}

#container_form .contenidor_centrat #form {
    margin-top: 50px;
}

#container_form .contenidor_centrat #form label {
    color: #4B4B4B;
    font-family: 'Barlow-Light', sans-serif;
}

#container_form .contenidor_centrat #form input[type=text] {
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
}

#container_form .contenidor_centrat #form textarea {
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
}

#container_form .contenidor_centrat #form input[type=text]:focus {
    border-bottom: 1px solid #C79F02 !important;
    outline-color: transparent;
}

#container_form .contenidor_centrat #form textarea:focus {
    outline-color: transparent;
    border: 2px solid #C79F02;
}

#container_form .contenidor_centrat #form .boto_generic {
    background-color: #C79F02;
    padding: 15px 40px;
    text-transform: none;
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
			*
			***** END EXPEDICIONS
			*
			vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */
footer {
    padding: 40px 0px;
    min-height: 72px;
    background-color: #484848;
    color: #FFFFFF;
    letter-spacing: 0;
    font-size: 12px;
    color: #868686;
}

footer > div {
    margin-bottom: 10px;
}

footer h4 {
    font-weight: normal;
    font-size: 21px;
    line-height: 1.15;
}

.boto_footer {
    color: #FFF;
    display: inline-block;
    padding: 8px 15px;
    text-align: center;
    margin: 10px 0px;
    font-family: 'source_sans_prolight';
    background-color: #9da58d;
    font-size: 12px;
    text-decoration: none;
}

.columna_footer {
    width: 165px;
    margin-left: 100px;
    font-size: 12px;
    letter-spacing: 0;
    color: #FFF;
}

.columna_footer a {
    display: block;
    color: #b4b4b4;
    text-decoration: none;
    margin-bottom: 7px;
}

.columna_footer #xarxes_socials a {
    color: white;
}

#xarxes_socials a i {
    color: #FFF;
    /* background-color: #596c41; */
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 32px;
    font-size: 25px;
    padding-top: 6px;
    /* margin: 0px 6px; */
    /* padding-right: 33px; */
}

#info_empresa.columna_footer {
    width: 200px;
    font-size: 12px;
    margin-left: 0;
}

.titol_footer {
    font-family: source_sans_prosemibold;
    font-size: 17px;
    line-height: 1.15;
    display: block;
    margin-bottom: 14px;
    color: #FFF;
}

.check_condicions {
    margin: 0;
}

.link_condicions {
    text-decoration: none;
    color: #ababab;
    font-size: 10px;
}

.link_condicions a {
    color: #FFF;
    text-decoration: underline;
}

#newsletter_footer {
    width: 207px;
    margin-right: 18px;
}

#newsletter_footer input[type=text] {
    font-size: 12px;
    padding: 6px 17px;
    border: none;
    background-color: transparent;
    margin: 10px 0 ;
    color: white;
    width: 100%;
    height: 28px;
    font-family: 'source_sans_proregular';
    border-top: 1px solid #6a6a6a;
    border-left: 1px solid #636363;
    border-bottom: 1px solid #636363;
    border-right: 1px solid #4e4e4e;
}

#newsletter_footer ::-webkit-input-placeholder {
    color: #ababab;
}

#newsletter_footer :-moz-placeholder {
    color: #ababab;
    opacity: 1;
}

#newsletter_footer ::-moz-placeholder {
    color: #ababab;
    opacity: 1;
}

#newsletter_footer :-ms-input-placeholder {
    color: #ababab;
}

#newsletter_footer :placeholder-shown {
    color: #ababab;
}

#logo_footer {
    margin-bottom: 35px;
    display: inline-block;
}

#footer2 {
    background-color: #333333;
    font-size: 12px;
    letter-spacing: 0;
    padding: 13px 0px;
}

#footer2, #footer2 a {
    color: #e9e9e9;
}

#footer2 > div {
    overflow: hidden;
    display: flex;
}

#footer2 > div > div {
    flex: 2;
}

#links_peu {
    text-align: right;
}

#table_subarticles {
    margin-bottom: 5px;
    background-color: #FFF;
    font-size: 14px;
}

#table_subarticles td {
    padding: 5px 10px;
    vertical-align: middle;
}

#table_subarticles thead td {
    text-transform: uppercase;
    color: #FFF;
    background-color: #596c41;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14px;
}

#promo input {
    padding: 10px;
    vertical-align: top;
    height: 38px;
}

.promo_qty,.promo_total {
    text-align: right;
    width: 75px;
}

/*ERROR -------------------*/
.error {
    color: #C00;
    font-weight: bold;
}

#carro_buit.error {
    text-align: center;
}

#displayedError {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    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;
}

@media screen and (max-width: 1420px) {
    .center {
        width: 90%;
        margin: 0 5%;
    }


    .body_expedicions #barra_top
    {
        display:flex;
    }

    .buttons_caza_pesca
    {
        display:none;
    }

    /* HEADER */
    #desplegador_menu{
        font-size: 20px;
    }

    .desplegador_menu {
        padding: 10px 15px;
        background-color: #3a3a3a;
        color: #FFF;
        text-transform: uppercase;
        display: block;
        line-height: 1;
        text-align: left;
        font-family: 'source_sans_probold';
        clear: both;
        font-size: 12px;
        height: 100%;
        align-content: center;
    }

    #menu_prin {
        position: fixed;
        height: 100%;
        width: 60%;
        top: 0;
        transform: translate(200%,0);
        opacity: 0;
        z-index: 9999;
        background: rgba(79, 108, 62, .9);
        border-left: 2px solid #DFE5C3;
        transition: opacity .25s ease, transform .45s ease;
        padding: 0;
        font-size: 14px;
        text-align: left;
        margin: 0;
        display: block;
        overflow: auto;
    }

    body.pesca #menu_prin {
        background: rgba(0, 79, 150, 0.9);
    }

    #menu_prin li {
        display: block;
    }

    .submenu_prin, #menu_prin > li:hover:before {
        display: none !important;
    }

    #menu_prin a {
        display: block;
        padding: 13px 15px !important;
        border: 0;
        border-bottom: 1px solid;
        white-space: normal !important;
        line-height: 1.50;
        border-left: none !important;
        font-size: 12px !important;
    }

    #menu_prin.active {
        opacity: 1;
        transform: translateX(67%);
    }

    #barra_top {
        justify-content: left;
    }

    #barra_top > a {
        height: 45px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 0px;
        font-family: 'source_sans_probold';
        flex: 1;
    }

    #menu a {
        color: #c6cba4;
    }

    #desplegador_shop {
        background-color: inherit;
        flex: 1;
        padding: 0 0 0 13px;
    }

    #idiomes {
        position: static;
        padding: 0 15px;
    }

    #desplegador_articles {
        background-color: #506535;
        display: none;
    }

    #desplegador_articles i {
        vertical-align: 1px;
    }

    #menu_families_esq{
        display: block;
    }

    .banner_financiar, .banners_lateral {
        display: none;
    }

    .filtres_area, .categories_area{
        display: none;
    }

    #menu {
        position: static;
        margin: 0;
        width: auto;
        display: block;
        padding: 0;
        height: auto;
        background: #767b51;
    }

    #menu li {
        display: block;
        border: 0;
        padding: 10px 15px;
        line-height: 1;
        height: auto;
        text-align: left;
        border-top: 1px solid #52633c;
        font-family: 'source_sans_probold';
        font-size: 14px;
    }
      #recerca{
        /* width:100%; */
        display:flex;
        position: absolute!important;
        top: 30px;
        right: 100px;
        border: none!important;
    }

    #caixa_login {
        margin: 15px;
        /* display: none; */
        position: absolute;
        top: 10px;
    }

    #caixa_login.active {
        display: block;
    }

    #menu_botiga {
        margin: 0;
        width: auto;
        display: block;
        float: none !important;
    }

    #menu, #menu_botiga {
        display: none !important;
    }

    #menu.active,#menu_botiga.active {
        display: block !important;
    }

    header > .contenidor_centrat {
        width: 100% !important;
    }

    #submenu {
        padding-bottom: 0;
        display: block;
    }

    #frase_header {
        display: none;
    }

    #logo {
        margin-left: 0;
        float: none;
        display: block;
        max-height: 90px;
        overflow: hidden;
        position: static !important;
        max-width: 130px !important;
        margin: 0 !important;
    }

    #logo table td {
        padding: 10px 0px;
    }

    #logo img {
        display: block;
        width: 100%;
        margin: auto;
    }

    /* END HEADER */
}

@media screen and (max-width: 1060px) {
    .contenidor_centrat {
        width:990px
    }

    .recerca input[type=text] {
        width: 166px;
    }

    #content_right {
        width: 720px;
    }

    #img_fitxa_article {
        width: 490px;
    }

    #fitxa_article > div.fr {
        width: 480px;
    }

    .producte {
        width: 235px;
    }

    .content_slide {
        margin-left: 212px;
    }

    .noticia_rel {
        margin-right: 64px;
    }

    .blog_rel div {
        width: 745px;
    }

    .columna_footer {
        width: 118px;
        margin-right: 11px;
        font-size: 12px;
    }
}

@media screen and (max-width: 995px) {
    html,body {
        overflow-x: hidden;
    }

    .body_expedicions
    {
        padding-top: 0;
    }

    .body_expedicions header
    {
        margin-bottom: 0;
    }

    

    #seccions_inicials {
        position: absolute;
        bottom: 0px !important;
        left: 0 !important;
        right: 0 !important;
        top: 167px !important;
    }

    #blocs_inici {
        display: none;
    }

    header {
        position: relative;
        margin-bottom: 15px;
    }

    .fix_header {
        margin-top: -15px;
    }

    body {
        padding-top: 0;
    }

    #submenu {
        padding-bottom: 0;
        display: block;
    }

    #frase_header {
        display: none;
    }

    .contenidor_centrat {
        width: 92%;
    }

    .contenidor_centrat.main {
        padding: 0;
    }

    #content_left, #content_right, aside.barra_lat {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .popup-gallery {
        width: auto;
        max-width: 400px;
    }

    .popup-gallery .contenidor_fills > div {
        width: 110% !important;
    }

    #logo {
        margin-left: 0;
        float: none;
        display: block;
        max-height: 90px;
        overflow: hidden;
        position: static !important;
        max-width: 130px !important;
        margin: 0 !important;
    }

    #logo table td {
        padding: 10px 0px;
    }

    #logo img {
        display: block;
        width: 100%;
        margin: auto;
    }

    #blocs_sobreposats {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    #content_blocs2 {
        padding: 5px 0px;
    }

    #content_blocs2 > div {
        display: block;
        text-align: center;
        margin: 5px 0;
        width: 100%;
    }

    #content_blocs2 > div > div {
        margin: 15px 0;
        border-left: none;
    }

    #content_blocs2 img {
        margin-right: 0px;
        height: 40px;
    }

    #content_blocs2 > div > div {
        flex: 3;
        display: block;
    }

    #text_home {
        width: 92%;
        margin: auto;
    }

    .contenidor_productes.destacats {
        width: 92%;
        position: relative;
        z-index: 2;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .producte.destacat {
        width: 47.5%;
        margin: 2% 1% !important;
        background-color: #FFF;
        display: inline-block;
    }

    #desplegador_menu{
        font-size: 20px;
    }

    .desplegador_menu {
        padding: 10px 15px;
        background-color: #3a3a3a;
        color: #FFF;
        text-transform: uppercase;
        display: block;
        line-height: 1;
        text-align: left;
        font-family: 'source_sans_probold';
        clear: both;
        font-size: 12px;
        height: 100%;
        align-content: center;
    }
  
    .resultat_cerca{
          padding-top:10px;
    }

    #menu_prin {
        position: fixed;
        height: 100%;
        width: 60%;
        top: 0;
        transform: translate(200%,0);
        opacity: 0;
        z-index: 9999;
        background: rgba(79, 108, 62, .9);
        border-left: 2px solid #DFE5C3;
        transition: opacity .25s ease, transform .45s ease;
        padding: 0;
        font-size: 14px;
        text-align: left;
        margin: 0;
        display: block;
        overflow: auto;
    }

    body.pesca #menu_prin {
        background: rgba(0, 79, 150, 0.9);
    }

    #menu_prin li {
        display: block;
    }

    .submenu_prin, #menu_prin > li:hover:before {
        display: none !important;
    }

    #menu_prin a {
        display: block;
        padding: 13px 15px !important;
        border: 0;
        border-bottom: 1px solid;
        white-space: normal !important;
        line-height: 1.50;
        border-left: none !important;
        font-size: 12px !important;
    }

    #menu_prin.active {
        opacity: 1;
        transform: translateX(67%);
    }

    #barra_top {
        justify-content: left;
    }

    #barra_top > a {
        height: 45px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 0px;
        font-family: 'source_sans_probold';
        flex: 1;
    }

    #menu a {
        color: #c6cba4;
    }

    #desplegador_shop {
        background-color: inherit;
        flex: 1;
        padding: 0 0 0 13px;
    }

    #idiomes {
        position: static;
        padding: 0 15px;
    }

    #desplegador_articles {
        background-color: #506535;
        display: none;
    }

    #desplegador_articles i {
        vertical-align: 1px;
    }

    #menu_families_esq{
        display: block;
    }

    .banner_financiar, .banners_lateral {
        display: none;
    }
    
    .filtres_area, .categories_area{
        display: none;
    }

    #menu {
        position: static;
        margin: 0;
        width: auto;
        display: block;
        padding: 0;
        height: auto;
        background: #767b51;
    }

    #menu li {
        display: block;
        border: 0;
        padding: 10px 15px;
        line-height: 1;
        height: auto;
        text-align: left;
        border-top: 1px solid #52633c;
        font-family: 'source_sans_probold';
        font-size: 14px;
    }

    #caixa_login {
        margin: 15px;
        /* display: none; */
        position: absolute;
        top: 10px;
    }

    #caixa_login.active {
        display: block;
    }

    #slide_gran {
        height: auto;
        padding-top: 50%;
    }

    #slide_gran > div {
        height: 100%;
        background-size: cover !important;
    }

    .content_slide {
        left: auto;
        margin: 0;
        right: 15px;
        width: auto;
        max-width: 50%;
    }

    .titol_slide {
        font-size: 45px;
    }

    /*#caixa_login
	{
		display: none;
	}	*/
    #menu_botiga {
        margin: 0;
        width: auto;
        display: block;
        float: none !important;
    }

    #menu, #menu_botiga {
        display: none !important;
    }

    #menu.active,#menu_botiga.active {
        display: block !important;
    }

    header > .contenidor_centrat {
        width: 100% !important;
    }

    #descripcio_home > div {
        float: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-bottom: 25px;
    }

    #slide_extrems {
        height: auto;
        background-color: #FFFFFF;
    }

    #newsletter_footer {
        width: 31%;
    }

    .llista_marques {
        margin-left: 0;
    }

    .llista_marques a, .llista_marques span {
        display: inline-block;
        vertical-align: top;
        width: 33%;
    }

    .content_bloc {
        width: 29%;
        padding: 0px 5px;
        margin-right: 2%;
    }

    .slide_noticia_destacada {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .noticia_rel {
        width: 27%;
        margin-right: 4%;
        display: inline-block;
    }

    .blog_rel span {
        width: 20%;
    }

    .blog_rel div {
        width: 78%;
    }

    .blog_rel b {
        display: block;
        font-size: 17px;
    }

    /*.blog_rel span,
	.blog_rel div {
		width: 100%;
	}*/
    #newsletter_footer, .columna_footer {
        float: none !important;
        display: inline-block;
        width: 30.5%;
        margin-right: 2%;
        vertical-align: top;
        margin-bottom: 15px;
    }

    #info_empresa {
        border-top: 1px solid #FFF;
        padding-top: 15px;
        width: 100% !important;
        display: block;
        clear: both;
    }

    .contenidor_productes > div {
        text-align: left;
        width: 100%;
    }

    .producte {
        min-height: 0;
        width: 30.5%;
        margin: 1% !important;
    }

    #img_fitxa_article, #fitxa_article > div.fr {
        width: 100%;
        margin-bottom: 25px;
        min-height: 0;
    }

    #img_fitxa_article .cycle, #img_fitxa_article .cycle > a, #img_fitxa_article .cycle table td {
        width: 100%;
        max-width: none;
    }

    .marge_logo {
        display: none;
    }

    #banners_generics > div {
        width: 94% !important;
        margin: auto !important;
    }

    .banner_generic h5 {
        font-size: 20px !important;
    }

    #logos_footer img {
        margin: 0px 10px !important;
    }

    #banner_black_friday {
        display: none;
    }

    #banner_black_friday_mobile {
        display: block;
    }

    .banners_lateral a {
        display: none !important;
    }

    #container_caracs_exp .contenidor_centrat {
        flex-wrap: wrap;
    }

    #container_caracs_exp .contenidor_centrat .carac {
        flex: 0 0 49%;
        padding: 40px;
    }

    #container_caracs_exp .contenidor_centrat .carac:after {
        display: none;
    }

    #header_viaje {
        padding: 300px 0 300px 0;
    }

    #header_viaje .contenidor_centrat .title {
        font-size: 35px;
    }

    #container_main_info_viaje #main_info {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #container_main_info_viaje .img {
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    #container_itinerario .contenidor_centrat {
        padding: 50px 35px;
    }

    #container_incluye .center > div .desc {
        column-count: inherit;
    }

    .buttons_caza_pesca {
        height: inherit;
    }
}

@media screen and (max-width: 700px) {
    #header_expedicions {
        padding: 250px 0 400px 0;
    }

    #header_expedicions .contenidor_centrat .logo {
        padding-bottom: 35px;
        margin-bottom: 35px;
        width: 75%;
        margin: 0 auto 35px auto;
    }

    #header_expedicions .contenidor_centrat .desc {
        font-size: 20px;
    }

    #container_menu_exp ul li {
        margin: 0 25px;
    }

    #container_destacats_exp {
        padding: 35px 0;
    }

    #container_destacats_exp .contenidor_centrat > .title {
        font-size: 25px;
        margin-bottom: 50px;
    }

    #container_destacats_exp .contenidor_centrat .viaje {
        flex-direction: column;
    }

    #container_destacats_exp .contenidor_centrat .viaje .img {
        padding-bottom: 200px;
        border-radius: 0;
    }

    #container_destacats_exp .contenidor_centrat .viaje .content {
        padding: 30px;
    }

    #container_destacats_exp .contenidor_centrat .viaje .content .main_info {
        flex-wrap: wrap;
    }

    #container_destacats_exp .contenidor_centrat .viaje .content .main_info .country {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    #container_destacats_exp .contenidor_centrat .viaje .content .main_info .days {
        border: 0;
        padding-left: 0;
    }

    #container_destacats_exp .contenidor_centrat .viaje .content .button {
        text-align: center;
        margin-top: 10px;
    }

    #container_caracs_exp {
        padding: 20px 0;
    }

    #header_quisom_exp {
        padding: 150px 0 150px 0;
    }

    #container_content_quisom_exp {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #container_content_quisom_exp .content .title {
        font-size: 25px;
    }

    #container_content_quisom_exp .content .desc {
        font-size: 16px;
    }

    #container_content_quisom_exp .img {
        padding-bottom: 300px;
    }

    #container_filtros_destinos {
        margin-bottom: 50px;
    }

    #header_viaje {
        padding: 250px 0 250px 0;
    }

    #header_viaje .contenidor_centrat .title {
        font-size: 25px;
        width: 90%;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    #container_main_info_viaje {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .orange_underline {
        font-size: 25px;
    }

    .orange_underline:after {
        width: 400px;
    }

    #container_main_info_viaje .content {
        padding: 25px;
    }

    #container_main_info_viaje .img {
        padding-bottom: 300px;
    }

    #container_itinerario {
        padding: 50px 25px;
    }

    #container_itinerario .contenidor_centrat {
        padding: 25px;
    }

    #container_itinerario .contenidor_centrat .dia {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #container_itinerario .contenidor_centrat .dia .desc {
        margin: 10px 0;
    }

    #container_itinerario .contenidor_centrat .dia .extra_desc {
        margin-left: 0;
    }

    #container_precio {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #container_precio .precio {
        font-size: 35px
    }

    #container_precio .desc {
        font-size: 16px;
    }

    #container_precio .content .info {
        font-size: 16px;
    }

    #container_fotos {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #container_fotos > div {
        padding-bottom: 250px;
    }

    #container_incluye .center {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #container_incluye .center .incluye {
        margin-bottom: 25px;
    }

    #container_incluye .center > div .title {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    #container_incluye .center > div .desc ul {
        padding-left: 20px;
    }

    #container_incluye .center > div .desc {
        font-size: 16px;
    }

    #container_accordion {
        margin: 10px 0;
    }

    #container_accordion .contenidor_centrat .accordion .accordion_header {
        padding: 15px;
        font-size: 16px;
    }

    #container_accordion .contenidor_centrat .accordion .accordion_content {
        font-size: 16px;
    }

    #container_accordion .contenidor_centrat .accordion .accordion_content > div {
        padding: 15px;
    }

    #container_form .frase {
        font-size: 16px;
    }

    #container_form .content_submit {
        margin-top: 20px;
    }

    #header_quisom_exp .contenidor_centrat .logo {
        width: 75%;
        margin: 0 auto;
    }

    #header_viaje .contenidor_centrat .logo {
        width: 75%;
        margin: 0 auto 35px auto;
    }
}

@media screen and (max-width: 660px) {
    #seccions_inicials > a {
        width: 100% !important;
        height: 50% !important;
    }

    #seccions_inicials:before {
        left: 0 !important;
        right: 0 !important;
        top: 50% !important;
        margin-left: 0 !important;
        width: 100% !important;
        height: 10px !important;
        bottom: auto !important;
        margin-top: -5px;
    }

    #seccions_inicials span {
        height: 42px !important;
        line-height: 42px !important;
        font-size: 16px !important;
        padding: 0px 20px !important;
    }

    #pesca {
        top: auto !important;
        bottom: 0 !important;
    }

    .contenidor_centrat.main {
        padding: 0px;
    }

    .contenidor_centrat {
        width: 92%;
    }

    #content_left, #content_right, aside.barra_lat {
        width: 100%;
        margin-bottom: 25px;
    }

    .content_input.dividit {
        width: 100%;
        display: block;
    }

    .contenidor_fills > div, #content_blocs > div > div {
        width: 100%;
    }

    .noticia_rel {
        width: 100%;
        margin-right: 0;
    }

    .blog_rel span, .blog_rel div {
        width: 100%;
    }

    .content_bloc {
        width: 100%;
        padding: 0px 5px;
        margin-right: 0;
    }

    #carousel_botiga {
        width: 88%;
    }

    .llista_marques a {
        width: 50%;
    }

    footer {
        padding: 20px 0px;
    }

    .titol_footer {
        min-height: 0;
    }

    .columna_footer {
        float: none !important;
        width: 100% !important;
        display: block;
        margin-bottom: 25px;
        margin-left: 0;
    }

    #info_empresa {
        border-top: 1px solid #FFF;
        padding-top: 10px;
    }

    #newsletter_footer {
        width: 100%;
    }

    .contenidor_productes {
        width: 100%;
        /*overflow: hidden;*/
    }

    .producte {
        min-height: 0;
        width: 100%;
        margin: 0 0 30px 0!important;
    }

    .producte img {
        width: 50%;
    }

    .recerca {
        display: block;
        float: none !important;
        margin-bottom: 35px;
        position: relative;
        padding-left: 20px;
    }

    .recerca i {
        position: absolute;
        top: 7px;
        left: 0;
    }

    .recerca input[type=text] {
        width: 100%;
    }

    select.filtre {
        width: 100% !important;
        margin-bottom: 35px;
    }

    .titol_background {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 15px;
        background-size: cover !important;
    }

    .producte.destacat {
        width: 100%;
        margin: 25px auto !important;
        background-color: #FFF;
        display: block;
    }

    #fitxa_article h1 {
        font-weight: normal;
        font-size: 22px;
    }

    #fitxa_article > div.fr {
        padding: 12px;
    }

    #img_fitxa_article, #img_fitxa_article > a, #img_fitxa_article table td {
        height: auto;
    }

    #banners_generics > div {
        width: 90% !important;
        margin: auto;
    }

    .banner_generic {
        flex-wrap: wrap;
    }

    .banner_generic img {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .banner_generic div {
        flex: 1;
        padding: 0 35px 25px 25px !important;
    }

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

    #prefooter > div {
        display: block !important;
    }

    #xarxes_socials {
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 25px !important;
        border-right: none !important;
    }

    #logos_footer img {
        margin: 0px 2px !important;
    }

    .comentaris_flex {
        display: block;
    }

    .comentaris_flex #comments {
        margin-left: 0;
    }

    #actions_subart {
        display: block;
    }

    #select_subart {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    #ajuda_subart span {
        white-space: nowrap;
    }

    #table_subarticles thead {
        display: none;
    }

    #table_subarticles, #table_subarticles tbody {
        display: block;
        width: 100%;
    }

    #table_subarticles tr {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: unset;
        align-items: center;
        border-bottom: 1px solid #e0e1e2;
        justify-content: flex-end;
    }

    #table_subarticles td {
        padding: 10px 15px;
    }

    #table_subarticles img {
        width: 60px;
    }

    .llistat_subarticles > div {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: unset;
        align-items: center;
        border-bottom: 1px solid #e0e1e2;
        justify-content: flex-end;
    }

    .preu_subarticle {
        margin-bottom: 0;
    }

    .llistat_subarticles > div > div {
        display: block !important;
        width: 100% !important;
        border-bottom: none !important;
    }

    .titol_subarticle_promo {
        width: 90%;
        width: calc(100% - 92px);
        font-weight: bold;
    }

    .preu_subarticle_promo {
        width: 120px;
    }

    .qty_subarticle_promo {
        text-align: right !important;
    }

    .preu_subarticle_promo {
        text-align: right !important;
    }

    #total_promo {
        display: block;
        margin-bottom: 15px;
    }

    #expedicions_pop-up {
        bottom: inherit;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        padding: 15px 25px;
    }
}

@media screen and (max-width: 350px) {
    #header_expedicions {
        padding: 250px 0 200px 0;
    }

    #header_expedicions .contenidor_centrat .desc {
        font-size: 16px;
    }

    #header_viaje {
        padding: 200px 0;
    }

    #container_caracs_exp .contenidor_centrat {
        flex-wrap: wrap;
        justify-content: center;
    }

    #container_caracs_exp .contenidor_centrat .carac {
        padding: 20px;
    }
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.woff2') format('woff2'), url('../fonts/bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-light-webfont.woff') format('woff'), url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*!
 *  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 {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -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-croÃ %Å Ã %Å Âcâ€°`aâ€°H&Å &Å @&Å Å @&Å -right:before {
    content: "\f061"
}

.fa-ar %Å  %Å Pcâ€° aâ€°&Å Ã€%Å @Ã€%Å fore {
    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-sqqÅ qÅ  Å¸â€° Ã¬Ë†hqÅ  qÅ @ qÅ ears: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
}

/*magnific-popup.css------------------------------------------------------------------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    max-width: 500px;
    width: auto;
    max-height: 700px;
    overflow: auto;
    margin: 20px auto;
}

.white-popup > div {
    max-height: 480px;
    overflow: 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;
}

@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;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/*.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}


.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}*/

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-prev.disabled, .owl-next.disabled
{
	display: none;
} 


/***********************FORUM***********************/
#forum_content {
    width: 1050px;
    margin: auto;
    padding: 45px 0px;
    min-height: 500px;
}

#forum_content h1 {
    margin-bottom: 15px;
    font-weight: normal;
    font-family: 'source_sans_probold';
    font-size: 27px;
    color: #596c41;
}

#forum_categories h2 {
    margin-bottom: 15px;
    font-weight: normal;
    font-family: 'source_sans_probold';
    font-size: 18px;
    color: #596c41;
}

#forum_ruta {
    margin-bottom: 15px;
    font-size: 13px;
}

.forum_error_login {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #ffb8b8;
}

.forum_error_login,.forum_error_login a {
    color: #F00;
}

#forum_categories {
}

.forum_table {
    width: 100%;
    margin-bottom: 25px;
}

.forum_table td {
    padding: 10px 15px;
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-size: 14px;
    vertical-align: top;
}

.forum_table a {
    white-space: nowrap;
}

.forum_table thead td {
    background-color: #596c41;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'source_sans_probold';
}

.forum_table tbody {
    font-size: 14px;
}

.textforum3 {
    width: 500px;
}

.forum_button {
    background-color: #7e9e55;
    color: #FFF;
    height: 35px;
    padding: 0px 15px;
    border: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-family: 'source_sans_probold';
    cursor: pointer;
    transition: background-color .3s ease;
}

.forum_button:hover {
    background-color: #596c41;
}

.forum_input, .forum_textarea {
    width: 600px;
    padding: 5px 10px;
    font-family: 'source_sans_proregular';
}

.forum_textarea {
    height: 150px;
}

.forum_icon_user {
    border-radius: 50%;
    width: 100px;
    display: block;
    /*margin: auto;*/
    margin-bottom: 20px;
}

.text_b {
    font-family: 'source_sans_probold';
    font-weight: normal;
}

div.text_b {
    width: 600px;
}


@media screen and (max-width: 1100px) {
    .page-inici #envios_gratis_pop-up {
        width: 90%;
        left: calc(50% - 45%);
    }
}

@media screen and (max-width: 445px) {
   #recerca.recerca_mobile{
       width: 188px;
    }

    
}

@media screen and (max-width: 375px) {
   #recerca.recerca_mobile{
        width: 140px;
        margin-left: 0px;
        padding-left: 0px;
    }
    #recerca.recerca_mobile input{
        width: 110px;
    }

    
}

@media screen and (max-width: 1420px) {

    .recerca_desktop{
        display:none!important;
    } 
}

@media screen and (min-width: 1420px) {
    .recerca_mobile{
        display:none!important;
    }
}
#envios_gratis_pop-up {
    display: none;
}

/* NEW 2025 */
.page-inici #slide_landing .owl-slide-gran .owl-slide{background-size: contain !important;background-color:#000 !important;}

.owl-slide-gran, .owl-slide-gran .owl-stage-outer, .owl-slide-gran .owl-stage, .owl-slide-gran .owl-item,.owl-slide-gran .owl-slide{
    height: 100%;
}

.owl-slide-gran .owl-slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    /*display: flex;
    padding: 5% 22%;*/
}
.owl-dots {
position: absolute;
left: 0;
right: 0;
bottom: 10px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}
.owl-dot span {
width: 10px;
height: 10px;
display: block;
background: #fff;
border-radius: 50%;
transition: all .25s ease;
margin: 0 7.5px;
}
.owl-dot.active span {
background: #969798;
 width: 15px;
height: 15px;
}


.owl-nav > div {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
/* height: 30px;*/
background-color:#ffffff;
border-radius:50%;
height:50px;
width:50px;
display:flex;
align-items:center;
justify-content:center;
}
.owl-nav > div:focus {
outline: none;
}
.owl-nav > div.owl-prev {
left: 2%;
}
.owl-nav > div.owl-next {
right:2%;
}
.owl-nav > div .fa {
font-size: 35px;
color:#000;
}

.owl-nav > div.disabled {
opacity: .5;
}
.owl-nav > div.owl-prev .fa {
margin-left:-5px;
}
.owl-nav > div.owl-next .fa {
margin-right:-5px;
}



#botons_landing
{
    height: 55px;
    position:absolute; 
    top: 46px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #000;
}

    #botons_landing a {
        height: 35px;
        line-height: 35px;
        color: #FFF;
        font-size: 13px;
        text-transform: uppercase;
        padding: 0px 30px;
        position: relative;
        z-index: 2;
        font-family: 'montserrat_bold';
        display: inline-block;
        margin: 10px 100px;
    }
    
    #botons_landing #caza
    {
        background-color: #4f6c3e;
    }
    
    #botons_landing #pesca
    {
        background-color: #004f96;
    }
   
#slide_expediciones {
    background-color: #CCC;
    position: static;
    bottom: 83px;
    left: 0;
    right: 0;
    top: 101px;
    height: 85vh;
}

#slide_landing
{
    background-color: #CCC;
    position: absolute;
    bottom: 83px;
    left: 0;
    right: 0;
    top: 101px;
}

#blocs_inici
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
}

@media all and (min-width:1421px)
{	
    #logo.gran.centrat
    {
        top: 41px;
        position: absolute;
        transition: top .25s ease;
        text-align: left;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        width: 160px !important;
    }
}

@media all and (max-width:1420px)
{
    #slide_landing {
        top: 122px;
    }
    
    #botons_landing {
        top: 89px;
        z-index: 10;
        display: flex;
        height: 40px;
    }
    
        #botons_landing a {
            margin: 0;
            width: 50%;
            height: 40px;
            line-height: 40px;
            padding: 0px 5px;
        }
}

@media all and (max-width:995px)
{
    
    #slide_landing {
        bottom: 0;
        position: static;
        height: 49vw;
        margin-top: 40px;
    }
    
    #blocs_inici {
        display: block !important;
        position: static !important;
    }
    
    .page-inici
    {
        background-color: #000;
    }
}