@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

p {
    font-family: 'Lato', sans-serif;
    color: #8e8e8e;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: .8em;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #606162;
}

.marginH1 {
    margin-top: -17%;
}

input[type="text"], textarea {
    font-family: 'Lato', sans-serif;
    color: #8e8e8e;
    font-weight: 300;
    font-size: 14px;
}

/* General */

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.top-bar-section {
}

/* General End */

/* home */

.getHome {
    margin-top: 5%;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.getP {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

/* Parallax */

.reveal{
    position:relative;
    background-position:50%;
    background-attachment:fixed;
    background-repeat:no-repeat;
    max-width: 100%;
    /* height of viewport*/
    height: 280px;
    background-size: cover;
}

.reveal img{
    max-width:100%;
}

.backgroundBlack {
    background-color: #000000;
    max-width: 100%;
    /* height of viewport*/
    height: 280px;
    color: #ffffff;
}

.revealP {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin-left: 1rem;
    text-transform: uppercase;
    line-height: 28px;
    color: #000000;
}

.vl {
    border-left: 6px solid black;
    height: 135px;
    position: absolute;
    margin-top: 5%;
    top: 0;
    float: left;
    left: 60%;
}

/* Parallax END */

/* Call to Action Hover */

.top {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
}

.container {
    position: relative;
    width: 300px;
    height: 250px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.container:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .3);
}

.containerImg {
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0;
}

.button {
    position: absolute;
    width: 300px;
    left:0;
    top: 130px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.button a {
    width: 200px;
    padding: 12px 48px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 10px;
}

.container:hover .button {
    opacity: 1;
}

.officeIcon {
    width: 20%;
    margin-bottom: 10px;
    margin-top: 17%;
}

.retailIcon {
    width: 17%;
    margin-bottom: 10px;
    margin-top: 17%;
}

.entertainmentIcon {
    width: 21%;
    margin-bottom: 10px;
    margin-top: 17%;
}

.button {
    background-color: transparent !important;
    border-color: transparent !important;
}

.button a {
    width: 200px;
    padding: 15% 1% 10% 1%;
    text-align: center;
    color: white;
    border: none;
    z-index: 1;
}

.button a:hover {
    background-color: transparent;
}

/* Call to Action Hover End */

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    background: transparent;
    color: #000000;
    height: 17rem !important;
}

.panel p, .panel h1, .panel a  {
    color: #000000;
}

.vl1 {
    border-left: 3px solid black;
}

.enquiriesH1 {
    font-size: 18px;
    margin-left: 1rem;
    letter-spacing: 1px;
}

.enquiriesP {
    font-size: 13px;
    margin-left: 1rem;
    color: #000;
}

.enquiriesP a {
    color: #000;
}

/* footer */

.footerContainer {
    background-color: #8e8e8e;
    width: 100%;
    padding: 1.5% 3% 1.5% 3%;
    margin-top: 6%;
}

.footerP {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 10px;
    color: #ffffff;
}

.aMaps {
    margin: 0 auto;
    display: block;
    width: 45%;
}

/* footer End */

/* nav */

.logo {
    padding: 3px 7px 0px 0px;
    width: 19%;
    margin-right: 1rem;
    margin-left: 2rem;
}

.logo > a {
    display: block;
}

.top-bar-section .has-dropdown > a {
    padding-right: 16px !important;
}

.top-bar-section ul li > a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: white;
    letter-spacing: 1px;
    background: black !important;
    background-color: black !important;
    width: 100%;
}

.contain-to-grid {
    width: 100%;
    background: #000000;
    padding: 20px 0;
}

.top-bar {
    background: #000000;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background: white !important;
    color: black;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #0000008a !important;
}

.dropdown .back {
    margin-bottom: 10px;
    background: #252525;
}

/* nav End */

/* home End */



/* about */

.aboutBanner {
    margin: 2rem 0;
}

.aboutContainer {
    background-color: #f4f4f5;
    width: 100%;
    padding: 1.5% 3% 1.5% 3%;
}

.aboutContainer2 {
    background-color: #e1e2e4;
    padding: 3% 3% 3% 3%;
    margin-left: -40px !important;
    margin-top: 5rem !important;
}

.tabs dd > a, .tabs .tab-title > a {
    width: 12rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
    background-color: #dadce0;
}

.tabs dd.active a, .tabs .tab-title.active a {
    background-color: #000000;
    color: #ffffff;
}

.marginH1About {
    margin-top: -12%;
}

.localityImage {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.overviewImage {
    margin-top: 6%;
}

/* about End */

/* contact */

.hrContact {
    border: solid #000000;
    border-width: 3px 0 0;
    clear: both;
    margin: 1.25rem auto 1.1875rem auto;
    height: 0;
    display: block;
    width: 6%;
}

.contactContainer2 {
    background-color: #4b4d4f;
    width: 100%;
    padding: 1.5% 3% 1.5% 3%;
    margin: 2rem 0;
}

.contactContainer {
    background-color: #f4f4f5;
    width: 100%;
}

.revealContact {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin-left: 1rem;
    line-height: 28px;
    color: #000000;
}

.vl2 {
    border-left: 3px solid black;
    height: 114px;
    position: absolute;
    float: left;
    left: 12%;
    top: 28%;
}

/* contact End */

/* Retail */

.retailContainer1 {
    background-color: #dadce0;
    width: 100%;
    padding: 1.5% 3% 1.5% 3%;
}

.retailOverviewBanner {
    margin: -10rem 0 2rem 0;
    width: 50%;
    float: right;
}

.retailFloorplan {
    margin-top: 7%;
}

/* Retail End*/


/* Offices */

.officeContainer {
    background-color: #f4f4f5;
    width: 100%;
    padding: 1.5% 3% 1.5% 3%;
}

.officeContainer2 {
    background-color: #dadce0;
    padding: 0 3% 3% 3%;
    margin-left: -40px !important;
    margin-top: 10% !important;
}

.tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: none;
    margin: 5% auto 10% auto;
    display: block;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
    width: 20%;
    max-width: 20%;
    float: none;
}

.officeOverviewImage {
    margin-top: -7%;
    margin-left: -35%;
}

.officeFloorPlan {
    width: 80%;
    margin-bottom: 4%;
    margin-top: 4%;
}

.hrOffice {
    border: solid #8e8e8e;
    border-width: 1px 0 0;
    clear: both;
    margin: 3rem 0 3rem;
    height: 0;
}

.brochureBackground {
    background-color: #4b4d4f;
    padding: 40px;
    display: inline-block;
}

.brochureBackground img {
    display: block;
}

.brochureBackground a {
    display: block;
    position: relative;
}

.brochureBackground a .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.7);
    color: #aaa;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.brochureBackground a .cover i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
}

.brochureBackground a:hover .cover {
    opacity: 1;
}

.notes
{
    background-size: 100% 100%, 100% 100%, 100% 31px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 31px;
    padding: 8px;
    width:300px;
    height:500px;
    background-color: #eee;
}
.notes:focus
{
    outline: none;
}

/* Offices End*/

/* Gallery */
.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery > a {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 25%;
    width: 25%;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    position: relative;
}

.gallery > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery > a > img {
    display: block;
    margin: 0;
    padding: 0;
}

.gallery > a:hover:after {
    opacity: 0;
}

.gallery-display-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}

.gallery-display-container > .gallery-display {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gallery-display-container > .gallery-display > .gallery-navigator {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.gallery-display-container > .gallery-display > .gallery-navigator img {
    display: block;
}

.gallery-display-container > .gallery-display > .gallery-navigator > .nav-left,
.gallery-display-container > .gallery-display > .gallery-navigator > .nav-right {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    cursor: pointer;
}

.gallery-display-container > .gallery-display > .gallery-navigator > .nav-right {
    right: 100px;
    left: auto;
}

.gallery-display-container > .gallery-display > .gallery-navigator > .nav-right img {
    transform: rotateZ(180deg);
}

.gallery-display-container > .gallery-display > .nav-pager {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    z-index: 20;
}

.gallery-display-container > .gallery-display > .nav-pager > a {
    display: inline-block;
    padding: 10px;
    background: #333;
    color: #fff;
    margin-right: 1px;
}
.gallery-display-container > .gallery-display > .nav-pager > a:last-child {
    margin-right: 0;
}
.gallery-display-container > .gallery-display > .nav-pager > a.active {
    background: #fff;
    color: #000;
}

.gallery-display-container > .gallery-display > .nav-pager > a:hover {
    background: #444;
}

.gallery-display-container > .gallery-display > figure {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.gallery-display-container > .gallery-display .gallery-close {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.gallery-display-container > .gallery-display .gallery-close > i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gallery-display-container > .gallery-display .gallery-close:hover {
    background: #000;
    color: #fff;
}

.gallery-display-container > .gallery-display > figure {
    margin: 0;
    padding: 0;
}

.gallery-display-container > .gallery-display > figure > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.gallery-display-container.active > .gallery-display {
    transform: translateY(0);
    opacity: 1;
}

.contactContainer2 {
    padding: 20px 20px 0 20px;
    position: relative;
}

.contactContainer2 .contact-columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contactContainer2 .contact-submit {
    position: relative;
    text-align: right;
}

.contactContainer2 .contact-submit .submit-button {
    margin: 0 -20px 0 0;
    position: relative;
    right: 0;
    background: #000;
    padding: 10px 20px;
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 300;
    font-size: 14px;
}

.contactContainer2 .contact-submit .submit-button:hover {
    background: #444;
}

.contactContainer2 .contact-column {
    margin-top: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
}
.contactContainer2 .contact-column:first-child {
    padding-left: 0;
}

.contactContainer2 .contact-column:last-child {
    padding-right: 0;
}

.contactContainer2 .contact-column .form-control {
    background: transparent;
    margin: 0;
    border-top-width: 0;
    resize: none;
    color: #eee;
}

.contactContainer2 .contact-column .form-control:focus {
    border-color: #ccc;
    background: #333;
    color: #fff;
}

.contactContainer2 .contact-column .form-control:first-child {
    border-top-width: 1px;
    border-radius: 4px 4px 0 0;
}

.contactContainer2 .contact-column .form-control:last-child {
    border-radius: 0 0 4px 4px;
}

.contact-form-panel .contact-form textarea {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 300;
    border: 1px #000 solid;
    background: transparent;
    color: #eee;
    resize: none;
    margin-bottom: 0;

}
.contact-form-panel .contact-form-submit {
    text-align: right;
}
.contact-form-panel .contact-form-submit button {
    margin: 0;
    padding: 10px 20px;
    background: #000;
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 300;
    font-size: 14px;
}

.get-in-touch {
    display: block;
    flex-wrap: wrap;
    position: relative;
    margin-top: -150px;
}
.get-in-touch > div {
    flex-basis: 100%;
    display: block;
    padding: 0;
}

.get-in-touch .panel-body {
    height: 100%;
}

.get-in-touch > div > .panel-body {
    padding: 30px 60px;
}

.get-in-touch .enquires > .panel-body {
    background-color: #e0e2e3;
}

.get-in-touch .contact-form > .panel-body {
    background-color: #4b4d4f;
    color: #fff;
}

.get-in-touch .contact-form-panel > p {
    margin-bottom: 1em;
    color: #000;
}

.feature-set .title {
    font-family: 'Lato', sans-serif;
    position: absolute;
    width: 300px;
    left: 0;
    top: 100px;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top .5s ease;
    line-height: 25px;
    letter-spacing: 1px;
}

.feature-set .container:hover .title {
    top: 90px;
}

ul.feature-set li {
    position: relative;
    display: inline-block;
    float: none;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

.responsive-banner {
    overflow: hidden;

}

.responsive-banner img {
    transform: scale(1.4);
}

.floor-plan-links,.contact-links {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.floor-plan-links > a,
.contact-links > a {
    color: #000;
    font-weight: 400;
}

table.hidden-for-small-down {
    display: none;
}

.office-info-block {
    height: 280px;
    position: relative;
    margin: 30px 0;
    display: block;
    text-decoration: none;
    color: #fff;
}

.office-info-block > .background-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover !important;
    background: url('/img/home/illovo-office-image.jpg') center right no-repeat;
}

.office-info-block > .heading {
    height: 70px;
    position: absolute;
    top: 0;
    margin-top: -70px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    left: 50%;
    padding: 10px 20px;
    transform: translateX(-50%);
    border-left: 3px #000 solid;
}

.office-info-block > .heading img {
    width: 50px;
}

.office-info-block > .body {
    color: #fff;
    border-left: 3px #fff solid;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: normal;
    max-width: 300px;
    width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    line-height: 0.8;
    padding-top: 90px;
}

.office-info-block > .more {
    width: 100%;
    position: relative;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    line-height: 1.1;
    transition: all .2s ease-in-out;
}
.office-info-block > .more > span {
    font-size: 1em;
    transition: all .2s ease-in-out;
}

.office-info-block:hover {
    color: #fff;
}

.office-info-block:hover > .more {
    color: #fff;
    margin-top: 30px;
}
.office-info-block:hover > .more > span {
    font-size: 2em;
}

@media only screen and (min-width: 768px) {

    .office-info-block {
        height: 350px;
    }

    .office-info-block > .heading {
        max-width: 900px;
    }

    .office-info-block > .body {
        font-size: 3.5em;
        max-width: 900px;
    }

    .office-info-block > .more {
        max-width: 900px;
    }

    table.hidden-for-small-down {
        display: table;
    }

    .localityImage {
        width: 60%;
    }

    .aboutContainer2 {
        margin-right: -40px !important;
    }

    .officeContainer2 {
        margin-right: -40px !important;
    }


}

@media only screen and (min-width: 1200px) {

    .top-bar-section {

    }

    .top-bar-section > a {
        display: block;
        float: left;
        width: 180px;
        margin-right: 50px;
    }

    .top-bar-section > a > .logo {
        padding: 0;
        width: auto;
    }

    .top-bar-section > ul {
        display: block;
        float: left;
    }

    .contactContainer {
        padding: 4% 25% 6% 25%;
    }

    .contact-columns > .contact-column {
        flex-basis: 50%;
        padding: 0 10px;
    }

    .revealP {
        font-size: 34px;
        line-height: 36px;
    }

    .get-in-touch {
        display: flex;
    }

    .get-in-touch > div {
        flex-basis: 50%;
        padding: 10px;
    }

    ul.feature-set li {
        display: block;
        float: left;
        padding: 0 0.625rem 1.25rem;
        left: 0;
        transform: none;
    }

    .responsive-banner img {
        transform: scale(1);
    }


}

@media only screen and  (max-width: 40em) {

    .vl {
        margin-top: 24%;
        left: 18%;
    }

    .reveal {
        background-position: 60%;
    }

    .footerP {
        font-size: 12px;
        line-height: 15px;
    }

    .footerContainer {
        padding: 6.5% 3% 6.5% 3%;
    }


    .logo {
        padding: 3px 7px 0px 0px;
        width: 50%;
        margin-right: 0;
        margin-left: 2rem;
    }
}