html {
}
*,
*:before,
*:after {
}

body {
}

.navbar {
	background: white !important;
	color: #000077 !important;
}
.navbar-text {
	color: #000077 !important;
}
.nav-item > a {
	color: black !important;
}
.navbar-toggler {
	background: #f7f7f7 !important;
}
.footer {
	margin-top: 10px;
	background-color: #343a40;
}
.footer-links {
	color: white !important;
}
.mainbox {
	margin:0% !important;
	height:490px;
	background-image:url(/assets/3plusbreaks/images/header.jpg);
	background-size: 100% 100%;
}
.dublinbox {
	margin:0% !important;
	height:490px;
	background-image:url(/assets/3plusbreaks/images/header_dublin.jpg);
	background-size: 100% 100%;
}
.dealsbox {
	margin:0% !important;
	height:490px;
	background-image:url(/assets/3plusbreaks/images/header_deals.jpg);
	background-size: 100% 100%;
}

.rb-home-searchbox {
	padding-top: 50px;
	font-weight: 900;
	color: white;
}

.btn-book-now {
	border-radius: 0 !important;
}
#mapid {
	height: 180px;
}
.voucher-expired {
	font-size: smaller;
	color: red;
}
.voucher-accepted {
	font-size: smaller;
	color: green;
}
.card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.price-box {
  position: absolute;
  background: #d72579;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.price {
  color: #ffffff;
  text-align: left;
  line-height: 1.1;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
#myPlayer {
	background: #000;
	height: 400px;
	width: 100%;
	position: relative;
}
.rb-rates {
	color: #073590;
	font-weight: 700;
}
.rw-hidden-card {
	visibility: hidden;
}
@media screen and (max-device-width: 420px) {
   .searchbox {
     height:auto;
     background-image:none !important;
     border:none !important;
  }
	#myPlayer {
		height:100%;
		width: 100%;
		position: relative;
	}
  .mainbox {
    margin:0% !important;
    height:auto;
    background-size: 100% 100%;
    background-image:none !important;
    background: black;
  }
  .dublinbox {
    margin:0% !important;
    height:auto;
    background-size: 100% 100%;
    background-image:none !important;
    background: black;
  }
  .dealsbox {
    margin:0% !important;
    height:auto;
    background-size: 100% 100%;
    background-image:none !important;
    background: black;
  }

  .break-in {
    background: none !important;
  }

}
.btn-primary {
  color: #fff;
  background-color: #e08 !important;
  border-color: #e08 !important;
}
.main-content-in {
  width: 100%;
  display: block;
  background: #efefef;
  padding: 5px 0 0 0;
}
.break {
  display: block;
  background-color: #ffffff;
}
.break-in {
  display: block;
  text-align: center;
  background: url(/assets/3plusbreaks/images/bg1.png) no-repeat left top;
  padding: 7px 0 12px 0;
  background-size: 100% 100%;
}
.break-cont {
  width: 190px;
  margin: 0 auto;
  padding-top: 7px;
}
.break-cont a {
  display: inline-block;
  padding: 0 0 5px 64px;
  font-weight: bold;
  font-size: 37px;
  line-height: 43px;
  color: #ffffff;
}
#marker0 {
  background-image: url('/assets/3plusbreaks/images/icon_0.png');
  background-size: cover;
  width: 32px;
  height: 37px;
  cursor: pointer;
}
#marker1 {
  background-image: url('/assets/3plusbreaks/images/icon_1.png');
  background-size: cover;
  width: 32px;
  height: 37px;
  cursor: pointer;
}
#marker2 {
  background-image: url('/assets/3plusbreaks/images/icon_2.png');
  background-size: cover;
  width: 32px;
  height: 37px;
  cursor: pointer;
}
#marker3 {
  background-image: url('/assets/3plusbreaks/images/icon_3.png');
  background-size: cover;
  width: 32px;
  height: 37px;
  cursor: pointer;
}
#marker4 {
  background-image: url('/assets/3plusbreaks/images/icon_4.png');
  background-size: cover;
  width: 32px;
  height: 37px;
  cursor: pointer;
}
#marker5 {
  background-image: url('/assets/3plusbreaks/images/icon_5.png');
  background-size: cover;
  width: 32px;
  height: 37px;
  cursor: pointer;
}
.worldwide-search {
  color: #fff !important;
  font-variant: small-caps;
  text-transform: capitalize;
  font-size: 22px;
  text-decoration: underline wavy;
}