
/*=================================================================
					Grid style layout start
===================================================================*/

body{
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#content.site-content-wrapper{
	background: rgba(255, 255, 255, 0.85) !important;
	padding: 0px 80px 80px;
}
.fa-angle-double-right:before{
	font-size: 18px !important;
	line-height: 18px !important;
	color: #333333;
	margin: 0px 5px;
	position: relative;
	top: 1px;
}

.blk{
	font-family: "Open Sans", Arial;
}
/*
.tile {
  width: 23%;
  height: auto;
  min-height: 200px;
  display: inline-block;
  background-size: cover;
  cursor: pointer;
  position: relative;
  float: left;
  padding: 0 0 19% 0;
  margin-right: 2%;
  margin-bottom: 20px;
  background-position: center;
  box-shadow: 0px 0px 7px #0000005c;
}
*/

.image-container {
  text-align: center;
}
.tile {
  width: 22%;
  height: auto;
  min-height: 200px;
  display: inline-block;
  background-size: cover;
  cursor: pointer;
  position: relative;
  padding: 0 0 19% 0;
  margin-right: 2%;
  margin-bottom: 20px;
  background-position: center;
  box-shadow: 0px 0px 7px #0000005c;
}

.image-title {
  font-family: "Open Sans", Arial;
  width: 100%;
  color: white;
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  background-color: rgba(134, 11, 0, 0.8);
}

.tile .image-title {
  transition: 0.8s ease;
}


/* Hover effect on image tiles */

.tile:hover .image-title {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Pop up CSS light box */

/* Responsive tiles starts here. Breaking points: 1280, 1024, 600, 360 */

@media (max-width: 1500px){
	.tile{
		width: 40%;
	}
}

@media screen and (max-width: 1280px) {
  .image-container .tile {
  }
}

@media (max-width: 991px){
	.contact-bar, #tasty-mobile-toggle{
		display: none !important;
	}
	#content.site-content-wrapper{
		padding: 0px 30px 40px;
	}
	.site-content-wrapper .page-content{
		padding: 0px;
	}
}

@media screen and (max-width: 740px) {
  .image-container .tile {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 600px) {
  .image-container .tile {
    width: 100%;
    padding-bottom: 50%;
    font-size: 0.8em;
	 margin-right: 3% !important;
  }
}

@media (max-width: 500px){
	#content.site-content-wrapper{
		padding: 0px 20px 40px;
	}
}

@media screen and (max-width: 360px) {
  .image-container .tile {
    width: 100%;
  }
}
/*=================================================================
					Grid style layout End
===================================================================*/





#resoBox {
	width: 100%;
}
.calcContainer{
	width: 100%;
}
#resoBox #resoBoxHead #resoBoxHeadText {
	font-family: "Open Sans", Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 45px;
	height: 45px;
	padding-left: 20px;
	background-image: url(resoBoxHeadCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#resoBox #resoBoxHead {
	background-image: url(resoBoxHeadBack.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 45px;
	background-color: #BE0000;
	margin-bottom: 1px;
	border-top-right-radius: 15px;
}
#resoBox #resoBoxLine {
	background-color: #993333;
	height: 3px;
}
#resoBox #resoBoxMain {
	border: 1px solid #EBEBEB;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#resoBox #resoBoxMain .resoIconHead {
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}
#resoBox #resoBoxMain .resoIconHead a {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#resoBox #resoBoxMain .resoIconHead a:hover {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
#resoBox #resoBoxMain .resoIcon {
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 71px;
	text-align: left;
}
#resoBox #resoBoxMain .resoIcon a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#resoBox #resoBoxMain .resoIcon a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
#resoBox #resoBoxMain #resoBoxMainHead {
	height: 100px;
	border-bottom: solid 1px #EBEBEB;
}
#resoBox #resoBoxMain #resoBoxMainText {
	padding: 10px;
}
.disclaimer {
	font-size: 9px;
	color: #999999;
}
.table_header {
	font-weight: bold;
	background-color: #DDA2A3;
}
.table_sub_header {
	background-color:#F1D8D9;
}
.table_highlight_row {
	background-color: #FFECEC;
}
.fuel-rates table{
	margin-bottom: 20px !important;
}
