@import url("Webfonts/CaviarDreams/stylesheet.css");

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


html {
  background: #222 url("images/grey-background-dots.jpg") repeat;
}

body {
  color: #888;
  margin: 0px auto;
  max-width: 1000px;
 text-align: center;
  text-shadow: 2px 2px 2px #000;
  -webkit-font-smoothing: antialiased;
  }

#wrapper {
  width: 100%;
  margin: 0 auto;
  }

.banner  {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.banner img {
	width: 100%;
	height: auto;
}

a {
  color: #fff;
  text-decoration: none;
  }
  
a:hover {
	color: #09F;
}

a:visited {
	outline: none;
	-moz-outline-style: none;
}


  
nav ul {
	font-family: "CaviarDreams", Helvetica, Arial, sans-serif;
	font-size: 35px;
	color: #fff;
	list-style: none;
	display: table;
	width: 100%;
	padding-top: 20px;
}

nav ul li {
	display: table-cell;
	text-align: center;
	border-collapse: collapse;
}

nav ul li a {
	display: block;
}

nav ul li:first {
	text-align: left;
}

nav ul li:last {
	text-align: right;
}





footer {
	font-family: "CaviarDreams", Helvetica, Arial, sans-serif;
  font-size: 9px;
	color: #fff;
	padding-top: 20px;
  }
  
/*About container & text */
.about_text {
	text-align: left;
	width: 80%;
	background: #CCC;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.3);
}
	
.about_text p {
	font-family: "CaviarDreams", Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #000;
	text-shadow: none;
	line-height: 40px;
	padding: 20px;
}

.about_text p a {
	text-shadow: 2px 2px 2px #000;
}

/*SWF container */
.swf_container {
	margin: 0 auto;
	width: 60%;
	height: auto;
	background-color: rgba(255,255,255,0.3);
}

.swf_container embed {
	width: 100%;
	height: 499px;
}

/* Portfolio container */
 
.callbacks_container {
	margin: 0 auto;
	position: relative;
	/*float: left;*/
	width: 60%;
	height: auto;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-family: "CaviarDreams", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/portfolio_images/nav.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
@media screen and (max-width: 768px) {
	.banner img {
		margin-top: 60px;
	}
	.swf_container embed {
		height: 380px;
	}
}

@media screen and (max-width: 600px) {
nav ul {
	font-size: 25px;
}

.banner img {
	margin-top: 40px;
}

.about_text p {
	font-size: 20px;
}

.callbacks_nav {
    top: 47%;
    }
	
  .callbacks .caption {
	  font-size: 15px;	
  }
  
  .callbacks_container {
	  width: 100%;
  }
  
  .swf_container embed {
	  width: 100%;
	  height: 232px;
  }
}
  
@media screen and (max-width: 320px) {
	.about_text p {
		font-size: 15px;
		line-height: 25px;
	}
	.banner img {
		margin-top: 0px;
	}
	.swf_container embed {
		width: 100%;
		height: 155px;
		background-color: rgba(255,255,255,0.3);
	}
}