/*

 * blueimp Gallery Demo CSS 2.0.0

 * https://github.com/blueimp/Gallery

 *

 * Copyright 2013, Sebastian Tschan

 * https://blueimp.net

 *

 * Licensed under the MIT license:

 * http://www.opensource.org/licenses/MIT

 */

 .butoane:hover{

 background: #ffeba4;



 }

  .autor:hover{

 background: #ffeba4;

 }

   .share:hover{

 background: #6eb0cf;

 

 }

 h3{

	 color:#020202;

 }

.autor{

padding: 10px;

height:39px;

line-height: 39px;

border-radius: 8px;

margin: 0;

border: 0;

font-size: 13px;

font-weight: 700;

font-family: inherit;

text-align: left;

color: #222;

text-decoration: none;

cursor: pointer;

white-space: nowrap;

outline: 0;

font-style: normal;

text-transform: uppercase;

letter-spacing: 1px;

text-shadow: none;

/*background-color: transparent;*/

background-color: gold;

}

.butoane{

height:39px;

line-height: 39px;

margin: 0;

padding: 0 23px;

border: 0;

font-size: 13px;

font-weight: 700;

font-family: inherit;

text-align: left;

color: #222;

text-decoration: none;

cursor: pointer;

white-space: nowrap;

outline: 0;

font-style: normal;

text-transform: uppercase;

letter-spacing: 1px;

-o-border-radius: 8px;

-moz-border-radius: 8px;

-webkit-border-radius: 8px;

-ms-border-radius: 8px;

border-radius: 8px;

text-shadow: none;

background-color: #fecb12;

/* background-color: transparent; */

}



.share{

padding: 10px;

height:39px;

line-height: 39px;

border-radius: 8px;

margin: 0;

border: 0;

font-size: 13px;

font-weight: 700;

font-family: inherit;

text-align: left;

color: #fff;

text-decoration: none;

cursor: pointer;

white-space: nowrap;

outline: 0;

font-style: normal;

text-transform: uppercase;

letter-spacing: 1px;

text-shadow: none;

background-color: #2e86d1;

/* background-color: transparent; */

}



body {

  max-width: 100%;

  margin: 0 auto;

  padding: 0em;

  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;

  font-size: 1em;

  line-height: 1.4em;

  background: #FFF;

  color: #222;

  -webkit-text-size-adjust: 100%;

      -ms-text-size-adjust: 100%;

}

a {

  color: orange;

  text-decoration: none;

}

img{

  border: 0;

  vertical-align: middle;

  height:250px;

  /* max-width: 100%;

  height:auto; */

  padding:10px;

}

h1 {

  line-height: 1em;

}

h2,

.links {

  text-align: center;

}



@media (min-width: 481px) {

  .navigation {

    list-style: none;

    padding: 0;

  }

  .navigation li {

    display: inline-block;

  }

  .navigation li:not(:first-child):before {

    content: '| ';

  }

}



 @media screen and (min-width: 768px) {

   body {

     max-width:100%;

   }

 }