/*
Theme Name: bianco-nelly
Theme URI: http://underscores.me/
Author: Samuele Malavasi
Author URI: https://twitter.com/billyLumberjack
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bianco-nelly
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bianco-nelly is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

#manna {
  /* I am a test */
  color: red;
}

body {
  overflow: hidden;
}

@media screen and (max-width: 979px) {
  #page {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  #masthead {
    width: 100%;
    min-height: 70px;
    background-color: black;
  }
  #content {
    width: 100%;
    height: calc(100% - 70px);
    background-image: url("img/home-public-bg.jpg");
    background-repeat: no-repeat;
    background-size: 10176px 1200px;
    background-position: left center;
    overflow-y: scroll;
  }
  #primary {
    position: relative;
    width: 100%;
    height: 360px;
    background-color: #fff;
    top: 50%;
    margin-top: -180px;
  }

  #colophon {
    width: 100%;
    background-color: #000;
  }
}
@media screen and (min-width: 980px) {
  #page {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #masthead {
    width: 100%;
    min-height: 70px;
    background-color: black;
  }
  #content {
    width: 100%;
    height: calc(100% - 120px);
    background-image: url("img/home-public-bg.jpg");
    background-repeat: no-repeat;
    background-size: 10176px 1200px;
    background-position: left center;
    overflow: hidden;
  }
  #primary {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #fff;
    top: 50%;
    margin-top: -250px;
  }
  #colophon {
    height: 50px;
    width: 100%;
    background-color: #000;
  }
}
/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("img/page-loader.gif") 50% 50% no-repeat rgb(255, 255, 255);
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@media screen and (max-width: 979px) {
  #content {
    -webkit-transition: background-position 2s ease;
    -moz-transition: background-position 2s ease;
    -o-transition: background-position 2s ease;
    transition: background-position 2s ease;
  }
}
@media screen and (min-width: 980px) {
  #content {
    -webkit-transition: background-position 2s ease;
    -moz-transition: background-position 2s ease;
    -o-transition: background-position 2s ease;
    transition: background-position 2s ease;
  }
}

/*--------------------------------------------------------------
# Hidden classes
--------------------------------------------------------------*/
@media only screen and (max-width: 979px) {
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 980px) {
  .hide-desktop {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
  /* text-decoration: none; */
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1.5em;
}

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 {
}

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;
  text-decoration: none;
}

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;
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  /*line-height: 1.5;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-weight: 100;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #fff;
  height: 1px;
  width: 100%;
  border-width: 0;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-transform: uppercase;
  border: 1px solid;
  border-color: #ccc;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
@media screen and (max-width: 979px) {
  #header-logo-img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 70px;
    width: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 980px) {
  #header-logo-img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 250px;
    width: auto;
    z-index: 1;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*
li a[href*="#"]{text-decoration: none;}
*/

@media screen and (min-width: 980px) {
  li a[href*="ourknitworld"] {
    color: #fa6600;
  }
  #menu-item-257 {
    margin-left: 70px;
  }
  .main-navigation li a[href*="instagram"] {
    color: #fa6600;
  }
  li a[href*="#immagina"] {
    color: #918c7a;
  }
  li a[href*="#costruisci"] {
    color: #42898e;
  }
  li a[href*="#perfeziona"] {
    color: #4368d3;
  }
  li a[href*="#crea"] {
    color: #438b3a;
  }
  li a[href*="#realta"] {
    color: #818181;
  }

  .main-navigation {
    clear: both;
    display: block;
    height: 50px;
    line-height: 60px;
    width: 980px;
    margin: 0 auto 0 auto;
  }

  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
  }

  .main-navigation ul li {
    float: right;
    text-transform: uppercase;
    /*background-color: #fff;*/
    border-bottom: 5px solid black;
    border-top: 5px solid black;
  }

  .main-navigation a {
    display: block;
    padding: 0 20px 0 20px;
    color: #fff;
  }

  .main-navigation ul ul {
    padding: 0;
    margin: 0;
    border: none;
    background-color: #000;
    position: absolute;
    top: 70px;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation ul ul li {
    margin: 0;
    padding: 0;
    border: none;
    font-size: smaller;
    line-height: 30px;
  }

  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }

  .main-navigation ul ul a {
    padding: 0 10px 0 10px;
    /*border:5px solid #000;*/
    width: 100%;
  }

  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
  }

  .main-navigation ul ul :hover > a,
  .main-navigation ul ul .focus > a {
  }

  .main-navigation ul ul a:hover,
  .main-navigation ul ul a.focus {
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
  }

  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
  }
  /*li > a{text-decoration: none;}*/
  .current-menu-item {
    background-color: #fff;
    color: #000 !important;
  }
  .current-menu-item a {
    background-color: #fff !important;
    color: #000 !important;
  }
}
/* Small menu. */
@media screen and (min-width: 980px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  li a[href*="ourknitworld"] {
    color: #fa6600;
  }
  #menu-item-257 {
  }
  .main-navigation li a[href*="instagram"] {
    color: #fa6600;
  }
  li a[href*="#immagina"] {
    color: #918c7a;
  }
  li a[href*="#costruisci"] {
    color: #42898e;
  }
  li a[href*="#perfeziona"] {
    color: #4368d3;
  }
  li a[href*="#crea"] {
    color: #438b3a;
  }
  li a[href*="#realta"] {
    color: #818181;
  }

  .menu-toggle,
  .menu-toggle:hover {
    display: block;
    height: 70px;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0 20px 0 0;
    background-color: transparent;
    float: right;
  }

  .menu-toggle > i {
    color: #fff;
    font-size: 3.5em;
    line-height: 70px;
  }

  .main-navigation {
    width: 100%;
    color: #fff;
    background-color: #000;
  }

  .main-navigation ul {
    margin: 0;
    padding: 70px 0 0 0;
    display: none;
  }

  .main-navigation.toggled ul {
    display: block;
  }

  .main-navigation li {
    text-align: center;
    list-style-type: none;
    text-transform: uppercase;
    line-height: 2.25em;
    border-bottom: 1px solid #313131;
  }

  .main-navigation li:hover > a,
  .main-navigation li > a:focus {
    /*
        background: #313131;
        background: hsl(0, 0%, 19%);
        */
  }

  .main-navigation a {
    display: block;

    color: #fff;
  }

  .main-navigation ul ul {
    padding: 0;
    font-size: smaller;
  }

  .main-navigation ul ul ul {
  }

  .main-navigation ul ul a {
  }

  .main-navigation ul ul li {
  }

  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
  }

  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
  }

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }

  .current-menu-item {
    background-color: #fff;
    color: #000 !important;
  }
  .current-menu-item a {
    background-color: #fff !important;
    color: #000 !important;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-snippet a {
  color: #fff;
}
@media screen and (max-width: 979px) {
  .site-info ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .site-info ul li {
    width: 100%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #313131;
  }
  .site-info ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
  }
  #footer-snippet {
    color: #fff;
    line-height: 50px;
  }
  #footer-snippet-container {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 980px) {
  #languages-menu {
    font-size: smaller;
  }
  .site-info {
    margin: 0 auto 0 auto;
    width: 980px;
  }

  .site-info ul {
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
  }

  .site-info ul li {
    display: inline;
    line-height: 50px;
    padding: 0 10px 0 10px;
  }
  .site-info ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
  }
  #footer-snippet {
    float: left;
    line-height: 50px;
    color: #fff;
  }
}
/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/
@media screen and (max-width: 979px) {
  .menu-social ul {
    text-align: center;
    border: none;
  }

  .menu-social ul li {
    display: inline;
    padding: 0 10px 0 10px;
    border: none;
  }

  .menu-social li a:before {
    font-family: "Fontawesome";
    -webkit-font-smoothing: antialiased;
    content: "\f08e";
    font-size: 2.5em;
  }
}
@media screen and (min-width: 980px) {
  .menu-social ul {
    float: right;
    text-align: center;
    list-style: none;
  }

  .menu-social ul li {
    position: relative;
    display: inline-block;
  }

  .menu-social li a:before {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-family: "Fontawesome";
    font-size: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    content: "\f08e";
  }
}
.menu-social li a::before {
  color: #fa6600;
}
.menu-social li a[href*="dribbble.com"]::before {
  content: "\f17d";
}

.menu-social li a[href*="facebook.com"]::before {
  content: "\f09a";
}

.menu-social li a[href*="flickr.com"]::before {
  content: "\f16e";
}

.menu-social li a[href*="foursquare.com"]::before {
  content: "\f180";
}

.menu-social li a[href*="github.com"]::before {
  content: "\f09b";
}

.menu-social li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.menu-social li a[href*="instagram.com"]::before {
  content: "\f16d";
}

.menu-social li a[href*="jsfiddle.com"]::before {
  content: "\f1cc";
}

.menu-social li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.menu-social li a[href*="pinterest.com"]::before {
  content: "\f0d2";
}

.menu-social li a[href*="reddit.com"]::before {
  content: "\f1a1";
}

.menu-social li a[href*="soundcloud.com"]::before {
  content: "\f1be";
}

.menu-social li a[href*="stackoverflow.com"]::before {
  content: "\f16c";
}

.menu-social li a[href*="tumblr.com"]::before {
  content: "\f173";
}

.menu-social li a[href*="twitter.com"]::before {
  content: "\f099";
}

.menu-social li a[href*="vimeo.com"]::before {
  content: "\f194";
}

.menu-social li a[href*="vine.co"]::before {
  content: "\f1ca";
}

.menu-social li a[href*="yelp.com"]::before {
  content: "\f1e9";
}

.menu-social li a[href*="youtube.com"]::before {
  content: "\f167";
}

.menu-social li a[href*="wordpress.com"]::before {
  content: "\f19a";
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Routing
--------------------------------------------------------------*/
#lightbox {
  display: none;
  position: absolute;
  background: url("img/omino.png");
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95px 141px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.explode {
  transition: all 2.5s cubic-bezier(0.62, 0, 1, 0.02);
  transform: scale(30);
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

#public-container {
}

.post-content {
}

.entry-title a,
.entry-title {
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
}

.entry-header a {
  text-decoration: none;
}

.entry-content-third {
  display: table;
}
.entry-text-container h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}
.entry-text-container {
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
  background-color: #fff;
}
.start {
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 360px;
}
/*
@keyframes fade {
  0%   { opacity: 0; }
  50%   { opacity: 1; }
  100% { opacity: 0; }
}
*/
@media screen and (max-width: 979px) {
  .entry-body {
    position: relative;
    width: 300px;
    margin: 0 auto 0 auto;
  }
  .entry-content-first,
  .entry-content-second,
  .entry-content-third {
    padding-top: 10px;
    width: 100%;
    height: 360px;
  }
  .entry-image,
  .entry-header,
  .entry-title {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-image {
    position: relative;
    width: 300px !important;
    height: 300px;
  }
  .entry-image img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /*animation: fade 10s infinite;*/
  }
  .entry-text-container {
    /*padding:0 10px 0 10px;*/
  }
  .entry-content-third {
    width: 300px;
    margin: auto;
  }
}
@media screen and (min-width: 980px) {
  .entry-snap {
    position: absolute;
  }
  .entry-snap-sx {
    left: 0;
    width: auto !important;
  }
  .entry-snap-dx {
    right: 0;
    width: auto !important;
  }

  .entry-body {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .entry-content-first,
  .entry-content-second,
  .entry-content-third {
    width: 33.333333333%;
    height: 100%;
    float: left;
    padding: 0 10px 0 10px;
  }
  .entry-content-first,
  .entry-content-second {
    text-align: center;
    padding-top: 100px;
  }
  .entry-image {
    position: relative;
    width: 300px !important;
    height: 300px;
    margin: 0 auto 0 auto;
  }
  .entry-image img {
    opacity: 0;
    /*animation: fade-1241 20s infinite;*/
    border-radius: 50%;
  }
  .entry-content-second img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .entry-content-second .entry-image {
  }
}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
@media screen and (max-width: 979px) {
  .entry-content {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
  }
  .entry-content-large {
    width: 100%;
    height: 360px;
    margin: 0 auto;
  }
  .entry-content-medium {
    width: 100%;
  }

  .entry-content-small {
    width: 100%;
    padding-bottom: 10px;
  }
  .entry-content-small h1 {
    margin: 0;
    padding: 0;
  }
  .entry-content {
    padding-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .entry-content {
    width: 45%;
    height: 100%;
    float: left;
    text-align: center;
  }
  .entry-content-large {
    width: 65%;
  }
  .entry-content-medium {
    width: 30%;
  }

  .entry-content-small {
    width: 10%;
  }
  .entry-content-small h1 {
    margin: 0;
    padding: 0;
  }
  .entry-content {
    padding-top: 100px;
  }
}
/*--------------------------------------------------------------
## Partner
--------------------------------------------------------------*/
@media screen and (max-width: 979px) {
  #partners-container {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 70px;
    background-color: #fff;
  }
  #partners {
    margin-top: 20px;
  }
  #partners p {
    padding: 0 10px 0 10px;
  }
  .partner-entry {
    width: 100%;
    height: 230px;
    margin: 10px 0 10px 0;
  }
  .partner-logo {
    width: 100%;
    text-align: center;
    /*
		width:300px;
		position:relative;
		left:50%;
		margin-left:-150px;
		box-sizing: border-box;
		*/
  }
  .partner-logo img {
  }
  .partner-gallery {
    width: 375px;
    position: relative;
    left: 50%;
    margin-left: -187.5px;
    box-sizing: border-box;
    /*margin:0 90px 0 90px;*/
  }
  .gallery-container {
    width: 100%;
  }
  .partner-gallery-arrow {
    display: none;
    /*
		width:90px;
		line-height: 100px;
		text-align: center;
		font-size: 2.5em;
		font-family: 'Fontawesome';
	    -webkit-font-smoothing: antialiased;
	    color:#dedede;
	    */
  }
  .partner-gallery-arrow:hover {
    cursor: pointer;
  }
  .arrow-sx {
    float: left;
  }
  .arrow-dx {
    float: right;
  }
  .partner-gallery-item {
  }
}
@media screen and (min-width: 980px) {
  #partners-container {
    position: absolute;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    top: 71px;
    bottom: 50px;
    background-color: #fff;
    overflow-y: scroll;
    height: calc(100% - 120px);
  }
  #partners {
    margin-top: 20px;
  }
  #partners p {
    padding: 0 100px 0 100px;
  }
  .partner-entry {
    width: 100%;
    margin-top: 20px;
    height: 100px;
    overflow: hidden;
  }
  .partner-logo {
    width: 300px;
    margin: 0 95px 0 95px;
  }
  .partner-gallery {
    width: 310px;
    /*margin:0 90px 0 90px;*/
  }
  .partner-gallery-arrow {
    width: 70px;
    line-height: 100px;
    text-align: center;
    font-size: 2.5em;
    font-family: "Fontawesome";
    -webkit-font-smoothing: antialiased;
    color: #dedede;
  }
  .partner-gallery-arrow:hover {
    cursor: pointer;
  }
  .arrow-sx {
    float: left;
  }
  .arrow-dx {
    float: right;
  }
  .partner-gallery-item {
  }
}

.partner-logo,
.partner-gallery {
  float: left;
}
/*--------------------------------------------------------------
## Policy
--------------------------------------------------------------*/
.entry-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--------------------------------------------------------------
## Contacts
--------------------------------------------------------------*/
@media screen and (max-width: 979px) {
  .contact-section {
    width: 100%;
    text-align: left;
    padding: 20px 5px 0 5px;
  }
  .contact-entry {
    background-color: #dadada;
    height: auto;
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .contact-section {
    position: relative;
    top: 50px;
    width: 50%;
    text-align: left;
    float: left;
    padding: 0 5px 0 5px;
  }
  .contact-entry {
    background-color: #dadada;
    padding: 20px 0 0 0;
    margin: 15px 5px 15px 5px;
    height: 470px;
    float: left;
    text-align: center;
  }
}

#contact-form {
  width: 100%;
}
#contact-form input,
#contact-form textarea,
.contact-social {
  width: 100%;
  margin: 5px 0 5px 0;
}
.contact-title {
  text-transform: uppercase;
  border: 1px solid;
  padding: 5px 10px 5px 10px;
}
.contact-social {
  position: relative;
  top: 65px;
}
.social-section {
  width: 100%;
}
/*--------------------------------------------------------------
## Instafeed
--------------------------------------------------------------*/
#Instafeed a img {
}

/*--------------------------------------------------------------
## Owl
--------------------------------------------------------------*/

@media screen and (max-width: 979px) {
  .post-content {
    width: 100%;
    height: 360px;
    overflow-y: scroll;
    padding: 30px 0 30px 0;
  }
}
@media screen and (min-width: 980px) {
  .post-content,
  .page-content {
    width: 980px;
    height: 500px;
    margin: 0 auto 0 auto;
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.item-1x1 {
  width: 150px;
  height: 150px;
}
.item-2x1 {
  width: 305px;
  height: 150px;
}
.item-1x2 {
  width: 150px;
  height: 305px;
}
.item-2x2 {
  width: 305px;
  height: 305px;
}

.grid-item {
  margin-bottom: 5px;
  overflow: hidden;
}
.grid-item img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0.4;
}
.grid-item img:hover {
  opacity: 1;
  transform: scale(1.2);
}

@media screen and (max-width: 979px) {
  .grid {
    width: 100%;
    height: 360px;
    margin: 0 auto 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .grid {
    width: 66%;

    margin-top: 20px;
    float: left;
  }
}
/*
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
*/
