/* ------------------------------------------------------------ *\
	Nav Utilities
\* ------------------------------------------------------------ */

.nav-ultilities .has-dropdown:after { background: url(../images/png/arrow-down.png) no-repeat 0 0/cover; }

/* ------------------------------------------------------------ *\
	Booking Mask
\* ------------------------------------------------------------ */

.select-booking .nice-select:after { background: url(../images/png/chevron-down.png) no-repeat 0 0/cover; }
.select-booking .nice-select .list li.selected:before { background: url(../images/png/check-small.png) no-repeat 0 0/cover; }

.booking-mask .booking__field--date:after { background: url(../images/png/calendar.png) no-repeat 0 0/cover; }

.select .nice-select:after { background: url(../images/png/select-arrow.png) no-repeat 0 0/cover; }

/* ------------------------------------------------------------ *\
	Datepicker
\* ------------------------------------------------------------ */

.date-picker-wrapper .month-wrapper table .caption .next,
.date-picker-wrapper .month-wrapper table .caption .prev { background: url(../images/png/arrow-left.png) no-repeat 0 0/cover; }
.date-picker-wrapper .month-wrapper table .caption .next { background: url(../images/png/arrow-right.png) no-repeat 0 0/cover; }

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs li + li:before { background: url(../images/png/breadcrumb-arrow.png) no-repeat 0 0/cover; }

/* ------------------------------------------------------------ *\
	Magnific popup
\* ------------------------------------------------------------ */
.mfp-arrow-right:before,
.mfp-arrow-left:before { background: url(../images/png/breadcrumb-arrow.png) no-repeat 0 0/cover; }
button.mfp-close { background: url(../images/png/mfp-close.png) no-repeat 0 0; }

/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */

.map .infoBox:before { background: url(../images/png/map-close.png) no-repeat 0 0/cover; }

/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */

.box-simple .box__file a:after { background: url(../images/png/chevron-down-thin.png) no-repeat 0 0; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section-testimonials:before { background: url(../images/png/quote-testimonials.png) no-repeat 0 0; }

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery .gallery__item-inner:after { background: url(../images/png/plus-hover.png) no-repeat 0 0; }

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */

.checkbox input + label:after { background: url(../images/png/check-small.png) no-repeat 0 0/cover; }

/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */

.accordion .accordion__head:after { background: url(../images/png/select-arrow.png) no-repeat 0 0/cover; }

