﻿
/* styles/base/resets.css */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,code,dfn,em,strong,th {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; line-height: normal; }
q:before,q:after{content:'';}

/* styles/base/fonts.css */
@font-face {
  font-family: 'frontend';
  src: url('//cmsites.a.ssl.fastly.net/kits/142/fonts/frontend/frontend.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* styles/style.css */
/* 1. Defaults
============================================================*/
html { height:100%; }
body {
  padding: 0;
  margin: 0;
  position: relative; /* IE6 positioning fix */
  height: 100%;
  font:13px 'Lucida Grande',Helvetica,Arial,sans-serif; 
  background: #1E1E1E;
  color: #efefef;
}
  
table { font-size:inherit; font:100%; }

a         { outline: 0; color:#eee; cursor: pointer; text-decoration:none; }
a:active  { outline: 0; }
a:link    { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover   { color:#bbb; text-decoration:underline; }
a:focus   { outline: 0;  }
a img     { border: 0; }

h1 { font-size:200%; letter-spacing:-0.05em;}
h2 { font-size:150%; letter-spacing:-0.02em;}
h3 { font-size:125%}
h4 { font-size:116%}
h5 { font-size:106%}
h6 { font-size:96%}
p  { line-height:1.22em; }

img { vertical-align: middle; } 

em { font-style:italic; }
strong { font-weight:bold; }

video:focus, video:active   { outline: 0; }
object:focus, object:active { outline: 0; }

/* 3. Helpers
============================================================*/
.noborder { border:0; }

.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
  }
  
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  }
  
.ieLabel { display: none; }

  
/* 4. Base Styles
============================================================*/

a.flop        { text-decoration:underline;  }
a.flop:hover  { text-decoration:none; }

a.tog {
  margin:0 -2px;
  padding:4px;
  color:#544227;
  text-decoration:none;
  }
a:hover.tog {
  margin:0 -2px;  
  padding:4px;
  background-color:#FFD731;
  color:#000;
  text-decoration:none;
  }
  
form textarea { 
  min-height:10em;
  }

p.tiny {
  margin:0;
  font-size:10px;
  line-height:normal;
  }

p.small { 
  margin:0;
  font-size:0.9em;
  line-height:normal;
  }

p.break {
  margin:14px 0;
  padding:0;
  height:1px;
  background-color:#333;
  font-size:0px;
  }

/* 5. Layout
============================================================*/
#wrapper { height:100%; }
body > #wrapper { height:auto; min-height:100%; }

#container {
  position:relative;
  padding-bottom:60px; /* footer height */
  }

/* Header
============================================================*/
#header { min-height:60px; }
#header span.inner {
  position:relative;
  display:block;
  width:780px;
  margin:0 auto;
  padding:0 10px;
  }
#header.paddingOn span.inner { padding:10px; }
  
#header h1 {
  width:600px;
  min-height:60px;
  color:#ddd;
  font-size:18px;
  line-height:60px;
  }
#header h1 a {
  position:relative;
  color:#ddd;
  text-decoration:none;
  }
#header h1 a span { display:none; }
#header h1 a:hover {
  color:#fff;
  }
#header h1 a:hover span {
  display:block;
  position:absolute;
  top:0; bottom:0; left:-26px;
  width:14px; height:14px;
  margin:auto 0;
  background:url('../img/general/header_icn-home.png') no-repeat;
  }
#header.hasLogo h1 a {
  display:block;
  min-height:60px;
  text-indent:-2000px;
  }

#header ul { position:absolute; top:0; right:0; } 
#header.paddingOn ul { top:10px; }
#header ul li { float:left; }
#header ul li a {
  display:block;
  min-height:60px;
  margin:auto 0;
  padding:0 15px;
  color:#888;
  font-size:14px;
  line-height:60px;
  text-decoration:none;
  }
#header ul li a:hover { color:#fff; text-decoration:none; }
#header ul li.current a { color:#ddd; }
  
/*============================================================
 Footer
============================================================*/
#footer {
  position:relative;
  height:60px;
  margin-top:-60px; /* negative value of footer height */
  clear: both;
  background: url('../img/general/header_bg-main.png') 50% 0 no-repeat;
  _background: url('../img/general/header_bg-main.gif') 50% 0 no-repeat; /* IE6 */
  }
#footer span.inner {
  display:block;
  width:780px; height:60px;
  margin:0 auto;
  padding:0 10px;
  }

#footer a.logo {
  display:block;
  width:120px; height:60px;
  background:url('../img/general/footer_cm-logo.png') 0 45% no-repeat;
  _background:url('../img/general/footer_cm-logo.gif') 0 45% no-repeat; /* IE6 */
  }
  
#footer #rights {
  margin-top:14px; 
  float:right;
  color:#555;
  font-size:11px;
  line-height:1.4em;
}

/*============================================================
 Landing
============================================================*/
.headerShadow {
  background: url('../img/general/header_bg-main.png') 50% 0 no-repeat;
  _background: url('../img/general/header_bg-main.gif') 50% 0 no-repeat; /* IE6 */
}
  
#projects {
  width:780px;
  margin:0 auto 60px;
  padding-top:20px;
  position: relative;
}

#projects         > li.project { position: relative; margin: 10px 30px 20px 0; float: left; }
#projects.twoUp   > li.project { width:375px; }
#projects.threeUp > li.project { width:240px; }

  
#projects > li.project.end { margin-right:0; }

#projects > li.project h3 {
  height:1.3em;
  padding:4px 0 0;
  font-size:15px;
  color:#eee;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  text-align:center;
  }
  
#projects.threeUp > li.project h3 { max-width:240px; letter-spacing:-0.01em; }
#projects.twoUp   > li.project h3 { max-width:375px; font-size:18px; letter-spacing:-0.02em; }
#projects.oneUp   > li.project h3 { max-width:780px; font-size:24px; letter-spacing:-0.03em; }

#projects         > li.project p { display:none; font-size:12px; color:#ccc; }
#projects.threeUp > li.project p { max-width:240px; }
#projects.twoUp   > li.project p { max-width:375px; font-size:13px; }
#projects.oneUp   > li.project p { max-width:780px; font-size:16px; }

#projects > li.project a.thumbnail { 
  display:block;
  padding:6px;
  margin:-10px;
  }
#projects > li.project a.thumbnail:hover { text-decoration:none; }

#projects > li.project a.thumbnail .img {
  margin: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#projects > li.project a.thumbnail:hover .img { border: solid 4px #111; margin: 0; }
#projects > li.project.noThumbnail a.thumbnail .img { background: #000 url('../img/project/bg_noThumb.png') no-repeat center center; }

#projects > li.project a.thumbnail .newBug {
  display:block;
  position:absolute;
  top:0; left:0;
  width:46px; height:46px;
  background:url('../img/general/icn_new.png') no-repeat;
  _background:url('../img/general/icn_new.png') no-repeat; /* IE6 */
  }

#projects.textInside > li.project h3 {
  position:absolute;
  top:10px; left:10px;
  padding:4px 6px;
  margin:0;
  background: rgba(0,0,0,0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
  text-align:left;
  }

#projects.textInside > li.project.noTitle h3 { background:none; }

#projects.textInside.threeUp > li.project h3 { max-width:215px; }
#projects.textInside.twoUp   > li.project h3 { max-width:350px; }
#projects.textInside.oneUp   > li.project h3 { max-width:755px; }
#projects.textInside         > li.project a.thumbnail .newBug {
  left:auto; right:0;
  background:url('../img/general/icn_new-over.png') no-repeat;
  _background:url('../img/general/icn_new-over.gif') no-repeat; /* IE6 */
  z-index:1000;
  }

#projects.textInside > li.project p {
  display:block;
  position:absolute;
  top:44px; left:10px;
  padding:4px 6px;
  margin:0;
  background: rgba(0,0,0,0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
  text-align:left;
  }
  
#projects.textInside.threeUp > li.project p { top:42px; max-width:215px; }
#projects.textInside.twoUp   > li.project p { top:44px; max-width:350px; }
#projects.textInside.oneUp   > li.project p { top:54px; max-width:755px; }

#projects.textHidden li.project h3,
#projects.textHidden li.project p { display:none; }

/*============================================================
 Image Project
============================================================*/

/* List */
#list h1 {
  width:780px; height:50px;
  margin:0 auto;
  padding:0 10px;
  background:#111;
  color:#ccc;
  font-size:24px;
  line-height:50px;
  text-align:center;
  border-radius:10px 10px 0 0;
  }
  
#list.noTitle h1 { height:10px; background:#000; }

#list .outer {
  width:780px;
  margin:0 auto;
  padding:0 10px;
  background:#000;
  text-align:center;
  border-radius:0 0 10px 10px;
  }
#list .outer .imageRow {
  margin-bottom:10px;
  text-align:center;
  }
#list .outer .imageRow .caption {
  padding:5px 0 8px;
  color:#666;
  font-size:11px;
  line-height:15px;
  text-align:center;
  }
#list.isWide h1,
#list.isWide .outer { width: 960px; }
  
#list .mediaPlayer { margin: 0; }



/* Details Row */
#detailsContainer {
  width:780px;
  margin:1px auto 20px; min-height:40px;
  padding:20px 10px 40px;
  background:url('../img/project/gallery_bg-below.png') 50% 0 no-repeat;
  }
#detailsContainer .row {
  display:block;
  padding:15px 0 2px 0;
  border-bottom:1px solid #191919;
  }
#detailsContainer .row label {
  display:block;
  float:left;
  width:180px;
  color:#555;
  font-size:11px;
  line-height:21px;
  }
#detailsContainer .row .content {
  display:block;
  float:left;
  width:600px;
  }
#detailsContainer .row .content p {
  color:#bbb;
  line-height:21px;
  padding-bottom:1.0em;
  }

#detailsContainer .row.description .content p {
  color:#bbb;
  }
#detailsContainer .row.site a {
  color:#6CC3F4;
  font-size:14px;
  }
#detailsContainer .row.tags {
  border:none;
  }

  
/*============================================================
 Video Project
============================================================*/
#videoContainer { width:800px; margin:0 auto; }
  
#videoContainer h1 {
  width:780px; height:50px;
  margin:0 auto;
  padding:0 10px;
  background:#111;
  color:#ccc;
  font-size:24px;
  line-height:50px;
  text-align:center;
  border-radius:10px 10px 0 0;
  }
#videoContainer.noTitle h1 {
  height:10px;
  background:#000;
  }
#videoContainer .outer {
  background:#000;
  padding:15px 0;
  }
#videoContainer.noThumbs .outer {
  border-radius:0 0 10px 10px;
  }
  
#videoContainer .caption { min-height:10px; }
#videoContainer .caption #caption {
  padding: 10px;
  color:#666;
  font-size:13px;
  line-height:16px;
  text-align:center;
  }
#videoContainer.noCaption .outer .caption { display:none; }

/*============================================================
 About
============================================================*/
div#locationEd table td { padding:2px 0; }

div#locationEd table td.addLab { width:90px; font-size:13px; }

div.aboutbg {
  position:relative;
  width:800px; margin:0 auto;
  padding-top:20px;
}

div.body p {
  margin:0 0 16px 0;
  line-height:20px;
}

.about {}

.about h3 {
  position:relative;
  margin-bottom:20px;
}
.about h3 img {
  position:absolute;
  top:-15px; right:-20px;
  background: url('../img/bl_about_freelance.gif') no-repeat;
}

.about p {
  margin: 0 0 16px 0;
  line-height: 20px;
}
.about p.tiny {
  margin-bottom:0;
  color:#888;
}

.about span {
  position: relative;
  display: block;
  width: 100%;
}

.about span i.experience, .about span i.education {
  font-style: normal;
}

.about span i.experience:after, .about span i.education:after {
  content: '\2014';
  display: block;
  opacity: .5;
  margin-top: 1em;
  margin-bottom: 1.2em;
}
.about span i.experience:last-of-type:after, .about span i.education:last-of-type:after { display: none; }


.about .photoWrap {
  padding:10px 0 16px 0;
}


.about .col-2 {
  float: left;
  padding: 0 40px 0 14px;
  width: 472px;

}
.about .col-1 {
  float: right;
  width: 260px;
  padding: 0 14px 0 0;
}

/*============================================================
 =Contact
============================================================*/

.availability {
  text-align: center;
  margin: 0 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 25px 0 45px;
}

.availability .note {
  color: #7cc74c;
  position: relative;
  margin-right: 6px;
  padding-left: 24px;
}
.contact .availability p {
  font-size: 16px;
  line-height: 22px;
  color: #fcfcfc;
  margin: 0;
}

.availability.now         .note { color: #7cc74c; }
.availability.soon        .note { color: #f8ca5c; }
.availability.unavailable .note { color: #686868; }
.availability.unavailable     p { color: #999; }

.contact {
  padding-bottom: 60px;
}

.contact p {
  margin: 0 0 16px 0;
  line-height: 20px;
}
.contact p.tiny {
  margin-bottom:0;
  color:#888;
}
.contact p.break {
  background-color: #1E1E1E;
}

/*============================================================
 =Contact Form
============================================================*/

.field.invalid input,
.field.invalid textarea,
.field.invalid textarea { border-bottom: solid 1px rgba(239, 100, 105,0.4) !important; }

.light .form ::-webkit-input-placeholder { color: rgba(0,0,0,0.3); -webkit-font-smoothing: antialiased; }
.light .form      :-ms-input-placeholder { color: rgba(0,0,0,0.3); -webkit-font-smoothing: antialiased; }
.light .form          ::-moz-placeholder { color: rgba(0,0,0,0.3); -webkit-font-smoothing: antialiased; }
.light .form           :-moz-placeholder { color: rgba(0,0,0,0.3); -webkit-font-smoothing: antialiased; }

.dark  .form ::-webkit-input-placeholder { color: rgba(255,255,255,0.3); -webkit-font-smoothing: antialiased; }
.dark  .form      :-ms-input-placeholder { color: rgba(255,255,255,0.3); -webkit-font-smoothing: antialiased; }
.dark  .form          ::-moz-placeholder { color: rgba(255,255,255,0.3); -webkit-font-smoothing: antialiased; }
.dark  .form           :-moz-placeholder { color: rgba(255,255,255,0.3); -webkit-font-smoothing: antialiased; }

.field.focused input, .field.focused textarea {
    border-bottom: solid 1px rgba(29,175,236,.6) !important;
}



.form li {
  position: relative;
  margin: 0;
}
.form .field {
  margin: 0 0 20px;
}
.form li .col-2 {
  width: 392px;
  float: left;
}
.form li .col-2.f-right {
  float: right;
}

.form li label {
  display: block;
  margin: 0 0 10px;
  display: none;
}
.form .subLabel {
  display: none;
  position: absolute;
  top: 0; left: -85px;
  width: 55px;
  height: 16px; line-height: 16px;
  font-size: 16px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}


.form input {
  font-family: 'Lucida Grande',Helvetica,Arial,sans-serif;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ddd;
  width: 370px; height: 30px;
  padding: 10px;
  margin: 0;
  border: none;
  border-bottom: solid 1px #2C2C2C;
  background-color: #222222;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
}

.light .form input, .light .form textarea {
  color: #666;
  border: none;
  border-bottom: solid 1px #E9E9E9;
  background-color: #F5F5F5;
}

.form textarea {
  font-family: 'Lucida Grande',Helvetica,Arial,sans-serif;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ddd;
  width: 778px; height: 30px;
  padding: 10px;
  margin: 0;
  border: none;
  border-bottom: solid 1px #2C2C2C;
  background-color: #222222;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
}

.serif .form input, .serif .form textarea, .serif .form .button {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.form .button {
  font-family: 'Lucida Grande',Helvetica,Arial,sans-serif;
  display: block;
  height: 46px; line-height: 46px;
  border: none;
  box-shadow: none;
  margin: 0; padding: 0 30px;
  font-size: 16px;
  text-align: center;
  background-color: #00aeef;
  color: #fcfcfc;
  cursor: pointer;
  border-radius: 2px;
}
.field .message {
  display: none;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  color: #ef6469;
}
.field.error .message { display: block; }

.confirmedGuts {
  padding: 20px 0;
  text-align: center;
}







/*============================================================
 =Serif Overrides
============================================================*/
body.serif { font-family:Georgia, 'Times New Roman', Times, serif; }

  
/*============================================================
 =White Overrides
============================================================*/

/* =GENERAL
----------------------------------------------- */
body.light          { background:#EFEFEF; color:#555; }
 
body.light a        { color:#444; }
body.light a:hover  { color:#555; }
  
/* +HEADER
----------------------------------------------- */
body.light #header h1 a             { color:#666; }
body.light #header h1 a:hover span  { background:url('../img/general/header_icn-homeLight.png') no-repeat; display: block; }
body.light #header ul li a          { color:#999; }
body.light #header ul li a:hover    { color: #777;}
body.light #header ul li.current a  { color:#666; }
  
/* +FOOTER
----------------------------------------------- */
body.light #footer { 
  background:url('../img/general/light-header_bg-main.png') 50% 0 no-repeat;
  _background:url('../img/general/light-header_bg-main.gif') 50% 0 no-repeat; /* IE6 */
}
body.light #footer a.logo {
  background:url('../img/general/light-footer_cm-logo.png') 0 45% no-repeat;
  _background:url('../img/general/light-footer_cm-logo.gif') 0 45% no-repeat; /* IE6 */
}
body.light #footer #rights { color:#999; }
  
/* =Landing
----------------------------------------------- */
body.light .headerShadow { 
  background:url('../img/general/header_bg-main.png') 50% 0 no-repeat;
  _background:url('../img/general/header_bg-main-light.gif') 50% 0 no-repeat; /* IE6 */ 
}
body.light #container li.project h3 { color:#666; }
body.light #container #projects.textInside li.project h3 {
  color:#ddd;
  background: rgba(0,0,0,0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
body.light #container #projects.textInside li.project p {
  color:#ccc;
  background: rgba(0,0,0,0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
body.light #container li.project a.thumbnail:hover .img            { border: solid 4px #ccc; margin: 0; }
body.light #container li.project.noThumbnail a.thumbnail .img      { background: #aaa url('../img/project/bg_noThumb.png') no-repeat center center; }
body.light #container #projects.textInside li.project.noTitle h3  { background:none; }
  
/* =PROJECT
----------------------------------------------- */


.page { background-color: #fff; }


/* List */
body.light #list          h1 { background:#f6f6f6; color:#666; }
body.light #list.noTitle  h1 { background:#ffffff; }

body.light #list .outer                     { background:#fff; }
body.light #list .outer .imageRow .caption  { color:#aaa; }
  
/* Flipbook */
body.light #flipbook h1 {
  background:#f6f6f6;
  color:#666;
  }
body.light #flipbook.noTitle h1 { background:#fff; }
body.light #flipbook .outer .canvas { background:#fff; }
body.light #flipbook .outer .canvas.loading { background: #fff url('../img/project/wht_loading.gif') 50% 50% no-repeat;}
body.light #flipbook .previousLink:hover { background:url('../img/project/light-gallery_arrow_l.png') 10% 236px no-repeat; }
body.light #flipbook .previousLink.disabled:hover { background:url('../img/project/light-gallery_arrow_lDis.png') 10% 236px no-repeat; cursor:default; }
body.light #flipbook .nextLink:hover { background:url('../img/project/light-gallery_arrow_r.png') 90% 236px no-repeat; }
body.light #flipbook .nextLink.end:hover { background:url('../img/project/gallery_arrow_rEnd.png') 90% 236px no-repeat; }

body.light #flipbook .caption #caption { color:#999; }


/* Flipbook Wide */
body.light #flipbook.isWide .previousLink:hover { 
  background:url('../img/project/light-gallery_arrow_l.png') 15% 289px no-repeat;
  _background:url('../img/project/light-gallery_arrow_l.gif') 15% 289px no-repeat; /* IE6 */
  cursor: pointer;
}

body.light #flipbook.isWide .previousLink.disabled:hover {
  background:url('../img/project/light-gallery_arrow_lDis.png') 15% 289px no-repeat;
  _background:url('../img/project/light-gallery_arrow_lDis.gif') 15% 289px no-repeat; /* IE6 */
}

body.light #flipbook.isWide .nextLink:hover {
  background:url('../img/project/light-gallery_arrow_r.png') 85% 289px no-repeat;
  _background:url('../img/project/light-gallery_arrow_r.gif') 85% 289px no-repeat; /* IE6 */
  cursor: pointer;
}

body.light #flipbook.isWide .nextLink.end:hover {
  background:url('../img/project/light-gallery_arrow_rEnd.png') 85% 289px no-repeat;
  _background:url('../img/project/light-gallery_arrow_rEnd.gif') 85% 289px no-repeat; /* IE6 */
}


/* Details Row */
body.light #detailsContainer {
  background:url('../img/project/light-gallery_bg-below.png') 50% 0 no-repeat;
  _background:url('../img/project/light-gallery_bg-below.gif') 50% 0 no-repeat; /* IE6 */
}

body.light #detailsContainer .row                         { border-bottom:1px solid #ddd; }
body.light #detailsContainer .row label                   { color:#999; }
body.light #detailsContainer .row .content p              { color:#666; }
body.light #detailsContainer .row.description .content p  { color:#666; }
body.light #detailsContainer .row.site a                  { color:#6CC3F4; }

/* =ABOUT
----------------------------------------------- */
body.light .info  p.tiny  { margin-bottom:0; color:#999; }
body.light p.break { background-color:#EEE; }
body.light .about h3 img  { background:url('../img/wht_about_freelance.gif') no-repeat; }


/* =CONTACT
----------------------------------------------- */
body.light .availability { 
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body.light .availability p { color: #333; }

body.light .availability.now         .note { color: #67b038; }
body.light .availability.soon        .note { color: #ecaa0c; }
body.light .availability.unavailable .note { color: #c1c1c1; }
body.light .availability.unavailable     p { color: #999 !important; }

body.light .form li .subLabel { color: rgba(51,51,51,0.4); }
body.light .form .field label {  color: rgba(51,51,51,0.3); }

.page { 
  background-color: #fff;
}

/* styles/pages/about.scss */
.about ol,
.about ul { margin: 0 0 16px 0; }
.about .block { margin: 0 0 16px 0; }
.about i { font-style: normal; }
.about .col-2 { line-height: 20px; }
.about em,
.about .em { font-style: italic; }
.about strong,
.about .strong { font-weight: bold; }
.about .col-2 a {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -moz-transition-property: color, border;
  -webkit-transition-property: color, border;
  transition-property: color, border;
}
.about .col-2 a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  text-decoration: none;
}
.awards dt,
.exhibitions dt {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  width: 60px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.awards dd,
.exhibitions dd {
  padding-left: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.education dd,
.experience dd { margin-bottom: 16px; }
.small { color: #b6b6b6; }
.clients li,
.skills li,
.specialties li,
.links li { display: inline-block; }
.clients li:after,
.skills li:after,
.specialties li:after,
.links li:after { content: ', '; }
.clients li:last-child:after,
.skills li:last-child:after,
.specialties li:last-child:after,
.links li:last-child:after { content: none; }

/* styles/accessForm.css */

/*============================================================
PRIVACY CONTROLS
============================================================*/
.accessForm .loginGuts, .accessForm .requestGuts, .accessForm .confirmedGuts { display: none; }
.accessForm.login .loginGuts, .accessForm.request .requestGuts, .accessForm.confirmed .confirmedGuts { display: block; }

.sans .accessForm textarea { font-family: 'Lucida Grande',Helvetica,Arial,sans-serif; }

#container.access { padding: 50px 0; }
.accessForm {
  width: 500px;
  background: #111;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px 40px 25px;
  }
.accessForm h3 {
  color: #888;
  font-size: 18px;
  margin: 0 0 30px;
  text-align: center;
  }
.accessForm ul {
  }
.accessForm li {
  position: relative;
  margin: 0 0 25px;
  }
.accessForm label {
  font-size: 13px;
  color: #666;
  margin: 0 0 10px;
  display: block;
  }
.accessForm input {
  padding: 5px 10px;
  width: 478px;
  border: solid 1px #222;
  background: #000;
  font-size: 30px;
  color: #555;
  }
.accessForm input.accessCode {
  margin: 0 0 15px;
  }
.accessForm textarea {
  padding: 10px;
  background: #000;
  color: #555;
  border: solid 1px #222;
  width: 478px;
  margin: 0 0 15px;
  }
.accessForm button {
  display: block;
  padding: 7px 12px;
  color: #777;
  background: #333;
  border-radius: 5px;
  width: auto;
  font-size: 16px;
  border: none;
  }
.accessForm button:hover {
  background: #434343;
  text-decoration: none;
  cursor: pointer;
  }
.accessForm a {
  color: #666;
  }
.accessForm a:hover {
  color: #777;
  text-decoration: none;
  }
.accessForm a.requestAccess {
  position: absolute;
  right: 0;
  bottom: 10px;
  text-decoration: underline;
  }



.light .accessForm    { background: #fff; }
.light .accessForm h3 { color: #777; }
.light .accessForm input.accessCode {
  border: solid 1px #ddd;
  background: #fff;
  }
.light .accessForm label { color: #aaa; }
.light .accessForm label.heading { color: #888;
 }
.light .accessForm input {
  border: solid 1px #ddd;
  background: #fff;
  color: #555;
  }
.light .accessForm textarea {
  color: #555;
  border: solid 1px #ddd;
  background: #fff;
  }
.light .accessForm button {
  color: #fff;
  background-color: #ddd;
  }
.light .accessForm button:hover {
  background: #d6d6d6;
  text-decoration: none;
  color: #fff;
  }
.light .accessForm a {
  color: #aaa;
  }
.light .accessForm a:hover {
  color: #999;
  text-decoration: none;
  }

/* Error Message
-------------------------------------------*/
.accessForm .errorMessage { display: none; }
.accessForm .error .errorMessage { display: block; }

.accessForm .error input, 
.light .accessForm .error input, 
.accessForm .error textarea, 
.light .accessForm .error textarea {
  border-color: #a90303;
}
  
.accessForm .error .errorMessage, 
.light .error .errorMessage {
  display: block;
  padding: 5px;
  background: #a90303;
  color: #fff;
  font-size: 12px;
  margin: 0 0 20px;
}
  
.accessForm .accessError.errorMessage,
.accessForm .textError.errorMessage { margin: -15px 0 20px; }

/* Confirmation Page 
-------------------------------------------*/
.accessForm .confirmedGuts h3 { margin: 0 0 15px; }
.accessForm a.return {
  padding: 0 0 0 20px;
  background: url(../img/arrow_left.png) no-repeat 0 0;
  display: block;
  margin: 0 auto 10px;
  width: 105px;
  }
  
.light .accessForm a.return { background: url(../img/arrow_leftLight.png) no-repeat 0 0; }.mediaPlayer {
  position:relative;
  padding: 0;
  margin: 0 16px;
  background:#000;  
  -moz-user-select: none;
  -webkit-user-select: none;
  }
.noCaption .mediaPlayer {
} 

/* styles/thumbnails.scss */
#thumbnails .viewport { margin: auto; }

/* styles/blocks/contactForm.scss */
#contactForm { position: relative; }
#contactForm.sent .guts {
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
#contactForm .confirmedGuts {
  opacity: 0;
  visibility: hidden;
}
#contactForm.sent .confirmedGuts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 90px 0 0;
  -moz-transition: opacity 0.3s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  opacity: 1;
  visibility: visible;
}
#contactForm.sent .confirmedGuts h3 { margin: 0 0 15px; }
#contactForm.sent .confirmedGuts a {
  width: 150px;
  margin: 0 auto 15px;
}
#contactForm .icon {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 100;
  -moz-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
#contactForm .icon.success:before {
  display: block;
  font-family: 'carbonmade';
  content: "\e04c";
  position: absolute;
  top: 0;
  color: #7ac943;
  font-size: 56px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  border: solid 2px #7ac943;
  border-radius: 100%;
}
#contactForm.sent .icon.success {
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -moz-transition: -moz-transform 0.1s linear, opacity 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear, opacity 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear;
  visibility: visible;
  opacity: 1;
}

/* styles/components/gallery.css */
/* Flipbook */
#flipbook h1 {
  width:780px; height:50px;
  margin:0 auto;
  padding:0 10px;
  background:#111;
  color:#ccc;
  font-size:24px;
  line-height:50px;
  text-align:center;
  border-radius:10px 10px 0 0;
}
#flipbook.noTitle h1 {
  height:10px;
  background:#000;
}

#flipbook .outer { position:relative; }
#flipbook .outer .canvas {
  width:780px;
  margin:0 auto;
  padding:0 10px;
  background:#000;
  }
#flipbook .outer .canvas.loading {
  background: #000 url('../img/project/loading.gif') 50% 50% no-repeat;
  }
#flipbook.noThumbs .outer .canvas  { border-radius:0 0 10px 10px; }
#flipbook .outer .canvas .artworkContainer { height: 520px; }
#flipbook .outer .canvas .artwork,
#gallery .outer .canvas .artwork {
  position:relative;
  height: 520px;
  margin:0 auto;
  text-align:center;
  background-position: center;
  background-repeat: no-repeat;
  }
  
#flipbook .previousLink {
  display:block;
  position:absolute;
  top:0; left:0;
  cursor:pointer;
  width:50%;
  height:100%;
  text-decoration:none;
  }

#flipbook .previousLink span { display:none; }

#flipbook .previousLink:hover span {
  left:10%; 
  text-align:left;
  }
#flipbook .nextLink {
  position:absolute;
  top:0; right:0;
  cursor:pointer;
  width:50%;
  height:100%;
  display:block;
  text-decoration:none;
  }
#flipbook .nextLink span { display:none; }
#flipbook .nextLink:hover span {
  right:10%;
  text-align:right;
  }
#flipbook .previousLink:hover span,
#flipbook .nextLink:hover span {
  display:none;
  position:absolute;
  top:286px; height:32px;
  width:100px; height:32px;
  color:#333;
  font-size:10px;
  }

#flipbook .previousLink:hover           { background:url('../img/project/gallery_arrow_l.png') 10% 236px no-repeat; cursor: pointer; }
#flipbook .previousLink.disabled:hover  { background:url('../img/project/gallery_arrow_lDis.png') 10% 236px no-repeat; cursor:default; }
#flipbook .nextLink:hover               { background:url('../img/project/gallery_arrow_r.png') 90% 236px no-repeat; cursor: pointer; }
#flipbook .nextLink.end:hover           { background:url('../img/project/gallery_arrow_rEnd.png') 90% 236px no-repeat; }

#flipbook .caption { min-height:10px; }
#flipbook .caption #caption {
  padding: 10px;
  color:#666;
  font-size:13px;
  line-height:16px;
  text-align:center;
  }

/* Flipbook Wide */
#flipbook.isWide h1,
#flipbook.isWide .outer .canvas                   { width:940px; }
#flipbook.isWide .outer .canvas .artworkContainer { height: 627px; }
#flipbook.isWide .outer .canvas .artwork          { height: 627px; }
#flipbook.isWide .previousLink:hover              { background:url('../img/project/gallery_arrow_l.png') 15% 289px no-repeat; cursor: pointer; }
#flipbook.isWide .previousLink:hover span         { top:339px; left:15%; }
#flipbook.isWide .previousLink.disabled:hover     { background:url('../img/project/gallery_arrow_lDis.png') 15% 289px no-repeat; }
#flipbook.isWide .nextLink:hover                  { background:url('../img/project/gallery_arrow_r.png') 85% 289px no-repeat; cursor: pointer; }
#flipbook.isWide .nextLink:hover span             { top:339px; right:15%; }
#flipbook.isWide .nextLink.end:hover              { background:url('../img/project/gallery_arrow_rEnd.png') 85% 289px no-repeat; }
#flipbook.isWide #thumbnails,                     
#flipbook.isWide #thumbnails .viewport            { width: 880px; }

#gallery.isWide .outer .canvas .artworkContainer { height: 627px; }
#gallery.isWide .outer .canvas .artwork          { height: 627px; }


/*============================================================
 Video Project
============================================================*/
#gallery { width:800px; margin:0 auto; }
  
#gallery h1 {
  width:780px; height:50px;
  margin:0 auto;
  padding:0 10px;
  background:#111;
  color:#ccc;
  font-size:24px;
  line-height:50px;
  text-align:center;
  border-radius:10px 10px 0 0;
}
#gallery.noTitle h1 {
  height:10px;
  background:#000;
}
#gallery .outer {
  background:#000;
  padding:15px 0;
}
#gallery.noThumbs .outer {
  border-radius:0 0 10px 10px;
  }
  
#gallery .caption { min-height:10px; }
#gallery .caption #caption {
  padding: 10px;
  color:#666;
  font-size:13px;
  line-height:16px;
  text-align:center;
}

#gallery.noCaption .outer .caption { display:none; }


.stage.video .canvas { 
  background-color: #000 !important;
  padding:15px 0;
}
.stage.video h1 {
  margin:0 auto;
  padding:0 10px;
  background:#111;
  color:#ccc;
  font-size:24px;
  line-height:50px;
  text-align:center;
  border-radius:10px 10px 0 0;
}


.stage.video.noTitle h1 {
  height:10px;
  background:#000;
}

.stage.video.noThumbs .outer {
  border-radius:0 0 10px 10px;
}
  
.stage.video .caption { min-height:10px; }
.stage.video.caption #caption {
  padding: 10px;
  color:#666;
  font-size:13px;
  line-height:16px;
  text-align:center;
}

.stage.video.noCaption .outer .caption { display:none; }

.stage.video .previousLink { width: calc(50% - 400px) !important; }
.stage.video .nextLink     { width: calc(50% - 400px) !important; }

.stage.video .previousLink:hover           { background-position: 10% 236px; }
.stage.video .previousLink.disabled:hover  { background-position: 10% 236px; }
.stage.video .nextLink:hover               { background-position: 90% 236px; }
.stage.video .nextLink.end:hover           { background-position: 90% 236px; }


#thumbnails {
  display:block;
  position:relative;
  width:720px; height:80px;
  margin:0 auto;
  padding:15px 40px 25px;
  background:url('../img/project/flipbook_bg-drawer.png') 50% 0 no-repeat #111;
  _background:url('../img/project/flipbook_bg-drawer.gif') 50% 0 no-repeat #111; /* IE6 only */
  border-radius:0 0 10px 10px;
}

/* Flipbook Thumbnails */ 
#thumbnails .viewport {
  position:relative;
  overflow:hidden;
  width: 720px; /* needed for IE6 for overflow: hidden to work */
}

#thumbnails .viewport .set {
  display: block;
  position:relative;
  text-align:center;
  float:left;
  font-size: 0;
}

#thumbnails > .viewport .content {
  position:relative;
  width: 50000px;
  height: 80px;
}

#thumbnails .viewport .thumb {
  margin: 0 1px;
  background: #111;
  cursor: pointer;
  display: inline-block; 
  }

#thumbnails .viewport .thumb.empty { background-color: rgba(255,255,255,0.05); }

#thumbnails .viewport .thumb > img {
  display: block;
  opacity: 0.2;
  filter:alpha(opacity=20);
}
#thumbnails .viewport .thumb:hover > img {
  opacity: 0.9;
  filter:alpha(opacity=90);
}
#thumbnails .viewport .thumb.selected > img {
  opacity: 0.8;
  filter:alpha(opacity=80);
}

#thumbnails .leftArrow {
  display: block;
  position: absolute;
  top:0; left:10px;
}

#thumbnails .leftArrow a {
  display: block;
  width:40px; height:110px;
  background:url('../img/project/gallery_thumbs-arrow-l.png') 0 50% no-repeat;
  _background:url('../img/project/gallery_thumbs-arrow-l.gif') 0 50% no-repeat; /* IE6 */
  }
  
#thumbnails .leftArrow a:hover { 
  background:url('../img/project/gallery_thumbs-arrow-l.png') -40px 50% no-repeat;
  _background:url('../img/project/gallery_thumbs-arrow-l.gif') -40px 50% no-repeat; /* IE6 */
  }
#thumbnails .leftArrow a.disabled { 
  background:url('../img/project/gallery_thumbs-arrow-l.png') -80px 50% no-repeat; cursor:default; 
  _background:url('../img/project/gallery_thumbs-arrow-l.gif') -80px 50% no-repeat; cursor:default; /* IE6 */
  } 

#thumbnails .rightArrow {
  display: block;
  position: absolute;
  top:0; right:10px;
}
#thumbnails .rightArrow a {
  display: block;
  width:40px; height:110px;
  background:url('../img/project/gallery_thumbs-arrow-r.png') 0 50% no-repeat;
  _background:url('../img/project/gallery_thumbs-arrow-r.gif') 0 50% no-repeat; /* IE6 */
}
#thumbnails .rightArrow a:hover { 
  background:url('../img/project/gallery_thumbs-arrow-r.png') -40px 50% no-repeat; 
  _background:url('../img/project/gallery_thumbs-arrow-r.gif') -40px 50% no-repeat; /* IE6 */
}
#thumbnails .rightArrow a.disabled { 
  background:url('../img/project/gallery_thumbs-arrow-r.png') -80px 50% no-repeat; cursor:default;
  _background:url('../img/project/gallery_thumbs-arrow-r.gif') -80px 50% no-repeat; cursor:default; /* IE6 */
}

#thumbnails.noSets .viewport { margin:0 auto; }
#thumbnails.noSets .leftArrow,
#thumbnails.noSets .rightArrow { display:none; }

/* Flipbook Thumbnails */
body.light #thumbnails {
  background:url('../img/project/light-flipbook_bg-drawer.png') 50% 0 no-repeat #e5e5e5;
  _background:url('../img/project/light-flipbook_bg-drawer.gif') 50% 0 no-repeat #e5e5e5; /* IE6 */
}

body.light #thumbnails .viewport .thumb {
  background-color: transparent;
}

body.light #thumbnails .viewport .thumb.empty {
    background-color: rgba(0,0,0,0.05);
}

body.light #thumbnails .viewport .thumb          > img { opacity:0.4; filter:alpha(opacity=40); }
body.light #thumbnails .viewport .thumb:hover    > img { opacity:0.9; filter:alpha(opacity=90); }
body.light #thumbnails .viewport .thumb.selected > img { opacity:1.0; filter:alpha(opacity=100); }

body.light #thumbnails .leftArrow a { 
  background:url('../img/project/gallery_thumbs-arrow-l.png') 0 50% no-repeat;
  _background:url('../img/project/gallery_thumbs-arrow-l-light.gif') 0 50% no-repeat; /* IE6 */
  }
body.light #thumbnails .leftArrow a:hover { 
  background:url('../img/project/gallery_thumbs-arrow-l.png') -40px 50% no-repeat;
  _background:url('../img/project/gallery_thumbs-arrow-l-light.gif') -40px 50% no-repeat; /* IE6 */
  }
body.light #thumbnails .leftArrow a.disabled {
  background:url('../img/project/gallery_thumbs-arrow-l.png') -80px 50% no-repeat; cursor:default;
  _background:url('../img/project/gallery_thumbs-arrow-l-light.gif') -80px 50% no-repeat; cursor:default; /* IE6 */
  }
  
body.light #thumbnails .rightArrow a {
  background:url('../img/project/gallery_thumbs-arrow-r.png') 0 50% no-repeat;
  _background:url('../img/project/gallery_thumbs-arrow-r-light.gif') 0 50% no-repeat; /* IE6 */
  }
body.light #thumbnails .rightArrow a:hover {
  background:url('../img/project/gallery_thumbs-arrow-r.png') -40px 50% no-repeat; 
  _background:url('../img/project/gallery_thumbs-arrow-r-light.gif') -40px 50% no-repeat; /* IE6 */
  }
body.light #thumbnails .rightArrow a.disabled {
  background:url('../img/project/gallery_thumbs-arrow-r.png') -80px 50% no-repeat; cursor:default; 
  _background:url('../img/project/gallery_thumbs-arrow-r-light.gif') -80px 50% no-repeat; cursor:default;  /* IE6 */
  }






/* Video Thumbnails */
#gallery #thumbnails {
  width:750px; height:80px;
  padding:15px 25px 24px;
}

#gallery #thumbnails .viewport .thumb.selected > img { filter:alpha(opacity=100); opacity:1.0; border:2px solid #aaa; }

#gallery #thumbnails .viewport .thumb { margin:0 5px; background:#111; }
  
#gallery #thumbnails .viewport .thumb > img {
  border:2px solid #000; 
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  opacity:0.3; filter:alpha(opacity=30);
}
#gallery #thumbnails .viewport .thumb:hover    > img { opacity: 0.9; filter:alpha(opacity=90);}
#gallery #thumbnails .viewport .thumb.selected > img { opacity: 1.0; filter:alpha(opacity=100); }


body.light #gallery #thumbnails  {
  background:url('../img/project/flipbook_bg-drawer.png') 50% 0 no-repeat #111;
  _background:url('../img/project/flipbook_bg-drawer.gif') 50% 0 no-repeat #111; /* IE6 */
  }

/* styles/components/player.css */
.mediaPlayer video {  
  display: block;
  margin: 0 auto;
  }

/* Fullscreen */
.mediaPlayer.fullscreen { 
  position: fixed;
  left: 0; 
  top: 0; 
  right: 0;
  bottom: 0; 
  overflow: hidden;
  z-index: 1000;
  width:100%; 
  height:100%; 
}

.mediaPlayer.fullscreen .controller { z-index:1002; }

.mediaPlayer.fullscreen video,    
.mediaPlayer.fullscreen object { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Play icon */
.mediaPlayer .playOverlay { 
  display:block;
  position:absolute; 
  width: 100%;
  height: 100%;
  background:url('../img/player/icn_poster-play.png') 50% 50% no-repeat; 
  z-index:10; 
  cursor:pointer;
  /* IE6 Fixes */
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/player/icn_poster-play.png', sizingMethod='scale');
  _background-image: none;
  }
  
.mediaPlayer.seeking .playOverlay,
.mediaPlayer.playing .playOverlay { 
  display:none;
  }

/* Poster */  
.mediaPlayer .poster { 
  position:absolute; 
  z-index:5;
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:center;
  background-color: #000;
  }
  
.mediaPlayer.played .poster { 
  display:none;
  }
  
.mediaPlayer .wrapper {
  cursor:pointer;
  }

/* But not on seeking */
.mediaPlayer.seeking .playOverlay,
.mediaPlayer.paused .playOverlay { display:none; }

/* General controls styles */
.mediaPlayer .controller {
  width:100%; height:40px;
  position:absolute;
  left:0; bottom:0;
  color:#fff;
  background: rgba(0,0,0,0.6);
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
  }
.mediaPlayer.played .controller { display:block; }

.mediaPlayer .controller li { float:left; margin:0; padding:0; }

/* Play/pause control */
.mediaPlayer .controller .playControl { height:40px; width:40px; }
.mediaPlayer .controller .playControl span {
  display:block; 
  width:40px; height:40px; 
  font-size:0px; 
  line-height:0;
  text-decoration:none; 
  cursor:pointer; 
  background-position: 50% 50%;
  background-repeat: no-repeat;
  }
  
.mediaPlayer .controller .playControl.playButton span {
  background-image: url('../img/player/btn_play.png');
  _background-image:url('../img/player/btn_play.gif'); /* IE6 */
  }

.mediaPlayer .controller .playControl.pauseButton span {
  background-image:url('../img/player/btn_pause.png');
  _background-image:url('../img/player/btn_pause.gif'); /* IE6 */
  }

.mediaPlayer .controller .playControl span:hover {
  background-color: rgba(255,255,255,0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20FFFFFF,endColorstr=#20FFFFFF);
}

/* Scrubber control */

.mediaPlayer .controller .scrubber .scrubberBar { 
  position:relative; 
  float:left; 
  height:8px; 
  margin:16px 0 0 5px; 
  padding:0;
  overflow:hidden;
  cursor:pointer; 
  }

.mediaPlayer .controller .scrubber .scrubberBar .durationBar {
  position:absolute; 
  left: 0;
  display:block; 
  width:100%; height:8px;
  background: rgba(255,255,255,0.2);
  background-image: url('../c.gif');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20FFFFFF,endColorstr=#20FFFFFF);
  }
   
.mediaPlayer .controller .scrubber .scrubberBar .playBar { 
  position:absolute;
  left: 0;
  display:block;
  width:0; height:8px;
  background:#eee;
  }
  
.mediaPlayer .controller .scrubber .scrubberBar .loadBar { 
  position:absolute; 
  left: 0;
  display:block; 
  width:0; height:8px;
  background: rgba(255,255,255,0.6);
  background-image: url('../c.gif');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60FFFFFF,endColorstr=#60FFFFFF);
  }

.mediaPlayer.waiting .controller .scrubber .scrubberBar .durationBar { background:url('../img/player/anim_buffering.gif') repeat-x; }
.mediaPlayer.waiting .controller .scrubber .scrubberBar .loadBar { display:none; }

/* Volume control */
.mediaPlayer .controller .volumeControl { 
  margin-right:6px;
  cursor:pointer; 
  }
.mediaPlayer .controller .volumeControl ul { display:block; margin:13px 0 0 0; padding:0; }
.mediaPlayer .controller .volumeControl ul li {
  display:block;
  float:left;
  margin:0 2px 0 1px;
  padding:0;
  width:4px; height:14px;
  background: rgba(255,255,255,0.2);
  background-image: url('../c.gif');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20FFFFFF,endColorstr=#20FFFFFF);
  }
.mediaPlayer .controller .volumeControl ul li.on { background-color: #eee; background-image: none; }

/* Fullscreen */
.mediaPlayer .controller .fullscreenControl span { 
  display:block; 
  width:40px; height:40px; 
  background:url('../img/player/btn_fullscreen.png') 50% 50% no-repeat; 
  cursor:pointer; 
  }
.mediaPlayer .controller .fullscreenControl span:hover {
  background-color: rgba(0,0,0,0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
  }

/* Fallback message for plugin problems */
.mediaPlayer .unsupportedGuts, 
.mediaPlayer.unsupported .playOverlay, 
.mediaPlayer.unsupported video,
.mediaPlayer.unsupported .poster, 
.mediaPlayer.unsupported .controller {
  display: none;
}
  
.mediaPlayer.unsupported .unsupportedGuts {
  display: block;
}
  
.mediaPlayer .unsupportedGuts {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 200px 0 0;
}
.mediaPlayer .unsupportedGuts h3 {
  font-size: 18px;
  margin: 0 0 5px;
}
.mediaPlayer .unsupportedGuts h4 {
  font-size: 13px;
}
.mediaPlayer .unsupportedGuts a {
  text-decoration: underline;
}
.mediaPlayer .unsupportedGuts a:hover {
  text-decoration: none;
}.stage.noThumbs #thumbnails { display:none; }



/* styles/components/branding.scss */
carbon-branding {
  display: inline-block;
  text-align: center;
  line-height: 1.1;
  margin-top: 16px;
}
carbon-branding:last-child { text-align: right !important; }
carbon-branding a span:first-child { display: none; }
carbon-branding a { text-decoration: none; }
carbon-branding a:link { text-decoration: none; }
carbon-branding a:visited { text-decoration: none; }
carbon-branding a:hover { text-decoration: none; }
carbon-branding a:active { text-decoration: none; }
carbon-branding a { border-bottom: none !important; }
carbon-branding carbon-glyph {
  font-family: 'frontend';
  position: relative;
  top: 8px;
  margin: 0 -7px;
  font-size: 32px;
  line-height: 0;
}
.light carbon-branding { color: #626262; }
.light carbon-branding a { color: #626262; }
.dark carbon-branding { color: #777; }
.dark carbon-branding a { color: #777; }