/* CSS Document */

/*
font-family: 'Alegreya Sans SC', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Caveat', handwritten;
*/

/* #031d2f; /*darkest-blue*/
/* #042E4A; /*dark-blue*/
/* #114364; /*med-blue*/
/* #1c6fa5; /*blue*/
/* #376A8B; /*light-blue*/
/* #5885A3; /*lightest-blue*/
/* #f88379; /*coral-pink*/
/* #48c9b0; /*seafoam-green*/
/* #417570; /*teal*/
/* #99b34c; /*sage green*/

/* #f29580; /*salmon*/
/* #f2e52e; /*yellow*/
/* #97c1c1; /*lightaqua*/
/* #87adad; /*lightgreen*/

* {
	margin: 0;
	border: 0;
	padding: 0;
}


body {
	background: #ccc;
	background-image: url("../images/bg-aqualite.jpg");
		font-family: 'Roboto', sans-serif;
	color: #003; /*navy*/
	max-width:100%;
	width:100%; 
}

h1 {
	font-size: 220%;
	line-height: 200%;
	font-family: 'Alegreya Sans SC', sans-serif;
	
}

h2 {
	font-size: 180%;
	line-height: 180%;
	font-family: 'Alegreya Sans SC', sans-serif;
	
}

 h3, h4 {
	font-size: 140%;
	line-height: 100%;
	font-family: 'Alegreya Sans SC', sans-serif;
}

h5 {
	line-height: 100%;
	font-size: 70%;
}


img {
	text-align:center;
	max-width: 100%;
	height: auto;
	width: auto;
	
}

img.bg {
	  /* Set up proportionate scaling */
	  width: 100%;
	  height: auto;
	 
}

img.padding {
	margin: 5% auto;
	width: 85%;
}


img.pad {
	padding: 5px 25px;
}

#movieBanner { 
	position: relative; 
	
}

.buttonHover { 
	position: absolute; 
	right: 15px; 
	bottom: 15px;
	z-index: 10; 
}

.buttonHover2 { 
	position: absolute; 
	left: 15px; 
	bottom: 15px;
	z-index: 10; 
}

p {
	font-family: 'Roboto', sans-serif;
	font-size:120%; 
	line-height:180%;
	padding-top: 3%;
}

p a {
	color:#003;
	text-decoration:underline;
}

p a:hover {
	color:#ccc; 
	text-decoration:none;

}

a {
	color:#003;
	text-decoration:none;
}

a:hover {
	color:#ccc;
}

a:hover.link {
	color: #fff;
	text-decoration: none;
	padding: 2% 2.5%;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.lite {
	color:#CCC;
}

a:hover.lite {
	color:#5885A3; /*lightest-blue*/
}


ul {
	list-style: none;
		
}

ul li {
	font-size:120%;
	line-height: 180%;
}


ul li a {
	text-decoration:underline; 
}


ol li {
	font-size:120%;
	line-height: 180%;
}


ol li a {
	text-decoration:underline; 
}

.script {
	font-family: 'Caveat', sans-serif;
	font-weight: bold;
	padding: 20px 0 0 0;
}

.quote {
	font-family: 'Caveat', sans-serif;
	font-weight: bold;
	padding: 4px 12px;
	margin: 0 auto;
	text-align:center;
}


.grey {
	color: #ccc;
}

.navy {
	color: #003;
}

.plain {
	text-decoration:none; 
}

.pad {
	padding-top: 20px;
	padding-bottom: 10px;
}

.padRight {
	padding-right: 10px;
}

.padLeft {
	padding-left: 10px;
}

.top {
	width: 95%;
	padding-right:5%;
	text-align:right;
}

.indent {
	padding-left:5%;
}

.indent2 {
	padding-left:10%;
}

.pIndent {
	padding-left:15%;
}

.large {
	font-size: 120%;
}

img.border {
	border:6px solid #fff;
	/*border-radius: 10px;*/
}
.imgRight { 
	float:right; 
	padding:15px;
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

.center {
	margin: 0 auto;
	text-align:center;
}

.alignRight {
	margin: 10 auto;
	text-align:right;
}


.space {
	height:60px;
}

.bottomBorder {
	border-bottom: 5px solid #114364;
}

.topBorder {
	border-top: 5px solid #114364;
}

/*-----------------IMAGES SQ-----------------*/

.images {
    text-align:center;
}
.images img {
    width:200px;
    height:200px;
}
.images div {
    width:200px;
    text-align:center;
}
.images div span {
    display:block;
}
.margin_right {
    margin-right:15px;
	
}
.float {
    float:left;
	margin-right:15px;
	margin-left:15px;
}
.clear {
    clear:both;
    height:0;
    width:0;
}

/*-----------------HEADER-----------------*/

header { 
	background: #114364; /*med-blue*/ 
	width: 100%; 
	max-height:68px;
	position: fixed;
	top: 0;
	left: 0;
	z-index:100;
	opacity: 0.90;
} 

#logo {
	margin: 10px 25px;
	float: left;
		
}


nav {
	padding: 15px 20px 0px 0;
	position:fixed;
	top:0;
	right:0;
	
}

nav ul li {
	font-family: 'Alegreya Sans SC', sans-serif;
	display: inline-block;
	float: left;
	padding: 10px 15px;
	font-size: 130%;
}


nav ul li a {
	text-decoration:none; 
	font-weight:bold;	
	color: #ccc;
	
}

nav ul li a:hover {
	color: #CCC; /*lightest-blue*/
}



#menuIcon {
	position: fixed;
	display: none;
	right: 10px; 
	top: 10px;
	z-index:999;
}


#banner { 
	background: #333; 
	width: 100%;
	overflow:auto;	
} 
#bannerGallery { 
	margin-top: 70px;
	background: #042E4A; /*dark-blue*/
	width: 100%;
	overflow:auto;	
} 	

#slider {
	margin: 0 0;
	max-width: 100%;
	background: #042E4A; /*dark-blue*/
}

#sliderSmall {
	margin: 10px auto;
	max-width: 900px;
	padding:0px;
	border:10px solid #222;
	background: #222; 
}

.slides {
	border:1px solid #101010;
	
}

.blueberry {
	max-width: 1920px;
	margin-top: 100px;
}


.nav2 {
	padding-left: 40px;
}

.nav2 ul li {
	display: inline-block;
	float: left;
	padding: 10px 20px;
}




/*-----------------------FOR VIDEO-------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------GHOST BUTTON1------------*/

.ghost-button-transition {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  padding: 8px;
  margin: 1%;
  color: #003;
  border: 2px solid #003;
  text-decoration:none;
  border-radius: 5px;
  text-align: center;
  outline: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-transition:hover,
.ghost-button-transition:active {
  background-color: #5885A3; /*lightest-blue*/
  color: #fff;
  text-decoration:none;
  border: 2px solid #fff;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}

/*------------------GHOST BUTTON2------------*/

.ghost-button-transition2 {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  padding: 8px;
  margin: 1%;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-transition2:hover,
.ghost-button-transition2:active {
  background-color: #5885A3; /*lightest-blue*/
  color: #fff;
  border: 2px solid #fff;
  text-decoration:none;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}


/*------------------Dropdown Button------------*/
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 



/*-----------------CONTENT-----------------*/

#fullLight {
	background: #ccc;
	color: #003;
	width: 100%;
	overflow:auto;	
}

#fullCharcoal {
	background: #010101;
	color: #ccc;
	width: 100%;
	overflow:auto;	
}

#fullGreyDim {
	background: #666;
	border-top: 5px solid #333;
	width: 100%;
	opacity: 0.9;
	overflow:auto;	
}

#fullBlue {
	background: #114364; /*med-blue*/
	color: #ccc;
	width: 100%;
	overflow:auto;
}

#fullBlueLite {
	background: #376A8B; /*light-blue*/
	color: #ccc;
	width: 100%;
	overflow:auto;
}

#fullGreen {
	background: #87adad; /*lightgreen*/
	color: #003; /*navy*/
	max-width:100%;
	width:100%; 
}

#fullYel {
	background: #ffdcbe; /*yellow*/
	width: 100%;
	overflow:auto;
}

#fullPink {
	background: #F29580; /*salmon*/
	width: 100%;
	overflow:auto;
}


#fullNavy {
	background: #042E4A; /*dark-blue*/
	color: #ccc;
	width: 92%;
	margin: 0;
	padding: 0 4%;
	overflow:auto;
}

.nada {
	background:#cfcdcd;
	width: 100%;
	height: 70px;
	overflow:auto;
}

.tri {
	width: 32.33%;
	float: left;
	margin: 2% 0.5%;
}


.tri h2 {
	width: 90%;
	text-align:center;
}

.tri h5 {
	width: 100%;
	text-align:center;
	padding-top: 10px;
	
}


.tri p {
	width: 80%;
	margin: 1% 5%;
}


.tri img.size {
	max-width: 115px;
	height:auto;
	margin: 0 auto;
	padding: 0 5px 0 0;
	text-align:center;	
}

.tri img.logo {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
	
.triNoPad {
	background: #042E4A; /*dark-blue*/
	width: 33.33%;
	float: left;

}


.halfLeft {
	float: left;
	margin: 0 auto;
	width: 40%;
	height: auto;
	padding: 5% 1% 1% 7%;
}

.halfRight {
	float: right;
	margin: 0 auto;
	width: 40%;
	height: auto;
	padding: 5% 9% 1% 1%;
}

.biLeft {
	float: left;
	margin: 0 auto;
	width: 62.5%;
	padding: 5% 2.5% 5% 5%;
	
}

.biLeftSide {
	float: right;
	margin: 0 auto;
	width: 22.5%;
	padding: 5% 5% 5% 2.5%;
}
	
.biRight {
	
	float: right;
	margin: 0 auto;
	width: 55%;
	padding: 5% 10% 5% 5%;

}

.biRightSide {
	float: left;
	margin: 0 auto;
	width: 15%;
	padding: 5% 5% 5% 10%;
	

}

/*-----------------BLOG-----------------*/

.column {
    float: left;
	padding: 5% 2.5% 5% 2.5%;
}

.blogLeft {
    width: 21%;
}

.blogMiddle {
    width: 40%;
}

.blogRight {
    width: 21%;
	text-align:center;
}

/*-----------------FOOTER-----------------*/

footer {
	width: 100%;
	height: auto;
}


.box1 {
	padding: 5% 1%;
	float:left;
	width: 23%;
	margin: 0 auto;
	text-align:center;
}

.box2 {
	padding: 5% 1%;
	float:left;
	width: 14%;
	margin: 0 auto;
	text-align:center;
}

.box1 a,
.box2 a {
	color:#ccc;
	text-decoration:none;
	line-height: 250%;
	font-family: 'Roboto', sans-serif;
	font-size: 100%; 
}

.box1 a:hover,
.box2 a:hover {
	color: #fff;
	text-decoration: none;
	padding: 2% 2.5%;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
	border-radius: 4px;
}

.box1 a:hover.noOutline,
.box2 a:hover.noOutline {
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 0;
}



#social ul li {
	display: inline;
	opacity: 0.7;
	padding: 0 5px;	
	text-align:center;
}

#social ul li:hover {
	opacity: 1;
}



footer.copyright {
	border-top: 9px solid #042E4A; /*dark-blue*/
	background-color: #031d2f; /*darkest-blue*/
	text-align:center;
	height: auto;
	color: #ccc;
	padding-bottom:25px;
}



/*---------------------------MEDIA!---------------------------*/

@media only screen and (max-width: 478px) { 

	body {
		position: absolute;
	}
	
	
	nav {
		display:none;
	}
	
	/*ghost buttons*/
    ul.grid-nav li {
    	display: block;
    	margin: 0 0 5px;
   	}
   	ul.grid-nav li a {
    	display: block;
    }
   	ul.rig {
   		margin-left: 0;
   	}
   	ul.rig li {
   		width: 100% !important; /* over-ride all li styles */
    	margin: 0 0 20px;
    }
	
}
    


@media only screen and (max-width: 740px) { 
	body {
		position: absolute;
	}

	header {
		opacity: 1;
		margin: 0;
		padding: 0;
	}
	
	header img {
		float: left;
		margin: 0;
		padding: 0;
		min-width: 100px;
	}
	
	#movieBanner { 
		margin-top: 50px; 
	
	}

	nav {
		display:none;
	}
	
	#menuIcon {
		display: inline;
		
	}
	
	#fullBG1 {
		background: #101010; 
		color: #ccc;
		
	}
	
	#fullNavy {
		width: 100%;
		padding: 2% 0;
		
	}
	
	#fullCharcoal {
		width: 100%;
		margin: 0 auto;
		
	}
	
	#fullLight {
		width: 100%;
		margin: 0 auto;
		
	}

	
	
	#slider {
		margin-top: 68px;	
	}
	
	#sliderSmall {
		border:0;
		border-radius: 0;
	}
	
	h1, h2, h3 {
		margin: 0 auto;
		
	}
	
	img.border {
		padding: 0;
		border:none;
		border-radius: 0;
	}
	
		
	.tri {
		float:left;
		width: 100%;
		height:auto;
		margin: 15px 0;
		padding: 0 0;
		text-align:center;	
	}
	

	.tri img.size {
		float:left;
		width: 50%;
		height:auto;
		margin: 0 auto;
		padding: 0;
		text-align:center;	
	}
	
	.tri img.logo {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	.triNoPad {
		float:left;
		width: 100%;
		height:auto;
		text-align:center;	
	}


	
	.column {
		float:left;
		width: 90%;
		height:auto;
		margin: 15px 0;
		padding: 5% 5%;
		
	}
	
	
	.blogMiddle {
		float:left;
	}
	
	.blogRight {
		float:left;
		text-align:center;	
	}

	footer .tri ul li img {
		display: inline;
		width: auto;
		height:auto;
		margin: 0 auto;
		float:none;
	}
	
	
	.halfLeft {
		float:left;
		width: 92%;
		padding: 2% 4% 0 4%;
		
	}
	
	.halfRight {
		float:left;
		width: 92%;
		padding: 2% 4% 15% 4%;
			
	}	
	
	.biLeft {
		float:left;
		width: 96%;
		height:auto;
		padding: 8% 2%;
	}
	
	.biLeftSide {
		float:left;
		width: 92%;
		height:auto;
		padding: 8% 2%;
		text-align:center;
	}
	
	.biRight {
		float:left;
		width: 96%;
		height:auto;
		padding: 8% 2%;
		
	}
	
	.biRightSide {
		float:left;
		width: 92%;
		height:auto;
	}
	
	footer p {
		font-size: 90%;
	}
	
	.box1 {
		float:left;
		width: 96%;
		height:auto;
		padding: 2% 2%;
	}
	
	.box2 {
		float:left;
		width: 96%;
		height:auto;
		padding: 2% 2%;
	}
	
	.videoWrapper iframe {
		width: 100%;
		height: 100%;
	}
	
	.hideMobile {
		display: none;
	}
}
