body{
	background-image: url("../images/body_bg.jpg");
	padding-top: 10px;
	font-family: "Comic Sans MS";
	color: black;
}
h1{
	font-family: "Comic Sans MS";
	font-size: 50px;
	color: black;
}
.gif {
	display: none;
}	
.marqueeContent{
	color: white;
	height: 40px;
	position: relative;
	overflow: hidden;
}
.marquee {
  overflow: hidden;
}
.header {
	background-image: url("../images/header_bg2.gif");
	border: 10px solid white;
	border-style: inset;
	padding: 5px;
	margin-bottom: 20px;
}
.header img.counter{
	float: right;
}
.row.menu{
	text-align: center;
	padding: 0 30px;
}
.menu img{
	width: 100%;
}
.menu img:hover{
	width: 95%;
}
.nav{
	color: white;
 	font-family: "Comic Sans MS";
	font-size: 20px;
}
.nav img{
	width: 40px;
	
	padding-right: 10px;
	display: inline-block;
}
.nav li {
  padding-bottom: 20px;
}
.nav a{
	color: white;	
}
.nav a:hover{
	font-size: 25px;	
}
.content, .ad, .footer{
	background-color: white;
	margin-bottom: 20px;
	padding: 20px;
 	font-family: "Comic Sans MS";
}
.content img.welcome{
	width: 250px;
}
.content a.cta {
  	background-color: #ffb826;
  	padding: 20px;
 	color: black;
 	font-weight: bold;
 	font-size: 18px;
  	/*border: 10px inset #ffb826;*/
  	-webkit-box-shadow: 0px 0px 10px 5px #00aeef;
	-moz-box-shadow: 0px 0px 10px 5px #00aeef;
	box-shadow: 0px 0px 10px 5px #00aeef;
	border-radius: 10px;
	background-image: url("../images/content/button_bg.jpg");
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.pulse {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Pulse */
.rightWay{
	padding: 20px 0;
}
.rightWay img {
 	max-width: 50px;
}
.ad{
 	font-size: 25px;
 	padding: 0;
  	height: auto;
  	/*border: 1px solid white;*/
}
.ad img{
	display: block;
}
.footer{
	text-align: center;
	background-color: #00516f;
	color: white;
}
.bottomLine {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 70px;
	z-index: -1;
	width: 100%;
	background-image: url("../images/bottom_line.gif");
  	background-repeat: repeat-x;
}
.content img.construction  {
	display: inline-block;
}
@media only screen and (max-width: 959px) {
	.rightWay img{
		width: 50px;
	}
	.pointerTablet{
		display: none;
	}
	.row.menu{
		padding: 0 24px;
	}
}
@media only screen and (max-width: 767px) {
	.five.columns.nav{
		display: none;
	}
	.sixteen.columns.header, .eleven.columns.content, .sixteen.columns.footer, .sixteen.columns.ad{
		margin-bottom: 20px;
	}
	.pointerMobile{
		display: none;
	}
	.row.menu{
		padding: 0;
	}
	.nav {
		display: none !important;
	}
	.gif {
		display: block !important;
	}
}
@media only screen and (max-width: 480px){
	h1 {
		font-size: 45px;
	}
}