
/*
Theme Name: Teatro Pavana
Theme URI: https://teatropavana.com
Author: Red Axe Programmers
Author URI: https://teatropavana.com
Description: Made for Teatro Pavana
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", 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: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
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 {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: 'Lato', sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}

* { font-family: 'Lato', sans-serif; }

/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Lato', sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
  font-family: 'Lato', sans-serif;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  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 {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Lato', sans-serif;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  padding: 20px 0;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  margin:1em 0;
}
header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
  font-family: 'Lato', sans-serif;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
}
/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}
article .title {
  color: #404040;
  line-height: 25px;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 25px;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
  max-width: 900px;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  height: 20px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}


/* button
-------------------------------------------------------------- */
button, html input[type="button"], input[type="reset"], input[type="submit"] { width: 100%; background-color: #347587; color: #FFF; }


/* footer
-------------------------------------------------------------- */
.site-info { display: flex; }
.site-info .column { width: 33.333333333%; text-align: center; }
.site-info .column .columnWrapper { padding: 20px; width: calc( 200px ); margin: auto; }
.site-info .column .columnWrapper * { color: #FFF; }
.site-info .column .columnWrapper h3 { margin-bottom: 20px; }
.site-info .column .columnWrapper>div { text-align: center; font-size: 1.3rem; }



/* act pagina
-------------------------------------------------------------- */
.slick-slider { overflow: hidden; }


/* act pagina
-------------------------------------------------------------- */
section.gallery { padding-top: 30px; padding-bottom: 30px; background-color: #52576a; width: 100%; }
section.gallery.even { background-color: #95aba9; }

section.box3 .container { position: relative; width: 100%; max-width: 1300px; height: 0; padding-bottom: 56.25%; margin: auto; }
section.box3 .container .video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.act-template-page-act .video .videoWrapperMain { position: relative; display: flex; align-items: flex-start; width: 100%; }
.act-template-page-act .video .videoWrapperMain .screenshot { border: 1px solid #FFF; cursor: pointer; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background-size: cover; z-indeX: 999; display: flex; justify-content: center; align-items: center; }
.act-template-page-act .video .videoWrapperMain .screenshot i { color: #fff; font-size: 50px; position: relative; z-index: 9999; }
.act-template-page-act .video .videoWrapperMain video { position: relative; z-index: 99; }

/* Misc & mixens
-------------------------------------------------------------- */

.wrapper { position: relative; padding-bottom: 245px; }
.wrapper .main-fluid { position: relative; }
.wrapper footer { position: absolute; left: 0px; right: 0px; bottom: 0px; }

.post.error { border-bottom-width: 0px; }
.post.error h1 { font-size: 24px; border-bottom-width: 0px; margin-top: 40px; text-align: center; color: #FFF; }

body, html { overflow-x: hidden; }
.overFlowHidden, .normalOverflowHidden { overflow: hidden; }

.upArrow { position: fixed; right: 10px; bottom: 10px; width: 50px; height: 40px; opacity: 0.7; background-color: #c5c5c5; text-align: center; line-height: 40px; z-index: 999; cursor: pointer; }
.upArrow.hide { display: none; }
.upArrow .fas { color: #FFF; font-size: 40px; line-height: 40px;  }

.site-footer { background-color: #52576a; position: relative; }
.site-footer .top { height: 90px; position: absolute; top: -90px; left: 0px; right: 0px; z-index: 99999; }
.site-footer .site-footer-copyright { text-align: center; display: block; width: 100%; padding-top: 20px; color: #FFF; }

header { background-color: #347587; position: relative; border-bottom: 1px solid #FFF; }
header .bottom { height: 90px; bottom: -90px; left: 0px; right: 0px; z-index: 99999; position: absolute; }
header .site-navigation { display: flex; }
header .site-navigation .menuLeft { width: calc( 50% - 120px ); }
header .site-navigation .menuRight { width: calc( 50% - 120px ); }
header .site-navigation .logo { width: 240px; display: flex; }
header .site-navigation .logo a { height: 99px; display: flex; }
header .site-navigation ul { display: flex;  justify-content: space-around; width: 100%; align-items: center; }
header .site-navigation ul li { display: flex; align-items: center; }
header .site-navigation ul li, header .site-navigation ul li a { color: #FFF; font-size: 22px; font-weight: bold; font-family: 'Nunito Sans', sans-serif; }
header .site-navigation ul li i { display: inline-block; margin: auto 10px; }
header .site-navigation ul * { cursor: pointer; }
header .site-navigation ul li>ul { position: absolute; z-index: 99999999; background-color: #95aba9; text-align: left; padding: 20px; display: none; border: 1px solid #080618; width: auto; top: 100px; }
header .site-navigation ul li>ul li a { color: #FFF; font-weight: normal; font-size: 16px; }
header .site-navigation ul li:hover>ul { display: flex; flex-direction: column; }
header .site-navigation ul li:hover>ul li { font-size: 16px; line-height: normal; padding: 5px; }
header .site-navigation ul li .fa-angle-right { display: inline-block; }
header .site-navigation ul li .fa-angle-down { display: none; }
header .site-navigation ul li:hover .fa-angle-right { display: none; }
header .site-navigation ul li:hover .fa-angle-down { display: inline-block; }
header .site-navigation ul li:hover { color: #95ABA9; }

header .site-navigation ul li.social:hover { color: #FFF; }
header .site-navigation ul li.social i:hover { color: #95ABA9; }

header .site-navigation ul.menu_primary>li>a:hover { color: #95ABA9; }


header .site-navigation ul li .fa-times { display: none; } 
header .site-navigation ul li .fa-bars { display: inline-block; }
.mobile-menu-open header .site-navigation ul li .fa-times { display: inline-block; } 
.mobile-menu-open header .site-navigation ul li .fa-bars { display: none; }

header .mobileMenu { display: none !important; }
header .level1.menu_item_count9 span { padding-right: 10px; margin-right: 10px; }

header .site-navigation ul li.languages { display: grid; grid-template-columns: 1fr 1fr 1fr; }
header .site-navigation ul li.languages span { display: inline-block; padding: 4px; border-bottom: 2px solid #347587; }
header .site-navigation ul li.languages span.current { border-bottom: 2px solid #FFF; }

div[data-icon-align]>div { display: block; width: auto; text-align: left; margin: auto; }
div[data-icon-align]>div i { display: inline-block; margin-right: 10px; }

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clear { clear: both; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.mobile-menu { position: fixed; left: -100%; top: 0px; width: 100%; bottom: 0px; visibility: hidden; background-color: #347587; z-index: 99999999; }
.mobile-menu { -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.mobile-menu .menu_primary { display: block; margin: 20px; width: calc( 100% - 40px ); }
.mobile-menu .menu_primary .menu_middle { display: none; }
.mobile-menu-open .mobile-menu { position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px; visibility: visible; z-index: 99999999; overflow-y: auto; }
.mobile-menu-open .mobile-menu ul { list-style: none; }
.mobile-menu-open .mobile-menu ul li { padding-top: 8px; padding-bottom: 8px; }
.mobile-menu-open .mobile-menu * { color: #FFF; }
.mobile-menu-open .site-header { position: fixed; right: 0px; left: 0px; z-index: 999999; }
.mobile-menu-open { overflow-y: hidden; }

.alignJustify { text-align: justify; }

.photogallery { cursor: pointer; }

section .boxText { text-align: justify; }
section { font-size: 16px !important; }
section h3, section h2, section h1 { font-size: 25px !important; margin-bottom: 0px; }
section.box1 { position: relative; }
section.box1 img.panorama { width: 100%; }
section.box1 img.panoramaMobile, section.box1 img.panoramaTablet { width: 100%; display: none; }
section.box1 ul { list-style: none; padding: 0px; margin: 0px; }
section.box1 ul li { padding: 0px; margin: 0px; }


section.box2 { display: flex; background-color: #95aba9; }
section.box2 .boxTextWrapper { width: 33.333333%; display: flex;  align-items: center; justify-content: space-around; background-color: #95aba9; }
section.box2 .boxTextWrapper .boxText {  margin: 20px; padding: 20px; color: #FFF; position: relative; left: -100%; transition: all 1s ease-out; }
section.box2 .boxTextWrapper .boxText.normal {  margin: 20px; padding: 20px; color: #FFF; position: relative; left: 0%; }


section.box2 .boxImage { width: 100%; display: flex; align-items: flex-start; }
section.box2 .boxImageWrapper { width: 66.666666%; display: flex; align-items: flex-start; }
section.box2 .boxImage img { width: 100%; position: relative; right: -100%; transition: all 2s ease-out; border-left: 1px solid #FFF; }
section.box2 .boxImage img.normal { width: 100%; height: auto; position: relative; right: 0%; }

section.box2 .boxVideoTextWrapper { width: 55%; }
section.box2 .boxVideoWrapper { width: 45%; }

section.box2 .boxImage .video { width: 100%; position: relative; right: -100%; transition: all 2s ease-out; display: flex; flex-direction: column; align-items: flex-start; }
section.box2 .boxImage .video video { width: 100%; }
section.box2 .boxImage .video.normal { width: 100%; position: relative; right: 0%; }
section.box2 .boxImage .video img {     right: auto; }
section.box2 .boxImage .video .videoWrapper { display: flex; align-items: flex-start; }
section.box2 .boxImage .video .videoWrapper .screenshot { position: relative; display: flex; align-items: flex-start; cursor:pointer; }
section.box2 .boxImage .video .videoWrapper .screenshot .playButton { position: absolute; left: calc( 50% - 25px ); top: calc( 50% - 25px ); font-size: 50px; color: #FFF; }

section.box3 { width: 100%; background-color: #6b7186; position: relative; }
section.box3 h3.acts-header { font-size: 30px; color: #FFF; text-align: center; padding: 25px; }
section.box3 .acts-wrapper { display: flex; flex-wrap: wrap; align-items: flex-start; margin: 0px auto; position: relative; }
section.box3 .acts-wrapper .act { position: relative; }
section.box3 .acts-wrapper .act img { opacity: 0; position: relative; left: -2500px; transition: all 1s ease-out; }
section.box3 .acts-wrapper .act img.normal { opacity: 1; left: 0px !important; }

section.box3 .acts-wrapper .act { width: calc( 25% - 8px ); margin: 4px; position: relative; }
section.box3 .acts-wrapper .act .flex { display: flex; align-items: flex-start; }
section.box3 .acts-wrapper .act .title { position: absolute; left: -2500px; height: 30px; width: 50%; bottom: 0px; padding: 10px; transition: all 1s ease-out; }
section.box3 .acts-wrapper .act .title.normal { position: absolute; left: 0px !important; height: 50px; width: calc( 100% ); bottom: 0px; padding: 0px; display: flex; justify-content: center; align-items: flex-start; }
section.box3 .acts-wrapper .act .title .titleWrapper { width: 100%; position: relative; height: 100%; }
section.box3 .acts-wrapper .act .title .text { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 99; line-height: 50px; padding-left: 10px; color: #FFF; text-align: center; }
section.box3 .acts-wrapper .act .title .bg { position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background-color: #347587; opacity: 0.5; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; z-index: 9; }
section.box3 .acts-wrapper .act img { width: 100%; }
section.box3 .top { height: 90px; position: absolute; top: -90px; left: 0px; right: 0px; z-index: 99999; }
section.box3 .bottom { height: 90px; bottom: -90px; left: 0px; right: 0px; z-index: 99999; position: absolute; }

section.box3 .box3Wrapper { display: flex; align-items: flex-start; }
section.box3 .box3Wrapper .boxImageWrapper { width: 66.666666%; }
section.box3 .box3Wrapper .boxTextWrapper { width: 33.333333%; display: flex;  align-items: center; justify-content: space-around; background-color: #6b7186; }
section.box3 .box3Wrapper .boxTextWrapper .boxText {  margin: 20px; padding: 20px; color: #FFF; position: relative; right: -100%; transition: all 1s ease-out; }
section.box3 .box3Wrapper .boxTextWrapper .boxText.normal {  margin: 20px; padding: 20px; color: #FFF; position: relative; right: 0%; }

section.box3 .box3Wrapper .boxImage img { width: 100%; position: relative; left: -100%; transition: all 1s ease-out; }
section.box3 .box3Wrapper .boxImage img.normal { width: 100%; position: relative; left: 0%; }
    
section.box3 .intro { width: calc( 100% - 60px ); padding: 30px; text-align: center; height: auto; z-index: 1; }
section.box3 .intro h1 { color: #FFF; font-size: 16px; }
section.box3 .intro .description { color: #FFF; font-size: 14px; }
      

section.box4 { background-image: url('images/homepageBg.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; position: relative; }
section.box4 .bg { position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background-color: #347587; opacity: 0.5; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; z-index: 9; }
section.box4 .boxTextWrapper { height: 800px; display: flex; align-items: center; justify-content: space-around; z-index: 99; color: #FFF; position: relative; }
section.box4 .boxTextWrapper .boxText { width: 66%; margin-bottom: 80px; }
section.box4 .boxTextWrapper .boxText p { font-size: 25px; }
section.box3 .acts-wrapper .act:hover img.normal { transform: scale(1.2); }
section.box3 .acts-wrapper .act.overFlowHidden { overflow: hidden; }
section { border-bottom: 1px solid #FFF; }


section.boxToggle { min-height: 500px; display: flex; align-items: flex-start; background-color: #95aba9; justify-content: space-between; }
section.boxToggle .boxTextWrapper { width: 33.333333%; display: flex;  align-items: center; justify-content: space-around; background-color: #95aba9; }
section.boxToggle .boxTextWrapper .boxText {  margin: 20px; padding: 20px; color: #FFF; position: relative; left: -100%; transition: all 1s ease-out; }
section.boxToggle .boxTextWrapper .boxText.normal {  margin: 20px; padding: 20px; color: #FFF; position: relative; left: 0%; }


section.boxToggle .boxImage { width: 100%; display: flex; align-items: flex-start; }
section.boxToggle .boxImageWrapper { width: 66.666666%; display: flex; align-items: flex-start; }
section.boxToggle .boxImage img { width: 100%; position: relative; transition: all 2s ease-out; }
section.boxToggle .boxImage img.normal { width: 100%; position: relative; }

section.boxToggle .boxVideoTextWrapper { width: 55%; }
section.boxToggle .boxVideoWrapper { width: 45%; }


section.boxToggle.odd .boxImage img { right: -100%; }
section.boxToggle.odd .boxImage img.normal { right: 0%; }
section.boxToggle.even .boxImage img { left: -100%; }
section.boxToggle.even .boxImage img.normal { left: 0%; }
section.boxToggle.even { flex-direction: row-reverse; }
section.boxToggle.odd { background-color: #52576a; }
section.boxToggle.odd .boxTextWrapper { background-color: #52576a; }

section.boxToggle.even .boxImageWrapper img { border-right: 1px solid #FFF; }
section.boxToggle.odd .boxImageWrapper img { border-left: 1px solid #FFF; }

.menu_primary { display: flex; width: 100%; align-items: center; }
.menu_primary div.menu_left { width: calc( 50% - 120px ); display: flex; align-items: center; height: 100%; }
.menu_primary div.menu_middle { width: 240px; }
.menu_primary div.menu_right { width: calc( 50% - 120px ); height: 100%; }

.menu_primary ul.menu_left { align-items: stretch; height: 100%; }
.menu_primary ul.menu_right { align-items: stretch; height: 100%; }


.tjGalleryItem { overflow: hidden; }
.tjGalleryItem img {  transition: all 1s ease-out; }
.tjGalleryItem:hover img { transform: scale(1.2); }

.introWrapper { position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 99999; display: flex; align-items: flex-start; }
.introWrapper .introWrapperBg { background-color: #347587; opacity: 0.9;position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; z-index: 99; }

.intro { height: 200px; width: 600px; margin: auto; position: relative; z-index: 999; }
.intro .square { height: 100px; width: 100px; position: relative; float: left; }
.intro .square .letter { height: 100px; width: 100px; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; }
.intro .square .letter img { width: 100%; }
.intro .skipIntro { position: absolute; bottom: -30px; color: #FFF; line-height: 30px; text-align: center; left: 0px; right: 0px; cursor: pointer; }

/* cbox style */
#cboxOverlay { background-color: #95aba9 !important; } 


/* press page */
.press-photos { display: flex; flex-wrap: wrap; justify-content: center; }
.press-photos>div { margin: 10px; }
.press-photos>div img { border: 1px solid #FFF; }


/* #Backstage page
================================================== */
.page-template-page-backstage section.box3 .acts-wrapper .act { width: calc( 14.28571428571429% - 8px ); }
.page-template-page-backstage .overLay { position: fixed; overflow: auto; left: 0px; right: 0px; top: 0px; bottom: 0px; display: flex; z-index: 99; background-color: #95aba9; }
.page-template-page-backstage .overLay .bg {  opacity: 0.9; z-index: 999; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; }
.page-template-page-backstage .overLay .overLayWrapper { margin: auto; max-width: 90%; width: calc( 100% - 40px ); position: relative; z-index: 9999; display: flex; padding-top: 60px; padding-bottom: 50px; }
.page-template-page-backstage .overLay .overLayWrapper * { color: #FFF; }
.page-template-page-backstage .overLay .overLayWrapper h6 { padding: 20px 0px 20px 0px; }
.page-template-page-backstage .overLay .overLayWrapper .description { margin: 0px 25px; width: 50%; border: 3px solid #347587; padding: 20px; text-align: justify; }
.page-template-page-backstage .overLay .overLayWrapper .img { text-align: center; width: 50%; margin: 0px 25px; border: 3px solid #347587; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.page-template-page-backstage .overLay .overLayWrapper img { width: 100%; }
.page-template-page-backstage .overLay .closeButton { cursor: pointer; position: fixed; right: 0px; top: 0px; width: 50px; height: 50px; background-color: #347587; display: flex; justify-content: center; align-items: center; font-size: 30px; color: #FFf;     z-index: 9999999; }
.page-template-page-backstage .admin-bar .overLay .closeButton { top: 32px; }
.page-template-page-backstage .overLay .prev, .overLay .next { cursor: pointer; position: fixed; width: 50px; height: 50px; background-color: #347587; display: flex; justify-content: center; align-items: center;  font-size: 30px; color: #FFf; z-index: 9999999; top: calc( 50% - 25px ); }
.page-template-page-backstage .overLay .prev { left: 0px; }
.page-template-page-backstage .overLay .next { right: 0px; }

@media only screen and (max-width: 1300px) {
	.page-template-page-backstage section.box3 .acts-wrapper .act { width: calc( 16.66666666666667% - 8px ); }
}

@media only screen and (max-width: 1100px) {
	.page-template-page-backstage section.box3 .acts-wrapper .act { width: calc( 20% - 8px ); }
	.page-template-page-backstage .overLay .overLayWrapper .img { width: 100%; margin: auto; }
	.page-template-page-backstage .overLay .overLayWrapper .description { width: calc( 100% - 40px ); margin: 40px auto auto; }
	.page-template-page-backstage .overLay .overLayWrapper { flex-direction: column; }

}

@media only screen and (max-width: 900px) {
	.page-template-page-backstage section.box3 .acts-wrapper .act { width: calc( 25% - 8px ); }
}


@media only screen and (max-width: 700px) {
	.page-template-page-backstage section.box3 .acts-wrapper .act { width: calc( 33.333333333333% - 8px ); }
}


@media only screen and (max-width: 500px) {
	.page-template-page-backstage section.box3 .acts-wrapper .act { width: calc( 50% - 8px ); }
}


/* #Contact page
================================================== */

.page article.contact { max-width: 900px; margin: auto; }
.page article.contact input { max-width: 100%; width: 100%; }
.page article.contact .title { padding-bottom: 20px; padding-top: 20px; margin-bottom: 0px; }

.page-template-page-contact section.box3 { border-bottom-width: 0px; }
.page-template-page-contact .contactWrapper {  max-width: 200px; margin: auto; width: 100%; }
.page-template-page-contact .contactWrapper .column { margin-bottom: 40px; } 
.page-template-page-contact .box3 h1, .box3 h3 { text-align: center; }
.page-template-page-contact .box3 h3 { margin-bottom: 20px; }
.page-template-page-contact .box3 * { color: #FFF; }

.page-template-page-contact section.box3 { background-color: transparent; }

/* #NEws page
================================================== */

article.post { max-width: 900px; margin: auto; }


/* #Colorbox
================================================== */
#cboxContent #cboxPrevious { display: none !important; }
#cboxContent #cboxNext { display: none !important; }
#cboxContent #cboxClose { display: none !important; }
#cboxOverlay #cboxClose { top: 0px; }
#cboxOverlay #cboxPrevious { left: 0px; }
#cboxOverlay #cboxNext { right: 0px; }


/* #actor
================================================== */



/* #Agenda
================================================== */
div.events-list { overflow: hidden; position: relative; }
div.events-list div.event {  width: calc( 100% ); max-width: 900px; margin: 5px auto; }
div.events-list div.event .event-inner { transition: all 1s ease-out; position: relative; display: flex; align-items: flex-start; justify-content: space-around; transition: all 1s ease-out; position: relative; }
div.events-list div.event .event-inner>div { text-align: left; } 
div.events-list div.event .event-inner div.date { text-align: left; width: 130px; } 
div.events-list div.event .event-inner div.location { text-align: left; width: 260px; } 
div.events-list div.event .event-inner div.title { text-align: left; width: calc( 100% - 390px ); } 
div.events-list div.event:nth-child(even) .event-inner { background-color: #52576a; color: #FFF; padding: 10px; }
div.events-list div.event:nth-child(odd) .event-inner { background-color: #347587; color: #FFF; padding: 10px; }
div.events-list div.month .event-inner { font-family: 'Nunito Sans', sans-serif; background-color: transparent !important; margin-top: 30px; font-size: 25px; text-shadow: 1px 1px 2px #347587; text-transform: capitalize; font-weight: bold; color: #fff !important; }
section.box3 .intro h1.agenda { font-family: 'Nunito Sans', sans-serif; font-size: 25px; text-shadow: 1px 1px 2px #347587; text-transform: capitalize; font-weight: bold; color: #fff !important; }

div.events-list .event-wrapper:nth-child(even) .event-wrapper-inner { left: -4000px; position: relative; transition: all 1s ease-out; }
div.events-list .event-wrapper:nth-child(odd) .event-wrapper-inner { right: -4000px; position: relative ; transition: all 1s ease-out; }
div.events-list .event-wrapper:nth-child(even) .event-wrapper-inner.normal { left: 0px; }
div.events-list .event-wrapper:nth-child(odd) .event-wrapper-inner.normal { right: 0px; }

div.years-navigation { display: flex; flex-wrap: wrap; align-items: flex-start; margin: auto; text-align: center; justify-content: center; }
div.years-navigation .year, div.years .year a { width: auto; padding: 5px 10px 5px 10px; }
div.years-navigation .year, div.years .year a { font-size: 22px; }
div.years-navigation .year a.selected { border-bottom: 2px solid #FFF; }
div.years-navigation .year a { color: #FFF; }


/* Who we are */
.page-template-page-who-we-are .acts-wrapper-actor>div { cursor: pointer; }
.page-template-page-who-we-are section.box3 .acts-wrapper .act { width: calc( 14.28571428571429% - 8px ); }

.page-template-page-who-we-are section.box3 .acts-wrapper .act .title .text { line-height: 25px; }
.page-template-page-who-we-are section.box3 .acts-wrapper-director { justify-content: center; margin-bottom: 50px; }
.page-template-page-who-we-are section.box3 .acts-wrapper-director .act { width: calc( 50% - 8px ) !important; max-width: 250px; }

.page-template-page-who-we-are .overLay { position: fixed; overflow: auto; left: 0px; right: 0px; top: 0px; bottom: 0px; display: flex; z-index: 99; background-color: #95aba9; }
.page-template-page-who-we-are .overLay .bg {  opacity: 0.9; z-index: 999; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; }
.page-template-page-who-we-are .overLay .overLayWrapper { margin: auto; max-width: 90%; width: calc( 100% - 40px ); position: relative; z-index: 9999; display: flex; padding-top: 60px; padding-bottom: 50px; }
.page-template-page-who-we-are .overLay .overLayWrapper * { color: #FFF; }
.page-template-page-who-we-are .overLay .overLayWrapper h6 { padding: 20px 0px 20px 0px; }
.page-template-page-who-we-are .overLay .overLayWrapper .description { margin: 0px 25px; width: 50%; border: 3px solid #347587; padding: 20px; text-align: justify; }
.page-template-page-who-we-are .overLay .overLayWrapper .img { text-align: center; width: 50%; margin: 0px 25px; border: 3px solid #347587; background-color: #347587; }
.page-template-page-who-we-are .overLay .overLayWrapper img { width: 100%; }
.page-template-page-who-we-are .overLay .closeButton { cursor: pointer; position: fixed; right: 0px; top: 0px; width: 50px; height: 50px; background-color: #347587; display: flex; justify-content: center; align-items: center; font-size: 30px; color: #FFf;     z-index: 9999999; }
.page-template-page-who-we-are .admin-bar .overLay .closeButton { top: 32px; }

.page-template-page-who-we-are .disableSave {
    -webkit-user-select:none;
    -webkit-touch-callout:none;
}

.page-template-page-who-we-are .overLay .prev, .overLay .next { 
	cursor: pointer; 
	position: fixed; 
	width: 50px; 
	height: 50px; 
	background-color: #347587; 
	display: flex; 
	justify-content: center; 
	align-items: center;  
	font-size: 30px; 
	color: #FFf;     
	z-index: 9999999; 
	top: calc( 50% - 25px ); 
}
.page-template-page-who-we-are .overLay .prev { left: 0px; }
.page-template-page-who-we-are .overLay .next { right: 0px; }

.page-template-page-who-we-are .page-template-page-who-we-are { background-color: #95aba9; }

@media only screen and (max-width: 1300px) {
	.page-template-page-who-we-are section.box3 .acts-wrapper .act { width: calc( 16.66666666666667% - 8px ); }
}

@media only screen and (max-width: 1100px) {
	.page-template-page-who-we-are section.box3 .acts-wrapper .act { width: calc( 20% - 8px ); }
	.page-template-page-who-we-are .overLay .overLayWrapper .img { width: 100%; margin: auto; }
	.page-template-page-who-we-are .overLay .overLayWrapper .description { width: calc( 100% - 40px ); margin: 40px auto auto; }
	.page-template-page-who-we-are .overLay .overLayWrapper { flex-direction: column; }

}

@media only screen and (max-width: 900px) {
	.page-template-page-who-we-are section.box3 .acts-wrapper .act { width: calc( 25% - 8px ); }
}


@media only screen and (max-width: 700px) {
	.page-template-page-who-we-are section.box3 .acts-wrapper .act { width: calc( 33.333333333333% - 8px ); }
}


@media only screen and (max-width: 500px) {
	.page-template-page-who-we-are section.box3 .acts-wrapper .act { width: calc( 50% - 8px ); }
}


/* Blog page 
================================================== */
body.blog #content { text-align: center }
body.blog #content #pagination { margin: 10px auto; }
body.blog #content #pagination .next-page a, body.blog #content #pagination .past-page a { padding: 10px; height: auto; font-size: 1.4em; }

body.blog #content #pagination .next-page { text-align: left } 
body.blog #content #pagination .past-page { text-align: right; }

body.blog article { border-bottom-width: 0px; }
body.blog #content { border-bottom: 1px solid #dddddd; }

.admin-bar .mobile-menu { top: 46px; }
.mobile-menu li { float: none; }
.mobile-menu li .fa-angle-right, .mobile-menu li .fa-angle-down { display: none; }
.mobile-menu li.logo { display: none; }
.mobile-menu .level1>span { display: block; margin-top: 8px; padding-left: 10px; }
.mobile-menu .level1>a { padding-left: 10px; }
.mobile-menu .level1 li { padding-left: 30px; }
.mobile-menu .level2 { padding-left: 30px; }
.mobile-menu .level2 li { padding-left: 30px; }
.mobile-menu .social a { margin-left: 10px; margin-right: 10px; display: inline-block; } 
.mobile-menu-open .mobile-menu { background-color: #347587; }
.mobile-menu .menu_primary .mobileMenu { display: none !important; }
.mobile-menu .menuRight { position: absolute; top: 0px; right: 50px; }
.mobile-menu * { color: #FFF; }

.mobile-menu ul { width: 100%; }
.mobile-menu .level2 { width: 25%; }
.mobile-menu .level1>ul { width: calc( 100% - 20px ); margin-left: 10px; margin-right: 10px; display: flex; flex-wrap: wrap; }
.mobile-menu div.menu_left, .mobile-menu div.menu_right { width: 100%; }
.mobile-menu a { padding-top: 8px; padding-bottom: 8px; display: block; }
.mobile-menu-open .mobile-menu ul li>a, .mobile-menu-open .mobile-menu ul li { font-size: 20px; }
.mobile-menu-open .mobile-menu ul li i { cursor: pointer; margin: auto 10px; }
.mobile-menu .level1>ul { border-top: 1px dashed #ababab; margin-top: 20px; }
.mobile-menu .level1 { border-top: 1px solid #FFF; margin-top: 0px; margin-right: 0px; }

.mobile-menu-open .mobile-menu ul li.level2 * { font-size: 18px; }

.mobile-menu .languages a { display: inline-block; padding-left: 30px; padding-right: 30px; }

.mobile-menu-open header .mobileMenu i { font-size: 30px !important; }
.mobile-menu-open header .mobileMenu { display: flex !important }
.mobile-menu-open .mobile-menu ul li.languages { text-align: center; }
.mobile-menu-open .mobile-menu ul li.languages span { display: inline-block; width: calc( 25% - 10px ); margin: auto; float: left; }
.mobile-menu-open .mobile-menu ul li.social { display: flex; flex-wrap: wrap; text-align: center; }
.mobile-menu-open .mobile-menu ul li.social a { width: width: calc( 33% - 20px ); margin: auto; }

.pagination ul { list-style: none; padding: 20px 10px; }
.pagination ul li { display: inline-block; margin:0px 0px 2px 0px; }
.pagination ul li a { background-color: #52576a; color:#FFF; padding:7px 11px 7px 11px; font-size:12px; border:solid 2px #000; margin-left:1px; }
.pagination ul li .current, .pagination ul li .dots  { background-color: #95aba9; color:#000; padding:7px 11px 7px 11px; font-size:12px; border:solid 2px #52576a; margin-left:1px; }
.pagination ul li a:hover { background-color:#333; }

/* #Media Queries
================================================== */


body { background-color: #95aba9; }

@media only screen and (max-width: 1600px) {
	header .site-navigation ul li { font-size: 16px; }
	header .site-navigation ul li, header .site-navigation ul li a { font-size: 16px; }
}

@media only screen and (max-width: 1300px) {
	header .desktop-menu li.level1.menu_item_count4, header .desktop-menu li.level1.menu_item_count6 { display: none !important; }
	header .mobileMenu, header .level1.menu_item_count8 { display: flex !important; }
	header .mobileMenu i { font-size: 30px !important; }
	header .level1.menu_item_count8 i { font-size: 20px !important; }
}

@media only screen and (max-width: 1300px) {
	section.box1 img.panorama { display: none; }
	section.box1 img.panoramaTablet { display: block; }
	section.box1 img.panoramaMobile { display: none; }
	section.box2 .boxText { padding-bottom: 80px; }
	section.box2 { flex-direction: column-reverse; }
	section.box2 .boxImageWrapper { width: 100%; }
	section.box2 .boxTextWrapper { width: 100%; }
	section.box3 .box3Wrapper .boxImageWrapper { width: 100%; }
	section.box3 .box3Wrapper .boxTextWrapper { width: 100%; }
	section.box3 .box3Wrapper { flex-direction: column-reverse; }
	section.box4 { background-image: url('images/homepageBgTablet.jpg'); background-attachment: fixed; }	
	section.boxToggle .boxText { padding-bottom: 80px; }
	section.boxToggle { flex-direction: column-reverse; }
	section.boxToggle .boxImageWrapper { width: 100%; }
	section.boxToggle .boxTextWrapper { width: 100%; }
	section.boxToggle.even { flex-direction: column-reverse; }
	section.boxToggle.even .boxImageWrapper img { border-right-width: 0px; }
	section.boxToggle.odd .boxImageWrapper img { border-left-width: 0px; }
}
@media only screen and (max-width: 1100px) {
	section.box3 .acts-wrapper .act { width: calc( 33.33333333% - 8px ); }
	header .desktop-menu li.level1.menu_item_count2, header .desktop-menu li.level1.menu_item_count7 { display: none !important; }
	section.box4 .boxTextWrapper .boxText { width: 90%; }
	
}

@media only screen and (max-width: 850px) {
	.site-info { flex-wrap: wrap; }
	.site-info .column { width: 100%; text-align: center; }
	.site-info .column .columnWrapper>div { text-align: center; }
}

@media only screen and (max-width: 900px) {
	header .desktop-menu li.level1.menu_item_count9, header .desktop-menu li.level1.menu_item_count3 { display: none !important; }
}

@media only screen and (max-width: 800px) {
	header .level1.menu_item_count8 { display: none; }
	section.box1 img.panorama { display: none; }
	section.box1 img.panoramaTablet { display: none; }
	section.box1 img.panoramaMobile { display: block; }
	section.box3 .acts-wrapper .act { width: calc( 50% - 8px ); }
	section.box4 { background-image: url('images/homepageBgMobile.jpg'); background-attachment: fixed; }
	.intro { height: 140px; width: 420px; margin: auto; }
	.intro .square { height: 70px; width: 70px; position: relative; float: left; }
	.intro .square .letter { height: 70px; width: 70px; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; }
}


@media only screen and (max-width: 782px) {
	html #wpadminbar { top: -46px; }
}


@media only screen and (min-width: 601px) {
	.mobile-menu .menuRight { top: 40px; }
}
@media only screen and (max-width: 700px) {
	header .desktop-menu li.level1.menu_item_count8, header .desktop-menu li.level1.menu_item_count1 { display: none !important; }
}

@media only screen and (max-width: 600px) {
	header .desktop-menu li.level1.menu_item_count5 { display: none !important; }
	.mobile-menu .menuRight { top: 40px; right: 0px; }
	.mobile-menu .level2 { width: calc( 50% - 45px ); }
	header .site-navigation ul li.languages { display: block; }
	.menu_primary div.menu_right { width: 100%; relative; margin-top: -23px; }
	.mobile-menu .menu_primary div.menu_right { margin-top: 0px; }
	.menu_primary { flex-wrap: wrap; }
	div.events-list div.event .event-inner div.date { width: calc( 80px - 10px ); padding-left: 5px; padding-right: 5px; }
	div.events-list div.event .event-inner div.title { width: calc( 100% - 170px ); }
	div.events-list div.event .event-inner div.location {  width: calc( 100px - 10px ); padding-left: 5px; padding-right: 5px; }
}
@media only screen and (max-width: 450px) {
	.intro { height: 140px; width: 300px; margin: auto; }
	.intro .square { height: 50px; width: 50px; position: relative; float: left; }
	.intro .square .letter { height: 50px; width: 50px; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; }
	.intro .square .letter img { width: 100%; }
}