/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Creative Motion Design
   ========================================================================== */
@font-face {
    font-family: 'bebasneue';
    src: url('../fonts/bebasneue.eot');
    src: url('../fonts/bebasneue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue.woff') format('woff'),
         url('../fonts/bebasneue.ttf') format('truetype'),
         url('../fonts/bebasneue.svg#bebasneue') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*******
 * General Layout
 */
body { background:#999; display:none; }
.site-container {
  margin:0 auto;
  padding:20px 0;
  position:relative;
  width:1000px;
}

.social-bar-top { margin-top:20px; }

/*******
 * h1
 */
h1 {
  font-size:12px;
  font-weight:normal;
  margin:0 80px 10px 130px;
  text-align:right;
}

h1 a { text-decoration:none; }

/*******
 * Icons
 */
.icons { position:absolute; bottom:0; left:105px }
.icons div {
  color:#fff;
  float:left;
  font-size:18px;
  font-weight:normal;
  margin-right:20px;
  position:relative;
  text-decoration:none;
  z-index:2;
}

.copyright { cursor:pointer; }
.bubble {
  background:#fff;
  border-radius:5px;
  bottom:23px;
  box-shadow:0 0 3px #333;
  color:#000;
  display:block;
  font-size:12px;
  padding:5px;
  position:absolute;
  white-space:nowrap;
}

/*******
 * Left Nav
 */
aside.left { float:left; margin-right:10px; width:120px; }

nav a {
  color:#FFF;
  clear:both;
  display:inline-block;
  float:right;
  font-family:bebasneue;
  font-size:18px;
  padding:3px 5px;
  text-align:right;
  text-decoration:none;
}
nav ul ul { clear:both; display:none; float:right; }

nav li { width:120px;}

/*******
 * Thumbs
 */
.thumbs { position:absolute; right:6px; width:64px; }
.thumbs a {
  border:5px solid #fff;
  display:block;
  height:50px;
  margin:5px 0;
  overflow:hidden;
  position:relative;
  width:50px;
}
.thumbs img {
  display:block;
  height:50px;
  position:absolute;
  width:50px
}
/*.thumbs img:hover, */
.thumbs .active { height:60px; left:-5px; top:-5px; width:60px;}

.thumbs-container, .thumbs-inner { overflow:hidden; position:relative; }
.thumbs-wrapper { position:absolute; left:0; top:0; }
.control {
  display:none;
  opacity:1;filter:alpha(opacity=100)
}
.control:hover {opacity:0.8;filter:alpha(opacity=80)}

#up, #down {
  background:url(../images/up.png) no-repeat center center;
  border-radius:5px;
  float:left;
  height:14px;
  margin:5px 0 0 5px;
  padding:0 5px;
  text-indent:-9999px;
  width:14px;
}



.thumbs .slideshow-on, .thumbs .slideshow-off {
  background:url(../images/play.png) no-repeat center center;
  border:0;
  border-radius:5px;
  display:block;
  height:22px;
  margin:0 0 4px 20px;
  padding:0;
  text-indent:-9999px;
  width:22px;
}

.thumbs .slideshow-off { background:url(../images/stop.png) no-repeat center center; }

#down { background-image:url(../images/down.png); border:0;}
#up { border:0;}

/*******
 * Text / Contact / Password
 */
.home-wrapper {
  float:left;
  position:relative;
  width:790px;
}
.text-wrapper {
  float:left;
  box-shadow:0 0 3px #333;
  padding:10px;
  position:relative;
  width:790px;
}

.text-wrapper { overflow:hidden; padding:10px; }
.text-wrapper .text-box { float:right; width:50%; }
  .no-photo .text-box { width:100%; }
  .text-wrapper .text-box .inner { padding:10px 10px 10px 20px; }
  .no-photo .text-box .inner { padding:0 }

.text-wrapper .photos { float:left; width:50%; }
  .text-wrapper .photos img { height:auto; }

.text-box { height:100%; }

p { margin: 0 0 10px 0;}

/**
 * Scroller
 */
.scrollgeneric { line-height: 1px; font-size: 1px; position: absolute; top: 0; left: 0; }
.vscrollerbase { width: 10px; background-color: #eee; }
.vscrollerbar { width: 10px; padding:10px 0 10px 0; background-color: #aaa; }
.vscrollerbasebeg { background: url(images/bar.jpg) no-repeat; width: 10px; height:10px; }
.vscrollerbaseend { background: url(images/bar.jpg) no-repeat; width: 10px; height:10px; }
.scrollerjogbox { width: 10px; height: 10px; top: auto; left: auto; bottom: 0px; right: 0px; background-color: gray; }

/*******
 * Form
 */
 label.error { color:red; display:block; padding:5px 0 0 0; }
.form-item { margin-bottom:10px; }
.text, textarea {
  border:1px solid #ddd;
  box-shadow:0 0 2px #aaa;
  display:block;
  padding:5px;
  width:98%;
}
.error input,
.error textarea { background-color:#ffd4d4; }
textarea { height:100px; }

.buttons { float:right; }
input[type="submit"], input[type="reset"] {
  background:#ddd; /*225a8b*/
  border:0;
  border-radius:5px;
  color:#000;
  font-family:bebasneue;
  font-size:16px;
  line-height:13px;
  padding:7px 10px 5px 10px;
  text-transform:uppercase;
}

input[type="submit"]:hover {
  background:#eee;
  /*
  background-image:-moz-linear-gradient(top, #2c76b9, #225a8b);
  background-image:-webkit-linear-gradient(top, #2c76b9, #225a8b);
  */
}

input[type="reset"] {
  background:#ddd;
  color:#333;
  margin-left:5px;
}

input[type="reset"]:hover {
  background:#eee;
  background-image:-moz-linear-gradient(top, #eee, #ddd);
  background-image:-webkit-linear-gradient(top, #eee, #ddd);
}

/**
 * Home + Photo Page
 */
.home-wrapper img { height:auto; }
.slide img {  }
.text-wrapper .img-wrapper { box-shadow:none; }
.img-wrapper { box-shadow:0 0 3px #333; display:none; position:relative; }
.caption {
  background:white;
  bottom:0;
  color:#000;
  filter:alpha(opacity=80);
  opacity:0.8;
  position:absolute;
  width:100%;
}
.caption .inner { padding:3px; }

.img-overlay {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}
.img-overlay img { height:100%; width:100%; }

/**
 * Video Page
 */
#videos { position:relative; height:100%; }
.video { display:inline-block; margin:10px 20px 10px 0; vertical-align: top; float:left; }
.video a {
  -webkit-box-shadow:0 0 3px #333;
  -moz-box-shadow:0 0 3px #333;
  box-shadow:0 0 3px #333;
  background:#fff;
  display:inline-block;
  height:150px;
  width:150px;

  display: table-cell;
    text-align: center;
    vertical-align: middle;

  zoom: 1;
  *display: inline;
}
.video img { display:block; text-align: center; margin:0 auto; }
.video a:hover { -webkit-box-shadow:0 0 6px #555; -moz-box-shadow:0 0 6px #555; box-shadow:0 0 6px #555; }
#videos .center { position:relative; top:60px; margin:0 auto; width:490px; }
#videos span {
  background:#9d9d9d;
  border-color:#9d9d9d;
  color:white;
  display:block;
  font-family:Arial, sans;
  font-size:13px;
  margin-top:5px;
  padding:3px 0;
  text-align:center;
  width:150px;
}
#video-controls { clear:both; }
#video-controls a {
  background:url(../images/video.png) left bottom;
  color:#fff;
  display:inline-block;
  width:7px;
  height:18px;
  margin-right:5px;
  padding:3px 8px;
  font-family:arial, sans;
  font-size:14px;
  text-decoration: none;

  zoom: 1;
  *display: inline;
}
#video-controls a:hover, #video-controls a#controlOn { background-position:left top; }
.clear { clear:both; }














/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
