/* begin styling */
html { 
    background-color: #000000;
    color: white;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

#main {
    -webkit-perspective: 500px;
    perspective: 500px; 
}


h1, h2, h3 {
    font-family: 'Avenir Next W10 Bold';
}

p { 
    font-family: 'Avenir Next W10 Medium';
}
a { 
    font-family: 'Avenir Next W10 Medium';
}

.backfaceVisible {
    backface-visibility: visible;
    -webkit-backface-visibility: visible; /* Chrome and Safari */
    -moz-backface-visibility: visible; /* Firefox */
}
.white              { color: white; }

.bor_clear  { border: 0; }
.bor_clear:focus { outline: 0 }

.left       { float: left; }
.right      { float: right; }
.inline     { display: inline; }
.block      { display: block; } 
.clear      { clear: both; }
.absolute   { position: absolute }

.description-panel {
    background-color: rgba(77, 77, 77, 0.5);
}

.description-closing-tab {
    border: 1px solid white;
}

/* INTERFACE.JS */
.textinput
{        
    height:40px; 
    width:100%; 
    padding-left: 6px;     
    padding-top: 0px;     
    color: rgba(0, 0, 0, 1.0);
    font-size: 24px; 
    font-family: 'Avenir Next W10 Thin';
    background-color:rgba(0, 0, 0, 1.0); 
    border: 1px solid rgba(255, 255, 255, .750);   
    outline-width: 0px;
    -webkit-user-select: auto !important;
    user-select: auto !important;
}

.textinput:focus
{
    color: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(255, 255, 255, 1.0);   
    outline-width: 0px;    
    -webkit-user-select: auto !important;
}

.submit
{
    padding-top: 9px;
    padding-left: 4px;
    line-height: 24px;
    font-size: 24px; 
    font-family: 'Avenir Next W10 Medium';   
}


/* BACKTILE.JS */
.lightbox-title { 
    font-family: 'Avenir Next W10 Bold';
	color: #FFBF00;
	font-size: 24px;
    padding-bottom: 20px;
    float: left;
}

.lightbox-spanish-title { 
    font-family: 'Avenir Next W10 Medium';
	font-size: 24px;
    font-style: italic;
    color: #ccc;
    float: left;
    clear: both;
}

.lightbox-tag-title { 
    font-family: 'Avenir Next W10 Medium';
    color: #FFBF00;
    font-size: 24px;
    line-height: 10px;
    padding-bottom: 15px;
}
.lightbox-tag-content { 
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 28px;
}
.overlay-title { 
    font-family: 'Avenir Next W10 Medium';
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 15px;
}
.lightbox-thumb { 
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.47) 0%, rgba(0,0,0,0.73) 85%, rgba(0,0,0,0.77) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.47)), color-stop(85%,rgba(0,0,0,0.73)), color-stop(100%,rgba(0,0,0,0.77))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.47) 0%,rgba(0,0,0,0.73) 85%,rgba(0,0,0,0.77) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.47) 0%,rgba(0,0,0,0.73) 85%,rgba(0,0,0,0.77) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.47) 0%,rgba(0,0,0,0.73) 85%,rgba(0,0,0,0.77) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.47) 0%,rgba(0,0,0,0.73) 85%,rgba(0,0,0,0.77) 100%); /* W3C */
 /*   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78000000', endColorstr='#c4000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 2px solid #ffffff;
    cursor: pointer;
}
h1.lightbox-thumb-tile { 
    font-family: 'Avenir Next W10 Medium'; 
    color: #ffffff;
    text-transform: uppercase;
}
h5.lightbox-thumb-year {
    padding-top: 12px;
    font-family: 'Avenir Next W10 Medium'; 
}

.gradient-bg { 
    background: -webkit-linear-gradient(left, 
        rgba(105,94,127,0.54) 0%,
        rgba(255,92,92,0.57) 15%,
        rgba(255,160,17,0.59) 27%,
        rgba(252,236,93,0.61) 37%,
        rgba(255,229,145,0.63) 46%,
        rgba(111,196,173,0.65) 58%,
        rgba(106,132,186,0.67) 69%,
        rgba(209,119,195,0.69) 79%,
        rgba(216,213,125,0.7) 89%,
        rgba(216,213,125,0.72) 100%), 
        -webkit-repeating-linear-gradient(-45deg, rgba(255,255,255,0.5), 
        transparent 20px, 
        rgba(255,255,255,0.3) 40px)
}


.core-nextDescription a {
    color: #ffffff;
    line-height: 18px;
}
.core-next-demo { 
    font-size: 12px;
    color: #ccc;
    font-family: 'Avenir Next W10 Medium';   
}
.core-next-name { 
    color: #ffffff;
    font-family: 'Avenir Next W10 Medium';   
}

.textinput
{        
    height:40px; 
    width:100%; 
    padding-left: 6px;     
    padding-top: 0px;     
    color: rgba(255, 255, 255, .750);
    font-size: 24px; 
    font-family: 'Avenir Next W10 Medium';
    background-color: #222; 
    border: 1px solid rgba(255, 255, 255, .750);   
    outline-width: 0px;
}

.textinput:focus
{
    color: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(255, 255, 255, 1.0);   
    outline-width: 0px;    
}

.submit
{
    padding-top: 9px;
    padding-left: 4px;
    line-height: 24px;
    font-size: 24px; 
    font-family: 'Avenir Next W10 Medium';   
}

.core-error { 
    font-family: 'Avenir Next W10 Medium';   
}

.ui-label { 
    font-family: 'Avenir Next W10 Medium';
}

/* .twittercontainer {
	position: absolute;
	left:20px;
	bottom:100px;
 /* text-align: center;
  max-width: 600px;
  margin: 0 auto;
} */

fb-root {
	position: absolute;
	left:50px;
	bottom:50px;
	z-index:1;
}

.custom-follow-button a {
  position: relative;
  display: inline-block;
  font-family: 'Avenir Next W10 Medium';
  height: 30px;
  padding: 4px;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  font-weight: bold;
  background-color: #F8F8F8;
 /* background-image: -webkit-gradient(linear,left top,left     bottom,from(#FFF),to(#DEDEDE));
  background-image: -moz-linear-gradient(top,#FFF,#DEDEDE);
  background-image: -o-linear-gradient(top,#FFF,#DEDEDE);
  background-image: -ms-linear-gradient(top,#FFF,#DEDEDE); */
  border: #CCC solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  z-index:1;
}
.custom-follow-button a:hover  {
  border-color: #BBB;
  background-color: #F8F8F8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#D9D9D9));
  background-image: -moz-linear-gradient(top,#F8F8F8,#D9D9D9);
  background-image: -o-linear-gradient(top,#F8F8F8,#D9D9D9);
  background-image: -ms-linear-gradient(top,#F8F8F8,#D9D9D9);
  background-image: linear-gradient(top,#F8F8F8,#D9D9D9);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.custom-follow-button a .btn-icon{
  position: absolute;
  width: 24px;
  height: 18px;
  top: 50%;
  left: 3px;
  margin-top: -9px;
  background: url('./famous/favicon.ico') 1px center no-repeat;
  background-size: 18px;
  z-index:1;
}
.custom-follow-button a .btn-text{
  display: inline-block;
  padding: 2px 3px 0 20px;
  z-index:1;
}
