/* CSS Document */

html, body
{
	height: 100%;
}

body
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
}

.div-1 {
	    background-color: #ffffff !important;
    display: inline-block;
    width: 100%;
    	
		}
   
body.main
{
	background-color: #243647;
}

body.second
{
	background-color: #00AEEF;
}
body.second1
{
	background-color: #FFFFFF;
}

body.third
{
	background-color: #112C91;
}
body.third1
{
	background-color: #ffffff;
	background: #ffffff;
}
div.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

a.box-link
{
	background: #01adc9;
	border-radius: 6px;
	color: white;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;
}

a.box-link-blue
{

}

.color-white
{
	color: white;
}

.color-white p,
.color-white td,
.color-white span,
.color-white a,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6
{
	color: white !important;
}

header
{
	overflow: hidden;
	padding-left: 15%;
	padding-right: 15%;
	position: relative;
}

.main header
{
	background: white url('../images/bg1.jpg') no-repeat center top;
	height: 610px;
}


header img.bg
{
	border:none;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -9999;
}

div#header-content
{
	/*margin: 0 auto;*/
	position: relative;
	/*width: 983px;*/
}

div#header-text
{
	margin: 117px 0 0 263px;
	position: absolute;
	left: -250px;
	top: 164px;
}

.second header
{
	background: white url('../images/bg2.jpg') no-repeat center top;
	height: 321px;
}

.second1 header
{
	background: white url('../images/bg1.jpg') no-repeat center top;
	height: 610px;
}

.third header
{
	background: white url('../images/home-2-bg2.png') no-repeat center top;
	background-size: cover;
	height: 600px;
}
div#footer-content
{
	/*margin: 0 auto;*/
	position: relative;
	/*width: 983px;*/
}
.third footer
{
	background: white;
	height: 600px;
}

img#logo
{
	border: none;
	display: block;
	margin: 100px 0 0 10px;
	position: absolute;
}

img#bottom
{display: block;
  margin-left: auto;
  margin-right: auto;
}

img#bottles
{
	border: none;
	display: block;
	float: right;
	
}
img#coolers
{
	border: none;
	display: block;
	float: right;
	
}
img#waterguy
{
	border: none;
	display: block;
	float: left;
	padding-right:40px;
	margin-right: 40px;
}
img#waterguy1
{
	border: none;
	display: inline;
	float: right;
}
img#2bottles
{
	border: none;
	display: block;
	float: left;
}
@media (max-width:980px) {
  img#bottles {
    display: none;
  }
}
div#contact-bar
{
	color: #FF9C00;
	float: right;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	height: 27px;
	padding-top: 28px;
	text-align: right;
}

div#nav-holder
{
	float: left;
	position: relative;
}

ul#navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigation li
{
	display: block;
	float: left;
}

ul#navigation a.top
{
	color: #008FD5;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	height: 31px;
	padding: 20px 10px 0 8px;
	text-decoration: none;
}

ul#navigation li:hover a.top
{
	background: url('../images/nav-drop.png') no-repeat center 0;
}

ul.flyout
{
	background: #00AEEF;
	display: none;
	list-style: none;
	margin: 0;
	padding: 7px 0;
	position: absolute;
	width: 170px;
}

ul#navigation ul.flyout li
{
	display: inline;
	float: none;
}

ul.flyout a.flyout
{
	border-top: 1px solid #99EDF4;
	color: white;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin: 0 9px;
	padding: 7px 8px;
	text-decoration: none;
}

ul.flyout a:hover.flyout
{
	background: #158C9F;
	border-top: none;
	padding-top: 8px;
}

ul.flyout li:hover + li a.flyout
{
	border-top: none;
	padding-top: 8px;
}

ul.flyout li:first-child a.flyout
{
	border-top: none;
	padding-top: 7px !important;
}

section.main-strip
{
	padding-left: 15%;
	padding-right: 15%;
	position: relative;
}

section.main-strip:after
{
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}

section.main-strip img.auto-scale
{
	max-width: 60% !important;
	height: auto !important;
}

section#strip-content1
{
	background-color: #00aeef;
	padding-bottom: 40px;
	padding-top: 45px;
}

section#strip-content1 a.box-link
{
	background: #006495;
}

div.info-box
{
	background: #87EFFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 5%;
	padding: 20px 10px 20px 10px;
	width: 30%;
}

div.last-info-box
{
	margin-right: 0;
}
section#strip-content1a
{
	background-color: #158c9f;
	padding-bottom: 40px;
	padding-top: 45px;
}

section#strip-content1a a.box-link
{
	background: #006495;
}

div.info-box1
{
	background: #158c9f;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 5%;
	padding: 20px 10px 20px 10px;
	width: 45%;
}

div.last-info-box1
{
	margin-right: 0;
}
div.info-box2
{
	background: #ffffff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 5%;
	padding: 20px 10px 20px 10px;
	width: 30%;
}

div.last-info-box2
{
	margin-right: 0;
}

#route {
	float:right; 
}
img#route {
    max-width: 100%;
    height: auto;
    }

#bulletlist
 {
 margin-left: 0;
 padding-left: 0;
 list-style: none;
 }

 #bulletlist li 
 {
 padding-left: 30px;
 background-image: url(../images/circle-check1.png);
 background-position:top;
 background-repeat: no-repeat;
 background-position: 0 .5em;
 line-height:26px;
  }
#bulletlist1
 {
 margin-left: 0;
 padding-left: 0;
 list-style: none;
 }

 #bulletlist1 li 
 {
 padding-left: 30px;
 background-image: url(../images/circle-check1.png);
 background-position:top;
 background-repeat: no-repeat;
 background-position: 0 .5em;
 line-height:26px;
  }
section#strip-content2,
section#strip-content3,
section#strip-content4
{
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

section#strip-content2
{
	background-color: #158c9f; 
	padding-bottom: 40px;
	padding-top: 40px;
}

section#strip-content3
{
	background-color: #243647;
	
}
div#top
{
	display: none;
}

div#delivery-image
{
	background: url('../images/water-delivery-maple-ridge.jpg') no-repeat center top;
	height: 500px;
}
div#delivery-image1
{
	background: url('../images/water-delivery-maple-ridge.jpg') no-repeat center top;
	height: 500px;
}
div#bottle-image-1
{
	background: url('../images/col-2a.jpg') no-repeat center top;
	height: 483px;
}
div#bottle-image-1a
{
	background-color:#BADCE6;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
div#bottle-image
{
	background: url('../images/col-3b.jpg') no-repeat center top;
	height: 400px;
}
div#bottle-image2
{
	background: url('../images/col-3c.jpg') no-repeat center top;
	height: 400px;
}
section#strip-content4
{
	background-color: #243647;
	padding-bottom: 30px;
}

.second section#main-section
{
	background: #112C91;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 30px 15% 0 10%;
}

.second1 section#main-section
{
	background: #112C91;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 30px 15% 0 15%;
}

.third section#main-section
{
	background: #112C91;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px;
	margin: 30px 15% 0 10%;
}
.third section#main-section1
{
	background: #ffffff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 30px 15% 0 15%;
}
footer
{
	margin: 20px 15% 0 15%;
	padding: 0 20px;
}

a#toggle-menu-btn
{
	display: none;
}


/* Hide element on Tablet/Phone */
@media only screen and (max-width: 980px) {
    .hide-on-mobile-tablet {
        display: none !important;
    }
}
/* compact css */
@media screen and (max-width: 768px) {

	img#logo
	{
		padding: 10px;
		margin: 0 auto;
		position: relative;
	}
	.hidden-mobile {
          display: none;
        }
	header
	{
		background: white !important;
		height: auto !important;
		overflow: visible;
		padding: 0 !important;
	}
	div#top
{
	background: url('../images/mobile-top.jpg') no-repeat center ;
	height: 150px;
	display: block;
	background-color: #243647;
}
	div#header-text
	{
		display: none;
	}

	div#contact-bar
	{
		display: block;
		float: none;
		font-size: 18px;
		height: auto;
		padding: 10px;
		text-align: center;
	}

	div#nav-holder
	{
		float: none;
	}

	a#toggle-menu-btn
	{
		background: #00AEEF url('../images/menu-btn.png') no-repeat 10px center;
		background-size: 39px 39px;
		color: white;
		display: block;
		font-family: 'Lato', sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: bold;
		line-height: 55px;
		padding: 0 0 0 65px;
		text-decoration: none;
	}

	ul#navigation
	{
		background: #00AEEF;
		border-top: 1px solid white;
		display: none;
		height: auto;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
	}

	ul#navigation li
	{
		border-bottom: 1px solid white;
		display: block;
		float: none;
		width: auto;
	}

	ul#navigation a.top
	{
		color: white;
		display: block;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		height: auto;
		line-height: 1em;
		padding: 10px 15px;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
	}

	ul#navigation li:hover a.top
	{
		background: none;
	}

	ul.flyout
	{
		background: inherit;
		border-left: 1px solid white;
		display: block !important;
		margin: 0 0 0 15px;
		padding: 0 0 6px 0;
		position: relative;
		top: auto;
		width: auto;
	}

	ul#navigation ul.flyout li
	{
		border-bottom: none;
	}

	ul.flyout ul.flyout
	{
		border-bottom: none;
		top: auto;
		margin: 0 0 0 15px;
	}

	ul.flyout a.flyout
	{
		color: white;
		display: block;
		font-size: 14px;
		padding: 4px 15px;
	}

	ul.flyout a.flyout:hover
	{
		background: none;
	}

	div.info-box
	{
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
		width: auto;
	}
	div#hide
	{
		display: none;
	}
	
	div#delivery-image
	{
		display: none;
	}
	div#bottle-image
	{
		display: none;
	}
	div#bottle-image2
	{
		display: none;
	}
	div#route
	{
		display: none;
	}
}
