/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #000;
}

html {
    font-size: 1em;
    line-height: 1.4;
    min-width: 1024px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1 {

}
/* ==========================================================================
Author's custom styles
========================================================================== */
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: "PTSansRegular", sans-serif;
    font-size: 14px;
}
/* GLOBAL */
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    -webkit-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}
b{
    font-family: 'PTSansBold', sans-serif;
}
.clear-style{
    list-style: none;
    padding: 0;
    margin: 0;
}
#page{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* HEADER */
#header{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 27px 0 54px 0;
}
#header > *{
    float: left;
}
#header .pattern{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 808px;
    background: url(../img/header-pattern.png) no-repeat 5px bottom;
    text-align: right;
}
.page > .content{
    display: none;
}
.page.active > .content{
    display: block;
}
.page > .menu .submenu{
    visibility: hidden;
    opacity: 0;
    line-height: 23px;

    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.page.active > .menu .submenu{
    visibility: visible;
    opacity: 1;
}
/* MENU */
.menu{
    display: inline-block;
    width: 100%;
    /*margin-bottom: 18px;*/
    margin-bottom: 9px;
}
.active .menu{
    /*    margin-bottom: 23px !important;*/
}
.menu .main{
    color: #231f20;
    font-size: 18px;
    text-transform: uppercase;
}
.menu .main .sign{
    display: inline-block;
    position: relative;
    width: 15px;
    height: 18px;
}
.menu .main .sign .vertical,
.menu .main .sign .horizontal{
    position: absolute;
    background: #616266;
}
.menu .main .sign .vertical{
    left: 2px;
    top: 10px;
    width: 11px;
    height: 3px;
}
.menu .main .sign .horizontal{
    top: 6px;
    left: 6px;
    height: 11px;
    width: 3px;
}
.page.active .menu .main .sign .horizontal{
    height: 3px;
    top: 10px;
}
.page.active .menu .main .sign .vertical,
.page.active .menu .main .sign .horizontal{
    background: #221f1f;
}
.page .menu .main .text{
    z-index: 3;
    position: relative;
    padding: 0 5px 0 7px;

    /*-webkit-transition: background-color 400ms ease, color 400ms ease;
    -o-transition: background-color 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, color 400ms ease;*/
}
.page .menu .main .text:hover,
.page.active .menu .main .text{
    background: #231f20;
    color: #fff;
}
.page .menu .main .text:after{
    z-index: 1;
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    width: 10px;
    background: transparent;

    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);

    /*-webkit-transition: background-color 400ms ease, color 400ms ease;
    -o-transition: background-color 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, color 400ms ease;*/
}
.page .menu .main .text:hover:after,
.page.active .menu .main .text:after{
    background: #231f20;
}
.menu .submenu{
    float: right;
    border-bottom: 1px solid #000000;
}
.menu .submenu li{
    display: inline-block;
    color: #b0adad;
}
.menu .submenu li.title{
    color: #231f20;
    font-family: 'PTSansBold', sans-serif;
    text-transform: uppercase;
}
.menu .submenu li a{
    color: #b0adad;
    text-transform: uppercase;
}
.menu .submenu li a:hover,
.menu .submenu li a.active{
    color: #231f20;
}
#content{
    margin-top: -6px;
}
/* PROJECTS */
#projects-carousel{
    opacity: 0;
    position: relative;
    margin: 0 -3px 0 -1px;

    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.arrow{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 23px;
    height: 40px;

    -webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}
.arrow.left{
    left: -29px;
    background: url(../img/projects-arrow-left.png) no-repeat left center;
}
.arrow.left:hover{
    cursor: pointer;
    background-position: 100% 0;
}
.arrow.right{
    right: -29px;
    background: url(../img/projects-arrow-right.png) no-repeat right center;
}
.arrow.right:hover{
    cursor: pointer;
    /*    right: -27px;*/
    background-position: 0px;
}
#projects-carousel .holder{
    margin: 0 0 17px 0;
}
#projects-carousel .holder ul,
#the-architects .right-container ul{
    display: inline-block;
}
#projects-carousel .holder ul li,
#the-architects .right-container ul li{
    float: left;
}
#the-architects .right-container ul li img{
    -webkit-transform: translateZ(0);
}
#projects-carousel .item{
    padding:3px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    width:252px;
}
#projects-carousel .item a{
    position: relative;
    display: block;
    overflow:hidden;
}
#projects-carousel .item a .hover{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 27px 31px;
    background: url(../img/hover-pattern.png) repeat;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
#projects-carousel .item a:hover .hover{
    opacity: 1;
}
#projects-carousel .item a .hover span{
    color: #fff;
    display: block;
    font-family: 'PTSansBold', sans-serif;
    font-size: 20px;
    line-height: 23px;
}
#projects-carousel .item a .hover span.type{
    font-size: 15px;
    line-height: 17px;
    font-family: 'PTSansRegular', sans-serif;
}
#projects-carousel .item a .hover span.name{

}
#projects-carousel .item a .hover .info-holder{
    position: absolute;
    bottom: 27px;
}
.pagination{
    text-align: right;
    margin: 0 0 10px 0;
    line-height: 10px;
}
.pagination li{
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    background: #c6c4c4;
}
.pagination li.active{
    background: #231f20;
}
#projects-carousel .pagination{
    margin: 0 8px 22px 0;
}
/* PROJECT DETAILS */
#project-details{
    margin-top: -13px;
}

#media-close{
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    float: right;
    font-family: 'PTSansBold', sans-serif;
    margin-bottom: 22px;
}
#project-close{
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    float: right;
    font-family: 'PTSansBold', sans-serif;
    margin-bottom: 22px;
}
#project-details .content{
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 300px;
}
.left-container{
    float: left;
    width: 320px;
}
#project-details .left-container{
    width: 323px;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#project-details .left-container h1{
    font-family: 'PTSansBold', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px 0;
}
#project-details .left-container h1 span{
    color: #b7b4b4;
    display: block;
}
#project-details .left-container ul b{
    font-size: 15px;
}
#project-details .left-container .project-nav{
    position: absolute;
    bottom: 50px;
}
#prev-project,
#next-project{
    color:#fff;
    background: rgb(187,187,187);
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    /*    color: #231f20;*/
    font-family: 'PTSansBold', sans-serif;
    /*    margin-right: 1em;*/
    text-transform: uppercase;

    /*    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;*/

    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
#prev-project:hover,
#next-project:hover{
    color: #fff;
    background: #231f20;
    /*font-family: 'PTSansRegular', sans-serif;*/
}
#prev-project span,
#next-project span{
    display: inline-block;
    -moz-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
}
.right-container{
    float: right;
    position: relative;
    margin-left: 5px;
    width: 683px;
    /*min-height:500px;*/
}
#project-details .right-container{
    width: 645px;
    margin-right: 35px;
}
#project-details .right-container .holder{
    float: right;
    max-width: 645px;
    margin-bottom: 25px;
}
#project-details .right-container .holder ul{
    float: left;
    vertical-align: middle;
}
#project-details .right-container .holder li{
    /*    float: left;*/
    text-align: center  ;
    -webkit-transform: translateZ(0);
    vertical-align: middle;
    display:table-cell;
		width:645px !important;
}
#project-details .right-container .holder li img{
    max-height: 461px;
		max-width: 100%;
}
#project-details .right-container .right{
    right: -34px;
}
#project-details .right-container .left{
    left: -34px;
}
#project-details .right-container .pagination{
    float: right;
}
#partners {
    display:none;
    min-height:200px;
}
#partners h1{
    font-size: 35px;
    font-family: 'PTSansBold', sans-serif;
    text-transform: uppercase;
    margin: 0;
    margin-bottom:25px;
}
#partners ul li {
    margin-right:12px;
    float:left;
}
/* OUR FIRM */
#our-firm .menu{
    /*margin-bottom: 24px;*/
    margin-bottom: 8px;
}

#the-firm h1{
    margin-bottom: 15px;
    font-family: 'PTSansBold', sans-serif;
    font-size: 35px;

}
#our-firm .left-container p{
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
}
#tony-haddad,
#the-architects,
#the-firm{
    display: none;
    /*display: inline-block;*/
}
#tony-haddad h1 {
font-size:35px;
text-transform: uppercase;
}
#our-firm h1 {
    font-family: 'PTSansBold', sans-serif;
    margin-top: -7px;
    margin-bottom: 0px;

}
#the-architects h1{
    font-size: 35px;
    font-family: 'PTSansBold', sans-serif;

}
#tony-haddad.active,
#the-architects.active,
#the-firm.active{
    display: block;
}
#tony-haddad .left-container,
#tony-haddad .right-container{
    margin-bottom: 3px;
}
#tony-haddad .right-container img{
    width: 100%;
}
#tony-haddad h2{
    color: #c1c1c1;
    font-family: 'PTSansRegular', sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 23px 0;
    line-height: 25px;
}
#the-architects .left-container,
#the-architects .right-container{
    margin-bottom: 21px;
}
#the-architects h1{
    margin-bottom: -3px;
}
#the-architects .architect{
    text-align: right;
    position: relative;
}
#the-architects .architect .name{
    opacity: 0;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 17px;

    color: #fff;
    text-align: center;
    font-family: 'PTSansBold', sans-serif;
    font-size: 18px;

    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#the-architects .architect:hover .name{
    opacity: 1;
}
#team-popup{

}
#team-popup .content h4{
    margin: 0;
    text-transform: uppercase;
    font-family: 'PTSansBold', sans-serif;
    font-size: 22px;
}
#team-popup .content .separator{
    margin: 10px 0 7px 0;
}
#team-popup .content p{
    margin: 0 0 10px 0;
    color: #a1a1a0;
    font-size: 18px;
    line-height: 20px;
}
#team-popup .content p.school{
    font-size: 17px;
    color: #262626;
}
#team-popup .image{
    float: left;
    margin-right: 25px;
}
#the-firm .right-container .arrow{
    display: none;
}
#the-firm .right-container .holder{
    /*max-width: 680px;*/
    margin-bottom: 20px;
}
#the-firm .right-container .holder ul{
    display: inline-block;
}
#the-firm .right-container .holder li{
    float: left;
}
#the-firm .right-container .holder li img{
    width: 100%;
}
/* IN THE MEDIA */
#publications-carousel{
    opacity: 0;
    position: relative;
    margin: 0 -3px 0 -1px;

    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
#publications-carousel .holder{
    margin: 0 0 17px 0;
}
#publications-carousel .holder ul{
    display: inline-block;
}
#publications-carousel .holder ul li{
    float: left;
}
#publications-carousel .item{
    padding:3px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    width:252px;
}
#publications-carousel .item a{
    position: relative;
    display: block;
    overflow:hidden;
}
#publications-carousel .item a .hover{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 27px 31px;
    background: url(../img/hover-pattern.png) repeat;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
#publications-carousel .item a:hover .hover{
    opacity: 1;
}
#publications-carousel .item a .hover span{
    color: #fff;
    display: block;
    font-family: 'PTSansBold', sans-serif;
    font-size: 20px;
    line-height: 23px;
}
#publications-carousel .item a .hover span.type{
    font-size: 15px;
    line-height: 17px;
    font-family: 'PTSansRegular', sans-serif;
}
#publications-carousel .item a .hover span.name{

}
#publications-carousel .item a .hover .info-holder{
    position: absolute;
    bottom: 27px;
}

#publications-carousel .pagination{
    margin: 0 8px 22px 0;
}
/* PROJECT DETAILS */
#publication-details{
    margin-top: -13px;
		display: none
}

#publication-close{
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    float: right;
    font-family: 'PTSansBold', sans-serif;
    margin-bottom: 22px;
}
#publication-details .content{
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 300px;
}
#publication-details .left-container{
    width: 323px;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#publication-details .left-container h1{
    font-family: 'PTSansBold', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px 0;
}
#publication-details .left-container h1 span{
    color: #b7b4b4;
    display: block;
}
#publication-details .left-container ul b{
    font-size: 15px;
}
#publication-details .left-container .publication-nav{
    position: absolute;
    bottom: 50px;
}
#prev-publication,
#next-publication{
    color:#fff;
    background: rgb(187,187,187);
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    /*    color: #231f20;*/
    font-family: 'PTSansBold', sans-serif;
    /*    margin-right: 1em;*/
    text-transform: uppercase;

    /*    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;*/

    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
#prev-publication:hover,
#next-publication:hover{
    color: #fff;
    background: #231f20;
    /*font-family: 'PTSansRegular', sans-serif;*/
}
#prev-publication span,
#next-publication span{
    display: inline-block;
    -moz-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
}
#publication-details .right-container{
    width: 645px;
    margin-right: 35px;
}
#publication-details .right-container .holder{
    float: right;
    max-width: 645px;
    margin-bottom: 25px;
}
#publication-details .right-container .holder ul{
    float: left;
    vertical-align: middle;
}
#publication-details .right-container .holder li{
    /*    float: left;*/
    text-align: center  ;
    -webkit-transform: translateZ(0);
    vertical-align: middle;
    display:table-cell;
    width: 645px !important;
}
#publication-details .right-container .holder li img{
		max-height: 461px;
		max-width: 100%;
}
#publication-details .right-container .right{
    right: -34px;
}
#publication-details .right-container .left{
    left: -34px;
}
#publication-details .right-container .pagination{
    float: right;
}



#links ol{
    list-style: none;
    padding: 0;
    margin-bottom: 2em;
}
#links ol p{
    margin: 0;
}
/* CONTACT */
#contact-us{
    margin-bottom: 16px;
}
#contact-us.active{
    margin-bottom: 20px;
}
#contact-us .left-container{
    padding: 9px 0 0 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contact-us .left-container ul{
    margin-top: 20px;
}
#contact-us .left-container ul li{
    margin-bottom: 8px;
}
#contact-us .right-container{
    padding-top: 24px;
}
#contact-us.page.active > .content{
    display: inline-block !important;
}
/* FOOTER */
#footer{
    margin-bottom: 20px;
    text-align: right;
}
#footer a{
    display: inline-block;
    line-height: 16px;
}
#footer a img{
    float: left;
    margin-right: 3px;
}
/* Preloader */
.ip-header {
    position: fixed;
    top: 0;
    z-index: 100;
    min-height: 480px;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
}

.ip-header h1 {
    margin: 0;
}

.ip-logo,
.ip-loader {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.ip-logo {
    top: 0;
    height: 100%;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0);
}

.ip-loader {
    bottom: 20%;
}
.ip-header{
    /*    background: url(../img/preloader-bg.jpg) center center no-repeat;*/
    background-color: #000;
    background-size: cover;
}

.ip-header .ip-inner {
    display: block;
    margin: 0 auto;
}

.ip-header .ip-logo svg {
    min-width: 320px;
    max-width: 480px;
    width: 25%;
}

.ip-header .ip-logo svg path {
    fill: #ef6e7e;
}

.ip-header .ip-loader svg path {
    fill: none;
    stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
    stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
    -webkit-transition: stroke-dashoffset 0.2s;
    transition: stroke-dashoffset 0.2s;
    stroke: #fff;
}

/* Content */
.ip-main {
    margin: 0 auto;
    padding: 160px 0 10em 0;
    max-width: 1100px;
    width: 90%;
}

.browser {
    margin: 0 auto;
    padding-top: 8%;
    min-height: 400px;
    max-width: 1000px;
    width: 100%;
    border-radius: 8px;
    background: #fff url(../img/browser.png) no-repeat 50% 0;
    background-size: 100%;
    color: #d3d3d3;
}

.box {
    float: left;
    padding: 3.5em;
    width: 33.3%;
    font-size: 0.7em;
    line-height: 1.5;
}

.box p {
    font-family: 'Blokk', Arial, sans-serif;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
    display: block;
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-radius: 5px;
    background: #dfdfdf;
    color: #fff;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 5em;
    font-family: 'feather';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
    content: "\e006";
}

.icon-cog:before {
    content: "\e023";
}

.icon-heart:before {
    content: "\e024";
}

/* Animations */

/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
    opacity: 1;
    -webkit-animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
    animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loading .ip-loader {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
    from { opacity: 0; -webkit-transform: translate3d(0,800px,0); }
}

@keyframes animInitialHeader {
    from { opacity: 0; -webkit-transform: translate3d(0,800px,0); transform: translate3d(0,800px,0); }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
    opacity: 0;
}

.loaded .ip-logo {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
    animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLogo {
    to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

@keyframes animLoadedLogo {
    to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

.loaded .ip-loader {
    -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
    animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLoader {
    to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

@keyframes animLoadedLoader {
    to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

/* Change the color of the logo */
.loaded .ip-logo svg path {
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
    -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
    animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedHeader {
    to { -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedHeader {
    to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

/* Content animations */
/*.loaded .ip-main h2,*/
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loaded .ip-main .browser .box:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes animLoadedContent {
    from { opacity: 0; -webkit-transform: translate3d(0,200px,0); }
}

@keyframes animLoadedContent {
    from { opacity: 0; -webkit-transform: translate3d(0,200px,0); transform: translate3d(0,200px,0); }
}

/* Change layout class for header */
.layout-switch .ip-header {
    position: absolute;
}

/* No JS */
.no-js .ip-header {
    position: relative;
    min-height: 0px;
}

.no-js .ip-header .ip-logo {
    margin-top: 20px;
    height: 180px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .ip-header .ip-logo svg path {
    fill: #fff;
}


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

@media only screen and (min-width: 35em) {

}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
Helper classes
========================================================================== */

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

/* ==========================================================================
Print styles
========================================================================== */

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


#links   li p {
    display:inline-block;
}
#contact-us.active .menu {
    margin-bottom: 0!important;
}

#projects .menu{
    /*margin-bottom: 21px;*/
}

#projects.active .menu{
    margin-bottom: 24px!important;
}
#in-the-media.active .menu{
    margin-bottom: 18px!important;
}
#our-firm.active .menu{
    margin-bottom: 24px!important;
}
#in-the-media.active .menu{
    margin-bottom: 19px!important;
}

#page {

    /*display:none;*/
}

#contact-us .menu {
    margin-bottom: 5px;
}

#prevMember{
    cursor: pointer;
    display: inline-block;
    /* float: left; */
    /* margin-top: 61px; */
    position: absolute;
    bottom: 27px;
    left: 250px;
}
#nextMember{
    cursor: pointer;
    display: inline-block;
    /* float: right; */
    /* margin-top: 61px; */
    /* margin-right: 70px; */
    position: absolute;
    bottom: 27px;
    left: 375px;
}
