/*-----------------------------------------------------------------------------------

	Theme Name: Rangefinder
	Theme URI: http://www.themezilla.com
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	Description: A Responsive Portfolio Theme
	Version: 1.1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: zilla
	Domain Path: /languages/

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup (body, common classes, vertical rhythm, etc)
	2.	Structure
	3.	Header Styles
	4.	Navigation & Pagination
	5.	Main Content Styles
	6.	Portfolio Content Styles
	7.	Comments
	8.	Footer Styles
	9.	Page & Page Templates
	10.	Widgets
	11. Media Queries

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, etc)
/*-----------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }

body {
  background: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  height: 100%; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0;
  vertical-align: bottom; }

/* Global --- */
body,
button,
input,
select,
textarea {
  color: #69606b;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: both;
  text-transform: uppercase;
  margin-bottom: 1em; }

h1, .h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 3rem; }

h2, .h2 {
  font-size: 26px;
  font-size: 2.6rem; }

h3, .h3 {
  font-size: 21px;
  font-size: 2.1rem; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6, .h6 {
  font-size: 14px;
  font-size: 1.4rem; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

p {
  margin-bottom: 2em; }

ul, ol {
  margin: 0 0 1.5em 2em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

p, ul, ol, dl {
  line-height: 26px; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
  color: #bebebe;
  font-style: italic;
  margin-left: 0;
  padding-left: 10rem; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #efefef;
  border: 1px solid #ddd;
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  overflow: auto;
  max-width: 100%;
  padding: 1.5em; }

code, kbd, tt, var {
  font: 15px Consolas, "Andale Mono", Courier, "Courier New", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  border: 1px solid #ccc;
  margin: 0 0 1.5em;
  width: 100%; }

table .even {
  background: #eeeeee; }

th {
  font-weight: bold; }

tr {
  border-bottom: 1px solid #ccc; }

th,
td {
  padding: 5px;
  text-align: center; }

.site-content img, .profile-image img, .widget img {
  height: auto;
  max-width: 100%; }

.title-style-none {
  text-transform: none !important; }

.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.capitalize {
  text-transform: capitalize !important; }

/* Form Elements --- */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

.form-style, button,
html input[type="submit"],
input[type="reset"],
input[type="submit"], input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  text-transform: uppercase; }

button,
html input[type="submit"],
input[type="reset"],
input[type="submit"] {
  background: #ebebeb;
  border: none;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 13px 41px;
  transition: all 0.3s ease; }

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #dedede; }

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #dedede;
  border-color: #ddd; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="seach"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #ebebeb;
  padding: 13px 20px;
  text-transform: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  input[type="text"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ccc; }
  input[type="text"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #ccc; }
  input[type="text"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ccc; }

input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #ddd; }

textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%; }

/* Links --- */
a {
  color: #bebebe;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #b1b1b1;
  text-decoration: none; }

a, p, ul, li {
  color: #69606b;
  font-weight: 400;
  font-family: 'Roboto', Arial, sans-serif; }

h1, h1, h3, h4, h5, h3 a {
  text-transform: uppercase;
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  padding: 0 0 0.5em 0;
  color: #69606b; }

/* Alignment --- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both; }

/* Clears --- */
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.author-bio:before,
.author-bio:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-navigation:before,
.site-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.page-navigation:before,
.page-navigation:after,
.single-page-navigation:before,
.single-page-navigation:after,
.comment-navigation:before,
.comment-navigation:after {
  content: ' ';
  display: table; }

.clear:after,
.entry-content:after,
.author-bio:after,
.comment-content:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.page-navigation:after,
.single-page-navigation:after,
.comment-navigation:after {
  clear: both; }

.clearfix:after, .page-navigation:after, .single-post-navigation:after, .comment-navigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .page-navigation, .single-post-navigation, .comment-navigation {
  display: inline-block; }

/* Hide from IE Mac \*/
.clearfix, .page-navigation, .single-post-navigation, .comment-navigation {
  display: block; }

/* End hide from IE Mac */
.none {
  display: none; }

/* End Clearfix */
/* Helpers --- */
.hidden {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.js body {
  opacity: 0;
  transition: opacity 1s ease; }
  .js body.animate-in {
    opacity: 1; }

/*-----------------------------------------------------------------------------------*/
/*	2. Structure
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%; } }

.site {
  min-height: 100vh;
  position: relative; }
  .site.nav-show .nav-toggle {
    transition-duration: 0.25s; }
    .site.nav-show .nav-toggle .btn-toggle .icon-nav-toggle {
      padding-top: 6px; }
    .site.nav-show .nav-toggle .btn-toggle i:first-child {
      transform: rotate(45deg); }
    .site.nav-show .nav-toggle .btn-toggle i:nth-child(2) {
      display: none; }
    .site.nav-show .nav-toggle .btn-toggle i:last-child {
      transform: rotate(-45deg);
      margin-top: -6px; }
    .site.nav-show .nav-toggle .btn-toggle span {
      opacity: 0; }
  @media only screen and (max-width: 767px) {
    .site {
      width: 100%;
      transform: translate3d(0);
      transition: all 0.3s ease;
      backface-visibility: hidden; } }
  @media only screen and (min-width: 768px) {
    .site.nav-show .site-navigation {
      right: 0;
      transform: scale(1);
      opacity: 1; }
    .site.nav-show .site-logo {
      left: 0; } }

.site-content {
  padding: 0px 0px; }
  @media only screen and (min-width: 768px) {
    .site-content {
      margin-left: 50px;
      padding: 0px;
      padding-bottom: 100px; } }

@media only screen and (min-width: 768px) {
  .site-content-home {
    margin-left: 230px; } }

.site-secondary {
  background: #fafafa; }

/*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/
.menu-str {
  font-size: 1.2em;
  font-weight: 400;
  font-family: lola;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  display: block;
  color: #f2dd93; }

.site-header {
  transition-duration: 0.25s;
  width: 50px;
  background: #191919 url(images/banda_menu.jpg) 0 0 repeat-y;
  background-size: 0.8em;
  padding: 20px;
  padding-top: 0px;
  z-index: 9999;
  height: 100%; }
  .site-header .nav-toggle .menu-str {
    display: none; }
  .site-header .plus-color-bar {
    width: 61px; }
  .site-header .color-bar {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    color: #fefefe; }
    .site-header .color-bar .section-sub1,
    .site-header .color-bar .section-sub2,
    .site-header .color-bar .section-str {
      display: block;
      position: relative;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      color: #fefefe;
      padding-left: 0px;
      letter-spacing: 5px;
      font-family: lola;
      writing-mode: tb-rl;
      transform: rotate(180deg);
      text-align: right;
      width: auto;
      height: 60vh;
      margin-top: 10px; }
    .site-header .color-bar .section-sub1 {
      position: absolute;
      top: 0;
      margin: 0;
      font-size: 10px;
      width: 10px;
      height: 100vh;
      padding-bottom: 88px; }
  .site-header .logo {
    min-height: 40px; }
    .site-header .logo a {
      display: block;
      margin: 7px 0;
      text-align: center; }
      .site-header .logo a img {
        width: auto;
        height: auto; }
        .site-header .logo a img.img-logo {
          height: 20px; }
        .site-header .logo a img.img-title {
          height: 8px; }
  @media only screen and (max-width: 767px) {
    .site-header {
      position: absolute;
      top: 0;
      left: -50px;
      backface-visibility: hidden; } }
  @media only screen and (min-width: 768px) {
    .site-header {
      position: fixed;
      left: 0;
      padding-top: 0;
      overflow: hidden; } }

.nav-show .site-header {
  width: 230px;
  padding: 30px 10px 30px 25px;
  padding-top: 0px;
  transition: all 0.5s cubic-bezier(0.72, 1.04, 1, 1); }
  .nav-show .site-header .site-logo {
    width: 230px; }
  @media only screen and (max-width: 767px) {
    .nav-show .site-header {
      left: 0px; } }

.nav-show .section-sub1,
.nav-show .section-sub2,
.nav-show .section-str {
  display: none !important; }

.nav-show .icon-menu svg {
  display: none; }

.nav-show .nav-toggle {
  padding-left: 26px; }

.site-header-home {
  width: 230px;
  padding: 30px 10px 30px 25px;
  padding-top: 0px; }
  .site-header-home .nav-toggle .menu-str {
    display: block; }
  @media only screen and (max-width: 767px) {
    .site-header-home {
      left: -100%; } }

.site-header-page .logo {
  min-height: 20px;
  padding-top: 10px; }
  .site-header-page .logo a {
    margin: 5px 0 10px 0;
    text-align: left; }
    .site-header-page .logo a svg {
      fill: white;
      height: 25px;
      width: 25px; }

.sidebar-footer {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .sidebar-footer {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 220px; } }

.site-logo {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  width: 50px;
  left: -230px;
  bottom: 0; }
  .site-logo img {
    max-width: 90%; }
  .site-logo a {
    color: #fff; }
    .site-logo a:hover {
      color: #555;
      text-decoration: none; }
    .site-logo a img {
      height: 70px; }
  @media only screen and (min-width: 768px) {
    .site-logo {
      padding: 20px;
      position: absolute;
      transition: all 0.3s ease; } }

.site-tagline {
  color: #b5b5b5;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin: 0;
  display: none; }
  @media only screen and (min-width: 768px) {
    .site-tagline {
      padding-top: 14px;
      padding-right: 28px;
      display: block; } }

@media only screen and (min-width: 768px) {
  .sidebar-info {
    padding-top: 30px; } }

/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/
.nav-toggle {
  min-height: 40px; }
  .nav-toggle .section-sub1,
  .nav-toggle .section-sub2,
  .nav-toggle .section-str {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-family: lola;
    font-size: 20px;
    font-weight: bold;
    color: #fefefe;
    padding-left: 0px;
    letter-spacing: 5px;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    text-align: right;
    width: auto;
    height: 60vh;
    margin-top: 10px; }
    .nav-toggle .section-sub1 a,
    .nav-toggle .section-sub2 a,
    .nav-toggle .section-str a {
      font-family: lola;
      color: #fefefe;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .nav-toggle .section-sub1 {
    position: absolute;
    top: 0;
    right: -11px;
    margin: 0;
    font-size: 10px;
    width: 10px;
    height: 100vh;
    padding-bottom: 88px; }
  @media only screen and (max-width: 767px) {
    .nav-toggle {
      background: #1e73be;
      /*margin-left: -1px;
	padding-left: 1px;*/ }
      .nav-toggle .logo {
        padding-left: 40px; }
        .nav-toggle .logo a {
          text-align: center;
          display: block;
          paddin-top: 3px; }
          .nav-toggle .logo a .img-logo {
            height: 20px; }
          .nav-toggle .logo a .img-title {
            height: 10px; }
      .nav-toggle .btn-section {
        display: inline-block; }
        .nav-toggle .btn-section a {
          margin: 0 0.2em; }
      .nav-toggle .btn-toggle {
        position: absolute;
        top: 14px;
        left: 0px; }
      .nav-toggle.nav-toggle-page .btn-toggle {
        position: relative;
        top: 0; }
      .nav-toggle.nav-toggle-page .logo {
        display: inline-block;
        position: absolute;
        padding: 0px;
        right: 4px;
        top: 10px; }
        .nav-toggle.nav-toggle-page .logo svg {
          height: 20px;
          width: 20px;
          fill: #fefefe; }
      .nav-toggle .site-logo {
        position: absolute;
        left: 20px;
        z-index: 99999;
        background: #1e73be;
        width: 230px;
        border: none;
        height: 72px; }
        .nav-toggle .site-logo a {
          background: #1e73be;
          display: block;
          width: 200px;
          height: 70px; }
          .nav-toggle .site-logo a img {
            width: auto;
            height: 60px; }
      .nav-toggle .section-str {
        display: inline-block;
        writing-mode: lr;
        transform: none;
        height: auto;
        font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .nav-toggle {
      /* padding-top: 20px;
	padding-bottom: 20px; */
      position: relative;
      z-index: 2;
      background: transparent; }
      .nav-toggle .section-str {
        display: block;
        writing-mode: tb-rl;
        transform: rotate(180deg); } }
  @media only screen and (min-width: 1023px) {
    .nav-toggle {
      /* padding-top: 30px;
	padding-bottom: 46px; */ } }
  .nav-toggle .btn-toggle {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease;
    outline: none;
    width: 100%; }
    .nav-toggle .btn-toggle:hover {
      text-decoration: none; }
    .nav-toggle .btn-toggle .icon-nav-toggle {
      float: left;
      margin-right: 10px;
      height: 16px; }
    .nav-toggle .btn-toggle i {
      display: block;
      height: 4px;
      width: 19px;
      background: #fff;
      margin-bottom: 2px;
      transition: all 0.3s ease; }
    .nav-toggle .btn-toggle span {
      padding-top: 1px;
      display: inline-block;
      opacity: 1;
      transition: opacity 0.3s ease; }
    @media only screen and (max-width: 767px) {
      .nav-toggle .btn-toggle {
        margin: 0 0 0 0.5em;
        width: auto; }
        .nav-toggle .btn-toggle span {
          display: none; } }
  .nav-toggle .icon-menu svg {
    margin-top: 8px;
    width: 20px;
    height: 20px;
    stroke: #fefefe;
    stroke-width: 3px;
    fill: transparent; }
  .nav-toggle .icon-menu.back svg {
    width: 22px; }

.nav-search .search-icon {
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: opacity 0.3s ease; }
  .nav-search .search-icon svg {
    height: 30px;
    width: 30px;
    fill: #fefefe; }

.nav-search form {
  display: block;
  position: absolute;
  transition: left 0.6s ease;
  left: -100%; }

.nav-search.search-show .search-icon {
  opacity: 0; }

.nav-search.search-show form {
  left: 0; }

.site-navigation {
  clear: both;
  color: #fefefe;
  /* margin-right: 0.5em;*/
  padding-bottom: 0.5em; }
  @media only screen and (min-width: 768px) {
    .site-navigation {
      position: relative;
      overflow: hidden;
      z-index: 1;
      right: 50px;
      top: 0;
      opacity: 0.1;
      transform: translateZ(0);
      transition: transform 0.5s ease, right 0.5s ease, opacity 0.5s ease;
      min-height: 90%;
      min-height: calc(100% - 76px); }
      .site-navigation.no-animate {
        transition-duration: 0; }
        .site-navigation.no-animate + .site-logo {
          transition-duration: 0; }
      .site-navigation .nav-search {
        /* padding-top: 76px; */ }
      .site-navigation .site-navigation {
        padding-top: 76px; }
        .site-navigation .site-navigation.home-primary-navigation {
          padding-top: 0px; } }
  @media only screen and (min-width: 1023px) {
    .site-navigation {
      min-height: calc(100% - 80px); }
      .site-navigation .nav-search {
        /* padding-top: 80px; */ }
      .site-navigation .site-navigation {
        padding-top: 80px; } }
  .site-navigation .widget-title {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    padding: 0; }

.site-navigation-home {
  right: 0;
  min-height: 10px;
  opacity: 1; }
  .site-navigation-home a {
    white-space: nowrap; }

.site-navigation-internal {
  min-height: 10px;
  opacity: 1; }

.home-primary-navigation {
  padding-top: 0px; }
  @media only screen and (min-width: 768px) {
    .home-primary-navigation {
      right: 230px; } }

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 2.4rem;
  margin-bottom: 4rem; }
  .menu a {
    font-family: lola; }
  .menu.home-menu {
    margin-bottom: 0;
    /* margin-left:0.3em; */ }
  .menu ul {
    list-style: none; }
  .menu a {
    color: #fefefe;
    transition: color 1s ease;
    display: block;
    font-size: 1.2em;
    /*
		* before for rectangular block
		&:before {
		    content: '';
		    display: inline-block;
		    opacity: 0;
		    width: 4px;
		    height: 10px;
		    margin-right: 0.2em;
		}
	       */ }
    .menu a:hover {
      color: #b5b5b5;
      text-decoration: none;
      transition: color 0.2s ease; }

.home-menu,
.home-primary-menu,
.primary-menu {
  text-transform: uppercase; }
  .home-menu a,
  .home-primary-menu a,
  .primary-menu a {
    color: #fefefe; }
    .home-menu a:hover,
    .home-primary-menu a:hover,
    .primary-menu a:hover {
      color: #b5b5b5; }
  .home-menu .sub-menu a,
  .home-primary-menu .sub-menu a,
  .primary-menu .sub-menu a {
    color: #b5b5b5;
    text-transform: none; }
    .home-menu .sub-menu a:hover,
    .home-primary-menu .sub-menu a:hover,
    .primary-menu .sub-menu a:hover {
      color: #fefefe; }

.home-primary-navigation a {
  color: #f2dd93; }

@media only screen and (max-width: 767px) {
  .touch .site .site-header {
    position: absolute;
    margin-top: 40px; }
  .touch .site.nav-show .nav-toggle {
    padding-left: 0; }
  .touch .site.nav-show .site-logo {
    left: 0; } }

@media only screen and (min-width: 768px) {
  .touch .site .site-header {
    position: fixed;
    padding-top: 0px; }
  .touch .site .sidebar-footer {
    position: static; }
  .touch .site .site-logo {
    position: fixed; }
  .touch .site .nav-toggle {
    position: fixed;
    width: 50px;
    left: 0;
    padding-left: 20px;
    z-index: 99999; }
  .touch .site .nav-search {
    /* padding-top: 76px; */ }
  .touch .site .site-navigation {
    padding-top: 76px; }
    .touch .site .site-navigation.home-primary-navigation {
      padding-top: 0px; }
  .touch .site.nav-show .nav-toggle {
    width: 230px;
    padding-left: 26px; }
  .touch .site.nav-show .site-logo {
    left: 0; }
  .touch .site .site-header-home .site-logo {
    width: 230px;
    padding-left: 26px;
    left: 0; }
  .touch .site .site-header-home .nav-toggle {
    width: 230px;
    padding-left: 26px; } }

@media only screen and (min-width: 1023px) {
  .touch .site .site-header {
    padding-top: 0px; }
  .touch .site .nav-search {
    /* padding-top: 76px; */ }
  .touch .site .site-navigation {
    padding-top: 80px; } }

/* Page Navigation --- */
.page-navigation, .single-post-navigation, .comment-navigation {
  margin: 1em; }
  .page-navigation .nav-next, .single-post-navigation .nav-next, .comment-navigation .nav-next {
    float: right; }
    .page-navigation .nav-next a:hover .fa, .single-post-navigation .nav-next a:hover .fa, .comment-navigation .nav-next a:hover .fa {
      transform: translate3d(5px, 0, 0); }
  .page-navigation .nav-previous, .single-post-navigation .nav-previous, .comment-navigation .nav-previous {
    float: left; }
    .page-navigation .nav-previous a:hover .fa, .single-post-navigation .nav-previous a:hover .fa, .comment-navigation .nav-previous a:hover .fa {
      transform: translate3d(-5px, 0, 0); }
  .page-navigation a, .single-post-navigation a, .comment-navigation a {
    color: #1e73be;
    transition: all 0.3s ease; }
    .page-navigation a .fa, .single-post-navigation a .fa, .comment-navigation a .fa {
      transition: transform 0.1s ease; }
    .page-navigation a:hover, .single-post-navigation a:hover, .comment-navigation a:hover {
      text-decoration: none;
      color: #444444; }

/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
/* Titles --- */
.archive-title {
  color: #b5b5b5; }

.entry-title, .comments-title {
  color: #323232; }
  .entry-title a, .comments-title a {
    color: #323232; }
    .entry-title a:hover, .comments-title a:hover {
      text-decoration: none; }

#s {
  width: 100%; }

/* Content --- */
.sticky {
  /*! add sticky post styles here*/ }

.meta-style, .type-post .entry-meta, .type-post .entry-footer .entry-categories, .type-post .entry-footer .entry-tags, .portfolio-entry-meta, .portfolio-entry-meta .portfolio-project-url {
  color: #b2b2b2;
  font-size: 12px;
  font-size: 1.2rem; }

.type-page .entry-thumbnail {
  margin-bottom: 4rem; }

.type-post {
  padding-bottom: 3.6rem; }
  .type-post .entry-meta {
    margin-bottom: 0.4rem; }
    .type-post .entry-meta a {
      color: #b2b2b2; }
    .type-post .entry-meta .published {
      text-transform: uppercase; }
    .type-post .entry-meta .comments-title {
      display: block;
      margin: 0.8rem 0; }
      @media only screen and (min-width: 768px) {
        .type-post .entry-meta .comments-title {
          float: right;
          display: inline-block;
          margin: 0; } }
  .type-post .entry-summary p {
    margin-bottom: 0; }
  .type-post .entry-title {
    position: relative;
    padding-right: 50px; }
    .type-post .entry-title .spinner {
      position: absolute;
      top: 0;
      right: 0; }
  .type-post .entry-thumbnail {
    position: relative;
    margin-bottom: 4rem; }
    .type-post .entry-thumbnail .overlay {
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      text-align: center;
      transition: all 1s ease;
      background: rgba(0, 0, 0, 0.3); }
      .type-post .entry-thumbnail .overlay:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.35em; }
    .type-post .entry-thumbnail blockquote, .type-post .entry-thumbnail h2 {
      border: none;
      margin: 0;
      padding: 0 10.71429%;
      color: #fff;
      font-size: 30px;
      font-size: 3rem;
      line-height: 3.8rem;
      font-style: normal;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .type-post .entry-thumbnail blockquote, .type-post .entry-thumbnail h2 {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 2.2rem; } }
      .type-post .entry-thumbnail blockquote cite, .type-post .entry-thumbnail h2 cite {
        display: block;
        font-weight: normal;
        font-size: 17px;
        font-size: 1.7rem;
        color: #ccc;
        font-style: normal;
        margin-top: 1rem; }
        @media only screen and (max-width: 767px) {
          .type-post .entry-thumbnail blockquote cite, .type-post .entry-thumbnail h2 cite {
            font-size: 14px;
            font-size: 1.4rem; } }
  .type-post .zilla-gallery {
    margin: 0; }
    .type-post .zilla-gallery .wp-caption-title, .type-post .zilla-gallery .wp-caption-text, .type-post .zilla-gallery .wp-caption, .type-post .zilla-gallery .zilla-slider-nav {
      left: 20px;
      bottom: 20px; }
  .type-post .zilla-slider-nav {
    right: 20px;
    bottom: 20px; }
  .type-post .entry-footer .fa {
    font-size: 16px;
    font-size: 1.6rem;
    width: 1.8rem;
    vertical-align: middle; }
  .type-post .entry-footer .fa-tag {
    font-size: 18px;
    font-size: 1.8rem; }
  .type-post .entry-footer .entry-categories, .type-post .entry-footer .entry-tags {
    margin-bottom: 0.6rem; }
    .type-post .entry-footer .entry-categories a, .type-post .entry-footer .entry-tags a {
      color: #b2b2b2; }
  .type-post .comments-title.h3 {
    margin-top: 1rem;
    display: block; }

.zilla-gallery-container, .wp-video, .single .fluid-width-video-wrapper {
  margin-top: 1rem;
  margin-bottom: 4rem; }

.wp-video {
  max-width: 100% !important;
  height: auto !important; }

.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important; }

.mejs-container.mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.3%; }

.blog .type-post, .archive .type-post {
  margin-bottom: 4rem;
  border-bottom: 1px solid #e7e7e7; }
  .blog .type-post .entry-content p:last-of-type, .archive .type-post .entry-content p:last-of-type {
    margin-bottom: 0; }

.author-bio {
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #efefef; }

.author-bio .avatar {
  float: left;
  margin: 0 20px 0 0;
  width: 40px; }

.author-title {
  font-weight: bold;
  margin-left: 60px;
  margin-left: 6rem; }

.author-description {
  margin-left: 60px;
  margin-left: 6rem; }

.post-audio {
  margin-bottom: 4rem; }
  .post-audio img {
    display: block; }

/* Media Elements --- */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption,
.gallery-caption {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 1em 1em 1.5em;
  max-width: 100%;
  text-align: center; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption .wp-caption-text {
  margin: 0.625em 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto; }

.site-main .gallery dd {
  margin: 0.625em 0;
  padding: 0 0.625em; }

embed,
object,
iframe {
  max-width: 100%;
  margin-bottom: 1.5em; }

/* Audio/Video jPlayer Skin --- */
.jp-audio,
.jp-video {
  margin: 0 auto -1.57142857142em;
  width: 480px;
  max-width: 100%; }

.jp-video + .jp-audio,
.fluid-width-video-wrapper + .jp-audio {
  margin-top: 2.71428571428em; }

.jp-gui {
  margin-bottom: -35px; }

.jp-interface {
  background: #232527 url(http://tracieloeterra.inaf.it/wp-content/themes/rangefinder/images/media_player.png) 0 -132px repeat-x;
  border: 1px solid #000000;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0, 0, 0, 0.7);
  margin-bottom: 3px;
  position: relative;
  height: 33px;
  width: 91.25%;
  /* 438 / 480 */
  left: 4.545454545%;
  /* 20 / 440 */
  top: -53px; }

.jp-video-full {
  position: relative; }

.jp-video-full .jp-jplayer {
  background: #000000;
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  overflow: hidden;
  z-index: 998; }

.jp-video-full .jp-gui {
  z-index: 1000;
  display: block; }

.jp-video-full .jp-interface {
  bottom: 0;
  top: auto;
  left: 0.25%;
  position: fixed;
  width: 99%;
  z-index: 1000; }

/* Controls ----- */
.jp-controls,
.jp-toggles {
  float: left;
  margin: 0;
  padding: 0;
  z-index: 100; }

.jp-controls li {
  float: left; }

.jp-controls a {
  position: absolute;
  overflow: hidden;
  text-indent: -999em; }

.jp-play,
.jp-pause {
  background: #d2d6db url(http://tracieloeterra.inaf.it/wp-content/themes/rangefinder/images/media_player.png) 0 0 no-repeat;
  border-top: 1px solid #4b4e53;
  border-bottom: none;
  display: block;
  z-index: 2;
  height: 100%;
  width: 30px; }

.jp-play:hover,
.jp-pause:hover {
  background-color: #0076a3;
  border-bottom: none; }

.jp-pause {
  background-position: 0 -33px; }

.jp-play,
.jp-pause {
  border-radius: 3px 1px 1px 3px;
  border-right: 1px solid #4b4e53; }

.jp-progress {
  position: absolute;
  padding: 0 25px 0 40px;
  margin: 11px 0;
  width: 100%;
  height: 9px; }

.jp-seek-bar {
  background: #141618;
  border-bottom: 1px solid #2c2d2f;
  border-left: 1px solid #0f0f10;
  border-right: 1px solid #0f0f10;
  border-top: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
  height: 8px;
  padding: 0 0 1px 0;
  position: relative;
  z-index: 999; }

.jp-play-bar {
  border-radius: 1px 2px 2px 1px;
  background: #0076a3;
  -webkit-background-size: 8px 8px;
  -moz-background-size: 8px 8px;
  background-size: 8px 8px;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.2) inset;
  height: 8px; }

.jp-play-bar {
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite; }

@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 60px 0; } }

@-moz-keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 60px 0; } }

/*-----------------------------------------------------------------------------------*/
/*  5.b Content 
/*-----------------------------------------------------------------------------------*/
.home .entry-content {
  padding: 0 3em; }

/*-----------------------------------------------------------------------------------*/
/*  6. Portfolio
/*-----------------------------------------------------------------------------------*/
.page-template-template-portfolio-php .site, .tax-portfolio-type .site {
  max-width: none; }

.page-template-template-portfolio-php .site-content, .tax-portfolio-type .site-content {
  padding: 0; }

.page-template-template-portfolio-php .site-main, .tax-portfolio-type .site-main {
  overflow-x: hidden; }
  .page-template-template-portfolio-php .site-main > .page, .tax-portfolio-type .site-main > .page {
    padding: 30px; }

.portfolio-feed {
  overflow: hidden;
  margin: 1em;
  padding: 0em; }
  .portfolio-feed .portfolio {
    visibility: hidden;
    width: 100%;
    /*
	      @include mq(xxl-up) {
	      width: 1/5 * 100%;
	      	     }
	   */ }
    @media only screen and (min-width: 400px) {
      .portfolio-feed .portfolio {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .portfolio-feed .portfolio {
        width: 33.33333%; } }
    @media only screen and (min-width: 1480px) {
      .portfolio-feed .portfolio {
        width: 25%; } }
    @media only screen and (min-width: 1023px) {
      .portfolio-feed .portfolio.home-portfolio {
        width: 33.33333%; } }
    .portfolio-feed .portfolio .entry-thumbnail {
      display: block;
      text-align: center;
      overflow: hidden;
      height: 48vh;
      background-size: cover;
      background-position: center;
      margin: 0; }
      .portfolio-feed .portfolio .entry-thumbnail > a {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%; }
        .portfolio-feed .portfolio .entry-thumbnail > a:before {
          content: '';
          display: block;
          position: absolute;
          z-index: 1;
          height: 100%;
          width: 100%;
          background: rgba(30, 115, 190, 0.5);
          opacity: 0;
          transition: opacity 1s ease; }
        .portfolio-feed .portfolio .entry-thumbnail > a .shadow {
          width: 100%;
          /* height: 20%; */
          background: rgba(255, 255, 255, 0.8);
          position: absolute;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 2;
          transition: all 0.8s ease;
          padding: 0.5em 0;
          min-height: 56px; }
          .portfolio-feed .portfolio .entry-thumbnail > a .shadow a {
            display: block; }
        .portfolio-feed .portfolio .entry-thumbnail > a img {
          display: block; }
      .portfolio-feed .portfolio .entry-thumbnail:hover > a:before {
        opacity: 1;
        transition: opacity 0.4s ease; }
      .portfolio-feed .portfolio .entry-thumbnail:hover .entry-title {
        color: #fefefe;
        opacity: 1;
        transform: scale(1); }
      .portfolio-feed .portfolio .entry-thumbnail:hover .shadow {
        background: none;
        bottom: 50%;
        transition: all 0.8s ease;
        transform: translateY(50%); }
    .portfolio-feed .portfolio .entry-title {
      color: #1e73be;
      font-size: 20px;
      font-size: 2rem;
      text-transform: none;
      margin: 0;
      padding: 0 1rem;
      z-index: 2;
      text-align: center;
      width: 100%;
      opacity: 0;
      transform: scale(0.7);
      transition: all 0.8s ease; }

.home .portfolio-feed {
  padding: 0;
  margin: 0; }

.no-touch .portfolio-feed .portfolio > a:hover .entry-title {
  display: block; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* Single Portfolio */
.portfolio.hide .toggle-content {
  transform: rotate(0deg); }

.portfolio-text {
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .portfolio-text {
      /* position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: $content-padding 0 0 $content-padding + $nav-width;
		z-index: 999;
	       */
      width: 100%;
      padding: 0; } }

.toggle-wrap {
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1); }
  .toggle-wrap > div {
    padding-bottom: 20px; }

.toggle-clone {
  padding-bottom: 62px;
  box-sizing: content-box;
  display: none; }
  @media only screen and (min-width: 768px) {
    .toggle-clone {
      display: block;
      visibility: hidden; } }

.toggle-content {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  transition: all 0.3s ease;
  transform: rotate(-45deg); }
  @media only screen and (max-width: 767px) {
    .toggle-content {
      display: none; } }
  .toggle-content i {
    background: #afafaf;
    display: block;
    position: absolute; }
    .toggle-content i:first-child {
      width: 4px;
      height: 18px;
      left: 7px; }
    .toggle-content i:last-child {
      width: 18px;
      height: 4px;
      top: 7px; }

.portfolio-entry-meta .portfolio-project-date, .portfolio-entry-meta .portfolio-project-client {
  text-transform: uppercase; }

.portfolio-media-feature {
  margin-bottom: 4rem; }

.zilla-gallery-container {
  position: relative; }

.zilla-gallery {
  margin: 0;
  list-style: none; }
  .zilla-gallery li {
    width: 100%;
    padding: 0.5em; }
  .zilla-gallery .item {
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: center; }
    .zilla-gallery .item a {
      width: 100%;
      height: 100%;
      display: block; }
  .zilla-gallery .wp-caption-title,
  .zilla-gallery .wp-caption-text,
  .zilla-gallery .wp-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0.3em;
    background: #fefefe;
    font-style: normal; }
  .zilla-gallery.slideshow li {
    min-height: 140px; }
  .zilla-gallery.slideshow img {
    display: block; }
  .zilla-gallery.stacked li {
    margin-bottom: 4rem;
    position: relative; }

@media only screen and (max-width: 767px) {
  .zilla-slider-nav a {
    position: absolute;
    z-index: 1001;
    top: 50%;
    margin-top: -22px; }
    .zilla-slider-nav a.zilla-slide-next {
      right: -20px; }
    .zilla-slider-nav a.zilla-slide-prev {
      left: -20px; } }

@media only screen and (min-width: 768px) {
  .zilla-slider-nav {
    right: 40px;
    bottom: 42px;
    position: absolute;
    z-index: 1001; } }

.zilla-slider-nav a {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 45px;
  font-size: 22px; }
  .zilla-slider-nav a:hover {
    background-color: #f6f6f7; }

.zilla-slider-nav .zilla-slide-next {
  margin-left: 5px; }

.content-wrap a {
  color: #1e73be; }

.content-wrap a:hover {
  color: #1e73a0; }

.page .page-text p {
  margin-bottom: 1em; }

.page .page-text .header {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 0 auto;
  min-height: 20vh;
  width: 100%;
  padding: 2em;
  margin: 0; }
  .page .page-text .header .zilla-gallery {
    width: 45%; }

.page .page-text .bg-img {
  position: relative;
  width: 100%;
  height: 20vh;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .page .page-text .bg-img.show {
    height: 40vh; }

.page .page-text .title {
  position: relative;
  margin: 0 auto;
  padding: 8em 3em 0 0;
  width: 55%;
  text-align: right;
  top: auto;
  left: auto;
  -webkit-transform: unset;
  transform: unset; }

.page .page-text .title h1 {
  padding: 0 0 0.2em;
  color: #1e73be;
  font-weight: 800;
  font-size: 3.25em;
  margin: 0 auto;
  text-transform: none; }

.page .page-text .title p {
  color: #1e73be;
  padding: 0 0 0.4em;
  font-weight: 300;
  font-size: 1.25em;
  margin: 0 auto; }

.page .page-text .title h1,
.page .page-text .title .subline {
  line-height: 1; }

.page .entry-content {
  padding: 0 6em; }

.single .site {
  max-width: none; }

.single .portfolio {
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1); }
  .single .portfolio.full img {
    max-width: none;
    width: 100%; }
  .single .portfolio.x-large .entry-content {
    max-width: 1024px; }

@media only screen and (min-width: 768px) {
  .single .entry-title {
    padding-right: 80px; } }

.single .fixed-content-wrap {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .single .fixed-content-wrap {
      padding-right: 30px; } }

.single .content-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 6em;
  margin: 0;
  margin-bottom: 2em; }
  @media only screen and (max-width: 767px) {
    .single .content-wrap {
      padding: 0 0.5em; } }

.single .toggle-content {
  position: absolute;
  top: -62px;
  right: 30px; }

.single .scheda figcaption {
  display: none; }

.single .scheda p {
  margin-bottom: 1em; }

.single .scheda .header {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 0 auto;
  min-height: 20vh;
  width: 100%;
  padding: 2em;
  margin: 0; }
  .single .scheda .header .zilla-gallery {
    width: 45%; }
  @media only screen and (max-width: 767px) {
    .single .scheda .header {
      padding: 0.5em; } }

.single .scheda .bg-img {
  position: relative;
  width: 100%;
  hegiht: 20vh;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .single .scheda .bg-img.show {
    height: 50vh; }
    @media only screen and (min-width: 1023px) {
      .single .scheda .bg-img.show {
        height: 60vh; } }

.single .scheda .title {
  position: relative;
  margin: 0 auto;
  padding: 8em 3em 0 0;
  width: 55%;
  text-align: right;
  top: auto;
  left: auto;
  -webkit-transform: unset;
  transform: unset; }
  @media only screen and (max-width: 767px) {
    .single .scheda .title {
      padding: 5em 3em 0 0; } }

.single .scheda .title h1 {
  padding: 0 0 0.2em;
  color: #1e73be;
  font-weight: 800;
  font-size: 3.25em;
  margin: 0 auto;
  text-transform: none; }

.single .scheda .title p {
  color: #1e73be;
  padding: 0 0 0.4em;
  font-weight: 300;
  font-size: 1.25em;
  margin: 0 auto; }

.single .scheda .title h1,
.single .scheda .title .subline {
  line-height: 1; }

.single .scheda .children-wrap ul.children {
  list-style-type: square;
  list-style-position: inside; }
  .single .scheda .children-wrap ul.children a {
    font-weight: 600; }

.single .scheda .writes {
  padding: 0 3em;
  margin: 1.6em 0; }
  .single .scheda .writes .btn {
    font-size: 1.7rem;
    font-weight: 900;
    cursor: pointer; }
  .single .scheda .writes .writes-content {
    display: none;
    position: absolute;
    background: rgba(30, 115, 190, 0.5);
    padding: 2em;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70vw;
    height: 60vh;
    overflow: auto; }
    .single .scheda .writes .writes-content p {
      padding: 0;
      margin: 0;
      color: #fefefe;
      font-size: 1.8rem;
      font-style: italic; }

.single .scheda .author {
  text-align: left;
  margin-bottom: 1em; }

.single .scheda .bibliographic {
  margin-top: 1em; }
  .single .scheda .bibliographic p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6rem; }

.single .scheda .single-post-navigation {
  margin: 1em 6em; }

.featherlight .featherlight-content .writes-content p {
  background: #fefefe;
  font-size: 1.8rem;
  font-style: italic;
  padding: 2em;
  overflow-y: auto; }

/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/
.commentlist {
  margin: 4rem 0;
  list-style-type: none; }

.pinglist {
  margin: 20px 0 40px 30px;
  list-style-type: decimal; }

.comment img {
  border-radius: 50%; }

.comment .avatar {
  float: left;
  margin: 0 10px 0 0;
  width: 50px; }

.comment .children {
  list-style-type: none;
  margin-left: 7.5rem; }

.comment-content {
  padding-left: 75px;
  color: #656565; }

.comment-author {
  padding-top: 8px; }
  .comment-author cite {
    font-size: 15px;
    font-size: 1.5rem;
    font-style: normal; }

.bypostauthor {
  /*! add post author styles here*/ }

.comment-meta {
  margin-bottom: 15px;
  color: #b7b7b7;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.1rem; }
  .comment-meta a {
    color: #b7b7b7; }

.nocomments {
  text-align: center;
  padding: 20px; }

.comment-form {
  margin: 20px 0 40px; }
  .comment-form p {
    margin-bottom: 1rem; }
  .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    width: 100%; }
  .comment-form .form-submit {
    text-align: right; }

/*-----------------------------------------------------------------------------------*/
/*	7.1	Breadcrumbs Styles
/*-----------------------------------------------------------------------------------*/
.breadcrumbs {
  width: 100%;
  padding: 0.3em 1.5em;
  font-size: 1.1rem;
  color: #69606b; }
  .breadcrumbs a:visited,
  .breadcrumbs a {
    color: #69606b; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs {
      margin-left: 50px; } }
  @media only screen and (min-width: 768px) {
    .breadcrumbs.home {
      margin-left: 230px; } }

/*-----------------------------------------------------------------------------------*/
/*	8.	Footer Styles
/*-----------------------------------------------------------------------------------*/
.site-footer {
  padding-left: 50px;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0; }
  .site-footer.site-footer-home {
    padding-left: 230px; }
  .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer div, .site-footer p {
    color: #fefefe;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.2rem;
    line-height: normal;
    margin: 0;
    padding: 0; }
  .site-footer h3 {
    font-style: normal;
    font-weight: bold; }
  .site-footer .site-logo {
    width: 100%;
    background: #1e73be; }
    .site-footer .site-logo a {
      display: block;
      padding: 0.5em; }
      .site-footer .site-logo a img {
        height: 60px; }
  .site-footer .footer-widgets {
    color: #fefefe;
    background: #1e73be;
    width: 100%;
    height: 100%;
    padding: 1em 2em;
    display: flex;
    align-items: center; }
    .site-footer .footer-widgets .logo.soc {
      height: 70px;
      margin: 0 1em; }
  @media only screen and (max-width: 767px) {
    .site-footer {
      position: relative;
      margin-left: 0; }
      .site-footer.site-footer-home {
        margin-left: 0; } }

.copyright, .credit {
  color: #b5b5b5;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin: 0; }
  .copyright a, .credit a {
    font-size: 1.4em;
    color: #b5b5b5; }

/*-----------------------------------------------------------------------------------*/
/*	9.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/
.archive-lists h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  margin-bottom: 0.8rem; }

.archive-lists ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.8rem; }

.archive-lists .children {
  margin-bottom: 0; }

.full-width {
  width: auto; }

.contactform {
  margin-left: 0; }
  .contactform li {
    list-style-type: none; }
    .contactform li input[type="text"] {
      width: 100%;
      margin-bottom: 10px; }
    .contactform li textarea {
      width: 100%;
      max-width: 100%;
      height: 300px;
      margin-bottom: 10px;
      resize: none; }
    .contactform li button {
      float: right; }

label.error {
  color: red; }

/*-----------------------------------------------------------------------------------*/
/*	10.	Widgets
/*-----------------------------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

.sidebar-widgets.credit .widget {
  margin: 0; }

.widget-title {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 10px;
  padding-bottom: 1rem; }

.widget > ul,
.widget > ol {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 10px; }

.widget select {
  max-width: 100%; }

/* Recent Work Widget ---------------------------------------------------*/
.widget.zilla_recentwork_widget {
  margin-bottom: 20px; }

/* Search Widget --------------------------------------------------------*/
.widget_search #s {
  width: 100%; }

.widget_search form,
.widget_search fieldset {
  margin: 0; }

/* Calander Widget -------------------------------------------------------*/
.widget_calendar caption {
  margin-bottom: 5px; }

.widget_calendar table {
  width: 100%; }

/* 125 x 125 Widget ------------------------------------------------------*/
.zilla_ad_widget {
  padding-right: 0; }

.ads-125 img {
  margin: 0 10px 10px 0; }

/* Twitter Widget -------------------------------------------------------*/
.zilla-tweet-widget ul {
  margin: 0 0 10px 0;
  list-style-type: none; }

.zilla-tweet-widget li {
  border-bottom: 1px solid #efefef;
  padding: 8px 0; }

.zilla-tweet-widget .twitter-time-stamp {
  display: block;
  font-size: .875em; }

/* Flickr Widget --------------------------------------------------------*/
.zilla_flickr_widget {
  padding-right: 0; }

.zilla_flickr_widget > div {
  margin-right: -20px;
  padding-right: 10px; }

.flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0; }

.flickr_badge_image img {
  background: #fff;
  padding: 3px;
  border: 1px solid #ddd; }

.flickr_badge_image img:hover {
  border: 1px solid #ccc; }

/* Video Widget ----------------------------------------------------------*/
.zilla_video {
  margin-bottom: 10px; }

/* 300 x 250 Widget ------------------------------------------------------*/
.zilla-ad300-widget {
  padding: 0; }

.zilla-ad300-widget .widget-title {
  display: none; }

.ads-300 {
  width: 300px;
  height: 250px;
  overflow: hidden; }

/* Tabbed Widget ---------------------------------------------------------*/
.zilla-tab-widget .zilla_tabs {
  background: #f4f4f4;
  padding: 3px; }

.zilla-tab-widget #tab-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 40px; }

.zilla-tab-widget #tab-items li {
  float: left;
  margin: 0 2px 0 0;
  line-height: 40px;
  padding: 0;
  background: none; }

.zilla-tab-widget #tab-items li a {
  font-size: 11px;
  color: #999;
  padding: 0 10px;
  display: block;
  border-left: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4; }

.zilla-tab-widget #tab-items li a:hover,
.zilla-tab-widget #tab-items li.ui-tabs-selected a,
.zilla-tab-widget #tab-items li.ui-state-active a {
  background: #fff;
  text-decoration: none;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8; }

.zilla-tab-widget .tabs-inner {
  border: 1px solid #e8e8e8;
  padding: 15px;
  background: #fff; }

.zilla-tab-widget .ui-tabs-hide {
  display: none; }

.zilla-tab-widget .tab ul {
  list-style-type: none;
  margin: 0; }

.zilla-tab-widget .tab ul li {
  border-bottom: 1px solid #efefef;
  padding: 10px 0; }

.zilla-tab-widget .tab-thumb img {
  padding: 2px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  float: left;
  margin: 0 8px 0 0; }

.zilla-tab-widget .entry-title,
.zilla-tab-widget .entry-title a {
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  padding: 0; }

.zilla-tab-widget .entry-meta,
.zilla-tab-widget .entry-meta a {
  color: #69606b;
  font-size: 10px; }

.zilla-tab-widget .entry-meta a:hover {
  text-decoration: none;
  color: #69606b; }

.tab-comments .avatar {
  padding: 2px;
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  margin: 0 8px 0 0; }

.tab-comments h3,
.tab-comments h3 a {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
  color: #666;
  text-transform: none; }

.tab-tags a {
  color: #666;
  background: #fafafa;
  padding: 3px 6px;
  display: block;
  float: left;
  margin: 0 2px 2px 0; }

.tab-tags a:hover {
  background: #f2f2f2;
  text-decoration: none; }

/* Bio Widget ---------------------------------------------------------*/
.zilla-bio-widget .profile-image {
  width: 65px;
  height: 65px;
  margin-bottom: 1.2em;
  overflow: hidden; }
  .zilla-bio-widget .profile-image img {
    border-radius: 50%; }

.zilla-bio-widget .social-link {
  display: inline-block;
  width: 25%;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 18px 0 3px 0; }

#sidebar-footer .widget-title {
  padding: 0;
  text-transform: none;
  margin-bottom: 0.6em;
  color: #fefefe;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased; }

#sidebar-footer .widget {
  color: #b5b5b5;
  font-size: 12px;
  font-size: 1.2rem; }
  #sidebar-footer .widget a {
    transition: all 0.3s ease; }
    #sidebar-footer .widget a:hover {
      opacity: 0.7; }

/* Search Page ---------------------------------------------------------*/
.search header.page-header {
  background-image: url(images/banda_menu_h.jpg);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: auto 8px; }

.search header .page-title {
  padding: 1em;
  color: #1e73be; }

.search .returned-search-results {
  padding: 0 2em; }
  .search .returned-search-results > li {
    font-size: 2rem; }

/*-------------------- ! Helpers --------------------*/
.spinner {
  width: 40px;
  height: 20px;
  text-align: center;
  font-size: 10px; }

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 2px;
  margin-right: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.site-header {
  background: #1e73be url(images/banda_menu.jpg) 0 0 repeat-y;
  background-size: 0.8em; }

.divisor {
  margin: 2em 0;
  width: 100%;
  height: 1.2vh;
  background-image: url(images/spettro.jpg);
  background-size: cover;
  background-position: center; }

.secchi-feed {
  padding: 0 1em; }
  .secchi-feed article {
    box-sizing: border-box; }
    .secchi-feed article section {
      display: block;
      padding: 4px;
      margin-bottom: 1em;
      line-height: 1.42857143;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media only screen and (min-width: 400px) {
        .secchi-feed article section {
          width: 100%;
          margin: 0; } }
      @media only screen and (min-width: 768px) {
        .secchi-feed article section {
          width: 30%;
          margin-right: 2%; } }
      @media only screen and (min-width: 1480px) {
        .secchi-feed article section {
          width: 29%;
          margin-right: 3%; } }
      @media only screen and (min-width: 1880px) {
        .secchi-feed article section {
          width: 15%; } }
      .secchi-feed article section a {
        color: #337ab7;
        text-decoration: none; }
      .secchi-feed article section .image {
        width: 100%;
        height: 22vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .secchi-feed article section h3 {
        margin: 0.5em; }
      .secchi-feed article section .caption {
        padding: 9px;
        color: #333; }

p.description {
  font-size: 1.7rem; }

.portfolio-feed .portfolio .entry-title {
  opacity: 0;
  text-transform: uppercase;
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 600;
  padding: 0; }

.page:not(.home) .portfolio-feed .portfolio .entry-title,
.single .portfolio-feed .portfolio .entry-title {
  opacity: 1; }

span.date {
  font-size: 1.4rem; }

.caption p {
  margin-bottom: 1rem; }

.page:not(.home) .portfolio-feed .portfolio .entry-thumbnail,
.single .portfolio-feed .portfolio .entry-thumbnail {
  height: 30vh; }

/*
.page-gli-studi .portfolio-feed .portfolio {
    width: 33%;
}
*/
.featherlight:last-of-type {
  background: rgba(30, 115, 190, 0.95) !important; }

.featherlight .featherlight-content {
  background: transparent !important; }
  .featherlight .featherlight-content .caption {
    width: 100vw !important;
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    white-space: normal !important;
    text-overflow: unset !important;
    overflow-y: auto !important;
    bottom: 0 !important;
    background: rgba(30, 115, 190, 0.95) !important;
    padding: 0.5em 3em !important; }

.featherlight.deepzoom .featherlight-content {
  /*width: 90vw;
	    height: 90vh;*/ }

.effect, .headeranimation {
  height: 100%; }

/* Header */
.headeranimation {
  position: relative;
  margin: 0 auto;
  min-height: 40vh;
  width: 100%;
  margin-bottom: 1em; }
  @media only screen and (min-width: 1023px) {
    .headeranimation {
      min-height: 70vh; } }

.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center; }

.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%; }

.title {
  z-index: 1000;
  margin: 0 auto;
  padding: 0 1.25em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.title h1 {
  padding: 0 0 0.2em;
  color: #fefefe;
  font-weight: 800;
  font-size: 3.25em;
  margin: 0 auto; }

.title p {
  color: #fefefe;
  padding: 0 0 0.6em;
  font-weight: 300;
  font-size: 0.85em;
  margin: 0 auto; }

.title h1,
.title p.subline {
  line-height: 1; }

.title p.subline {
  font-size: 1.75em; }

/* Trigger Button */
button.trigger {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 5000;
  display: block;
  margin-left: -0.5em;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 2em;
  cursor: pointer; }

.effect:not(.notrans) button.trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s; }

.effect.modify:not(.notrans) button.trigger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

button.trigger::before {
  position: absolute;
  bottom: 100%;
  left: -100%;
  padding: 0.8em;
  width: 300%;
  color: #fefefe;
  content: attr(data-info);
  font-size: 0.35em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

button.trigger:focus {
  outline: none; }

button.trigger span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

button.trigger span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fefefe;
  content: "\e097";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icomoon';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Conent */
.content {
  margin: 0 auto;
  padding: 0 0 3em; }

.content > div:not(.title) {
  margin: -80px auto 0;
  max-width: 900px;
  padding: 0 1.25em; }

.content > div:not(.title) p {
  margin: 0 auto 1.5em auto; }

.content > div:not(.title) p:first-child {
  font-size: 1.35em; }

.content h3 {
  margin: 0;
  font-size: 1.4em; }

.content blockquote {
  padding: 0.25em;
  font-style: italic;
  font-size: 1.65em;
  font-family: 'Lora', serif;
  line-height: 1.4; }

.content blockquote::before {
  content: '\201C'; }

.content blockquote::after {
  content: '\201D'; }

/***** Individual effects *****/
/* -------------------------- */
/* Jam 3 */
/* -------------------------- */
.intro-effect-jam3:not(.notrans) .bg-img {
  -webkit-transition-property: top, left, right, bottom;
  transition-property: top, left, right, bottom; }

.intro-effect-jam3:not(.notrans) .headeranimation h1,
.intro-effect-jam3:not(.notrans) .codrops-top a {
  -webkit-transition-property: color;
  transition-property: color; }

.intro-effect-jam3:not(.notrans) .codrops-demos a {
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color; }

.intro-effect-jam3:not(.notrans) .headeranimation p {
  -webkit-transition-property: color, opacity, -webkit-transform;
  transition-property: color, opacity, transform; }

.intro-effect-jam3:not(.notrans) .content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform; }

.intro-effect-jam3:not(.notrans) .bg-img,
.intro-effect-jam3:not(.notrans) .headeranimation h1,
.intro-effect-jam3:not(.notrans) .codrops-top a,
.intro-effect-jam3:not(.notrans) .codrops-demos a,
.intro-effect-jam3:not(.notrans) .content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.intro-effect-jam3:not(.notrans) .headeranimation p,
.intro-effect-jam3:not(.notrans) .headeranimation p.subline,
.intro-effect-jam3:not(.notrans) .content > div {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.intro-effect-jam3.modify:not(.notrans) .headeranimation p,
.intro-effect-jam3.modify:not(.notrans) .headeranimation p.subline,
.intro-effect-jam3.modify:not(.notrans) .content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.intro-effect-jam3 .codrops-demos a {
  color: #fefefe; }

.intro-effect-jam3 .codrops-demos a.current-demo {
  border-color: #fefefe; }

.intro-effect-jam3.modify .codrops-demos a {
  color: #c03b5d; }

.intro-effect-jam3.modify .codrops-demos a.current-demo {
  border-color: #c03b5d; }

.intro-effect-jam3.effect {
  padding: 45px 30px; }

.intro-effect-jam3 .bg-img {
  top: -45px;
  right: -30px;
  bottom: -45px;
  left: -30px;
  background: #514753; }

.intro-effect-jam3.modify .bg-img {
  top: 0;
  right: 0;
  bottom: 85%;
  left: 0; }

.intro-effect-jam3.modify .headeranimation h1 {
  color: #514753; }

.intro-effect-jam3 .headeranimation p {
  color: #514753;
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px); }

.intro-effect-jam3.modify .headeranimation p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.intro-effect-jam3 .content {
  padding: 0 5em 5em; }

.intro-effect-jam3 .headeranimation,
.intro-effect-jam3 .content {
  background: #fefefe; }

.intro-effect-jam3 .content > div {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px); }

.intro-effect-jam3.modify .content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.intro-effect-jam3.modify .codrops-top a {
  color: #514753; }

/* Delays */
.intro-effect-jam3.modify:not(.notrans) .headeranimation p:nth-last-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.intro-effect-jam3.modify:not(.notrans) .headeranimation p:last-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.intro-effect-jam3.modify:not(.notrans) .content > div {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* -------------------------- */
/* Faded gradient */
/* -------------------------- */
.intro-effect-fadeout:not(.notrans) .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.intro-effect-fadeout:not(.notrans) .bg-img::after {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.intro-effect-fadeout:not(.notrans) .headeranimation h1 {
  -webkit-transition-property: color;
  transition-property: color; }

.intro-effect-fadeout:not(.notrans) .headeranimation p,
.intro-effect-fadeout:not(.notrans) .content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.intro-effect-fadeout:not(.notrans) .bg-img,
.intro-effect-fadeout:not(.notrans) .bg-img::after,
.intro-effect-fadeout:not(.notrans) .headeranimation h1,
.intro-effect-fadeout:not(.notrans) .headeranimation p,
.intro-effect-fadeout:not(.notrans) .content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.intro-effect-fadeout .headeranimation {
  overflow: hidden; }

.intro-effect-fadeout.modify .bg-img {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%); }

.intro-effect-fadeout .bg-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.intro-effect-fadeout.modify .bg-img::after {
  opacity: 1; }

.intro-effect-fadeout .title {
  text-align: left;
  max-width: 900px; }

.intro-effect-fadeout.modify .headeranimation h1,
.intro-effect-fadeout .headeranimation p {
  color: #514753; }

.intro-effect-fadeout .headeranimation p {
  opacity: 0; }

.intro-effect-fadeout .headeranimation p:nth-child(2) {
  -webkit-transform: translateX(150px);
  transform: translateX(150px); }

.intro-effect-fadeout .headeranimation p:nth-child(3) {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px); }

.intro-effect-fadeout.modify .headeranimation p:nth-child(2),
.intro-effect-fadeout.modify .headeranimation p:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.intro-effect-fadeout .content {
  z-index: 1000;
  position: relative; }

.intro-effect-fadeout .content > div {
  opacity: 0;
  -webkit-transform: translateY(350px);
  transform: translateY(350px); }

.intro-effect-fadeout.modify .content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* -------------------------- */
/* Sliced */
/* -------------------------- */
.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .title {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.intro-effect-sliced:not(.notrans) .headeranimation h1,
.intro-effect-sliced:not(.notrans) .codrops-demos a {
  -webkit-transition-property: color;
  transition-property: color; }

.intro-effect-sliced:not(.notrans) .headeranimation p {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.intro-effect-sliced:not(.notrans) .content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .headeranimation h1,
.intro-effect-sliced:not(.notrans) .title,
.intro-effect-sliced:not(.notrans) .headeranimation p,
.intro-effect-sliced:not(.notrans) .content > div,
.intro-effect-sliced:not(.notrans) .codrops-demos a {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.intro-effect-sliced.modify:not(.notrans) .headeranimation h1,
.intro-effect-sliced.modify:not(.notrans) .title,
.intro-effect-sliced.modify:not(.notrans) .headeranimation p,
.intro-effect-sliced.modify:not(.notrans) .content > div,
.intro-effect-sliced.modify:not(.notrans) .codrops-demos a {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.intro-effect-sliced .bg-img:first-child {
  bottom: 50%; }

.intro-effect-sliced .bg-img:last-child {
  top: 50%;
  position: fixed;
  z-index: 900; }

.intro-effect-sliced .bg-img:last-child img {
  top: -100%; }

.intro-effect-sliced.modify .bg-img:first-child {
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%); }

.intro-effect-sliced.modify .bg-img:last-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.intro-effect-sliced .codrops-demos {
  text-align: center; }

.intro-effect-sliced .codrops-demos a {
  color: #fefefe;
  font-size: 0.8em; }

.intro-effect-sliced.modify .codrops-demos a {
  color: #cf4a5c; }

.intro-effect-sliced .title {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
  transform: translateX(-50%) translateY(-50%) scale(0.7); }

.intro-effect-sliced.modify .title {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1); }

.intro-effect-sliced .headeranimation p {
  opacity: 0;
  color: #514753; }

.intro-effect-sliced.modify .headeranimation p {
  opacity: 1; }

.intro-effect-sliced.modify .headeranimation h1 {
  color: #514753; }

.intro-effect-sliced .content > div {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0; }

.intro-effect-sliced.modify .content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Delays */
.intro-effect-sliced.modify:not(.notrans) .title {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/* -------------------------- */
/* Side */
/* -------------------------- */
.intro-effect-side:not(.notrans) .bg-img::before,
.intro-effect-side:not(.notrans) .title {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.intro-effect-side:not(.notrans) .bg-img::after {
  -webkit-transition-property: top, left, bottom, right, background-color;
  transition-property: top, left, bottom, right, background-color; }

.intro-effect-side:not(.notrans) .headeranimation p {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity, color; }

.intro-effect-side:not(.notrans) .content > div {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.intro-effect-side:not(.notrans) .bg-img::before,
.intro-effect-side:not(.notrans) .bg-img::after,
.intro-effect-side:not(.notrans) .title,
.intro-effect-side:not(.notrans) .headeranimation h1,
.intro-effect-side:not(.notrans) .headeranimation p,
.intro-effect-side:not(.notrans) .content > div {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.intro-effect-side .codrops-top a {
  color: #7b8d92; }

.intro-effect-side .bg-img::before,
.intro-effect-side .bg-img::after {
  content: '';
  position: absolute;
  z-index: 100; }

.intro-effect-side .bg-img::before {
  background: #fefefe;
  top: 0;
  left: 0;
  width: 57%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.intro-effect-side.modify .bg-img::before {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.intro-effect-side .bg-img::after {
  border: 40px solid #fefefe;
  top: -80px;
  right: -80px;
  bottom: -80px;
  left: -80px;
  background-color: rgba(150, 150, 150, 0.5); }

.intro-effect-side.modify .bg-img::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0); }

.intro-effect-side .codrops-demos a {
  color: #43939d; }

.intro-effect-side .codrops-demos a.current-demo {
  border-bottom: 3px solid #43939d; }

.intro-effect-side .title {
  text-align: right;
  left: 0;
  padding: 0 3em 0 2em;
  width: 57%;
  -webkit-transform: translateX(33.3%) translateY(-50%);
  transform: translateX(33.3%) translateY(-50%); }

.intro-effect-side.modify .title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.intro-effect-side:not(.notrans) .headeranimation h1 {
  -webkit-transition-property: color, text-decoration, text-decoration-color;
  transition-property: color, text-decoration, text-decoration-color; }

.intro-effect-side .headeranimation h1 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  padding: 0 0 0.5em 0;
  color: #fefefe; }

.intro-effect-side.modify .headeranimation h1 {
  color: #1e73be;
  text-decoration: none; }

.intro-effect-side .headeranimation p {
  font-family: 'Lora', serif;
  opacity: 1;
  color: #fefefe; }

.intro-effect-side.modify .headeranimation p {
  opacity: 1;
  color: #1e73be;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.intro-effect-side .content > div {
  margin-top: 0px;
  opacity: 0; }

.intro-effect-side.modify .content > div {
  opacity: 1; }

.intro-effect-side button.trigger span::before,
.intro-effect-side button.trigger::before {
  color: #516165; }

/* Delays */
.intro-effect-side:not(.notrans) .title,
.intro-effect-side:not(.notrans) .bg-img::before,
.intro-effect-side:not(.notrans) .bg-img::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.intro-effect-side.modify:not(.notrans) .title,
.intro-effect-side.modify:not(.notrans) .bg-img::before,
.intro-effect-side.modify:not(.notrans) .bg-img::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.intro-effect-side.modify:not(.notrans) .headeranimation p:nth-last-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.intro-effect-side.modify:not(.notrans) .headeranimation p:last-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.intro-effect-side.modify:not(.notrans) .content > div {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

/* -------------------------- */
/* Side Fixed */
/* -------------------------- */
.intro-effect-sidefixed:not(.notrans) .bg-img::before {
  -webkit-transition-property: background-color;
  transition-property: background-color; }

.intro-effect-sidefixed:not(.notrans) .bg-img::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.intro-effect-sidefixed:not(.notrans) .title p {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.intro-effect-sidefixed:not(.notrans) .content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after,
.intro-effect-sidefixed:not(.notrans) .title p,
.intro-effect-sidefixed:not(.notrans) .content > div {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.intro-effect-sidefixed .headeranimation {
  position: absolute; }

.intro-effect-sidefixed .bg-img {
  position: fixed; }

.intro-effect-sidefixed .bg-img img {
  left: auto;
  right: 0; }

.intro-effect-sidefixed .bg-img::before,
.intro-effect-sidefixed .bg-img::after {
  content: '';
  position: absolute;
  z-index: 100; }

.intro-effect-sidefixed .bg-img::after {
  background: #f8ebda;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.intro-effect-sidefixed.modify .bg-img::after {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.intro-effect-sidefixed .bg-img::before {
  width: 100%;
  height: 100%;
  background-color: rgba(247, 214, 169, 0.1); }

.intro-effect-sidefixed.modify .bg-img::before {
  background-color: rgba(247, 214, 169, 0.4); }

.intro-effect-sidefixed .codrops-demos a {
  color: #f68f6c; }

.intro-effect-sidefixed .title {
  position: relative;
  top: auto;
  left: auto;
  text-align: left;
  -webkit-transform: translateY(200px);
  transform: translateY(200px); }

.intro-effect-sidefixed.modify .title {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.intro-effect-sidefixed .title h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  padding: 0 0 0.5em 0;
  color: #585a66; }

.intro-effect-sidefixed .title p {
  opacity: 0;
  color: #585a66; }

.intro-effect-sidefixed.modify .title p {
  opacity: 1; }

.intro-effect-sidefixed .content {
  width: 60%;
  margin-left: 40%;
  padding: 0 2.5em; }

.intro-effect-sidefixed .content div {
  position: relative;
  margin: 70px 0;
  color: #77726b; }

.intro-effect-sidefixed .content div:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px); }

.intro-effect-sidefixed.modify .content div:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* Delays */
.intro-effect-sidefixed:not(.notrans) .title,
.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.intro-effect-sidefixed.modify:not(.notrans) .title,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::before,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.intro-effect-sidefixed.modify:not(.notrans) .content div:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/* -------------------------- */
/* Push */
/* -------------------------- */
.intro-effect-push:not(.notrans) .headeranimation,
.intro-effect-push:not(.notrans) > .title,
.intro-effect-push:not(.notrans) .content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.intro-effect-push:not(.notrans) .headeranimation {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s; }

.intro-effect-push .codrops-demos a {
  color: #108576; }

.intro-effect-push .headeranimation {
  position: absolute;
  z-index: 1500; }

.intro-effect-push > .title {
  position: relative;
  top: auto;
  left: auto;
  padding: 6em 1em 2em; }

.intro-effect-push .content > div {
  margin-top: 50px;
  color: #b2b2c0; }

.intro-effect-push > .title,
.intro-effect-push .content > div {
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  opacity: 0; }

.intro-effect-push.modify > .title,
.intro-effect-push.modify .content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.intro-effect-push.modify .headeranimation {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.9);
  transform: translateY(-100%) scale(0.9); }

/* Delays */
.intro-effect-push.modify:not(.notrans) > .title {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.intro-effect-push.modify:not(.notrans) .content > div {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

/* -------------------------- */
/* Grid */
/* -------------------------- */
.intro-effect-grid:not(.notrans) .grid li:nth-child(5) {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.intro-effect-grid:not(.notrans) .headeranimation p {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.intro-effect-grid:not(.notrans) .bg-img,
.intro-effect-grid:not(.notrans) .title {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.intro-effect-grid:not(.notrans) .headeranimation h1,
.intro-effect-grid:not(.notrans) .codrops-demos a {
  -webkit-transition-property: color;
  transition-property: color; }

.intro-effect-grid:not(.notrans) .grid li:nth-child(5),
.intro-effect-grid:not(.notrans) .bg-img,
.intro-effect-grid:not(.notrans) .title,
.intro-effect-grid:not(.notrans) .headeranimation h1,
.intro-effect-grid:not(.notrans) .headeranimation p,
.intro-effect-grid:not(.notrans) .codrops-demos a {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.intro-effect-grid .codrops-demos a {
  color: #fff; }

.intro-effect-grid.modify .codrops-demos a {
  color: #cf7000; }

.intro-effect-grid .codrops-demos a.current-demo {
  border-bottom: 3px solid #fff; }

.intro-effect-grid.modify .codrops-demos a.current-demo {
  border-color: #cf7000; }

.intro-effect-grid .title {
  max-width: 900px;
  padding-top: 2em; }

.intro-effect-grid.modify .title {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0); }

.intro-effect-grid .content > div {
  margin-top: 40px;
  color: #2e3337; }

.intro-effect-grid .headeranimation h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  padding: 0 0 0.6em; }

.intro-effect-grid.modify .headeranimation h1 {
  color: #2d3b44; }

.intro-effect-grid .headeranimation p {
  opacity: 0;
  color: #4c6270; }

.intro-effect-grid .headeranimation p.subline {
  font-size: 1.5em; }

.intro-effect-grid.modify .headeranimation p {
  opacity: 1; }

.intro-effect-grid .grid {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 0; }

.intro-effect-grid .grid li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(71, 63, 59, 0.5);
  pointer-events: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.intro-effect-grid.modify .grid li:hover::after,
.intro-effect-grid.modify .grid li:nth-child(5)::after {
  background: rgba(71, 63, 59, 0.1); }

.intro-effect-grid .grid li {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.intro-effect-grid .grid li h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  padding-bottom: 0.4em;
  margin: 1em;
  color: #fff;
  line-height: 1;
  font-size: 1em;
  position: absolute;
  bottom: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.intro-effect-grid .grid li:hover h2 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.intro-effect-grid .grid li:first-child {
  top: 0;
  left: 0;
  height: 50%;
  width: 25%;
  background-image: url(http://tracieloeterra.inaf.it/wp-content/themes/img/thumbs/1.jpg); }

.intro-effect-grid .grid li:nth-child(2) {
  top: 50%;
  left: 0;
  height: 50%;
  width: 25%;
  background-image: url(http://tracieloeterra.inaf.it/wp-content/themes/img/thumbs/2.jpg); }

.intro-effect-grid .grid li:nth-child(3) {
  top: 0;
  left: 25%;
  height: 100%;
  width: 25%;
  background-image: url(http://tracieloeterra.inaf.it/wp-content/themes/img/thumbs/5.jpg); }

.intro-effect-grid .grid li:nth-child(4) {
  top: 0;
  left: 50%;
  height: 50%;
  width: 50%;
  background-image: url(http://tracieloeterra.inaf.it/wp-content/themes/img/thumbs/4.jpg); }

.intro-effect-grid .grid li:nth-child(5) {
  top: 50%;
  left: 50%;
  height: 50%;
  width: 25%;
  background-image: url(http://tracieloeterra.inaf.it/wp-content/themes/img/thumbs/8.jpg);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.intro-effect-grid.modify .grid li:nth-child(5) {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.intro-effect-grid .grid li:nth-child(5) h2 {
  color: #de8721; }

.intro-effect-grid .grid li:nth-child(6) {
  top: 50%;
  left: 75%;
  height: 50%;
  width: 25%;
  background-image: url(http://tracieloeterra.inaf.it/wp-content/themes/img/thumbs/6.jpg); }

.intro-effect-grid.modify .bg-img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

/* Media Queries */
@media screen and (max-width: 47em) {
  .title, .content {
    font-size: 70%; }
  .codrops-demos a {
    font-size: 80%; }
  .intro-effect-side .title {
    width: 100%;
    padding: 0 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .intro-effect-side.modify .bg-img::before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .intro-effect-side .bg-img::after {
    border-left-width: 0px;
    border-right-width: 0px;
    right: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.1); }
  .intro-effect-side.modify .bg-img::after {
    background: rgba(255, 255, 255, 0.8); }
  .intro-effect-sidefixed .content {
    width: 100%;
    margin-left: auto; }
  .intro-effect-sidefixed .bg-img::after {
    width: 95%; } }

@media screen and (max-width: 27em) {
  .intro-effect-jam3 .content {
    padding: 0 2em 5em; }
  .intro-effect-grid .grid li h2 {
    display: none; }
  .intro-effect-push .headeranimation .title {
    top: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .title, .content {
    font-size: 50%; }
  button.trigger::before {
    display: none; } }
