

/* Body and structure
-------------------------------------------------- */
body {
         background:#eee;
         
        
         
}

body > .navbar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.introduction{
        background-image: -moz-linear-gradient(top, white, #F2F2F2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, white, #F2F2F2);
background-image: -o-linear-gradient(top, white, #F2F2F2);
background-image: linear-gradient(to bottom, white, #F2F2F2);;
        
        
        padding:0;
        
}

.container{
        width:940px;
        margin:0 auto;
}


.center{
        text-align:center;
}

a {
color:;
font-weight:300;
}

ul {
    list-style: none;
}

.summerfest{
        padding:10px 0 30px 0;
}

/* Image styles
-------------------------------------------------- */


#iphone{
        -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
box-shadow: rgba(0, 0, 0, .35) 0 1px 3px;
box-shadow: rgba(0, 0, 0, .15) 0 1px 6px url(0/IE9);
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;

}

.appicon{
        border-radius:16px;
        margin-bottom:10px;
}

.imgspace{
        padding-right:7px;
}

.clock {
    position: absolute;
    top: 264px;
    left: 20px;
    z-index: 600;
}

.nav-points-bar {
background: -moz-linear-gradient(left,  rgba(71,71,71,1) 0%, rgba(74,74,74,1) 1%, rgba(255,255,255,0.64) 64%, rgba(255,255,255,0.63) 66%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(71,71,71,1)), color-stop(1%,rgba(74,74,74,1)), color-stop(64%,rgba(255,255,255,0.64)), color-stop(66%,rgba(255,255,255,0.63)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(71,71,71,1) 0%,rgba(74,74,74,1) 1%,rgba(255,255,255,0.64) 64%,rgba(255,255,255,0.63) 66%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(71,71,71,1) 0%,rgba(74,74,74,1) 1%,rgba(255,255,255,0.64) 64%,rgba(255,255,255,0.63) 66%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(71,71,71,1) 0%,rgba(74,74,74,1) 1%,rgba(255,255,255,0.64) 64%,rgba(255,255,255,0.63) 66%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(71,71,71,1) 0%,rgba(74,74,74,1) 1%,rgba(255,255,255,0.64) 64%,rgba(255,255,255,0.63) 66%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    width: 800px;
    height: 6px;
    z-index: 500;
    position: absolute;
    top: 273px;
    left: 27px;
}

.point-caret {
    border-top: #fff 6px solid;
    border-left: rgba(0,0,0,0) 6px solid;
    border-right: rgba(0,0,0,0) 6px solid;
    border-bottom: none;
    left: 50%;
    margin-left: -6px;
    position: relative;

}

/* Right Menu
---------------------------
/*marketing button */
@-webkit-keyframes marketingButton {
  from { box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 5px rgba(0,68,204,.5); }
  50% {  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.9); }
  to {   box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 5px rgba(0,68,204,.5); }
}
@-moz-keyframes marketingButton {
  from { box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 5px rgba(0,68,204,.5); }
  50% {  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.9); }
  to {   box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 5px rgba(0,68,204,.5); }
}
.subnav .btn {
float:right;
margin-top:4px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 300;
  color: #fff; /* redeclare to override the `.jumbotron a` */
  border: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.01);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.01);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.01);

}
.marketing .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}

.tpssfa{
        z-index:10;
    margin: 0 20px;
}

.introimg{
        margin: 32px  0 5px ;
        padding:10px;
    text-align:center;
}



.infoicon{
        float:left;
        padding:5px;
        margin-left: -20px;
        
        
}

.listings {
    width: 100%;
}

.aside {
    width: 33%;
}

.aside h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.btn{
                -webkit-box-shadow: rgba(255,255,255,0.95) 0 1px 3px;
-moz-box-shadow: rgba(255,255,255,0.95) 0 1px 3px;
box-shadow: rgba(255,255,255,0.95) 0 1px 3px;
box-shadow: rgba(255,255,255,0.95) 0 1px 6px url(0/IE9);



}



.daily li {
        list-style:none;
        margin: -18px 0 0;
        padding:0;
        display:inline-block;
}

.social-breadcrumb li {
        list-style:none;
        margin:2px 3px 0px;
        padding:0;
        display:inline-block;
}

.topsection li {
        list-style:none;
        margin:0px;
        
        display:inline-block;
}

.buttonspace{
        text-align:center;
        padding:20px 0 15px;
        margin-bottom:20px;
        
}

.buttonspace a.btn.btn{
text-align:center;
        font-size:15px;
        font-weight:500;
        padding:15px;
        color:#fff;
        
        -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.category-header {
      
        border-radius:0;
   
        width:100%;
        padding:0 ;
        font-size:12px;
        background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
        border-bottom: 1px solid #DDDDDD;

}

.category-header h5 {
    line-height: 20px;
     padding:0 0 0 3px;
}


.pill {


        padding:0px 0 5px;
        text-align:left;
        margin:0px 8px 8px 0;
    
		border:1px solid #cdcdcd;
       
     
        background-color:#fff;
        height:205px;
        width: 230px;
        float: left;
        content: "";
        position: relative;
        


}

.pill:hover{
   border:1px solid #949494;
   }


.pill img {

        position: absolute;
        
        display:inline-block;
       border-bottom:1px solid #cdcdcd;
        
}

.content-social {
        position: absolute;
        top:125px;
        right:0px;
        z-index:9000;
        text-align:center;
        
}

 .social-breadcrumb {
    
        margin-top:-2px;
        margin-left:0;
        max-width:160px;
        padding-right:0;
        -webkit-padding-start: 0px;
        min-width:45px;
        border:1px solid #cdcdcd;
        height:27px;
		display:block;
        background: #ffffff; 
        margin-right:-1px;


        
}

.pill .social-breadcrumb img{
	position:relative;
}

.social-breadcrumb a{
        display:block;
        line-height:0px;
        width:20px;
        
}
.social-breadcrumb a > img{
        width:20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border:2px inset #cdcdcd;
        -moz-transition: border .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
        
        display:inline-block;
        
}


.social-breadcrumb a:hover > img{
        border:2px solid #f3f3f3;
        box-shadow:0px 0px 5px #fff;
        
}

.content{

        margin-top:130px;
        padding:0 15px;
}

.pill a{
                
        font-size: 18px;
        color:;
        font-weight: 200;
        line-height: 24px;
        
        
}


.pill a:hover {
        color:#c0c0c0;
        text-decoration:none;
        
}

.pill h4{
        
        font-size: 12px;
        line-height: 18px;
        color: #777;
        font-weight:400;
        display: block;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        white-space: nowrap;
        text-transform:lowercase;
        
}
.pill h5 {

        font-size:11px;
        color:#929292;
        text-shadow:0px 1px 0px white;
        text-transform:none;
        font-weight:500;
        
}




.softbox-black{

        text-align:left;
        display: inline;
        float: left;
        position: relative;
        z-index: 1;
        margin-bottom:5px;
        padding:15px;
        border-bottom:1px solid #707070;
        border-top: 1px solid rgba(190,190,190,0.75);
        -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
        -moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
        box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
        box-shadow: rgba(0, 0, 0, .15) 0 1px 6px url(0/IE9);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-image: -moz-linear-gradient(100% 100% 90deg, #6e6e6e 1.99%, #2e2e2e 9.93%);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 5.00%, from(#6e6e6e  ), to( #2e2e2e ));

}


.login a{

        font-size:10pt;
        font-weight:500;
        color:#ff0000;
        line-height:20px;
        text-align:center;
}

.login{

        padding:0 0 10px 30px;
        
}



.login a:hover{

        text-decoration:none;
        color:#701e1e;
}



.addlink :hover{
        color:#730e0e;
        text-decoration:none;
}

.appinfo{
        padding-top:40px;
}

#chev{
        padding-top:5px;
        float:right;
}

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


/*
#app a {
    font-size: 60%;
    line-height: 40px;
    color: #555;
    font-weight: bold;
    padding-left:5px;
    border:1px solid transparent;
    border-radius:5px;
    padding:10px 15px;
      -moz-transition: border .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    
  
}



a:hover{
    text-decoration:none;
}
*/


/* Jumbotrons
-------------------------------------------------- */

.marketing .row {
  margin-bottom: 9px;
}
.marketing h1 {
  margin: 25px 0px 10px 0;
  font-size: 40px;
  font-weight:300;
  
}

.marketing h2 {
  text-align: left;
font-size: 10pt;
line-height: 26pt;
font-weight: 500;
padding: 0px 0px 0 30px;

}

.marketing h3 {
  font-size: 24px;
  color:#2b2a2a;
  line-height:30px;
  padding: 10px;
  font-weight:400;
}

.marketing h4{
  font-size: 14px;
  color:#ff0404;
  line-height:13px;
  font-weight:200;
  text-align:right;
  margin-left:0px;
}


.marketing p{
        text-align:left;
        font-size:13px;
        line-height:13pt;
        font-weight:200;
        padding:10px;
        color:#595959;
        
}


.softbox-black h2 {
  text-align: left;
font-size: 13pt;
line-height: 24pt;
font-weight: 200;
padding: 5px 0px 0 20px;
border-bottom:1px solid #F2F2F2;
color:whitesmoke;
}

.softbox-black p{
        text-align:left;
        font-size:13px;
        line-height:13pt;
        font-weight:200;
        padding:15px;
        color:#dbdbdb;
        border-bottom:1px solid #F2F2F2;
        
}

.softbox-black a{
        font-size:12pt;
        font-weight:500;
        color:whitesmoke;
        line-height:20px;
        padding-bottom:5px;
        
}

.softbox h5{
        font-size:13px;
        font-weight:300;
        line-height:15px;
        padding:0
        
}

.signup{
        padding:15px;
}

.softbox-black a:hover{
        text-decoration: none;
        color:#d1d1d1;
}


.twitterbuttons{
        text-align:center;

}

.twitter-share-button{
        
        width:70px;
}

.appnews strong{
        color:#555;
        font-size:18px;
        font-weight:500;
}

.facebookit{
        padding:5px 5px 5px 0;
}

.appnews p{
        padding:15px 0;
        border-bottom: 1px #C7C7C7 solid;
        
}

#mc_embed_signup input.email {
display: block;
padding: 8px 0;
margin: 0 4% 10px 0;
text-indent: 5px;
width: 100%;
}

.iphone img{
        text-align:right;
}

.appinfo{
         margin: -8px 0 55px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  text-align: center;
}




form{
        margin-bottom:0;
}


#mc_embed_signup form{
        padding-bottom:3px;
}
/* Summer Festival
-------------------------------------------------- */
.social{
        padding: 10px;
        line-height:15px;
        text-align:center;
}

.social h3 {
  font-weight: 200;
  font-size:14px;
  color:#464646;
  margin-bottom:15px;
  text-align:center;
}

.marketing{

        padding-bottom:10px;
}

.header{
        z-index:2;
        width:100%;
        overflow: hidden;
        height:274px;
        text-align: center;
        background-image:black;
        background-color:black;
        

}

.iphones{
        padding-top:15px;
        padding-right:140px;
        display:block;
        width:600px;
        z-index:1;
        float:right;
}

.showcase {
    position: absolute;
    top: 80px;
    left: 80px;
    width: 372px;
    text-align:center;
}

#download-app{
	position:absolute;
	top:30px;
	right:-30px;
}

.showcase h1{
        font-weight:200;
        font-size:29px;
        color:white;
        text-shadow: 0 1px 15px black;
}

.showcase h2{
        font-weight:400;
        font-size:14px;
        color:white;
        text-shadow: 0 1px 20px black;
}

.showcase h4{
        margin-top:280px;
        text-shadow: white 1px 0;
        text-align: left;
}

.showcase img{
        margin-top:15px;
        box-shadow:0px 0px 10px white;
}



.appstore{
        border-radius:4px;
        
}

.header img{
        z-index:1;
}

.topsection{

z-index:1;
}

.introduction{
    z-index:1;
}

.sunspot{
        padding:15px 0;
        text-align:center;
}



.tpssf {
  padding: 0 0 36px 0;
  
}

.tpssf h1{
        font-weight: 300;
        font-size: 15pt;
        color: #555;
        padding:0 15px;
        line-height:18px;
        background-color:transparent;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}

.tpssf h2{
        font-weight: 200;
        font-size: 22px;
        color: #555;
        line-height:24px;
        background-color:transparent;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}


.tpssf p {
        color:#fff;
        font-size:11pt;
        font-weight:300;
        text-align:left;
}

.daily{
        z-index:900;
        margin: 0;
        position: relative;
        top: -20px;
}

.sidepanel{
        width:100%;
}

.daily.row{
        margin-left:0;
}

.softbox img{
        
        padding:15px;
}



.daily h2{
text-align:left;
        padding:25px 15px 10px 0;
        font-weight: 300;
        font-size: 24px;
        color: #555;
        line-height:24px;
        background-color:transparent;
        text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

.daily h3{
        font-weight: 200;
        font-size: 16pt;
        color: #3e3e3e;
        line-height: 24px;
        background-color: transparent;
        text-shadow: 0px 1px 0px rgba(255,255,255,1);
        white-space: nowrap;
        width: 182px;
}



.daily h6 {

   padding-top:0;       

}

.daily p{

        padding:5px 20px 15px ;
}


.softbox{
        border: 1px #c7c7c7 solid;
        background-image: -moz-linear-gradient(100% 100% 90deg, #ffffff 0%, #ededed 150%);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 150%, from(#ffffff), to(#ededed));
        -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
box-shadow: rgba(0, 0, 0, .15) 0 1px 6px url(0/IE9);
        padding:0px 20px 10px;
        margin-bottom:10px;
        display:block;
        min-height:120px;
        border-radius:7px;
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        
}

.dailysocial{
        padding: 10px;
        line-height:15px;
        text-align:right;
}



/* Space out sub-sections more
-------------------------------------------------- */

section {
  padding-top: 0px;
}





/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 7px 0 3px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


hr.softenwhite {
  margin: 20px 0;
  border-bottom:1px  #fff dotted;
}

hr.soft {
  height: 1px;
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;

}

horline {
  height: 1px;
  margin: 0px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;

}





/* Masthead (docs home) */
.masthead {
  padding-top: 0px;
  margin-bottom: 72px;
}
.masthead h1,
.masthead p {
  text-align: center;
}
.masthead h1 {
  margin-bottom: 15px;
}
.masthead p {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 30px;
  line-height: 36px;
}


/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.subhead h1 {
  font-size: 54px;
}

/* Subnav */
.subnav {
overflow: visible;
color: #555;
font-weight:500;
z-index:100;
margin-top:-7px;

}



.subnav-inner{

        
min-height: 40px;
height:inherit;
padding:0 20px;
margin-bottom:5px;
background-color: #FAFAFA;
background-image: -moz-linear-gradient(top, white, #F2F2F2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, white, #F2F2F2);
background-image: -o-linear-gradient(top, white, #F2F2F2);
background-image: linear-gradient(to bottom, white, #F2F2F2);
background-repeat: repeat-x;
border: 1px solid #D4D4D4;

filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);

}

.subnav .nav {
  margin-bottom: 0;
}

#day-of-the-week {
    float: left;
    width: 40%;
    max-width: 250px;
    min-width: 120px;
    margin-top: 14px;
    display: none;
}

@media (max-width: 767px) {
    .daily .subnav .nav {
        display: none;
    }

    #day-of-the-week {
        display: block;
    }

    .subnav-inner {
        min-height: 55px;
    }
}


.subnav .nav > li > a {
float: none;
padding: 18px 10px;
color: #555;
text-decoration: none;
text-shadow: 0 1px 0 white;
margin-bottom:0;

font-weight:400;
}





.subnav .nav > li  {

margin-bottom:0;
}

.subnav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.subnav .nav > li > a:focus,
.subnav .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}



.subnav .nav > .active > a, .subnav .nav > .active > a:hover, .subnav .nav > .active > a:focus {
color: #555;
padding-top:17px;
text-decoration: none;
background-color: #E5E5E5;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}


.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.subnav .brand {
display: block;
float: right;
padding: 10px 20px 10px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
color: #555;
text-shadow: 0 1px 0 white;
}


/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {


  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}


/* Quick links
-------------------------------------------------- */
.wapu-links {
  margin: 20px 0;
}
.quick-links {
  min-height: 30px;
  margin: 0;
  padding: 5px 20px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.quick-links:first-child {
  min-height: 0;
}
.quick-links li {
  display: inline;
  margin: 0 8px;
  font-size: 18px;
 color: red;
 font-weight: 300;
 text-align:left;
 top:-15px;
}

.quick-links h2 {
  display: inline;
  margin: 0 8px;
  font-size: 18px;
 color: red;
 font-weight: 300;
 text-align:left;
 top:-15px;
}
.quick-links .github-btn,
.quick-links .tweet-btn,
.quick-links .twfollow-btn,
.quick-links .like-btn,
.quick-links .fbfollow-btn {
  position: relative;
  top: 5px;
}

.twfollow-btn img{
        margin-top:25px;
}

.twfollow-btn p{
        margin-top:-25px;
}
/* Marketing section of Overview
-------------------------------------------------- */


.redirect{
        margin-top:10px;
}

.redirect h3 {
  font-size: 14px;
  color:#F00;
  line-height:20px;
  padding-top:5px;
}

 .button{
        margin-top:2px;
}

.marketing .bs-icon {
  float: left;
  margin: 0px 10px 0 0;
  opacity: .8;
}
.marketing .small-bs-icon {
  float: left;
  margin: 4px 5px 0 0;
}

.span4 .social-spacer{
        display:block;
        text-align:center;
        margin: 10px 0 0 20px;
        
}




/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}


/* Render mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
  height: 240px;
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}


/* Popover docs
-------------------------------------------------- */
.popover-well {
  min-height: 160px;
}
.popover-well .popover {
  display: block;
}
.popover-well .popover-wrapper {
  width: 50%;
  height: 160px;
  float: left;
  margin-left: 55px;
  position: relative;
}
.popover-well .popover-menu-wrapper {
  height: 80px;
}
.large-bird {
  margin: 5px 0 0 310px;
  opacity: .1;
}


/* Download page
-------------------------------------------------- */
.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}

/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}

/* Variables section */
#variables label {
  margin-bottom: 0;
}

/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
#download p,
#download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
#download h4 {
  margin-bottom: 0;
}
#download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/* Color swatches on LESS docs page
-------------------------------------------------- */
/* Sets the width of the td */
.swatch-col {
  width: 30px;
}
/* Le swatch */
.swatch {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: -6px 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* For white swatches, give a border */
.swatch-bordered {
  width: 28px;
  height: 18px;
  border: 1px solid #eee;
}


/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.marketing-byline {
  margin:  55px 0 27px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  text-align: left;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}

/* Remove bottom margin on example forms in wells */
form.well {
  padding: 14px;
}

/* Tighten up spacing */
.well hr {
  margin: 18px 0;
}

/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Eaxmples page
------------------------- */
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}

/* Responsive table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top:    -1px;
  left:   -1px;
  right:  -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

@media (max-width: 784px) {
    .pill{
        min-width:97%;
        margin:0px 5px 50px 5px;
    }

    .pill img{
            
            float:left;
            margin-bottom:30px;
    }

    .pimg {
            padding:0;
    }
}

@media (max-width: 680px) {
    .listings {
        width: auto;
    }
    .aside {
        width: auto;
        margin-right: 0;
    }
    .softbox p {
        padding: 0 10px;
    }
}

/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {


.daily h4{
        font-size:11pt;
        line-height:13pt;

}




.softbox{
        
        
        margin:5px;
        
}

.sidepanel{
        width:80%;
}



.buttonspace .btn{
        top:620px;
        position:absolute;
}


  /* Reduce padding above jumbotron */
  body {
    padding:0px;
  }
  
  .nav-collapse {
          z-index:9000;
  }
  
  #home{
          padding-top:0px;
  }

  /* Change up some type stuff */
  h2 {
    margin-top: inherit;
  }
  h2 small {
    display: block;
    line-height: 18px;
  }

  /* icons */
  .marketing .bs-icon {
    margin: 0 4px 0 0 ;
  }

  /* Adjust the jumbotron */
  .jumbotron .h1,
  .jumbotron p {
    text-align: center;
    margin-right: 0;
  }
  .jumbotron .h1 {
         margin-bottom:7px;
  }
  .cityscape h1{
        font-size: 20px;
    margin-top:0px;
  }
  


  .jumbotron .cityscape{
         padding-top:0;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .jumbotron .btn {
    display: block;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 auto 10px;
  }
  /* Masthead (home page jumbotron) */
  .masthead {
    padding-top: 0;
  }

  /* Don't space out quick links so much */
  .quick-links {
    margin: 40px 0 0;
  }
  /* hide the bullets on mobile since our horizontal space is limited */
  .quick-links .divider {
    display: none;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

}


@media (max-width: 768px) {

  /* Remove any padding from the body */
  body {
    padding: 0;
  }
  
.sidepanel{
        width:80%;
}
  

.daily .span9 {
        width:750px;
}

  .softbox{
        
        
        margin:5px;
        
}
  
  .jumbotron {
          padding-top: 0;
  }
  #home {
          padding-top: 0px;
  }

.buttonspace .btn{
        top:620px;
        position:absolute;
}



  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }

  /* Subnav */
  .subnav {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    background: #fff; /* whole background property since we use a background-image for gradient */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
.nav > li + li > a {
    border-top: 1px solid #ffffff;
  }
 .nav > li:first-child > a,
 .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }

  /* Popovers */
  .large-bird {
    display: none;
  }
  .popover-well .popover-wrapper {
    margin-left: 0;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }



}

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

  /* Scale down the jumbotron content */
  
body{
        padding-top:0px;
}

.buttonspace .btn{
        top:600px;
        position:absolute;
}



.daily h4{
        font-size:11pt;
        line-height:13pt;
}


}


@media (min-width: 768px) and (max-width: 980px) {

  /* Remove any padding from the body */


  
  body {
    padding-top: 0;
  }
  .jumbotron {
          padding-top:0;
  }
  #home{
          padding-top:0;
  }
  
    /* Scale down the jumbotron content */
  .jumbotron .h1 {
    font-size: 72px;
  }
  
    .cityscape h1 {
    font-size: 30px;
  }
  
  .jumbotron .cityscape {
          padding-top:7;
          font-size: 48px;
          margin-bottom:14px;

}
    }


@media (max-width: 980px) {

  /* Unfloat brand */
  .navbar-fixed-top .brand {
float:left;
        width:35px;  
        padding-left:20px;
        background: url(/images/applogo.png) no-repeat center top;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }
  
  .point-caret,
  .nav-points-bar,
  .clock {
    display: none;
  }
  .daily li {
    margin: 0;
  }

}

/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {

  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
  }

}

.pagination {
    clear: both;
}
