
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #75A313;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1185px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 479px) {
  .photo-thumb {
    width: 100%;
  }  
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .headline,
  .right-text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*--------------------------------------------------------------
E quì comincia il mio codice!
--------------------------------------------------------------*/

::selection {
  background: #FFB342;
  color: #fff;
}

::-moz-selection {
  background: #FFB342;
  color: #fff;
}

::-webkit-input-placeholder {
   color: #A8A8A1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #A8A8A1;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #A8A8A1;  
}

:-ms-input-placeholder {  
   color: #A8A8A1;  
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

input,
textarea,
.button {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;     
}

.photo-thumb a:after,
.photo-thumb a .overlay,
.photo-thumb a figcaption {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;     
}

body {
  font-family: 'Lato';
  color: #A8A8A1;
  background-color: #ECEAE3;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald';
  font-weight: 300;
}

/* Glyph, by Harry Roberts */
    
hr {
  padding: 0;
  border: none;
  border-top: solid 1px rgba(151, 151, 146, 0.35);
  color: rgba(151, 151, 146, 0.6);
  text-align: center;
  max-width: 18%;
  max-resolution: 1em 0;
}

hr:after {
  content: "◊";
  display: inline-block;
  position: relative; 
  top: -0.9em;  
  font-size: 1.05em;
  padding: 0 0.25em;
  color: #A8A8A1;
  background: #ECEAE3;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

a {
  color: #3A3835;
}

a:hover {
  color: #75A313;
  text-decoration: none;
}

header.classic {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #F7F7F3;
  height: 3.250em;
  opacity: 1;
  -webkit-box-shadow: 0 2px 5px rgba(162, 152, 143, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(162, 152, 143, 0.2);
  -o-box-shadow: 0 2px 5px rgba(162, 152, 143, 0.2);
  box-shadow: 0 2px 5px rgba(162, 152, 143, 0.2);
}

body.admin-bar header.classic {
    top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.classic {
    top: 46px;
  }
  html #wpadminbar {
    z-index: 10000 !important;
  }
}

header.classic h1 {
  float: left;
  margin: 0;
  font-family: 'Lobster Two', 'cursive';
}

header.classic h1 {
  font-size: 1.625em;
  line-height: 2em;
}

header.classic h1 a {
  display: inline-block;
  color: #222;
}

header.classic h2.headline {
  float: left;
  text-transform: uppercase;
  font-size: 0.688em;
  padding-left: 1em;
  margin-top: 1.8em;
  font-family: 'Lato';
  clear: none;
}

header h2.headline .icon {
  line-height: 1.8;
}

.header-right a {
  display: inline-block;
}

.header-right {
  font-size: 1.250em;
  line-height: 2.6em;
}

.header-right .icon {
  line-height: 1;
}

.right-icon {
  color: #ccc;
  float: right;
  padding-left: 1em;
}

.right-icon.nav-btn .icon {
  font-size: 1.1em;
}

.right-icon.download-collection .icon,
.right-icon.lights .icon {
  font-size: 1.1em;
}

.right-icon:hover {
  text-decoration: none;
}

.right-text {
  vertical-align: middle;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #222;
  padding-left: 0.3em;
}

.main-content {
  padding-top: 5em;
  margin-bottom: 1em;
}

#nav ul,
ul.nav-color,
.nav-thumbs,
.category-links,
.resolution,
.size,
.single-palette {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.post-navigation .sidebar-title,
.popular-photos .sidebar-title {
  margin-bottom: 0.5em;
}

.related .sidebar-title {
  margin-bottom: 1.5em;
  text-align: center;
}

.resolution,
.size {
  color: #3A3835;
}

.lowercase {
  text-transform: lowercase;
}

.spacer {
  padding: 0 0.2em;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.single .sd-content ul {
  margin-bottom: 1.5em !important;
}

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
  padding: 6px !important;
}

.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {
  margin: 4px 3px 5px 0 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important; 
}

.landing .sharedaddy {
  position: absolute;
  bottom: 1em;
  left: 2em;
}

.landing .sd-content ul {
  margin: 0 !important;
} 

.landing .sd-content ul li a.sd-button:before {
  /*font: normal 12px/1 'Genericons';*/
}

.landing .sd-content ul li a.sd-button {
  margin-bottom: 0 !important;
}

.landing .sd-social-icon .sd-button span.share-count {
  /*font-size: 6px;*/
}

.landing .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
background: rgba(255, 255, 255, 0.1) !important;
}

div.sharedaddy h3.sd-title:before {
  border: none !important;
}

input,
textarea {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

input:not([type=submit]):not([type=file]),
textarea {
  padding: 0.2em 1em;
  border-radius: 1.2em;
  outline: none; 
  background-color: rgba(255,255,255,0.3);
  border: 1px solid rgba(0,0,0,0.2);  
  color: #3A3835;    
}

input:not([type=submit]):not([type=file]):focus,
textarea:focus {
  border: 1px solid #75A313;
}

input[type="search"] {
  padding: 0.2em 1em 0.2em 2.8em !important;
}

input[type="submit"]:focus {
  border: none !important;
  outline: none !important;
}




/* Parte relativa all'avatar */

.thumbs .photo-thumb img.avatar {
  width: 1.250em;
  height: 1.250em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  float: left;
  margin-right: 0.5em;
  margin-top: 0.250em;
}

.single .big-photo-thumb img.avatar,
.author img.avatar {
  width: 1.385em;
  height: 1.385em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;  
  vertical-align: top;
  margin-top: 0.150em;
  margin-left: 0.300em;
}

.avatar-default {
  display: none !important;
}

.single figure {
  margin-bottom: 0;
  position: relative;
}

.single figcaption h2.author,
.author h2.author {
  text-align: center;
  font-size: 1.625em;
  margin-bottom: 0;
}

.license {
  position: absolute;
  top: 0.250em;
  right: 0.25em;
  color: #fff;
  background-color: rgba(36, 43, 39, 0.3);
  padding: 0.2em 0.3em;
  line-height: 1;
  font-size: 1.250em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 999;
}

.license-symbol {
  display: inline-block;
}

.license a {
  color: #fff;
}

.license a:hover {
  color: #fff;
}

.author h2.author {
  margin-top: 0;
}

.single figcaption h2.author span,
.author h2.author span {
  text-transform: uppercase;
  color: #3A3835;
  font-weight: 400;
}

.single .social,
.author .social,
.landing .social {
  text-align: center;
}

.landing .social {
  color: rgba(255, 255, 255, 0.5);
}

.landing .social li a {
  color: rgba(255, 255, 255, 0.85);
}

.landing .social li a:hover {
  color: #FFF;
}

.single .social ul,
.author .social ul,
.landing .social ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  line-height: 1;
}

.single .social li,
.author .social li,
.landing .social li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.750em;
}

.single .social li a,
.author .social li a {
  color: #52524F;
}

.single .social li a:hover,
.author .social li a:hover {
  color: #75A313;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1 !important;
  margin-bottom: 1em;
  padding: 0.7em 1.5em;
  border-radius: 1.286em;
  color: #fff;
  background-color: #F16846;
  -webkit-box-shadow: 0 1px 1px rgba(162, 152, 143, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(162, 152, 143, 0.5);
  -o-box-shadow: 0 1px 1px rgba(162, 152, 143, 0.5);
  box-shadow: 0 1px 1px rgba(162, 152, 143, 0.5);
  border: 0;
}

.button:hover {
  color: #fff;
  background-color: #F16846;
} 

.button.download {
  background-color: #BBB5B0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.button.download:hover {
  background-color: #AFA8A3;
} 

.button:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0);
}

.single .download {
  text-align: center;
}

.button.disabled,
.button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-title {
  font-size: 0.750em;
  text-transform: uppercase;
  margin: 0;
}



/* Landing page */

html{ /* Per fixare background landing */
  height:100%;
  min-height:100%;
}
body{ /* Per fixare background landing */
  min-height:100%;
}

body.landing {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding-top: 0 !important;  
}

body.landing:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

.main-content-landing header {
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 40%;
  margin-top: -6em;
}

header.land {
  margin-bottom: 2em;
  font-size: 1.2em;
}

header.land h1 {
  font-family: 'Lobster Two', 'cursive';
  font-size: 3.5em;
  text-align: center;
  margin: 0;
  padding-top: 1em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

header.land h1 a {
  color: #fff;
}

.headline-land {
  font-size: 0.857em;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.content-land {
  text-align: center;
}

.content-land ul.nav-color {
  margin-bottom: 0;
}

.landing .search-form,
.browse {
  position: relative;
  margin: 0 auto;
  width: 240px; 
    
}

.browse {
  text-align: center;
}

a.browseall {
  color: #fff;
  text-decoration: underline;
}

a.browseall:hover {
  color: #fff;
  text-decoration: none;
}

.landing form.search-form input {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  color: #fff;
}

.landing form.search-form input:focus {
  border: 1px solid #fff;
}

.landing form.search-form .icon {
  position: absolute;
  top: 0.15em;
  left: 0.8em;
  font-size: 1.286em;
  color: rgba(255, 255, 255, 0.7);
}

.landing form.search-form input::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.7);
}

.landing form.search-form input:-moz-placeholder {
   color: rgba(255, 255, 255, 0.7);  
}

.landing form.search-form input.landing form.search-form input::-moz-placeholder {
   color: rgba(255, 255, 255, 0.7);  
}

.landing form.search-form input:-ms-input-placeholder {  
   color: rgba(255, 255, 255, 0.7);  
}

.landing .hint {
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3em;
}

.landing .hint.hint-color {
  margin-bottom: 0.5em;
}

.landing .button {
  font-size: 0.857em;
  width: 60%;
  padding: 0.8em 1.5em 0.7em 1.5em;
  box-shadow: none;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  margin-bottom: 2em;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.landing .button:hover {
   background-color: #FF7D2C;
  border: 1px solid #FF7D2C;
}

.landing .button:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0);
}

.photographer {
  text-align: center;
}

.photographer img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
  margin-top: 0.150em;
  margin-bottom: 0.500em;
  border: 4px solid rgba(255,255,255,0.3);
}

.photographer .prename a {
  font-size: 0.857em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  font-family: 'Lato';
}

.photographer .prename a:hover {
  color: #FFF;
}

.photographer h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}

.landing footer {
  position: absolute;
  bottom: 1em;
  width: 100%;
}




#logo img {
  text-align: center;
  margin-bottom: 1em;
}
#logo {
  text-align: center;
  width: 100%;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1099px) {
#logo img {
  text-align: center;
  width: 80%;
  margin-bottom: 1em;
}
#logo {
  text-align: center;
  width: 100%;
  margin-bottom: 1.5em;
}
}