/* 

Site designed with love by


    /$$$$$$ 
   /$$__  $$
  | $$  \ $$
  | $$  | $$
  | $$  | $$
  | $$/$$ $$
  |  $$$$$$/ 
   \____ $$$
        \__/


qltd.com

*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:16px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
input[type="file"] { background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; font-family: museo-sans, helvetica, sans-serif; font-size:12px; padding-top:4px;}
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { /*border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;*/  }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
input.error, textarea.error { border-radius: 1px; border: 1px solid #c28b4e; -moz-box-shadow: 0px 0px 5px #b64517; -webkit-box-shadow: 0px 0px 5px #b64517; box-shadow: 0px 0px 5px #b64517;}

::-moz-selection{ background: #848658; color:#fff; text-shadow: none; }
::selection { background:#848658; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #848658; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { text-shadow: 0 1px 1px #fff;}
a, a:active { color: #b56215; text-decoration: none; }
a:hover { text-decoration: underline; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Q's Stylez                     ||
   ||                                              ||
    \\ ========================================== //
*/
::-webkit-scrollbar { width: 10px; height:10px;}
::-webkit-scrollbar-track { border-radius: 20px; }
::-webkit-scrollbar-thumb { border-radius: 20px; background: #ac7f49; box-shadow: inset 0 0 3px rgba(0,0,0,0.5); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); }
::-webkit-scrollbar-track-piece { background: #d4d2c2;}

h1 { font-size: 24px; color: #86885a; text-shadow: 0 1px 1px rgba(255,255,255,0.6);}
h2 { color: #4c4c3f; font-size: 1.714em; line-height: 1.1em; letter-spacing: -1px;}

ul, ol { margin-left: 0; }
* {font-family: museo-sans, helvetica, sans-serif;}
body { background: #d4d2c2 url('../images/bg-tile.jpg'); font-family: museo-sans, helvetica, sans-serif; font-size:14px; color: #4c4c3f;}
#main { margin: 3em auto 8em auto; /*max-width: 1280px;*/ width: 90%;}
p { text-shadow: 0 1px 1px #fff;}

/* Recommended isotope css */
.isotope-item { z-index: 2;}
.isotope-hidden.isotope-item { pointer-events: none;  z-index: 1;}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}


input, textarea { background: #bfbaaa url('../images/inputtile.png') repeat-x; border: 1px solid #d4d2c2; height:28px; padding: 0 0 0 5px; -webkit-box-shadow: inset 2px 2px 2px #b6b2a3; -moz-box-shadow: inset 2px 2px 2px #b6b2a3; box-shadow: inset 2px 2px 2px #b6b2a3; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
input:focus, textarea:focus{ outline: none; background: #c0bea6 url('../images/inputfocustile.png'); -webkit-box-shadow: inset 2px 2px 2px #b6b49f; -moz-box-shadow: inset 2px 2px 2px #b6b49f; box-shadow: inset 2px 2px 2px #b6b49f;}
textarea { max-height:75px; background: #bfbaaa url('../images/inputtile.png'); max-width: 352px; min-width: 352px; -webkit-box-shadow: inset 2px 2px 2px #b6b2a3; -moz-box-shadow: inset 2px 2px 2px #b6b2a3; box-shadow: inset 2px 2px 2px #b6b2a3; padding-top:5px;}

#colorbar { background: url('../images/colorstrip.jpg') repeat-x; height: 6px;}
.q_brand_big { background: url('../images/30yrslogo-big.jpg') no-repeat; height: 115px;}

.overlay { background: #fff; position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%;}
.loading { background: url('../images/loading.gif') no-repeat; height: 60px; width: 60px; display: block; position: absolute; top: 50%; left:50%; z-index: 200;}

#top { margin: 2em 0 1em 0;}
#branding { width: 380px; margin: 0 auto 1.25em auto; }
#animation { float: left;}

.text { max-width: 850px; margin: 0 auto; text-align: center;}
  .text p { text-shadow: 1px 1px 1px #D7D5C5;}

.fancy_title { background: #858759; padding: 1em; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; font-size: 1.2em; font-weight: bold;}
  .fancy_title a { text-decoration: none; color: #fff;}
  .fancy_title a:hover { text-decoration: underline;}  

#filters { margin: 0 auto 2em auto; font-family: Helvetica, Arial; width: 75%; /*position:relative;*/  -webkit-user-select: none; user-select: none; -moz-user-select: none;}
#filters h2 { line-height: 2em; display: inline-block; margin-right: 1em; }
#filters ul { text-align:center; }
#filters ul li { list-style-type: none; display: inline-block; margin-top: .3em;}
#filters ul li input { position: absolute; bottom: 0; left: 0; z-index:-1; opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
#filters ul li label { background: #ac753e; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #fffbea; font-size: .85em; /*border: 1px solid #7f7463;*/ display: block; padding: .5em .7em; }
#filters ul li label:hover { box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); background: #b87d42; /*position:relative; top:-1px;*/ /*border: 1px solid #60584c;*/}

#filters ul li label.selected {  background: #a4522d; /* #beb9a8 ;*/ /*border: 1px solid #867a68;*/ box-shadow: inset 2px 2px 3px rgba(123, 52, 25, .75); -webkit-box-shadow: inset 2px 2px 3px rgba(123, 52, 25, .75); -moz-box-shadow: inset 2px 2px 3px rgba(123, 52, 25, .75); position: relative; padding-right: 26px;}
#filters ul li label.selected:hover { background: #b15931;}
#filters .remove { display: none;}
#filters label.selected .remove { display: block;}

.shuffle {  display: block; width: 18px; height: 19px; text-indent: -9999px; position: absolute; top: -33px; left: 0;}
.shuffle:hover { cursor: pointer; opacity: .7; filter: alpha(opacity=70); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}

.shufflehold { position: relative;}

/* Visible whitebox */
.person { float:left; margin:5px 0 0;}
.person img { width:100px; height: 100px; background:#fff; padding:5px;}

.person img:hover {cursor:pointer;background-color:#b14b21;}
.person ul { list-style:none;}
.person .whitebox .upper_whitebox { height:110px; }
.person .lower_whitebox, .person .icons, .person .close { display:none; }
.large {padding:20px 10px 20px 20px; background:white;}
.large .whitebox { width:310px; }
.large .whitebox img { width:276px; height: 276px; padding:0;}
  .large .whitebox img:hover { cursor: default;}
.large .whitebox .upper_whitebox { height:276px; }
.large .close { display:block; }
.large .whitebox .icons div { margin-bottom:5px; opacity: .5; filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
  .large .whitebox .icons div:hover { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.large .whitebox .icons .email_icon { text-indent:-9999px; width: 22px; height: 20px; background: url('../images/email_icon.jpg') no-repeat; }
.large .whitebox .icons .twitter_icon { text-indent:-9999px; width: 22px; height: 20px; background: url('../images/twitter_icon.jpg') no-repeat;}
.large .whitebox .icons .website_icon { text-indent:-9999px; width: 22px; height: 20px; background: url('../images/home_icon.jpg') no-repeat; }

.large .whitebox .lower_whitebox { display:block; }
.large .whitebox .icons { display:block; float:right; }
.icons a {display:block;}
.large .whitebox .lower_whitebox .tags li { display:inline-block; text-decoration: none; background: #afafad; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #fff; font-size:.786em; padding: 4px 4px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; margin: 0 5px 5px 0; }

.sample_name { font-size: 1.714em; font-weight: normal; text-shadow: 0 1px 1px #fff; margin: 12px 0 10px 0; text-transform: capitalize; line-height: 1.25em; }
.sample_occupation, .large .sample_location { font-size: 11px; text-transform: uppercase; width: 100%; font-weight: bold; text-shadow: 0 1px 1px #fff; line-height: 1.4em;}
.sample_story p { font-size: 0.857em; line-height: 1.4em; }
.tags { margin: 20px 0 15px 0; }
.tags li:hover, .close:hover .remove2  { background: #7a7a77; }
/* TAGZ */



/*.remove { background: #7b3419; border-radius: 30px; width: 12px; display: inline-block; color: #a4522d; text-align: center; text-shadow: none; font-family: Helvetica; font-size: .8em; line-height: 1em; position: relative; top: -1px; height: 12px; margin-left: .5em;}*/
/*.remove { background: url('../images/closex.png') no-repeat; display: inline-block; width: 18px; height: 18px; text-indent: -9999px; }*/
.remove { position: absolute; top: 5px; right: 5px;}
#filters li label:hover .remove, .remove2:hover, .close:hover .remove2 {/* background: #bd986b;*/ /* #952010 */  cursor: pointer;}
  .close { text-shadow: none; font-size: .8em; line-height: 1.8em; margin-top: 2em; display: inline-block; font-family: museo-sans, helvetica, sans-serif; color: #b0b0ae;}
  .close:hover { cursor: pointer; color: #7c7c7b;}
.remove2 { background: #b0b0ae; border-radius: 30px; width: 20px; display: inline-block; color: #fff; text-align: center; font-family: Helvetica; /*position: absolute; top: 3px; right: 3px;*/ }

.q_brand { width: 300px; margin-top: 3em; background: url('../images/30yrslogo.jpg') no-repeat; height:91px; }
img.qspin_big { position: relative; top: 26px; left: 119px; }
img.qspin_big:hover { -webkit-animation-name: spin; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: once; -webkit-animation-timing-funciton: linear; -moz-animation-name: spin; -moz-animation-duration: 1s; -moz-animation-iteration-count: once; -moz-animation-timing-funciton: linear; -o-animation-name: spin; -o-animation-duration: 1s; -o-animation-iteration-count: once; -o-animation-timing-funciton: linear; -ms-animation-name: spin; -ms-animation-duration: 1s; -ms-animation-iteration-count: once; -ms-animation-timing-funciton: linear;  }

.spin { -webkit-animation-name: spin; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: once; -webkit-animation-timing-funciton: linear; -moz-animation-name: spin; -moz-animation-duration: 1s; -moz-animation-iteration-count: once; -moz-animation-timing-funciton: linear; -o-animation-name: spin; -o-animation-duration: 1s; -o-animation-iteration-count: once; -o-animation-timing-funciton: linear; -ms-animation-name: spin; -ms-animation-duration: 1s; -ms-animation-iteration-count: once; -ms-animation-timing-funciton: linear; }

p.live_example { margin-bottom: 1em; font-size:12px;}

footer { position: fixed; bottom:0; left: 0; width: 100%; height:55px; z-index: 100; background: #858759 url('../images/footer_bg.jpg') repeat-x; border-top: 1px solid #6e704a; }
  footer a { color: #dcd9ca; text-decoration: none; }
    footer a:hover { color: #fff; text-decoration: none;}
  footer .footer_container { width: 90%; margin: 0 auto; position:relative; padding: 1.25em;}
  footer li { display: inline; margin-right: 1.5em;}
  footer nav { float: left; width: 100%; }
  footer .right_nav { float: right;}
  footer span { margin-right: .5em;}

  footer .twitter { background: url('../images/icons.png') no-repeat 0 0; width: 19px; height: 18px; display: inline-block;}
    footer a:hover .twitter {background-position: 0 -18px;}
  footer .facebook { background: url('../images/icons.png') no-repeat -21px 0; width: 19px; height: 18px; display: inline-block;}
    footer a:hover .facebook {background-position: -21px -18px;}
  footer .email { background: url('../images/icons.png') no-repeat -42px 0; width: 19px; height: 18px; display: inline-block;}
    footer a:hover .email {background-position: -42px -18px;}
  footer .watch { background: url('../images/icons.png') no-repeat -63px 0; width: 19px; height: 18px; display: inline-block; }
    footer a:hover .watch {background-position: -63px -18px;}
  footer .submit { background: url('../images/icons.png') no-repeat -84px 0; width: 19px; height: 18px; display: inline-block; }
    footer a:hover .submit {background-position: -84px -18px;}
  footer .jukebox { background: url('../images/icons.png') no-repeat -105px 0; width: 19px; height: 18px; display: inline-block; }
    footer a:hover .jukebox {background-position: -105px -18px;}
  footer .logo { background: url('../images/icons.png') no-repeat -125px 0; width: 37px; height: 36px; display: inline-block; text-indent: -9999px; position: absolute; top: 7px; right: 40px;}
    footer .logo:hover { background-position: -163px 0; }
    footer .logo a { display: block; width: 37px; height: 37px;}

.fb-like, .twitter-share-button { float: left;}




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; 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: "\0020"; /*display: block;*/ height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media screen and (max-width: 1000px) {

  #main { width: 90%; margin: 3em auto 8em auto;}
  .form { width: 100%;}
  .form label{ max-width: 240px;}
  textarea { max-width: 100%;}
}


@media screen and (max-width: 865px)  {
footer a { line-height: 2em; padding: 0 .5em;}
  footer li { display: none;}
  footer li.keep {display:inline;}
}

@media screen and (max-width: 440px) {
  footer a { line-height: 2em;}
  footer li { display: none;}
  footer li.keep {display:inline;}
}

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

}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {


}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; 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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}