@font-face {
    font-family: 'MisoBold';
    src: url('../fonts/miso-bold.eot');
    src: url('../fonts/miso-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/miso-bold.woff') format('woff'),
         url('../fonts/miso-bold.ttf') format('truetype'),
         url('../fonts/miso-bold.svg#MisoBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* 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: 12px; line-height: 1.431; }
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: #000; outline:0; }
a:focus { outline: thin dotted; 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; }
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; }
input:focus, textarea:focus {outline: 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; }

/* ==|== non-semantic helper classes ======================================== */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== primary styles =====================================================
   Author: Creative Motion Design
   ========================================================================== */

html { height:100%; }
body { background-color:#FFF; height:100%;}
.social-bar-top { margin-top:30px; overflow:hidden; }
.site-container, .content-area { overflow:hidden; height:100%;}
.site-container { margin:0 auto; max-width:1920px; position:relative; width:100%; }

h1 {
	float:right;
	font-size:22px;
	font-weight:normal;
	line-height:22px;
	margin:0;
	padding:0 10px 0 0;
}

h1 a { display:block; }

footer {
	background:#000;
	background:rgba(0,0,0,0.75);
	bottom:0;
	color:#FFF;
	height:50px;
	left:0;
	position:absolute;
	width:100%;
	z-index:3;
}
	footer .inner { }
		footer a { color:#fff; text-decoration:none; }

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

/**
 * Primary Menu
 */
nav { float:left; font-family:MisoBold; font-size:16px; height:50px; padding:0 0 0 10px; }
	nav ul { }
		nav li { float:left; height:100%; margin-right:10px; }
		nav li:hover ul { display:block; }

		nav a { display:block; font-family:MisoBold; padding:18px 10px 16px 10px; }
			nav a.selected, nav a:hover {  }

		/* Submenu */
		nav ul ul { bottom:50px; display:none; margin-left:0px; height:auto; position:absolute; z-index:4; }
			nav li li { background:#000; background:rgba(0,0,0,0.85); clear:both; float:none; }
			nav li li a { display:block; padding:5px 10px;}
			nav li li:first-child a { display:block; padding:10px 10px 5px 10px;}
				nav li li a span { margin-top:0; }


nav a, nav a:active, nav a:visited {
	color:#000;
	font-size:16px;
	line-height:17px;
	text-decoration:none;
}
nav a:hover {  }
nav li li { margin:0; }
nav a { display:inline-block; overflow:hidden; height: 20px; }
nav span { display:block; margin-top:24px;}
nav .dupe { margin-top:-40px; }
nav a.selected span { margin-top:1px; }

/**
 * Icons
 */
.icons { bottom:60px;  position:absolute; right:5px; z-index:2;}
	.site-container .icon { float:left; height:25px; margin-right:5px; width:25px; }
	.site-container .icon:hover { background-position:0 -25px;}

		.facebook-link { background:url(images/armande-facebook.png) no-repeat; }
		.twitter-link { background:url(images/armande-twitter.png) no-repeat; }

	.addthis_toolbox { width:25px; height:25px; float:left; margin-right:5px; }
	.addthis_toolbox .at300bs {
		background:url(images/armande-addthis.png) no-repeat;
		display:block;
		height:25px;
		margin:0;
		position:relative;
		text-indent:-9999px;
		width:25px;
	}
	.addthis_toolbox .at300bs:hover { background-position:0 -25px;   }
	.addthis_default_style .at300b, .addthis_default_style .at300m { padding:0; }

/**
 * Copyright
 */
.copyright {
	bottom:130px;
	font-size:11px;
	width:200px;
	position:absolute;
	right:-82px;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
}

.copyright.no-icons {
	bottom:100px;
}

/**
 * Home Page Stylings
 */
.home-wrapper { margin:0 auto; width:100%; }
.home-wrapper img {
	display:none;
	height:100%;
	margin:0 auto;
	opacity:1;
	position:static;
	text-align:center;
	width:auto;
	z-index:0;
}

/**
 * Gallery Thumbnails
 */
.thumbs { float:left; height:50px; margin:0 25px 0 15px; overflow:hidden; position:relative; }

	.thumbs img { float:left; margin-right:1px; opacity:0.6; }
		.thumbs img:hover { opacity:1; }
		.thumbs img.selected { border:3px solid #FFF; height:44px; opacity:1; width:44px; }

	.thumbs .slideshow-control,
	.thumbs .left,
	.thumbs .right { cursor:pointer; height:50px; opacity:0.6; position:absolute; text-align:center; width:20px; }
	.thumbs .left { left:20px; background:url(images/armande-back.png) 0 0; }
	.thumbs .right { right:0; background:url(images/armande-next.png) 0 0; }
	.thumbs .slideshow-control { left:0; background:url(images/armande-slideshow.png) 0 -50px; }
		.thumbs #slideshowOn { opacity:1; background:url(images/armande-slideshow.png) 0 0; }

	.thumbs-container { float:left; overflow:hidden; position:relative; margin:0 20px 0 40px; }

p.caption {
	color:#fff;
	margin:0;
	padding:3px 5px;
	position:absolute;
	top:0;
	width:100%;
}


/**
 * Text Pages
 */
.text-wrapper {
	background:#000;
	background:rgba(0,0,0,0.75);
	color:#fff;
	left:60px;
	height:70%;
	padding:30px 30px 40px 30px;
	position:absolute;
	top:60px;
	width:340px;
	z-index:2;
}

.text-block {
	font-size:13px;
	line-height:20px;
	height:100%;
	outline: 0;
	overflow:hidden;
	padding:0 10px 10px 10px;
}

/** 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; }
/** End **/

/**
 * Form
 */
label { display:block; font-size:12px; padding:10px 0 0 2px; }
input { box-shadow:inset 0 0 3px #555; border:1px solid #000; margin-bottom:10px; padding:3px; width:302px; }
textarea { box-shadow:inset 0 0 3px #555; border:1px solid #000; height:70px; margin-bottom:10px; padding:3px; width:302px; }

.error input, .error textarea { background:#ffa8a8;}

div.clear { clear:both;}

input.button, input.clear {
	background:url(images/rudy-send.png) no-repeat;
	border:0;
	box-shadow:none;
	height:24px;
	margin-top:10px;
	text-indent:-9999px;
	text-transform:capitalize;
	width:59px;
}
input.clear { background:transparent url(images/rudy-clear.png) no-repeat; }
input.button:hover, input.clear:hover { background-position:0 -24px; }

/** 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:520px; }
#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; }
/** End **/

.password-box {
  height:130px;
  margin:0 auto;
  padding:25px;
  width:320px;
}
.password-box input[type="password"] {
  border:1px solid white;
  border-radius:3px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  margin-bottom:12px;
  padding:3px 5px;
  width:100%;
}