@charset "UTF-8";
/* CSS Document */

#facebook_share{
background-image: url('../images/white-trans50.png');
    bottom: 4em;
    margin: auto;
    max-height: 5.5em;
    position: fixed;
    width: 100%;
    z-index: 9999;
    border: solid 2px #3445a1;
    border-radius:10px;
	
}

#facebook_share_container{
	margin: auto;
    max-width: 50em;
    min-width: 10em;
    min-height: 3em;
    padding: 1em;
    position: relative;
}

#facebook_share_text{
	font-size : 0.8em;
    max-width: 65%;
    min-width: 20%;
    position: relative;
}

#facebook_later{
	
    float: right;
    height: 3.4em;
    max-width: 35%;
    min-width: 20%;
    padding: 0 0 0 1em;

}

#facebook-button{
	cursor: pointer;
    padding: 0.5em 0 0;
    width: 6em;
	
}

#facebook_later_btn{
padding: 0.5em 2em;
}

a.fb-delay{
	font-size: 0.7em;
    position: relative;
    text-decoration: underline;
    top: -0.3em;
}

@media all and (min-width: 10px) and (max-width: 599px) {
  #facebook_share_text {
    font-size: 0.6em;
    line-height: 15px;

  }
    #facebook_share {
    bottom: 3em;
    width: 100%;
    }
    
     #facebook-button {
    position: relative;
    top: -0.9em;
    }
}

@media all and (min-width: 374px) and (max-width: 599px) {
     #facebook_share_text {
    font-size : 0.7em;

  }
  
    #facebook-button {
    padding: 0;
    position: relative;
    top: -0.4em;
    }
}

@media all and (min-width: 600px) and (max-width: 899px) {
  #facebook_share_text {
    font-size: 0.8em;

  }
  
  #facebook_share {
    bottom: 4em
    width: 100%;
    }
    
    #facebook-button {
    padding: 0;
    position: relative;
    top: -0.4em;
    }
}

@media all and (min-width: 900px) {
  #facebook_share_text {
    font-size : 0.8em;

  }
  
   #facebook_share {
    bottom: 0em;
    width: 44em;
    }
    
     #facebook-button {
    padding: 0;
    position: relative;
    top: -0.4em;
    }
}

.fb-share-button {
    opacity: 1;
    transform: scale(1.5);
    transform-origin: top left;
}
