.minervois-red{
	color: #CC0000;
}

#boat-jump-menu{
	margin: .7em;
	padding: .4em;
}
#company-footer{
	padding: .5em;
	margin-top:2em;
}
.bookings-message{
	padding: .7em;
	font-size: 1.3em;
	font-weight: bold;
	border: 1px solid black;
}

.nb{
	font-weight:bold;
	font-size: 1.5em;
	color: red;
}
#as-seen-on-tv{
	background: url(/images/site_pics/starburst.png) no-repeat top left;
	width: 141px;
	height: 141px;
	text-align:center;
	margin: .3em auto;
	position: relative;
	overflow: hidden;
}

#as-seen-on-tv p{
	width: 140px;
	margin: 45px auto 0 auto;
	text-align: center;
	font-weight: bold;
	font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	font-size: 18pt;
	position: relative;
	overflow: hidden;
	behavior:url(-ms-transform.htc);
			-moz-transform:rotate(-10deg);
			-webkit-transform:rotate(-10deg);
			-o-transform:rotate(-10deg);
			-ms-transform:rotate(-10deg);

}
#as-seen-on-tv p a{
	font-size: 18pt;
	text-decoration: none;
	color: black !important;
	line-height: 16pt;
	text-transform: capitalize;
}
h2.no-margin{
	margin: 0;
	padding: .2em;
}
.grocery_pack{
	margin: 1em auto;
	border: 1px solid black;
	padding: .3em;
}
.testimonial{
	margin: 5mm 0;
	text-align: justify;
	background-color: #FFF3E8;
	padding: 1em;
}
.padding-right{
	margin: 0 1em 1em 0;
}
.padding-left{
	margin: 0 0 1em 1em;
}
.spaced{
	margin: 1em 0;
}
.padded{
	padding:1em;
}
.dl-spaced dd{
	margin-bottom: 1.3em;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.bt-useless{
	border: 2px solid black;
	text-align:justify;
	margin: 0 auto;
	background: orange;
	padding: .3em;
	font-weight:bold;
}

.carousel-control{background-image: none; background: transparent !important; color: black;}

.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }
a.carousel-control{text-decoration:none !important;}





/** phone number resizing **/
	
    /* 
    Extra small devices (portrait phones, less than 544px) 
    No media query since this is the default in Bootstrap because it is "mobile first"
    */


    /*
    ####################################################
    M E D I A  Q U E R I E S
    ####################################################
    */
     
    /*
    ::::::::::::::::::::::::::::::::::::::::::::::::::::
    Bootstrap 4 breakpoints
    */
    /* Small devices (landscape phones, 544px and up)*/
    @media (min-width: 544px) {  
     div #header_phone{
   	font-size: 100%;
   }
   div #header_phone #international_number{
   	font-size:95%;
   }
     
     
    }
      
    /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint
    @media (min-width: 768px) {  
      div #header_phone{
   	font-size: 100%;
   }
   div #header_phone #international_number{
   	font-size:100%;
   }
    }
      */
    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) { 

    }


