??/* Add here all your css styles (customizations) */


/*Breadcrumbs v4
------------------------------------*/

.breadcrumbs-v4.img-v5h9 {
  background: url(../img/breadcrumbs/img9.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v5h2 {
  background: url(../img/breadcrumbs/img4.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v5h3 {
  background: url(../img/breadcrumbs/img7.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v5h4 {
  background: url(../img/breadcrumbs/img8.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-hotel-2 {
  background: url(../img/breadcrumbs/ww2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-rowe5 {
  background: url(../img/breadcrumbs/rowe5.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-DSC2462 {
  background: url(../img/breadcrumbs/DSC_2462_500.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* ------------------------------------*/
/* FIREFOX TABLE FIX
------------------------------------*/
/* Firefox and fieldsets

Firefox has some awkward fieldset styling involving width that interferes with the responsive table. This cannot be overriden without a Firefox-specific hack that we don't provide in Bootstrap:
------------------------------------*/
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}


