/**

                         .                                  
  .;      .-.        ...;...                           .;   
  ;;-.    `-'    .    .'.-.   ,:.,' .;.::..-.  `..:.   ;;-. 
 ;;  ;   ;'    .';  .; ;   ;':   ;  .;   ;   :  ;;  : ;;  ; 
.;`  `_.;:._..' .'.;   `;;'   `-:'.;'    `:::'-';;_.`.;`  ` 
            '               -._:'              .;'          

*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

header{
  -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
header.active{
  transform: translateX(200px);
}

header ul.menu li {
  margin:0;
}

header ul.menu li a {
  color: #B5B5B5;
  /* text-transform: uppercase; */
  /* font-weight: bold; */
  font-size: 13px;
  display: block;
  line-height: 49px;
      border-width: 0;
  position:relative;
  padding:0 20px;
   -webkit-transition: color .3s ease-out; /* Changed here */ 
     -moz-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

header ul.menu li a.with-number {
  position: relative;
}

header ul.menu li a.with-number .number {
  /*position: absolute;*/
  display: inline-block;
  min-width: 20px; 
  padding: 0 5px 0 5px;
  height: 20px;
  color: white;
  text-align: center;
  line-height: 20px;
  top: 5px;
  right: 10px;
  background: crimson;
  border-radius: 10px;
  margin-left: 5px;
  font-size: 10px;
  
}

header ul.menu a.with-number .number.lite {
  background: transparent;
  color: #C2C2C2;
  border: 1px solid #C2C2C2;
}

header ul.menu li.active a {
  color: white;
  border-bottom: 0px transparent;
}

header ul.menu li a:hover{
  color: white;
  border-bottom: 0px transparent;
  background: transparent
}

header ul.menu li.active a:hover{
  color: #151515;
}

header ul.dropdown-menu{
  min-width: 300px
}

header ul.dropdown-menu li{
  padding: 0;
  font-size: 12px;
  line-height: 18px;
    padding: 0 15px;
}

header ul.dropdown-menu li a{
  line-height: 20px
}

a#header-title {
  color: #151515 ;
  margin-right: 50px;
}

#header-logo{
  position:absolute;
  left:0px;
  right: 10px;
  height: 70px;
  width: 70px;
}
#header-logo img{
  padding: 0;
  margin: 5px 0px 0 10px;
  max-width: 50px;
}

.view{
  position: absolute;
  top: 50px;
  bottom: 50px;
  left:0;
  width: 100%;
  background: #f0f0f0;
  -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.view.index{
  top: 50px;
  bottom: 0px;
  
}

.view.active{
  /*bottom: 130px;*/
  /*padding-bottom: 80px;*/
  transform: translateX(200px);
}

/*
  
  ITEM
  wrap: bigger container for item, suited for grid / lsit view;
*/
.wrap {
  
}

.index .wrap{
  float: left;
  width: 50%;
  
}

.index .wrap .related{
  margin-right: 20px;
}

.explore .masonry-brick{
  width: 50%;
  margin: 0;
  overflow: hidden;
}

.masonry-brick .related{
  margin: 10px
}

.related .img-wrapper {
  height: 240px;
  overflow: hidden;
  background: #383838;
}
.related .img {
  height: 240px;
  background-size: cover;
  opacity: 0;
  
  -webkit-transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1), transform .3s ease-in-out; /* Changed here */ 
     -moz-transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1), transform .3s ease-in-out;
       -o-transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1), transform .3s ease-in-out;
          transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1), transform .3s ease-in-out;
  

}

.related .img:hover{
  ;
  -webkit-transform: scale(1.04, 1.04);
   -moz-transform: scale(1.04, 1.04);
   -ms-transform: scale(1.04, 1.04);
   -o-transform: scale(1.04, 1.04);
   transform: scale(1.04, 1.04);
   opacity: 1
}

.related .img {
  opacity: .9;
}

.related.with-users{
  padding-top: 15px;
}

.related .user{
  border-bottom: 1px solid #E1E1E0;
  margin: 0px 0 10px 0;
  padding: 0 15px 10px 15px;
}
/*
.explore .masonry-brick .related .meta, .explore .masonry-brick .related h4, .explore .masonry-brick .related .type{
  margin: 0;
    background: white;
    padding: 0 15px 10px 15px;
}

.explore  .masonry-brick .related .type {
  padding-top: 20px;
}*/


.item{
  position: relative;
  
  background: white;
  
  margin: 20px;

  /*margin: 0 auto 100px auto;*/
  font-size: 13px;
    line-height: 21px;
  max-width: 460px;
}

.item.shadow{
   background-clip: padding-box;
  margin: 10px 0;
    border-radius: 2px;
  border: 1px solid #E1E1E0;
  border-bottom-width: 3px;
}

.item h3>span{
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  color: #151515;
}
.item h3 a{
  color: #535353;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: background-color .3s ease-out;;
}

.item h3 a:hover{
  background-color: #eee;
  text-decoration: none;
  border: 0;
}



/*.item .caption a[gasp-type='person'], .item h3 a[gasp-type='person'] {
  border-bottom: 2px solid #4dc3ba
  
}

.item .caption a[gasp-type='location'], .item h3 a[gasp-type='location'] {
  border-bottom: 2px solid #0093a6
}
*/
.item blockquote {
  font-size: 13px;
  line-height: 21px;
  padding: 20px 40px;
  margin: 0px;
  background: transparent;
}

.item blockquote a{
  font-style: normal;
  color: #000;
  border-bottom: 1px solid #747274;
  cursor: pointer;
  transition: color .3s ease-out,  border-color .3s ease-out;
}

.item blockquote a:hover{
  color: #151515;
   border-color: #151515;
}

.item .img-wrapper{
  border-top: 1px solid #E1E1E0;
}

.item img{
  /*max-width: 100%;
  max-height: 600px;
  min-width: 600px;*/
  /*object-fit: contain;*/
  margin: 0 auto;
}

.item .abstract{
}

.item img.user-picture{
  width: 40px;
}

.item .collection {
  color: #959595;
}


.actions {
  position: absolute;
  top: 10px;
  right: 10px; 
}
.actions .action{
  border-radius: 30px;
  border-width: 0;
  border: 1px solid #E8E8E7;
  color: #a5a5a5;
  width: 30px;
  padding: 0px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.actions .action:hover{
  color: #151515;
}

.item .type {
  color: #acabac;
  margin: 20px 40px 10px 40px;
  font-size: 12px;
  text-transform: uppercase;
}
/*
.item .type span {
  border: 1px solid #f6941c;
    color: #f6941c;
    padding: 2px 5px;
    border-radius: 3px;
}*/

.item .context {
  margin: 40px 40px 0px 40px;
}

.item .context .date{
  color: #747274
}



.tag-wrap {
  margin: 0 8px 0 0;
}
.tag {
  word-break: break-word;
  padding: 0px 4px;
  text-decoration: none;
  background:#f5f5f5;
  color: #ACABAC;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background .3s ease-out;
}

.tag.lang{
  color: #808080;
  background:#fff;
}

.tag.confirmed, .tag.confirmed.lang{
  color: #151515;
  background:#fff;
}

.tag .fa{
  font-size: 12px;
  margin-left: 5px;
}


.tag.validated .fa{
  color: green;
}

.tag.with-issues{
  border-bottom-color: #cc1600;
}

.tag.with-issues .fa{
  color: #cc1600;
}

.tag.starred{
  color: #6C6A6C;
}

.tag.starred.validated{
  color: #151515;
}

.tag.validated .to-be-fixed{
  display: none;
}
.tag.yours{
  color: #151515;
  /* background-color: #ccc; */
  border: 1px solid #151515;
  border-radius: 2px;
    
}

.tag:hover{
  background:#ddd;
}

.tag.downvoted {
  text-decoration: line-through;
}

.tag.selected{
  background: #ccc;
}

.item .source a{
  background: #FF5742;
}

.item .caption{
  color: #959595;
  margin-bottom: 10px;
  position:relative;
}
.item .caption a{
  border-bottom: 1px solid transparent;
  color: #151515;
}

.item.resource, .item.collection, .item.entity{
  /*border: 1px solid #eee;*/
  /*margin: 40px auto 0px 50px;*/
  padding: 10px 0px 10px 0px;
}

.item.resource h3 {
  margin: 0 40px 0px 40px;
}

.item.resource h3 p{
  margin: 0;
  font-size: 24px;
    line-height: 42px;
    font-weight: bold;
}

.item .collections{
  margin-bottom: 10px
}

.item .mistake {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}


.item .language.active {
  border-bottom: 1px solid
}
.item .full-text{
  background-color: white;
  padding: 15px 40px;
  position: relative;
}

.item .meta{
  margin: 20px 40px;
}
.item .doi {
  border-top: 1px solid #E1E1E0 ;
  padding: 10px 40px 0 40px;
  color: #757575;
}

.item.entity {
  margin: 0;
  padding: 20px;
  background-color: #383838;
  color: #A9A2A2;
  min-height: 100%;   
}

.item.entity h3, .item.entity .description{
  text-align: left;
}

.item.entity h3{
  margin: 0;
  border-bottom: 1px solid #A9A2A2;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 0px;
  color: #fff;
}

.item.entity .meta{
  margin: 10px 0;
}

.item.entity .meta-label{
  display: inline;
  /*border: 1px solid #151515;*/
  /*color: #151515;*/
  font-style: normal;
  /*padding: 2px 4px;*/
  margin: 0;
  border-radius: 2px;
  text-transform: uppercase;
  /*font-size: 12px*/
  color: #f0f0f0;
}


.item.entity.node .thumbnail{
  top: 20px;
  left: 20px;
}
.item.entity.node .thumbnail-wrapper{
  height: 80px;
  width: 80px;
}

.item.entity.node .content{
  margin-left:90px;
  min-height: 90px;
}

.item.entity.node .content.without-thumbnail{
  margin:0;
  min-height: auto;
  margin-bottom: 20px;
}


.item.entity .description{
  font-style: italic
}

.item.entity .abstract{
  margin-top: 20px;
  padding:0;
}

.item.entity .tags{
  margin-top: 20px;
}

.item.entity .tags .tag{
  background: transparent;
  cursor: pointer;
}
.item.entity .tags .tag:hover{
  background: #383838;
  color: #f0f0f0;
}

.item.entity .profile-pic{
  border: 1px solid #d4d4d4;
  
  width: 120px;
  /* margin-left: -60px; */
  border-radius: 120px;
  overflow: hidden;
  height: 120px;
  background: #d4d4d4;
  margin: 0px auto;
}

/*
  
  Notification items in header dropdown menus
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*/
header ul li .notification a {
  display: inline;
  line-height: inherit
}

/*

  Headers menu (perspective and see-also)
  ~~~~~~~~~~~~~~~~~~~~~~~
  
*/
  
.header-menu{
  position: absolute;
    top: 0px;
    height: 40px;
    left: 0px;
    right: 0px;
    /*background: #f5f5f5;*/
    z-index: 11;
    /*border-top: 1px solid #ccc;*/

}

.header-menu > ul{
  padding: 0 20px 0 10px;
  margin: 0;
  display: block;
  border-bottom: 1px solid #d8d8d8;
  height: 40px;
  /*box-shadow: 0px 6px 6px #ccc;*/
}

.header-menu > ul> li{
  list-style-type: none;
  display: inline-block;
  float: left;
  height: 40px;
}

.header-menu > ul> li> a{
  display: inline;
  padding: 15px 0px 13px 0;
  line-height: 21px;
  border-bottom: 1px solid transparent;
  margin: 0 10px 0px 10px;
  color: #777777 ;
  -webkit-transition: border-bottom .3s, color .3s; 
   -moz-transition: border-bottom .3s, color .3s;
     -o-transition: border-bottom .3s, color .3s;
        transition: border-bottom .3s, color .3s;
}

.header-menu > ul> li> .filter-label{
  line-height: 21px;
  margin: 15px 0px;
  display: inline-block;
  font-weight: normal;
}

.header-menu > ul > li> button, .header-menu > ul > li> .dropdown {
      margin: 4px 5px;
}

.header-menu > ul> li> .filter{
  line-height: 21px;
  margin: 12px 5px;
  display:inline-block;
  background: #f0f0f0;
  padding: 0px 5px;
  border: 1px solid #E8E8E7;
}

.header-menu > ul> li.path {
  line-height: 40px;
}

.header-menu > ul> li.path.split {
  margin: 0 10px;
}


.header-menu > ul> li.path a {
  margin: 0;
}

.header-menu > ul> li.path a.active {
  border-bottom: 1px transparent;
  font-weight: bold
}


.header-menu > ul > li > a:hover{
  color: #515151;
  border-bottom: 1px solid #515151;
}


.header-menu> ul > li > a.active{
  color: #151515;
  border-bottom: 1px solid #151515;
}

.header-menu ul.dropdown-menu{
  display: none
}

.header-menu .dropdown.open>ul.dropdown-menu {
  display: block;
}

.header-menu ul.dropdown-menu > li{
  padding: 0;
}

.header-menu ul.dropdown-menu > li a{
  padding: 10px 15px;
}

/*

  The focus: #perspective
  ~~~~~~~~~~~~~~~~~~~~~~~
  
*/
#perspective{
  position: absolute;
  width: 470px;
  top:  40px;
  left: 10px;
  bottom: 0px;
  /*overflow: hidden;*/
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  /*background: white;*/
  border-right: 1px solid #E8E8E7;
  -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), width .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), width .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), width .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), width .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.search #perspective{
  width: 180px;
}

.graph #perspective {
  display: none;
}

.resource #perspective, .entity #perspective {
  width: auto;
  right: 370px;
}

.resource #perspective .item, .entity #perspective .item {
  max-width: 100%;
}

#perspective ul.facets{
  list-style-type: none;
  margin: 20px 0 0 40px;
  padding: 0;
}

#perspective ul.facets li{
  
}

#perspective ul.facets a{
  cursor: pointer;
  display: block;
  color: #151515;
  border-bottom: 1px solid transparent;
}



#perspective-menu a.inline{
  display: inline;
  padding: 0;
  margin:0;  
}

#perspective-menu .dropdown-menu {
  max-height: 260px;
  overflow-y: auto;
}

#perspective-menu .dropdown-menu.with-typeahead {
  max-height: none;
  overflow-y: auto;
}

#perspective-menu .dropdown-menu .typeahead-in-dropdown ul.dropdown-menu{
  max-height: 260px;
}

#perspective-menu .dropdown-menu >li a{
  font-size:12px;
  line-height: 18px
}
#perspective-menu .dropdown-menu>li a:hover {
  border-bottom: 0px transparent;
}

.neighbors #perspective-menu {
    /*width: 25%;*/
}

.viewpoint-read #perspective-menu {
  width: 50%
}

#perspective.secondary{
    background: transparent;
}

#perspective.reduced{
  width: 25%;
  background: transparent;
  padding: 20px;
}

#perspective.active{
  /*bottom: 130px;*/
  /*padding-bottom: 80px;*/
  /*transform: translateX(200px);*/
}

#perspective-actions{
  position: fixed;
  bottom:0;
  left:0;
  height:60px;
  width: 36%;
  border-top: 1px solid #d4d4d4;
  padding: 10px 20px;
  text-align: center;
}

.view.viewpoint-read #perspective {
  width: 50%;
}

.view.viewpoint-network #perspective {
  transform: translateX(-2000px);
}

.view.IndexCtrl #perspective{
  top: 100px;
}

.view.InquiriesCtrl #perspective, .view.InquiryCtrl #perspective, .view.InquiryCreateCtrl #perspective{
  width: 50%;
}

#perspective .related{
  margin: 20px 20px;
}

.view.SearchCtrl #perspective{
  width: 25%;
  top: 100px;
}

/*

  related items
  =============
*/

#see-also{
  position:absolute;
  right: 10px;
  top: 40px;
  bottom: 0px;
  width: 350px;
  /*margin-left: 480px;*/
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 10px 0 10px;
  /*border-left: 1px solid #d4d4d4;*/
  /*-webkit-transition: margin-left .3s cubic-bezier(0.65, 0.05, 0.36, 1); 
   -moz-transition: margin-left .3s cubic-bezier(0.65, 0.05, 0.36, 1);
     -o-transition: margin-left .3s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: margin-left .3s cubic-bezier(0.65, 0.05, 0.36, 1);*/
}

#see-also .see-also-header{
  border-bottom: 1px solid;
  text-align: center;
  padding: 0px 0 10px;
}

#see-also-menu {
  left: 0px;
  right: 0px;
  padding-left: 480px;
  z-index: 10;
}

.viewpoint-read #see-also {
  margin-left: 50%;
  width: 50%;
}

.viewpoint-network #see-also {
  margin-left: 0%;
  width: 30%;
}

.index #see-also {
  margin-left:0%;
  width: 350px;
}

.user #see-also {
  left: 0;
}

.resource.inquiries #see-also, .resource.inquiry #see-also, .resource.createInquiry #see-also {
  margin-left:480px;
  width: inherit;
}

.resource #see-also{
  margin-left: auto;
  margin-right: 0px;
}

.entity #see-also{
  margin-left: auto;
  margin-right: 0px;
}

.explore #see-also{
  width: 50%;
  margin-left:0%;
    width: 100%;
}

.neighbors #see-also{
  left: 0px;
  right: auto;
}

.search #see-also{
  left: 200px;
}

.viewpoint-read #see-also-menu {
  left: 50%;
  width: 50%;
}


.search #see-also-menu{
 width: 80%;
  left: 36%;
}


.neighbors.resources #see-also-menu{
 width: 75%;
  left: 25%;
}


.toolbar{
  color: white;
  margin: 0;
  padding: 0;
  position: fixed;
  top:100px;
  background: #f0f0f0;
  z-index: 4;
  width: 350px;
  left: 480px;
}

.toolbar .wrapper{
  text-align: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 10px
}

.toolbar h2{
  color: #151515;
  font-size: 13px;
  text-align: center;
  margin: 0 10px 5px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.toolbar .filters{
  background-color: #e8e8e8;
  padding: 0px 10px;
}
.toolbar .filters .filter{
  background-color: #151515;
  display: inline-block;
  color: white;
  padding: 3px 6px;
  margin: 10px 5px 10px 5px;
}



.viewpoint-read #see-also .toolbar{
  width: 50%;
  left: 50%;
}
  
.viewpoint-network #see-also .toolbar{
  width: 30%;
  left: 0%;
}
  
  
.search #see-also .toolbar{
  width: 32%;
  left: 20%;
}

.neighbors.resources  #see-also .toolbar{
 width: 32%;
  left: 25%;
}



.index #see-also .toolbar{
  width: 50%;
  left: 00%;
}


#see-also.AllShortestPathsCtrl , #see-also.NeighborsCtrl {
  margin-left: 25%;
  width: 25%;
}
#see-also.InquiriesCtrl, #see-also.InquiryCtrl, #see-also.InquiryCreateCtrl {
  margin-left: 50%;
  width: 50%;
}
#see-also.SearchCtrl {
  margin-left:25%;
  width: 25%;
}

#inquiry-name{
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #e8e8e8;
  background: #fcfcfc;
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
}

#inquiry-name:focus {
  outline: none;
  background: #fff;
  border: 1px solid #d4d4d4;
}
/*
#see-also-header{
  position: fixed;
  width: 32%;
  left: 36%;
  top:  50px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  z-index: 6;
  background: #d4d4d4;
}*/


#see-also img{
  width: 100%;
}

.related{
  position: relative;
  margin: 20px 0px;
  background-color: white;
  padding: 20px 0px 0px 0px;
  

}

.related.shadow{
  border: 1px solid #E1E1E0;
  /*border-bottom-width: 3px;*/
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
}

.related.user {
  padding-bottom: 20px;
}
.related .type{
  color: #FF5742;
  text-transform: uppercase;
  margin: 0px 15px 10px 0px;
}

.related h4{
      margin: 0 45px 0 15px;
}

.related .meta{
  margin: 0 15px 10px 15px;
}

.related h4 a, .item h4 a{
  color: #151515;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;

}

.related .actions-wrapper{
  position: relative;
}

.related .actions {
  position: absolute;
  top: 0px;
  right: 10px;
}

.related .actions .action{
  border-radius: 30px;
  border-width: 0;
  border: 1px solid #E8E8E7;
  color: #a5a5a5;
  width: 30px;
  padding: 0px;
  height: 30px;
}

.related .actions .action:hover{
  border: 1px solid #d4d4d4;
  color: #151515;
}

.related blockquote{
  margin-bottom:0;
}

.related img{
  width: 100%;
}

.related .profile-pic{
  border: 0px transparent;
  width: 40px;
  margin-left: 0;
  border-radius: 40px;
  overflow: hidden;
  height: 40px;
  background: #d4d4d4;
  margin-right: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.related.entity{
  padding-top: 10px;  
}

.related.entity h4 {
  margin: 0 15px 10px 60px;
}

.related.entity .type{
  margin: 0px 10px 0px 30px;
}

.inquiry {
  padding: 0px;
}

.inquiry form {
  margin: 10px 30px;
}

.inquiry .author{
  margin: 10px 30px;
}

.inquiry h3{
  margin: 10px 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #151515;
}

.inquiry h4{
  margin: 10px 30px;
}

.inquiry .type {
  margin: 30px 30px 0px 30px;
}

.inquiry .subtitle {
  margin: 10px 30px;
}

.inquiry .more {
  text-align:center;
  margin: 10px 30px 20px 30px;
}

.inquiry blockquote{
  font-style: normal;
  margin-top: 10px;
  position:relative;
}

.inquiry .content {
  color: #101010;
  font-style: normal;
  margin: 10px 30px;
  position:relative;
}


.comment{
  margin: 0px;
  padding: 10px 0px;
  border-top: 1px solid #e8e8e8;
  position:relative;
}

.comment .profile-pic{
  border: 1px solid #d4d4d4;
  width: 16px;
  margin-left: 0;
  border-radius: 16px;
  overflow: hidden;
  height: 16px;
  background: #d4d4d4;
  margin-right: 10px;
  float: left;
}

.comment > .inner{
  padding-left: 35px;
}
.comment > .actions{
 left: 5px;
  top: 10px;
}
.comment > .actions button{
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  line-height: 25px;
}
.comment > .actions div{
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  line-height: 25px;
}
.comment > .actions button .fa{
  font-size: 20px;
  line-height: 20px;
}

.issue blockquote{
  margin-bottom: 10px;
}

.issue  .actions{
  position: absolute;
  left: 5px;
  top: 5px;
}


.username{
  
}

#inquirer{
  position: fixed;
  left: 5%;
  width: 26%;
  z-index: 4;

  background: white;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid #e8e8e8;

  bottom: 46px;
  
  margin: 10px auto;
  padding: 20px;
  display: none;
}

#inquirer.commenting{
  display: block;
}
/*
  Empty list
  ~~~~~~~~~~
*/
.empty-list{
  text-align: center;
  margin: 20px;
}

/*
  
  Milkyway and playground for sigmajs
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
*/
#milkyway{
  position: fixed;
  top: 120px;
  left: 840px;
  right: 20px;
  bottom: 70px;
  background: #e8e8e8;
  display:none;
  -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#milkyway.viewpoint-network {
  left: 30%;
}

#milkyway.active{
  /*bottom: 150px;*/
  transform: translateX(200px)
}

#milkyway.AllShortestPathsCtrl, #milkyway.NeighborsCtrl, #milkyway.SearchCtrl{
  left: 50%;
}

#milkyway.explore.resources{
  display: none;left: 50%;
}

#milkyway.explore.persons, #milkyway.explore.projection, #milkyway.explore.locations{
  left: 0px;
  display: block
}

#milkyway.graph{
  display: block;
  left: 20px;
}


#milkyway.search, #milkyway.user {
  left: 560px;
  display: block
}

#milkyway.neighbors{
  left: 360px;
  display: block
}

#milkyway.user{
  left: 360px;
}

#milkyway.index{
  display: none;
}

#milkyway.InquiriesCtrl, #milkyway.InquiryCtrl, #milkyway.InquiryCreateCtrl{
  display: none;
}



#milkyway #playground{
  width: 100%;
  height: 100%;
}

#milkyway #playground-lock{
  position: absolute;
  top: 0;
  height: 100%;
  background: #e8e8e8;
  width: 100%;
  left: 0;
  z-index: 4;
  pointer-events: none;
     -webkit-transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#milkyway #playground-lock.active{
  pointer-events: auto;
  opacity: .7;
}

#milkyway #playground-lock.disabled{
  opacity: 0;
}

#milkyway #playground-lock > div{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -25px;
  height: 50px;
  line-height: 50px;
  text-align: middle
}

#milkyway #commands{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 120px;
  background: #fff;
  z-index: 2;
}

#milkyway #commands.lookup{
height: 150px;
}

#milkyway #commands .action{
  width: 30px;
  height: 30px;
  text-align: center;
    line-height: 30px;
    cursor: pointer
}

#milkyway #tips {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 220px;
  margin-left: -110px;
  text-align: center;
  /* border: 1px solid rgba(56,58,59, 0.05); */
  z-index: 3;
}

#milkyway #tips>div{
  background-color: rgba(218, 218, 218, 0.8);
  padding: 10px 17px;
  border-radius: 2px;
  font-family: sans-serif;
  font-style: italic;
  display: inline-block;
}

#milkyway #sigma-actions{
  position: absolute;
  top:20px;
  right:20px;
  z-index: 2;
}

#milkyway .gasp{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 11;
}

#milkyway .gasp.enabled{
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 11;
}

#milkyway .gasp .inner{
  background-color: #585858;
    color: white;
    display: inline-block;
    height: 40px;
    margin-top: 10px;
    padding: 0px 5px 0 15px;
    border-radius: 2px;
    line-height: 40px;
}

#milkyway .gasp .text{
  display: inline;
  float:left;
  position: relative;
}

#milkyway .gasp .text .weight{
      position: absolute;
    top: -10px;
    left: 22px;
    text-align: center;
}

#milkyway .gasp .text a{
  color: #EBEAEA;
  text-decoration: none;
  border: 0px transparent
}

#milkyway .gasp .text a:hover{
  color: #ffffff;
  text-decoration: none;
  border: 0px transparent
}

#milkyway .gasp .action-group{
  display: inline-block;
  padding-left: 10px;
}

#milkyway .gasp .action{
  display: inline-block;
  line-height: 40px;
  width: 30px;
  color: #A9A2A2;
  overflow: hidden;
  cursor: pointer;
    -webkit-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#milkyway .gasp .action.disabled {
  opacity: .1; 
}

#sigma-messenger {
  top: 50%;
  position: absolute;
  left: 50%;
  width: 30%;
  z-index: 11;
  margin-left: -15%;
  text-align: center;
}

#sigma-messenger > .inner{
  background: #151515;
  color: #EBEAEA;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 2px;
}

/*
  
  Sigma snippets
  ~~~~~~~~~~~~~~~~~~~~~~~~
  
  Cfr snippets directive
*/
#sigma-snippets {
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 340px;
  border-radius: 2px;
  text-align: center;
  z-index: 11;
  background: transparent;
  pointer-events: none;
  overflow: hidden;
  color: #A9A2A2;
}

#sigma-snippets > .snip {
  background: #949494;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position:absolute;
  left: 10px;
  top: 10px;
  border: 3px solid #f6941c;
  pointer-events: auto;
  background-size: cover;
  background-color: black;
  background-repeat:no-repeat;
  background-position:center;
  border-radius: 50px;
  cursor: pointer;
  transform: translateX(0px);
  -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#sigma-snippets > .snip.person {
  border: 3px solid #4dc3ba; 
}


#sigma-snippets > .inner {
 
  width: 100%;
  height: auto;
  pointer-events: auto;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  background: #949494;
  transform: translateX(-350px);
    -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#sigma-snippets > .inner.wait{
  -webkit-transition-delay: .3s; /* Safari */
    transition-delay: .3s;
}

#sigma-snippets > .inner.loading, #sigma-snippets > .inner.enabled {
  transform: translateX(0px);
  -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}

#sigma-snippets > .snip.loading, #sigma-snippets > .snip.targeting, #sigma-snippets > .snip.enabled {
  transform: translateX(-150px);
}

#sigma-snippets > .snip.disabled {
  -webkit-transition-delay: .3s; /* Safari */
    transition-delay: .3s;
}

#sigma-snippets .reporter{
      padding: 0 10px;
}

.nodes {
  position: relative;
  background-color: #383838;
  border-radius: 3px;    border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.node h4 a {
  color: #DEDEDE;
  border-bottom: 1px solid;
  display: inline-block;
  -webkit-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.node h4 a:hover{
  color: white;
} 

#sigma-snippets .edges{
  padding-top:5px;

}

#sigma-snippets .edges .related{
  margin: 0;
  width: auto;
  border:0px transparent;
  padding-top:10px;
      border-bottom: 2px solid #949494;
    border-radius: 0;
    text-align: left;
    margin: 5px 10px
}

#sigma-snippets .edges .related h4{
  margin-left: 15px;
}

#sigma-snippets .edges .related.entity h4{
  margin-left: 60px;
  margin-top: 0;
  padding-top: 0;
  min-height: 30px;
}

.nodes .line {
  position: absolute;
  width: 4px;
  background-color: #ccc;
  bottom: -10px;
  top: 60px;
  left: 34px;
} 

.nodes .line .weight{
  position: absolute;
  top: 40%;
  background: #383838;
  line-height: 20px;
  /* width: 20px; */
  height: 20px;
  border-radius: 2px;
  font-weight: normal;
  right: 0px;
  color: #f0f0f0;
  padding: 0 5px;
  text-align: right;
  border: 1px solid #ccc;
}

.node {
  position: relative;
}

.node .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

.node .actions a.action {
  color: #A9A2A2;
  border-width: 1px;
  width: 30px;
  padding: 0px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align:center;
  cursor: pointer;
  -webkit-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.node .actions a.action:hover{
  color: white;
}

.node .thumbnail {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: transparent;
  border:0px transparent;
  margin:0;
  padding: 0;
}

.node .thumbnail-wrapper {
  width: 50px;
  height: 50px;
  background-size:cover;
  background-color: black;
  background-repeat:no-repeat;
  background-position:center;
  border-radius: 50px;
  
}

.node.person .thumbnail-wrapper{
  border: 3px solid #4dc3ba;
}

.node.resource .thumbnail-wrapper{
  border: 3px solid #f6941c;
}

.node.location .thumbnail-wrapper{
  border: 3px solid #7e213c;
}

.node.theme .thumbnail-wrapper{
  border: 3px solid #ff9b01;
}

.node .content {
margin-left: 50px;
    min-height: 70px;
}


.node .content .date{
  text-align: left;
  margin: 0 10px 0 20px;
  color: #A9A2A2;
}

#sigma-snippets h4{
  text-align: left;
  margin: 0 20px;
  font-weight: bold;
  color: white;
  padding-top: 12px;
}

#sigma-snippets h4 p{
  margin: 0;
  padding: 0;
}

#sigma-snippets ul.dropdown-menu li > div{
  position: relative;
}

#sigma-snippets ul.dropdown-menu h4{
  color: #151515;
  margin: 0;
  padding: 0;
}
#sigma-snippets ul.dropdown-menu .with-thumbnail h4{
  margin: 0 20px 0 55px;
}

#sigma-snippets ul.dropdown-menu .with-thumbnail a > p{
  margin: 0 20px 0 55px;
}



#sigma-snippets .detail{
  text-align: left;
  background: #383838;
}

#sigma-snippets .detail .abstract{
  height: 112px; /* 4 lines at 24px of line-height + 10 px margin + 10 px button*/
  overflow: hidden;
  position:relative;
}


#sigma-snippets .detail .abstract .ellipsis{
  position:absolute;
  bottom:0px;
  width: 100%;
  height: 60px; /* that is one line 24px plus 10 px margin*/
  background: rgba(56,56,56,0);
  background: -moz-linear-gradient(top, rgba(56,56,56,0) 0%, rgba(56,56,56,1) 56%, rgba(56,56,56,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,56,56,0)), color-stop(56%, rgba(56,56,56,1)), color-stop(100%, rgba(56,56,56,1)));
  background: -webkit-linear-gradient(top, rgba(56,56,56,0) 0%, rgba(56,56,56,1) 56%, rgba(56,56,56,1) 100%);
  background: -o-linear-gradient(top, rgba(56,56,56,0) 0%, rgba(56,56,56,1) 56%, rgba(56,56,56,1) 100%);
  background: -ms-linear-gradient(top, rgba(56,56,56,0) 0%, rgba(56,56,56,1) 56%, rgba(56,56,56,1) 100%);
  background: linear-gradient(to bottom, rgba(56,56,56,0) 0%, rgba(56,56,56,1) 56%, rgba(56,56,56,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#383838', GradientType=0 );
}

#sigma-snippets .detail .abstract.expanded{
  height: auto
}

#sigma-snippets .detail .abstract .ellipsis > button{
  position: absolute;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  bottom: 10px;
}

#sigma-snippets .detail blockquote{
  margin: 15px;
  font-family: inherit;
  margin: 0;
  background: transparent;
  color: #D3CFCF;
}

#sigma-snippets .detail .meta{
  margin: 0 15px;
  color: #D3CFCF;
}

#sigma-snippets .detail .tag.person, #sigma-snippets .detail blockquote a[gasp-type=person]{
  background: transparent;
  color: white;
  border-bottom: 1px solid #4dc3ba;
}


#sigma-snippets .detail img{
  width: 100%
}

#sigma-snippets .detail blockquote a {
  color: white;
}

#sigma-snippets .detail .doi{
      padding: 10px 15px;
    font-size: 10px;
    color: #A9A2A2;
    line-height: 16px;
}

.fa.type{
  padding: 0;
  margin: 0;
  margin-right: 7px;  
  font-size: inherit;
}

.fa.person {
  color: #4dc3ba;  
}

.fa.location{
  color: #0093a6;
}

.fa.resource {
  color: #f6941c;  
}

.disabled{
  pointer-events: none;  
}

#milkyway .gasp a.action:hover, #milkyway .gasp a.action:focus{
  border-bottom: 0px solid transparent;
  /*background: #989898*/
  color: white;
}



.fa{
  font-size: 17px;
  line-height: inherit
}



/*
  
  Codemirror
  ~~~~~~~~~~
  
*/
.CodeMirror{
  font-family: inherit;
  background-color: #eee;
  height: auto;
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
}

.CodeMirror-scroll {
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}


.CodeMirror{
  background: #fcfcfc;
}

.CodeMirror.CodeMirror-focused{
  background: #fff;
  border: 1px solid #d4d4d4;
}

.Codemirror pre{
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAFklEQVQIW2NkwAIYh4rghw8f/qO7FQBLtAPahi1RggAAAABJRU5ErkJggg==);
  background-position: bottom;
  background-repeat: repeat-x;
}

.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 2px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  border-radius: 3px;
  border: 1px solid silver;

  background: white;
  font-size: 90%;
  font-family: monospace;

  max-height: 20em;
  overflow-y: auto;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  max-width: 19em;
  overflow: hidden;
  white-space: pre;
  color: black;
  cursor: pointer;
}

li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}

/*
  Extend bootstrap btn
*/
.btn {
  font-size: 12px;
}

.btn-number{
  padding-right: 30px;
}

.btn-number .number{
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid;
  color: white;
  width: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 18px;
  height: 18px;
}

.btn.with-fa .fa{
  line-height: 17px;
      font-size: 12px;
}

.btn.expanded {
  font-size: 13px;
  padding: 10px 20px;
  
}
.btn.expanded .fa{
  font-size: 13px;
  margin-left: 10px;
}

.btn.btn-line{
  background: transparent;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #ccc;
      box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16);
}

.btn.btn-line.active, .btn.btn-line.focus, .btn.btn-line:active, .btn.btn-line:focus, .btn.btn-line:hover, .open>.dropdown-toggle.btn.btn-line{
  background: rgba(200,200,200, .2);
  outline: none;
  border: 1px solid #151515;
  color: #151515
}

.btn.btn-straight{
  padding:0 5px;
}

.btn.btn-line-white{
  background: transparent;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #A9A2A2;
  color: #A9A2A2;
  transition: color .35s ease-in-out, border-color .35s ease-in-out;
}

.btn.btn-line-white.active, .btn.btn-line-white.focus, .btn.btn-line-white:active, .btn.btn-line-white:focus, .btn.btn-line-white:hover, .open>.dropdown-toggle.btn.btn-line-white{
  background: rgba(200,200,200, .2);
  outline: none;
  border: 1px solid #ffffff;
}

.btn.btn-line-white.btn-primary{
  color: #f5f5f5;
  /*border-color: #f5f5f5;*/
  z-index: 2;
}
.btn.btn-line-white.btn-primary:hover{
  border-color: white;
  background: none;
}

.btn.btn-line-white:hover{
  color: #fff;
  border-color: #f5f5f5;

}

.btn.btn-line.btn-secondary{
  border: 1px solid #838383;
  color: #838383;
}

.btn.btn-line.btn-primary{
  border: 1px solid #151515;
  color: #151515;
}
.btn.btn-line.disabled{
  border: 1px solid #ccc;
  color: #ccc;
}

.btn.btn-contribute{
  padding: 0 5px;
  color: #acabac;
  text-transform: uppercase;
  border-color: #acabac;
  transition: color .35s ease-in-out, border-color .35s ease-in-out;
}
.btn.btn-contribute:hover{
  color: #151515;
  border-color: #151515;
}

.btn-group-wrapper{
  /*padding: 5px 10px 0 10px;*/
      padding: 5px 0 0 0;
  text-align: center
}


.btn-group-dual{
  width: 100%;
}

.btn-group-dual .btn{
  width: 50%;
}

/*
  Override bootstrap nav
*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background: transparent;
  border-color: inherit;
}

/*
  Override bootstrap ui menu
*/
.uib-dropdown-menu a{

}

.uib-dropdown-menu>li>a:focus, .uib-dropdown-menu>li>a:hover{
  border-bottom: 0px transparent;
}

/*
  Override form control bootstrap
*/
textarea.form-control{
  font-size: 13px;
  line-height: 24px;
}

input.form-control{
  font-size: 13px;
  height: 33px;
}


/*
  
  Search Field
  ~~~~~~~~~~~~

*/
#search-field{
  padding-top: 10px;
}

#search-field input{
  height: 27px;
  font-size: 12px;
  line-height: 27px;
  background: transparent;
  border-color: #B5B5B5;
  color: white;
  background: #555;
}

#search-field button{
  height: 30px;
  font-size: 12px;
  line-height: 11px;

}

/*
  
  Search Field DRopdown menu
  ~~~~~~~~~~~~

*/
#search-field .dropdown-menu{
  max-width: 100%;
  max-height: 500px;
  overflow-y: scroll;
  margin-left: -20px;
}
#search-field .dropdown-menu li{
  padding: 10px 30px 5px 15px;
  line-height: 20px;
  position:relative;
  display: block;
  color: #151515;
  font-size: 12px;
}

#search-field .dropdown-menu li.active{
  background-color: #E8E8E7;
}

#search-field .dropdown-menu li a{
  font-size:12px;
  line-height: 20px;
  white-space: normal;
  color: #777777;
}

#search-field .dropdown-menu li span{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

#search-field .dropdown-menu>li>a:hover{
  border: 0px transparent;
}


.btn-primary {
  background: #EA3530;
  border-color: #B02824;
}

.btn-primary:hover {
  background: #9D1411;
  border-color: #760F0C;
}

.inline{
  display: inline-block;
}



/*
  
 History
  ~~~~~~~~~~~~

*/
#history{
  position:relative;  
}



/*
  
  Pop magic popover
  ~~~~~~~~~~~~

*/
#pop{
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #585858;
  color: #A9A2A2;
  /*border: 1px solid #C5C5C6;*/
  border-radius: 3px;
  z-index: 1050;
  opacity: .9;
  transition: opacity .22s ease-in-out;
}

#pop > .inner{
  position:absolute;
  bottom: 0;
  background: #383838;
  border-radius: 3px;
  width: 300px;
  box-shadow: 0 5px 10px rgba(0,0,0,.75);
  
}

#pop > .inner .node .thumbnail {
  top:10;
  left:10;
}

#pop > .inner .node .content {
  margin: 0 70px 0 70px;
  min-width: 120px;
}

#pop > .inner .node .content.without-thumbnail{
  margin: 10px 70px 0 20px;
}

#pop > .inner .node h4{
  margin-top: 0;
  margin-bottom: 5px;
}

#pop > .inner .node h4 a{
  display: block;
}

#pop > .inner .node h4 a p{
    padding: 10px 0 5px 0;
    margin-bottom: 0;
    font-weight: bold;
}

#pop > .inner .node .content .date{
  margin: 0;
}

#pop > .inner .node.location .content {
  margin-left: 15px;
}

#pop > .inner .node .actions{
  right: 30px;
}

#pop > .inner .node .action{
  height: 30px;
  width: 30px;
  border: 1px solid;
  border-radius: 30px;
}

#pop > .inner .node .action.discard {
    position: absolute;
    top: 0;
    right: 10px;
    height: 20px;
    width: 20px;
    border-width: 0;
    text-align: right;
}
#pop > .inner .node .action .fa{
  line-height: 30px
}

#pop > .inner .node .action.tiny .fa{
  line-height: 20px
}

#pop > .inner .btn-group-wrapper{
  height: 35px;
   overflow: hidden;
   -webkit-transition: height .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: height .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: height .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: height .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#pop > .inner .questions{
      border-bottom: 1px solid #383838;
    border-top: 1px solid #383838;
}
#pop > .inner .btn-group-wrapper.disabled{
  pointer-events : auto;
}

.reporter .btn-group .btn {
  height:30px;
}

.reporter .btn-group .btn .fa{
  line-height: 15px
}

#pop:hover{
  opacity: 1;  
}

#pop .action{
  width: 40px;
  height: 38px;
  padding: 0;
  border: 0px transparent;
  border-radius: 0;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #A9A2A2;
    -webkit-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#pop .action:hover{
  color: white;
  border: 0px transparent;
  /*background: rgba(234,53,48, .7);*/
}

#pop .action span{
  line-height: 38px;
}

.questions{
  height: 0;
  overflow: hidden;
   -webkit-transition: border-color .3s ease-in, height  .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: border-color .3s ease-in, height  .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: border-color .3s ease-in, height  .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: border-color .3s ease-in, height  .3s cubic-bezier(0.65, 0.05, 0.36, 1);

  border-top: 1px solid #383838;
  border-bottom: 1px solid #808080;
  background-color: #202020;
  border-left: 1px solid #383838;
  border-right: 1px solid #383838;
  margin-top: 10px;

}

.questions .question{
  
  padding: 5px 0 5px 0;
  
}

.questions.enabled{
  height: 120px;
  /*border-top-color: #A9A2A2;
  border-bottom-color: #A9A2A2;
  border-left-color: #808080;
  border-right-color: #808080;*/    
  
}
.questions.feedback{
  height: 80px;
}
.questions.wrongtype{
  overflow: visible;
  height: 130px;
}
.questions.wrong{
  overflow: visible;
}
.questions.wrong.enabled{
  height: 80px;
}
.questions.downvote.enabled{
  height: 161px;
}
.questions.downvote.enabled.with-parent{
  height: 197px;
}

.questions.contribute.enabled{
  height: 185px;
}

.questions.contribute-confirm.enabled{
  height: 112px;
}

.questions p.text{
    color: #A9A2A2;
    margin: 0px 20px;
    padding: 10px 0 0 0;
    
}

.questions p strong{
  color: #f0f0f0;
  font-weight: normal;
}

.questions .answers{
  padding: 5px 15px 5px 15px;
}

.questions ul.dropdown-menu{
  right: 15px;
      max-height: 270px;
    overflow-y: scroll;

}

.questions ul.dropdown-menu li>div {
  padding: 5px 15px;
}

/*
  
  Playlist, magic playslit
  ~~~~~~~~~~~~~~~~~~~~~~~~
  
*/

#playlist{
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  z-index: 0;
  height: 100%;
  z-index: 101;
  background:#191c1d;
  -webkit-transform: translateX(-200px); /* Safari */
      -ms-transform: translateX(-200px); /* IE 9 */
          transform: translateX(-200px);
  -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#playlist-close{
  position: absolute;
  color: #DEDEDE;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor:pointer;
  text-align: right;
}
#playlist.active{
  -webkit-transform: translateX(0px); /* Safari */
      -ms-transform: translateX(0px); /* IE 9 */
          transform: translateX(0px);
}

#playlist-queue{
  position: absolute;
  top: 100px;
  bottom: 200px;
  left: 0;
    /* background: #151515; */
    /* border-top: 1px solid rgba(255,255,255,0.03); */
  color: #f5f5f5;
    overflow-y: hidden;
    overflow: hidden;
  color: #f5f5f5;
}


#dep-playlist { 
  position: fixed;
  bottom: -80px;
  left: 0;
  right: 0;
  height: 80px;
  background:#191c1d;
  z-index: 4;
  -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
  
}

#dep-playlist.active{
  -webkit-transform: translateY(-80px); /* Safari */
      -ms-transform: translateY(-80px); /* IE 9 */
          transform: translateY(-80px);
    
}

#dep-playlist.sleep{
  -webkit-transform: translateY(-5px); /* Safari */
      -ms-transform: translateY(-5px); /* IE 9 */
          transform: translateY(-5px);
   
}

#dep-playlist-resume{
  position: fixed;
  bottom: -150px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  left: 40px;
  margin-left: -25px;
  background: rgba(25, 28, 29, 0.85);
  color: #e8e8e8;
  cursor: pointer;
  text-align: center;
  z-index: 5;
  -webkit-transition: bottom .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: bottom .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: bottom .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: bottom .3s cubic-bezier(0.65, 0.05, 0.36, 1);
  
}

#dep-playlist-resume:hover{
  background-color: #FF5742;
}

#dep-playlist-resume span{
  line-height: 50px;
  -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#dep-playlist-resume.active {
  color: #f5f5f5;
  bottom: 15px;
}

#dep-playlist-resume.sleep {
  bottom: 5px;
}

#dep-playlist-resume.sleep span{
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
          transform:  rotate(180deg);
}

#dep-playlist-actions{
  position: absolute;
  left: 70px;
  bottom: 0;
  /*border-left: 1px solid #353535;*/
  top: 0;
  width: 60px;
  /*background: #353535;*/
  padding: 15px 5px;
}

#dep-playlist-actions .btn{
  height: 50px;
  line-height: 37px;
  width: 50px;
}

#dep-playlist-queue{
  position:absolute;
  right: 20px;
  bottom: 0px;
  top: 15px;
  left: 140px;
  /*background: #151515;*/
  /*border-top: 1px solid rgba(255,255,255,0.03);*/
  color: #f5f5f5;
}

#dep-playlist-queue-rail {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}

#dep-playlist-wrapper{
  position: absolute;
}

.playlist-item{
  white-space: normal;
  background:  #353535;
  position: relative;
  display: inline-block;
  width: 180px;
  margin: 0 10px;
  border-radius: 2px;
  /*box-shadow: 0px 2px 6px rgba(0,0,0,.4);*/
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.04);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.04);
  box-shadow: 0 1px 1px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.04);
}

.playlist-item .pic{
  height: 50px;
  width: 50px;
  overflow: hidden;
}

.playlist-item .pic a{
  display: block;
  width: 100%;
  height:100%;
}

.playlist-item img{
  max-width: 50px;
  min-height: 50px;
}

.playlist-item h5 {
  position: absolute;
  top: 0px;
  margin-left: 60px;
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  margin-right: 20px;
  height: 45px;
  overflow: hidden;
  font-family: sans-serif;
  text-shadow: 1px 1px #151515;
}

.playlist-item .action{
  position: absolute;
  right: 5px;
  top: 2px;
  color: white;
  width: 12px;
  cursor: pointer
}

.playlist-item .action:hover{
  color: white;
  border-bottom: 0px transparent;
}

#playlist-shadow{
  background: rgba(38,38,38,.38);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
      -webkit-transition: opacity .2s cubic-bezier(0.65, 0.05, 0.36, 1);  
     -moz-transition: opacity .2s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: opacity .2s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: opacity .2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#playlist-shadow.active{
  opacity: 1;
  pointer-events:auto;
}

/*
  
  Tooltip hack
  ~~~~~~~~~~~~~~~~~~~~~~~~
  
*/
.tooltip {
  pointer-events: none;
  /*    -webkit-transition: opacity .2s cubic-bezier(0.65, 0.05, 0.36, 1);  
     -moz-transition: opacity .2s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: opacity .2s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: opacity .2s cubic-bezier(0.65, 0.05, 0.36, 1);*/
  
}
.tooltip .tooltip-wrapper {
  position: absolute;
  bottom: 0px;
  width:100%;
}
.tooltip .tooltip-inner {
  line-height: 21px;
  font-size: 11px;
  font-family: sans-serif;
  padding: 5px 15px;
  color: #CFC9C9;
}

.tooltip.sigma {
  width: 200px;
  margin-left: -100px;
  margin-top: -50px;
  background: transparent;
  text-align: center;
}

.tooltip.sigma .tooltip-inner{
  position: relative;
  background: #383838;
  display: inline-block;
}


#the-annotator-wrapper {
  position: fixed;
  top:0;
  left:0;
}
#the-annotator {
  position: absolute;
}


#the-annotator.enabled {
  display: block;
}

/*

  Annotatorjs 
  ~~~~~~~~~~~

*/
.annotator-adder{
  background: transparent;
  width: auto;
}

.annotator-adder button{
  border: 1px solid #acabac;
  border-radius: 5px;
  text-indent: 0;
  width: auto;
  height: auto;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 5px;
  line-height: 21px;
  background: white;
  color: #acabac;
  transition: color .35s ease-in-out, border-color .35s ease-in-out;
}

.annotator-adder button:hover{
  color: #151515;
  border-color: #151515;
}

.annotator-outer.annotator-editor{
  display: none;
}

.annotator-widget{
      background: #383838;
    border-radius: 2px;
    border: 0px solid transparent;
    color: #a9a0a0;
}

.annotator-widget li > div{
  display: none
}

.annotator-widget li > div.custom{
  display: block
}

.annotator-widget div:first-of-type{
  border-top:3px solid;
}

.annotator-viewer .content, .annotator-viewer .content h4 a{
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.annotator-viewer div{
  padding:0;
}

.annotator-viewer .content{
  margin-left: 70px
}
/*
  
  Go crowd
  ~~~~~~~~~~~~~~~~~~~~~~~~

*/
#crowd{
  visibility: hidden;
  position: absolute;
  right: 20px;
  bottom: 200px;
  width: 300px;
  height: auto;
  background: #fafafa;
  box-shadow: 0 5px 10px rgba(0,0,0,.175);
  color: #151515;
  padding: 15px;
  z-index:30px;
  border: 1px solid #E1E1E0;
}

#crowd .content{
  margin-right: 30px;
}
#crowd .context{
  height:0;
  overflow: hidden;
     -webkit-transition: height .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: height .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: height .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: height .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#crowd .context.enabled{
  height: 250px;

}

#crowd .tag{
  background: #ddd;
  font-weight: bold;
  color: #151515;
}
#crowd.fadeIn{
  visibility: visible;
}

#crowd .related{
  padding: 0;
  margin: 10px 0;
  background: #eee;
  border-width: 0px;
      border: 1px solid #e1e1e1;
    border-radius: 0;

    padding-top: 10px;
}

#crowd .related h4 a{

}

.crowdsourcing{
  background: #252525; 
  /*#252525;*/
  /*border: 1px solid #FF5742;*/
  /*box-shadow: inset 0 0 6px #111;*/
  padding: 10px 20px 10px 20px;
  margin: 10px 0 5px 0;
  max-height: 150px;
  overflow: auto;
} 

.crowdsourcing .issue{
  margin-bottom: 20px;
}

.crowdsourcing strong {
  font-weight: normal;
  color: #f0f0f0;
}

.reporter{
  position:relative;
}
.reporter.locked{
  opacity: .2;
  pointer-events: none;
}

.reporter .loading{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  z-index: 10;
}

.reporter .loading .loader{
  height: 30px;
  margin-top: 0;
  top: 0;
}

.reporter .loading .loader .sk-double-bounce{
  margin: 0 auto ;
}
.reporter .loading .loader .sk-double-bounce .sk-double-bounce1{
  background-color: #fff;
  opacity: 1;
}
/*
  
  Animate.css animations
  ~~~~~~~~~~~~~~~~~~~~~~~~
  
*/

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.75, 1.75, 1.75);
    transform: scale3d(1.75, 1.75, 1.75);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.75, 1.75, 1.75);
    transform: scale3d(1.75, 1.75, 1.75);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


#messenger{
  position: fixed;
  z-index: 1075;
  bottom: 200px;
  left: 50%;
  width: 240px;
  color: white;
  pointer-events: none;
  opacity: 0;
  text-align: center;
  font-size: 13px;
  margin-left: -120px;
    -webkit-transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: opacity .3s cubic-bezier(0.65, 0.05, 0.36, 1);

}

#messenger > .inner{
  background-color: #151515;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 2px;
}

#messenger.active{
  opacity: 1;
}

/*
  
  TIMELINE

*/
#timeline {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
  z-index: 4;
  height: 50px;
  /*border-bottom: 1px solid #d4d4d4;*/
  border-top: 1px solid #E5E5E5;
  /*box-shadow:0 1px 6px rgba(0,0,0,.16)*/
  -webkit-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
  
}

/*#timeline.search, #timeline.index{
  left: 0%;
}*/
/*#timeline.index {
   -webkit-transform: translateY(80px); 
      -ms-transform: translateY(80px); 
          transform: translateY(80px);
}
*/
#timeline.active{
  -webkit-transform: translateX(200px); /* Safari */
      -ms-transform: translateX(200px); /* IE 9 */
          transform: translateX(200px);
    
}
#timeline svg{
  background-color: #d8d8d8;
}

#timeline .viewer {
  margin: 0px 150px;
}
#timeline .tooltip {
  top: -30px;
    text-align: center;
    margin-left: -100px;
    width: 200px;
}

#timeline .tooltip .tooltip-inner{
      display: inline-block;
    background-color: #383838;
}

#timeline .date{
  position: absolute;
  width: 110px;
  top: 15px;
}

#timeline .date.left{
  left: 30px;
  text-align: right;
}

#timeline .date.right{
  right: 30px;
  text-align: left;
}

#timeline .brushdate{
  /*display: none;*/
  position: absolute;
  width: 110px;
  bottom: 26px;
  font-weight: normal;
  /*background: rgba(255,255,255, .4);*/
  
  bottom: 30px;
  background: #d8d8d8;
  font-size: 12px;
  height: 18px;
  line-height: 18px;

  color: #151515;
  border-radius: 2px;
}

#timeline .brushdate.left{
  /*left: 40px;*/
  text-align: right;
  padding-right: 5px;
 
}

#timeline .brushdate.right{
  /*right: 40px;*/
  text-align: left;
  padding-left: 5px;
}

#timeline path{
  fill: none;
  stroke: #555;
}
#timeline rect{
  /*fill: #888;*/
}

#timeline rect.tn{
  /*fill: #151515;*/
}

#timeline .brush .extent {
  stroke: crimson;
  fill: #ffffff;
  fill-opacity: .165;
  shape-rendering: crispEdges;
}


/*
  Bootstrap: pagination;

*/
.pagination{
  margin: 0px;
  background: transparent
}
.pagination-sm>li>a, .pagination-sm>li>span {
  padding: 0;
  font-size: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  border: 0px transparent;
  background: transparent;
  color: #505050;
  border-bottom: 1px solid transparent;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  border-bottom: 1px solid #424242;
  background: transparent;
  color: #151515;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
  background-color: transparent;
  border: 0px transparent;
}

/*
  bootstrap: modal;
*/
.modal-dialog{
  height: 100%;
  margin: 0 auto;
}

.modal-backdrop {
  /*visibility: hidden;*/
  background-color: #C5C5C6;
  /*#151515;*/
}

.modal-content{
  position: absolute;
  width: 100%;
  top: 100px;
  bottom: 100px;
  background-color: white;
  border: 1px solid #ccc;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: none;
  box-shadow: 0 0 12px #CFCFCF;
}

.inspect .modal-content form {
  margin-left: 40px;
}
.modal-content .profile-pic{
  border: 1px solid #d4d4d4;
  width: 32;
  border-radius: 32px;
  overflow: hidden;
  height: 32;
  background: #d4d4d4;
  margin: 0px 10px 0px 0px;
  float: left;
}

.modal-content .profile-pic img{
  height: 100%;
}

/*
  bootstrap: modal;
  Inspector component
*/
.inspect .modal-content .nodes {
  position: absolute;
  background-color: #383838;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 300px;
  border-top-right-radius: 0;
}

.inspect .btn-group .btn {
  height: 30px;
  padding-top:0;
  padding-bottom:2px;
  line-height: 30px;
}

.inspect .btn-group .btn .fa{
  font-size: 15px;
}


.inspect .questions{
  padding: 15px 25px;
}

.inspect .questions .text{
  color: #A9A2A2;
}

.inspect .questions .text strong{
  color: #f0f0f0;
  font-weight: normal;
}

.inspect .crowdsourcing{
  margin: 0 15px 15px 15px;
  color: #A9A2A2;
  border-bottom: 1px solid #A9A2A2;
  padding: 15px 0;
}
.inspect .crowdsourcing strong{
  color: #f0f0f0;
  font-weight: normal;
}

.modal-content .nodes .node h4 a {
  color: #DEDEDE;
  border-bottom: 1px solid;
  display: inline-block;
  -webkit-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.modal-content .nodes .node h4 a:hover{
  color: white;
}

.modal-content .node .thumbnail {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: transparent;
  border:0px transparent;
  margin:0;
  padding: 0;
}

.modal-content .node .thumbnail-wrapper {
  width: 50px;
  height: 50px;
  background-size:cover;
  background-color: black;
  background-repeat:no-repeat;
  background-position:center;
  border-radius: 50px;
  border: 3px solid #4dc3ba;
}

.modal-content .node.resource .thumbnail-wrapper{
  border: 3px solid #f6941c;
}

.modal-content  .node .content {
  margin-left: 50px;
  min-height: 70px;
}

.modal-content .node .detail {
  position: relative;
  width: 100%;
  overflow: auto;
}

.modal-content  .node .detail blockquote{
  font-family: inherit;
  margin: 0;
  background: transparent;
  color: #D3CFCF;
}

.modal-content  .node .detail .meta{
  margin: 0 15px;
  color: #D3CFCF;
}

.modal-content .node .content .date{
  text-align: left;
  margin: 0 10px 0 20px;
  color: #A9A2A2;
}

.modal-content  h4{
  text-align: left;
  margin: 0 20px;
  font-weight: bold;
  color: white;
  padding-top: 12px;
}

.modal-content  h4 p{
  margin: 0;
  padding: 0;
}

.modal-content .viaf{
  margin: 0 15px;
  color: #A9A2A2;
}

.modal-content .viaf table{
  
  border-radius: 2px;
}

.modal-content .viaf .question{
  margin-bottom: 10px;
  color: #A9A2A2;
}

.modal-content .viaf .question b{
  color: white;
}

.modal-content .viaf .viaf-item {
  background: #2E2E2E
}

.modal-content .viaf .viaf-item td{
      border-top: 0px transparent;
}

.modal-content .viaf .tag{
  padding: 0 5px;
  border-radius: 2px;
  margin-left: 2px;
  display: inline-block;
  background: #4D4D4D;
  color: #A9A2A2;
}

.modal-content .viaf .tag:hover{
  border: 0px transparent;
}

.modal-content .modal-header.with-sidebar{
  margin-left: 300px;
  height: 100px;
}

.modal-content .modal-body.with-sidebar{
  overflow-y: auto;
  position: absolute;
  top: 100px;
  bottom: 0px;
  left:300px;
  right: 0;
}

.modal-content .modal-header {
  padding: 0 15px;
}
.modal-content .modal-title {
  line-height: 49px;
  text-align: center
}
/*.modal-content .action {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  border-radius: 30px;
  line-height: 30px;
  border: 1px solid #E8E8E7;
  color: #a5a5a5;
}*/

.modal-content .action.right{
  float: right;
}


.modal-content .action.left{
  float: left;
}

.modal-content .table>tbody>tr>td {
      vertical-align: middle;
}

/**
  
  Contribute Modal
  ---

*/
.contribute .modal-dialog {
  width: 320px
}

.contribute .modal-dialog .modal-content{
  width: 320px;
  bottom: auto;
}

.contribute .panel{
  margin: 0 15px;
}

.contribute .ghost {
 
  font-size:12px;
  line-height: 21px;
}

.contribute .modal-content h4.title{
  margin: 15px 0 0 0;
  font-weight: bold;
}

.contribute .dates{
  color: #747274;
  margin: 0 0 15px 0;
}

.contribute .link{
  background: #eee;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.contribute .ghost .link {
  padding: 10px;
  
  background: #E5E5E5;
  border: 1px solid #C2C2C2;
  
}
.contribute .ghost .title{
  font-weight: bold;
}

.contribute .modal-dialog .modal-content .modal-body {
  padding:0;
}

.contribute .modal-content h4{
    color: #151515;
    font-weight: normal;
    padding-top: 0;
}

.contribute .modal-content .results{
  margin: 10px 15px;
}

.contribute .dropdown-menu{
  font-size: 12px;
  border-radius: 0;
}

.contribute .typeahead-in-dropdown h2{
  margin: 10px 15px;
  font-size: 12px;
  /* text-align: center; */
  font-weight: bold;
}

.contribute .typeahead-in-dropdown>p{
  margin: 0 15px 10px 15px;
}

.contribute .typeahead-in-dropdown input{
  width: 287px
}

.contribute .typeahead-in-dropdown ul.dropdown-menu >li{
  padding: 10px;
}

/**
  
  Introfuction

*/
#intro {
  margin: 50px 50px;
  
}
#intro h1 {
  font-size: 36px;
  line-height: 72px;
  font-weight: bold;
}
#intro h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px
}

.grammar{
  line-height: 40px;
}

.grammar-choice {
  display: inline-block;
  font-weight: bold;
  line-height: 24px;
  /*border: 1px solid #b8b8b8;*/
  border-radius: 5px;
  padding: 0 5px;
}

.grammar-choice.ruler{
  background: #585858;
    border: 1px solid transparent;
    color: #e8e8e8;
    font-weight: normal;
}

.grammar-choice.ruler button.btn{
  background: transparent;
  color: white;
  border: 1px solid transparent;
}

.grammar-choice .grammar-item{
  color: white;
}

.grammar-choice  button.btn{
  line-height: 18px;
  padding: 0;
  width: 18px;
  background: transparent;
  height: 18px;
}


/*
  Typeahead inside a dropdown
*/
.with-typeahead{
  width: 320px;
}
.typeahead-in-dropdown{
      padding: 5px 0;
  font-weight: normal;
}

.typeahead-in-dropdown input{
  margin: 5px 0 15px 15px;
  width: 285px;
}

.typeahead-in-dropdown label {
  margin: 0 15px
}



.typeahead-in-dropdown ul.dropdown-menu {
  position: static;
  box-shadow: none;
  border: 0px solid;
  max-height: 260px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  width: 100%;
      background: #f2f2f2;
    border-top: 1px solid #e8e8e7;
   border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
 
}

.typeahead-in-dropdown ul.dropdown-menu li p{
  line-height: 18px;
}

.typeahead-in-dropdown ul.dropdown-menu li h4{
  font-weight: bold;
}

/*
  dropdown menu replacement
*/

ul.dropdown-menu >li.active{
  background: #e8e8e8;
}
ul.dropdown-menu >li a{
  display: block;
  color: #151515;
  font-weight: normal;
  margin: 0;
}

ul.dropdown-menu >li a:hover{
  border-bottom: 0px transparent;
}


ul.dropdown-menu .with-thumbnail{
  min-height: 50px;
  clear: both
}
ul.dropdown-menu h4{
  margin: 5px 0 0 0;
}

ul.dropdown-menu .with-thumbnail h4{
  font-weight: bold;
    
}


ul.dropdown-menu >li a .thumbnail {
  background-size: cover;
  background-color: black;
  background-repeat: no-repeat;
  background-position: top;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 50px;
  border: 2px solid;
}


.item.entity.node .dropdown-menu >li a .thumbnail {
  position: static;
}

/*
  Special btn
*/
.more{
  text-align:center;
  margin: 10px 10px 20px 10px;
}

.more button.btn {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  background: transparent;
  background: #2B2B2B;
  border: 0px solid;
  color: #e8e8e8;
  margin: 10px 0;
  padding: 14px 0px;  
  border-radius: 2px;  
  -webkit-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1); /* Changed here */ 
     -moz-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: color .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.more button.btn:hover{
  color: white;
}

/*
  Masonry brick
*/
/*.masonry-brick{
  display: none;
}
.masonry-brick.loaded {
  display: block;
}*/

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.popover-content .dropdown-menu{
  width: 220px;
  max-height: 260px;
  overflow-x : hidden;
  overflow-y : auto;
}


.popover-content ul.dropdown-menu > li{
  padding: 0;
}

.popover-content ul.dropdown-menu > li a{
  padding: 10px 15px;

font-size:12px;
  line-height: 18px


}

.popover-content ul.dropdown-menu >li a:hover {
  border-bottom: 0px transparent;
}

/*
  Annotation svg
*/
g.note .note-borders{
  stroke: #fff;
} 

g.note.manual .note-borders{
  stroke: gold;
} 

/*
  Angular tour
*/

.tour-tip {
  display: none;
  position: absolute;
  color: #FFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  max-width: 400px;
  border-radius: 3px;
  background: #383838;
  box-shadow: 0 5px 10px rgba(0,0,0,.175);
}

.tour-tip p {
  color: #A9A2A2;
}

.tour-tip p strong{
  color: white;
}


.tour-tip .tour-arrow {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}

.tour-tip .tour-arrow.tt-top {
  border-style: solid;
  bottom: -27px;
  border-color: #383838 transparent transparent !important;
}

.tour-tip .tour-arrow.tt-bottom {
  border-style: solid;
  top: -28px;
  border-color: transparent transparent #383838 !important;
}

.tour-tip .tour-arrow.tt-right {
  border-style: solid;
  left: -27px;
  top: 28px;
  border-color: transparent #383838 transparent transparent !important;
}

.tour-tip .tour-arrow.tt-left {
  border-style: solid;
  left: 100%;
  top: 28px;
  border-color: transparent transparent transparent #383838 !important;
}

.tour-tip .tour-content-wrapper {
  padding: 1.125em 1.25em 1.5em;
}

.tour-tip .tour-content-wrapper .button {
  margin-bottom: 0 !important;
}

.tour-tip .tour-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #fff !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: 400;
  line-height: 0.5 !important;
  cursor: pointer;
}

.tour-tip .tour-close-tip:hover,
.tour-tip .tour-close-tip:focus {
  color: #eee !important;
}

.tour-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.tour-element-active {
  z-index: 120 !important;
  position: relative;
  background: #fff;
}


/*
  media improvements
  cf.http://getbootstrap.com/css/#responsive-utilities
*/

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
  .explore .masonry-brick{
    width: 33%;
  }
  .navbar-right .dropdown-menu {
    left: 0px;
    right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .resource #see-also{
    left: 680px;
    margin-left: 0;
        width: auto;
  }

  .resource #perspective, .entity #perspective{
    width: 680px;
  }

  .modal-dialog {
    width: 900px;
  }

  .explore .masonry-brick{
    width: 25%;
  }
}

@media screen and (max-width: 992px) {
  .resource #see-also{
    width: 280px;
  }

  .resource #perspective{
    right: 300px;
  }
  .entity #perspective{
    width: 360px;
  }
  .entity #see-also {
    left: 360px;
  }
}



