/* ------------------------------------------------------------ *\
	Backgrounds
\* ------------------------------------------------------------ */

.box .box__content,
.details-half-pane .details__meta,
.filters,
.nav-gallery,
.nav-secondary,
.slider-featured-offers,
.nav-dropdown-popup .nav__head,
.block-feature-content { background: url(../images/png/pattern-dark.png) repeat 0 0; }

.form--details { background: url(../images/png/pattern-transparent.png) repeat 0 0; }

.select .nice-select:after { background: url(../images/svg/select-arrow-down.svg) no-repeat 0 0/cover; }

.details-actions,
.background-circles {
	background: url(../images/png/circle-pattern.png) repeat 0 0;
}

.nav > ul > li:before { background: url(../images/png/pattern-dark.png) repeat 0 0; }

.select-filter .nice-select:after { background: url(../images/svg/select-arrow-down.svg) no-repeat 0 0; }
.select-filter .nice-select .list { background: url(../images/png/pattern-dark.png) repeat 0 0; }
.message .message__content { background: url(../images/png/pattern-dark.png) repeat 0 0; }

.check-availability { background: url(../images/png/circle-pattern.png) repeat 0 0; }

.title-icon:before {
	background: url(../images/svg/camban.svg) no-repeat 0 0;
}

/*.card-long:nth-child(odd) { background: url(../images/png/circle-pattern.png) repeat 0 0; }*/

.card-long:nth-child(odd):before { background: url(../images/png/circle-pattern.png) repeat 0 0; }

.section-rooms .section__content:before { background: url(../images/png/circle-pattern.png) repeat 0 0; }

.section-tiles .section__inner:before { background: url(../images/png/pattern-transparent.png) repeat 0 0 !important; }

.tile .tile__container,
.box .box__container { background: url(../images/png/pattern-dark.png) repeat 0 0; }

@media( max-width: 1200px ) {
	.nav { background: url(../images/png/pattern-dark.png) repeat 0 0; }

	.nav .has-dropdown > a:after,
	.nav .has-popup > a:after { background: url(../images/svg/chevron-down-white.svg) no-repeat 0 0; }

	.nav-tablet ul li:nth-child(-n+3):before { background: url(../images/png/pattern-dark.png) no-repeat 0 0/cover; }
}