/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

[hidden] { display: none; }



/*!* General */

.uppercase {
  text-transform: uppercase;
}


body{
  background: #fff;
  margin-top: 100px;
}

.btn, a {
  transition: background-color .5s, border-color .5s, color .5s, text-decoration .5s;
  -webkit-transition: background-color .5s, border-color .5s, color .5s, text-decoration .5s;
}

.breadcrumb a{
    color: #777;
    text-decoration: none;
    border-bottom: 1px solid transparent;    
    -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
}

.breadcrumb a:hover{
      color: #2B9884;
      border-bottom: 1px solid #2B9884;
  }
  
.down10{
  margin-bottom: 10px;
}

.top5{
  margin-top: 5px;
}

.top10{
  margin-top: 10px;
}

.top20{
  margin-top: 20px;
}

.top40{
  margin-top: 40px;
}
.top50{
  margin-top: 50px;
}
.top60{
  margin-top: 60px;
}

.top80{
  margin-top: 80px;
}

.font18{

  font-size: 18px;

}

.show-hide{
  font-size: 14px;
}

.input-prepend{
  width: 100%;
}

/**************** 
Alert Messages
*****************/



/*!* Color */
.grey{
  color: #808080;
}


/*!* Fonts */

.bold{
  font-weight: 600;
}

.black{
  font-weight: 700;
}

/*!* NAVBAR */

.navbar-default {
  background-color:#fff;
  border-bottom:1px solid #ddd;
  padding:5px 0;
  box-shadow:0 0 3px rgba(0,0,0,.25);
}

.navbar-default .navbar-nav > li > a {
  color: #777;
  border-bottom: 3px solid transparent;
  padding-top: 18px;
  padding-bottom: 23px;
  margin-top: 5px;
}

@media (min-width:768px) {
    .navbar-default .navbar-nav > li > a {
        margin-top: 0px;
    }
    
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}


.navbar-default .navbar-nav > li > a:hover {
  color:#2B9884;
  text-decoration:none;
  border-bottom: 3px solid #2B9884;
}

.avatar_img {
    margin-top: -5px !important;
}

.avatar_img:hover {
  border-bottom: none !important;
}

.navbar-default .navbar-nav > .active > a {
  color:#2B9884;
  text-decoration:none;
  background-color: transparent;

}
.navbar-brand,
.navbar-nav > li > a {
  transition: background-color .5s, border-color .5s, color .5s;
  -webkit-transition: background-color .5s, border-color .5s, color .5s; /* Safari */
}

.navbar-brand {
  width:190px;
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand > img {
    display: block;
    max-width: 170px;
}
.navbar-brand span {
  display:none;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
  }
}


.avatar {
  width:40px;
  height:40px;
  margin:8px 10px 0 0;
  border-radius:20px;
  vertical-align:middle;
  text-align:center;
  font-size:16px;
  font-weight:600;
  background-color: #B2D3CD;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  -webkit-transition: background-color .5s, color .5s;
}

.avatar:hover{
  background-color: #2B9884;
}

.avatar:hover a{
  color: #123;
}

.avatar a{
  margin-top: -7px;
}

.avatar a:hover{
  color: #fff !important;
  text-decoration: none !important;
}

.avatar img {
  margin:-11px 0 0 -15px;
  border:2px solid transparent;
}



.navbar .btn-default {
  background-color: transparent;
  border:2px solid #2B9884;
  font-weight:600;
  font-size:13px;
  color:#2B9884;
  padding: 10px 15px 10px;
  margin-top: 7px;
}

.navbar .btn-default:hover,
.navbar .btn-default:focus {
  background-color: #2B9884;
  color: #fff
}


/**************** 
ACCOUNT 
*****************/
body.signin,
body.account {
  margin-top:100px;
  background: #F9F9F9;
}


.helpy{
  border-right: 1px solid #ccc;
}

@media (max-width: 768px) {
    
    .helpy{
      border-right: none;
      }

}

#forgot-pass{
  color: #777;
}

#forgot-pass:hover {
  color: #2B9884;
}

.ssnn-twitter,
.ssnn-facebook,
.ssnn-google{
 height: 50px;
 min-width: 32.5%;
  padding-top: 15px !important;
  font-size: 14px;
}

  @media (max-width: 768px){
  .ssnn-twitter,
  .ssnn-facebook,
  .ssnn-google {
   height: 50px;
   min-width: 100%;
   margin-top: 15px;
  }

} 


.ssnn-twitter {
  background-color:#4D91D6;
  border-color:#447DC4;
  color:#fff;
}

.ssnn-twitter:hover,
.ssnn-twitter:focus {
  background-color:#447DC4;
  border-color:#3362AC;
  color:#fff;
}

.ssnn-facebook {
  background-color:#4E6CA0;
  border-color:#3A527F;
  color: #fff;
}

.ssnn-facebook:hover,
.ssnn-facebook:focus {
  background-color:#3A527F;
  border-color:#28385F;
  color:#fff;
}

.ssnn-google {
  background-color:#FFF;
  border-color:#ccc;
  color:#666;
}

.ssnn-google:hover,
.ssnn-google:focus {
  background-color:#F5F5F5;
  border-color:#D5D5D5;
  color:#666;
}

/**************** 
About
*****************/


#about_wrapper{
  height: 400px;
  width: 100%;
  margin-top: -30px;
  background: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/bg_jumbo_03.png');
  background-attachment: fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about_title{
  font-size: 48px;
  font-weight: 300;
}

@media (max-width: 360px){
#about_wrapper{
  height: 200px;
}
  #about_title {
    padding-top: 10%;
    font-size: 30px;
  }
}

@media (min-width: 768px){
#about_wrapper{
  height: 200px;
}
  #about_title {
    font-size: 40px;
  }
}


#intro_about{
background: #f9f9f9;
padding-top: 25px;
padding-bottom: 25px;
}

.bignews-banner{
  background-color: #ccc;

}

.description{
  border-right: 1px solid #eee;
  margin: 30px 0 30px 0;
  padding-right: 40px;
}

.description h3:first-child{
  margin-top: 0;
}


@media (max-width: 991px){
    .description {
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
.support{
    margin: 30px 0 30px 0;
    margin-left: 20px;
}
}

.values {
  margin: 0 auto 30px auto;
  padding: 50px 0;
}

.values-text{
  text-align: center;
  color: #777;
  font-weight: 200;
  margin-bottom: 60px;
}

.value-reasons p{
  color: #777 ;
  font-weight: 200;
  font-size: 20px;
  text-align: center;
}

.legend{
  text-align: center;
}

.about_icons {
  text-align:center;
  font-weight:bold;
  margin-bottom:40px;
}

.about_icons > div {
  font-size:92px;
  color:#2B9884;
}
.about_icons > p {
  font-size:18px;
}

body.about p.legend {
  text-align:center;
  display:block;
  width:50%;
  color:#999;
  margin:60px auto 10px auto;
  font-size:22px;
  font-weight:200 !important;
  font-style:italic;
}

.meet-team {
  padding:40px 20px 60px 20px;
}

.header-meet-team {
  color: #2B9884;
  font-weight: 200;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

ul.members {
  list-style-type:none;
  text-align:center;
  padding:0 0 0px 0;
  margin:0;
  font-size:13px;
}
ul.members > li {
  width:24%;
  display:inline-block;
}

@media (max-width: 768px){
  ul.members > li {
  width:49%;
}

}
ul.members li > a > img {
  border:2px solid rgba(0,0,0,.2);
  padding:2px;
}

ul.members li > h4 {
  font-size:14px;
  font-weight:700;
  margin:12px 0 6px 0;
  text-align:center;
  color: #777;
}

ul.members ul {
  margin:0;
  padding:0;
}
ul.members li a {
  color:#777;
}
ul.members ul li {
  display:inline-block;
}
ul.members ul li a {
  position:relative;
  display:inline-block;
  text-align:center;
  font-size:18px;
  padding:5px 3px;
  margin:8px 0 0 0;
  z-index:1000;
  width:34px;
  height:34px;

}
ul.members ul li a:hover {
  color:#2B9884;
}

ul.members li a img {

}
ul.members li:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>"); 
  filter: none;
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  filter: grayscale(50%);
  background-color:rgba(0,0,0,.05);
}


/**************** 
Footer 
*****************/

.prefooter{
  margin: 70px 0 0px 0;
}

.supported {
  background-color:#f2f2f2;
  color:#bbb;
  padding:0 0 40px 0;
}

#supported_by{
  font-size: 16px;
  text-align: center;
  margin: 40px 0 30px 0;
  font-weight: 300;
}

.supported ul,
.press ul {
  display:block;
  margin:30px 0 40px 0;
  text-align:center;
  list-style-type:none;
  display:block;
    padding-right: 40px;

}

.press ul li,
.supported ul li {
  background: transparent url("/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/sprite.png") no-repeat;
  height:65px;
  
  margin: 20px auto;
}

.supported ul li span,
.press ul li span {
  display:none;
}


.supported ul li a {
  display:block;
  height:60px;
}

.supported ul li.shuttleworth {
  background-position: 0px -500px;

}
.supported ul li.openknowledge {
  background-position: 0px -600px;
}
.supported ul li.alfredpsloan {
  background-position: 0px -700px;
}
.supported ul li.cyberscience {
  background-position: 0px -800px;
}

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

  .supported ul li{
    max-width: 300px;
     margin-left: 25px;
  }

}

@media (max-width: 768px) {

  .supported ul{
   padding-right: 40px;
  }


  .supported ul li{
    max-width: 300px;
     margin: 40px auto;
  }

}

/****Logo opacity animation******/

@media (min-width: 768px){

  .supported ul li{
    opacity: .5;
    transition: all .5s ease;
    -webkit-transition: all ease .5s;
  }

  .supported ul li:hover{
    opacity: 1;
  }

}

.footer {
  background-color:#161818;
  color:#878787;
  font-size:14px;
  padding-top:40px;
  padding-bottom:40px;
}

.footer a {
  cursor:pointer;
  color:#878787;
  transition: color .5s;
  -webkit-transition: color .5s; /* Safari */
}
.footer a:hover {
  color:#fff;
  text-decoration:none;
}

@media (max-width: 768px){

  .footer a {
    color:#fff;
  }

}

.footer ul {
  margin:0;
  padding:0;
}
.footer ul li {
  list-style-type:none;
}
.footer h4 {
  color:#ccc;
  font-family:"open sans", helvetica, arial, sans-serif;
  font-size:14px;
  margin-top:0;
}

#footer-brand {
  margin-left:10px;
  float:left;
  margin-bottom:30px;
  width: 200px;
  height: 30px;
  background: transparent url("/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/sprite.png") no-repeat -70px -130px;
}

.footer-logo-brand {
  width: 30%;
  margin-bottom: 15px;
  margin-left: 10px;
}
#footer-brand span {
  display:none;
}

#footer-ssnn {
  text-align: right;
}

#footer-ssnn  .fa{
  margin-left: 10px;  
}

#footer-desc {
  margin-left:10px;
  width:80%;
}

.footer-links a .fa{
  color:#878787;
  transition: color .5s;
  -webkit-transition:color .5s;
}

.footer-links a:hover .fa{
  color:#D63585;
  transition: color .8s;
  -webkit-transition:color .8s;
}

.footer-links li {
  display:inline;
  float:left;
  margin-top:30px;
  margin-right:15px;
}

@media (max-width: 500px) {

  .footer-links li{
    display: block;
    width: 100%;
    margin-top:5px;
    margin-right:15px;
  }

}

#footer-cc {
  float:right;
  text-align:right;
  margin-top:30px;
}

@media (max-width: 768px) {

  #footer-cc {
    float:left;
    text-align:left;
    margin:30px 0 0px 0;
  }

  #with-love{
    margin-top: 60px;
  }

}


@media (max-width: 991px) {

  .footer .col-xs-6,
  .footer .col-sm-3{
    margin:15px 0 20px 0;
    padding:0 0 0 22px;
  }

}




/*Creating project steps*/

.back_link{
margin-left: 5px; 
margin-bottom: 10px;
}

.input-group span{
  outline-width: 0px;
}


.project-creation-canvas { 
  background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/upload_pic.png');
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn_zoom_in{
  position: absolute;
  color: rgb(157, 157, 157);
  height: 35px;
  width: 35px;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 10px;
}

.btn_zoom_out{
  position: absolute;
  color: rgb(157, 157, 157);
  height: 35px;
  width: 35px;
  background-color: transparent;
  border: 1px solid transparent;
  margin-top: 40px;
}

.btn_remove{
  position: absolute;
  color: rgb(157, 157, 157);
  height: 35px;
  width: 35px;
  background-color: transparent;
  border: 1px solid transparent;
  margin-top: 75px;
}

.creation_boxes{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 200px;
  height:150px;
  float: left;
  margin: 0 15px 15px 0;
  text-align: center;
  padding-top: 100px;
}

@media (max-width: 500px){

  .creation_boxes{
  width: 100%;
  }

}

@media (min-width: 501px) and (max-width: 767px){

  .creation_boxes{
  width: 46%;
  }

}


.box_choice{
  background-color: #D4D4D4;
}

.material_image{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/material_image.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.material_sound{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/material_sound.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.material_video{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/material_video.png');
    background-position: 50% 48px;
    background-repeat: no-repeat;
}

.material_map{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/material_map.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.material_pdf{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/material_pdf.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.material_tweet{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/material_tweet.png');
    background-position: 50% 44px;
    background-repeat: no-repeat;
}

.material_epicollect{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/material_epicollect.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.job_classify{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/job_classify.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.job_identify{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/job_identify.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.job_count{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/job_count.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.job_describe{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/job_describe.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.source_dropbox{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/source_dropbox.png');
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.source_flickr{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/source_flickr.png');
    background-position: 50% 50px;
    background-repeat: no-repeat;
}

.source_s3{
    background-image: url('/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/source_s3.png');
    background-position: 50% 22px;
    background-repeat: no-repeat;
}

@media (min-width: 992px) and (max-width: 1199px){
  
    .creation_boxes{
    width: 170px;
    height:140px;
    }

    .material_image, {
    background-position: 50% 40px;
    }

    .material_sound,
    .material_video,
    .material_map,
    .material_pdf,
    .material_epicollect {
    background-position: 50% 30px;
    }

    .job_classify{
    background-position: 50% 45px;
    }

    .job_identify,
    .job_count, 
    .job_describe{
    background-position: 50% 30px;
    }

    .source_dropbox{
    background-position: 50% 40px;
    }

    .source_flickr{
    background-position: 50% 50px;
    }

    .source_s3{
    background-position: 50% 22px;
    }

}




/********* HOME *********/

.projects{
color: #777777;
}

.hero video { 
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
  }


  .hero{
  z-index: -1;
  position: relative;
  right: 0;
  left: 0;
  margin-top: -60px;
  height: 430px;
  overflow: hidden;
  }


#claim-and-play{
  position: absolute;
  text-align: center;
  margin-top: 60px;
}

#controls{
  text-align: right;
  padding-right: 0px;
  margin-left: 15px;
}

#claim{
  text-align: center;
  padding-top: 70px;
  margin-top: 0px;
  margin-bottom: 35px;
  font-weight: 200;
  line-height: 1.25;
  color: #444;
}

#play-btn{
  color: #444;
}

#play-btn:hover{
  color: #111;
}

#stop-btn{
  color: rgba(126, 126, 126, 0.5);
}

#stop-btn:hover{
  color: #111;
}



.project-text{
  font-size: 16px;
}

.section-title{
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    color: #4c4c4c;
    margin-bottom: 40px;
}

@media (max-width: 360px) {
    .section-title {
        font-size: 28px;
    }
}

.project_week,
.featured-projects{
  margin-top: 40px;
  margin-bottom: 60px;
}

.project_week_image{
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: 40px;
  float: right;
}

.project_week_image img{
  border-radius: 2px;
}

.photocredit{
  color: #777;
}

.project-name{
  font-weight: 600;
  color: #2B9884;
  text-align: left;
  margin-top: 10px;
}

#featured-projects-section{
margin-bottom: 0px;
}

.find-create{
  padding-right: 0px;
  padding-left: 0px;
    margin-bottom: 30px;
}

.find{
  background-color: #f2f2f2;
}
.create{
  background-color: #2B9884;
}

.find, .create{
  float: left;
  width: 50%;
  min-height: 320px;
  margin-top: 40px;
  padding: 5%;
}

.find-text, .create-text{
  text-align: center;
  font-weight: 0;
  margin-bottom: 30px;
}

.create-text{color:#F2F2F2;}
.find-text{color:#2B9884;}


.nick{
  margin-top: -360px;
  width: 250px;
}

.press{
  height: 100px;
  width: 300px;
  margin: auto;
  background: transparent url("/National_Library/20160521004321oe_/http://crowdcrafting.org/static/img/sprite.png") no-repeat;
}

.translucent{
  opacity: .7;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}

.translucent:hover{
  opacity: 1;
}

.press span{
  display: none;
}

.discover{
  background-position: 0px -200px;
}

.nominet{
  background-position: 0px -300px;
}

.guardian{
  background-position: 0px -400px;
}

/********* Projects home *********/

.jumbotron-project{
  border-bottom: 1px solid #f2f2f2;
  /*margin: -30px -15px 30px -15px;
  background-color: #f2f2f2;*/
}

.container-fluid .jumbotron {
  border-radius: 0px;
}


.jumbotron{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: transparent;
  border-radius: 0px;
}



.jumbotron-project-image{
  float: right;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin-top: 0px;
  width: 350px;
  height: 263px;
  transition: all 0.4s;
}

.jumbotron p{
margin-bottom: 15px;
font-size: 21px;
}

.project-nav ul{
  list-style: none;
  text-align: right;
  font-size: 16px;
  padding-left: 0px;
  white-space: nowrap;
}

.project-nav li{
    padding-bottom: 10px;

}

.project-nav li a{
  color: #777; 
  padding-right: 10px;

}
.project-nav li a:hover{
  color: #2B9884;
  text-decoration: none;
}

.project-nav li.active a {
  color: #2B9884;
  border-right: 2px solid #2B9884;
  padding-right: 10px;
}


.data{
  width: 20%;
  float: left;
}

dl {
  width: 100%;
  overflow: hidden;

}
dt, dd {
  float: left;
  width: 100%;
  font-weight: 200;
}

dt{
  font-size: 25px;
}

 .aside-btn{
    text-align: right;
    padding-right: 12px;
    border-radius: 2px;
  }

.user-project img{
    display: block;
  max-width: 100%;
  height: auto;
}

.user-project img{
    display: block;
  max-width: 100%;
  height: auto;
}

.user-project h1{
  font-size: 26px;
}

.user-project h2{
  font-size: 22px;
}

.user-project h3{
  font-size: 18px;
}




/* ONOFF SWITCH */

.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 4px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner > div {
    float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 13px; color: white; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner .onoffswitch-active {
    padding-left: 12px;
    background-color: #E3E3E3; color: #FFFFFF;
}

.onoffswitch-inner .onoffswitch-inactive {
    padding-right: 12px;padding-left:20px;
    background-color: #E3E3E3; color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    width: 80%; margin: 0px; text-align: center;
    border: 0px solid #999999;border-radius: 0px;
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch-active .onoffswitch-switch {
    background: #2B9884; left: 0;
}
.onoffswitch-inactive .onoffswitch-switch {
    background: #CCCCCC; right: 0;
}

.onoffswitch-active .onoffswitch-switch:before {
    content: " "; position: absolute; top: 0; left: 35px;
}


.onoffswitch-inactive .onoffswitch-switch:before {
    content: " "; position: absolute; top: 0; right: 35px;
}


.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}


@media (max-width: 767px) {

   .hero{
  z-index: -1;
  position: relative;
  right: 0;
  left: 0;
  margin-top: -60px;
  height: 300px;
  overflow: hidden;
  }

  #claim{
  text-align: center;
  padding-top: 50px;
  margin-top: 0px;
  margin-bottom: 35px;
  font-weight: 200;
  line-height: 1.25;
  color: #444;
  font-size: 24px;
  }

  .find, .create{
  float: left;
  width: 100%;
  min-height: 200px;
  margin-top: 0px;
  padding: 5%;
  }
  .find-text, .create-text{
  font-size: 18px;
  }


  .nick {
  margin-top: 30px;
  max-width: 250px;
  }

  .project_week_image,
  .jumbotron-project-image{
    float: none;
    display: block;
  margin-right: auto;
  margin-left: auto;
  border: none;
  
  }

  .jumbotron-project-btn{
    text-align: center;
  }
  
  .jumbotron{
  padding-top: 0px;
  }
  .project_week_image img{
    border-radius: 2px;
      float: none;
    display: block;
  margin-right: auto;
  margin-left: auto;
  }


  .project-name,
  .project-text{
  text-align: center;
  }

  .data{
  width: 50%;
  float: left;
  }


  .project-nav ul {
  list-style: none;
  text-align: center;
  font-size: 16px;
  }

  .project-nav li {

  height: 40px;
  }

  .project-nav li.active a {
  color: #2B9884;
  border-right: none;
  }

  .aside-btn{
    text-align: center;
  }

}


/********* Projects Image *********/

  .project-image {
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: all 0.4s;
  }


  .project:hover .project-image {
  opacity:.85;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></svg>"); 
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  }

@media (max-width: 767px){
    
  .project-image {
  margin-top: 30px;
  min-height: 300px;
  max-height: 300px;
  }

}

@media (max-width: 991px){
    
    .project-image {
       margin-top: 30px;
      min-height: 248px;
      max-height: 248px;
    }
}

@media (min-width: 992px){
 .project-image {
    margin-top: 30px;
    min-height: 154px;
    max-height: 154px;

    }

}

@media (min-width: 1200px){

.project-image{
  margin-top: 40px;
  min-height: 190px;
  max-height: 190px;
}


}
/********* BUTTONS *********/


.btn-primary {
  background-color: #2B9884;
  border-color: #2B9884;
  color: #fff;
}
 
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #197160;
  border-color: #197160;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}

.btn-secondary {
  background-color: transparent;
  border-color: #2B9884;
  border: 2px solid;
  color: #2B9884;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #197160;
  border-color: #197160;
}

.btn-secondary:active,
.btn-secondary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary[disabled] {
  background-color: #265a88;
  background-image: none;
}


.btn-white {
  background-color: transparent;
  border-color: #2B9884;
  border: 2px solid;
  color: #ffffff;
  border-color: #ffffff;
  border: 2px solid;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #197160;
  border-color: #197160;
}

.btn-white:active,
.btn-white.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-white.disabled,
.btn-white:disabled,
.btn-white[disabled] {
  background-color: #265a88;
  background-image: none;
}





/* FONT ICONS */
 
@charset "UTF-8";

@font-face {
  font-family: "crowdcrafting";
  src:url("/National_Library/20160521004321oe_/http://crowdcrafting.org/static/fonts/crowdcrafting.eot");
  src:url("/National_Library/20160521004321oe_/http://crowdcrafting.org/static/fonts/crowdcrafting.eot#iefix") format("embedded-opentype"),
    url("/National_Library/20160521004321oe_/http://crowdcrafting.org/static/fonts/crowdcrafting.woff") format("woff"),
    url("/National_Library/20160521004321oe_/http://crowdcrafting.org/static/fonts/crowdcrafting.ttf") format("truetype"),
    url("/National_Library/20160521004321oe_/http://crowdcrafting.org/static/fonts/crowdcrafting.svg#crowdcrafting") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "crowdcrafting" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="cc-"]:before,
[class*=" cc-"]:before {
  font-family: "crowdcrafting" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cc-icon-38243:before {
  content: "a";
}
.cc-icon-38246:before {
  content: "b";
}
.cc-icon-38252:before {
  content: "c";
}
.cc-fontawesome-webfont:before {
  content: "d";
}
.cc-fontawesome-webfont-1:before {
  content: "e";
}
.cc-linkedin:before {
  content: "g";
}
.cc-facebook:before {
  content: "f";
}
.cc-twitter-alt:before {
  content: "h";
}
.cc-github-alt:before {
  content: "i";
}
.cc-fontawesome-webfont-2:before {
  content: "j";
}
.cc-export:before {
  content: "k";
}
.cc-Featured:before {
  content: "l";
}
.cc-fontawesome-webfont-3:before {
  content: "m";
}
.cc-fontawesome-webfont-4:before {
  content: "n";
}
.cc-pencil:before {
  content: "o";
}
.cc-cc:before {
  content: "p";
}
.cc-Economics:before {
  content: "q";
}
.cc-Science:before {
  content: "r";
}
.cc-Humanities:before {
  content: "s";
}
.cc-Biology:before {
  content: "t";
}
.cc-Social:before {
  content: "u";
}
.cc-Art:before {
  content: "v";
}








.btn-success {
    border: 2px solid #2B9884;
    color: #2B9884;
    background-color: #FFF;
}
.btn-success:hover,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success:focus {
  border-color: #2B9884;
  background-color: #2B9884;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #2B9884;
  border-color: #2B9884;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
    border: 2px solid #787272;
    color: #787272;
    background-color: #FFF;
    border-color: #787272;
}
.btn-info:hover,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info:focus {
  border-color: #787272;
  background-color: #787272;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #787272;
  border-color: #787272;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
border: 2px solid #EE7147;
color: #EE7147;
border-color: #EE7147;
background-color: #FFF;
}
.btn-danger:hover,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger:focus {
  background-color: #EE7147;
  border-color: #EE7147;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #EE7147;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #EE7147;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */


.nav-tabs {
  text-align:center;
  height:auto;
  border: none;
}

.nav-tabs li {
  display:inline-block ;
  float:none;
  width:13%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: none !important;
  background-color: transparent;
}

.nav-tabs li:hover {
  border: none ;
  background-color: transparent;

}

.nav-tabs li div {
  font-size:26px;
  border: none;
}

.nav-tabs li a {
  color:#777;
  border-radius:2px;
  padding:12px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;

}

.nav-tabs > li > a:hover {
 border-color: #eee #eee #ddd;

 }
  .nav-tabs > li.active > a,
 .nav-tabs > li.active > a:hover,
 .nav-tabs > li.active > a:focus {
color: #2B9884;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
 }

#project_page_title{
  margin-top: 10px;
}

.pagination {
  margin-top: 60px;
}



.pagination>.active>a,
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
  z-index: 2;
  color: #2B9884;
  cursor: default;
  background-color: #f2f2f2;
  border-color: transparent;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
  z-index: 3;
  color: #2B9884;
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}


.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #2B9884;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid transparent;
}
.pagination{
  border-radius: 80px;
}

/**********************************
      from Bootstrap.css
 ***********************************/
    
    body {
    font-family:"open sans","Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777777;
    }

    .navbar {
    min-height: 70px;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
    color: #2B9884;
    background-color: transparent;
    }

    .nav-tabs li a:hover {
    color: #2B9884;
    background: transparent;
    border: none;
    }

    .nav-tabs li.active a {
    border: none !important;
    color: #2B9884;
    }

    .navbar-default 
    .navbar-nav>.active>a, 
    .navbar-default .navbar-nav>.active>a:focus, 
    .navbar-default .navbar-nav>.active>a:hover {
    color: #2B9884;
    background-color: transparent;
    }

    label {
    font-weight: 400;
    color: rgb(119, 119, 123);
    font-size: 16px;
    }

    a {
    color: #2B9884;
    text-decoration: none;
    }
    
    .input-lg {
    border-radius: 2px;
    }

    a:hover,
    a:focus {
    color: #2B9884;
    text-decoration: underline;
    }

    .btn-lg,
    .btn-group-lg > .btn {
    border-radius: 2px;
    }

    .btn-sm,
    .btn-group-sm > .btn {
    border-radius: 2px;
    }

    .btn-xs,
    .btn-group-xs > .btn {
    border-radius: 2px;
    }

    .dropdown-menu {
    border-radius: 2px;
    }

    .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border:none;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #777
    }
    
    .breadcrumb > .active {
    color: #4C4C4C;
    font-weight: 500;
    }

    .input-group {
    background-color: #ccc;
    }

    .input-group-addon {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }


    .input-lg {
    height: 50px;
    }

    select.input-lg {
    height: 50px;
    }

    .form-group-lg .form-control {
    height: 50px;
    }

    .btn-lg,
    .btn-group-lg > .btn {
    padding: 12px 16px;
    height: 50px;
    }
    
    .btn-link {
    color: #2B9884;
    }

    .btn-link {
    color: #2B9884;
    }

    .has-error,
    .has-error .help-block,
    .has-error .control-label,
    .has-error .radio,
    .has-error .checkbox,
    .has-error .radio-inline,
    .has-error .checkbox-inline,
    .has-error.radio label,
    .has-error.checkbox label,
    .has-error.radio-inline label,
    .has-error.checkbox-inline label {
    color: #a94442 !important;
    }

    .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 200;
    color: #ccc;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    }

@media (max-width: 768px) {

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 2px;
    text-transform: uppercase;
    }

    .navbar-default .navbar-toggle {
    border: none;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
    background-color: #eee;
    }

    .navbar-nav > li > a {
    padding: 18px 5px 5px 5px;
    margin-right: 10px;
    margin-left: 10px;
    }

}

body.presenter {
    margin-top:70px;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
   color: #2B9884;
    font-size: 15px;
   background: #f2f2f2 !important ;
     font-family: "open sans","Helvetica Neue", Helvetica, Arial, sans-serif;
   transition: #F2F1F0  200ms ease-in-out 0s, color 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
   border-radius: 5px;
}

.cc_container {
  background: #123 !important;

}

.cc_container a, .cc_container a:visited {
    color: #2B9884 !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #2B9884 !important;
    color: white !important;
}

.blog-timeline-start {
    border-top: 1px solid #7DC9B3;
    border-right:1px solid #7DC9B3; 
    border-bottom: 1px solid #7DC9B3;
    border-left: 1px solid #7DC9B3;
    padding-bottom:15px;
    text-align: center;
}

.blog-timeline h4 {
    margin-top: -10px;
}

.blog-timeline > div,
.blog-timeline > div > div
{
    min-height:200px;
}

.blog-timeline-bone{
    border-right:1px solid #7DC9B3;
}

.blog-timeline-update 
{
    border-top:1px solid #7DC9B3;
    padding-botton: 15px;
}

.blog-timeline-update-left {
    margin-left:-15px;
}

.blog-timeline-update-right {
    margin-right:-15px;
}

.blog-timeline-left {
    text-align:left;
}

.blog-timeline-right{
    text-align:right;
}

@media (max-width:980px){
    .blog-timeline {
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .blog-timeline-right {
        text-align: left !important;
    }
}

.language-selector > div {
}

.language-selector button {
    background-color: transparent;
    color: white;
}

body.community .first-container {
    padding: 0;
}

body.community .comm-header {
	text-align:center;
	padding: 40px 0;
	border-bottom:1px solid #eee;
	margin-bottom:40px;
}
body.community .comm-header h2 {
	font-size:36px;
	font-weight:600;
	margin-bottom:0;
}
body.community .comm-header p {
	font-size:28px;
	color:#999;
}

body.community .account-content ul {
	list-style-type:none;
	margin:30px 0;
	padding:0;
}
body.community .account-content ul li {
	margin:10px 0;
	padding:10px 0 14px 0;
	border-bottom:1px solid #eee;
}

/*!
 * Fix for Users Ranking in small devices
 */

@media (max-width: 767px){

body.community .account-content ul li {
	padding:0 0 50px 0;
	margin:15px 0;
	}

.user-rank-and-profile{
	text-align: center;
	}
}

/*Fix for Md devices and really long names*/


body.community ul.recent-activity li {
	padding:0 0 19px 0;
	margin:15px 0;
	}

body.community ul.recent-activity li p {
	display:inline-block;
	position:relative;
	left:10px;
	top:5px;
	color:#999;
}
body.community ul.recent-activity li p a {
	font-weight:bold;
}
body.community ul.recent-activity li img {
	display:inline-block;
	position:relative;
	left:0px;
	top:-5px;
}
body.community .account-content span.user-rank {
	border:2px solid #2B9884;
	color:#2B9884;
	background-color:#fff;
	display:inline-block;
	min-width:65px;
	height:45px;
	font-size:20px;
	font-weight:600;
	text-align:center;
	border-radius:30px;
	padding:7px 5px 5px 5px;
	position:relative;
	top:3px;
	left:20px;
}
body.community .account-content span.user-rank-logged {
	border:2px solid #EE7147;
	color:#EE7147;
	background-color:#fff;
	display:inline-block;
	min-width:65px;
	height:45px;
	font-size:20px;
	font-weight:600;
	text-align:center;
	border-radius:30px;
	padding:7px 5px 5px 5px;
	position:relative;
	top:3px;
	left:20px;
}

body.community .account-content span.user-score {
	color:#2B9884;
	font-size:20px;
	font-weight:600;
	text-align:right;
	position:relative;
	top:30px;
	right:10px;
}

body.community .account-content span.user-score-logged {
	color:#EE7147;
	font-size:20px;
	font-weight:600;
	text-align:right;
	position:relative;
	top:30px;
	right:10px;
}

body.community .account-content h4 {
	display:inline;
	position:relative;
	top:35px;
	left:10px;
	font-weight:600;
}


body.account .account-content {
	padding:0 0 10px 0;
	margin-bottom:80px;
}
body.account .account-content-settings {
	padding:0 0 10px 15px;
	margin-bottom:30px;
}
body.account .account-content-settings h2 {
	text-align: center;
}

body.account .profile-contributions .profile-contributions-empty,
body.account .profile-created-apps {
	text-align:center;
}
body.account .profile-contributions .profile-contributions-empty .project-desc,
body.account .profile-created-apps .project-desc {
	text-align:left;
}
body.account .profile-contributions .profile-contributions-empty p,
body.account .profile-contributions .profile-contributions-empty .project-desc p,
body.account .profile-created-apps .project-desc p {
	color:#999;
	line-height:1.2em;
	margin:4px 0;
}
body.account a.edit-link {
	position:absolute;
	display:block;
	padding:7px 7px 2px 8px;
	border-radius:2px;
	font-size:18px;
	color:#666;
	top:10px;
	right:10px;
	background-color:rgba(255,255,255,.6);
}
body.account a.edit-link:hover {
	background-color:rgba(255,255,255,1);
	text-decoration:none;
	color:#333;
}
body.account a.edit-link span {
	display:none;
}
body.account .profile-contributions .profile-contributions-empty p {
	font-size:24px;
}
body.account .account-content .project-empty {
	border: 2px dashed #dedede;
	background-color:transparent;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	text-align:center;
	padding-top:100px;
}
body.account .account-content .project .project-image img {
	border-radius:3px 3px 0 0;
}
body.account .account-content .project .project-desc {
	margin:15px; 
}
body.account .account-content .project .project-desc h4 {
	margin:0;
	font-size:14px;
}
body.account .account-header-contributions,
body.account .account-header-ranking {
	text-align:center;
	padding-top:30px;
}
body.account .account-header-userinfo {
	padding-top:30px;
}
body.account .account-header-userinfo h1 {
	font-size:24px;
}
body.account .account-header-userinfo h1 small {
	font-size:13px;
	position:relative;
	color:#999;
	/* background-color:#f6f6f6;*/
	border-radius:3px;
	padding:3px 6px;
	left:10px;
	top:-3px;
    border: 1px solid #C6C6C6;
}
body.account .account-header-contributions strong,
body.account .account-header-ranking strong {
	font-size:42px;
	color:#2B9884;
}
@media (min-width: 992px) and (max-width: 1199px) {
	body.account .account-header-contributions,
	body.account .account-header-ranking {
		padding-top:15px;
		clear:right;
	}
	body.account .account-header-userinfo {
		padding-top:15px;
	}
	body.account .account-header-contributions strong,
	body.account .account-header-ranking strong {
		font-size:32px;
	}
}
@media (max-width: 991px) {
	body.account {
		margin-top:80px;
	}
	body.account .account-header-contributions,
	body.account .account-header-ranking {
		padding-top:0px;
		clear:right;
		margin-bottom:20px;
		font-size:13px;
		color:#999;
	}
	body.account .account-header-userinfo {
		text-align:center;
		padding-top:0;
		border-bottom:1px solid #eee;
		margin-bottom:15px;
	}
	body.account .account-header-userinfo h1 {
		font-size:18px;
		margin:10px 0 5px;
	}
	body.account .account-header-userinfo p {
		font-size:12px;
		color:#999;
	}
	body.account .account-header-contributions strong,
	body.account .account-header-ranking strong {
		font-size:24px;
	}
	body.account .big-avatar {
		width:30%;
		max-width:150px;
	}
	body.account .big-avatar {
	border: 3px solid #fff;
	margin: 0 auto;
	display: block;
	}
}
@media (max-width: 440px) {

}
@media (min-width: 441px) and (max-width: 690px) {

}
@media (min-width: 691px) and (max-width: 991px) {

}


body.account .account-content {
	margin-top:20px;
	margin-bottom:40px;
}
body.account .account-content h2 {
	font-family: "open sans", helvetica, arial, sans-serif;
	text-align: center;
	color: #999;
	font-weight: 300;
	font-size: 28px;
	padding: 20px 0 30px 0;
}
body.account .big-avatar {
	border:3px solid #fff;
}

body.account .disclaimer {
    text-align: center;
}

body.account fieldset {
    text-align: right;
}

@media (max-width:980px) {
    body.account fieldset {
        text-align: left;
    }
}

.btn-answer {
    margin-bottom: 5px;
    background-color: #FFF;
    border: 1px solid #43B191;
    margin-right: 5px;
    color: #43B191;
}

.btn-answer:hover {
    background-color: #43B191;
    color: white;
}

@media (max-width:360px) {
    .skeleton h2 {
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .btn-answer {
        min-width: 80px;
    }
}

.img-rounded {
    border-radius: 3px;
    margin-top: 15px;
}

.react-tabs [role=tab][aria-selected=true] {
    background: #f9f9f9;
}

.react-tabs [role=tablist] {
    margin: 0 0 20px;
}

.navbar-default {
    padding-top: 5px;
    padding-bottom: 0px;
}

.news > li {
    margin-bottom: 10px;
}

footer {
    margin-top: 20px;
}

/* Crowdcrafting footer */

footer .crowdcrafting {
    padding: 80px 0 80px;
    margin: 0;
    background-color: RGB(22, 24, 24);
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 0 0 1px transparent;
    text-rendering: optimizeLegibility;
    color: rgb(85, 110, 123);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;

}

footer .crowdcrafting p {
    font-size: 16px;
    font-weight: 400;
}

/* Scifabric footer */

footer p {
    font-size: 16px;
    font-weight: 400;
}

footer .scifabric {
    background-color: rgb(46, 64, 74);

}

footer .scifabric {
color: rgb(255, 255, 255);
padding: 80px 0 80px;
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
text-shadow: 0 0 1px transparent;
text-rendering: optimizeLegibility;
color: rgb(85, 110, 123);
font-size: 16px;
font-weight: 400;
line-height: 1.42857143;
}

footer .dev-and-host {
    margin-top: 7px;
}

footer .footer-logo {
    width: 40%;
    margin-bottom: 15px;
}

footer .logo_sf {
    margin-top: 10px;
    width: 40%;
    opacity: .7;
}

footer .scifabric p strong,
footer .crowdcrafting p strong {
    color: rgb(255, 255, 255);
}

footer .scifabric a,
footer .crowdcrafting a {
    color: rgba(255,255,255,0.5);
}

footer .crowdcrafting li a,
footer .crowdcrafting li:hover a {
    color: rgba(0,0,0,1);
}

footer .scifabric a:hover,
footer .crowdcrafting a:hover {
    color: rgb(255, 255, 255);
}
.scifabric a:hover, a:focus,
.crowdcrafting a:hover, a:focus {
    text-decoration: underline;
}

footer .scifabric p,
footer .crowdcrafting p {
    color: rgba(255,255,255,0.5);
    margin-bottom: 2px;
}
footer .scifabric p ,
footer .crowdcrafting p {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width:760px){
    footer .col-sm-4 {
        margin-top: 50px;
    }
}

@media (max-width:360px) {
    footer .scifabric,
    footer .crowdcrafting {
        text-align: center;
    }
}


.navbar-default .navbar-collapse {
    margin-top: 5px;
}

#smallAvatar {
  margin-top: -13px;
}

.truncate-flickr-album-title {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n-photos-flickr {
    margin-top: -10px;
}
