	/*	* {
			margin: 0;
			padding: 0;
			outline: 0;
		}
		*/
	/*	html, body{
			height: 100%;
			background: #F2F2F2;
		}
*/
	/*	body, a{
			font: normal 16px Helvetica, Verdana, Geneva, sans-serif;
			color: #3F3F3F;		
		}
		*/
		.containercss{
			min-height: 100%;
			height: auto !important;
			height: 100%;
			padding-top:0% ;
		}
		
		.containercss:after{
			content: '';
			display: block;
			height: 30px;
			clear: both;
		}
		
		.footer{
			height: 12px;
			padding: 8px 0;
			background: #FFF;
			border-top: 1px solid #51C1F1;
			font-size: 12px;
			text-align: center;
		}
		/*
 * Navigataur: A pure CSS responsive navigation menu
 * Author: Mike King (@micjamking)
 */

/*
 	Notes:
 
 	- Media queries should be edited in both style sections if you require 
	  a different breakpoint for your navigation.
	  
	- Toggle class & menu anchor tags in list items have box-sizing: border-box 
	  style property to allow padding inside the container without conflicting with layout.	

*/


/*--------------------------------
 Functional Styles (Required)
---------------------------------*/
/* Tim Pietrusky advanced checkbox hack (Android <= 4.1.2) */
body{ -webkit-animation: bugfix infinite 1s; }
/*@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }*/

.header { position: relative; }
#toggle, .toggle { display: none; }
.menu > li { list-style: none; float:left;	}

/* Nicolas Gallagher micro clearfix */
.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }

li ul { display: none; }
.menu ul li a:hover { background: #2c3e50; height:30px;}
li:hover > ul {
  display: block;
  position: absolute;
  z-index:1;
}
li:hover li { float: none;list-style:none;margin-left:-25px;}

.menu li:hover a {
 display: block;
 /*padding: 1em;*/
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
 background: #1bc2a2; 
 width: 100%;
 padding: 30px 20px 20px;}

.menu li li a:hover{
color: #fff;
/*padding: 20px 20px 20px;*/
}
li:hover li a:hover { background: #2c3e50; display: block;}
/*ul li a {
 display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  width:100px;
}*/
.sub-menu{
width:100%;

}

@media only screen and (max-width: 768px){
	.menu { display: none; opacity: 0; width: 100%; position: absolute; right: 0; }
	.menu > li { display: block; width: 100%; margin: 0; }
	.menu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; /*user-select: none; */}
	#toggle:checked ~ .menu { display: block; opacity: 1;z-index:1;}
}


/*--------------------------------
 Presentation Styles (Editable)
---------------------------------*/
.header{
	min-height: 100px;
	height: 100%;
	padding: 0 20px;
	background: none;
}
.header > h1 {
	float: left;
	padding: 30px 0 0;		
	font-style: italic;
	font-family: Georgia;
	font-size: 28px;
	color: #DFDFDF;
}

.nav{ 
	display: block; 
	float: right; 
}

.nav, .menu, .menu > li, .menu > li > a{ 
	height: 100px; 
}

.menu > li > a{
	display: block;
	padding: 42px 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	color:#FFFFFF;
}

.menu > li > a:hover, .menu > li > a:focus{
	background: none;
	box-shadow: inset 0px 12px #51C1F1;
	color: #51C1F1;
	/*padding: 50px 20px 34px;*/
}

.toggle{ 
	z-index: 2; 
}
@media only screen and (max-width:1680px){
li ul { display: none; }
.menu ul li a:hover { background: #2c3e50; height:30px;}
li:hover > ul {
  display: block;
  position: absolute;
  z-index:1;
  width:20%;
}
li:hover li { float: none;list-style:none;margin-left:0px;}

li:hover li a:hover { background: #2c3e50; display: block;width:100%;}
li:hover li { background: #2c3e50; display: block;width:100%;}
}
@media only screen and (max-width: 768px){
	.menu{
		background: #FFFFFF;
		border-top: 1px solid #51C1F1;
	}
	
	.menu, .menu > li, .menu > li > a{
		height: auto;
		color:#000;
	}
	
	.menu > li > a{
		padding: 15px 15px;
	}
	
	.menu > li > a:hover, .menu > li > a:focus{
		background: #F2F2F2;
		box-shadow: inset 5px 0px #51C1F1;
		/*padding: 15px 15px 15px 25px;*/
	}
	
	.toggle:after {
		content: 'Main Menu';
		display: block;
		width: 200px;
		margin: 33px 0;
		padding: 10px 50px;
		background: #51C1F1;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.toggle:hover:after{
		background: #45ABD6;
	}
	
	#toggle:checked + .toggle:after{
		content: 'Close Menu';
	}
}

@media only screen and (max-width: 479px){
	.header > h1 { 
		text-align: center;
	}
	.header > h1, .nav, .toggle:after{ 
		float: none; 
	}
	.toggle:after { 
		text-align: center; width: 100%; 
	}
}
@media (max-width: 980px){

.containercss:after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
}
.containercss {
    height: auto !important;
    min-height: 100%;
    padding-top: 0%;
}
.nav {
    list-style: outside none none;
    margin-bottom: 22px;
    margin-left: 0;
    width: 90%;
}

}
@media (max-width: 780px){

.containercss:after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
}
.containercss {
    height: 100px !important;
    min-height: 0%;
    padding-top: 0%;
}
.toggle:after {
		content: 'Main Menu';
		display: block;
		width: 100%;
		margin: 33px 0;
		padding: 10px 50px;
		background: #51C1F1;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
}
.nav, .menu, .menu > li, .menu > li > a {
    width: 100%;
}

li ul { display: none; }
.menu ul li a:hover { background: #2c3e50;}
li:hover > ul {
  display: block;
  position: absolute;
  z-index:1;
  width:94%;
}
li:hover li { float: none;list-style:none;margin-left:0px;}

.menu li:hover a {
 display: block;
 /*padding: 1em;*/
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
 background: #1bc2a2; 
 width: 100%;
 /*padding: 30px 20px 20px;*/}

.menu li li:hover a {
 display: block;
 /*padding: 1em;*/
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
 background: #1bc2a2; 
 width: 100%;
 /*padding: 30px 20px 20px;*/}
 
.menu li li a:hover{
color: #fff;
width:100%;
/*padding: 20px 20px 20px;*/
}
li:hover li a:hover { background: #2c3e50; display: block;width:100%;}
li:hover li { background: #2c3e50; display: block;width:100%;}
}
@media (max-width: 680px){

.containercss:after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
}
.containercss {
    height: auto !important;
    min-height: 100%;
    padding-top: 0%;
}
.toggle:after {
		content: 'Main Menu';
		display: block;
		width: 100%;
		margin: 33px 0;
		padding: 10px 50px;
		background: #51C1F1;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
}
.nav, .menu, .menu > li, .menu > li > a {
    width: 100%;
}
li ul { display: none; }
.menu ul li a:hover { background: #2c3e50;}
li:hover > ul {
  display: block;
  position: absolute;
  z-index:1;
  width:92.5%;
}
li:hover li { float: none;list-style:none;margin-left:0px;}

.menu li:hover a {
 display: block;
 /*padding: 1em;*/
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
 background: #1bc2a2; 
 width: 100%;
 /*padding: 30px 20px 20px;*/}

.menu li li:hover a {
 display: block;
 /*padding: 1em;*/
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
 background: #1bc2a2; 
 width: 100%;
 /*padding: 30px 20px 20px;*/}
 
.menu li li a:hover{
color: #fff;
width:100%;
/*padding: 20px 20px 20px;*/
}
li:hover li a:hover { background: #2c3e50; display: block;width:100%;}
li:hover li { background: #2c3e50; display: block;width:100%;}
}
@media (max-width: 480px){

.containercss:after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
}
.containercss {
    height: auto !important;
    min-height: 100%;
    padding-top: 40%;
}
.toggle:after {
		content: 'Main Menu';
		display: block;
		width: 100%;
		margin: 33px 0;
		padding: 10px 50px;
		background: #51C1F1;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
}
li ul { display: none; }
.menu ul li a:hover { background: #2c3e50;}
li:hover > ul {
  display: block;
  position: absolute;
  z-index:1;
  width:89.5%;
}
li:hover li { float: none;list-style:none;margin-left:0px;}

.menu li:hover a {
 display: block;
 /*padding: 1em;*/
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
 background: #1bc2a2; 
 width: 100%;
 /*padding: 30px 20px 20px;*/}

.menu li li:hover a {
 display: block;
 /*padding: 1em;*/
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
 background: #1bc2a2; 
 width: 100%;
 /*padding: 30px 20px 20px;*/}
 
.menu li li a:hover{
color: #fff;
width:100%;
/*padding: 20px 20px 20px;*/
}
li:hover li a:hover { background: #2c3e50; display: block;width:100%;}
li:hover li { background: #2c3e50; display: block;width:100%;}
}
@media (max-width: 320px){

.containercss:after {
    clear: both;
    content: "";
    display: block;
    height: 30px;
}
.containercss {
    height: auto !important;
    min-height: 100%;
    padding-top: 56%;
}
.toggle:after {
		content: 'Main Menu';
		display: block;
		width: 100%;
		margin: 33px 0;
		padding: 10px 50px;
		background: #51C1F1;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
}
li ul { display: none; }
.menu ul li a:hover { background: #2c3e50;}
li:hover > ul {
  display: block;
  position: absolute;
  z-index:1;
  width:84%;
}
li:hover li { float: none;list-style:none;margin-left:0px;}

.menu li:hover a {
 display: block;
 /*padding: 1em;*/
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
 background: #1bc2a2; 
 width: 100%;
 /*padding: 30px 20px 20px;*/}

.menu li li:hover a {
 display: block;
 /*padding: 1em;*/
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
 background: #1bc2a2; 
 width: 100%;
 /*padding: 30px 20px 20px;*/}
 
.menu li li a:hover{
color: #fff;
width:100%;
/*padding: 20px 20px 20px;*/
}
li:hover li a:hover { background: #2c3e50; display: block;width:100%;}
li:hover li { background: #2c3e50; display: block;width:100%;}

}