html, body {
    height: 100%;
    background: #f1eff0
}
body {
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
body.too-small {
    overflow: hidden;
}
body.too-small #too-small-text {
    display: block;
}
html.prevent-scrollbars body {
    overflow: hidden;
}
a:focus {
    outline: none;
}
#too-small-text {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: 90;
    background: #000;
    text-align: center;
    font-family: 'Amasis',  serif;
    font-weight: normal;
    font-size: 2.5em;
    color: #fff;
}
#too-small-text>div {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100px;
    margin-top: -50px;
    text-align: center;
}
#too-small-text .orientation {
    display: none;
}
#too-small-text .scale {
    display: block;
}
#mobile-placeholder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
}
#mobile-placeholder h1 {
    margin: 0 auto 2em auto;
    width: 100px;
    height: 51px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    background-image: url("../img/logo-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    #mobile-placeholder h1 {
    background-image: url("../img/logo-white@2x.png");
    background-size: 100px 51px;
}
}#mobile-placeholder div {
    margin: 1.5em 0;
}
#mobile-placeholder h2 {
    margin: 0;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: 600;
    font-size: 1.1875em;
}
#mobile-placeholder p {
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: normal;
    font-size: 0.875em;
    margin: 0 0 .5em 0;
}
#mobile-placeholder p a {
    color: #fff;
    text-decoration: none;
}
#mobile-placeholder p a#map-directions {
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: bold;
}
@media screen and (max-width: 1020px) and (orientation: portrait) {
    .touch #too-small-text .orientation {
    display: block;
}
.touch #too-small-text .scale {
    display: none;
}
}
#container {
    position: relative;
    z-index: 2;
    *zoom: 1;
    text-align: left;
    min-height: 100%;
    -webkit-transition: margin-top 0.5s 0.2s;
    -moz-transition: margin-top 0.5s 0.2s;
    transition: margin-top 0.5s 0.2s;
}
#container:before, #container:after {
    content: " ";
    display: table;
}
#container:after {
    clear: both;
}
#main-view {
    /* visibility: hidden; */
    position: relative;
}
#main-view.visible {
    visibility: visible;
}
.icon {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../img/arrows.png");
    background-repeat: repeat-y;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .icon {
    background-image: url("../img/arrows@2x.png");
    background-size: 250px 50px;
}
}.icon.white {
    background-image: url("../img/arrows-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .icon.white {
    background-image: url("../img/arrows-white@2x.png");
    background-size: 250px 50px;
}
}.icon.arrow-right {
    background-position: 0 0;
}
.icon.close {
    background-position: -50px 0;
}
.icon.arrow-down {
    background-position: -100px 0;
}
.icon.social {
    background-image: url("../img/social-icons.png");
    background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .icon.social {
    background-image: url("../img/social-icons@2x.png");
    background-size: 100px 100px;
}
}.icon.social.facebook {
    background-position: 0 0;
}
.icon.social.pinterest {
    background-position: -50px 0;
}
.icon-menu-close {
    display: block;
    width: 22px;
    height: 19px;
}
.icon-menu-close:after, .icon-menu-close:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.icon-menu-close:after {
    top: 16px;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
}
.icon-menu-close span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 8px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.icon-close-back {
    display: block;
    width: 28px;
    height: 28px;
}
.icon-close-back span {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-close-back span:before, .icon-close-back span:after {
    display: block;
    content: ' ';
    position: absolute;
    background: #fff;
    height: 3px;
    width: 14px;
    top: 14px;
    left: 0;
    -webkit-transform-origin: 12.5px 1.5px;
    -moz-transform-origin: 12.5px 1.5px;
    -ms-transform-origin: 12.5px 1.5px;
    -o-transform-origin: 12.5px 1.5px;
    transform-origin: 12.5px 1.5px;
}
.icon-close-back .r:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-close-back .r:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-close-back .l:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.icon-close-back .l:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.icon-close-back:hover .r, a:hover .icon-close-back .r {
    opacity: 0;
    margin-left: 7px;
}
.icon-close-back:hover .l, a:hover .icon-close-back .l {
    margin-left: -7px;
}
.icon-arrow {
    position: relative;
    display: block;
    width: 26px;
    height: 12px;
    -webkit-transform: translateZ(0) scale(1 1);
    -moz-transform: translateZ(0) scale(1 1);
    -ms-transform: translateZ(0) scale(1 1);
    -o-transform: translateZ(0) scale(1 1);
    transform: translateZ(0) scale(1 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-arrow span {
    position: absolute;
    display: block;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: height 0.3s, width 0.3s, opacity 0.5s;
    -moz-transition: height 0.3s, width 0.3s, opacity 0.5s;
    transition: height 0.3s, width 0.3s, opacity 0.5s;
}
.icon-arrow:after, .icon-arrow:before {
    position: absolute;
    display: block;
    content: ' ';
    width: 14px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-arrow.up:before, .icon-arrow.up:after {
    top: 0;
    left: 0;
    -webkit-transform-origin: 12.5px 1.5px;
    -moz-transform-origin: 12.5px 1.5px;
    -ms-transform-origin: 12.5px 1.5px;
    -o-transform-origin: 12.5px 1.5px;
    transform-origin: 12.5px 1.5px;
}
.icon-arrow.up:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-arrow.up:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.icon-arrow.up span {
    top: 1px;
    left: 11px;
    width: 3px;
    height: 0;
}
.icon-arrow.down:before, .icon-arrow.down:after {
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 12.5px 1.5px;
    -moz-transform-origin: 12.5px 1.5px;
    -ms-transform-origin: 12.5px 1.5px;
    -o-transform-origin: 12.5px 1.5px;
    transform-origin: 12.5px 1.5px;
}
.icon-arrow.down:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-arrow.down:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.icon-arrow.down span {
    bottom: 1px;
    left: 11px;
    width: 3px;
    height: 0;
}
.icon-arrow.left {
    width: 12px;
    height: 26px;
}
.icon-arrow.left:before, .icon-arrow.left:after {
    top: 11px;
    left: 0;
    -webkit-transform-origin: 1.5px 1.5px;
    -moz-transform-origin: 1.5px 1.5px;
    -ms-transform-origin: 1.5px 1.5px;
    -o-transform-origin: 1.5px 1.5px;
    transform-origin: 1.5px 1.5px;
}
.icon-arrow.left:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-arrow.left:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-arrow.left span {
    left: 1px;
    top: 11px;
    width: 0;
    height: 3px;
}
.icon-arrow.right {
    width: 12px;
    height: 26px;
}
.icon-arrow.right:before, .icon-arrow.right:after {
    top: 11px;
    right: 0;
    -webkit-transform-origin: 12.5px 1.5px;
    -moz-transform-origin: 12.5px 1.5px;
    -ms-transform-origin: 12.5px 1.5px;
    -o-transform-origin: 12.5px 1.5px;
    transform-origin: 12.5px 1.5px;
}
.icon-arrow.right:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-arrow.right:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-arrow.right span {
    right: 1px;
    top: 11px;
    width: 0;
    height: 3px;
}
.icon-arrow:hover.up span, .icon-arrow:hover.down span, a:hover .icon-arrow.up span, a:hover .icon-arrow.down span {
    height: 20px;
    opacity: 1;
}
.icon-arrow:hover.left span, .icon-arrow:hover.right span, a:hover .icon-arrow.left span, a:hover .icon-arrow.right span {
    width: 20px;
    opacity: 1;
}
.icon-arrow:hover.up, a:hover .icon-arrow.up {
    margin-top: -5px;
}
.icon-arrow:hover.down, a:hover .icon-arrow.down {
    margin-top: 5px;
}
.icon-arrow:hover.left, a:hover .icon-arrow.left {
    margin-left: -5px;
}
.icon-arrow:hover.right, a:hover .icon-arrow.right {
    margin-left: 5px;
}
.icon-button {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    -webkit-transition: border-radius 0.3s;
    -moz-transition: border-radius 0.3s;
    transition: border-radius 0.3s;
    border: 2px solid #000;
    overflow: hidden;
}
.icon-button i.icon {
    position: relative;
    margin-left: -4px;
    margin-top: -54px;
    height: 100px;
    -webkit-transition: margin-top 0.4s;
    -moz-transition: margin-top 0.4s;
    transition: margin-top 0.4s;
}
.icon-button:hover i.icon {
    margin-top: -4px;
}
.icon-button-svg {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: border-color 0.8s;
    -moz-transition: border-color 0.8s;
    transition: border-color 0.8s;
}
.icon-button-svg svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    fill: #fff;
}
.icon-button-svg:hover {
    border-color: #fff;
    border-width: 2px;
}
.icon-button-svg:hover:after, .icon-button-svg:hover:before {
    visibility: visible;
    opacity: 1;
}
.icon-button-svg:hover:after {
    bottom: 60px;
}
.icon-button-svg:hover:before {
    bottom: 54px;
}
.icon-button-svg:after {
    position: absolute;
    bottom: 50px;
    left: -33px;
    width: 90px;
    visibility: hidden;
    content: attr(title);
    padding: 7px 10px;
    background: #fff;
    font-family: 'Amasis',  serif;
    font-weight: bold;
    font-size: 0.875em;
    color: #000;
    text-align: center;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-button-svg:before {
    position: absolute;
    visibility: hidden;
    bottom: 44px;
    left: 16px;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.awarded {
    overflow: hidden;
}
.awarded .ribbon {
    height: 26px;
    width: 150px;
    line-height: 26px;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: 600;
    font-size: 0.875em;
    background: #000;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%}
header.top {
    position: fixed;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
header.top h1 {
    margin: 13px 0 0 15px;
    width: 50px;
    height: 25px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    -webkit-transition: opacity 0.5s, margin-top 0.5s, width 0.3s;
    -moz-transition: opacity 0.5s, margin-top 0.5s, width 0.3s;
    transition: opacity 0.5s, margin-top 0.5s, width 0.3s;
}
header.top h1 a {
    display: block;
    color: #000;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    width: 100%;
    height: 100%}
header.top h1 a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: ' ';
    width: 50px;
    height: 25px;
    background-image: url("../img/logo.png");
    background-size: 50px 25px;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    header.top h1 a: before {
    background-image: url("../img/logo@2x.png");
    background-size: 50px 25px;
}
}header.top.active.mobile-hidden {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
header.top nav {
    position: absolute;
    top: 13px;
    -webkit-transition: top 0.5s, right 0.5s;
    -moz-transition: top 0.5s, right 0.5s;
    transition: top 0.5s, right 0.5s;
}
header.top nav ul {
    float: left;
    *zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
header.top nav ul:before, header.top nav ul:after {
    content: " ";
    display: table;
}
header.top nav ul:after {
    clear: both;
}
header.top nav ul li {
    float: left;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    margin-right: 15px;
    -webkit-transition: margin-right 0.5s;
    -moz-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
}
header.top nav ul li a {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 1;
    padding-top: 10px;
    -webkit-transition: padding-top 0.5s, width 0.5s;
    -moz-transition: padding-top 0.5s, width 0.5s;
    transition: padding-top 0.5s, width 0.5s;
}
header.top nav ul li a:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    -webkit-transition: height 0.5s, width 0.3s, opacity 0.5s;
    -moz-transition: height 0.5s, width 0.3s, opacity 0.5s;
    transition: height 0.5s, width 0.3s, opacity 0.5s;
}
header.top nav ul li a:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #000;
    -webkit-transition: width 0.3s, opacity 0.5s;
    -moz-transition: width 0.3s, opacity 0.5s;
    transition: width 0.3s, opacity 0.5s;
}
header.top nav ul li a.active:after {
    width: 100%}
header.top nav ul li a:hover:after {
    width: 100%}
header.top nav#main-navigation {
    right: 0;
}
header.top nav#socials {
    display: none;
    right: 20px;
    -webkit-transition: top 0.5s, right 0.5s, opacity 0.2s;
    -moz-transition: top 0.5s, right 0.5s, opacity 0.2s;
    transition: top 0.5s, right 0.5s, opacity 0.2s;
}
header.top nav#socials.inactive {
    opacity: 0;
    right: -100px !important;
}
header.top nav#socials li {
    position: relative;
    margin-right: 20px;
}
header.top nav#socials li a {
    overflow: hidden;
    width: 40px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}
header.top nav#socials li a .icon {
    margin-top: -18px;
    margin-left: -6px;
}
header.top nav#socials li a span {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visiblity: hidden;
    position: absolute;
    top: 17px;
    margin-left: -100px;
    font-size: 0.68421em;
}
header.top nav#socials li a:hover {
    width: 115px;
}
header.top nav#socials li a:hover.facebook {
    width: 120px;
}
header.top nav#socials li a:hover span {
    margin-left: 45px;
    opacity: 1;
    visiblity: visible;
}
header.top.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 48.75em) {
    header.top {
    height: 100px;
}
header.top h1 {
    margin: 25px 0 0 40px;
    width: 100px;
    height: 51px;
}
header.top h1 a:before {
    width: 100px;
    height: 51px;
    background-size: 100px 51px;
}
header.top h1 a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    content: ' ';
    width: 16px;
    height: 51px;
    background-image: url("../img/logo-small.png");
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
}@media only screen and (min-width: 48.75em) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 48.75em) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 48.75em) and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-width: 48.75em) and (min-resolution: 125dpi),  only screen and (min-width: 48.75em) and (min-resolution: 1.3dppx) {
    header.top h1 a: after {
    background-image: url("../img/logo-small@2x.png");
    background-size: 16px 51px;
}
}@media only screen and (min-width: 48.75em) {
    body.contact-open header.top h1 {
    opacity: 0;
}
header.top.small h1 {
    width: 16px;
}
header.top.small h1 a:before {
    opacity: 0;
}
header.top.small h1 a:after {
    opacity: 1;
}
header.top nav {
    top: 25px;
}
header.top nav ul li {
    font-size: 1.1875em;
    margin-right: 35px;
}
header.top nav ul li a {
    width: 130px;
    padding-top: 15px;
}
header.top nav#main-navigation {
    left: 20%;
    right: auto;
}
header.top nav#socials {
    display: block;
}
}@media only screen and (min-width: 65.625em) {
    header.top {
    height: 110px;
}
}@media only screen and (min-width: 68.75em) {
    header.top nav ul li {
    margin-right: 65px;
}
header.top nav ul li a {
    width: 175px;
}
}
.slides {
    position: relative;
    width: 100%;
    z-index: 2;
    /* padding-top: 50px; */
}
.slides article.slide {
    position: relative;
    width: 100%}
.slides article.slide .project-images {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.slides article.slide .project-images a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%}
.slides article.slide .project-images .project-image {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides article.slide .project-images .project-image.first {
    visibility: visible;
    opacity: 1;
}
.project-image-left-bar{
    float: right;
    left: 40%;
    min-height: 500px;
    width: 42%;
    z-index: 2;
    padding: 5px 20px;
}
.left-bar-s1
{
     background-image: url(../images/sessions/s1-bg.png);
}
.left-bar-s2
{
     background-image: url(../images/sessions/s2-bg.png);
}
.left-bar-s3
{
     background-image: url(../images/sessions/s3-bg.png);
}
.project-image-photo{
    left: 0;
    width: 58%;
    position: absolute;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #dedcde;
    background-position: center center;
    height: 100% !important;
}
.project-image-photo-col50{
    width: 50%;
    min-height: 474px;
    height: 100%;
    float: left;
}
.project-image-photo-col30{
    width: 33.33333%;
    min-height: 474px;
    height: 100%;
    float: left;
}

.project-image-left-bar-text{
    margin-top: 10px;
    margin-left: 5px;
}
.project-image-left-bar-s-titles{
    color: #fff;
    font-family: "roboto_condensedlight",arial;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 1px;
    clear:both;
}

.project-image-left-bar-s-titles > img{
    position: relative;
    left: -2px;
    margin-bottom: 5px;
    margin-top: 5px;;
}
.project-image-left-bar-s-titles > span > .badge{
    margin-bottom: 10px;
}

.project-image-left-bar-m-titles{
    color: #fff;
    font-family: "roboto_condensedlight",arial;
    font-size: 22px;
}
.project-image-left-bar-l-titles{
    color: #fff;
    font-family: "roboto_condensedlight",arial;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}
.project-image-designation{
     font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.project-keynote-designation{
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}
.project-image-company{
    font-size: 12px;
    line-height: 15px;
    display: block;
    margin-top: 5px;
}
.project-image-bottom-logo
{
    background-image: url("../images/sessions/bottom-logo.png");
    background-size: 100% auto;
    bottom: 66px;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
    background-size: cover;
}
.project-image-bottom-logo-col1{
    float: left;
    width: 58%;
    position: relative;
}
.project-image-bottom-logo-col2{
    float: right;
    width: 42%;
    position: relative
}
.project-image-bottom-img1{
    position: absolute;
    right: 10px;
    top: 18px;
}
.project-image-bottom-img2{
     left: 20px;
    position: relative;
    top: 36px;
    
}

.project-image-bottom-logo-new
{
    /*
    background-image: url("../images/sessions/bottom-logo-bg.png");
    */
    bottom: 66px;
    height: 88px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
    background-repeat: repeat-x;
}

.project-image-bottom-logo-only1 {
    /*background-image: url(../images/sessions/bottom-logo-bg.png);*/
    bottom: 0;
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99;
    background-repeat: repeat-x;
}


.project-presenter-logo {
    height: 60px;
    left: 10px;
    position: absolute;
    top: 0px;
    width: 15%;
    z-index: 2;
}

/* IPAD PORTRAIT */
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
    .project-image-bottom-logo-new {
        bottom: 0 !important;
        background-color: #333;
        background-position: 10px;
    }
    
    
}

/*iPhone 6 Landescape----------- */
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 2)
{ 
    .project-image-bottom-logo{
            display:none;
    }
    
    .project-image-bottom-logo-new {
        display:none;
    }
    
    .project-presenter-logo {
        height: 60px;
        left: 0;
        position: absolute;
        top: 0px;
        width: 32%;
        z-index: 2;
    }
}

/*iPhone 6+ Landescape----------- */
    
    @media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
    { 
        .project-image-bottom-logo{
            display:none;
        }
        
        .project-image-bottom-logo-new {
           display:none;
        }
        .project-presenter-logo {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0px;
            width: 32%;
            z-index: 2;
        }
    }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
        .project-image-bottom-logo-new {
            display:none;
        }
        
        .project-presenter-logo {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0px;
            width: 32%;
            z-index: 2;
        }
    
        .slides article.slide .project-images {
            overflow:visible;
        }
        .project-image-photo{
            width: 100%;
            min-height:500px;
            position: inherit;
            z-index: 1;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: #3b3c3c;
            background-position: center center;
            clear:both;
        }
    
	.slides article.slide .project-images .project-image {
		position: relative;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.project-image-left-bar{
		min-height: 350px;
		width: 100%;
		z-index: 2;
		padding: 10px !important;
		clear:both;
		position: relative;
		left: 0;
	}
	.project-image-left-bar-m-titles{
		color: #fff;
		font-family: "roboto_condensedlight",arial;
		font-size: 16px;
		line-height: 16px;
	}
	
	.project-image-left-bar-l-titles{
		color: #fff;
		font-family: "roboto_condensedlight",arial;
		font-size: 20px;
		line-height: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.project-image-bottom-logo
	{   
            display:none;
            /*
            position: absolute;
            bottom: 68px;
            z-index: 3;
            width: 100%;
            background-size: 100% auto;
            height: 30px;
            background-repeat: no-repeat;
            */
	}
        
        body.sidebar-open section.home aside {
            visibility: visible;
            position: fixed !important;
            right: 0;
            padding-top: 0 !important;
            top: 105px;
       }
       
       .project-image-bottom-bar-item{
           line-height: 15px !important;
            font-size: 12px !important;
            font-weight: normal !important;
            padding-top: 16px;
       }
       .project-image-bottom-bar {
            bottom: 0 !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
       }
       
      .slides article.slide .description p {
            font-size: 16px !important;
      }
      .thumb-title > h2{
          font-size: 10px !important;
      }
      .photo-bottom-caption-img-2{
          height: 370px !important;
      }
      .caption-2col {
        width: 50%;
        float: left;
        height: 155px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 10px;
      }
}




@media (max-width: 767px) {
  
    .slides article.slide .description {
        position: relative;
        clear:both;
        visibility: visible;
    }
    section.home footer.mobile-footer
    {
        visibility: visible !important;
    }
}  

.project-image-bottom-bar{
    bottom: 0;
    z-index: 3;
    height: 70px;
    left: 0;
    position: absolute;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    
}
.project-image-bottom-bar-item{
    width: 33.333%;
    float: left;
    /*border-right: 1px solid rgba(255, 255, 255, 0.15); */
    color: #fff;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    display: block;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.15);

}

.project-showcase-bar-item{
    width: 11.111%;
    float: left;
    color: #fff;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 70px;
    line-height: 70px;
    display: block;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.15);

}
.project-showcase-bar-item-active
{
    background-image: url("../images/sessions/menu-item-bg.png");
    font-weight: bold;
}
.project-image-bottom-bar-active{
    /*
    background-image: url("../images/sessions/menu-item-bg.png");
    */
    background-color: #00638B;
}
.project-image-bottom-bar-item:hover{
     background-image: url("../images/sessions/menu-item-bg.png");

}

.project-image-bottom-day{
    width: 50%;
    float: left;
    /*border-right: 1px solid rgba(255, 255, 255, 0.15); */
    color: #fff;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    display: block;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.project-image-bottom-day-active
{
    background-image: url("../images/sessions/menu-item-bg.png"); 
    font-weight: bold;
}
.project-image-bottom-day:hover{
     background-image: url("../images/sessions/menu-item-bg.png");
}


.slides article.slide .description {
    position: relative;
    z-index: 3;
    height: auto;
    width: 100%;
    padding: 1.875em 0.9375em 3.4375em 0.9375em;
    color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #fff;
}
.slides article.slide .description .description-text-inside {
    position: relative;
    color: #231F20;
    text-align:justify !important;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 10px;
    font-family: "roboto_condensedlight",arial;
    font-size: 15px;
}
.slides article.slide .description a {
    color: #333;
    text-decoration: underline;
}
.slides article.slide .description h2 {
    margin: 0;
    font-family: 'Amasis',  serif;
    font-weight: bold;
    font-size: 1.125em;
}
.slides article.slide .description h3 {
    margin: 0;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: 200;
    font-size: 1.125em;
    line-height: 1.22222em;
}
.slides article.slide .description p {
    margin: 1.83333em 0 0 0;
    font-size: 0.75em;
    line-height: 1.41667em;
}
.dropCap {
    display: block;
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62px;
    font-weight: normal;
    height: 66px;
    line-height: 66px;
    margin: -2px 10px 0 0;
}

.slides article.slide .description .show-project {
    position: relative;
    display: block;
    margin-top: 1.83333em;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 1.83333em;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    overflow: hidden;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
}
.slides article.slide .description .show-project:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    width: 20px;
    height: 19px;
    opacity: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    background-image: url("../images/go-outside.png");
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .slides article.slide .description .show-project: before {
    background-image: url("../images/go-outside@2x.png");
    background-size: 20px 19px;
}
}.slides article.slide .description .show-project:after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    width: 20px;
    height: 19px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    background-image: url("../images/go-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min--moz-device-pixel-ratio: 1.3),  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),  only screen and (min-resolution: 125dpi),  only screen and (min-resolution: 1.3dppx) {
    .slides article.slide .description .show-project: after {
    background-image: url("../images/go-arrow@2x.png");
    background-size: 11px 9px;
}
}.slides article.slide .description .slide-navigation {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background: #000;
}
.slides article.slide .description .slide-navigation .slide-nav-button {
    float: left;
    display: block;
    height: 100%;
    width: 70px;
    padding: 29px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 999;
}
.next-project
{
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.slides article.slide .description .slide-navigation .slide-nav-button.inactive {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}
.slides article.slide .description .slide-navigation .scroll-helper {
    display: none;
    position: absolute;
    top: 35px;
    left: 5%;
    cursor: default;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}
.slides article.slide .description .slide-navigation .project-navigation {
    position: absolute;
    right: -15px;
    padding: 35px 40px;
    top: -10px;
    display: block;
    width: 102px;
    height: 70px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.slides article.slide .description .slide-navigation .project-navigation .icon-menu-close {
    position: absolute;
    top: 35px;
    left: 40px;
}
.slides article.slide .description .slide-navigation .project-navigation>span {
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    color: #fff;
    white-space: nowrap;
    margin-left: -100px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (min-width: 65.625em) {
    .slides article.slide .description .slide-navigation .project-navigation: hover {
    width: 170px;
}
.slides article.slide .description .slide-navigation .project-navigation:hover>span {
    margin-left: 40px;
    visibility: visible;
    opacity: 1;
}
}body.sidebar-open .slides article.slide .description .slide-navigation .project-navigation {
    width: 102px;
}
body.sidebar-open .slides article.slide .description .slide-navigation .project-navigation>span {
    margin-left: 40px;
    visibility: hidden;
    opacity: 1;
}
body.sidebar-open .slides article.slide .description .slide-navigation .project-navigation .icon-menu-close {
    -webkit-transition: opacity 0.5s 0.8s;
    -moz-transition: opacity 0.5s 0.8s;
    transition: opacity 0.5s 0.8s;
    opacity: 0;
}
body.sidebar-open .slides article.slide .description .slide-navigation .project-navigation .icon-menu-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.sidebar-open .slides article.slide .description .slide-navigation .project-navigation .icon-menu-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.sidebar-open .slides article.slide .description .slide-navigation .project-navigation .icon-menu-close span {
    opacity: 0;
}
.slides article.slide .awarded {
    position: absolute;
    right: -120px;
    top: 80px;
    -webkit-transition: right 0.75s, padding-top 0.5s;
    -moz-transition: right 0.75s, padding-top 0.5s;
    transition: right 0.75s, padding-top 0.5s;
    padding-top: 33%}
.slides article.slide .awarded.transition-out {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
}
.slides article.slide.transition-in.transition-slide-up .project-image.first {
    -webkit-animation: backgroundFromBottom 1s 0 cubic-bezier(0.455,  0.03,  0.515,  0.955) forwards;
    -moz-animation: backgroundFromBottom 1s 0 cubic-bezier(0.455,  0.03,  0.515,  0.955) forwards;
    animation: backgroundFromBottom 1s 0 cubic-bezier(0.455,  0.03,  0.515,  0.955) forwards;
}
.slides article.slide.transition-in.transition-slide-up .description .description-text-inside {
    opacity: 0;
    -webkit-animation: textFromBottom 0.5s 0.4s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    -moz-animation: textFromBottom 0.5s 0.4s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    animation: textFromBottom 0.5s 0.4s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
}
.slides article.slide.transition-in.transition-slide-down .project-image.first {
    -webkit-animation: backgroundFromTop 1s 0 cubic-bezier(0.455,  0.03,  0.515,  0.955) forwards;
    -moz-animation: backgroundFromTop 1s 0 cubic-bezier(0.455,  0.03,  0.515,  0.955) forwards;
    animation: backgroundFromTop 1s 0 cubic-bezier(0.455,  0.03,  0.515,  0.955) forwards;
}
.slides article.slide.transition-in.transition-slide-down .description .description-text-inside {
    opacity: 0;
    -webkit-animation: textFromTop 0.5s 0.4s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    -moz-animation: textFromTop 0.5s 0.4s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    animation: textFromTop 0.5s 0.4s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
}
.slides #sidebar-close {
    display: none;
    cursor:pointer;
}
/* SLIDES FOR iPad */
@media only screen and (min-width: 48.75em) {
.project-image-left-bar
{
    left: 41%;
}

.slides {
    padding-top: 110px;
}
.slides article.slide {
    position: absolute;
    top: 0px;
    left: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.slides article.slide.active, .slides article.slide.transition-in, .slides article.slide.transition-out {
    visibility: visible;
}
.slides article.slide .slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%}
.slides article.slide .project-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%}
.slides article.slide .project-images .slideshow-indicator {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 10;
}
.slides article.slide .description {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    left: 60%;
    padding: 5px 30px;
    font-family: Helvetica, Arial, sans-serif;
}
.slides article.slide .description h2 {
    font-size: 1.875em;
}
.slides article.slArialide .description h3 {
    font-size: 1.875em;
    line-height: 1.06667em;
}
.slides article.slide .description p {
    margin: 5px 0 0 0;
    font-size: 0.9375em;
    line-height: 1.46667em;
}
.slides article.slide .description .show-project {
    margin: 7% 0 0 0;
    font-size: 0.9375em;
    line-height: 1.46667em;
}
.slides article.slide .description a:hover .show-project {
    padding-left: 35px;
}
.slides article.slide .description a:hover .show-project:before {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.slides article.slide .description a:hover .show-project:after {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.slides article.slide .description .slide-navigation {
    display: block;
}
}@media only screen and (min-width: 65.625em) {
    .slides {
    padding-top: 110px;
}
.slides article.slide {
    top: 0;
}
}@media only screen and (min-width: 71.875em) {
    .slides article.slide {
    /* top: 110px; */
}
.slides article.slide .project-images {
    /* width: 73% */
    width: 66.947%;
}
.slides article.slide .description {
    /* left: 73%;
    width: 27% */
    left: 66%;
    width: 34.052%;
}
}@media only screen and (min-width: 103.125em) {
    .slides article.slide .description h2, .slides article.slide .description h3 {
    font-size: 2.25em;
}
.slides article.slide .description p {
    font-size: 1em;
}
}@media only screen and (min-width: 125em) {
    .slides article.slide .description h2, .slides article.slide .description h3 {
    font-size: 2.5em;
}
.slides article.slide .description p {
    font-size: 1.1875em;
}
}
@-webkit-keyframes textHighlight {
    0% {
    right: auto;
    left: 0;
    width: 0%;
    direction: ltr;
    text-align: left;
}
50% {
    right: auto;
    left: 0;
    width: 100%;
    direction: ltr;
    text-align: left;
}
51% {
    right: 0;
    left: auto;
    width: 100%;
    direction: rtl;
    text-align: right;
}
100% {
    right: 0;
    left: auto;
    width: 0%;
    direction: rtl;
    text-align: right;
}
}@-moz-keyframes textHighlight {
    0% {
    right: auto;
    left: 0;
    width: 0%;
    direction: ltr;
    text-align: left;
}
50% {
    right: auto;
    left: 0;
    width: 100%;
    direction: ltr;
    text-align: left;
}
51% {
    right: 0;
    left: auto;
    width: 100%;
    direction: rtl;
    text-align: right;
}
100% {
    right: 0;
    left: auto;
    width: 0%;
    direction: rtl;
    text-align: right;
}
}@-o-keyframes textHighlight {
    0% {
    right: auto;
    left: 0;
    width: 0%;
    direction: ltr;
    text-align: left;
}
50% {
    right: auto;
    left: 0;
    width: 100%;
    direction: ltr;
    text-align: left;
}
51% {
    right: 0;
    left: auto;
    width: 100%;
    direction: rtl;
    text-align: right;
}
100% {
    right: 0;
    left: auto;
    width: 0%;
    direction: rtl;
    text-align: right;
}
}@keyframes textHighlight {
    0% {
    right: auto;
    left: 0;
    width: 0%;
    direction: ltr;
    text-align: left;
}
50% {
    right: auto;
    left: 0;
    width: 100%;
    direction: ltr;
    text-align: left;
}
51% {
    right: 0;
    left: auto;
    width: 100%;
    direction: rtl;
    text-align: right;
}
100% {
    right: 0;
    left: auto;
    width: 0%;
    direction: rtl;
    text-align: right;
}
}@-webkit-keyframes textFromTop {
    0% {
    opacity: 0;
    top: -50%}
100% {
    opacity: 1;
    top: 18%}
}@-moz-keyframes textFromTop {
    0% {
    opacity: 0;
    top: -50%}
100% {
    opacity: 1;
    top: 18%}
}@-o-keyframes textFromTop {
    0% {
    opacity: 0;
    top: -50%}
100% {
    opacity: 1;
    top: 18%}
}@keyframes textFromTop {
    0% {
    opacity: 0;
    top: -50%}
100% {
    opacity: 1;
    top: 18%}
}@-webkit-keyframes textFromBottom {
    0% {
    opacity: 0;
    top: 86%}
100% {
    opacity: 1;
    top: 18%}
}@-moz-keyframes textFromBottom {
    0% {
    opacity: 0;
    top: 86%}
100% {
    opacity: 1;
    top: 18%}
}@-o-keyframes textFromBottom {
    0% {
    opacity: 0;
    top: 86%}
100% {
    opacity: 1;
    top: 18%}
}@keyframes textFromBottom {
    0% {
    opacity: 0;
    top: 86%}
100% {
    opacity: 1;
    top: 18%}
}@-webkit-keyframes backgroundFromTop {
    0% {
    -webkit-transform: translateY(-200px);
}
100% {
    -webkit-transform: translateY(0px);
}
}@-moz-keyframes backgroundFromTop {
    0% {
    -moz-transform: translateY(-200px);
}
100% {
    -moz-transform: translateY(0px);
}
}@-o-keyframes backgroundFromTop {
    0% {
    -o-transform: translateY(-200px);
}
100% {
    -o-transform: translateY(0px);
}
}@keyframes backgroundFromTop {
    0% {
    transform: translateY(-200px);
}
100% {
    transform: translateY(0px);
}
}@-webkit-keyframes backgroundFromBottom {
    0% {
    -webkit-transform: translateY(200px);
}
100% {
    -webkit-transform: translateY(0px);
}
}@-moz-keyframes backgroundFromBottom {
    0% {
    -moz-transform: translateY(200px);
}
100% {
    -moz-transform: translateY(0px);
}
}@-o-keyframes backgroundFromBottom {
    0% {
    -o-transform: translateY(200px);
}
100% {
    -o-transform: translateY(0px);
}
}@keyframes backgroundFromBottom {
    0% {
    transform: translateY(200px);
}
100% {
    transform: translateY(0px);
}
}section.home {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 100%;
    height: 100%;
    *zoom: 1;
}
section.home.from-project {
    -webkit-transition: none 0;
    -moz-transition: none 0;
    transition: none 0;
}
section.home.active {
    opacity: 1;
}
section.home:before, section.home:after {
    content: " ";
    display: table;
}
section.home:after {
    clear: both;
}
section.home aside {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    padding-top: 50px;
    height: 100%;
    width: 85.1%;
    background-color: #222326;
    overflow-y: auto;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
section.home aside ul {
    margin: 0 0 45px 0;
    padding: 0;
}
section.home aside ul li {
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
}
section.home aside ul li a {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100px;
}
section.home aside ul li a:after {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}
section.home aside ul li a:hover .thumb-background, section.home aside ul li a.active .thumb-background {
    width: 100%}
section.home aside ul li figure {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    width: 50%;
    height: 100px;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
}

section.home aside ul li .thumb-background {
    position: absolute;
    z-index: 1 !important;
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
    /*
    -webkit-transition: width 0.4s ease-out;
    -moz-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    */
}
section.home aside ul li .thumb-title {
    position: relative;
    z-index: 3;
    height: 100px;
    width: 80%;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%;
	
}

	/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	section.home aside ul li figure {
		position: relative;
		z-index: 2;
		display: block;
		float: left;
		width: 30%;
		background-size: 100% 100%;
		background-size: cover;
		background-position: center center;
		clear:both;
	}
	section.home aside ul li .thumb-title {
		position: relative;
		z-index: 3;
		width: 70%;
		overflow: hidden;
		display: table-cell;
		vertical-align: middle;
		padding: 0 10%;
		
	}

}
	
	
section.home aside ul li .thumb-title h2, section.home aside ul li .thumb-title h3 {
    margin: 0;
    font-family: 'Amasis',  serif;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}
section.home aside ul li .thumb-title h3 {
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: normal;
    line-height: 1.33333em;
}
body.sidebar-open section.home aside {
    visibility: visible;
    position: absolute;
    right:0;
    padding-top: 0 ;
}

section.home section.slides {
    z-index: 2;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
body.sidebar-open section.home section.slides {
    -webkit-transform: translateX(-85%);
    -moz-transform: translateX(-85%);
    -ms-transform: translateX(-85%);
    -o-transform: translateX(-85%);
    transform: translateX(-85%);
}
section.home section.slides.transition-to-project {
    opacity: 0;
}
section.home section.slides:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -moz-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}
body.sidebar-open section.home section.slides:after {
    opacity: 1;
    visibility: visible;
}
section.home section.slides #sidebar-close {
    display: none;
    cursor:pointer;
}
section.home .slide.news #news-animation {
    background-color: #9dcfdf;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #9dcfdf), color-stop(100%,  #b4eefd));
    background-image: -webkit-linear-gradient(#9dcfdf, #b4eefd);
    background-image: linear-gradient(#9dcfdf, #b4eefd);
}
section.home .slide.news #news-animation h2 {
    margin: 60px 0 0 15px;
    z-index: 2;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: 200;
    font-size: 1.125em;
    line-height: 1.11111em;
    color: #000;
}
section.home .slide.news #news-animation h2 strong {
    font-family: 'Amasis',  serif;
    font-weight: bold;
}
section.home .slide.news #news-animation h2 p {
    margin: 0;
}
section.home .slide.news #news-animation .project-image img {
    z-index: 1;
    position: absolute;
    bottom: 0;
}
section.home .slide.news #news-animation .project-image .homepage-graphic-right {
    right: 0%;
    height: 90%}
section.home .slide.news #news-animation .project-image .homepage-graphic-bottom {
    left: 0%;
    height: 45%}
section.home .slide.news .description h2 {
    position: relative;
    font-family: 'Amasis',  serif;
    font-weight: bold;
    font-size: 0.9375em;
}
section.home .slide.news .description ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
section.home .slide.news .description ul li {
    padding: 2em 0;
    list-style: none;
    border-bottom: 1px solid #4d4d4d;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: normal;
    font-size: 0.875em;
}
section.home .slide.news .description ul li:last-child {
    border: 0;
    padding-bottom: 0;
}
section.home .slide.news .description ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    transition: color 0.5s;
}
section.home .slide.news .description ul li a:hover {
    color: #c2c2c2;
}
section.home .slide.news .description ul li .show-project {
    display: none;
    font-size: 0.88235em;
    color: #97999c;
}
section.home footer.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 45px;
    background-color: #000;
    -webkit-transition-property: -webkit-transform, background-color;
    -moz-transition-property: -moz-transform, background-color;
    transition-property: transform, background-color;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
section.home footer.mobile-footer .icon-menu-close {
    position: absolute;
    right: 13px;
    top: 13px;
}
body.sidebar-open section.home footer.mobile-footer .icon-menu-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.sidebar-open section.home footer.mobile-footer .icon-menu-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.sidebar-open section.home footer.mobile-footer .icon-menu-close span {
    opacity: 0;
}
section.home footer.mobile-footer.mobile-hidden {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
@media only screen and (min-width: 48.75em) {
    section.home aside {
    position: fixed;
    padding-top: 0 ;
    width: 32.1%;
    margin: 0;
    bottom: 0;
  
}
section.home aside ul {
    margin: 0;
}
section.home aside ul li a {
    height: auto;
    padding-top: 30%}
section.home aside ul li a figure {
    position: absolute;
    top: 2px;
    left: 4px;
    height: 96px;
    background-position: center;
    background-size: cover;
    z-index: 2 !important;
    width: 20% !important;
    border: 1px solid #333;
    border-radius: 7px 7px;
}
section.home aside ul li a .thumb-title {
    position: absolute;
    top: 0;
    left: 20%;
    height: 100%;
    padding: 3%}
section.home footer.mobile-footer {
    display: none;
}
section.home.from-project section.slides article.slide {
    -webkit-transform: translateX(-68%);
    -moz-transform: translateX(-68%);
    -ms-transform: translateX(-68%);
    -o-transform: translateX(-68%);
    transform: translateX(-68%);
}
section.home.from-project section.slides article.slide .description {
    width: 90px;
    padding: 0;
}
section.home.from-project section.slides article.slide .description .description-text-inside {
    opacity: 0;
}
section.home.from-project section.slides article.slide .description .slide-nav-buttons, section.home.from-project section.slides article.slide .description .project-navigation {
    opacity: 0;
}
section.home.from-project section.slides article.slide .description .slide-navigation .icon-button-svg.show-project {
    left: 23px;
}
.slide-nav-buttons
{
    position: relative;
    /*left: 62px; */
    left: 0;
}
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
     .slide-nav-buttons{
	 left: 0;
	 }
}
body.sidebar-open section.home section.slides {
    -webkit-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -ms-transform: translateX(-32%);
    -o-transform: translateX(-32%);
    transform: translateX(-32%);
}
section.home section.slides.transition-to-project {
    opacity: 1;
}
section.home section.slides.transition-to-project article.slide {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(-68%);
    -moz-transform: translateX(-68%);
    -ms-transform: translateX(-68%);
    -o-transform: translateX(-68%);
    transform: translateX(-68%);
}
section.home section.slides.transition-to-project article.slide .description {
    width: 90px;
    padding: 0;
    -webkit-transition: padding 1.3s 0.3s, width 1.3s 0.3s;
    -moz-transition: padding 1.3s 0.3s, width 1.3s 0.3s;
    transition: padding 1.3s 0.3s, width 1.3s 0.3s;
}
section.home section.slides.transition-to-project article.slide .description .description-text-inside {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}
section.home section.slides.transition-to-project article.slide .description .slide-nav-buttons, section.home section.slides.transition-to-project article.slide .description .project-navigation {
    -webkit-transition: opacity 0.3s 0.5s;
    -moz-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
    opacity: 0;
}
section.home section.slides.transition-to-project article.slide .description .slide-navigation .scroll-helper {
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
    opacity: 0;
    left: 5%}
section.home section.slides.transition-from-project article.slide {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
section.home section.slides.transition-from-project article.slide .description {
    width: 32%;
    padding: 0 4%;
    -webkit-transition: padding 1.1s, width 1.1s;
    -moz-transition: padding 1.1s, width 1.1s;
    transition: padding 1.1s, width 1.1s;
}
section.home section.slides.transition-from-project article.slide .description .description-text-inside {
    -webkit-transition: opacity 0.3s 1.1s;
    -moz-transition: opacity 0.3s 1.1s;
    transition: opacity 0.3s 1.1s;
    opacity: 1;
}
section.home section.slides.transition-from-project article.slide .description .slide-nav-buttons, section.home section.slides.transition-from-project article.slide .description .project-navigation {
    -webkit-transition: opacity 0.3s 0.6s;
    -moz-transition: opacity 0.3s 0.6s;
    transition: opacity 0.3s 0.6s;
    opacity: 1;
}
section.home section.slides.transition-from-project article.slide .description .slide-navigation .scroll-helper {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 0;
    left: 5%}
section.home section.slides:after {
    top: 0;
}
section.home section.slides #sidebar-close {
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 30px;
    right: 47px;
    z-index: 11;
    cursor:pointer;
}
body.sidebar-open section.home section.slides #sidebar-close {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    visibility: visible;
    cursor:pointer;
    right: 30px;
}
section.home .slide.news #news-animation h2 {
    position: absolute;
    top: 28%;
    left: 15%;
    margin: 0;
    font-size: 2.5em;
    line-height: 1.15em;
    opacity: 1;
}
section.home .slide.news #news-animation .project-image .homepage-graphic-right {
    right: -15%}
section.home .slide.news #news-animation .project-image .homepage-graphic-bottom {
    bottom: 0%}
section.home .slide.news .description h2 {
    font-size: 1.1875em;
}
section.home .slide.news .description ul li {
    font-size: 1.25em;
}
section.home .slide.news .description ul li .show-project {
    display: block;
    font-size: 0.75em;
}
html.cssanimations section.home .slide.news.intro-animation #news-animation h2 {
    opacity: 0;
    -webkit-animation: newsSlideTextAnimation 0.75s 1.1s cubic-bezier(0.23,  1,  0.32,  1) forwards;
    -moz-animation: newsSlideTextAnimation 0.75s 1.1s cubic-bezier(0.23,  1,  0.32,  1) forwards;
    animation: newsSlideTextAnimation 0.75s 1.1s cubic-bezier(0.23,  1,  0.32,  1) forwards;
}
html.cssanimations section.home .slide.news.intro-animation #news-animation .project-image .homepage-graphic-right {
    right: -100%;
    -webkit-animation: newsSlideImgRightAnimationSmall 1s 0.9s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    -moz-animation: newsSlideImgRightAnimationSmall 1s 0.9s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    animation: newsSlideImgRightAnimationSmall 1s 0.9s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
}
html.cssanimations section.home .slide.news.intro-animation #news-animation .project-image .homepage-graphic-bottom {
    bottom: -45%;
    -webkit-animation: newsSlideImgBottomAnimation 1s 0.7s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    -moz-animation: newsSlideImgBottomAnimation 1s 0.7s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    animation: newsSlideImgBottomAnimation 1s 0.7s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
}
}@media only screen and (min-width: 71.875em) {
    section.home .slide.news #news-animation .project-image .homepage-graphic-right {
    right: 0%}
html.cssanimations section.home .slide.news.intro-animation #news-animation .project-image .homepage-graphic-right {
    -webkit-animation: newsSlideImgRightAnimation 1s 0.9s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    -moz-animation: newsSlideImgRightAnimation 1s 0.9s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
    animation: newsSlideImgRightAnimation 1s 0.9s cubic-bezier(0.25,  0.46,  0.45,  0.94) forwards;
}
}@media only screen and (min-width: 71.875em) {
    section.home aside {
    width: 27.1%}
section.home.from-project section.slides article.slide {
    -webkit-transform: translateX(-73%);
    -moz-transform: translateX(-73%);
    -ms-transform: translateX(-73%);
    -o-transform: translateX(-73%);
    transform: translateX(-73%);
}
section.home section.slides:after {
    top: 0;
}
body.sidebar-open section.home section.slides {
    -webkit-transform: translateX(-27%);
    -moz-transform: translateX(-27%);
    -ms-transform: translateX(-27%);
    -o-transform: translateX(-27%);
    transform: translateX(-27%);
}
section.home section.slides.transition-to-project article.slide {
    -webkit-transform: translateX(-73%);
    -moz-transform: translateX(-73%);
    -ms-transform: translateX(-73%);
    -o-transform: translateX(-73%);
    transform: translateX(-73%);
}
section.home section.slides.transition-from-project article.slide {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
section.home section.slides.transition-from-project article.slide .description {
    width: 27%}
}
@-webkit-keyframes newsSlideTextAnimation {
    0% {
    left: 5%;
    opacity: 0;
}
100% {
    left: 15%;
    opacity: 1;
}
}@-moz-keyframes newsSlideTextAnimation {
    0% {
    left: 5%;
    opacity: 0;
}
100% {
    left: 15%;
    opacity: 1;
}
}@-o-keyframes newsSlideTextAnimation {
    0% {
    left: 5%;
    opacity: 0;
}
100% {
    left: 15%;
    opacity: 1;
}
}@keyframes newsSlideTextAnimation {
    0% {
    left: 5%;
    opacity: 0;
}
100% {
    left: 15%;
    opacity: 1;
}
}@-webkit-keyframes newsSlideImgRightAnimation {
    0% {
    right: -100%}
100% {
    right: 0%}
}@-moz-keyframes newsSlideImgRightAnimation {
    0% {
    right: -100%}
100% {
    right: 0%}
}@-o-keyframes newsSlideImgRightAnimation {
    0% {
    right: -100%}
100% {
    right: 0%}
}@keyframes newsSlideImgRightAnimation {
    0% {
    right: -100%}
100% {
    right: 0%}
}@-webkit-keyframes newsSlideImgRightAnimationSmall {
    0% {
    right: -100%}
100% {
    right: -15%}
}@-moz-keyframes newsSlideImgRightAnimationSmall {
    0% {
    right: -100%}
100% {
    right: -15%}
}@-o-keyframes newsSlideImgRightAnimationSmall {
    0% {
    right: -100%}
100% {
    right: -15%}
}@keyframes newsSlideImgRightAnimationSmall {
    0% {
    right: -100%}
100% {
    right: -15%}
}@-webkit-keyframes newsSlideImgBottomAnimation {
    0% {
    bottom: -45%}
100% {
    bottom: 0%}
}@-moz-keyframes newsSlideImgBottomAnimation {
    0% {
    bottom: -45%}
100% {
    bottom: 0%}
}@-o-keyframes newsSlideImgBottomAnimation {
    0% {
    bottom: -45%}
100% {
    bottom: 0%}
}@keyframes newsSlideImgBottomAnimation {
    0% {
    bottom: -45%}
100% {
    bottom: 0%}
}section.project {
    z-index: 100;
    width: 100%;
    height: 100%;
    *zoom: 1;
}
section.project:before, section.project:after {
    content: " ";
    display: table;
}
section.project:after {
    clear: both;
}
section.project.transition-out {
    visibility: visible;
}
section.project.transition-out .intro, section.project.transition-out .project-images {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}
section.project aside {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    padding-top: 0 !important;
    z-index: 3;
}
section.project aside .page-nav-buttons {
    position: absolute;
    bottom: 90px;
    left: 0;
}
section.project aside .page-nav-buttons .page-nav-button {
    display: block;
    height: 90px;
    width: 90px;
    padding: 39px 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
section.project aside .page-nav-buttons .page-nav-button.inactive {
    opacity: .3;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    cursor: default;
    pointer-events: none;
}
section.project aside .project-close {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
}
section.project aside .project-close .icon-close-back {
    position: absolute;
    top: 31px;
    left: 31px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
section.project .intro {
    position: relative;
    margin: 100px 15px 0 15px;
    *zoom: 1;
}
section.project .intro:before, section.project .intro:after {
    content: " ";
    display: table;
}
section.project .intro:after {
    clear: both;
}
section.project .intro h2 {
    font-family: 'Amasis',  serif;
    font-weight: bold;
    font-size: 1.875em;
    line-height: 1.16667em;
    width: 100%;
    margin: 0 0 1.16667em 0;
    opacity: 0;
    -webkit-transform: translateX(-5%);
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    transform: translateX(-5%);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25,  0.46,  0.45,  0.94);
    -moz-transition-timing-function: cubic-bezier(0.25,  0.46,  0.45,  0.94);
    transition-timing-function: cubic-bezier(0.25,  0.46,  0.45,  0.94);
}
section.project .intro h2 span {
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: 200;
}
section.project .intro .project-text {
    position: relative;
    *zoom: 1;
}
section.project .intro .project-text:before, section.project .intro .project-text:after {
    content: " ";
    display: table;
}
section.project .intro .project-text:after {
    clear: both;
}
section.project .intro .project-intro-text {
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.2s;
    -moz-transition: opacity 0.4s 0.2s;
    transition: opacity 0.4s 0.2s;
}
section.project .intro .project-intro-text p {
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 21px 0;
}
section.project .intro .project-details {
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.2s;
    -moz-transition: opacity 0.4s 0.2s;
    transition: opacity 0.4s 0.2s;
}
section.project .intro .project-details h3 {
    font-family: 'Amasis',  serif;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    line-height: 21px;
}
section.project .intro .project-details p {
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 21px 0;
}
section.project .intro .project-details p.project-button {
    font-family: 'Amasis',  serif;
    font-weight: bold;
    font-size: 0.9375em;
    text-align: left;
}
section.project .intro .project-details p.project-button a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    padding: 8px 20px;
    width: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
section.project .intro .project-details p.project-button a:hover {
    background-color: #000 !important;
}
section.project .project-images {
    position: relative;
    z-index: 2;
}
section.project .project-images .project-image {
    position: relative;
    width: 100%;
    background: #fff;
    padding-top: 300px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: padding-top 0.7s;
    -moz-transition: padding-top 0.7s;
    transition: padding-top 0.7s;
}
section.project .project-images .project-image img {
    width: 100%;
    margin: 50px 0;
    opacity: 0;
    -webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    transition: opacity 0.7s;
}
section.project .project-images .project-image.grey {
    background: #f5f5f5;
}
section.project .project-images .project-image.in-view {
    padding-top: 0;
}
section.project .project-images .project-image.in-view img {
    opacity: 1;
}
section.project .project-images .project-image .awarded {
    position: absolute;
    right: -120px;
    top: 80px;
    overflow: visible;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    transition: right 0.5s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
section.project.active h2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
section.project.active .project-intro-text, section.project.active .project-details {
    opacity: 1;
}
section.project.active .project-images .project-image.first {
    padding-top: 0;
}
section.project.active .project-images .project-image.first img {
    opacity: 1;
}
section.project.active .project-images .project-image .awarded {
    width: 150px;
}
@media only screen and (min-width: 48.75em) {
    section.project aside {
    display: block;
}
section.project .intro {
    margin: 210px 0 100px 20%;
    -webkit-transition: margin-left 0.3s;
    -moz-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}
section.project .intro h2 {
    font-size: 3.125em;
    line-height: 1.2em;
    width: 90%;
    margin: 0 0 1em 0;
}
section.project .intro .project-intro-text {
    width: 90%}
section.project .intro .project-details {
    display: none;
    position: absolute;
    top: 0;
    left: 800px;
    padding-right: 20px;
}
section.project .intro .project-details p.project-button {
    text-align: center;
}
section.project .intro .project-details p.project-button a {
    display: block;
    width: 100%;
    padding: 8px 0;
}
section.project .project-images .project-image {
    padding-top: 300px;
    padding-left: 90px;
}
section.project .project-images .project-image img {
    width: 100%;
    margin: 50px 0;
}
}@media only screen and (min-width: 61.25em) {
    section.project .intro .project-intro-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
    width: 714px;
}
}@media only screen and (min-width: 71.875em) {
    section.project .intro {
    margin-left: 15%}
section.project .intro .project-details {
    display: block;
}
}@media only screen and (min-width: 81.25em) {
    section.project .intro {
    margin-left: 20%}
}

.book-layout {
    margin-top: 50px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.book-layout .chapter .title-page {
    background: #fff;
    color: #fff;
    padding: 50px 15px;
}
.book-layout .chapter .title-page h2 {
    position: relative;
    z-index: 3;
    margin: 0;
    font-family: 'Amasis',  serif;
    font-weight: bold;
    font-size: 1.875em;
    line-height: 1.16667em;
}
.book-layout .chapter .title-page h3 {
    position: relative;
    z-index: 3;
    margin: 0.33333em 0 0;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: 200;
    font-size: 1.875em;
    line-height: 1.16667em;
}
.book-layout .chapter .title-page.photo {
    position: relative;
    z-index: 1;
    min-height: 230px;
    background-position: center center;
    background-size: 100% 100%;
    background-size: cover;
}
.book-layout .chapter .title-page.photo-darker:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.book-layout .chapter .text {
    padding: 25px 15px;
}
.book-layout .chapter .text h4 {
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.book-layout .chapter .text>p:first-of-type:first-letter {
    display: block;
    float: left;
    font-family: 'Amasis',  serif;
    font-weight: normal;
    font-size: 72px;
    line-height: 66px;
    margin: -2px 10px 0 0;
    height: 66px;
}
.book-layout .chapter .text p {
    margin: 0 0 22px 0;
    font-size: 14px;
    line-height: 22px;
}
.book-layout .chapter .text a {
    color: #000;
    text-decoration: none;
}
.book-layout .chapter .photo {
    min-height: 230px;
    background-position: center center;
    background-size: 100% 100%;
    background-size: cover;
}
.book-layout .chapter .grid ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
}
.book-layout .chapter .grid ul:before, .book-layout .chapter .grid ul:after {
    content: " ";
    display: table;
}
.book-layout .chapter .grid ul:after {
    clear: both;
}
.book-layout .chapter .grid ul li {
    position: relative;
    float: left;
    width: 50%;
    padding-top: 50%;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.book-layout .chapter .grid ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 0.9375em;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: bold;
}
.book-layout .chapter .grid ul li a figure {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin: -60px auto 0 auto;
    width: 100%;
    height: 120px;
}
.book-layout .chapter .grid ul li a figure img {
    display: block;
    margin: 0 auto;
    max-width: 70%}
.book-layout .chapter .grid ul li a figure span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%}
.book-layout .chapter .quotes {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.book-layout .chapter .quotes li {
    position: relative;
    display: none;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.book-layout .chapter .quotes li a {
    color: #fff;
    text-decoration: none;
}
.book-layout .chapter .quotes li.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 48.75em) {
    .book-layout {
    display: block;
    margin-top: 100px;
    margin-bottom: 60px;
    height: 100%}
.book-layout .chapter {
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%}
.book-layout .chapter .title-page {
    position: absolute;
    width: 800px;
    height: 100%;
    padding: 1px;
}
.book-layout .chapter .title-page h2 {
    margin: 0;
    font-size: 3.125em;
    line-height: 1.2em;
}
.book-layout .chapter .title-page h3 {
    margin: 0.2em 0 0;
    font-size: 3.125em;
    line-height: 1.2em;
}
.book-layout .chapter .title-page>h2 {
    margin: 20% 10% 0 10%}
.book-layout .chapter .title-page>h3 {
    margin: 0.2em 10% 0 10%}
.book-layout .chapter .text {
    position: absolute;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 50px;
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
}
.book-layout .chapter .photo {
    position: absolute;
    top: 0;
    height: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-size: cover;
}
.book-layout .chapter .grid {
    position: absolute;
    top: 0;
    width: 1200px;
    height: 100%}
.book-layout .chapter .grid ul {
    height: 100%}
.book-layout .chapter .grid ul li {
    width: 400px;
    height: 50%;
    padding-top: 0;
}
.book-layout .chapter .grid ul li a figure {
    margin-top: -70px;
    height: 140px;
}
.book-layout .chapter .grid ul li a figure img {
    max-width: none;
}
.book-layout .chapter .quotes {
    margin: 20% 10% 0 10%}
.book-layout .chapter .quotes li {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
}@media only screen and (min-width: 65.625em) {
    .book-layout {
    margin-top: 110px;
}
}
.book-layout-navigation {
    display: none;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    transition: background 1s;
}
.book-layout-navigation ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 35px auto 0 auto;
}
.book-layout-navigation ul li {
    float: left;
}
.book-layout-navigation ul li a {
    display: block;
    margin: 0 30px 0 0;
    font-family: 'Proxima Nova',  sans-serif;
    font-weight: normal;
    font-size: 0.9375em;
    color: #fff;
    text-decoration: none;
}
.book-layout-navigation ul li a.active, .book-layout-navigation ul li a:hover {
    font-weight: bold;
}
.book-layout-navigation .about-nav-buttons {
    position: absolute;
    right: 0;
    top: 0;
}
.book-layout-navigation .about-nav-buttons .about-nav-button {
    float: left;
    display: block;
    height: 90px;
    width: 90px;
    padding: 34px 39px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.book-layout-navigation .about-nav-buttons .about-nav-button.inactive {
    opacity: .3;
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    cursor: default;
    pointer-events: none;
}
@media only screen and (min-width: 48.75em) {
    .book-layout-navigation {
    display: block;
}
}


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media print {
    * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}

/* PHOTO CAPTION */
.photo-bottom-caption-img-2{
    background-position: top center;
    background-size: cover;
    float: left;
    height: 70%;
    width: 50%;
    background-repeat: no-repeat;
}

.photo-bottom-caption-img-3 {
    background-position: top center;
    background-size: cover;
    float: left;
    min-height: 350px;
    height: 70%;
    width: 33.333%;
    background-repeat: no-repeat;
}

.photo-bottom-caption{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height:30%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #3b3c3c;
    color: #fff;
    font-familty: "roboto_condensedlight",arial;
}
.caption-col-lborder{
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.caption-2col{
    width: 50%;
    float: left;
    height:76px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
}
.caption-3col{
    width: 33.333333%;
    float: left;
     height:76px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.15);
     padding: 10px;
}
.pic-border-left{
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }
 
    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
 
    }
 
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .aside-custom{
            
        }
    }
 
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .aside-custom{
            /*padding-top: 100px !important; */
        }
    }
 
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
         .aside-custom{
             /*padding-top: 100px !important; */
        }
    }
