/**
 * Estilos para clases auxiliares
 */

p.centered {
    text-align: center;
}

.ui.amount {
    opacity: 0.9;
    color: #1a1919;
    font-size: 18px;
    font-style: italic;
}
.ui.centered.amount {
    text-align: center;
}
.ui.big.amount .value {
    font-size: 45px;
    display: inline-block;
    line-height: normal;
}
.ui.big.amount .currency {
    font-size: 14px;
    display: inline-block;
}

.ui.divider {
    margin: 2rem 0rem;
}

.ui.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.ui.big.divider {
    margin: 40px 0;
}

.ui.huge.divider {
    margin: 4em 0;
}
.ui.small.divider {
    margin: 1rem 0rem;
}

.ui.inverted.footer {
    background: rgb(25, 25, 25);
    color: #fff;
    position: relative;
    z-index: 1;
}
.ui.inverted.footer a {
    color: #fff;
}

.ui.inverted.footer h1 {
    color: #fff;
    font-family: 'Weissenhof Grotesk', sans-serif;
    font-weight: 500;
    padding-top: 1em;
}

.ui.deep.zoom {
    display: none;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
#deepzoom {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
}
.ui.deep.zoom .ui.button,
.ui.preview.room .ui.button {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1002;
    margin: 1em;
}
.ui.deep.zoom .ui.button + .ui.button {
    margin-left: 0;
}
.ui.deep.zoom .ui.button + .ui.button img,
.ui.preview.room .ui.button + .ui.button img {
    vertical-align: middle;
}

.trimmed.content {
    height: 250px;
    overflow: hidden;
    position: relative;
    text-align: justify
}
.trimmed.content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.visible.trimmed.content {
    height: auto;
    text-align: justify
}
.visible.trimmed.content:after {
    display: none;
}
.visible.trimmed.content + .ui.simple.button {
    display: none;
}

.ui.image > .ui.icon.button {
    position: absolute;
    top: 1em;
    right: 1em;
}

.ui.uploaded.images .image {
    margin: 0 2em 0 0;
    padding: 0;
}

.ui.uploaded.images .ui.large.images .image img {
    margin: 0;
}

.ui.uploaded.images > .ui.button {
    margin: 1em;
    display: inline-block;
}

.metrics .metric {
    font-size: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    height: 60px;
    line-height: 60px;
    clear: both;
}
.metrics .metric .value {
    font-weight: 500;
    float: left;
}
.metrics .metric .description {
    opacity: 0.8;
    float: right;
}
.metrics .legend {
    opacity: 0.3;
    font-size: 14px;
    margin: 1em 0;
    text-align: center;
}

.ui.message {
    border-radius: 1px;
    font-family: 'Droid Serif', serif;
	font-size: 17px;
    font-weight: normal;
    text-align: center;
}
.ui.inverted.segment .ui.message,
.ui.inverted.form .ui.message {
    background-color: transparent;
    border: 1px solid rgba(248, 248, 249, .2);
    box-shadow: none;
}
.ui.inverted.segment .ui.yellow.message {
    border-color: #ffbd66;
    color: #ffbd66;
}
.ui.inverted.segment .ui.yellow.message .header,
.ui.inverted.segment .ui.yellow.message p {
    color: #ffbd66;
}
.ui.inverted.segment .ui.green.message,
.ui.inverted.segment .ui.positive.message,
.ui.inverted.segment .ui.success.message,
.ui.inverted.form .ui.green.message,
.ui.inverted.form .ui.positive.message,
.ui.inverted.form .ui.success.message {
    border-color: #8ee673;
    color: #8ee673;
}
.ui.inverted.segment .ui.red.message,
.ui.inverted.segment .ui.negative.message,
.ui.inverted.segment .ui.error.message,
.ui.inverted.segment .ui.fail.message {
    border-color: #ff674c;
    color: #ff674c;
}
.ui.inverted.segment .ui.red.message .header,
.ui.inverted.segment .ui.negative.message .header,
.ui.inverted.segment .ui.error.message .header,
.ui.inverted.segment .ui.fail.message .header {
    color: #ff674c;
}

.ui.label {
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
}

.ui.divided.items > .item {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.ui.items > .item > .ui.tiny.image > img,
.ui.items > .item > .ui.small.image > img {
    width: auto;
    max-width: 100%;
    max-height: 50px;
    text-align: center;
    margin: 0 auto;
}
.ui.items > .item > .ui.tiny.image > img {
    max-height: 50px;
}
.ui.items > .item > .ui.small.image > img {
    max-height: 110px;
}
.ui.items > .item > .ui.big.image > img {
    max-height: 200px;
}


.ui.error.popup {
    background-color: #AE0750;
    color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.ui.error.popup:before {
  background-color: #AE0750;
  box-shadow: none !important;
}

.ui.multiple.dropdown > .label {
    font-weight: normal;
}

.ui.preview.room {
    background: #cfd1d0 url('../images/room_extra.jpg') no-repeat center -125px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
    padding: 0;
}
.ui.active.preview.room {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .mobile.hidden,
    .tablet.only,
    .small.monitor.only,
    .large.monitor.only {
        display: none !important;
    }
    .trimmed.content {
        height: 150px;
    }
    .ui.preview.room {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile.only,
    .tablet.hidden,
    .small.monitor.only,
    .large.monitor.only {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile.only,
    .tablet.only,
    .small.monitor.hidden,
    .large.monitor.only {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .mobile.only,
    .tablet.only,
    .small.monitor.only,
    .large.monitor.hidden {
        display: none !important;
    }
}

.ui.state {
	font-size: 20px;
    margin: 2em 0 1.5em 0;
}
.ui.proposal.state {
    color: #ffbd66;
}

.ui.statistics .statistic .value {
	font-family: 'Droid Serif', serif;
    font-weight: bold;
	font-size: 50px;
    margin-bottom: 10px;
}
.ui.statistics .statistic .label {
	opacity: 0.5;
	font-family: 'Weissenhof Grotesk', sans-serif;
    font-weight: normal;
	font-size: 17px;
    text-transform: none;
}
.ui.inverted.segment .ui.statistics .statistic .value,
.ui.inverted.segment .ui.statistics .statistic .label {
    color: #fcfcfc;
}

.ui.horizontal.statistic > .label:first-child {
    margin: 0em 0.75em 0em 0em;
}

.ui.order.total.statistic {
    text-align: right;
    display: block;
    margin-top: 2em;
}
.ui.order.total.statistic > .label {
    font-family: 'Weissenhof Grotesk', sans-serif;
    font-weight: normal;
    margin-right: 40px;
    display: inline-block;
}
.ui.order.total.statistic > .value {
	opacity: 0.9;
	font-family: 'Weissenhof Grotesk', sans-serif;
	font-weight: 500;
    margin-right: 50px;
    display: inline-block;
}

.ui.items > .order.item {
    padding: 40px 0 20px 0px;
}

.ui.items > .order.item:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.ui.items > .coupon {
    margin-bottom: 40px;
}

.ui.items .order.item .content .header,
.ui.items .order.item .content .meta {
    font-weight: 500;
	font-size: 20px;
	color: #fcfcfc;
}
.ui.items .order.item .content .meta {
    opacity: .5;
}
.ui.items .order.item .content .price {
	height: 17px;
	opacity: 0.9;
	font-size: 17px;
	color: #ffffff;
    float: right;
    height: 100px;
    line-height: 100px;
    padding: 0 50px;
}

.ui.items > .order.item > .image:not(.ui) {
    width: auto;
}

.ui.document.container .ui.images .ui.image {
        margin: 0 0 20px 0;
}

.cookiebanner {
    position: relative;
    background-color: rgba(255, 255, 255, .9);
    color: #222;
    text-align: center;
    padding: 2em;
    font-size: 18px;
    bottom: 40px !important;
}
.cookiebanner a {   
    color: #222;
    font-weight: bold;
}

.cookiebanner-close {
    /*background: url('../images/close_big.svg') no-repeat center center;*/
    float:none !important;
    height: 50px;
    width: 90px;
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 70px;
    background-color: black;
    color: white;
    padding: 12px;
}
