/* GLOBAL STYLE */
a{
  text-decoration: none !important;
  color: #16A2E0;
}
a:hover, a:active {
  color: #81D1EF;
  text-decoration: none !important;
}
h1,
.h1 {
  padding-bottom: 10px;
  border-bottom: 2px solid RGBA(7, 42, 54, .1);
  text-align: center;
}

/* GENERAL SECTION */
section{
  padding: 50px 0;
  position:relative;
  background:#FFFFFF;
  z-index: 10 !important;
}
section h1{
  margin-bottom: 40px;
}

.btn-primary {
  background-color: #16A4E0;
  border-color: #008BC7;
}

.btn-primary:hover {
  background-color: #008BC7;
}

.wow {
   visibility: hidden;
}

/* Classes to show/hide on Desktop/mobile */

.desktop{

}
.mobile{
  display: none !important;
}
@media (max-width: 768px){
  h1,
  .h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px){
  .desktop{
    display: none !important;
  }
  .mobile{
    display: inline-block !important;
  }
}

/* FLOAT STYLES */

.float-left{
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.float-right{
  float: right;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 767px){
  .float-right, .float-left{
    clear: both;
    width: 100%;
  }
}

/** NAV - All the classes are from Bootstrap.css, but I didn't want to change that file too much. **/
.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}
.navbar-default .navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-default .navbar-toggle:hover {
  background: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
    background-color: RGBA(242, 244, 244, 1) !important;
}
.navbar-default .navbar-toggle .top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
}
.navbar-default .navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-default .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
}
.navbar-default .navbar-collapse{
  border: none;
}
@media (max-width: 1020px){
  .nav {
    margin-right: 0px !important;
  }
}
@media (max-width: 767px){
  .navbar-collapse{
    background-color: RGBA(22, 162, 224, 1.0);
    position: absolute !important;
    width: 100%;
    height: 200vh;
  }
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0px;
  border: none;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
  box-shadow: none !important;
}

.dropdown-menu .divider {
  margin: 2px 0;
}

@media (max-width: 1020px){
  .dropdown-menu {
    font-size: 15px !important;
  }
}

.nav > li > .signin{
  background-color: #ffffff;
  color: #16A2E0 !important;
  border-radius: 50px !important;
  padding: 8px 25px !important; 
  margin-top: 25px !important;
  margin-left: 10px !important;
  border: 2px solid #ffffff !important;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.nav > li > .signin:hover{
  background-color: transparent !important;
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50px !important;
}

@media (max-width: 767px){
  .nav > li > .signin, .nav > li > .signin:hover{
    width: 100%;
    margin: 15px auto !important;
    border-radius: 8px !important;
    padding: 15px 25px !important;
  }

  .navbar-nav > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    line-height: 20px !important;
  }
  .dropdown-menu {
    font-size: 18px !important;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #536979;
    border-radius: 10px !important;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus{
    background-color: rgba(255,255,255,.2) !important;
    color: #FFFFFF !important;
  }

}


/* Header */
.header{
  background-color: #16A2E0;
  //background-image: url(../images/hero_bg.jpg);
  //-webkit-background-size: cover;
  //-moz-background-size: cover;
  //-o-background-size: cover;
  //background-size: cover;
  //background-position: center center;
  //background-attachment: fixed;
}

.dropdown .icon-recipes_icons_yours, .dropdown .icon-lists_icons_multiple, .icon-recipes_icons_premium {
  font-size: 26px;
  top: 5px;
  margin-right: 10px;
}

.hero-info{
  float: left;
  text-align: center;
  width: 60%;
  padding: 0 30px 20px;
  box-sizing: border-box;
}
.hero-info > img{
  padding-top: 50px;
  width: 80%;
}
.hero-iphone{
  float: right;
  width: 40%;
  padding: 0 30px;
  box-sizing: border-box;
  z-index: 1;
}
.hero-iphone > img{
  width: 90%;
  margin-bottom: -130%;
  z-index: 1;
}
@media (max-width: 920px){
  .hero-info{
    width: 100%;
    padding: 0px 0px 40px;
  }
  .hero-info > img{
    padding-top: 0px;
    width: 80%;
    max-width: 550px;
  }
  .hero-iphone{
    display: none;
  }
}
@media (max-width:600px){
  .header{
    //height: 85vh !important;
    //-webkit-transform-style: preserve-3d;
    //-moz-transform-style: preserve-3d;
    //transform-style: preserve-3d;
  }
  .jumbotron{
    position: relative;
    //top: 50%;
    //transform: translateY(-50%);
    //-webkit-transform: translateY(-50%);
    padding-top: 5px !important;
  }
  .jumbotron h2{
    font-size: 30px !important;
    padding: 30px 0 50px !important;
  }
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  .jumbotron h2{
    font-size: 24px;
    padding: 10px 0 20px;
  }
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
  .jumbotron h2{
    font-size: 28px;
    padding: 20px 0 35px;
  }
}

.label-anylist {
  color: white;
  background-color: #16A2E0;
}
.label-anylist a, 
.label-anylist a:visited
.label-anylist a:hover 
.label-anylist a:active  {
  color: white;
  font-weight: bold;
}
.label-anylist[href]:hover,
.label-anylist[href]:focus {
  background-color: #0E536C;
}

/* Anylist Button */
.al-button{
  position: relative;
  display: inline-block;
  border: 2px solid #16A2E0;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #16A2E0;
  text-align: center;
  padding: 15px 30px;
  background-color: transparent;

  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right:20px;

  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all 0.2s;
}

.al-button:hover{
  color: #FFFFFF;
  background-color: #16A2E0;
}

.al-button-bold {
  position: relative;
  display: inline-block;
  border: 2px solid #16A2E0;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #16A2E0;
  text-align: center;
  padding: 15px 30px;

  margin-top: 20px;
  margin-bottom: 20px;

  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all 0.2s;
}

.al-button-bold:hover {
  color: #FFFFFF;
  background-color: #16A2E0;
  box-shadow: 0px 0px 10px #999;
}

.al-button-bold:active {
  color: #FFFFFF;
  background-color: #16A2E0;
  box-shadow: 0px 0px 10px #999;
}

.al-button-bold:focus {
  color: #FFFFFF;
  background-color: #16A2E0;
  box-shadow: 0px 0px 10px #999;
}


.white{
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.white:hover{
  color: #072A36;
  background-color: #FFFFFF;
}

.bordered-image {
  border: 1px solid #bbb;
}

/* TOP SEPARATOR */
.top-separator svg{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top:-50px;
  z-index: 10;
}
.arrow{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top:-30px;
  width: 16px;
  height: 16px;
  border-right: 2px solid #16A2E0;
  border-bottom: 2px solid #16A2E0;
  z-index: 100;
}

/* FLEXBOX */
.flexbox{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flexbox .info{
  padding-top: 20px;
}
.flexbox .info table td{
  border: none !important;
  border-color: transparent !important;
}
.item{
  margin-top: 10px;
  margin-bottom: 50px !important;
  text-align: left;
}
.item h3{
  vertical-align: bottom;
  padding-top: 0px;
  margin: 0;
}
.item img{
  display: inline-block;
}
.item p{
  font-size: 18px !important;
  letter-spacing: .5px;
  color: #858585;
  //margin-left: 50px;
}
.left{
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.right{
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.flex-column{
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

@media (max-width: 768px){
  .flexbox{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top{
    -webkit-box-ordinal-group: 0 !important;
    -moz-box-ordinal-group: 0 !important;
    -ms-flex-order: 0 !important;
    -webkit-order: 0 !important;
    order: 0 !important;
  }
  .bottom{
    -webkit-box-ordinal-group: 1 !important;
    -moz-box-ordinal-group: 1 !important;
    -ms-flex-order: 1 !important;
    -webkit-order: 1 !important;
    order: 1 !important;
  }
  .below{
    margin-top: 30px;
    margin-bottom: -200px !important;
  }
}

@media (max-width: 768px){
  .info{
    padding-top: 0;
  }
  .info > h1{
    margin-top: 0;
  }
}
.margin-left{
  margin-left: -300px;
}
@media (max-width: 768px){
   .margin-left{
    margin-left: -200px;
  }
}
@media (max-width: 400px){
   .margin-left{
    margin-left: -240px;
    margin-right: -20px;
    box-sizing: border-box;
  }
}

/* MAIN PAGE – LISTS */
.lists{
  z-index: 999;
  background-color: #FFFFFF;
  position: relative;
  text-align: center;
  width: 100%;
}
section .container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.lists-iphone{
  position: relative;
  padding-top: 40px;
  min-width: 500px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.lists-iphone > img{
  width: 90%;
}
@media (max-width: 960px){
  .lists-iphone{
    min-width: 300px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .lists-iphone > img{
    width: 100%;
  }
}
@media (max-width: 768px){
  .lists-iphone{
    min-width: initial;
    padding-top: 5px;
  }
  .lists-iphone > img{
    width: auto;
    max-height: 600px;
    max-width: 100%;
  }
}

/* MAIN PAGE – RECIPES */
.recipes{
  background-color: #072A36;
  background-image: url("../images/recipes_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;

  text-align: center;
  z-index: 999;
  background-color: #FFFFFF;
  position: relative;
  width: 100%;

  color: white;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
  .recipes{
    background-attachment: scroll;
  }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
  .recipes{
    background-attachment: scroll;
  }
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
  .recipes{
    background-attachment: scroll;
  }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
  .recipes{
    background-attachment: scroll;
  }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  .recipes{
    background-attachment: scroll;
  }
}

.recipes .container {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
.recipes::before, .recipes::after{
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  background: url("../images/border-wave.svg") top left repeat-x;
}
.recipes::before{
  top: -7px;
}
.recipes::after{
  bottom: -7px;
}
.recipes h1{
  border-bottom: 2px solid RGBA(255,255,255, .1);
}
.recipes-ipad{
  padding-top: 40px;
  text-align: center;
}
.recipes-ipad > img{
  width: 100%;
}
@media (max-width: 700px){
  .recipes-ipad{
    padding: 0;

  }
  .recipes-ipad > img{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}

/* MAIN PAGE – PREMIUM */
.premium{
  text-align: center;
}
.premium .container {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
.premium h1 {
  margin-bottom: 60px;
}
.premium .flexbox{
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.premium .item{
  text-align: center;
  width: 33%;
  padding: 0 15px;
  box-sizing: border-box;
}
.premium .item > h3{
  margin-top: 15px;
}
.premium .item > p{
  margin-top: 10px;
}
.premium .item > img{

}
@media (max-width: 768px){
  .premium .item{
    width: 50%;
  }
}
@media (max-width: 450px){
  .premium .item{
    width: 100%;
  }
}

/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/

.quote {
    text-align: center;
    margin-bottom: 30px;
}

.carousel-inner p{
  font-size: 26px;
  text-align: center !important;
  margin-bottom: 15px !important;
}

/*-------------------------------*/
/* Testimonials Fade Transition  */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 0px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #0E536C;
  border: none;
}
#fade-quote-carousel.carousel .carousel-indicators > .active {
  background-color: #16A2E0;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile {
    height: 100px;
    margin: 0 auto;
    text-align: center !important;
}

/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
svg#bigTriangleColor {
  pointer-events: none;
  padding: 0 !important;
  margin: -50px 0 0 !important;
}

#bigTriangleColor path {
  stroke-width: 2;
}

/* BLUE FOOTER */
.blue-bg{
  background-color: #16A2E0;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 80px;
}
.blue-bg > .appicon{
  margin-top: -90px;
}
.blue-bg h4{
  font-size: 42px;
  font-weight: 500;
  margin: 40px auto;
}
.blue-bg .devices{
  max-width: 1170px;
  margin: 0 auto;
  overflow: scroll;
}
.blue-bg .devices::-webkit-scrollbar{
  display: none;
}
.blue-bg .devices > img{
  min-width: 600px;
  width: 100%;
}
.blue-bg h2{
  padding: 30px 0;
}

/* FOOTER */
.footer{
  z-index: 999;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #292929;
}
.footer svg{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  top:-11px;
  z-index: 90;
}
.double-arrow{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top:12px;
  width: 16px;
  height: 16px;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  z-index: 100;
}
/*.double-arrow::before{
  background: none;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  pointer-events: none;
}*/
.footer > .container{
  text-align: center !important;
  padding: 20px 15px 0;
  margin-bottom: -30px;
  color: #858585;
}
.nav-pills > li > a {
  color: #858585;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
@media (max-width: 600px){
  .nav-pills{
    display: inline-block;
    margin-bottom: 35px !important;
  }
  .nav-pills > li {
    float: none !important;
  }
}
.copyright{
  color: #858585;
}

/****** FEATURES PAGES ******/
.grey-bg{
  background: #F1F1F1;
}
.features h1{
  font-size: 42px;
  border-bottom: none;
  color: #FFFFFF;
}
.features .info{
  color: #072A36;
  text-align: center;
}
.features .info h1{
  text-align: left;
  color: #072A36;
  margin-bottom: 25px;
}
.features .info h3{
  text-align: left;
  margin: 0px auto 20px;
}

.features .info p{
  text-align: left;
  font-size: 20px !important;
  letter-spacing: .6px;
  margin-bottom: 20px;
  line-height: 32px;
  color: #858585;
}
.features .info img{
  margin-top: 40px;
  max-width: 450px;
  padding: 0 15px;
}
.features .info > div > p + button{
  margin-top: 40px;
}
.below-button{
  text-align: center !important;
  margin-top: -20px !important;
  opacity: .5;
}
@media (max-width: 767px){
  .features .info img{
    margin-top: 0px;
  }
}
@media (max-width: 900px){
  .features .info h1{
    font-size: 34px !important;
  }
  .features .info p{
    font-size: 18px !important;
    line-height: 30px;
  }
  .features .info img{
    padding: 0 !important;
  }
}
.below{
  margin-bottom: -300px;
  z-index: 1;
  position: relative;
}
.horizontal-iphone{
  max-width: 1170px;
  margin: 0 auto;
}
.horizontal-iphone > img{
  width: 100%;
  padding: 40px 20px 0;
}
.landscape-iphone{
  max-width: 1170px;
  margin: 0 auto -60px;
  overflow-x: scroll;
  z-index: 1;
  text-align: center;
}
.landscape-iphone > img{
  padding: 40px 10px 0;
}
@media (max-width: 940px){
  .features .info{
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px){
  .landscape-iphone{
    margin-bottom: -50px !important;
  }
}
.testimonial {
  text-align: center;
}
.testimonial p{
  font-size: 23px !important;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .5px;
  color: #A0A0A0;
}
.testimonial .fa{
  opacity: 0.2;
  margin-top: 10px;
  margin-bottom: 20px;
}  
.other-section h1{
  font-size: 48px;
  font-weight: 300;
  margin: 40px auto;
  text-align: center;
  border-bottom: none;
  color: #16A2E0;
}

/*** ABOUT PAGE ***/
.about h1{
  font-size: 48px;
  line-height: 1.4em;
  color: #16A2E0;
  border-bottom: none; 
  margin-bottom: 15px;
  margin-top: 60px;
}
.about h2{
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6em;
  color: #16A2E0;
  margin: 60px auto 30px;
}
@media (max-width: 500px){
  .about h2{
    font-size: 22px;
    margin: 30px auto 15px;
  }
}
.about .info{
  text-align: center;
  padding: 0 10px;
}
.about .info img{
  margin: 20px auto;
}
.press{
  width: 66.66667%;
  position: relative;
  margin: 0 auto;
}
.press p{
  font-size: 1.2em;
}
.company p{
  text-align: center;
  font-size: 1.4em;
}
.company .slider{
  max-width: 700px;
  position: relative;
  margin: 25px auto;
}
@media (max-width: 900px){
  .press{
    width: 100%;
  }
}

/** Profile Card **/
.card {
    padding: 20px 10px;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    margin-top: 75px;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}
@media (max-width: 767px){
  .card.hovercard {
      margin-bottom: 105px;
  }
}

.card.hovercard .avatar {
    position: relative;
    z-index: 100;
    margin-bottom: -75px;
}

.card.hovercard .avatar img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    position: relative;
    top: -75px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 1.4em;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .position {
    overflow: hidden;
    font-size: 20px;
    line-height: 1.9em;
    color: #072A36;
    text-overflow: ellipsis;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6em;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    margin: 15px auto;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

 .card .btn:hover{
  color:#fff !important; 
 }

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{color:#fff !important; background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

