@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-size: cover;
	background-color: #FFFFFF;
	background-attachment: fixed; 
	color: #1C707D;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
}
#wrapper {
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
	background-image: url(../images/top_phone.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 225%;
	color:#826F52;
	margin: 0;
	padding-left: 40px;
	text-align: center;
}

/* Basic styles */
h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2, h3 {
	font-size: 160%;
	color: #826F52;
	margin-top: 0;
}
h3 {
	font-size:140%;
}
a {
	color:#2228FB;
	font-weight:bold;
	text-decoration:none;

}
a:hover, a:active, a:focus {
	color:#FB3622;
	text-decoration:underline;
}

.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.1);
	   transition: .3s all;

}





.floatleft, .floatright {
	width: 95%;
	max-width: 400px;
	display: block;
	margin: auto auto 1.5em;
}

/* Main navigation */
#nav {
	position: sticky;
	top: 0%;
	list-style-type: none;
	padding: 0;
	font-weight: bold;
	font-size: 80%;
	width: 1004px;
	height: 75px;
	margin: 0 auto 5px auto;
}
#nav li {
	float: left;
}


#nav li a {
	display: block;
	width:100px;
	padding: 5px 2px;
	margin: 2px 6px 2px 6px;
	text-align:center;
	text-decoration: none;
	color: #1C707D;
	background-color: #7EE8F9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 18px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}









#nav a:hover, #nav a:focus {
	background-color:#8CB0BD;
	color: #FFFFFF;
	border-radius: 18px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
     transform: scale(1.2, 1.2); 
     opacity: 0.9;

}


#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	display; block
	padding: 0px 1px;
	margin: 2px 2px 2px 2px;
	opacity: 0.8;

}

#nav li:hover ul {
	left: auto;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
    transform: scale(1.05, 1.05); /** default is 1, scale it to 1.5 */
    opacity: .8;
	color: #FFFFFF;

}


#nav  a:active {
	background-color:#F6A6FF;
}

#nav .current {
	background-color:#DFFFFF;
}


/* Content containers */
.content-medium, .content-wide, .aside {
	background-color:#FFFFFF;
	padding:20px;
	margin: 10px;
	font-size:88%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.content-medium, .content-small, .content-wide {
	margin-top: 5px;
}

.content-small {
	background-color:#fff;
	padding:20px;
	margin: 10px;
	font-size:60%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.aside {
	padding:10px;
}

.btn-social {
    width: 60px;
    position: relative;
    opacity: 0.5;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-social:hover {
    transform: scale(4, 4); /** default is 1, scale it to 1.5 */
    opacity: 1;
}









}
#bobsfile {
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:160px;
}


/* Footer */
#footer {
	color: #1C707D;
	background-color: #7EE8F9;
	border-radius: 18px;
	border-color: #777777;
	border-width: 2px;
	border-style: solid;
	padding: 5px 30px;
	clear:both;
}
#footer p {
	font-size: 88%;
	margin: 0 0 5px 0;
}



a.happy1{
display: block;
height: 31px /* -- set image height -- */;
width: 98px /* -- set image width -- */;
background: url("../images/clickhere.gif");
margin: 0 auto;
background-repeat: no-repeat;
transition: .3s all;
}
a.happy1:hover {
background: url("../images/clickhere.gif");
transform: scale(1.1, 1.1);    /* -- animate up on hover -- */;
transition: .3s all;
}

a.happy2{
display: block;
height: 143px /* -- set image height -- */;
width: 157px /* -- set image width -- */;
background: url("../immnu_84a.gif");
margin: 0 auto;
background-repeat: no-repeat;
transition: .3s all;
}
a.happy2:hover {
background: url("../immnu_84b.gif");
transform: scale(1.1, 1.1);    /* -- animate up on hover -- */;
transition: .3s all;
}


.tech-slideshow {
  height: 140px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 140px;
  width: 3304px;
  background: url(../images/slider1.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 30s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 30s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}


.tech-slideshow2 {
  height: 140px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow2 > div {
  height: 140px;
  width: 3304px;
  background: url(../images/slider2.jpg);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow2 .mover-3 {
  animation: moveSlideshow2 30s linear infinite;
}
.tech-slideshow2 .mover-4 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow2 30s linear infinite;
}

@keyframes moveSlideshow2 {
  100% { 
    transform: translateX(66.6666%);  
  }


}

.fancybox-caption{
  bottom: -30px;
  background: none;
}

