.mt-sm {
    margin-top: 15px;
}

body {
    height: 100%;
    font-family: 'Montserrat-Light';
    font-size: 12px;
}

.navbar ul li a {
    font-size: 1.1em;
    padding-right: 15px;
    padding-left: 15px;
}
.navbar .nav-item {
    margin: 0 5px 5px 0;
}
.navbar .nav-logo {
    margin: 0 20px;
}
p {
    font-size: 1.2em;
}
#header-shadow {
    height: 220px;
    width: 100%;
    background: url("img/header-shadow.png") repeat-x;
    position: fixed;
    z-index: 1;
    top: 0;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    opacity: 1;
}
    #header-shadow.fadeout {
        opacity: 0;
    }
.navbar-inverse.dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

.navbar-inverse .navbar-nav .active > .nav-link {
    color: rgba(255,255,255,1);
}

.navbar-inverse.dark .navbar-nav .active > .nav-link {
    color: rgba(0,0,0,1);
}

.navbar-inverse.dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

.nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-family: 'Montserrat-Light';
    font-size: 14px;
}

#header {
  position:relative;
}

#header #cf img {
  position:absolute;
  width: 100%;
    height: auto;
  -webkit-transition: opacity 5s ease-in-out;
  -moz-transition: opacity 5s ease-in-out;
  -o-transition: opacity 5s ease-in-out;
  transition: opacity 5s ease-in-out;
}

  @keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#header img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 3s;
animation-direction: alternate;
}

    #header h2 {
        font-family: 'butler bold';
        text-transform: uppercase;
        font-size: 2.6em;
    }

.main-nav {
    margin-top: 77px;
}

    .main-nav.left {
        float: right;
    }

    .main-nav ul li {
        padding: 0 10px;
    }

        .main-nav ul li a {
            color: white;
            font-weight: 600;
            font-size: 12px;
        }

.text-light {
    color: #fff;
}

/*side NAV*/
nav#side-nav {
    position: fixed;
    right: 16px;
    z-index: 20;
    top: 50%;
    margin-top: -40px;
}

#side-nav ul{
    display: block;
}

nav#side-nav li {
    position: relative;
    height: 20px;
}

nav#side-nav .side-title {
    position: absolute;
    right: 22px;
    top: -7px;
    display: none;
    padding: 4px 20px 4px 7px;
    color: #fff;
    white-space: nowrap;
    background: transparent url(img/nav-arrow.png) 100% 50% no-repeat;
}

nav#side-nav a:hover, nav#side-nav a.active {
    background: transparent url(img/nav-dot.png) 4px -16px no-repeat;
}

nav#side-nav a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: transparent url(img/nav-dot.png) 4px 4px no-repeat;
}


/*Section Concept*/
#concept img {
    width: 100%;
    height: 100%;
}

#concept p {
    font-size: 1.3em!important;
}

/*custom carousel */
.carousel-control-prev-icon {
    background-image: url(img/left-icon.png);
}

.carousel-control-next-icon {
    background-image: url(img/right-icon.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 58px;
    height: 58px;
}

.carousel-caption {
    bottom: 30px;
    line-height: 1.2;
    font-size: 1.5em;
    font-family: 'butler-bold';
}

    .custom-caption-left {
        left: 5%;
        right: 0;
        text-align: left;
    }

    .custom-caption-right {
        left: unset;
        right: 10% !important;
        text-align: left;
        color: black;
    }

/*Green standard*/
#standard {
    background-image: url("img/Office-Web-03.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.m-show {
    display: none;
}

.caption {
    background-color: rgba(255,255,255,0.8);
    padding: 40px 50px;
    margin-top: 50px;
}

#standard .title {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 1.5em;
}

#standard ul {
    margin: 10px 0;
    padding-left: 15px;
}

#standard ul li{
    margin: 5px 0;
    font-size: 1.2em;
}
/*facilities*/
#facilities .custom-caption-right, #facilities .custom-caption-left {
    top: 70%;
    color: white;
}

#facilities img {
    width: 100%;
    height: 100%;
}
/*floorplan*/
#floorplan {
    background-image: url("img/Office-Web-05.png");
    background-size: 100% 100%;
    padding: 0;
    font-size: 12px;
}
#floorplanMobile {
    font-size: 10px;
}

.floorplanzoom {
    position: absolute;
    bottom: 35px;
    left: 72%;
    color: #949699;
    opacity: 0.75;
}

.grouped_elements img {
    /*max-height: 450px;*/
    width: auto;
}

    #floorplan .table td {
        padding: 0 10px;
    }

    #floorplan .floorplan-topgap {
        height: 150px;
    }

    #floorplan .floorplan-img {
        width: auto;
        height: auto;
        box-sizing: border-box;
    }

/*footer*/
#footer {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: black;
    color: white;
    font-size: 10px;
    font-family: 'Montserrat-Light';
}

    #footer ul {
        padding-left: 0;
        margin-bottom: 8px;
    }

    #footer p {
        border-top: 1px solid #fff;
        font-family: 'Montserrat-UltraLight';
        font-size: 1.1em;
        margin-bottom: 0;
    }

    #footer ul li {
        list-style: none;
        display: inline-block;
        padding: 0 14px;
        border-right: 1px solid #fff;
    }

    #footer ul li a {
        color: white;
        font-family: 'Montserrat-Light';
    }

    #footer ul li:first-child {
        padding-left: 0;
    }

    #footer ul li:last-child {
        padding-right: 0;
        border-right: none;
    }

    #footer .disclaimer {
        font-size: 0.8em;
    }

/*SHARED*/
.purple-title {
    font-size: 20px;
    color: #724771;
    font-family: 'Baskerville-Normal';
    text-transform: uppercase;
}
    .v-bottom {
          display: flex;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .v-middle {
        /*display: flex;
        align-items: center;
        justify-content: flex-end;*/
        margin-top: 10%;
    }
    .spec-table {
        font-family: 'Montserrat-Light';
        width: 100%;
        display: inline-block;
        vertical-align: bottom;
        color: #585555;
    }
    .spec-table .row {
        border-bottom: 1px solid #ccc;
        margin-right: 0;
        margin-left: 0;
    }
    .spec-table .row > div {
        padding-right: 0;
        padding-left: 0;
    }
    .spec-table .butler small {
        font-family: 'Montserrat-Light';
        margin-left: 10px;
        display: inline-block;
    }
    .butler {
        font-family: 'butler-bold';
    }
    .montserrat  {
        font-family: 'Montserrat-Light';
    }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    body {
        height: auto;
    }

    .section {
        min-height: 350px;
    }
    #header {
        background-color: #a7a9ac;
         background-image: url("img/bg-m1.jpg");
        background-size: cover;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
    /*navbar*/
    .navbar-nav {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        padding-top: 50px;
        border-top: 1px solid #939598;
    }
    .navbar-brand {
        padding-bottom: 5px;
        -webkit-transition: all 0.5s; /* Safari */
        transition: all 0.5s;
        margin-right: 0;
    }
    /*.navbar-brand.expand-logo {
        padding-bottom: 30px;
    }*/

    .navbar-collapse {
        height: 100vh;
    }

    .navbar {
        background-color: #303e50;
    }

    .navbar-inverse .navbar-nav .active > .nav-link {
        background-color: #939598;
        color: #303e50;
    }

    li.nav-item {
        width: 100%;
        text-align: center;
        font-size: 18px;
        margin-top: 5px;
    }

    .navbar ul li a {
        font-size: 18px;
    }
    .nav-mobile {
        -webkit-transition: all 0.5s; /* Safari */
        transition: all 0.5s;
    }
    .mobile-header, .mobile-nav {
        background-color: #303e50;
        box-sizing: border-box;
        padding: 10px;
        min-height: 135px;
        text-align: center;

    }
    .mobile-nav {
        position: fixed;
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        background-color: #303e50;
        z-index: 100;
        -webkit-transition: all 0.5s; /* Safari */
        transition: all 0.5s;
    }
    button.navbar-toggler {
        padding: 5px;
        border-radius: 0;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1000;
        color: #fff;
        border:1px solid #ccc;
        background-color: rgba(48, 62, 80, .7);
    }
    .mobile-nav.is-hidden {
      opacity: 0;
      -webkit-transform: translate(0, -100px);
      display: none;
      
    }
    .mobile-nav.is-visible {
      opacity: 1;
      display: block;
      -webkit-transform: translate(0, 0);
    }
    /*.nav-mobile.is-hidden {
	  opacity: 0;
	  -webkit-transform: translate(0, -100px);
	  
	}
	.nav-mobile.is-visible {
	  opacity: 1;
	  -webkit-transform: translate(0, 0);
	}*/

    /*HEADER*/
    /*#header {
        margin-top: 139px;
    }*/

    #header #cf{
        z-index: -1;
        display: none;
    }
    .m-show {
        display: block;
        width: 100%;
        height: auto;
    }


    /*shared*/
    .purple-title {
    font-size: 20px;
    color: #303e50;
    font-family: 'Baskerville-Normal';
    }
    .grouped_elements img {
        max-height: 450px;
    }
    .contain-grey {
        background-color: #a7a9ac;
        text-align: center;
        padding: 29px 0 22px 0;
    }

    .contain-blue {
        background-color: #303e50;
        text-align: center;
        padding: 29px 0 22px 0;
        color: white;
    }

    .title {
        font-size: 18px;
        font-family: 'Baskerville-Normal';
        text-transform: uppercase;
        color: #414042;
        margin-bottom: 10px;
        line-height: 1.3em;
    }

    .description {
        font-size: 1.2em;
        font-family: 'Montserrat-UltraLight';
    }

    /*concept*/
    .concept .description {
        font-size: 18px;
        font-family: 'Baskerville-Normal';
        text-transform: uppercase;
        color: #bcbec0;
        line-height: 22px;
    }

    #concept-mobile1 {
        background-image: url("img/Office-m1.jpg");
        background-size: cover;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #concept-mobile2 {
        background-image: url("img/Office-m2.jpg");
        background-size: cover;
        background-position: center center;
        height: 100%;
        background-repeat: no-repeat;
    }

    .standard-mobile {
        text-align: center;
        padding: 15px 30px;
    }

        .standard-mobile ul {
            padding-left: unset;
        }

            .standard-mobile ul li {
                list-style: none;
                font-size: 12px;
                text-transform: uppercase;
                font-family: 'Montserrat-UltraLight';
                color: #414042;
                margin: 5px 0;
            }

    #standard {
        background-image: url(img/Office-m3.jpg);
         background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #facilities-mobile1 {
        background-image: url("img/facilities-m41.jpg");
        background-size: cover;
        background-position: center center;
        height: 100%;
    }

    #facilities-mobile2 {
        background-image: url("img/facilities-m42.jpg");
        background-size: cover;
        background-position: center center;
        height: 100%;
    }

    /*floorplan*/
    .bg-grey {
        background-color: #e3e4e5;
        padding: 37px 40px;
    }

    .spec-border {
        border-bottom: 1px solid #b3b3b4;
        padding: 5px 0;
    }

    .spec-border-none {
        border-bottom: unset;
        padding: 5px 0;
    }

    .floorplan-topgap {
        height: 30px !important;
    }

    .floorplan-img {
        padding: 15px;
    }
    /*footer*/
    #footer {
        background-color: white;
        color: black;
        font-size: 10px;
    }

        #footer p {
            font-size: 10px;
        }

        #footer ul li {
            border-right: 1px solid black;
        }

            #footer ul li:last-child {
                padding-left: 0px;
            }

            #footer ul li a {
                color: black;
                font-family: 'Montserrat-Light';
            }
}

@media (max-width: 736px) and (orientation:landscape) {
    .section {
        min-height: 285px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    #header {
        height: 565px!important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
     .section {
        min-height: 385px;
    }

    
}
