body {
	background: url("../img/background.jpg") no-repeat fixed center center / 100% auto rgba(0, 0, 0, 0);
}


/* snowfall   */


.snow{
	
	background-image: url('../img/snow1.png'), url('../img/snow2.png'), url('../img/snow3.png');
	height: 100%;
	left: 0;

	width: 100%;
	z-index:1;
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}	











/* end snowfall   */







nav {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.55)!important;
	position: absolute;
	top: 0;
	z-index: 500;
}
.top-nav .top-nav1 {
	background: none repeat scroll 0 0 rgba(0, 30, 34, .75)!important;
}
.top-nav ul {
	padding: 0;
}

.top-nav1 ul {
	padding: 0;
}

.logo {
	margin: 0;
	text-align: center;
	width: 100%;
}

.top-nav li a {
	font-size: 1rem;
	text-transform: uppercase;
}

.top-nav1 li a {
	font-size: 1rem;
	text-transform: uppercase;
}
.top-nav .logo a, .top-nav .logo.active-item a {
	color: #fff;
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.2rem;
	background-color: 193758;

}

.top-nav1  {
		color: #fff;
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.2rem;
	background-color: 193758;
}
	
.top-nav .logo a strong {
  font-weight: 600;
  line-height: 1.5;
}

.top-nav1 .logo a strong {
  font-weight: 600;
  line-height: 1.5;
}

.top-nav .top-nav1{
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
	background: none repeat scroll 0 0 #193758;
	background-image: url(../img/smalllogo.png);
	background-repeat: no-repeat; 
	background-position: center;
	background-size: auto 100%;
}

.top-nav1 li a:hover, .top-nav1 li.active-item a, .top-nav1 .logo.active-item a:hover {
	background: none repeat scroll 0 0 #193758;
	background-image: url(../img/smalllogo.png);
	background-repeat: no-repeat; 
	background-position: center;
	background-size: auto 100%;
}



.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
	background: none repeat scroll 0 0 #193758;
}

.top-nav li.logo.active-item a  {
	background: #193758;
}

.top-nav1 li.logo a, .top-nav1 li.logo.active-item a, .top-nav1 .logo {
	background: none repeat scroll 0 0 #193758;
}

.top-nav1 li.logo.active-item a  {
	background: #193758;
}
	
	


nav ul li ul li {
	text-align: left;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}

.top-nav1 ul ul {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
.top-nav1 li ul li a {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}





#fourth-block h2 {
	color: #fff;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding: 1.0rem 0;
}
#carousel {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.55);
}
#first-block {
	background: #fff;
	padding: .5rem;
}
#second-block {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.55);
	padding: 2%;
}
#third-block {
	background: rgba(255, 255, 255, 0.80);
}
#fourth-block {
	background: rgb(0, 30, 34);
}
footer {
	background: none repeat scroll 0 0 #193758;
	padding: 1.5em 0;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #e6e6e6;
}
.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 30, 34);
	display: inline-block;
	padding: 0.3125rem 0.625rem;
	font-size: 2em;
}
.carousel-text p {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0.625rem 0.8rem;
}
#first-block i {
	background: none repeat scroll 0 0 #e6e6e6;
	border-radius: 100px;
	color: #fff;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	width: 100px;
}
section h2 {
	font-size: 2.5rem;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
p.subtitile {
	color: #373737;
	margin: 0 0 3.5rem;
	font-size: medium;
}
section h3 {
	font-size: 1.3rem;
	font-weight: 300;
	margin: 0.8rem 0;
	text-transform: uppercase;
}
section p {
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: 300;
}
section h1 {
	color: #fff;
	font-size: 2.3rem;
	font-weight: 300;
	text-transform: uppercase;
}
#second-block p {
	color: #fff;
	padding: .85em;
}

#second-block h1 {
     font-size: 1.3rem;
}
a.button {
	background: none repeat scroll 0 0 #e6e6e6;
	border: 0 none;
	border-radius: 5px;
	color: rgb(0, 30, 34);
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.625rem;
	text-transform: uppercase;
}
#head {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.75);
	padding: 9rem 0 5rem;
	text-align: center;
}
#content {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.78);
	padding: 5rem 0;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1.6rem!important;
}
#content h2 {
	font-size: 1.7rem;
	font-weight: 400;
	margin: 1rem 0 0.3rem;
	text-transform: none;
	text-align:center;
}

#content h3 {
	font-size: 1.2rem;
	font-weight: 400;
	margin: 1rem 0 0.3rem;
	text-transform: none;
	text-align:center;
}

#content p {
	font-size: 1.3rem;
	padding-bottom: 1rem;
}

.content-block {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	padding: 1.5rem;


}
.content-block h3 {
	color: #fff;
}
.content-block p {
	color: #fff;
}
#content.left-align {
	text-align: left;
}
#content.contact-page h2 {
	margin: 0 0 0.625rem;
}
.contact-page p {
	font-size: 1rem;
	font-style: normal;
}
.contact-page i {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0.3125rem 0.3125rem 0.3125rem 0;
	text-align: center;
	width: 35px;
}
form.customform button {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 5px;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform button:hover {
	background: none repeat scroll 0 0 #e6e6e6;
}
form.customform input, form.customform select, form.customform textarea {
	border-radius: 5px;
}
#map-block iframe {
	display: block;
}



/*  MY Stuff   */
#homelogo {
    position:absolute;
	
    margin:3%;
    clear:left;

	
    z-index: 22;
    text-align:center;
	background: white;
	border-radius: 8px;
	box-shadow:0 0 15px 12px #000;
	box-shadow:0 0 10px 8px #e6e6e6;
	padding: 3px;
	max-width: 18%;
	font-size: small;
 
	/*width: 202px;*/
	
}

.compliance  {
	max-height: 75px;
	float: left;
	
}

.nowrap  {
	white-space:nowrap;
	clear: both;
}

.space  {
	padding-left: 5%;
	padding-bottom:3%;
}



@media screen and (max-width: 768px) {
  body {
  	background: url("../img/background.jpg") repeat scroll 0 0 rgb(0, 30, 34);
  }
  nav {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  	line-height: 1rem;
  	position: relative;
  }
  .top-nav {
  	text-align: left;
	
  }
  .top-nav li {
  	line-height: 3rem;
	
  }
  .top-nav .logo {
  	padding: 1.25rem;
  }
  

  
  
  
  
  
  
  
  
  
  
  /*mystuff*/
  
    .top-nav1 {
  	text-align: left;
  }
  .top-nav1 li {
  	line-height: 3rem;
  }
  .top-nav1 .logo {
  	padding: 1.25rem;
  }
  
  
  
  
  
  .carousel-text h2 {
  	font-size: 1.3rem;
  }
  .carousel-text p {
  	font-size: 1rem;
  }
  ul.top-ul {
  	padding: 0;
  }
  ul.top-ul.right {
  	float: none;
  }
  footer {
  text-align: center;
  }
  footer .right {
  float: none;
  }
  
  #second-block {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.75);
}
  
 .center  {
	 text-align: center !important;
	 padding: 1%;
	 clear: both;
 }
  
  
  
#head {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.82);
	padding: 3rem 0 3rem;
	text-align: center;
	font-size: 1.0rem;
}
  
  
 #content {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.78);
	padding: 2rem 0;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1.6rem!important;
} 
  

  
}