 /* 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,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

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: inherit;
}

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

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

del {
    text-decoration: line-through
}

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

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

input,
select {
    vertical-align: middle
}

/* FI RESET */
html,
body {
    height: 100%;
}

body {
    font-family: 'quicksandregular';
    font-size: 14px;
    line-height: 1.2;
    color: #2d2d2d;
}

body.aromarpass {
    font-family: 'ralewayregular';
    color: #47414F;
}

.white-popup {
    background: #FFF;
    padding: 50px;
    text-align: left;
    max-width: 90%;
    width: 900px;
    margin: 40px auto;
    position: relative;
    overflow: auto;
    color: #000;
}

.aromarpass .white-popup {
    line-height: 1.7;
}

/* POP-UP */

.popup_custom {
    font-size: 20px;
    text-align: center;
}

.white-popup-ajax {
	position: relative;
	background: #FFF;
	padding: 35px;
	width: 1000px;
	max-width: 100%;
	overflow: auto;
	margin: 20px auto;
}

.white-popup .titol {
	font-family: 'quicksandbold';
	font-weight: normal;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1;
}

.white-popup .text {
	font-family: 'Apercu Pro';
	font-weight: normal;
	font-size: 15px;
}

.white-popup .btn_unificat {
	background-color: #000;
	line-height: 1.3;
}

.caixa_newsletter_peu {
    max-width: 65%;
    margin: 30px auto 0;
}


a {
    display: inline-block;
    text-decoration: none;
}

a:focus {
    outline: none;
}

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

.aromarpass b,
strong {
    font-family: 'ralewaybold';
    font-weight: normal;
}

img {
    max-width: 100%;
}

button {
    background: transparent;
    border: 0;
    outline: none;
}

.contenidor_centrat {
    width: 1100px;
    margin: 0 auto;
    max-width: 95%;
}
.contenidor_fills {
  margin-top:210px;
}

.aromarpass .contenidor_centrat {
    width: 1200px;
}

.contenidor_petit {
    width: 800px;
    margin: 0 auto;
    max-width: 95%;
}

.inline {
    font-size: 0;
}

.inline>div {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.page_404 {
    min-height: 70vh;
    min-height: calc(100vh - 163px);
    margin: -55px auto -70px !important;
    padding-top: 200px;
}

.ln_text_generic {
    line-height: 2;
}
.ln_text_noticia{
    font-size: 18px;
    line-height: 1.5em;

}

#header {
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(247, 247, 246, 0.9);
    width: 100%;
    padding: 10px 0 0px;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.4s;
}

#logo_petit {
    float: right;
    margin-top: 14px;
}

#logo {
    width: 155px;
    vertical-align: middle;
    margin-bottom: 10px;
}

#logo img {
    width: 100%;
}

#header .menu_sup {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
}

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

.menu_sup {
    width: 70%;
    width: calc(100% - 250px);
    text-align: right;
    vertical-align: middle;
}

.menu_sup>div {
    display: inline-block;
    position: relative;
}

.menu_sup a {
    padding: 10px 15px;
    transition: background-color .25s ease, color .25s ease;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 900;
    font-family: ralewaybold;
    color:#000;
}
.menu_sup a:hover{
    color:#000 !important;
    text-decoration: none !important;
}

.menu_sup a b{
    font-size: 16px;
    font-weight: 900;
    font-family: ralewaybold;
}

.hvr-underline-from-center {
    -webkit-transform: translateZ(0);
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 4px;
    opacity: 0;
    -webkit-transition-property: left, right;
    transition-property: left, right, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:not(.active):hover:before,
.hvr-underline-from-center.active:before {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu_sup .submenu {
    display: none;
    position: absolute;
    background: rgba(247, 247, 246, 0.9);
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 1050;
}

.menu_sup>div:hover .submenu {
    display: block;
}

.submenu a {
    display: block;
}

@media (min-width: 1000px) {
    #header.scroll {
        margin-top: 0px;
        padding: 0px;
        height: 50px;
        display: flex;
    }

    #header.scroll .contenidor_centrat {
        height: 30px;
        display: inline-block;
    }

    #header.scroll #content_header {
        margin-top: -18px;
    }

    #header.scroll #logo {
        margin-top: 12px;
        resize: vertical;
        height: 30px;
        /* width: auto; */
        margin-left: 12px;
    }

    #header.scroll #logo img {
        height: 40px;
        width: auto;
    }

    #header.scroll .menu_sup {
        margin-top: 14px;
    }

    #header.scroll .frm_reserva, 
    #header.scroll .frm_reserva_delfin{
        height: 35px;
        padding-top: 0px;
        /* border-bottom: 2px solid #6b6b6b; */
        display: inline-block;
        background: none;
        margin-top: 0px;
        margin-right: 20px;
        width: 310px;
    }

    #header.scroll .frm_reserva .inputs>div,
    #header.scroll .frm_reserva_delfin .inputs>div {
        padding: 2px 2px;
        display: none;
    }

    #header.scroll .frm_reserva .inputs>div.button_reserva,
    #header.scroll .frm_reserva_delfin .inputs>div.button_reserva {
        padding: 2px 2px;
        display: inline-block;
        /*background: rgba(101, 101, 100, 0.9);*/
        background: #c1a875;
        margin-top: 7px;
    }

    #header.scroll .frm_reserva .inputs>div.button_reserva.checkin,
    #header.scroll .frm_reserva_delfin .inputs>div.button_reserva.checkin {
        width: 142.922px;
        margin-top: 0px;
    }
}

#slide_home {
    /* max-height: 800px!important; */
    /* min-height: 490px; */
}

.owl-slide-gran {
    position: relative;
}

.owl-slide-gran .owl-dots {
    height: 15px;
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-slide-gran .owl-dot {
    margin: 0px 5px;
}

.owl-slide-gran .owl-dot,
.owl-slide-gran .owl-dots span {
    display: inline-block;
}

.owl-slide-gran .owl-dot span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #3c3c3c;
    border-radius: 50%;
    transition: all .5s ease;
}

.owl-slide-gran .owl-dot.active span {
    background-color: #4e555d;
}

.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,
.bg_cover {
    /* background-repeat: no-repeat !important; */
    /* background-size: cover !important; */
    /* background-position: center !important; */
}

#slide_home.owl-slide-gran div.owl--text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #FFF;
    width: 100%;
    padding: 35px 0;
}

#slide_home.owl-slide-gran div.owl--text.default {
    top: 34%
}

#slide_home.owl-slide-gran div.owl--text.top {
    top: 22%
}

#slide_home.owl-slide-gran div.owl--text.bottom {
    top: 60%;
}

.owl-slide-gran .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.owl-slide-gran .titol_slide {
    font-size: 70px;
    margin-bottom: 0px;
    text-transform: uppercase;
    width: 95%;
    margin: auto;
    font-family: 'soft_eleganceregular';
    letter-spacing: 5px;
}

.titol_slide span {
    color: #4e555d;
}

.owl-slide-gran .subtitol_slide {
    font-size: 30px;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

#content {
    margin: 150px 0 100px;
}

.aromarpass #content {
    margin: 0 auto;
}

.two_columns {
    column-count: 2;
    column-gap: 60px;
}

#footer {
    padding: 25px 0;
    background-color: #484848;
    color: #a5a4a4;
    font-size: 16px;
    font-family: 'brandon_grotesqueregular';
}

#logo_footer {
    width: 190px;
}

#info_footer {
    text-align: right;
    width: 910px;
    width: calc(100% - 190px);
    font-size: 0;
    text-align: left;
}

#logos_footer{
    display: inline-flex;
    flex-wrap:wrap;
    gap:30px;
}
#logos_footer a{
    flex:25%;
}
#logos_footer img {
    max-height: 70px;
    width: auto!important;
    max-width: 140px;
}
.aromar_title {
    font-size: 18px;
    letter-spacing: 3px;
}

#info_footer>div {
    /* border-right: 1px solid; */
    padding: 0 30px;
    text-align: left;
}

#info_footer>div:nth-child(2) {
    border: 0
}

#info_footer>div:last-child {
    padding-right: 0;
    border-right: 0;
    border-left: 1px solid;
}

#info_footer>div:first-child {
    text-align: left;
    gap: 20px;
}

#info_footer>div:first-child .fa {
    margin-right: 12px
}

#info_footer>div>div {
    margin-bottom: 15px;
    line-height: 1;
}

#info_footer>div>div:last-child {
    margin-bottom: 0;
}

#info_footer a, .divavisos a {
    transition: color .25s ease;
    color:#a5a4a4!important;
}

#content-iframe {
    margin: 128px auto 45px;
    padding: 70px 150px 50px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 99;
}

#content-iframe iframe {
    width: 100%;
    height: 1200px;
}

#slide_home.pagines {
    /* max-height: 600px; */
}

#slide_home .owl-nav .owl-next,
#slide_home .owl-nav .owl-prev {
    top: 85px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 50px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    color: rgba(0, 0, 0, .3) !important;
    cursor: pointer !important
}

.owl-nav .owl-prev {
    left: 30px;
}

.owl-nav .owl-next {
    right: 30px;
}

.slide-fitxa-habitacions .owl-nav .owl-prev {
    left: 35%;
}

.slide-fitxa-habitacions .owl-nav .owl-next {
    right: 35%;
}

.bloc_generic {
    margin-bottom: 60px;
    display: flex;
}

.bloc_generic>div {
    vertical-align: middle;
    order: 1;
    width: 50%
}

.page_oferta .image_oferta {
    width: 40%;
	margin: auto 20px;
	text-align: center;
}

.page_oferta .text_oferta {
    width: 60%;
    margin: auto 60px;
}
@media (max-width: 1000px){
    .page_oferta .image_oferta {
    width: 100%;
    margin: 0 auto!important;
    overflow:hidden; /*hide bounds of image */
  
}
 .page_oferta .image_oferta img{
   margin: 0 auto!important; 
  /*display:block;
  margin: -43.885% 0;
  width:177.777%;*/
}

	.page_oferta .text_oferta {
    width: 100%;
    margin: 20px auto!important;
}
}
.page_oferta .titol_oferta {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
}

.page_oferta .text_oferta div{
	font-size:16px;
}
.page_oferta .text_oferta div p{
	margin-bottom:10px;
}
.page_oferta .info_oferta {
    background-color: #eaeaea;
    display: flex;
    padding: 4px 20px;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 25px;
}

.page_oferta .info_oferta i {
    vertical-align: middle;
    line-height: 30px;
}


.page_oferta .info_oferta .desc_oferta {

    font-weight: bolder;
    margin-left: 15px;
    vertical-align: middle;
    line-height: 30px;
}

.page_oferta .info_oferta .preu_oferta {
    font-size: 30px;
    margin-left: 15px;
    align-items: flex-end;
}

.bloc_generic>div.text {
    padding: 0 60px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    order: 2;
}

.titol_generic {
    font-family: 'alright_sansthin';
    font-size: 27px;
    letter-spacing: 3px;
    width: 100%;
}

.subtitol {
    font-family: 'quicksandbold';
    margin-top: 20px;
}

.bloc_generic>div.text>div {
    margin-top: 20px;
    color: #7f7f7f;
    line-height: 1.5
}

.bloc_generic:nth-child(2n)>div {
    order: 2;
}

.bloc_generic:nth-child(2n)>div.text {
    order: 1;
}

.bloc_generic.reverse>div {
    order: 2;
}

.bloc_generic.reverse>div.text {
    order: 1;
}

.bloc_generic.reverse:nth-child(2n)>div {
    order: 1;
}

.bloc_generic.reverse:nth-child(2n)>div.text {
    order: 2;
}

.boto_generic {
    margin-top: 20px;
    text-transform: uppercase;
    transition: background .25s ease, color .25s ease;
    border: 1px solid;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    cursor: pointer;
}

.galeria {
    width: 90%;
    margin: auto;
}

#galeria {
    font-size: 0;
    margin-top: 50px;
}

#galeria>div {
    width: 25%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
}

.contenidor_galeria:hover div {
    opacity: 1;
}

.gallery-link {
    cursor: pointer;
}

.contenidor_galeria>div>img {
    position: relative;
}

.contenidor_galeria:hover .category:after,
.contenidor_galeria:hover .category:before {
    width: 95%;
    height: 95%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.contenidor_galeria .category:after,
.contenidor_galeria .category:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    width: 0;
    height: 0;
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

.contenidor_galeria .category:before {
    -webkit-box-shadow: inset -1px -1px 0 0px #808890;
    box-shadow: inset -1px -1px 0 0px #808890;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}

.category {
    font-size: 20px;
    position: absolute;
    color: #fff;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .25s ease;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

.titol_gallery {
    font-size: 21px;
    letter-spacing: 3px;
}

.category>div {
    transform: scale(1.5, 1.5);
    transition: transform .45s ease;
    position: relative;
    z-index: 50;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenidor_galeria:hover .category>div {
    transform: scale(1, 1);
}

.boto_generic.petit {
    width: 44%;
    height: 35px;
    margin: auto;
    font-size: 13px;
    border: 2px solid;
    transition: border-color .25s ease, background-color .25s ease
}

.boto_generic.fosc {
    color: #fff;
    background-color: #262625;
    border: 2px solid;

}

.boto_generic.fosc:hover {
    background-color: #fff;
    color: #262625;
    border: 2px solid !important;
}

.category .boto_generic {
    position: absolute;
    bottom: 15px;
    font-family: 'quicksandbold';
    min-width: 150px;
    width: auto;
}

.boto_generic.boto_contacte {
    font-size: 14px;
    height: 50px;
    width: auto;
    padding: 0 30px;
    font-family: 'quicksandbold';
    float: left;
    margin: 20px 20px 0 0;
    text-transform: inherit;
}

.boto_generic.boto_contacte:nth-of-type(1) {
    margin-left: 0;
}

#desplegador_menu {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

#desplegador_menu>span {
    top: 0;
}

#desplegador_menu>span,
#desplegador_menu>span::before,
#desplegador_menu>span::after {
    content: '';
    background-color: #fff;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    transition: all .25s ease;
}

#desplegador_menu>span::before,
#desplegador_menu>span::after {
    transition-delay: .05s
}

#desplegador_menu>span::before {
    top: 7px;
}

#desplegador_menu>span::after {
    top: 14px;
}

#desplegador_menu.active>span {
    transform: rotate(-90deg) translate(-8px, 7px);
    width: 22px;
}

#desplegador_menu.active>span::before {
    top: 3px;
    transform: rotate(45deg);
    max-width: 11px;
    left: -1px;
}

#desplegador_menu.active>span::after {
    top: -3px;
    transform: rotate(-45deg);
    max-width: 11px;
    left: -1px;
}

#header .mobile {
    display: none;
}

.contenidor_iframe {
    width: 1200px;
    margin-top: 52px;
}
.contenidor_iframe #PSBookEngine .container-fluid {
    margin:0 auto!important;
}
.hotel #content-iframe {
    padding: 0;
}

#reserva.home {
    /* top: 32%; */
    background: transparent;
    flex-wrap: wrap;
}

#reserva {
    /* position: absolute; */
    /* bottom: -54px; */
    height: 54px;
    z-index: 999;
    display: flex;
    justify-content: center;
    width: 100%;
}

#reserva.home {
    padding: 15px 25px;
}

.inputs>div {
    vertical-align: middle;
    padding: 10px 2.5px;
    line-height: 1;
    margin: 0 5px;
    font-size: 17px;
}

#reserva.home .inputs>div {
    border: 2px solid #dce6ea;
    padding: 15px 15px 15px 25px;
}

#reserva label {
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}
#reserva label.type_of_reserve {
    border: 2px white solid;
    padding: 5px;
}

#reserva.home input {
    padding: 0 5px 0 30px;
    font-size: 16px;
    max-width: 130px;
}

#reserva input {
    padding: 10px 5px 10px 45px;
    border: 0;
    max-width: 125px;
    font-size: 17px;
    letter-spacing: 2px;
    color: #333333;
    font-size: 13px;
}

input:focus {
    outline: 0;
}

.data {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

div.data::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../img/calendar_hab.png');
    position: absolute;
    top: 0;
    left: 15px;
    top: -2px;
    bottom: 0;
    left: 15px;
    margin: auto;
}

#reserva.home div.data::before {
    background-image: url('../img/calendar_home.png');
    left: 0;
    top: 0;
    bottom: unset;
}

#frm_reserva_aux div.data::before {
    background-image: url('../img/calendar_hab.png');
}

.inputs input {
    cursor: pointer;
}

#ui-datepicker-div {
    margin-top: 5px;
    z-index: 2000 !important;
}

#reserva.home div.n_persones::before {
    background-image: url('../img/humans_home.png');
    width: 21px;
    height: 19px;
    top: 0;
    bottom: unset;
}

#frm_reserva_aux div.n_persones::before {
    background-image: url('../img/humans_hab.png');
    width: 19px;
}

div.n_persones::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    background-image: url('../img/humans_hab.png');
    background-repeat: no-repeat;
    background-size: cover;
    top: -2px;
    bottom: 0;
    left: 15px;
    margin: auto;
}

#reserva #adultos,
#reserva .adultos_2 {
    padding: 0;
    max-width: 20px;
    text-align: center;
    margin-left: 5px;
}

#reserva.home #persones {
    padding: 14px 10px;
}

#persones {
    padding: 7px 10px;
    background: #fff;
}

#reserva.home .inputs>div,
#reserva.home input {
    color: #fff;
    font-size: 18px;
}

#reserva.home input {
    background-color: transparent;
}

#reserva select {
    background-color: transparent;
    max-width: 40px !important;
    display: inline-block;
    font-size: 18px;
    width: 100px;
    border: 0;
    color: #333333;
}

#reserva.home select {
    color: #fff;
}

#reserva select:focus {
    outline: 0;
}

#reserva.home .button_reserva {
    height: 55px;
    padding: 17px 25px !important;
}

.button_reserva {
    padding: 0;
    transition: background .25s ease;
    cursor: pointer;
    height: 35px;
    padding: 10px 25px !important;
    color: #fff;
    font-family: 'helvetica';
    font-weight: bold;
}

.modificadors {
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    position: relative;
    height: 19px;
}

.modificadors span {
    font-size: 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    height: 9px;
    width: 5px;
    line-height: 1;
    user-select: none;
}

.modificadors>span:first-child {
    transform: rotate(-90deg);
    top: 0;
}

.modificadors>span:last-child {
    transform: rotate(90deg);
    bottom: 0;
}

.fix_margin_content {
    margin-bottom: -70px;
}

.titol_carousel {
    font-family: alright_sansthin;
    margin: 50px auto;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #484848;
    margin-top:200px;
}

.subtitol_carousel{
    font-family: alright_sansthin;
    margin: 50px auto;
    padding: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    text-align: center;
    color: #484848;
}

.contenidor_noticia h1.titol_carousel {
    font-family: alright_sansthin;
    margin: 0;
    padding: 10px 50px;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #484848;
    margin-top:200px;
}

.contenidor_noticia h2.subtitol_carousel{
    font-family: alright_sansthin;
    margin: 0;

    padding: 0px 50px 20px 50px;

    font-size: 13px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    text-align: center;
    color: #818181;
}
.contenidor_noticia div.descripcio_carousel{
    font-family: alright_sansthin;
    padding: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    text-align: center;
    color: #484848;
}



.slide-habitacions .contenidor_galeria {
    position: relative;
}

.slide-habitacions .category {
    font-size: 16px;
}

.slide-habitacions .titol_gallery {
    font-size: 16px;
}

.slide-habitacions .category .boto_generic {
    letter-spacing: 2px;
    width: inherit;
    padding: 0 20px;
}

.slide-habitacions .owl-nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    color: #fff;
    background: rgba(255, 255, 255, 0.6);
    transition: background .25s ease, opacity .25s ease;
    width: 50px;
    text-align: center;
    opacity: 1;
}

.slide-habitacions .owl-nav>div.disabled {
    opacity: 0;
}

.slide-habitacions .owl-nav>div>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    height: 20px;
}

.slide-habitacions .owl-nav .owl-prev {
    left: 2px;
}

.slide-habitacions .owl-nav .owl-next {
    right: 2px;
}

#subs {
    height: 185px;
    margin-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #fff;
    display: flex;
}

#border_subs {
    border: 1px solid #ffffff;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    z-index: 1
}

#subs .contenidor_centrat {
    display: flex;
    align-items: center;
    z-index: 10
}

#subs .text {
    font-size: 29px;
    width: 60%;
    line-height: 1.3;
    vertical-align: middle;
}

#subs #frm_suscribe {
    width: 40%;
    vertical-align: middle;
    text-align: right;
}

#frm_suscribe input,
#frm_suscribe span {
    width: 100%;
    display: block;
    text-align: center;
}

#frm_newsletter {
    width: 285px;
    float: right;
    font-size: 16px;
    max-width: 95%;
    /* z-index: 9; */
    /* display: block; */
}

#frm_suscribe span {
    cursor: pointer;
    color: #333333;
    transition: color .25s ease, background .25s ease;
    background: #fff;
    padding: 5px 0;
    font-family: 'quicksandbold';
    margin-top: 10px;
    border: 1px solid #fff;
}

#frm_suscribe span:hover {
    background: #333333;
    color: #ffffff;
}

#frm_suscribe input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    transition: border .25s ease;
    color: #fff;
}

#frm_suscribe input.error {
    border-bottom: 2px solid #ef3f3f;
    animation: vibrate .5s ease;
    color: #ef3f3f;
}

.hotel .titol_generic:not(.contacte)::after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.hotel .bloc_generic>div.text>div {
    font-size: 14px;
}

.titol_fitxa {
    text-align: center;
    margin-bottom: 50px;
    font-family: 'alright_sansthin';
    font-size: 21px;
    color: #2d2d2d;
    letter-spacing: 3px;
}

#blocs_habitacions {
    margin-top: 55px;
}

.blocs_habitacions {
    position: relative;
}

.blocs_habitacions .contenidor_galeria .category::after,
.blocs_habitacions .contenidor_galeria .category::before {
    transition: width 0.25s, height 0.5s;
    transition-delay: .15s;
}

.blocs_habitacions .titol_gallery {
    font-size: 25px;
}

.blocs_habitacions .boto_generic.petit {
    min-width: 200px;
    font-size: 15px;
    letter-spacing: 2px;
    bottom: 25px;
    padding: 0 20px;
}

.slide-fitxa-habitacions::after,
.slide-fitxa-habitacions::before {
    content: '';
    display: block;
    position: absolute;
    width: 33.35%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 999;
}

.slide-fitxa-habitacions::after {
    right: 0
}

.slide-fitxa-habitacions::before {
    left: 0
}

.slide-fitxa-habitacions a {
    width: 100%;
}

.slide-fitxa-habitacions {
    margin-top: 55px;
}

#caracs_habitacio {
    margin-top: 55px;
}

.blocs_caracs_hab {
    max-width: 80%;
    margin: auto;
    text-align: left;
    margin-top: 35px;
}

.carac_hab {
    width: 20%;
    text-align: center;
    padding: 0 10px;
    margin: 20px 0;
}

.carac_hab>p {
    margin-top: 15px;
}

#frm_reserva_aux {
    background-color: #333540;
    padding: 60px 0;
    margin-top: 35px;
}

#frm_reserva_aux #reserva {
    position: static;
    background: transparent;
}

#frm_reserva_aux .button_reserva {
    padding-left: 45px !important;
    padding-right: 45px !important;
    background-color: #fff;
    color: #222637;
    border: 1px solid #fff;
    padding: 9px 45px !important;
}

#frm_reserva_aux .button_reserva:hover {
    color: #fff;
    background: #222637;
}

#idiomes ul {
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1050;
    left: 0;
    width: 100%;
    background: #e4e9ed;
}

#idiomes {
    display: inline-block;
    list-style-type: none;
    /* background: #fff;*/
    cursor: pointer;
    position: relative;
}

#idiomes ul {
    text-align: left;
}

#idiomes span,
#idiomes li li a {
    padding: 10px;
    display: block;
}

#idiomes .fa {
    margin: 0 0 0 15px;
}

#idiomes li li a:first-child {
    border-top: 0;
}

#idiomes li li a {
    transition: color .25s ease, background .25s ease;
}

.blocs_habitacions img {
    width: 100%;
}

.telefon_header {
    float: right;
    margin-right: 30px;
    margin-top: 14px;
}

.utils_header {
    float: right;
}

.utils_header::after {
    clear: both;
}

.compte_enrere {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: center;
}

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

.icona_tems_enrere img {
    max-width: 150px;
    max-height: 55px;
    margin: auto;
}

.compte_enrere>.bloc_temps>div {
    display: inline-block;
    vertical-align: top;
    font-family: 'quicksandbold';
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    width: 60px;
    height: 60px;
    margin-right: 25px;
}

.compte_enrere>.bloc_temps>div:last-child {
    margin-right: 0px;
}

.bloc_temps {
    display: flex;
    justify-content: center;
    width: 100%;
}

.owl-slide-gran .owl-dots {
    display: none !important;
}

.show-mobile {
    display: none !important;
}

.owl-video-wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 200%;
    width: 100%;
}

.owl-video-play-icon {
    display: none;
}

.owl-item {
    overflow: hidden;
}

.owl-slide iframe {
    z-index: 50;
}
/*
.slide-video::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
*/

.slide-video{
    padding: 56.25% 0 0 0;
    position:relative    
 }
 .slide-video iframe{
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    margin-left: 0px!important;
    margin-top: 0px!important;
    display:block!important;
 }
 .carousel-video{
     margin-top:134px;
 }
#fix_no_img_main {
    padding-top: 145px;
}

#fix_no_img_main+#content #content-iframe {
    margin-top: 0;
}

.contenidor_carta_virtual {
    width: 600px;
    max-width: 95%;
    margin: auto;
    margin-top: 120px;
    min-height: calc(100vh - 345px);
}

.bloc_triar {
    max-width: 70%;
    margin: auto;
}

.bloc_triar>a {
    display: flex;
    height: 15vh;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'quicksandbold';
    transition: background .25s ease;
}

.bloc_triar>a>span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bloc_triar>a .preu {
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
}

.owl-menu-carta {
    margin-top: 65px;
    color: #fff;
    background: #000;
}

.owl-menu-carta+.contenidor_carta_virtual {
    margin-top: 40px;
}

.owl-menu-carta .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: font-size .25s ease;
}

.owl-menu-carta .owl-stage {
    display: flex;
}

.owl-menu-carta .owl-item {
    padding: 40px 0;
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
}

.owl-menu-carta .owl-item .page_actual {
    font-size: 25px;
    font-family: 'quicksandbold';
    color: #fff;
}

.owl-menu {
    margin-bottom: 35px
}

.owl-menu .bloc_triar {
    height: auto;
}

.owl-menu .bloc_triar>a {
    background: none !important;
    color: #c4c2c5;
    font-size: 20px;
    height: auto;
    margin-bottom: 0;
}

.owl-menu .bloc_triar>a .preu {
    font-size: 20px;
}

.plats {
    margin-top: 10px;
    margin-bottom: 35px;
}

.plats .seccio {
    padding-bottom: 5px;
    border-bottom: 1px solid #666666;
    margin-bottom: 20px;
}

.plats .seccio * {
    letter-spacing: 3px;
}

.plats .seccio span {
    margin-left: 5px;
}

.blocs_plats {
    display: flex;
    flex-wrap: wrap;
}

.blocs_plats .plat {
    width: 50%;
    padding: 5px 20px;
    text-align: center;
}

.blocs_plats .plat .desc {
    margin-top: 10px;
}

.blocs_plats .plat .desc>* {
    margin-bottom: 7px;
}

.blocs_plats .plat .desc .titol {
    font-size: 14px;
}

.blocs_plats .plat .desc .ingredients {
    font-size: 12px;
}

.blocs_plats .plat .desc .preu {
    font-size: 18px;
    font-family: 'quicksandbold';
}

#resultats {
    position: relative;
}

#resultats.loading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 300;
}

#resultats.loading::after {
    content: "\f110";
    font: normal normal normal 14px/1 FontAwesome;
    animation: fa-spin 1s infinite;
    position: absolute;
    top: 50px;
    font-size: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    z-index: 305;
}

.owl-menu+#frm_alergens {
    margin-bottom: 35px;
}

#frm_alergens {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#frm_alergens input {
    display: none;
}

.bloc_alergen {
    flex: 20%;
    padding: 5px;
}

.bloc_alergen label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    padding: 0 5px;
    cursor: pointer;
}

.bloc_alergen label span {
    flex: 100%;
    text-align: center;
    margin-top: 5px;
    display: block;
    font-family: 'soft_eleganceregular';
}

.bloc_alergen img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.bloc_alergen input[type="checkbox"]:checked+label img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.destacats_home {
    display: flex;
    flex-wrap: wrap;
}

.bloc_destacat_noticies {
    width: 49%;
    display: flex;
    margin-bottom: 2%;
}

.destacats_home>.bloc_destacat_noticies:nth-child(2n) {
    margin-left: 2%;
}

.bloc_home_destacats {
    margin-top: 55px;
}

.bloc_destacat_noticies>.img {
    width: 45%;
}

.bloc_destacat_noticies>.desc {
    width: 55%;
    padding: 0 30px;
    line-height: 1.4;
}

.bloc_destacat_noticies>.desc .titol_generic {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.bloc_destacat_noticies>.desc .titol_generic::after {
    display: none;
}

.bloc_destacat_noticies>.desc>.botons {
    text-align: center;
}

.bloc_destacat_noticies>.desc .boto_generic {
    display: inline-flex;
    width: auto;
    padding: 10px 20px;
    height: auto;
    margin-top: 15px;
}

/* TESTIMONIS */
#bloc_testimonials {
    /*padding: 20px;*/
    background-color: #fff;
}

#bloc_testimonials h3 {
    /*margin-bottom: 20px;*/
}

.testimonial_home {
    min-height: 400px;
    display: flex;
    border-radius: 5px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    border: 1px solid #505050;
}

.testimonial_home img.cometes {
    position: absolute;
    top: 50px;
    left: 38px;
    width: auto !important;
}

.testimonial_home .text_testimonial {
    padding: 42px 60px 25px 105px;
    color: #000;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.testimonial_home .imatge_testimoni img {
    position: absolute;
    bottom: 22px;
    left: 38px;
    width: 40px !important;
    top: unset;
}

.desc_testimonial_home {
    margin-bottom: 15px;
    min-height: 125px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    font-weight: bold;
}

.nom_testimonial {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    position: absolute;
    bottom: 25px;
}

.subtitol_testimonial {
    font-size: 14px;
    letter-spacing: 1px;
}

.go_testimonial_home {
    color: #91adc3;
    border: 1px solid #91adc3;
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding-left: 3px;
}

#bloc_testimonials .owl-carousel .owl-dots.disabled,
#bloc_testimonials .owl-carousel .owl-nav.disabled {
    display: block;
}


#carousel_testimonials .owl-stage-outer {
    margin-bottom: 45px;
}

#carousel_testimonials .owl-item {
    padding: 10px;
}

#logotips_peu .owl-item {
    text-align: center;
}

#header_aromar_pass {
    background: #FFDFB4;
    padding: 20px 0;
}

#header_aromar_pass>div {
    display: flex;
    align-items: center;
    font-size: 25px;
    position: relative;
}

#logo_header1 {
    display: flex;
    align-items: center;
    z-index: 50;
}

#logo_header1>div {
    margin-left: 20px;
}

#header_aromar_pass>div>div:nth-child(2) {
    letter-spacing: 2px;
    font-family: 'brandon_grotesqueregular';
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 80%;
    max-width: calc(100% - 80px);
    left: 0;
    right: 0;
    margin: auto;
}

#logo_header2 {
    flex: 1;
    text-align: right;
}

#header_aromar_pass>div>div:nth-child(2) b {
    font-family: 'brandon_grotesquebold';
}

.aromarpass_slide {
    background: url(../img/aromarpass/Tataki-de-tonyina_Aradi_1_270718.JPG) center;
    background-color: #69C1D1;
    background-blend-mode: multiply;
    color: #fff;
    padding: 100px 0 40px;
    overflow: hidden;
}

.aromarpass_slide>div {
    display: flex;
    text-align: center;
    font-size: 25px;
    position: relative;
}

.aromarpass_slide .img_up {
    max-width: 110px;
    position: absolute;
    left: -55px;
    top: 0;
}

.aromarpass_slide .img_down {
    max-width: 180px;
    position: absolute;
    right: -90px;
    bottom: 0;
}

.aromarpass_slide .txt {
    width: 1000px;
    max-width: 80%;
    margin: auto;
    padding-bottom: 60px;
    line-height: 1.4;
}

.aromarpass_slide .txt h1 {
    font-size: 40px;
    letter-spacing: 10px;
    font-family: 'brandon_grotesqueregular';
    margin-bottom: 50px;
}

.aromarpass_slide .txt h1 b {
    font-family: 'brandon_grotesquebold';
}

#com_funciona {
    background: url('../img/aromarpass/Recurso 5@200x-8.png');
    background-size: 185px;
    background-position: 85% 100%;
    background-repeat: no-repeat;
}

.com_funciona {
    background: url('../img/aromarpass/Recurso 6@200x-8.png');
    background-repeat: no-repeat;
    background-position: 2% 20%;
    background-size: 130px;
    margin-top: 75px;
}

.com_funciona .titol {
    text-align: center;
    font-size: 50px;
    font-family: 'brandon_grotesquebold';
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.com_funciona .desc {
    font-size: 24px;
    text-align: center;
    line-height: 1.7;
    max-width: 700px;
    margin: auto;
}

.com_funciona .blocs {
    display: flex;
    align-items: center;
    margin-top: 75px;
    color: #69C1D1;
    font-size: 21px;
    text-align: center;
    line-height: 1.5;
}

.com_funciona .blocs>div:nth-child(2)>b:first-child {
    font-size: 84px;
    display: block;
    margin: -25px 0;
}

.com_funciona .blocs>div {
    padding: 0 25px;
    position: relative;
    flex: 1;
}

.com_funciona .blocs>div::after {
    content: '';
    display: block;
    width: 1px;
    height: 55px;
    background: rgba(105, 193, 209, .5);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.com_funciona .blocs>div:last-child::after {
    display: none;
}

.com_funciona .desc_extra {
    font-size: 21px;
    text-align: center;
    margin-top: 70px;
    color: rgba(71, 65, 62, .5);
    line-height: 1.7;
}

.com_funciona .desc_extra a {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    text-decoration: underline;
}

#aromarpass_restaurants {
    padding: 160px 0;
    margin-top: 30px;
    background: url('../img/aromarpass/Recurso 4@200x-8.png');
    background-size: 30%;
    background-position: 90% 0;
    background-repeat: no-repeat;
}

#aromarpass_restaurants>div {
    display: flex;
    justify-content: center;
}

#aromarpass_restaurants>div>div {
    padding: 15px;
    background: rgba(105, 193, 209, .9);
    width: 300px;
    color: #fff;
    margin: 40px;
}

#aromarpass_restaurants>div>div>div {
    padding: 15px;
    border: 1px solid #fff;
    min-height: 330px;
}

#aromarpass_restaurants h3 {
    font-weight: normal;
    font-family: 'ralewaybold';
    font-size: 20px;
    margin-bottom: 15px;
}

#aromarpass_restaurants .subtitol {
    margin-bottom: 35px;
    display: block;
}

#aromarpass_restaurants .desc {
    font-size: 16px;
    margin-bottom: 30px;
}

#aromarpass_restaurants .boto_generic,
#contenidor_form_landing .boto_generic {
    max-width: 85%;
    margin: auto;
    border-color: #ffffff;
    color: #fff;
    font-size: 18px;
    font-family: 'ralewaybold';
}

#aromarpass_restaurants .boto_generic:hover,
#contenidor_form_landing .boto_generic:hover {
    background: #fff;
    color: rgba(105, 193, 209, .9);
}

#banner_landing {
    background: url(../img/aromarpass/Imagen_AI.jpg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

#banner_landing>div {
    display: flex;
    align-items: center;
}

#banner_landing>div>div {
    width: 50%;
}

#banner_landing .desc {
    padding: 20px 6% 20px 8%;
    font-size: 20px;
    width: 60%;
}

#banner_landing .desc span {
    display: block;
    line-height: 1.7
}

#banner_landing .desc .subtitol {
    font-size: 25px;
    margin: 0 auto 15px;
}

#banner_landing .desc .titol {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: normal;
}

#condicions_per_gaudir {
    margin-top: 70px;
    font-size: 20px;
    line-height: 1.7;
}

#condicions_per_gaudir>div {
    position: relative;
}

#condicions_per_gaudir h2 {
    font-size: 30px;
    text-align: center;
    line-height: normal;
    margin-bottom: 50px;
    font-weight: normal;
}

#condicions_per_gaudir ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
}

#condicions_per_gaudir .img {
    position: absolute;
    width: 255px;
    z-index: -1;
    top: 36%;
    left: -14%;
}

#contenidor_form_landing {
    margin-top: 85px;
    overflow: hidden;
}

#contenidor_form_landing>div {
    padding: 35px 70px;
    color: #fff;
    background: #69C1D1;
    position: relative;
    border-radius: 15px;
}

#contenidor_form_landing .img {
    position: absolute;
    width: 110px;
    right: -260px;
    top: 0;
}

#contenidor_form_landing .desc {
    font-size: 20px;
    text-align: center;
    line-height: 32px;
}

.camps_frm {
    margin-top: 15px;
}

.camps_frm input[type="text"],
.camps_frm textarea,
.camps_frm input[type="password"] {
    font-size: 14px;
    background: transparent;
    border-width: 0 0 1px 0 !important;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    width: 100%;
    color: #fff;
}

.camps_frm input[type="text"]::-webkit-input-placeholder,
.camps_frm textarea::-webkit-input-placeholder,
.camps_frm input[type="password"]::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.camps_frm input[type="text"]:-ms-input-placeholder,
.camps_frm textarea:-ms-input-placeholder,
.camps_frm input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.camps_frm input[type="text"]::placeholder,
.camps_frm textarea::placeholder,
.camps_frm input[type="password"]::placeholder {
    color: #fff;
}

.camps_frm.dark input[type="text"],
.camps_frm.dark textarea,
.camps_frm.dark input[type="password"] {
    color: #47413E;
    border-bottom: 1px solid #47413E;
}

.camps_frm.dark input[type="text"]::-webkit-input-placeholder,
.camps_frm.dark textarea::-webkit-input-placeholder,
.camps_frm.dark input[type="password"]::-webkit-input-placeholder {
    /* Edge */
    color: rgba(71, 65, 62, .5);
}

.camps_frm.dark input[type="text"]:-ms-input-placeholder,
.camps_frm.dark textarea:-ms-input-placeholder,
.camps_frm.dark input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(71, 65, 62, .5);
}

.camps_frm.dark input[type="text"]::placeholder,
.camps_frm.dark textarea::placeholder,
.camps_frm.dark input[type="password"]::placeholder {
    color: rgba(71, 65, 62, .5);
}

.camps_frm textarea {
    border-width: 1px !important;
}

#contenidor_form_landing input {
    font-size: 16px;
}

#frm_aromarpass {
    margin-top: 30px;
}

.camps_frm.custom_checks label {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.camps_frm.custom_checks label span {
    margin-left: 10px;
    padding-top: 2px;
    flex: 1;
}

.camps_frm.custom_checks label::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
}

.custom_chk:checked+label::after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 1px;
    top: 1px;
    font-size: 18px;
}

.custom_chk {
    display: none;
}

.custom_chk+label {
    cursor: pointer;
    user-select: none;
}

.custom_chk+label a {
    text-decoration: underline;
}

.camps_botons {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.camps_botons .g-recaptcha {
    flex: 1;
}

.frm-botons>* {
    margin-left: 5px;
    min-width: 150px;
    cursor: pointer;
}

.frm-errors+div {
    text-align: left;
    margin-top: 10px;
    color: #f00;
    position: static !important;
    background: none !important;
    width: 100% !important;
}

#coneix_establiments {
    margin-top: -75px;
    padding-top: 150px;
    overflow: hidden;
}

#coneix_establiments>div {
    position: relative;
}

#coneix_establiments .img {
    position: absolute;
    z-index: -1;
    top: -108px;
    right: -125px;
    width: 275px;
}

#coneix_establiments h2 {
    font-weight: normal;
    font-family: 'ralewaybold';
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

#coneix_establiments .blocs {
    display: flex;
    align-items: flex-start;
}

#coneix_establiments .blocs>div {
    position: relative;
    width: 25%;
    flex: 1;
    text-align: center;
    color: rgba(71, 65, 62, .5);
    font-size: 16px;
}

#coneix_establiments .blocs>div:nth-child(1) {
    padding-right: 6.25%;
}

#coneix_establiments .blocs>div:nth-child(2) {
    padding-left: 6.25%;
    padding-right: 6.25%;
}

#coneix_establiments .blocs>div:nth-child(3) {
    padding-left: 6.25%;
}

#coneix_establiments .blocs>div::after {
    content: '';
    display: block;
    width: 1px;
    height: 55px;
    background: rgba(105, 193, 209, .5);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 72px;
    margin: auto;
}

#coneix_establiments .blocs>div:nth-child(3)::after {
    display: none;
}

#coneix_establiments .blocs .desc {
    margin-top: 25px;
    line-height: 24px;
}

#coneix_establiments .blocs img {
    transition: opacity .25s ease;
}

#coneix_establiments .blocs a:hover img {
    opacity: .6;
}

.aromarpass footer {
    margin-top: 75px;
    background: #FFDFB4;
    padding: 35px 0 35px 100px;
}

.aromarpass footer .contenidor_centrat {
    width: 1100px;
}

.aromarpass .bloc_footer {
    display: flex;
    align-items: flex-start;
}

.aromarpass .bloc_footer>div {
    font-size: 17px;
    line-height: 28px;
}

.aromarpass .bloc_footer>div:first-child {
    width: 500px;
}

.aromarpass .bloc_footer>div:last-child {
    flex: 1;
    padding-left: 65px;
}

#copyrights_aromarpass {
    font-size: 16px;
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
}

#copyrights_aromarpass .links {
    font-size: 14px;
}

#copyrights_aromarpass .links a {
    text-decoration: underline;
    display: block;
    margin-top: 5px;
}

#copyrights_aromarpass>div:nth-child(2) {
    flex: 1;
    text-align: center;
}

.contenidor_gran {
    width: 1500px;
    max-width: 90%;
    margin: auto;
}

.amb_ombra {
    -webkit-box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.15);
}

#login_aromarpass {
    padding-top: 3%;
}

.content_login {
    display: flex;
    align-items: center;
}

.content_login>div {
    width: 60%;
    padding: 7% 10%;
    position: relative;
}

.content_login>div#register {
    padding: 5%;
}

.content_login>div.img_login {
    width: 40%;
    padding: 0;
}

.camps_frm_amb_ombra {
    margin-top: 25px;
}

.camps_frm_amb_ombra input[type="text"],
.camps_frm_amb_ombra textarea,
.camps_frm_amb_ombra input[type="password"],
.camps_frm_amb_ombra select {
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    border: 0;
    border-left: 6px solid transparent;
    padding: 12px 25px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 5px;
    outline: 0;
    transition: border .25s ease;
}

.camps_frm_amb_ombra input[type="text"]:focus,
.camps_frm_amb_ombra textarea:focus,
.camps_frm_amb_ombra input[type="password"]:focus,
.camps_frm_amb_ombra select:focus {
    z-index: 10;
    border-left: 6px solid #69C1D1;
}

.camps_frm_amb_ombra label {
    display: block;
    margin-bottom: 15px;
}

.camps_frm_amb_ombra textarea {
    border-width: 1px !important;
}

.fotant_perque_si {
    position: absolute;
    top: 5%;
    right: 5%;
}

.fotant_perque_si2 {
    position: absolute;
    top: 5%;
    left: 5%;
}

.desc_login {
    font-size: 20px;
    margin: 25px 0 50px;
}

.titol_login {
    font-size: 60px;
}

.img_login img {
    opacity: .7;
}

.registre_aromarpass {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 310px;
    max-width: 95%;
    text-align: center;
    height: 255px;
}

.boto_generic.petit.blau {
    border-color: #69C1D1;
    background: #69C1D1;
    font-size: 16px;
    font-family: 'brandon_grotesquebold';
}

.boto_generic.petit.blau:hover {
    background: #fff;
    color: #69C1D1;
    border-color: #69C1D1;
}

.txt_oblidat_pwd {
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.submit_login {
    margin-top: 35px;
    text-align: right;
}

.type_button_generic {
    font-family: 'brandon_grotesquebold';
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.type_button_generic .fa {
    font-size: 25px;
    color: #69C1D1;
    margin-left: 10px;
}

.inline_camps {
    display: flex;
}

.inline_camps>div {
    flex: 1;
    padding: 0 15px;
}

.dades_client_aromarpass .inline_camps>div {
    max-width: 33.33%;
}

.dades_client_aromarpass .inline_camps>div:last-child {
    padding-right: 15px;
}

.inline_camps>div:first-child {
    padding-left: 0;
}

.inline_camps>div:last-child {
    padding-right: 0;
}

.columna_dreta_aromarpass {
    position: absolute;
    left: 350px;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

#content_aromarpass_account {
    position: absolute;
    left: 0;
    right: 0;
    top: 114px;
    padding: 45px 90px;
    z-index: 500;
    overflow-x: hidden;
}

#header_aromarpass_account {
    padding: 25px;
    border-bottom: 1px solid #A3D9E1;
    position: fixed;
    left: 350px;
    right: 0;
    z-index: 700;
    background: #fff;
}

#aromarpass_countdown {
    display: flex;
    justify-content: flex-end;
}

#aromarpass_countdown>div {
    margin-left: 5px;
    text-align: center;
}

#aromarpass_countdown>div>div {
    font-size: 22px;
    font-family: 'brandon_grotesquebold';
    letter-spacing: 1px;
    color: #fff;
    height: 42px;
    min-width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 7px;
    background: #69C1D1;
    margin-bottom: 5px;
    position: relative;
}

#aromarpass_countdown>div.logout {
    margin-left: 50px;
}

#aromarpass_countdown>div.logout>div {
    background-color: #f00;
}

#aromarpass_countdown>div.logout>div a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.columna_esq_aromarpass {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    background: #69C1D1;
    width: 350px;
    z-index: 900;
    padding: 45px 0;
}

#logo_account {
    text-align: center;
}

.menu_aromarpass {
    flex: 1;
    padding-top: 20%;
}

.menu_aromarpass a {
    display: flex;
    align-items: center;
    padding: 25px 10px 25px 38px;
    transition: all .25s ease;
    color: #ffffff;
    opacity: 0.7;
    font-size: 28px;
}

.info_menu_aromarpass {
    padding: 0 34px 0 38px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.menu_aromarpass a:hover,
.menu_aromarpass a.active {
    opacity: 1;
    background: #60AFBD;
}

.menu_aromarpass a span {
    margin-left: 25px;
    flex: 1;
}

.titol_generic_aromarpass {
    font-family: 'brandon_grotesquebold';
    font-size: 65px;
    margin-bottom: 50px;
}

.blocs_aromarpass>div {
    padding: 25px 0 20px 30px;
    margin-bottom: 25px;
    transition: all .25s ease;
    position: relative;
}

.blocs_aromarpass>div.disabled {
    opacity: .5;
}

.blocs_aromarpass>div:not(.disabled):hover,
.blocs_aromarpass>div.available {
    -webkit-box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.05);
}

.blocs_aromarpass>div>div {
    border-left: 6px solid #69C1D1;
    padding: 5px 0 5px 30px;
}

.blocs_aromarpass>div>div>a {
    display: block;
}

.blocs_aromarpass>div.done>div {
    border-left: 6px solid #47413E;
}

.blocs_aromarpass>div.pending>div {
    border-left: 6px solid #ED2E3B;
}

.blocs_aromarpass .titol {
    font-size: 40px;
    font-family: 'ralewaybold';
}

.blocs_aromarpass .progress {
    position: relative;
    width: 730px;
    max-width: 100%;
}

.progress .txt {
    background: #01FBEF;
    display: inline-block;
    border-radius: 5px;
    width: 72px;
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    text-align: center;
    font-family: 'brandon_grotesquebold';
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

.progress .txt sup {
    font-size: 12px;
    margin-left: 3px;
}

.blocs_aromarpass .progress .barra {
    position: relative;
    width: 100%;
    height: 25px;
    background: #ECEEF0;
    border-radius: 25px;
}

.progress .current_progress {
    width: 5%;
    position: absolute;
    left: 0;
    height: 100%;
    background-image: linear-gradient(to right, #22B2F7, #01FBEF);
    border-radius: 25px;
}

.bloc_601 .progress .current_progress {
    background-image: linear-gradient(to right, #00FFBA, #01FBEF);
}

.progress .txt::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #01FBEF;
}

.blocs_aromarpass .codi {
    margin-top: 20px;
}

.blocs_aromarpass .codi span,
.blocs_aromarpass .codi b {
    vertical-align: middle;
    margin-right: 15px;
    font-size: 18px;
}

.blocs_aromarpass .codi b {
    margin-right: 5px;
}

#frm_get_experiencia input {
    border: 0;
    border-bottom: 1px solid;
    padding: 2px 5px;
}

#displayedError {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    display: none;
    z-index: 9000 !important;
    margin-left: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    max-width: 90%;
}

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

#displayedError.positiu {
    background-color: #AFB7BF;
    border: 2px solid #122A40;
    color: #122A40;
}

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

.blocs_aromarpass .flotant {
    position: absolute;
    width: 186px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -50px;
    z-index: -1;
}

.desc_generica_aromarpass {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.desc_generica_aromarpass ul {
    padding-left: 25px;
}

.desc_generica_aromarpass ul {
    padding-left: 25px;
    line-height: 1.7
}

.subtitol_generic_aromar_pass {
    font-size: 30px;
    font-family: 'ralewaybold';
    margin-bottom: 15px;
}

.change_pwd {
    text-align: left;
    margin-top: 70px;
}

.change_pwd .boto_generic {
    margin: 0;
    display: inline-flex;
    width: auto;
    padding: 0 35px;
}

#home_aromarpass {
    background: url('../img/aromarpass/bg_home.png');
    background-repeat: no-repeat;
    background-position: 101% 104%;
    background-size: 21%;
}

/*#page_my_aromarpass {
    background: url('../img/aromarpass/Recurso 4@200x-8.png');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 102% 111%;
}*/
.titol_amb_boto {
    display: flex;
}

.titol_amb_boto>.titol_generic_aromarpass {
    flex: 1;
}

.titol_amb_boto>.boto_generic.petit {
    width: auto;
    padding: 0 35px;
    background: #EFEFEF;
    margin: 20px auto 0;
    color: #47414F;
}

#desplegador_menu_aromarpass {
    display: none;
}

#create_new_aromarpass h3 {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'ralewaybold';
}

#create_new_aromarpass p {
    font-size: 18px;
}

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

    12.5% {
        transform: translate(-15px, 0);
    }

    75% {
        transform: translate(15px, 0);
    }

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

@media all and (max-width: 1200px) {
    .owl-slide-gran .titol_slide {
        font-size: 50px !important;
    }

    #content-iframe {
        padding: 50px;
    }

    .blocs_habitacions .titol_gallery {
        font-size: 20px;
    }

    .blocs_habitacions .boto_generic.petit,
    .slide-habitacions .category .boto_generic {
        bottom: 15px;
        font-size: 13px;
        height: 30px;
    }

    .aromarpass_slide .img_up {
        max-width: 10%;
        left: 0
    }

    .aromarpass_slide .img_down {
        max-width: 10%;
        right: 0;
    }

    .aromarpass footer {
        padding-left: 0px;
    }

    .titol_login {
        font-size: 45px;
    }

    .fotant_perque_si2 {
        position: absolute;
        top: 2.5%;
        left: 2.5%;
    }

    #logo_account>img {
        max-width: 70%;
    }

    .columna_esq_aromarpass {
        width: 230px;
        padding: 30px 0 10px;
    }

    .columna_dreta_aromarpass,
    #header_aromarpass_account {
        left: 230px;
    }

    #content_aromarpass_account {
        padding: 45px;
    }

    .titol_generic_aromarpass {
        font-size: 40px;
    }

    .menu_aromarpass a {
        padding: 15px;
        font-size: 18px;
    }

    .menu_aromarpass a span {
        margin-left: 15px
    }

    .info_menu_aromarpass {
        padding: 0 10px;
        margin-bottom: 0;
        font-size: 12px;
    }

    .blocs_aromarpass .titol {
        font-size: 30px;
    }
}

@media all and (max-width: 1150px) {
    .menu_sup a {
        padding: 10px 5px;
    }
}

@media all and (max-width: 1000px) {
    #content_header {
        display: inline-block;
        z-index: 99999;
        float: right;
        /* display: flex; */
        flex-wrap: wrap;
        /* justify-content: flex-end; */
        max-width: 250px;
        align-items: center;
    }

    .menu_sup a {
        padding: 10px;
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

    .menu_sup>div {
        width: 100%;
    }

    .menu_sup .submenu {
        display: block;
        position: static;
        background: transparent;
        padding-left: 20px;
    }

    body,
    .inline>div {
        font-size: 14px;
    }

    #slide_home.pagines {
        /* max-height: inherit; */
        /* height: 60%; */
        /* min-height: 300px; */
    }

    #slide_home {
        /* max-height: inherit; */
        /* height: 80%; */
        margin-top: 121px;  
    }

    .owl-slide-gran .titol_slide {
        font-size: 40px !important;
    }

    #logo {
        width: 150px;
        float: left;
    }

    #logo img {
        max-width: 150px;
    }

    .menu_sup {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    #header {
        /* padding: 20px 0 20px; */
    }

    .bloc_generic {
        display: inherit;
        margin-bottom: 30px;
    }

    .bloc_generic::after {
        content: '';
        clear: both;
        display: block;
    }

    .bloc_generic>div {
        margin-bottom: 15px;
    }

    .bloc_generic>div,
    .bloc_generic.reverse:nth-child(2)>div {
        float: left;
        margin-right: 15px;
    }

    .bloc_generic:nth-child(2n)>div,
    .bloc_generic.reverse>div {
        float: right;
        margin-left: 15px;
		order:1;
    }

    .bloc_generic>div.text {
        width: 100%;
        display: inherit;
        padding: 0;
        margin: 0;
        float: none !important;
    }

  

    #galeria>div {
        width: 33.3%;
    }

    #header .mobile {
        display: inline-block;
        width: 100%;
    }

    #header .menu_sup {
        display: none;
        margin-top: 10px;
    }

    .no_display {
        display: none;
    }

    .contenidor_galeria .category:after {
        left: 10px;
        top: 10px;
    }

    .contenidor_galeria:hover .category:after,
    .contenidor_galeria:hover .category:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .contenidor_galeria .category:before {
        bottom: 10px;
        right: 10px;
    }

    .category {
        padding: 10px;
    }

    .blocs_habitacions .boto_generic.petit,
    .slide-habitacions .category .boto_generic {
        bottom: 5px;
    }

    #content-iframe {
        margin: 0px auto 45px;
    }

    .contenidor_centrat.contenidor_iframe {
        margin-top: 150px;
    }

    #content {
        margin: 115px 0 70px;
    }

    .utils_header {
        float: right;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: 250px;
        align-items: center;
    }

    .telefon_header {
        margin-right: 0;
        margin-top: 15px;
    }

    #idiomes {
        margin-left: 15px;
        order: 4;
        margin-top: 5px
    }

    .utils_header>* {
        float: none !important;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        order: 2;
        margin-top: 5px;
        margin-left: 25px;
    }

    #logo_petit {
        order: 1;
        margin-top: 0;
    }

    #reserva.home {
        top: 47%;
    }

    .icona_tems_enrere img {
        max-height: 40px;
    }

    .compte_enrere>.bloc_temps>div {
        font-size: 25px;
        border: 3px solid #fff;
        width: 55px;
        height: 55px;
        margin-right: 25px;
    }

    .show-mobile {
        display: block !important;
    }

    .no-mobile {
        display: none !important;
    }

    .menu_sup #idiomes {
        display: none;
    }

    .contenidor_carta_virtual {
        margin-top: 150px;
        min-height: calc(100vh - 380px);
    }

    .owl-menu-carta {
        margin-top: 118px;
    }

    .bloc_destacat_noticies {
        flex-wrap: wrap;
    }

    .bloc_destacat_noticies>div {
        width: 100% !important;
    }

    .bloc_destacat_noticies>.desc {
        padding: 0;
        margin-top: 25px;
    }

    #header_aromar_pass>div,
    #condicions_per_gaudir h2,
    #coneix_establiments h2 {
        font-size: 20px;
    }

    .aromarpass_slide .txt h1 {
        font-size: 30px;
    }

    .aromarpass_slide>div,
    .com_funciona .desc,
    .com_funciona .blocs,
    #banner_landing .desc .subtitol {
        font-size: 18px;
    }

    .com_funciona .desc_extra,
    #banner_landing .desc,
    #condicions_per_gaudir,
    #contenidor_form_landing .desc {
        font-size: 16px;
    }

    #contenidor_form_landing input,
    .aromarpass .bloc_footer>div,
    #copyrights_aromarpass {
        font-size: 14px;
    }

    #copyrights_aromarpass .links {
        font-size: 12px;
    }

    .com_funciona .titol,
    #banner_landing .desc .titol {
        font-size: 35px;
    }

    .com_funciona .blocs>div:nth-child(2)>b:first-child {
        font-size: 50px;
        margin: -15px 0;
    }

    #aromarpass_restaurants {
        padding: 50px 0;
    }

    #banner_landing .desc {
        padding-left: 0;
    }

    #banner_landing .desc .subtitol,
    #banner_landing .desc .titol {
        margin-bottom: 0;
    }

    #condicions_per_gaudir h2 {
        margin-bottom: 25px;
    }

    #condicions_per_gaudir,
    #contenidor_form_landing {
        margin-top: 50px;
    }

    .aromarpass .bloc_footer>div {
        flex: none !important;
        width: 50% !important;
    }

    .aromarpass .bloc_footer>div:first-child {
        padding-right: 20px;
    }

    .aromarpass .bloc_footer>div:last-child {
        padding-left: 20px;
    }

    #logo_aromar_grup img {
        width: 150px;
    }

    #logo_header1 {
        width: 100%;
        display: flex;
        align-items: center;
    }

    #logo_header1>div {
        flex: 1;
        text-align: right;
    }

    #logo_header2 {
        width: 115px;
        display: none;
    }

    .content_login {
        flex-wrap: wrap;
    }

    .content_login>div {
        width: 100% !important;
        order: 2;
        padding: 7% 10% 75px 10%;
    }

    .registre_aromarpass {
        height: 215px;
    }

    .content_login>div.img_login {
        position: relative;
        height: 300px;
        overflow: hidden;
        order: 1;
        margin-bottom: 30px;
    }

    .fotant_perque_si2,
    .fotant_perque_si {
        top: 0;
    }

    .img_login img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #login_aromarpass {
        padding-bottom: 3%;
    }

    .columna_esq_aromarpass {
        width: 50px;
        transition: all .25s ease;
    }

    .menu_aromarpass_mobile .columna_esq_aromarpass {
        width: 250px;
    }

    .columna_dreta_aromarpass,
    #header_aromarpass_account {
        left: 50px;
    }

    #header_aromarpass_account {
        padding: 15px 25px;
    }

    #logo_account,
    .menu_aromarpass a span,
    .info_menu_aromarpass {
        display: none;
    }

    #desplegador_menu_aromarpass {
        display: block;
        transition: transform .25s;
    }

    .menu_aromarpass_mobile #desplegador_menu_aromarpass {
        transform: rotate(180deg);
    }

    .menu_aromarpass_mobile #logo_account,
    .menu_aromarpass_mobile .menu_aromarpass a span,
    .menu_aromarpass_mobile .info_menu_aromarpass {
        display: block;
    }

    .menu_aromarpass a:hover {
        background: #69C1D1;
        opacity: 0.7;
    }

    .titol_amb_boto {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .titol_amb_boto>.titol_generic_aromarpass {
        width: 100%;
        flex: none;
        order: 2;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .titol_amb_boto>.boto_generic.petit {
        order: 1;
        margin-bottom: 15px;
        height: auto;
        padding: 15px 35px;
        line-height: normal;
        text-align: center;
    }

    .titol_generic_aromarpass {
        margin-bottom: 25px;
    }

    .blocs_aromarpass .titol {
        font-size: 20px;
    }

    .blocs_aromarpass .codi span,
    .blocs_aromarpass .codi b {
        font-size: 16px;
    }

    .blocs_aromarpass>div>div {
        padding: 10px 0 10px 15px;
    }

    .blocs_aromarpass .flotant {
        right: -35px;
        width: 125px;
    }

    #content_aromarpass_account {
        padding: 30px;
    }

    .blocs_aromarpass>div {
        padding: 0;
    }
}

@media all and (max-width: 800px) {
    .owl-slide-gran .titol_slide {
        font-size: 30px !important;
        width: 95%;
    }

    .two_columns {
        column-count: 1;
    }

    .titol_gallery {
        font-size: 18px;
        margin-bottom: 30px;
    }

    #info_footer>div {
        padding: 0 20px;
    }

    #content-iframe iframe {
        height: 500px;
    }

    #reserva.home {
        top: 28%;
    }

    #border_subs {
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
    }

    #subs .text {
        font-size: 20px;
    }

    #reserva.home .inputs>div,
    #reserva.home input {
        font-size: 14px;
    }

    #reserva.home .inputs>div {
        padding: 15px 5px 15px 20px;
    }

    #reserva.home #persones {
        padding: 13px 10px;
    }

    #reserva.home .button_reserva {
        height: 50px;
        padding: 16px 25px !important;
    }

    .blocs_habitacions>.contenidor_galeria>img {
        max-width: 150%;
        width: 150%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .blocs_habitacions .titol_gallery {
        font-size: 16px;
        margin-bottom: 0;
    }

    .titol_fitxa {
        font-size: 18px;
    }

    .blocs_caracs_hab {
        max-width: 100%;
    }

    #reserva label:not(.type_of_reserve) {
        display: none;
    }

    .blocs_habitacions {
        min-height: 150px;
        overflow: hidden;
    }

    #aromarpass_restaurants>div>div {
        margin: 10px;
    }

    #aromarpass_restaurants .desc,
    #aromarpass_restaurants .boto_generic,
    #contenidor_form_landing .boto_generic {
        font-size: 14px;
    }

    #aromarpass_restaurants .subtitol {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 650px) {
    .contenidor_fills {
    margin-top: 250px;
}
    #galeria>div {
        width: 50%;
    }

    .category {
        padding: 10px;
    }

    #galeria .category:after,
    #galeria .category:before {
        top: 10px;
        left: 10px;
    }

    #galeria .category:before {
        bottom: 10px;
        right: 10px;
        top: auto;
        left: auto;
    }

    #galeria>div:hover .category:after,
    #galeria>div:hover .category:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    #info_footer>div {
        padding: 0 10px;
        font-size: 12px;
    }

    .aromar_title {
        font-size: 16px;
        letter-spacing: 2px;
    }

    #logo_footer {
        width: 150px;
    }

    #info_footer {
        width: calc(100% - 150px);
    }

    #map {
        width: 100%;
        margin-bottom: 30px;
    }

    .inputs>div:not(.button_reserva, .type_of_reserve) {
        display: none;
    }
    
    div.type_of_reserve {
		text-align: center;
	}

    .button_reserva {
        width: 300px;
        text-align: center;
        margin: 10px 0 !important;
    }

    .inline>div {
        display: block;
    }

    #reserva {
        /* height: 109px; */
        height: auto;
    }

    #reserva label.type_of_reserve {
        border: none;
        padding: 5px;
    }

     #slide_home {
        margin-top: 160px;
    }

    .icon-barh {
        top: 340px!important;
    }

    #subs .text {
        width: 100%;
        margin-bottom: 15px;
    }

    #subs #frm_suscribe {
        width: 100%;
        text-align: center;
    }

    #frm_newsletter {
        width: 285px;
        float: none;
        margin: auto;
    }

    #frm_reserva_aux {
        padding: 30px 0;
    }

    .boto_generic.boto_contacte {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .blocs_habitacions>.contenidor_galeria>img {
        max-width: 170%;
    }

    .contenidor_galeria div {
        opacity: 1;
    }

    .category>div {
        transform: scale(1, 1);
    }

    #galeria .category:after,
    #galeria .category:before,
    .contenidor_galeria .category:after,
    .contenidor_galeria .category:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .category {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .category>div {
        flex-wrap: wrap;
        height: auto;
    }

    .category h2 {
        width: 100%;
    }

    .category .boto_generic {
        position: static;
        margin: 15px 0 0 0;
    }

    .titol_gallery {
        margin-bottom: 0;
    }

    .compte_enrere>.bloc_temps>div {
        font-size: 20px;
        width: 50px;
        height: 50px;
    }

    .icona_tems_enrere {
        display: none;
    }

    .bloc_destacat_noticies {
        width: 100%;
        margin-bottom: 2%;
    }

    .destacats_home>.bloc_destacat_noticies:nth-child(2n) {
        margin-left: 0;
    }

    #header_aromar_pass>div,
    #condicions_per_gaudir h2,
    #coneix_establiments h2 {
        font-size: 18px;
    }

    .aromarpass_slide .txt h1,
    .com_funciona .titol,
    #banner_landing .desc .titol {
        font-size: 25px;
    }

    .aromarpass_slide>div,
    .com_funciona .desc,
    .com_funciona .blocs,
    #banner_landing .desc .subtitol {
        font-size: 16px;
    }

    .com_funciona .desc_extra,
    #banner_landing .desc,
    #condicions_per_gaudir,
    #contenidor_form_landing .desc,
    #coneix_establiments .blocs>div {
        font-size: 14px;
    }

    #logo_header2 {
        display: none;
    }

    .aromarpass_slide .txt h1 {
        margin-bottom: 25px;
    }

    .com_funciona,
    #condicions_per_gaudir,
    #contenidor_form_landing,
    .com_funciona .desc_extra {
        margin-top: 30px;
    }

    .com_funciona .blocs,
    #banner_landing>div {
        flex-wrap: wrap;
    }

    #banner_landing>div {
        max-width: 100%;
    }

    .com_funciona .blocs>div {
        flex: 50%;
    }

    .com_funciona .blocs>div:nth-child(2n)::after {
        display: none;
    }

    #banner_landing>div>div {
        width: 100% !important;
    }

    #banner_landing .desc {
        max-width: 95%;
        margin: auto;
    }

    #contenidor_form_landing>div {
        padding: 35px;
    }

    #coneix_establiments {
        margin-top: -65px;
        padding-top: 100px;
    }

    #coneix_establiments .blocs>div:nth-child(1) {
        padding-right: 2%;
    }

    #coneix_establiments .blocs>div:nth-child(2) {
        padding-left: 2%;
        padding-right: 2%;
    }

    #coneix_establiments .blocs>div:nth-child(3) {
        padding-left: 2%;
    }

    #coneix_establiments .blocs .desc {
        margin-top: 15px;
    }

    .camps_botons {
        flex-wrap: wrap;
    }

    .camps_botons .frm-botons {
        margin: auto;
        margin-top: 15px;
    }

    .titol_login {
        font-size: 30px;
    }

    .content_login>div.img_login {
        height: 300px;
    }

    .registre_aromarpass {
        padding: 0 35px;
    }

    .fotant_perque_si2,
    .fotant_perque_si {
        display: none;
    }

    .inline_camps {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .inline_camps>div {
        flex: none;
        width: 100%;
        padding: 0;
        margin-top: 25px;
    }

    .camps_frm_amb_ombra input[type="text"],
    .camps_frm_amb_ombra textarea,
    .camps_frm_amb_ombra input[type="password"],
    .camps_frm_amb_ombra select {
        padding: 12px;
    }

    .titol_generic_aromarpass {
        font-size: 30px;
    }

    .desc_generica_aromarpass {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .subtitol_generic_aromar_pass {
        font-size: 18px;
    }

    .dades_client_aromarpass .inline_camps>div {
        max-width: 100%;
    }

    .change_pwd .boto_generic {
        height: auto;
        padding: 5px 35px;
        line-height: normal;
        text-align: center;
    }

    #change_pwd_result {
        max-width: 100% !important;
    }

    .dades_client_aromarpass .inline_camps>div:last-child {
        padding-right: 0;
    }
    .contenidor_centrat .titol_carousel {
    margin-top: 260px;
    }
    .contenidor_centrat.home .titol_carousel {
        margin-top: 190px;
        }
}

@media all and (max-width: 600px) {
    .val-errors>div {
        margin-top: 10px;
    }
    .white-popup {
        padding: 15px;
    }
}

@media (max-width: 1000px) {
    .carousel-video{
        margin-top:0px;
    }
    #info_footer>div:first-child {
        width: 100%;
        margin-bottom: 15px;
        border-right: 0;
        padding-right: 0;
    }

    #info_footer>div {
        text-align: right;
    }

    .bloc_generic>div {
        float: none !important;
        width: 100%;
    }

    .bloc_generic>div {
        margin: 0 0 15px 0 !important;
    }

    .titol_gallery {
        font-size: 14px;
    }

    #logo_petit {
        display: none;
    }

    #logo {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        margin-left: 5px;
    }

    .owl-slide-gran .titol_slide {
        width: 100%;
        font-size: 20px !important;
    }

    #slide_home.owl-slide-gran div.owl--text.top {
        top: 30%;
    }

    #logo img {
        max-width: 125px;
    }

    #header {
        padding: 0px 0 0;
        position: fixed;
    }

    #header #reserva {
        /* position: inherit; */
        /*background: rgba(38, 38, 37, 0.9);*/
    }

    #desplegador_menu+span {
        display: none;
    }

    .desplegador_menu_mobile {
        position: absolute;
        height: 38px;
        left: 0px;
        margin-top: 0px !important;
        width: 25px !important;
    }

    #desplegador_menu {
        position: absolute;
        left: 3px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .blocs_habitacions>.contenidor_galeria>img {
        max-width: 230%;
        width: 230%;
    }

    .carac_hab {
        width: 33.3%;
    }

    .titol_fitxa {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .bloc_generic {
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .bloc_generic.reverse>div {
        order: 2 !important
    }

    .bloc_generic.reverse>div.text {
        order: 1 !important
    }

    .bloc_generic .boto_generic {
        width: 100%;
    }
	.bloc_generic .boto_generic.petit {
        width: 44%;
    }
	
    #slide_home.pagines {
        margin-top: 0;
    }

    .owl-slide-gran .titol_slide {
        font-size: 16px !important;
    }

    #header .menu_sup {
        margin-top: 0;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        font-size: 35px;
        height: 35px;
        top: 0 !important
    }

    .slide-fitxa-habitacions .owl-nav .owl-prev,
    .slide-fitxa-habitacions .owl-nav .owl-next {
        font-size: 25px;
        height: 25px;
    }

    #fix_no_img_main {
        padding-top: 0;
    }

    .contenidor_carta_virtual {
        margin-top: -20px;
        min-height: calc(100vh - 370px);
    }

    .owl-menu-carta {
        margin-top: -55px;
    }

    .owl-menu .bloc_triar>a {
        font-size: 16px;
    }

    .owl-menu .bloc_triar>a .preu {
        font-size: 16px;
        letter-spacing: 2px
    }

    #copyrights_aromarpass {
        flex-wrap: wrap;
    }

    #copyrights_aromarpass .links {
        width: 100%;
        margin-bottom: 10px;
    }

    #copyrights_aromarpass>div:nth-child(2) {
        text-align: left;
    }

    .aromarpass .bloc_footer>div {
        font-size: 12px;
    }

    .desc_login {
        margin: 10px 0 25px 0;
        font-size: 18px;
    }

    #content_aromarpass_account {
        padding: 15px 30px;
    }

    #aromarpass_countdown>div.logout {
        margin-left: 25px;
    }

    #header_aromarpass_account {
        padding: 15px;
    }

    #aromarpass_countdown>div>div {
        font-size: 18px;
        height: 35px;
        min-width: 35px;
        letter-spacing: normal;
    }

    .aromarpass_slide .img_up {
        display: none;
    }

    #aromarpass_restaurants>div {
        flex-wrap: wrap;
    }

    #aromarpass_restaurants>div>div {
        width: 100%;
    }

    #aromarpass_restaurants>div>div>div {
        min-height: inherit;
    }

    #contenidor_form_landing>div {
        padding: 15px;
    }

    .aromarpass .bloc_footer {
        flex-wrap: wrap;
    }

    .aromarpass .bloc_footer:nth-of-type(2) {
        text-align: center;
        margin-top: 40px;
    }

    .aromarpass .bloc_footer>div {
        width: 100% !important;
        padding: 0 !important
    }

    #gruparomar_newsletter {
        margin-top: 25px;
    }
}

@media all and (max-height: 600px) {
    #reserva.home {
        top: 300px;
    }
}

@media all and (min-height: 1020px) {
    #reserva.home {
        /* top: 58em!important; */
    }
}

@media all and (max-height: 850px) {
    .owl-slide-gran .titol_slide {
        font-size: 30px !important;
    }
}

@media all and (max-height: 660px) {
    .owl-slide-gran .titol_slide {
        font-size: 20px !important;
    }

    .icona_tems_enrere {
        display: none;
    }
}

@media all and (max-height: 660px) and (max-width: 650px) {
    #reserva.home .button_reserva {
        height: 35px !important;
        padding: 8px 25px !important;
    }

    .owl-slide-gran .titol_slide {
        font-size: 16px !important;
    }

    #slide_home.owl-slide-gran div.owl--text {
        /*top: 49%!important;*/
        padding: 0;
    }
}

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

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

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

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

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

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

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

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li {
    text-align: center
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    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
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.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(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc: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,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing: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"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

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

.mfp-container:before {
    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-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-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-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -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: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    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;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

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

.mfp-close-btn-in .mfp-close {
    color: #333
}

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

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

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

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

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

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

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

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

.mfp-arrow-left {
    left: 0
}

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

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

.mfp-arrow-right {
    right: 0
}

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

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    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-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

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

.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, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

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

.mfp-figure figure {
    margin: 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-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(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, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.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
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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;
    touch-action: manipulation;
    -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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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
}

bo .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 .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

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

form#frm_newsletter a {
    text-decoration: underline;
}

.icono_reservar {
    width: 100px;
    margin: 10px 75px;
    /* filter: brightness(0); */

}

.info_reservar {
    display: inline-block;

}

.centrat {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contenidor_centrat2 {
    width: 100%;
    text-align: center;

}
.avantatges{
    margin-top:75px;
}
.item_reservar {
    display: flex;
    justify-content: inherit;
    flex-direction: column;
    margin-bottom: 25px;
    align-items: center;
}

.item_reservar p {
    width: 50%;
}

.avisos {
    margin: 0 20px;
    display: inline;
}

.divavisos {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

/***********/

.contenidor_centrat2 h1 {
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    color: #484848;
    font-family: 'quicksandbold';
    font-weight: normal;
    padding-bottom: 10px;
    letter-spacing: 4px;
}

.contenidor_noticia b , .contenidor_noticia strong{
   
    font-weight: bold;

}

.contenidor_noticia .boto_generic{

    margin-top: 25px;
    padding: 15px;
    font-size: 17px;
}

.imatge_principal{
    margin: 20px auto;
    text-align: center;

}

.icon-barh {
    z-index: 1000000;
    position: fixed;
    top: 250px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
    color: gray;
    /* mix-blend-mode: color-dodge; */
  }
  
  .icon-barh a {
    display: block;
    text-align: center;
    padding: 10px 12px;
    margin:10px;
    transition: all 0.3s ease;
    font-size: 32px;
    /*border: 1.5px solid gray;*/
    border-radius: 50%;
    /* aspect-ratio: 1 / 1; */
    background: #25D366;
    /* background-blend-mode: soft-light; */
    z-index: 100000000;
    color: #fff;
  }

  .icon-barh a:hover{

    background-color: #2D2D2D;
    color: white;
  } 

@media all and (max-width: 710px) {

    .contenidor_centrat2 h1 {
        padding-top: 20px;
        font-size: 12px;
    }

    .contenidor_centrat2 {
        width: 90% !important;
        margin: 0 auto !important;
    }

    #info_footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #info_footer>div {
        text-align: left;
    }

    #info_footer>div:nth-child(2) {
        display: block !important;
        margin-bottom: 30px !important;
        text-align: center !important;
        border-right: none !important;

    }

    #info_footer>div:nth-child(3) {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    #info_footer>div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
		justify-content: space-between;
    }

    #info_footer>div:nth-child(3) div {
        padding: 10px;
    }

    #info_footer>div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: none;
    }

    #info_footer>div:last-child div {
        text-align: center;
        justify-content: center;
        /* width: 30%!important; */

    }

    #info_footer>div div {
        justify-content: center !important;
    }

    #logo_footer {
        width: 100%;
        justify-content: center;
        display: flex;
    }

    #logo_footer a img {
        max-width: 90%;
    }

    #footer .divavisos {
        display: flex !important;
        flex-direction: column !important;
        margin-top: 30px !important;
        line-height: 30px !important;
    }

    #footer {
        padding-bottom: 10px;
    }

    .item_reservar .icono_reservar {
        width: 20%;
    }
    .div_info3{
        padding: unset!important;
    }


}

@media all and (min-width: 710px) {

    .centrat {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }


}

@media all and (min-width: 711px) and (max-width:1082px) {

    #logo_footer {
        width: 100%;
        display: block;
        text-align: center;
    }

    #info_footer {
        text-align: right;
        width: 910px;
        width: calc(100% - 190px);
        font-size: 0;
        text-align: left;
        width: 100%;
        display: flex;

    }

    #info_footer>div:first-child {
        width: 100% !important;
        margin-bottom: 15px;
        border-right: 0;
        padding-right: 0;
        text-align: center;
    }

    .div_info1 {

        width: 40%;
        border: none;
    }


    .div_info2 {
        text-align: center !important;
        width: 20%;
        padding: unset !important;
    }
    .div_info2 div{
        display: inline;
       margin: 5px;
    }
    

    .div_info3 {
        text-align: left !important;
        width: 40%;
    }

    .divavisos {
        margin-top: 25px;
    }

    .avisos{
margin: 10px;
    }

}

.covid-19 {
    padding: 20px 15px; 
    text-align: center;
    background: rgba(38,38,37,0.4);
    margin-top: -10px;
}

.covid-19 p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    font-family: 'helvetica';
}

.covid-19 a {
    text-decoration: underline;
}

@media screen and (max-width: 1010px) {
    .white-popup .titol {
        font-size: 33px;
        line-height: 1;
        margin-bottom: 40px;
    }
    .caixa_newsletter_peu {
        max-width: 100%;
    }
    .covid-19 {
        margin-top: 0;
    }
}




