@font-face {
  font-family: 'AvenirLTStd55RomanRegular';
  src: url('../fonts/avenirltstd-roman-webfont.eot');
  src: url('../fonts/avenirltstd-roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avenirltstd-roman-webfont.woff') format('woff'), url('../fonts/avenirltstd-roman-webfont.ttf') format('truetype'), url('../fonts/avenirltstd-roman-webfont.svg#AvenirLTStd55RomanRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BaskervilleLightItalic';
  src: url('../fonts/11491.eot');
  src: url('../fonts/11491.eot') format('embedded-opentype'), url('../fonts/11491.woff') format('woff'), url('../fonts/11491.ttf') format('truetype'), url('../fonts/11491.svg#BaskervilleLightItalic') format('svg');
}
@font-face {
  font-family: 'aleolight';
  src: url('../fonts/aleo-light-webfont.eot');
  src: url('../fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aleo-light-webfont.woff') format('woff'), url('../fonts/aleo-light-webfont.ttf') format('truetype'), url('../fonts/aleo-light-webfont.svg#aleolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 65554;
  background-color: black;
  display: none;
  opacity: 0.8;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 65555;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
}
.lightbox a img {
  border: none;
}
.lightbox .lb-outerContainer {
  position: relative;
  background-color:#fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  margin-top: 10px;
  border:0;
}
.lightbox .lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lightbox .lb-outerContainer .lb-container {
  padding: 0px;
}
.lightbox .lb-outerContainer .lb-container .lb-close-new {
    width: 27px;
    height: 27px;
    position: absolute;
    right: -47px;
    top: 0;
    cursor: pointer;
    z-index: 10000;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
        .lightbox .lb-outerContainer .lb-container .lb-close-new::after {
            content: "×";
            font-size: 55px;
            color: #fff;
            position: absolute;
            left: -5px;
            top: 12px;
        }
    .lightbox .lb-outerContainer .lb-container .lb-close-new:hover {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
.lightbox .lb-outerContainer .lb-container .lb-loader {
  position: absolute;
  top: 37%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  background: url(../img/spin.gif) no-repeat center;
}
.lightbox .lb-outerContainer .lb-container .lb-loader .lb-cancel {
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  
}
.lightbox .lb-outerContainer .lb-container .lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lightbox .lb-outerContainer .lb-container .lb-nav a {
  outline: none;
}
.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev,
.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  display: block;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity:0;
}
.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev {
  left: 0;
  float: left;
}
    .lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        line-height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -ms-transform:rotate(225deg);
        -moz-transform:rotate(225deg);
        -webkit-transform:rotate(225deg);
        transform:rotate(225deg);
        position: absolute;
        left: 11px;
        margin-top:-6px;
        top: 50%;
        z-index:1;
    }
.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev:hover {
  opacity: 0.8;
}
.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next {
  right: 0;
  float: right;
}
    .lightbox .lb-outerContainer .lb-container .lb-nav .lb-next::after{
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        line-height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 50%;
        margin-top:-6px;
        z-index:1;
    }
    .lightbox .lb-outerContainer .lb-container .lb-nav .lb-next::before,
    .lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev::before{
        content:'';
        position:absolute;
        width:30px;
        height:50px;
        background:#000;
        top:50%;
        margin-top:-25px;
    }
    .lightbox .lb-outerContainer .lb-container .lb-nav .lb-next::before{
        right:0;
    }
    .lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev::before{
        left:0;
    }
    .lightbox .lb-outerContainer .lb-container .lb-nav .lb-next:hover::before,
    .lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev:hover::before{
        opacity:.8;
    }
.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next:hover {
  opacity: 0.8;
}
.lightbox .lb-outerContainer .lb-container .lb-container > .nav {
  left: 0;
}
.lightbox .lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  display: none !important;
}
.lightbox .lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lightbox .lb-dataContainer .lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
.lightbox .lb-dataContainer .lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lightbox .lb-dataContainer .lb-data .lb-details .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lightbox .lb-dataContainer .lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  opacity: 0.7;
}
.lightbox .lb-dataContainer .lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}
html,
body {
  height: 100%;
}
body::after {
    content: 
        url('../img/sprite.png'),
        url('../img/more.gif'),
        url('../img/spin-2.gif'),
        url('../img/spin.gif');
    display:none;
}

#iterateEffects {
  position: fixed;
  width: 30px;
  height: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 999999;
  background: red;
}
body {
  margin: 0;
  background: #f4f4f4;
  font-family: 'AvenirLTStd55RomanRegular';
  font-size: 13px;
  line-height: 132%;
  color: #9a9a9a;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  overflow-x: hidden;
}
::-moz-selection {
  background: #555;
  color: #f4f4f4;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}
.clear {
  clear: both;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.wrapper {
  width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}
.clear {
  clear: both;
}
h2 {
  color: #333;
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  font-family: 'BaskervilleLightItalic';
  line-height: 95%;
}
.btn {
  font-size: 11px;
  text-shadow: 1px 0px #E7E7E7;
  text-transform: uppercase;
  text-decoration: underline;
  color: #9e9e9e;
  cursor: pointer;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.btn:hover {
  color: #333;
}
#back_to_top {
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size:13px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 31px;
  background: #000000;
  margin-bottom: -31px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  z-index:10;
}
#back_to_top:hover {
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
#back_to_top.active {
  margin-bottom: 0;
}
#content {
  width: 100%;
  overflow: hidden;
  min-width: 1120px;
}
#botton_background {
    z-index:-1;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:url(http://nicole.projects.newcode.lt/uploads/media/travel-1.jpg);
    background-size:cover;
    background-position:center;
}
    #botton_background #botton_background_video {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        background-size: cover;
    }
        #botton_background #botton_background_video video {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            background-size: cover;
        }
.page {
  padding: 0 0 0 0;
  background: rgba(244,244,244,1);
  margin-top:253px !important;
}
.item {
  position: relative;
  float: left;
  margin: 0 40px 100px 0;
  overflow: hidden;
}
    .item.new {
        display:none;
    }
.item .image {
  background-color: #f4f4f4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.item .label {
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
}
#contact_video video {
  min-width: 100%;
  min-height: 100%;
}
#footer {
  padding: 1px 0 99px 0;
  text-align: center;
}
#footer .socials {
  line-height: 77%;
}
#footer .socials a {
  display: inline;
  margin: 0 7px;
  line-height: 77%;
  text-shadow: 1px 0px #AAA;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#footer .socials a:hover {
  text-decoration: underline;
}
.grid {
  width: 1080px;
  position:relative;
}
.grid:before {
  content: " ";
  display: table;
}
.grid:after {
  content: " ";
  display: table;
  clear: both;
}
.templet-about-about-nicole #cover #second_title {
  height: 333px;
}
.templet-about-about-nicole .about_content {
  color: #333;
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  line-height: 140%;
  font-size: 15px;
  width: 680px;
  margin: -40px auto 60px auto;
  position: relative;
  z-index: 2;
}
.templet-about-about-nicole .about_content p {
  margin: 0 0 25px 0;
}
#total_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #f4f4f4;
}
#overlay {
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 99;
  top: 0;
  left: 0;
  opacity:.6;
  -webkit-transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  -moz-transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  -ms-transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  -o-transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  background:#000;
}
#overlay.spin{
    background:#000 url(../img/spin-2.gif) no-repeat center;
}
#overlay.visible {
  height: 100%;
}
#popup {
  width: 1040px;
  left: 50%;
  margin-left: -560px;
  z-index: 100;
  position: absolute;
  display: none;
  padding: 40px 0;
}
#popup #popup_content {
  background: #f4f4f4;
  padding: 60px 40px;
  width: 1040px;
  min-height: 200px;
  color: #9a9a9a;
  line-height: 137%;
}
#popup #popup_content .banner {
  width: 100%;
  padding: 40px;
  margin: 65px 0 -60px -40px;
  min-height: 265px;
  background: #f4f4f4;
}
#popup #popup_content .banner .data {
  float: left;
  width: 520px;
  margin-left: 40px;
  height: 265px;
  position: relative;
}
#popup #popup_content .banner .data h3 {
  margin-top: -5px;
  color: #333;
  font-size: 28px;
  line-height: 100%;
  font-family: 'BaskervilleLightItalic';
  width: 240px;
}
#popup #popup_content .banner .data .author {
  margin: 10px 0 17px 0;
}
#popup #popup_content .banner .data .description,
#popup #popup_content .banner .data .description p {
  margin: 0 0 26px 0 !important;
  text-align:left !important;
}
#popup #popup_content .banner .data .btn {
  position: absolute;
  bottom: -3px;
  left: 0;
}
#popup #popup_content .banner .image {
  float: left;
  max-width: 480px;
  overflow: hidden;
}
#popup #popup_content .banner .image img {
  float: left;
}
#popup #popup_content h2 {
  font-size: 45px;
  line-height: 90%;
  font-family: 'BaskervilleLightItalic';
  width: 500px;
  margin: 0 auto;
  text-transform: capitalize;
  width: 680px;
  font-style: italic;
  line-height: 120%;
  font-size: 42px;
}
#popup #popup_content .date {
  text-align: center;
  margin: 17px 0 53px 0;
}
#popup #popup_content p {
  margin: 30px 0;
  font-size: 15px;
  color: #757575;
}
#popup #popup_content .socials {
  margin: 65px 0;
  height: 20px;
  text-align: center;
}
#popup #popup_content .socials .social_item {
  margin: 0 3px;
  height: 20px;
  display: inline-block;
}
#popup #popup_content .socials .social_item .fb-like {
  top: -5px;
  position: relative;
}
#popup #popup_content .gallery {
  margin: 60px 0 111px 0;
  height: 540px;
  width: 1040px;
  position: relative;
}
#popup #popup_content .gallery .main {
  height: 540px;
  width: 1040px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
#press_popup #press_popup_content .thumbs,
#popup #popup_content .thumbs {
  width: 409px;
  height: 102px;
  padding: 10px;
  background: #000;
  position: absolute;
  bottom: -51px;
  left: 50%;
  margin-left: -204px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#press_popup #press_popup_content .thumbs.two_items, 
#popup #popup_content .thumbs.two_items {
    width: 276px;
    margin-left: -138px;
}
#press_popup #press_popup_content .thumbs {
    position:fixed;
    bottom:40px;
}
#press_popup #press_popup_content .thumbs .nav,
#popup #popup_content .thumbs .nav {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#press_popup #press_popup_content .thumbs .bullet,
#popup #popup_content .thumbs .bullet {
    display:none;
}
#press_popup #press_popup_content .thumbs .nav:hover,
#popup #popup_content .thumbs .nav:hover {
  background-color: #111;
}
#press_popup #press_popup_content .thumbs .nav.next,
#popup #popup_content .thumbs .nav.next {
  right: -40px;
}
#press_popup #press_popup_content .thumbs .nav.prev,
#popup #popup_content .thumbs .nav.prev {
  left: -40px;
}
#press_popup #press_popup_content .thumbs .thumbs_container,
#popup #popup_content .thumbs .thumbs_container {
  width: 389px;
  overflow: hidden;
  height: 82px;
}
#press_popup #press_popup_content .thumbs .thumbs_container .thumbs_inner,
#popup #popup_content .thumbs .thumbs_container .thumbs_inner {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#press_popup #press_popup_content .thumbs .thumbs_container .thumbs_inner .thumb,
#popup #popup_content .thumbs .thumbs_container .thumbs_inner .thumb {
  opacity:1;
  width: 123px;
  height: 82px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#press_popup #press_popup_content .thumbs .thumbs_container .thumbs_inner .thumb:hover,
#popup #popup_content .thumbs .thumbs_container .thumbs_inner .thumb:hover {
  opacity: 1;
}
#press_popup #press_popup_content .thumbs .thumbs_container .thumbs_inner .thumb.active,
#popup #popup_content .thumbs .thumbs_container .thumbs_inner .thumb.active {
  opacity: 1;
}
#navigation {
  position: fixed;
  right: 50%;
  width: 30px;
  margin-right: -615px;
  margin-top: 80px !important;
  top: 0;
  overflow: visible;
  z-index:10;
  transform: translate3d(0,0,0);
}
#navigation .nav {
  background: #000;
  cursor: pointer;
  float: left;
  margin: 0 0 10px 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: visible;
  color: #111;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  position:relative;
}
#navigation .nav .nname {
  position: absolute;
  background: #000;
  right: 0;
  height: 30px;
  line-height: 30px;
  padding: 0;
  max-width: 0;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
#navigation .nav:hover {
  background-color: #111;
}
#navigation .nav:hover .nname {
  background-color: #111;
  max-width: 260px;
  padding: 0 15px;
  color: #f4f4f4;
}
#navigation #close::after {
    content: "×";
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 6px;
}
#press_popup #press_popup_content .thumbs .nav.next::after,
#popup #popup_content .thumbs .nav.next::after,
#navigation #next::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 9px;
}
#press_popup #press_popup_content .thumbs .nav.prev::after,
#popup #popup_content .thumbs .nav.prev::after,
#navigation #prev::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform:rotate(225deg);
    -moz-transform:rotate(225deg);
    -webkit-transform:rotate(225deg);
    transform:rotate(225deg);
    position: absolute;
    left:12px;
    top:9px;
}
#navigation #prev:hover::after,
#navigation #next:hover::after{
    display:none;
}
#press_popup {
  padding: 40px;
  position: absolute;
  z-index: 100;
  padding: 40px 0;
  display: none;
}
#press_popup #press_popup_content {
  padding: 40px;
  background: #f4f4f4;
  position: relative;
}
#press_popup #press_popup_content.ui-draggable {
  cursor: move;
}
#press_popup #press_popup_content.ui-draggable.ui-draggable-disabled {
  cursor: default;
}
#press_popup #press_popup_content .press_popup_item img {
  float: left;
  width:1px;
  height:1px;
}
#press_popup #press_popup_content #navigation {
  position: fixed;
  top: 0;
  left: 50%;
}
#press_popup #press_popup_content #navigation .slider {
  float: left;
  width: 30px;
  height: 180px;
  margin: 0 0 10px 0;
  background: #000000 url(../img/sprite.png) no-repeat -512px 11px;
  position: relative;
}
#press_popup #press_popup_content #navigation .slider .slider_container {
  width: 10px;
  height: 140px;
  position: absolute;
  left: 10px;
  top: 21px;
}
#press_popup #press_popup_content #navigation .slider .slider_container .slider_icon {
  width: 10px;
  height: 10px;
  background: #fff;
  cursor: -webkit-grab;
  cursor: ns-resize;
  top: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.video_popup_item h2 {
  margin-bottom: 57px !important;
}
.video_popup_item p {
  margin-left: 180px !important;
  margin-right: 180px !important;
  text-align: center !important;
}
#project_gallery {
  width: 1060px;
  margin: 65px 0;
}
#project_gallery .project_gallery_item {
    float: left;
    width: 245px;
    height: auto;
    margin: 0 0 20px 0;
    cursor: pointer;
    position:relative;
}
    #project_gallery .project_gallery_item .project_gallery_image {
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:0;
        background-size:100% 100%;
        background-size:cover;
    }
.zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(244, 244, 244, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index:1;
  display:block;

}
    .zoom::after {
        content:'';
        width:22px;
        height:22px;
        position:absolute;
        left:50%;
        top:50%;
        margin-left:-11px;
        margin-top:-11px;
        background:url(../img/sprite.png) no-repeat -230px 0;
        background-size:265px auto;
    }
.zoom:hover {
  opacity: 1;
}
.video_journal {
  margin: 65px 0;
}
.press .item {
  width: 320px;
  height: 530px;
}
.press .item .image_wrapper {
  width: 280px;
  height: 386px;
  padding: 20px;
  background-color:#fff;
  background-repeat:no-repeat;
  background-position:center;
}
.press .item .image {
  background-color:#fff;
  width: 280px;
  height: 386px;
  background-size:contain;
}
.press .item .label {
    width: 320px;
    height: 134px;
    position: relative;
    text-align: center;
    margin: -25px 30px 0 0;
    padding: 0 30px 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .press .item .label .inner_label {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 260px;
        height:134px;
    }
.press .item .label h2 {
   margin:0 0 15px 0;
}
.press .item:hover .image {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.television .item {
  width: 500px;
  height: 365px;
}
.television .item .image_wrapper {
  width: 500px;
  height: 280px;
  position: relative;
  z-index: 1;
  padding: 5px 5px 0 5px;
  overflow: hidden;
  margin: -5px -5px 0 -5px;
  display:none;
}
.television .item .image_wrapper .image {
  position: absolute;
  width: 500px;
  height: 280px;
}
.television .item .video {
  width: 500px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.television .item .video div {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}
.television .item .video div video {
  margin-top:-50px;
  margin-left:-10px;
  position: absolute !important;
  width: 520px !important;
  height: auto !important;
}
.television .item .label {
  width: 400px;
  height: 134px;
  position: relative;
  text-align: center;
  margin: -50px 50px 0 50px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
    .television .item .label .in {
        box-sizing: border-box;
        padding: 0 30px;
        display:table-cell;
        width: 400px;
        height: 134px;
        vertical-align:middle;
    }
.television .item .label h2 {
  margin:0 0 20px 0;
  padding-top:6px;
}
.books .item {
  width: 500px;
  height: 426px;
  height: 360px;
}
.books .item .image {
  width: 320px;
  height: 426px;
  float: right;
  
  width:270px;
  height:360px;
}
.books .item .label {
  width: 270px;
  min-height: 172px;
  position: absolute;
  left: 0;
  top: 30px;
  text-align: center;
  padding: 30px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  width:260px;
}
.books .item .label h2 {
  margin: 0 0 7px 0;
}
.books .item .label .author {
  margin: 0 0 14px 0;
}
.books .item .label .text {
  margin: 0 0 22px 0;
  max-height: 118px;
  overflow: hidden;
}
.books .item:nth-child(3) .image,
.books .item:nth-child(4) .image {
  float: left;
}
.books .item:nth-child(3) .label,
.books .item:nth-child(4) .label {
  right: 0;
  left:auto;
}
.tips .item {
  width: 500px;
  height: 230px;
}
.tips .item .video {
  width: 230px;
  height: 230px;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.tips .item .video div {
  width: 230px;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}
.tips .item .video div video {
  margin-left: -180px;
  width: auto !important;
  height: 230px !important;
}
.tips .item .image_top_wrapper {
  width: 230px;
  height: 230px;
  overflow: hidden;
  float: left;
  display:none;
}
.tips .item .image_top_wrapper .image_wrapper {
  width: 230px;
  height: 230px;
  position: relative;
  z-index: 1;
  padding: 5px;
  margin: -5px;
}
.tips .item .image_top_wrapper .image_wrapper .image {
  position: absolute;
  width: 230px;
  height: 280px;
}
.tips .item .label {
  width: 300px;
  min-height: 100px;
  position: absolute;
  right: 0;
  top: 30px;
  text-align: center;
  padding: 40px 30px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tips .item .label h2 {
  margin: 0 0 15px 0;
}
.tips .item .label .text {
  margin: 0 0 32px 0;
}
.tips .item.item_3 .video,
.tips .item.item_4 .video {
  left: auto;
  right: 0;
}
.tips .item.item_3 .image_top_wrapper,
.tips .item.item_4 .image_top_wrapper {
  float: right;
}
.tips .item.item_3 .label,
.tips .item.item_4 .label {
  left: 0;
}
.projects .item {
  width: 1040px;
  height: 453px;
}
.projects .item .just_image {
  width: 680px;
  height: 453px;
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: center;
}
.projects .item .image,
.projects .item .video {
  width: 680px;
  height: 453px;
  position: absolute;
  left: 0;
  overflow:hidden;
}
.projects .item .video div video {
    height:453px;
}
.projects .item .label {
  width: 410px;
  min-height: 100px;
  position: absolute;
  right: 0;
  top: 50px;
  text-align: center;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.projects .item .label h2 {
  margin: 0 0 15px 0;
  line-height: 100%;
}
.projects .item .label .text {
  margin: 0 0 32px 0;
}
.projects .item:nth-child(2n+2) .image,
.projects .item:nth-child(2n+2) .video,
.projects .item:nth-child(2n+2) .just_image {
  right: 0;
  left: auto;
}
.projects .item:nth-child(2n+2) .label {
  left: 0;
}
.events .item {
  width: 320px;
  height: 473px;
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.events .item .image_wrapper {
  display: inline-block;
  width: 220px;
  height: 220px;
  overflow: hidden;
  margin: 35px 0 32px 0;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.events .item .image_wrapper .image {
  position: absolute;
  -webkit-transition: all 2000ms linear;
  -moz-transition: all 2000ms linear;
  -ms-transition: all 2000ms linear;
  -o-transition: all 2000ms linear;
  transition: all 2000ms linear;
  width: 220px;
  height: 220px;
  background-size: cover;
  padding: 0 0 50px 0;
}
.events .item .top {
  height: 84px;
}
.events .item h2 {
  margin: 0 0 15px 0;
}
.events .item:hover .image_wrapper .image {
  margin-top: -50px;
}
.radio .item {
  width: 1040px;
  height: 320px;
}
.radio .item .label {
  width: 750px;
  height: 260px;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 35px 40px;
}
.radio .item .label .top {
  height: 56px;
  position: relative;
  padding-left: 180px;
}
.radio .item .label .top .radio_logo {
  position: absolute;
  left: 0;
  top: -17px;
}
.radio .item .label .top h2 {
  display: inline-block;
  text-align: left;
  width: 420px;
}
.radio .item .label .bottom {
  margin-top: 20px;
  overflow: hidden;
}
.radio .item .label .bottom .inner {
  position: relative;
}
.radio .item .label .bottom .inner .hide_block {
  background: #f5f5f5;
  position: absolute;
  width: 615px;
  height: 45px;
  margin: 4px 2px 0 0;
  right: 0;
}
.radio .item .image {
  display: inline-block;
  width: 320px;
  height: 320px;
}
.radio .item:nth-child(2n+2) .image {
  float: right;
}
.radio .item:nth-child(2n+2) .label {
  left: 0;
}
.tabletop .item {
  width: 230px;
  margin: 0 40px 40px 0;
  float: left;
  cursor: pointer;
}
.tabletop .item .total_label {
  width: 230px;
  height: 100%;
  left: 0;
  top: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  color: #333;
  text-align: center;
  background: rgba(244, 244, 244, 0.8);
  text-transform: capitalize;
  font-size: 28px;
  line-height: 100%;
  font-family: 'BaskervilleLightItalic';
  line-height: 95%;
  opacity: 0;
  padding: 0 20px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabletop .item .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
}
.tabletop .item img {
  top: 0;
  left: 0;
  position: absolute;
  width: 230px;
  height: auto;
}
.tabletop .item:hover .total_label {
  opacity: 1;
}
.collaborations .item {
  width: 320px;
  height: 424px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collaborations .item .label {
  width: 260px;
  height: 134px;
  position: absolute;
  bottom: 0;
  left: 30px;
  padding: 35px 30px;
}
.collaborations .item .image {
  display: inline-block;
  width: 320px;
  height: 320px;
}
.collaborations .item h2 {
  margin: 0 0 15px 0;
}
.collaborations .item .video div video {
    height: 320px !important;
    margin-left: -230px;
    width:auto !important;
}
.inspirational .item {
  width: 1040px;
  height: 290px;
  overflow: hidden;
}
.inspirational .item .video {
  width: 500px;
  height: 290px;
  position: absolute;
  overflow: hidden;
}
.inspirational .item .video div {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}
.inspirational .item .video div video {
  position: absolute !important;
  width: 520px !important;
  height: auto !important;
  margin-left:-10px;
  margin-top: -50px;
}
.inspirational .item .image_wrapper {
  width: 500px;
  height: 290px;
  position: relative;
  z-index: 1;
  padding: 5px 0 5px 0;
  overflow: hidden;
  margin: -5px 0 -5px 0;
  float: left;
}
.inspirational .item .image_wrapper .image {
  position: absolute;
  width: 500px;
  height: 290px;
  display:none;
}
.inspirational .item .label {
  width: 570px;
  min-height: 100px;
  position: absolute;
  right: 0;
  top: 30px;
  text-align: center;
  padding: 40px 30px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inspirational .item .label h2 {
  margin: 0 0 15px 0;
  line-height: 100%;
}
.inspirational .item .label .text {
  margin: 0 0 32px 0;
}
.inspirational .item:nth-child(2n+2) .image_wrapper {
  float: right;
}
.inspirational .item:nth-child(2n+2) .video {
  left: auto;
  right: 0;
}
.inspirational .item:nth-child(2n+2) .label {
  left: 0;
}
.jornal {
  width: 1080px;
}
.jornal .item {
  margin-bottom: 40px;
}
.jornal .item.big .image {
  width: 500px;
  height: 500px;
}
.jornal .item.big .label {
  width: 400px;
  min-height: 159px;
  left: 50px;
  bottom: 0;
  text-align: center;
  padding: 35px 30px;
  margin: -50px 0 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jornal .item.big .label h2 {
  margin: 0 0 7px 0;
  line-height: 95%;
}
.jornal .item.big .label .btn {
  margin: 17px 0 0 0;
}
.jornal .item.small {
  width: 230px;
  height: 230px;
  overflow: hidden;
}
.jornal .item.small .image {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
}
.jornal .item.small .label {
  width: 230px;
  height: 230px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: -230px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.jornal .item.small .label h2 {
  margin: 0 0 7px 0;
}
.jornal .item.small .label .btn {
  margin: 17px 0 0 0;
}
.jornal .item.small .pre_label {
  width: 230px;
  padding: 20px 20px 19px 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
  font-size: 28px;
  font-family: 'BaskervilleLightItalic';
  line-height: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.jornal .item.small.no_image .label {
  padding: 0 20px;
  left: 0;
  top: 0;
  opacity: 1;
}
.jornal .item.small.with_image .label {
  padding: 0 20px;
}
.jornal .item.small.with_image:hover .label {
  opacity: 1;
  left: 0;
  top: 0;
}
.jornal .item .date a {
    color: #9a9a9a !important;
}
#homepage_video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  padding:70px 0 70px 0;
  margin:-70px 0 0 0;
}
#big-video-wrap {
    opacity: .7;
}
.templet-homepage #big-video-wrap {
	position: fixed;
}
#homepage_pattern {
    position:fixed;
    width:100%;
    height:100%;
    z-index:0;
    background:url(../img/dottes/filter.png);
    opacity:1;
}
#layer_1 {
	z-index: 2;
	position: relative;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
}
#homepage_video video {
  min-width: 100%;
  min-height: 100%;
  width:130%;
  position:absolute;
}
#header {
  position: fixed;
  width: 100%;
  height: 61px;
  top: 0;
  left: 0;
  z-index: 5;
}
#this_bg {
  height: 61px;
  position: absolute;
  width: 100%;
  height: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
}
#header #logo {
  height: 30px;
  width: 300px;
  margin: 23px 0;
  float: left;
  background: url(../img/sprite.png) repeat-y -140px -30px;
}
#header #logo.alter {
  background-position: 0 0;
}
#header ul {
  padding: 0;
  float: right;
  margin: 33px 0 0 0;
}
#header ul li {
  list-style: none;
  display: inline;
  padding: 0 5px;
  position: relative;
}
#header ul li span {
  cursor: default;
}
#header ul li a,
#header ul li span {
  text-decoration: none;
  color: #fff;
  padding: 5px 5px 10px 5px;
  font-size: 15px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  position: relative;
}
#header ul li a:after,
#header ul li span:after {
  content: '';
  height: 2px;
  bottom: 7px;
  left: 5px;
  right: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  -webkit-transition: right 350ms ease-in-out;
  -moz-transition: right 350ms ease-in-out;
  -ms-transition: right 350ms ease-in-out;
  -o-transition: right 350ms ease-in-out;
  transition: right 350ms ease-in-out;
}
#header ul li ul {
  max-height:0;
  transition: max-height 175ms ease-out, padding 175ms ease-out;
  overflow:hidden;
  position: absolute;
  padding: 0 15px 0 5px;
  left:0;
}
#header ul li ul li {
  display: block;
  padding: 3px 5px;
  opacity:0;
  transition:all 75ms ease-out;
}
#header ul li ul li:first-child {
  padding-top: 0;
}
#header ul li ul li a {
  padding: 3px 5px;
  font-family: 'AvenirLTStd55RomanRegular';
  font-size: 14px;
  white-space: nowrap;
}
#header ul li ul li a:hover {
}
#header ul li ul li a:after {
  display: none;
}
#header ul li ul li a:before {
  content: '';
  height: 5px;
  width: 5px;
  top: 8px;
  left: -3px;
  background: rgba(244, 244, 244, 0.9);
  position: absolute;
  opacity: 0;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#header ul li:hover ul {
  max-height:128px;
  padding: 5px 15px 11px 5px;
  transition: max-height 175ms 175ms ease-out, padding 175ms 175ms ease-out;
}
#header ul li:hover ul li {
    opacity:1;
    transition: all 100ms 350ms ease-out;
}
#header ul li:hover a:after,
#header ul li:hover span:after {
  right: 5px;
}
#header ul li:last-child {
  padding-right: 0;
}
#header ul li:last-child a {
  padding-right: 0;
}
#header ul li:last-child:hover a:after {
  right: 0;
}
#header ul li.current:last-child a:after,
#header ul li.current:last-child span:after {
  right: 0;
}
#header ul li.current a:after,
#header ul li.current span:after {
  right: 5px;
}
#header ul li.current ul li a:after {
  display: none;
}
/* dark theme */
#header.dark_theme ul.menu li a, #header.dark_theme ul.menu li span {
    color: #333;
}
#header.dark_theme ul.menu li a:after, #header.dark_theme ul.menu li span:after {
    background: #444;
}
#header.dark_theme #logo {
    background-position:-140px 0;
}
/* dark theme - end */
#header.alter #this_bg {
  background: #f4f4f4;
  height:100%;
  transition: height 200ms ease-in-out;
}
#header.alter ul li a,
#header.alter ul li span {
  color: #333;
}
#header.alter ul li a:hover,
#header.alter ul li span:hover {
  color: #000;
}
#header.alter ul li a:after,
#header.alter ul li span:after {
  background: rgba(46, 46, 49, 0.8);
}
#header.alter ul li ul {
  background: rgba(244, 244, 244, 0.9);
  background: rgba(244, 244, 244, 1);
}
#header.alter ul li ul li a:before {
  background: rgba(46, 46, 49, 0.8);
}
#header.alter #logo {
  background-position:-140px 0;
}
#header.third #this_bg {
  opacity: .9;
  opacity: 1;
}
#header_bg {
  position: fixed;
  width: 100%;
  height: 61px;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .9;
}
#cover {
  position: relative;
  width: 100%;
  z-index: 3;
  background: #f4f4f4;
}
#cover .slide_arrow {
  width: 50px;
  height: 82px;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  z-index: 3;
  opacity: .8;
  cursor: pointer;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#cover .slide_arrow:hover {
  opacity: 1;
}
#cover #parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 1920px auto;
  overflow: hidden;
  background-position: 50% 0px;
  background-repeat:no-repeat;
}
#cover #cover_title {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 50%;
  text-align: center;
  text-indent: -9999px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center top;
}
#cover #second_title {
  position: absolute;
  z-index: 3;
  top: 100%;
  width: 100%;
  height: 373px;
  overflow: hidden;
}
#cover #second_title #cover_title_two {
  height: 53px;
  width: 100%;
  margin-top: 160px;
  background-position: center bottom;
  position: absolute;
  background-repeat: no-repeat;
}
#scroll_down {
  width: 31px;
  height: 27px;
  position: absolute;
  bottom: 19px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
  -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
  -o-animation: NAME-YOUR-ANIMATION 1s infinite;
  animation: NAME-YOUR-ANIMATION 1s infinite;
  animation-timing-function: ease-in-out;
}
#scroll_down::after {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    line-height:7px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    -ms-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    margin-left:5px;
}
@keyframes NAME-YOUR-ANIMATION {
  0% {background-position: 0 0;opacity: .4;}
  50% {background-position: 0 10px;opacity: 1;}
  100% {background-position: 0 0;opacity: .4;}
}
.vjs-control-bar,
.vjs-big-play-button {
  display: none;
}
.car_2,.car_3,.car_4,.car_5,.car_6{
  display: none;
}
#contact_text {
  font-family: 'aleolight';
  color: #f4f4f4;
  text-align: center;
  width: 700px;
  letter-spacing: 1px;
  position: fixed;
  top: 160px;
  left: 50%;
  margin-left: -350px;
  z-index: 10;
  font-size: 32px;
  line-height: 130%;
}
#popup_socials {
    text-align:center;
    margin:65px 0 10px 0;
}
    #popup_socials .popup_social {
        width:30px;
        height:30px;
        background-color:#000;
        display:inline-block;
        margin:0 5px;
        background-repeat:no-repeat;
        background-position:center;
        text-indent:-9999px;
        cursor:pointer;
        transition: all 150ms ease;
        background-image:url(../img/sprite.png);
    }
        #popup_socials .popup_social:hover {
            background-color:#222;
        }
        #popup_socials .popup_social.facebook {
            background-position:0 0;
        }
        #popup_socials .popup_social.twitter {
            background-position:-30px 0;
        }    
        #popup_socials .popup_social.pinterest {
            background-position:-60px 0;
        }
        #popup_socials .popup_social.gplus {
            background-position:-90px 0;
        }

/* DOWNLOADS */

#download {
    position:absolute;
    height:100%;
    width:100%; 
    background:#000;
    overflow:hidden;
}
#download .download_block {
    
}
#download .download_block#block_1 {
    width:500px;
}
#download .download_block#block_3 {
    width:500px;
}
    #download .download_block .block_content {
        position:absolute;
        top:80%;
        margin-top:-13px;
        z-index:0;
    }
    #download .download_block#block_1 .block_content {
        width:320px;
        right:0;
    }
    #download .download_block#block_2 .block_content {
        width:400px;
        left:0;
    }
    #download .download_block#block_3 .block_content {
        width:320px;
        left:0;
    }
        #download .download_block .download_link {
            height:14px;
            width:109px;
            top:80%;
            margin-top:54px;
            z-index:2;
            position:absolute;
            background:url(../img/download-download-shadow.png) no-repeat;
            background-position:center -23px;
            cursor:pointer;
            padding:5px;
            transition:all 250ms ease-in-out;
            display:block;
        }
        #download .download_block .download_link::after {
            content:'';
            height:2px;
            bottom:0;
            left:5px;
            right: 100%;
            background:rgba(244, 244, 244, 0.9);
            position:absolute;
            transition:all 250ms ease-in-out;
        }
        #download .download_block.active .download_link:hover::after {
            right:6px;
        }
        #download .download_block.active .download_link {
            background-position:center center;
            transition:all 250ms 500ms ease-in-out;
        }
        #download .download_block#block_1 .download_link {
            right:100px;
        }
        #download .download_block#block_2 .download_link {
            left:50%;
            margin-left:-59px;
        }
        #download .download_block#block_3 .download_link {
            left:100px;
        }
        #download .download_block#block_1 .block_content .block_title {
            height:27px;
            width:100%;
            background:url(../img/downloads-press-shadow.png) no-repeat center;
        }
        #download .download_block#block_2 .block_content .block_title {
            height:27px;
            width:100%;
            background:url(../img/downloads-photos-shadow.png) no-repeat center;
        }
        #download .download_block#block_3 .block_content .block_title {
            height:27px;
            padding:5px 0;
            margin-top:-5px;
            width:100%;
            background:url(../img/downloads-biography-shadow.png) no-repeat center;
        }
    #download .download_block .sheet {
        position:absolute;
        width:100%;
        height:100%;
        background:#000;
        z-index:1;
        opacity:0;
        transition:all 500ms ease-in-out;
    }
    #download .download_block.inactive .sheet {
        transition:all 500ms 500ms ease-in-out;
        opacity:.8;
    }
    
#download #block_1,
#download #block_2,
#download #block_3 {
    position:absolute;
    height:100%;
    background-size:auto 100%;
}
#download #block_1 {
    left:50%;
    margin-left:-700px;
    background:none !important;
}
    #download #block_1 #block_1_inner {
        position:absolute;
        height:100%;
        width:100%;
        overflow:hidden;
    }
    #download #block_1 #block_1_inner #block_1_inner_block {
        position:absolute;
        height:100%;
        width:100%;
        background-position:right top;
        background-size: 530px auto !important;
        margin-right:-30px;
        right:0;
        padding-left:30px;
    }
    #download #block_1 #block_1_line {
        height:100%;
        width:0;
        right:0;
        position:absolute;
        z-index:2;
        transition:all 500ms ease-in;
        overflow:hidden;
    }
        #download #block_1 #block_1_line_inner {
            height:100%;
            width:30px;
            position:absolute;
            background-position:right top;
            background-size: 530px auto !important;
        }
    #download #block_1:hover #block_1_line {
        margin-right:-30px;
        width:30px;
        background-position:right center;
        transition:all 500ms 500ms ease-out;
    }
#download #block_2 {
    width:400px;
    left:50%;
    margin-left:-200px;
    background-size:460px auto;
    background-position:-30px top;
}
    #download #block_2 #block_2_line_1 {
        height:100%;
        width:30px;
        left:0;
        position:absolute;
        z-index:2;
        transition:all 500ms ease-in;
        overflow:hidden;
        margin-left:0;
    }
        #download #block_2 #block_2_line_1 #block_2_line_1_inner {
            height:100%;
            width:30px;
            left:0;
            margin-left:-30px;
            background-size:460px auto;
            background-position:left top;
            position:absolute;
            transition:all 500ms ease-in;
        }
    #download #block_2:hover #block_2_line_1 {
        margin-left:-30px;
        transition:all 500ms 500ms ease-out;
    }
        #download #block_2:hover #block_2_line_1 #block_2_line_1_inner {
            margin-left:0;
            transition:all 500ms 500ms ease-out;
        }
    #download #block_2 #block_2_line_2 {
        height:100%;
        width:0;
        right:0;
        position:absolute;
        z-index:2;
        transition:all 500ms ease-in;
        margin-right:0;
        background-size:460px auto;
        background-position:-430px top;
    }
        #download #block_2:hover #block_2_line_2 {
            margin-right:-30px;
            width:30px;
            transition:all 500ms 500ms ease-out;
        }
#download #block_3 {
    right:50%;
    margin-right:-700px;
    background-position:-30px top;
    background-size:530px auto !important;
}
    #download #block_3 #block_3_line {
        height:100%;
        width:0;
        left:0;
        position:absolute;
        z-index:2;
        background-position:-30px top;
        transition:all 500ms ease-in;
        background-size:530px auto !important;
    }
    #download #block_3:hover #block_3_line {
        margin-left:-30px;
        width:30px;
        background-position:0 top;
        transition:all 500ms 500ms ease-out;
    }
    
/* test */

body #header.third #this_bg,
body #header.alter ul li ul,
body, body #cover #second_title,
body .page  {
    background:#f4f4f4;
}
body #header #logo {
    margin: 16px 0;
}
body #header ul {
    margin: 23px 0 0 0;
}
body #header ul ul {
    margin: 12px 0 0 -5px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
body #header ul li a, #header ul li span {
    padding: 5px 5px 15px 5px;
}
body #header ul li a:after, #header ul li span:after {
    bottom: 12px;
}
#cover #second_title {
    height: 253px;
}
body #cover #second_title {
    background-color:transparent !important;
    background-repeat:no-repeat;
    background-position:center 0;
}
#botton_background {
    background-size: 1920px auto !important;
    background-position: 50% 0 !important;
}
#botton_background_title {
    height: 53px;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 50%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center top;
}
.projects .item .label,
.tips .item .label,
.radio .item .label,
.television .item .label,
.press .item,
.books .item .label,
.jornal .item.big .label,
.jornal .item.small.with_image .label,
.jornal .item.small .pre_label,
.inspirational .item .label,
.events .item {
    background:#fff;
}
.press .item .image_wrapper,
.item .label {
    background:transparent;
}
#popup #popup_content {
    background:#fff;
    margin:40px auto;
}
#popup {
    top: 0 !important;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    left:0;
    margin-left:0;
    padding:0;
    position:fixed;
}
.iScrollIndicator {
	border-color: #fff !important;
	background: #fff !important;
}
body.unscroll {
    overflow:hidden;
}
#navigation {
    margin-right: -575px;
    margin-right: -568px;
}
#press_popup #press_popup_content {
    background:#fff;
}

.templet-journal #navigation {
    position:fixed !important;
    top:80px !important;
    margin-top:0 !important;
}

#menu_icon {
    display:none;
}
.page {
    position:relative;
}
#page_top_el {
    position:absolute;
    top:0;
    height:0;
    background:#f4f4f4;
    width:100%;
    margin-top:-243px;
    z-index:3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#page_top_el.visible {
    height:71px;
    margin-top:-314px;
}

#about_gallery_2 {
    width:100%;
    right:0;
    top:61px;
    top:0;
    bottom:0;
    position:fixed;
    background:#f4f4f4;
    z-index:2;
}
    #about_gallery_2 .about_item {
        position:absolute;
        width:34%;
        height:34%;
        cursor:pointer;
        z-index:0;
        background:#000;
    }
    #about_gallery_2 .about_item:hover {
    }
    #about_gallery_2 .about_item_1 {left:0;top:0;}
    #about_gallery_2 .about_item_2 {left:34%;top:0;}
    #about_gallery_2 .about_item_3 {left:68%;top:0;}
    #about_gallery_2 .about_item_4 {left:0;top:34%;}
    #about_gallery_2 .about_item_5 {left:34%;top:34%;}
    #about_gallery_2 .about_item_6 {left:68%;top:34%;}
    #about_gallery_2 .about_item_7 {left:0;top:68%;}
    #about_gallery_2 .about_item_8 {left:34%;top:68%;}
    #about_gallery_2 .about_item_9 {left:68%;top:68%;}
        #about_gallery_2 .about_item .about_item_inner {
            position:absolute;
            width:100%;
            height:100%;
            left:0;
            top:0;
            overflow:hidden;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease;
            background:#000;
        }
        #about_gallery_2 .about_item:hover .about_item_inner {
            padding:20px;
            margin:-20px 0 0 -20px;
            -webkit-transition: all 400ms 400ms ease;
            -moz-transition: all 400ms 400ms ease;
            -ms-transition: all 400ms 400ms ease;
            -o-transition: all 400ms 400ms ease;
            transition: all 400ms 400ms ease;
        }
            #about_gallery_2 .about_item:hover .about_item_inner .about_item_inner_inner {
                opacity:1 !important;
            }
            #about_gallery_2 .about_item .about_item_inner .about_item_inner_inner {
                position:absolute;
                width:100%;
                height:100%;
                left:0;
                top:0;
                padding:20px;
                margin:-20px 0 0 -20px;
                background-size:cover;
                background-position:center;
                -webkit-transition: all 400ms ease;
                -moz-transition: all 400ms ease;
                -ms-transition: all 400ms ease;
                -o-transition: all 400ms ease;
                transition: all 400ms ease;
            }
                #about_gallery_2 .about_item:hover .about_item_inner .about_item_inner_inner {
                    -webkit-transition: all 400ms 400ms ease;
                    -moz-transition: all 400ms 400ms ease;
                    -ms-transition: all 400ms 400ms ease;
                    -o-transition: all 400ms 400ms ease;
                    transition: all 400ms 400ms ease;
                    padding:0;
                    margin:0;
                }
                #about_gallery_2 .about_item .about_item_inner .about_item_inner_inner  .about_item_sheet {
                    display:none;
                }
                #about_gallery_2 .about_item .about_item_inner .about_item_inner_inner  .about_item_sheet,
                #about_gallery_2 .about_item .about_item_plus {
                    position:absolute;
                    z-index:1;
                    width:100%;
                    height:100%;
                    padding:30px;
                    margin:-30px 0 0 -30px;
                    left:0;
                    top:0;
                    background:#000;
                    opacity:0;
                    -webkit-transition: all 800ms ease;
                    -moz-transition: all 800ms ease;
                    -ms-transition: all 800ms ease;
                    -o-transition: all 800ms ease;
                    transition: all 800ms ease;
                }
                #about_gallery_2 .about_item .about_item_plus{
                    background:transparent;
                }
                #about_gallery_2 .about_item .about_item_plus::after {
                    content:'';
                    width:44px;
                    height:44px;
                    position:absolute;
                    left:50%;
                    top:50%;
                    margin-left:-22px;
                    margin-top:-22px;
                    background:url(../img/sprite.png) no-repeat -460px 0;
                }
                #about_gallery_2:hover .about_item .about_item_inner .about_item_inner_inner {
                    opacity:.2;
                }
                #about_gallery_2:hover .about_item:hover {
                    opacity:1;
                }
                #about_gallery_2:hover .about_item:hover .about_item_inner .about_item_inner_inner .about_item_sheet {
                    opacity:0;
                }
                #about_gallery_2:hover .about_item:hover .about_item_plus {
                    opacity:1;
                }
#about_gallery_2_temp {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:40;
}

    

/* LOADER */

#animating_loader {
    position:absolute;
    top:50%;
    margin-top:-45px;
    height:90px;
    width:1040px;
    left:50%;
    margin-left:-520px;
    background-color:#f4f4f4;
    background-repeat:no-repeat;
}

/* HOMEPAGE */
body.templet-homepage {
    background:#000;
}
body.templet-homepage #scroll_down {
    z-index:10;
}
.templet-homepage #homepage_bg {
    left:0;
    top:0;
    z-index:-1;
    background-repeat:no-repeat;
    background-size:100% auto;
    width:120%;
    margin-left:-10%;
    height:100%;
    position:fixed;
}

#heading {
    left:50%;
    margin-left:-318px;
    top:50%;
    margin-top:-10px;
    width:538px;
    height:53px;
    z-index:2;
    cursor:pointer;
    padding-bottom: 97px;
    position:fixed;
}
    #heading div{
        position:absolute;
        bottom:0;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
    }
    #heading div.show:hover {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }
    #heading div.show {
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
    }
    #heading div#l_1{top:1px;width:50px;height:51px;left:0;background:url(../img/letters/m.png) no-repeat;}
    #heading div#l_2{top:1px;width:38px;height:51px;left:66px;background:url(../img/letters/e.png) no-repeat;}
    #heading div#l_3{top:1px;width:38px;height:51px;left:118px;background:url(../img/letters/e.png) no-repeat;}
    #heading div#l_4{top:1px;width:41px;height:51px;left:167px;background:url(../img/letters/t.png) no-repeat;}
    #heading div#l_5{top:1px;width:45px;height:51px;left:245px;background:url(../img/letters/n.png) no-repeat;}
    #heading div#l_6{top:1px;width:9px;height:51px;left:307px;background:url(../img/letters/i.png) no-repeat;}
    #heading div#l_7{top:0;width:47px;height:53px;left:330px;background:url(../img/letters/c.png) no-repeat;}
    #heading div#l_8{top:0;width:53px;height:53px;left:385px;background:url(../img/letters/o.png) no-repeat;}
    #heading div#l_9{top:1px;width:36px;height:51px;left:453px;background:url(../img/letters/l.png) no-repeat;}
    #heading div#l_10{top:1px;width:38px;height:51px;left:500px;background:url(../img/letters/e.png) no-repeat;}
    #heading i {
        position: absolute;
        width: 57px;
        height: 57px;
        border: 4px solid #fff;
        border-radius: 50%;
        right: -98px;
        margin-top: -5px;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
    }
    #heading i.show{
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
    }
        #heading i::after{
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 19px solid transparent;
            border-bottom: 18px solid transparent;
            border-left: 25px solid rgba(244,244,244,1.9);
            left: 50%;
            margin-top: 10px;
            margin-left: -8px;
            -webkit-animation: blinkanimation2 1.2s infinite;
            -moz-animation: blinkanimation2 1.2s infinite;
            -o-animation: blinkanimation2 1.2s infinite;
            animation: blinkanimation2 1.2s infinite;
        }
        #heading div#homepage_scroll {
            color:#fff;
            position:absolute;
            left:50%;
            margin-left:-270px;
            width:637px;
            text-align:center;
            line-height:120%;
            font-size:21px;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease;
            transform: rotateX(90deg) !important;
            -webkit-transform: rotateX(90deg) !important;
            opacity:0;
            top:0;
            margin-top:80px;
        }
        #heading div#homepage_scroll.show {
            opacity:1;
            transform: rotateX(0) !important;
            -webkit-transform: rotateX(0) !important;
        }
    
/* CONTACTS */

#contact_popup {
    position:fixed;
    top:50%;
    right:50%;
    margin-right:-250px;
    margin-top:-202px;
    width:500px;
    height:408px;
    background:#fff;
    z-index:100;
    display:none;
    box-sizing:border-box;
    padding:30px;
    font-size:24px;
}
    #contact_popup #navigation {
        position: absolute;
        margin: 0 !important;
        right: -15px;
        top: 30px;
    }
    #success_message {
        width:440px;
        height:348px;
        display:table-cell;
        text-align:center;
        vertical-align:middle;
    }
    #contact_popup label{
        display:none;
    }
    #contact_popup .textarea{
        width:100%;
        height:140px;
        margin-bottom:20px;
    }
        #contact_popup textarea{
            width:100%;
            height:140px;
            max-width:100%;
            max-height:180px;
            background:#f4f4f4;
            border:0;
            margin:0;
            padding:12px 14px;
            color:#757575;
            line-height:137%;
            font-size:14px;
            outline:none;
            box-sizing:border-box;
        }
        #contact_popup input[type="text"]{
            width:100%;
            height:auto;
            max-width:100%;
            background:#f4f4f4;
            border:0;
            margin:0;
            padding:12px 14px;
            color:#757575;
            line-height:137%;
            font-size:15px;
            outline:none;
            box-sizing:border-box; 
            margin-bottom: 10px;
            font-family:"Courier New", Courier, monospace;
        }
    #contact_popup input[type="submit"]{
        width:230px;
        background:#000;
        height:30px;
        font-size:13px;
        color:#f4f4f4;
        outline:none;
        border:0;
        margin:0 95px;
        text-transform:uppercase;
    }
    #contact_popup input[type="submit"]:hover{
        background-color: #111;
    }

.contact_btn {
    height:30px;
    padding:0 40px;
    line-height:30px;
    font-size:13px;
    text-transform:uppercase;
    color:#f4f4f4;
    background:#000;
    position:absolute;
    left:50%;
    top: 270px;
    margin-left:-49px;
    cursor:pointer;
    opacity:0;
    text-decoration:none;
    z-index:3;
    -webkit-transition: background-color 150ms ease-in-out, margin-left 500ms ease-in-out, opacity 500ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out, margin-left 500ms ease-in-out, opacity 500ms ease-in-out;
    -ms-transition: background-color 150ms ease-in-out, margin-left 500ms ease-in-out, opacity 500ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out, margin-left 500ms ease-in-out, opacity 500ms ease-in-out;
    transition: background-color 150ms ease-in-out, margin-left 500ms ease-in-out, opacity 500ms ease-in-out;
}
    .contact_btn:hover {
        background-color: #111;
    }
    .contact_btn.active {
        opacity:1;
        margin-left:-99px;
    }
.contact_btn_2 {
    margin-top:40px;
}
#typed_container {
    position:absolute;
    z-index:2;
    font-family: 'aleolight';
    font-size:30px;
    color:#f4f4f4;
    width:620px;
    right:50%;
    top:160px;
    position:fixed;
    margin-right:-520px;
    line-height:140%;
    color:#333;
}

#typed-cursor {
  opacity: 1;
  font-weight: 100;
  padding-left:5px;
  -webkit-animation: blinkanimation 0.7s infinite;
  -moz-animation: blinkanimation 0.7s infinite;
  -o-animation: blinkanimation 0.7s infinite;
  animation: blinkanimation 0.7s infinite;
}

@keyframes blinkanimation {
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@keyframes blinkanimation2 {
  0% { opacity:1; }
  50% { opacity:0.4; }
  100% { opacity:1; }
}

#tabletop_design{
    margin-bottom:60px;
}

#bottom_element {
    height:2px;
    clear:both;
    width: 1040px;
    position:absolute;
    bottom:0;
    margin-bottom:60px;
    text-indent:-99999px;
    background:url(../img/more.gif) no-repeat center;
}

#jornal_items {
    padding-bottom:82px;
    margin-bottom:40px;
}
#jornal_items #bottom_element {
    top:auto;
    position:absolute;
    bottom:0;
}

#all_figures div {
    z-index:1;
}
.templet-homepage #big-video-vid{
    position:fixed;
}
#homepage {
    z-index:3;
    position:relative;
    font-size:15px;
    line-height:160%;
}
    #homepage .layer {
        width:100%;
        padding:100px 0;
        background:#f4f4f4;
        overflow:hidden;
    }
        #homepage .layer .wrapper {
            min-height:800px;
            border-left:1px solid #f4f4f4;
            border-right:1px solid #f4f4f4;
            position:relative;
        }
        #homepage #layer_1 .wrapper {
            min-height:658px;
        }
        #homepage #layer_1 #txt_1 {
            margin-left:720px;
        }
        #homepage #layer_1 #txt_2 {
            margin-right:720px;
            margin-top:200px;
        }
        #homepage #layer_1 #img_1 {
            position:absolute;
            left:40px;
            top:250px;
            width:590px;
            height:400px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-2.jpg);
            z-index:1;
        }
        #homepage #layer_1 #img_2 {
            z-index:2;
            position:absolute;
            left:540px;
            top:340px;
            width:590px;
            height:318px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-4.jpg);
            overflow:hidden;
        }
            #homepage #layer_1 #img_2 video {
                width:820px;
                margin:-40px 0 0 -108px;
            }
    #homepage #layer_2 {
        min-height:832px;
    }
        #homepage #layer_2 #txt_3 {
            margin-right:720px;
        }
        #homepage #layer_2 #txt_4 {
            margin-left:720px;
            margin-top:250px;
        }
        #homepage #layer_2 #img_3 {
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-13.jpg);
            position:absolute;
            right:40px;
            top:190px;
            z-index:2;
            width:640px;
            height:360px;
        }
        #homepage #layer_2 #img_4 {
            position:absolute;
            left:220px;
            top:250px;
            width:320px;
            height:478px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-6.jpg);
            z-index:1;
        }
        #homepage #layer_2 #img_5 {
            position:absolute;
            left:40px;
            top:600px;
            width:230px;
            height:243px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-7.jpg);
            z-index:1;
            display:none;
        }
        #homepage #layer_2 #img_6 {
            position:absolute;
            left:540px;
            top:560px;
            width:290px;
            height:272px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-8.jpg);
            z-index:0;
        }
    #homepage #layer_3 {
        min-height:1312px;
    }
        #homepage #layer_3 #txt_5 {
            margin-right:230px;
            margin-left:450px;
        }
        #homepage #layer_3 #txt_6 {
            margin-right:720px;
            margin-top:240px;
        }
        #homepage #layer_3 #txt_7 {
            margin-left:720px;
            margin-top:240px;
        }
        #homepage #layer_3 #img_7 {
            position:absolute;
            left:40px;
            top:150px;
            width:320px;
            height:317px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-9.jpg);
            z-index:1;
        }         
        #homepage #layer_3 #img_8 {
            position:absolute;
            left:310px;
            top:240px;
            width:500px;
            height:334px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-10.jpg);
            z-index:2;
        }   
        #homepage #layer_3 #img_9 {
            position:absolute;
            left:310px;
            top:700px;
            width:320px;
            height:320px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-11.jpg);
            z-index:1;
        }
        #homepage #layer_3 #img_10 {
            position:absolute;
            left:40px;
            top:580px;
            width:320px;
            height:427px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/image-12.jpg);
            z-index:0;
        }
        #homepage #layer_3 #img_11 {
            z-index:2;
            position:absolute;
            left:540px;
            top:980px;
            width:590px;
            height:332px;
            background-size:cover;
            background-repeat:no-repeat;
            background-image:url(../img/homepage/commercial.jpg);
            overflow:hidden;
        }
            #homepage #layer_3 #img_11 video {
                width:100%;
            }
    #homepage .figure {
        width:100%;
        height:600px !important;
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
    }
    #homepage #footer {
        margin-top: 523px;
        height: 10px;
        padding: 0;
    }
    #homepage .link {
        position:absolute;
        cursor:pointer;
        width:100%;
        z-index:1;
        height:100%;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    #homepage .link:hover {
        background:rgba(244,244,244,.9);
    }
        #homepage .link i {
            display:block;
            width:66px;
            height:66px;
            border:2px solid transparent;
            border-radius:50%;
            left:50%;
            top:50%;
            position:absolute;
            margin-top:-35px;
            margin-left:-35px;
        }
            #homepage .link i::after{
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                border-top: 16px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: 20px solid #fff;
                left: 26px;
                top: 17px;
                
                border-top: 25px solid transparent;
                border-bottom: 24px solid transparent;
                border-left: 36px solid rgba(244,244,244,1.9);
                left: 20px;
                top: 9px;
                
                -webkit-transition: all 200ms ease-in-out;
                -moz-transition: all 200ms ease-in-out;
                -ms-transition: all 200ms ease-in-out;
                -o-transition: all 200ms ease-in-out;
                transition: all 200ms ease-in-out;
            }
            #homepage .link:hover i::after{
                border-left: 36px solid rgba(0,0,0,1);
            }
            #homepage .link .video_title {
                -webkit-transition: all 200ms ease-in-out;
                -moz-transition: all 200ms ease-in-out;
                -ms-transition: all 200ms ease-in-out;
                -o-transition: all 200ms ease-in-out;
                transition: all 200ms ease-in-out;
                color:#333;
                font-size:19px;
                position:absolute;
                bottom:0;
                line-height:120%;
                padding:80px 0;
                width:100%;
                text-align:center;
                margin-bottom:-140px;
            }
            #homepage .link:hover .video_title {
                margin-bottom:0;
            }
#home_popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:200;
    background:#000;
    display:none;
}
    #home_popup_content {
        position:absolute;
        top:20px;
        bottom:20px;
        left:30px;
        right:80px;
        width:auto;
        height:auto;
        z-index:200;
    }
    #home_popup #home_popup_close {
        width: 27px;
        height: 27px;
        top: 20px;
        position: fixed;
        cursor: pointer;
        right: 20px;
        z-index: 5;
        padding: 10px;
        margin-left: -530px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        background-color: transparent;
    }
        #home_popup #home_popup_close::after,
        #about_page_2_close::after {
            content: "×";
            font-size: 58px;
            color: #fff;
            position: absolute;
            left: 4px;
            top: 14px;
        }
    #home_popup #home_popup_close:hover {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
/* contact */
.templet-contact {
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
    .templet-contact #big-video-vid {
        position:fixed;
    }
    .templet-contact #big-video-wrap {
        /* opacity: .75; */
       opacity: 1;
    }
    #contact_pattern {
        position:fixed;
        width:100%;
        height:100%;
        z-index:1;
        background:url(../img/dottes/filter-fff.png);
        opacity:1;
    }


/* load more */
#television_items{
    padding-bottom:62px;
    margin-bottom:0;
}
    #television_items #bottom_element{
        bottom:40px;
    }
#events_items,
#projects_items,
#tips_items,
#books_items,
#press_items {
    padding-bottom:62px;
}   
    #events_items #bottom_element,
    #projects_items #bottom_element,
    #tips_items #bottom_element,
    #books_items #bottom_element,
    #press_items #bottom_element {
        margin-bottom:100px;
    }

#tabletop_design {
    padding-bottom:62px;
}
    #tabletop_design #bottom_element{
        margin-bottom:40px;
    }
#hidden_button{
    position:fixed;
    width:0;
    height:0;
}
.QOverlay {
    background-color:transparent;
    z-index: 9999;
}
.QLoader {
    background-color: #acacac;
    height:2px;
    margin-top:75px;
}
#load_element {
    position:absolute;
    width:100%;
    height:100%;
    background:url(../img/spin.gif) no-repeat center;
    left:0;
    top:0;
}
.to_div {
    font-family: "Courier New", Courier, monospace;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 12px 14px;
    color: #757575;
    line-height: 140%;
    font-size: 14px;
    height:44px;
}



#video_205_html5_api, #video_209_html5_api{
    margin-top: -55px;
    margin-left: -100px;
}
#video_212_html5_api{
    margin-left: -100px;
}
#video_213_html5_api{
    margin-left: -30px;
    margin-top: -14px !important;
}

.item {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}

#lightbox {
    top: 50% !important;
    transform:translate3d(0,-50%,0);
    -webkit-transform:translate3d(0,-50%,0);
    -moz-transform:translate3d(0,-50%,0);
}




