/* 
  Crafted by Umami.Studio
  https://umami.studio
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, input, textarea, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    color: #fff;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    height:100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 62.5%;
}

body {
    letter-spacing: -.021em;
    font-family: 'Hind',"Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: 100;
    line-height: 1;
    background: #000;
    position: relative;
    min-height:100%;
    width: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

button {
    border: 0;
    outline: 0
}


/***********************************************/
header, .container, footer {
    opacity: 0;
    -webkit-animation: fadeIn .8s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;
    animation: fadeIn .8s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;
}

.container,
.content{
    height: inherit;
    display: inline-block;
    width: 100%;
    display: block;
    height: auto;
}

footer{
    width:100%;
    display: block;
    background:#fff;
    padding-top:10px;
    padding-bottom:10px;
}

#about footer,
#contact footer{
    background:#000;
}

#about footer #copyright, 
#about footer .social-media a.instagram:after,
#contact footer #copyright, 
#contact footer .social-media a.instagram:after{
    color:#fff;
}

footer .wrapper{display: inline-block;width: 100%;}

footer #copyright, 
footer .social-media{
    float:left;
}

footer #copyright{
    color:#525252;
    font-size:1.4em;
    line-height:1;
    padding:12px 0 0 0;
    vertical-align: middle;
}

footer .social-media{
    float: right;
}

footer .social-media a{
    position:relative;
}

footer .social-media a.instagram{
    display:block;
    width: 30px;
    height: 30px;
    background: url('../img/ig-icon.png') no-repeat;
    background-size:40px;
    background-position:50%;
}

footer .social-media a.instagram:after{
    content: "See our Instagram";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    opacity:0;
    width: auto;
    height: 100%;
    color:#525252;
    white-space:nowrap;
    font-size:1.4em;
    line-height:33px;
    text-align:right;
    transition:all .3s;
}

footer .social-media a.instagram:hover:after{
    opacity:1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#loading{
    background:#000000;
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:10000;
}

#loading svg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 120px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fadeInOut 2s cubic-bezier(0.55, 0.06, 0.68, 0.19) infinite;
    animation: fadeInOut 2.5s cubic-bezier(0.6, 0.2, 0.2, 1) infinite;
}

@-webkit-keyframes fadeInOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p {
    font-size: 2.4em;
    line-height: 1.33em;
}

p a,
span a {
    position: relative;
    display: inline-block;
}

p a:after,
span a:after {
    width: 100%;
    height: 2px;
    background: #dc1c49;
    left: 0;
    right: 0;
    bottom: 2px;
}

.hidden {
    display: none;
}

.button {
    display: inline-block;
    cursor: pointer;
    font-size: 2em;
    background: #dc1c49;
    border-radius: 100px;
    padding: 15px 30px;
    border: 0;
}

.button:hover {
    background: #c10f39;
    transition: background .3s;
}

.heading {
    font-size: 4.8em;
}

.subheading {
    font-size: 4.15em;
    line-height: 1.25em;
}

header .wrapper .menu-list ul li a:after, #gallery .container .content .landing .category .slide:after, #gallery .container .content .landing .category .category-name .category-name-wrapper h2, #gallery .container .content .landing .category .category-name .category-name-wrapper .description {
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-delay: 0s;
}

header .wrapper .menu-list ul li .category:after {
    transition-duration: .2s;
}

#gallery .container .content .landing .category:hover .slide:after, #gallery .container .content .landing .category:hover .category-name .category-name-wrapper h2, #gallery .container .content .landing .category:hover .category-name .category-name-wrapper .description {
    transition-duration: .4s;
}

::selection {
    color: #fff;
    background: #dc1c49;
}

::-moz-selection {
    color: #fff;
    background: #dc1c49;
}

header {
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    transition: background .3s;
}

header.empty-bg .bg:before,
header:before,
header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    z-index:-1;
}

header:after {
    background:rgba(0, 0, 0, 0.7);
    opacity:0;
    transition: opacity .3s;
}

header:hover:after {
    opacity:1;
}

header:before:after {
    background:rgba(0, 0, 0, 0);
    opacity:1;
}

header.stuck:before,
header.stuck:after,
header.stuck.empty-bg:before,
header.stuck.empty-bg:after,
header.shown:before,
header.shown:after{
    opacity:0;
    visibility: hidden;
}

html.shown{
    overflow:hidden;
}

html.shown header {
    background: rgba(0, 0, 0, 0.7);
    transition: background .3s;
}

header, header .wrapper > * {
    height: 110px;
    transition: all .2s;
}

.wrapper, #home .container .content .landing .hero-message {
    margin: 0 auto;
}

.wrapper, #home .container .content .landing .hero-message .hero-heading {
    padding-left: 3vw;
    padding-right: 3vw;
}

header .wrapper {
    width: 100%;
}

header .wrapper .logo {
    display: table;
}

header .wrapper .logo .logo-wrapper {
    vertical-align: middle;
    display: table-cell;
}

header .wrapper .logo a {
    vertical-align: middle;
    display: table-cell;
}

header .wrapper .logo a svg {
    /* width: 152px; */
    height: 58px;
}

header .wrapper .logo a svg, header .wrapper .logo #menu-toggle .trigger {
}

header .wrapper > * {
    float: left;
}

header .wrapper .menu-list {
    float: right;
}

header .wrapper .menu-list ul {
    display: table;
    height: inherit;
    padding-top: 18px;
}

header .wrapper .menu-list ul li {
    display: table-cell;
    position: relative;
    padding: 0 40px;
    vertical-align: middle;
}

header .wrapper .menu-list ul li:last-child {
    padding-right: 0;
}

header .wrapper .menu-list ul li a {
    font-size: 1.9em;
    letter-spacing: 0.03em;
}

p a:after, 
span a:after, 
header .wrapper .menu-list ul li:after, 
header .wrapper .menu-list ul li a:after {
    content: "";
    position: absolute;
}

header .wrapper .menu-list ul li:after {
    width: 4px;
    height: 4px;
    vertical-align: middle;
    top: 50%;
    margin: -2px -2px 0 0;
    right: 0;
    background: #dc1c49;
    border-radius: 50%;
}

header .wrapper .menu-list ul li:last-child:after {
    display: none;
}

header .wrapper .menu-list ul li a {
    position: relative;
    display: inline-block;
}

header .wrapper .menu-list ul li a:after {
    background: rgba(220, 28, 73, 0);
    bottom: -10px;
    left: 50%;
    right: 50%;
    height: 2px;
}

header .wrapper .menu-list ul li.active a:after, header .wrapper .menu-list ul li:hover a:after {
    background: #dc1c49;
    left: 0;
    right: 0;
}

header .wrapper #menu-toggle {
    display: none;
    width: 38px;
}

header .wrapper #menu-toggle .trigger {
    display: table-cell;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: inherit;
    height: 55px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background .3s;
}

header .wrapper #menu-toggle .trigger span {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: 0;
    background: #fff;
}

header .wrapper #menu-toggle .trigger span:after, header .wrapper #menu-toggle .trigger span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
}

header .wrapper #menu-toggle .trigger span:before {
    top: -11px;
}

header .wrapper #menu-toggle .trigger span:after {
    bottom: -11px;
}

header.shown .wrapper #menu-toggle .trigger span {
    background: 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

header.stuck.shown .wrapper #menu-toggle .trigger span:before, header.shown .wrapper #menu-toggle .trigger span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header.stuck.shown .wrapper #menu-toggle .trigger span:after, header.shown .wrapper #menu-toggle .trigger span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header.shown .wrapper #menu-toggle .trigger span:after, header.shown .wrapper #menu-toggle .trigger span:before {
    transition-delay: 0s, .3s;
}

header .wrapper #menu-toggle .trigger span {
    transition: background 0s .3s, transform 0.35s .0s;
}

header .wrapper #menu-toggle .trigger span:after {
    transition-property: bottom,transform;
}

header .wrapper #menu-toggle .trigger span:after, header .wrapper #menu-toggle .trigger span:before {
    transition-duration: .3s,.3s;
    transition-delay: .3s,0s;
}

header .wrapper #menu-toggle .trigger span:before {
    transition-property: top,transform;
}

header .wrapper #menu-toggle .trigger span:after, header .wrapper #menu-toggle .trigger span:before {
    transition-duration: .3s,.3s;
    transition-delay: .3s,0s;
}

header .wrapper .logo .logo-wrapper {
    position: relative;
}

header .wrapper .white .logo-wrapper, header .wrapper .white #menu-toggle {
    padding: 16px 0;
    height: 90px;
}

header.shown .wrapper .logo.black #menu-toggle .trigger span {
    background: #fff;
}

header.shown .wrapper .logo.black #menu-toggle .trigger span:after, header.shown .wrapper .logo.black #menu-toggle .trigger span:before {
    background: #fff;
}

header.shown .wrapper .logo.black #menu-toggle .trigger span, 
header.shown .wrapper #menu-toggle .trigger span {
    background: transparent;
}

header.shown .wrapper, header .wrapper .logo.cloned.white #menu-toggle .trigger span, header .wrapper .logo.black #menu-toggle .trigger span {
    background: #000;
}

header .wrapper .menu-list.cloned.white ul li a, header .wrapper .menu-list.black ul li a {
    color: #000;
}

header.shown .wrapper .menu-list.black ul li a{
    color: #fff;
}

header.shown > .wrapper {
    transition: 0s background 0s;
}

header.stuck .wrapper .logo, 
.category-gallery.gallery-opened header .wrapper .logo {
    height: 90px;
    width: 128px;
}

header.stuck .wrapper .menu-list ul li a {
    font-size: 2em;
}

header .wrapper .cloned {
    z-index: 1000000;
}

header.shown .wrapper .cloned {
    display: none;
}

header .wrapper .white, header .wrapper .white .logo-wrapper, header .wrapper .white #menu-toggle, header .wrapper .menu-list.white ul, header .bg {
    position: absolute;
}

header .bg {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    transition: background 0s 0s;
    width: 100%;
    height: 90px;
    z-index: -1;
    left: 0;
    right: 0;
}

header.empty-bg .bg:before{
    top: -100%;
    background:rgba(0, 0, 0, 0.7);
    transition:none;
}

header .wrapper .logo.white {
    overflow: hidden;
    display: block;
    float: none;
    width: 140px;
    transition: none;
    visibility: visible;
}

header.shown .wrapper .logo.white.cloned {
    visibility: hidden;
}

header .wrapper .logo.black {
    transition: none;
}

header .wrapper .white .logo-wrapper {
    left: 0;
}

header .wrapper .white #menu-toggle, header .wrapper .menu-list.white {
    right: 0;
    height: 90px;
}

header .wrapper .menu-list.white {
    right: auto;
    left: auto;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    width: calc(100% - 6vw);
}

header .wrapper .menu-list.white ul {
    right: 0;
}

header .wrapper .logo.cloned.white #menu-toggle .trigger span:after, 
header .wrapper .logo.cloned.white #menu-toggle .trigger span:before, 
header .wrapper .logo.black #menu-toggle .trigger span:after, 
header .wrapper .logo.black #menu-toggle .trigger span:before {
    background: #000;
}

header.shown .wrapper .logo.cloned.white #menu-toggle .trigger span:after, header.shown .wrapper .logo.cloned.white #menu-toggle .trigger span:before {
}

header .wrapper .logo.original.white #menu-toggle .trigger span {
    transition: transform 0.35s .0s;
}

header .wrapper .logo.original.white .menu-list ul li a {
    color: #444;
}

header.shown .wrapper .logo.original.white .menu-list ul li a, header .wrapper .logo.cloned.white .menu-list ul li a {
    color: #fff;
}

header .wrapper .logo.cloned.white a svg path#logo-name, header .wrapper .logo.black a svg path#logo-name {
    fill: #000;
}

header .wrapper .logo.original.white a svg path#logo-name, 
header.shown .wrapper .logo.white a svg path#logo-name, 
header.shown .wrapper .logo.black a svg path#logo-name {
    fill: #fff;
    transition: 0s fill 0s;
}

header .wrapper .logo.black a svg path#logo-name {
    transition: 0s fill;
}

header.shown .wrapper .logo.black #menu-toggle .trigger span:after, header.shown .wrapper .logo.black #menu-toggle .trigger span:before {
    transition-duration: .3s,.3s,.3s;
    transition-delay: 0s,0.4s,0s;
}

header:not(.shown) .wrapper .logo.black #menu-toggle .trigger span {
    transition: transform 0.35s .0s, background 0.1s .0s;
}

header .wrapper .logo.black #menu-toggle .trigger span:after {
    transition-property: bottom,transform, background;
}

header .wrapper .logo.black #menu-toggle .trigger span:after, header .wrapper .logo.black #menu-toggle .trigger span:before {
    transition-duration: .3s,.3s,0s;
    transition-delay: .3s,0s,0s;
}

header .wrapper .logo.black #menu-toggle .trigger span:before {
    transition-property: top,transform, background;
}

header.stuck {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
}

header.empty-bg {
    background: rgba(0, 0, 0, 0);
}

header.stuck,
header.shown{
    height: 90px;
    /* transition: height .0s, background .2s; */
}

header.stuck .wrapper > *,
.category-gallery.gallery-opened header .wrapper > * {
    height: 90px;
    transition: height .2s .02s;
}

header.stuck .wrapper .logo a,
header.shown .wrapper .logo a, 
.category-gallery.gallery-opened header .wrapper .logo a {
    vertical-align: middle;
    display: table-cell;
}

header.stuck .wrapper .logo a svg,
.category-gallery.gallery-opened header .wrapper .logo a svg{
    height: 55px;
    transition: height .2s .02s;
    width: 128px;
    max-width: none;
    min-width: initial;
    padding-top: 3px;
}

header.stuck .wrapper .menu-list ul, 
.category-gallery.gallery-opened header .wrapper .menu-list ul{
    padding-top: 0;
}

.container {
    width: 100%;
    transition: 
        transform .2s 0s, 
        opacity .2s 0s;
}

.container.shown {
    height: auto;
}

/* Slider */
.slide-nav {
    display: inline-block;
    float: right;
}

.slide-nav .swiper-button-next {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-position: center;
}

.slide-nav .swiper-button-prev {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-position: center;
}

.slide-nav .swiper-button-next, 
.slide-nav .swiper-button-prev {
    width: 24px;
    height: 45px;
    float: left;
    cursor: pointer;
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto;
}

.slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Featured Gallery */
#featured-gallery .slide {
    position: relative;
    width: 100%;
    height: 0;
    display: inline-block;
    overflow:hidden;
    max-width: 280px;
    padding-bottom: 280px;
}

#featured-gallery.white .swiper-pagination-bullet{
    background:#c7c7c7;
}

#featured-gallery.white .swiper-pagination-bullet:hover, 
#featured-gallery.white .swiper-pagination-bullet-active{
    background: #dc1c49;
}

#featured-gallery .swiper-wrapper{
    height:auto;
}

#featured-gallery .slide{
}

#featured-gallery .slide .slide-wrapper {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}

#featured-gallery .slide .slide-wrapper:hover {
    background: rgba(0, 0, 0, 0.15);
}

#featured-gallery .slide .slide-wrapper a {
    position: absolute;
    bottom: -25%;
    left: 50%;
    width: auto;
    font-size:1.5em;
    font-weight:400;
    line-height:1;
    white-space:nowrap;
    color:#ffffff;
    border:1px solid #fff;
    background:rgba(0, 0, 0, 0.2);
    opacity:1;
    padding:9px 18px 7px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition:bottom 0.8s 0.3s;
}

#featured-gallery .slide .slide-wrapper:hover a {
    bottom: 3%;
    transition:background 0.2s, border 0.2s, bottom 0.3s 0s;
}

#featured-gallery .slide .slide-wrapper a:hover {
    background:#dc1c49;
    border:1px solid #dc1c49;
}

#featured-gallery .slide[data-image="slide-1"] {
    background-image: url('../img/IMG_0010.jpg');
}

#featured-gallery .slide[data-image="slide-2"] {
    background-image: url('../img/IMG_0012.jpg');
}

#featured-gallery .slide[data-image="slide-3"] {
    background-image: url('../img/IMG_0031.jpg');
}

#featured-gallery .slide[data-image="slide-4"] {
    background-image: url('../img/IMG_0045.jpg');
}

#featured-gallery .slide[data-image="slide-5"] {
    background-image: url('../img/IMG_0053.jpg');
}

#featured-gallery .slide[data-image="slide-6"] {
    background-image: url('../img/IMG_0090.jpg');
}

#featured-gallery .slide[data-image="slide-7"] {
    background-image: url('../img/IMG_0092.jpg');
}

.container .content .thumbnails {
    width: 100%;
    bottom: 0;
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height: 45px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #dc1c49;
}

.owl-carousel .owl-dots .owl-dot span {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 20px 6px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.container .content .landing {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

.container .content section {
    margin: 40px auto 80px;
}

#home .container .content .landing .hero-message, #services .container .content .landing .hero-message, #client-accolades .container .content .landing .hero-message, #contact .container .content .landing .hero-message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#home .container,
#home .container .content, 
#home .container .content .landing,
#gallery .container,
#gallery .container .content, 
#gallery .container .content .landing{
    height:100%;
}

#home .container .content .landing .hero-message * {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
}

#home .container .content .landing .hero-message .wrapper {
    width: auto;
}

#home .container .content .landing .hero-message .subheading {
    font-size: 1.8em;
    line-height: 0.625em;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
}

#home .container .content .landing .hero-message .heading {
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.04167;
    text-transform: uppercase;
    width: auto;
    padding: 0 20px;
}

#home .container .content .landing .gallery {
    background: #000;
    opacity: 0.7;
    height: 100%;
}

#home .container .content .landing .gallery *{
    height:100%;
}

#home .container .content .landing .gallery *,
#featured-gallery,
#featured-gallery .swiper-wrapper{
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

#home .container .content .landing .gallery .slide img {
    display:none;
}

#home .container .content .landing .gallery .slide[data-image="slide-1"] {
    background-image: url('../img/IMG_0010.jpg');
}

#home .container .content .landing .gallery .slide[data-image="slide-2"] {
    background-image: url('../img/IMG_0012.jpg');
}

#home .container .content .landing .gallery .slide[data-image="slide-3"] {
    background-image: url('../img/IMG_0031.jpg');
}

#home .container .content .landing .gallery .slide[data-image="slide-4"] {
    background-image: url('../img/IMG_0045.jpg');
}

#home .container .content .landing .gallery .slide[data-image="slide-5"] {
    background-image: url('../img/IMG_0053.jpg');
}

#home .container .content .landing .gallery .slide[data-image="slide-6"] {
    background-image: url('../img/IMG_0090.jpg');
}

#home .container .content .landing .gallery .slide[data-image="slide-7"] {
    background-image: url('../img/IMG_0092.jpg');
}

/* About */
#about .container .content {
    position: relative;
}

#about .container .content .landing .bg {
    background: url('../img/about-hero.jpg') no-repeat;
    background-position: calc(19vw) calc(-8vw);
    background-size: calc(100vw + 1vw);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#about .container .content .landing {
    height: inherit;
}

#about .container .content .landing .wrapper {
    width: 100%;
    height: inherit;
    padding-top: calc(110px);
    display: inline-block;
    text-align: left;
}

#about .container .content .landing .wrapper .text {
    padding: calc(6% + 1vw + 1vh) 0 calc(27% - 1vw - 1vh) 3%;
    width: 100%;
    max-width: 820px;
    margin-bottom: 0;
    float: left;
}

#about .container .content .landing .wrapper .paragraphs {
    padding:0 18% 8% 0;
}

#about .container .content .landing .wrapper .text > * {
    display: inline-block;
}

#about .container .content .landing .wrapper .text .heading {
    color: #dc1c49;
    font-size: 6.7em;
}

#about .container .content .landing .wrapper .text .subheading {
    font-size: 4.75em;
    line-height: calc(1.15em + 0.5vw);
}

#about .container .content .landing .wrapper .text .heading {
    margin-bottom: 20px;
}

#about .container .content .landing .wrapper .text .subheading{
    margin-bottom: calc(12% - 1vw);
}

#about .container .content .landing .wrapper .text .subheading span {
    display: block;
    width: 100%;
    margin-bottom: 22px;
}

#about .container .content .landing .wrapper .text .subheading span:last-child {
    margin-bottom: 0;
}

#about .container .content .landing .wrapper .paragraphs p {
    margin-bottom: 25px;
    font-size: 3em;
}

#about .container .content .landing .wrapper .paragraphs a.button {
    margin: 10px 0 60px -5px;
}

/* Gallery */
#gallery header{
}

#gallery .container .content .landing .category {
    float: left;
    width: 33.333%;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#gallery .container .content .landing .slide:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.85) 80%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.85) 80%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.85) 80%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#d9000000',GradientType=0 );
    opacity: 0;
}

#gallery .container .content .landing .category:hover .slide:after {
    opacity: .4;
}

#gallery .container .content .landing .category:hover .category-name .category-name-wrapper .description {
    opacity: 1;
    margin-top: 20px;
}

#gallery .container .content .landing .category-name {
    position: absolute;
    display: inline;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

#gallery .container .content .landing .category-name .category-name-wrapper {width: 100%;}

#gallery .container .content .landing .category-name .category-name-wrapper h2, #gallery .container .content .landing .category-name .category-name-wrapper .description {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

#gallery .container .content .landing .category-name .category-name-wrapper h2 {
    text-transform: uppercase;
    letter-spacing: 0.6em;
    display: block;
    width:100%;
}

#gallery .container .content .landing .category-name .category-name-wrapper .description {
    left: 30px;
    right: 30px;
    opacity: 0;
    margin-top: 50px;
    display: block;
    width: 100%;
}

#gallery .container .content .landing .category-name .category-name-wrapper .description span {
    line-height: 1.4em;
    display: block;
    display: none;
}

#gallery .container .content .landing .category-name .category-name-wrapper .description .button {
    font-size: 1.7em;
    width: auto;
    display: inline-block;
    padding: 13px 25px 12px;
}

#gallery .container .content .landing .slide[data-image="slide-1"] {
    background-image: url('../img/IMG_0010.jpg');
}

#gallery .container .content .landing .slide[data-image="slide-2"] {
    background-image: url('../img/IMG_0012.jpg');
}

#gallery .container .content .landing .slide[data-image="slide-3"] {
    background-image: url('../img/IMG_0030.jpg');
}

#gallery .container .content .landing .slide {
    opacity: .8;
}

/* Kitchen, Bathroom, Interior */
.category-gallery .landing #outer-gallery .outer-gallery-wrapper .slide{
    height: 100%;
    width: 100vw;
    position: relative;
    overflow:hidden;
}

.category-gallery .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active{
    cursor:pointer;
}

.category-gallery .landing .gallery #outer-gallery .slide-nav{
    opacity:0;
    pointer-events:none;
}

.category-gallery .landing #outer-gallery .outer-gallery-wrapper .slide img{
    cursor:pointer;
}

.category-gallery .landing{
    height: 100%;
}

.category-gallery .landing .gallery{
    position: relative;
    height: 100%;
    width:100%;
}

.category-gallery .container,
.category-gallery .container .content,
.category-gallery .container .content .landing{
    height: 100%;
}

.category-gallery .landing .gallery #outer-gallery{
    position: absolute;
    height: 100%;
    width:100%;
    left:0;
    right:0;
    top:0;
    bottom: 0;
}

.category-gallery .landing .gallery .nav-controls{
    position: absolute;
    width:100%;
    max-height: 90px;
    padding: 40px 0 20px 0;
    bottom: 0;
    z-index: 2;
    text-align: left;
    overflow:hidden;
    pointer-events: none;
}

.category-gallery .landing .gallery .nav-controls:before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:-1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.42) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000',GradientType=0 );
}

.category-gallery .landing .gallery .nav-controls, 
.category-gallery.gallery-opened .landing .gallery .nav-controls .buttons, 
.category-gallery.gallery-opened .landing .gallery .nav-controls .slide-pagination, 
.category-gallery.gallery-opened .landing .gallery .nav-controls .category-text span{
    transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.category-gallery .landing .gallery .nav-controls .category-text{
    position:relative;
    width: auto;
    float:left;
    display: inline-block;
    margin-top: 0;
    max-height: 35px;
}

#kitchen.category-gallery .landing .gallery .nav-controls .category-text{
    max-width: calc(750px);
}

#bathroom.category-gallery .landing .gallery .nav-controls .category-text{
    max-width: calc(620px);
}

#interior.category-gallery .landing .gallery .nav-controls .category-text{
    max-width: calc(710px);
}

.category-gallery .landing .gallery .nav-controls .category-text h2{
    margin-bottom: 10px;
    font-size: 3.8em;
    letter-spacing: .45em;
    text-transform: uppercase;
    line-height: 28px;
}

.category-gallery .landing .gallery .nav-controls .category-text span{
    font-size: 1.9em;
    line-height: 1.4;
    letter-spacing: 0.2px;
    opacity:0;
}

.category-gallery .landing .gallery .nav-controls .buttons{
    position: absolute;
    left: auto;
    right:calc(3vw - 15px);
    width: 140px;
    height: 45px;
    top: 27px;
    pointer-events: none;
}

.category-gallery .landing .gallery .nav-controls .buttons .button, 
.category-gallery .landing .gallery .nav-controls .buttons .slide-nav {
    position: absolute;
    top:0;
    right: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    transition: 
        opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1),
        transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.category-gallery .landing .gallery .nav-controls .buttons .button{
    right: 46px;
    z-index: 1;
}

.category-gallery .landing .gallery .nav-controls .buttons .button.expand {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-position: center;
    background-size: 20px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    opacity:0;
    pointer-events:none;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.category-gallery .landing .gallery .nav-controls .buttons .button.open {
    background: url('../img/open.svg') no-repeat;
    background-size: 100%;
    pointer-events:none;
}

.category-gallery .landing .gallery .nav-controls .buttons .slide-nav{
    width: 140px;
}

.category-gallery .landing .gallery .slide-pagination{
    /* display:none; */
    opacity: 0;
    pointer-events: none;
}

/* Open Project */
.fadeIn{
    opacity:0;
    -webkit-animation: fadeIn .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards .3s;
    animation: fadeIn .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards .3s;
}

.fadeOut{
    opacity:0;
    -webkit-animation: fadeOut .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
    animation: fadeOut .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

.category-gallery.gallery-opened header{
    height: 90px;
    transition: background .3s, height 0s 0.3s;
    background:transparent;
}

.category-gallery.gallery-opened .container.shown{
    padding: 90px 0 0;
    /* height: calc(100% - 90px); */
}

.category-gallery.gallery-opened .landing{
    height:inherit;
}

.category-gallery.gallery-opened .landing .gallery{
    height:100%;
}

.category-gallery.gallery-opened .landing .gallery .nav-controls{
    background:rgba(0, 0, 0, .92);
    pointer-events: auto;
    padding: 20px 0;
    transition: max-height 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.category-gallery .landing .gallery .nav-controls .category-text, 
.category-gallery.gallery-opened .landing .gallery .nav-controls.shown .category-text span,
.category-gallery.gallery-opened .landing .gallery .nav-controls.shown, 
.category-gallery.gallery-opened .landing .gallery .nav-controls.shown .buttons, 
.category-gallery.gallery-opened .landing .gallery .nav-controls.shown .slide-pagination{
    transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.category-gallery.gallery-opened .landing .gallery .nav-controls .buttons{
    width:auto;
    left:calc(3vw);
    right:calc(3vw);
    pointer-events: auto;
    cursor: pointer;
    top: 7px;
    transition: 
    top 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), 
    left 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.category-gallery.gallery-opened .landing .gallery .nav-controls .buttons .button.expand {
    opacity:1;
    pointer-events: auto;
    -webkit-animation: arrowDown2 1.5s cubic-bezier(0.24, 0.69, 0, 1) infinite;
    animation: arrowDown2 1.5s cubic-bezier(0.24, 0.69, 0, 1) infinite;
}

.category-gallery.gallery-opened .landing .gallery .nav-controls .buttons .slide-nav,
.category-gallery.gallery-opened .landing .gallery .nav-controls .buttons .button.open {
    opacity:0;
    pointer-events: none;
}

.category-gallery.gallery-opened .landing .gallery .nav-controls.shown{
    background:rgba(0, 0, 0, .85);
    max-height: 1000px;
}

.category-gallery.gallery-opened .landing .gallery .nav-controls.shown .buttons{
    top: 25px;
    cursor:pointer;
}

.category-gallery.gallery-opened .landing .gallery .nav-controls.shown .slide-pagination{
    top: 45px;
}

.category-gallery.gallery-opened .landing .gallery .nav-controls.shown .category-text{
    padding: 13px 55px 13px 0px;
    max-height: 1000px;
}

.category-gallery.gallery-opened .landing .gallery .nav-controls.shown .category-text span{
    opacity:1;
}

.category-gallery .landing .gallery .nav-controls.shown .buttons .button.expand {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    animation:none;
    /* top: -5px; */
}

.category-gallery.gallery-opened .landing .gallery #outer-gallery{
    max-height: calc(100% - 80px);
}

.category-gallery.gallery-opened .landing .gallery .slide-pagination{
    position:absolute;
    display:block;
    top: 36px;
    right:calc(3vw + 45px + 20px);
    z-index: 222;
    opacity: 1;
    pointer-events: auto;
}

.category-gallery.gallery-opened .landing .gallery .slide-pagination-wrapper{
    vertical-align:middle;
    display:table-cell;
    float:right;
}

.category-gallery.gallery-opened .landing .gallery .slide-pagination .swiper-pagination-bullet{
    margin:0 10px 0;
    vertical-align:middle;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide{
    background-size: cover;
    background-position:50%;
    background-repeat: no-repeat;
    width:auto;
    min-width: initial;
    overflow: visible;
    margin:0 40px;
}

.category-gallery.gallery-opened.zoomed .landing #outer-gallery .outer-gallery-wrapper .slide{
    margin:0;
}

.category-gallery.gallery-opened.zoomed .container .content .landing #outer-gallery .slide.swiper-slide.swiper-slide-active {
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background-color: #000;
    z-index: 2222;
}

.category-gallery.gallery-opened.zoomed .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active{
    max-width:none;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-prev img,
.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-next img{
    cursor:pointer;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide:before,
.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide:after{
    content:"";
    position:absolute;
    height:100%;
    top:0;
    bottom:0;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide:not(.swiper-slide-active):before{
    left:0;
    right:0;
    width:100%;
    background-color:#000;
    opacity:.8;
    transition:opacity .5s;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-prev:after,
.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-next:after{
    width:80px;
    z-index:1111;
    background-repeat:no-repeat;
    background-size: calc(6% + 1vw + 1vh) auto;
    background-position: 50%;
    opacity:0;
    cursor:pointer;
    transition: opacity .5s;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-prev:after{
    right:-80px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");

}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-next:after{
    left:-80px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.category-gallery .landing #outer-gallery .outer-gallery-wrapper .slide .button.close{
    position: absolute;
    top:10px;
    right:10px;
    padding:0;
    width: 35px;
    height: 35px;
    background: url('../img/close.svg') no-repeat center;
    background-size: 35px auto;
    z-index: 2;
    opacity:0;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active .button.close{
    -webkit-animation: fadeIn .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards 0s;
    animation: fadeIn .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards 0s;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide .thumbnails{
    position: absolute;
    top:10px;
    left:10px;
    width:60px;
    height:60px;
    display:block;
    cursor:pointer;
    padding:0;
    z-index: 200;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide .thumbnails .thumbnails-wrapper{
    height:inherit;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide .thumbnails .thumb{
    width:100%;
    height:100%;
    background-position:50%;
    background-size:cover;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.3);
    border:2px solid #fff;
    opacity:0;
    margin-top:-20px;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active .thumbnails .thumb{
    opacity:.6;
    margin-top:0px;
    transition: 
        opacity .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) .3s,
        margin-top .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) .3s;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active .thumbnails .thumb:hover{
    opacity:1;
    transition: 
        opacity .3s 0s;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide img{
    height: 100%;
    width:auto;
    float:left;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide:hover:before{
    opacity:.6;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-prev:hover:after,
.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-next:hover:after, 
.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active{
    opacity:1;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide i.multi{
    position:absolute;
    background: url('../img/multi.svg') no-repeat;
    background-size: 100%;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor:pointer;
    z-index:1;
    display:none;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active{
    max-width:100vw;
    transition: 
        width .5s,
        opacity .5s;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active img{
    opacity:0;
}

.category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active img{
    cursor:default;
}

.category-gallery .landing #outer-gallery .outer-gallery-wrapper .slide img{
    opacity:0;
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-1"] {
    background-image: url('../img/IMG_0010.jpg');
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-2"] {
    background-image: url('../img/IMG_0044.jpg');
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-3"] {
    background-image: url('../img/IMG_0045.jpg');
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-3-2"],
#kitchen .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-3-2"] {
    background-image: url('../img/IMG_0070.jpg');
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-4"] {
    background-image: url('../img/IMG_0087.jpg');
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-4-2"],
#kitchen .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-4-2"] {
    background-image: url('../img/IMG_0085.jpg');
    background-position: 0;
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-5"] {
    background-image: url('../img/IMG_0057.jpg');
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-6"] {
    background-image: url('../img/IMG_0074.jpg');
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-6-2"],
#kitchen .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-6-2"] {
    background-image: url('../img/IMG_0049.jpg');
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-7"] {
    background-image: url('../img/IMG_0081.jpg');
}

#kitchen .container .content .landing #outer-gallery .slide[data-image="slide-8"] {
    background-image: url('../img/IMG_0082.jpg');
}

#bathroom .container .content .landing #outer-gallery .slide[data-image="slide-1"] {
    background-image: url('../img/IMG_0012.jpg');
}

#bathroom .container .content .landing #outer-gallery .slide[data-image="slide-2"] {
    background-image: url('../img/IMG_0015.jpg');
}

#bathroom .container .content .landing #outer-gallery .slide[data-image="slide-3"]{
    background-image: url('../img/IMG_0042.jpg');
}

#bathroom .container .content .landing #outer-gallery .slide[data-image="slide-3-2"],
#bathroom .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-3-2"] {
    background-image: url('../img/IMG_0073.jpg');
}

#bathroom .container .content .landing #outer-gallery .slide[data-image="slide-4"] {
    background-image: url('../img/IMG_0080.jpg');
}

#bathroom .container .content .landing #outer-gallery .slide[data-image="slide-5"] {
    background-image: url('../img/IMG_0058.jpg');
}

#bathroom .container .content .landing #outer-gallery .slide[data-image="slide-6"] {
    background-image: url('../img/IMG_0088.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-1"]{
    background-image: url('../img/IMG_0030.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-1-2"],
#interior .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-1-2"] {
    background-image: url('../img/IMG_0084.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-2"]{
    background-image: url('../img/IMG_0027.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-3"] {
    background-image: url('../img/IMG_0023.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-4"] {
    background-image: url('../img/IMG_0028.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-5"] {
    background-image: url('../img/IMG_0029.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-5-2"],
#interior .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-5-2"] {
    background-image: url('../img/IMG_0046.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-6"] {
    background-image: url('../img/IMG_0031.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-7"] {
    background-image: url('../img/IMG_0024.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-8"] {
    background-image: url('../img/IMG_0034.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-9"] {
    background-image: url('../img/IMG_0033.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-10"] {
    background-image: url('../img/IMG_0051.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-10-2"],
#interior .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-10-2"] {
    background-image: url('../img/IMG_0052.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-11"] {
    background-image: url('../img/IMG_0053.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-11-2"],
#interior .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-11-2"] {
    background-image: url('../img/IMG_0055.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-12"] {
    background-image: url('../img/IMG_0078.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-13"] {
    background-image: url('../img/IMG_0089.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-13-2"],
#interior .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-13-2"] {
    background-image: url('../img/IMG_0090.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-14"] {
    background-image: url('../img/IMG_0092.jpg');
}

#interior .container .content .landing #outer-gallery .slide[data-image="slide-14-2"],
#interior .container .content .landing #outer-gallery .thumbnails .thumb[data-image="slide-14-2"] {
    background-image: url('../img/IMG_0093.jpg');
}

/* Services */
#services #featured-gallery{
    background:#fff;
    text-align:center;
    padding-top:60px;
}

#services .container,
#services .content{
    /* height: inherit; */
    /* display: block; */
    height: auto;
}

#services .container .content .landing{
    height: 100vh;
}

#services .container .content .landing .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/IMG_0090.jpg');
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

.container .content .landing .hero-message {
    text-align: center;
    margin: 0 auto;
}

#services .container .content .our-services .text .wrapper .heading,
.container .content .landing .hero-message .heading {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#services .container .content .landing .hero-message h2, 
#services .container .content .our-services .text .wrapper .heading{
    line-height:1.25;
}

#services .container .content .landing .hero-message p {
    text-align: left;
    max-width: 930px;
    margin: 30px auto 50px;
}

#services .container .content .our-services {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#services .container .content .our-services .text {
    position: relative;
    height: 68vh;
}

#services .container .content .our-services .text .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#services .container .content .our-services .text .wrapper .heading {
    text-align: center;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
}

#services .container .content .our-services .text .bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/IMG_0081.jpg');
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: -1;
}

#services .container .content .our-services .services {
    background: #fff;
    padding: 110px 0;
    display: inline-block;
    width: 100%;
}

#services .container .content .our-services .services .wrapper {
    position: relative;
    width: 100%;
    padding: 0 12%;
    max-width:1300px;
}

#services .container .content .our-services .services .wrapper h3 {
    font-size: calc(2em + 1vw);
    line-height: calc(1.08em + 0.5vw);
    text-align: center;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
}

#services .container .content .our-services .services .wrapper h3, #services .container .content .our-services .services .nav-links .links, #services .container .content .our-services .services .bullets span {
    color: #585858;
}

#services .container .content .our-services .services .nav-links {
    width: 32%;
    padding-right: 9%;
    z-index: 1;
    float: left;
}

#services .container .content .our-services .services .nav-links .links {
    position: relative;
    font-size: 3.2em;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 23px;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}

#services .container .content .our-services .services .nav-links .links:first-child {
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}

#services .container .content .our-services .services .nav-links .links:last-child {
    margin-bottom: 0;
}

#services .container .content .our-services .services .nav-links .links.active {
    color: #dc1c49;
}

#services .container .content .our-services .services .bullets {
    min-height: 320px;
    margin-top: 20px;
    display: none;
}

#services .container .content .our-services .services .bullets.active {
    display: inline-block;
    width: 68%;
    -webkit-animation: fadeIn .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
    animation: fadeIn .3s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}

@-webkit-keyframes fadeIn {
    from {
        display: none;
        opacity: 0;
    }

    to {
        display: inline-block;
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        display: none;
        opacity: 0;
    }

    to {
        display: inline-block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        display: inline-block;
        opacity: 1;
    }

    to {
        display: none;
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        display: inline-block;
        opacity: 1;
    }

    to {
        display: none;
        opacity: 0;
        margin-top:10px;
    }
}

#services .container .content .our-services .services .bullets .left {
    width: 100%;
    float: left;
    padding-left: 25px;
}

#services .container .content .our-services .services .bullets span {
    position: relative;
    font-size: 2.4em;
    line-height: 1.2;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

#services .container .content .our-services .services .bullets span:last-child {
    margin-bottom: 0;
}

#services .container .content .our-services .services .bullets span:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -25px;
    width: 5px;
    height: 5px;
    background: #585858;
    border-radius: 50%;
}

#services .owl-carousel {
    background: #fff;
}

#client-accolades body {
    background: #fff;
}

#client-accolades .container .content .landing .bg, 
#contact .container .content .landing .bg,
#client-accolades .container .content .landing, 
#contact .container .content .landing {
    background: #000;
    height: 70vh;
    max-height: 600px;
}

#contact .container .content .landing {
    overflow-x:hidden;
}

#client-accolades .container .content .landing .hero-message .heading, #contact .container .content .landing .hero-message .heading {
    letter-spacing: 0.3em;
}

#client-accolades .container .content .landing .bg, 
#contact .container .content .landing .bg {
    position: relative;
    width: 100%;
    opacity: 0.7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#client-accolades .container .content .landing .bg {
    background-image: url('../img/IMG_0092.jpg');
    height: 100%;
}

.arrow{
    position:absolute;
    width:100%;
    height: 50px;
    top: -50px;
    left: 0;
    right: 0;
    cursor: pointer;
    display:none;
}

.arrow:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    margin: -11.5px 0 0 -7.5px;
    width: 15px;
    height: 15px;
    border: 1px solid #a2a2a2;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes arrowDown2 {
    from {
        margin-top: 0px;
        opacity: 0;
    }

    to {
        margin-top: 8px;
        opacity: 1;
    }
}

@keyframes arrowDown2 {
    from {
        margin-top: 0px;
        opacity: 0;
    }

    to {
        margin-top: 8px;
        opacity: 1;
    }
}

#client-accolades .container .content .accolades {
    width: 100%;
    display: inline-block;
    position: relative;
}

#client-accolades .container .content .accolades .wrapper {
    position: relative;
    height: auto;
    max-width:1440px;
}

#client-accolades .container .content .accolades .box {
    display: inline-block;
    float: left;
    background: rgb(255, 255, 255);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    width: calc(33.333% - 3%);
    height: 280px;
    overflow: hidden;
    position: relative;
    margin: 2.25% 0;
    cursor: pointer;
    transition: 
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#client-accolades .container .content .accolades .box.hover {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.12);
    transform: scale(1.1);
    z-index: 1;
    transition: 
        box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#client-accolades .container .content .accolades .box:nth-child(3n-1) {
    margin-left: 4.5%;
    margin-right: 4.5%;
}

#client-accolades .container .content .accolades .box * {
    color: #585858;
}

#client-accolades .container .content .accolades .box .wrapper {
    height: 100%;
    padding: 40px 35px 30px;
}

#client-accolades .container .content .accolades .box .message {
    height: calc(100% - 85px);
    margin-bottom: 43px;
    overflow: hidden;
    position: relative;
}

#client-accolades .container .content .accolades .box .message:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 1;
}

#client-accolades .container .content .accolades .box .message p {
    font-size: 2.1em;
    line-height: 1.55;
}

#client-accolades .container .content .accolades .box .close {
    content: "";
    position: absolute;
    right: 38px;
    bottom: 35px;
    width: 15px;
    height: 15px;
    border: 2px solid #cb1b44;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

#client-accolades .container .content .accolades .box.hover .close {
    -webkit-animation: arrowDown 1s cubic-bezier(0.18, 0.89, 0.32, 1) infinite;
    animation: arrowDown 1s cubic-bezier(0.18, 0.89, 0.32, 1) infinite;
}

@-webkit-keyframes arrowDown {
    from {
        bottom: 42px;
    }

    to {
        bottom: 35px;
    }
}

@keyframes arrowDown {
    from {
        bottom: 42px;
    }

    to {
        bottom: 35px;
    }
}

#client-accolades .container .content .accolades .box .client {
    position:
    absolute;
    bottom: 32px;
    left: 35px;
    right: 35px;
}

#client-accolades .container .content .accolades .box .client span {
    display: block;
}

#client-accolades .container .content .accolades .box .client .name {
    font-size: 2.4em;
    margin-bottom: 3px;
}

#client-accolades .container .content .accolades .box .client .location {
    font-size: 1.6em;
}

#client-accolades .container .content .accolades.active, #client-accolades .container .content .accolades.active .wrapper {
    padding: 0;
}

#client-accolades .container .content .accolades.active {
    margin: 0 auto;
}

#client-accolades .container .content .accolades.active .arrow{
    display:none;
}

#client-accolades .container .content .accolades.active .box {
    display: none;
    transform: scale(1);
}

#client-accolades .container .content .accolades .box.active .wrapper {
    padding: 120px 60px;
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    pointer-events: none;
}

#client-accolades .container .content .accolades .box.active .message, 
#client-accolades .container .content .accolades .box.active .client {
    max-width: 750px;
    margin: 0 auto;
}

#client-accolades .container .content .accolades .box.active .client{
    position: static;
}

#client-accolades .container .content .accolades .box.active .message {
    height: auto;
}

#client-accolades .container .content .accolades .box.active .message:after {
    display: none;
}

#client-accolades .container .content .accolades .box.active .close {
    display: block;
    -webkit-animation: none;
    animation: none;
    bottom: auto;
    top: 40px;
    right: 5vw;
    border: 0;
    text-align: left;
    z-index: 1;
}

#client-accolades .container .content .accolades .box.active .close, #client-accolades .container .content .accolades .box.active .close:after {
    width: 40px;
}

#client-accolades .container .content .accolades .box.active .close, #client-accolades .container .content .accolades .box.active .close:before {
    height: 40px;
}

#client-accolades .container .content .accolades .box.active .close:before, #client-accolades .container .content .accolades .box.active .close:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #cccccc;
}

#client-accolades .container .content .accolades .box.active .close:hover:before, #client-accolades .container .content .accolades .box.active .close:hover:after {
    background: #c7c7c7;
}

#client-accolades .container .content .accolades .box.active .close:before {
    width: 2px;
    left: 19px;
}

#client-accolades .container .content .accolades .box.active .close:after {
    height: 2px;
    top: 19px;
}

#client-accolades .container .content .accolades .box.active .message p {
    font-size: 2.6em;
    line-height: 1.75;
    margin-bottom: 30px;
}

#client-accolades .container .content .accolades.active .box.active {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    height: auto;
    cursor: initial;
    box-shadow: none;
    float: none;
    display: block;
    text-align: center;
    transition: none;
    -webkit-animation: fadeIn .3s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;
    animation: fadeIn .3s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;
}

#client-accolades .container .content .accolades.active .box.active:hover {
    box-shadow: none;
}

/* Contact */
#contact .container .content .landing #map {
    background: #000;
    opacity: 1;
}

#contact .container .content .contact-form {
    width: 100%;
    margin-top: 60px;
}

#contact .form-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
}

#contact .form-message .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(90vw);
    max-width: 600px;
    padding: 50px 40px 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 10px 80px 0 rgba(0,0,0,0.25);
}

#contact .form-message .wrapper .message {
    display: block;
    color: #585858;
}

#contact .form-message .wrapper .message {
    margin-top: 0;
    font-size: 2em;
    width: 100%;
    line-height: 1.3;
}

#contact .form-message .wrapper button {
    font-size: 1.4em;
    margin-top: 30px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #dc1c49;
    cursor: pointer;
}

#contact .container .content .contact-form .form {
    width: calc(100% - 300px - 60px);
    margin-right: 60px;
}

#contact .container .content .contact-form .form span {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

#contact .container .content .contact-form .form span.name {
    margin-right: 20px;
}

#contact .container .content .contact-form .form span input, #contact .container .content .contact-form .form span textarea {
    height: 56px;
    background: #1b1b1b;
    border: 0;
    font-weight: 300;
    padding: 15px 25px 12px;
}

#contact .container .content .contact-form .form span input, #contact .container .content .contact-form .form span textarea, #contact .container .content .contact-form .company-info .company-name {
    font-size: 2.4em;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #5a5a5a;
}

::-moz-placeholder {
    color: #5a5a5a;
}

:-ms-input-placeholder {
    color: #5a5a5a;
}

:-moz-placeholder {
    color: #5a5a5a;
}

#contact .container .content .contact-form .form span textarea {
    resize: vertical;
    min-height: 300px;
    white-space: pre-wrap;
}

#contact .container .content .contact-form .form span input, #contact .container .content .contact-form .form span.message, #contact .container .content .contact-form .form span.message textarea {
    width: 100%;
    outline: 0;
    border: 1px solid rgba(219, 28, 73, 0);
    transition: border .3s;
}

#contact .container .content .contact-form .form .submit {
    width: 100%;
}

#contact .container .content .contact-form .form .g-recaptcha {
    float: left;
}

#contact form .g-recaptcha {
    display: none;
}

#contact .container .content .contact-form .form .button {
    float: left;
    color: #fff;
    float: right;
    -webkit-appearance: none;
}

#contact .container .content .contact-form .form span input:hover, #contact .container .content .contact-form .form span textarea:hover {
    width: 100%;
    border: 1px solid #db1c49;
}

#contact .container .content .contact-form, 
#contact .container .content .contact-form .form, 
#contact .container .content .contact-form .form span,
 #contact .container .content .contact-form .form .submit, 
 #contact .container .content .contact-form .company-info {
    display: inline-block;
}

#contact .container .content .contact-form .form, 
#contact .container .content .contact-form .form span,
 #contact .container .content .contact-form .form .submit, 
 #contact .container .content .contact-form .company-info {
    float: left;
}

#contact .container .content .contact-form .wrapper{
    /* max-width:1600px; */
}

#contact .container .content .contact-form .company-info {
    width: 300px;
    float: right;
}

#contact .container .content .contact-form .company-info .company-name {
    margin-bottom: 20px;
}

#contact .container .content .contact-form .company-info a, #contact .container .content .contact-form .company-info span {
    font-size: 1.8em;
    line-height: 1.2;
    letter-spacing: 0.4px;
    display: block;
    padding-left: 32px;
}

 
#contact .container .content .contact-form .company-info > div:before, #contact .container .content .contact-form .company-info a, #contact .container .content .contact-form .company-info span {
    color: #b2b2b2;
}
 
#contact .container .content .contact-form .company-info > div {
    margin-bottom: 10px;
    position: relative;
}
 
#contact .container .content .contact-form .company-info .phone:before {
    content: "\f10b";
    font-size: 2.8em;
    margin-top: -7px;
}
 
#contact .container .content .contact-form .company-info .email:before {
    content: "\f003";
    font-size: 1.8em;
}
 
#contact .container .content .contact-form .company-info .address:before {
    content: "\f278";
    font-size: 1.6em;
}
 
#contact .container .content .contact-form .company-info > div:before {
    width: 20px;
    text-align: center;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
@media (max-width: 1700px) { 
    #about .container .content .landing .wrapper .text {
        max-width: 48.2vw;
    }

    #about .container .content .landing .wrapper .text .heading {
        color: #dc1c49;
        font-size: 3.95vw;
    }

    #about .container .content .landing .wrapper .text .subheading {
        font-size: 2.82vw;
        line-height: calc(1.15em + 0.5vw);
    }
}
 
@media (max-width: 1440px) {
    header .wrapper .menu-list.white {
        width: calc(100% - 6vw);
    }
 
    #about .container .content .landing .wrapper .text {
        margin-bottom: calc(5% - 1vw - 1vh);
    }
}
 
@media (max-width: 1280px) {
    #about .container .content .landing .wrapper .text {
        width: 100%;
        /* max-width: 45.5vw; */
    }
 
    #about .container .content .landing .wrapper .text .heading {
        /* font-size: 4.8em; */
    }
 
    #about .container .content .landing .wrapper .paragraphs p {
        font-size: 2.4em;
    }
 
    #about .container .content .landing .wrapper .paragraphs p:nth-child(2), #about .container .content .landing .wrapper .paragraphs p:nth-child(3) {
        max-width: none;
    }
 
    #services .container .content .our-services .services .wrapper {
        max-width: 1110px;
        margin: 0 auto;
        padding: 0 40px;
    }
 
    #services .container .content .our-services .services .wrapper h3 {
        padding: 0;
        margin-bottom: 50px;
    }
 
    #services .container .content .our-services .services .bullets .left, #services .container .content .our-services .services .bullets span {
    }

    #gallery .container, 
    #gallery .container .content, 
    #gallery .container .content .landing{
        height:auto;
        display: block;
    }
 
    #gallery .container .content .landing .category {
        height: calc(100vh / 3);
        min-height: 67vh;
        width: 100%;
        margin-top: 0;
        float: none;
        display: block;
    }
 
    #gallery .container .content .landing .category .slide {
        opacity: .5;
    }
 
    #gallery .container .content .landing .category:hover .slide {
        opacity: .7;
    }
 
    #gallery .container .content .landing .slide:after {
        display: none;
    }
 
    #gallery .container .content .landing .category:hover .category-name .category-name-wrapper h2 {
        margin-bottom: 20px;
    }
    
    #gallery .container .content .landing .category-name .category-name-wrapper .description{
        margin-top:-50px;
    }
 
    #gallery .container .content .landing .category .category-name .category-name-wrapper .description span {
        display: none;
        font-size: 1em;
    }
 
    #client-accolades .container .content .accolades .box {
        width: calc(50% - 2.5%);
        height: 240px;
    }
 
    #client-accolades .container .content .accolades .box:nth-child(3n-1) {
        margin-left: inherit;
        margin-right: inherit;
    }
 
    #client-accolades .container .content .accolades .box:nth-child(odd) {
        margin-right: 2.5%;
    }
 
    #client-accolades .container .content .accolades .box:nth-child(even) {
        margin-left: 2.25%;
    }
 
    #client-accolades .container .content .accolades .box .close {
        right: 43px;
    }
 
    #client-accolades .container .content .accolades .box .wrapper {
        padding: 40px 40px 30px;
    }

    #client-accolades .container .content .accolades .box .client {
        left: 40px;
        right: 40px;
    }
    
    #client-accolades .container .content .accolades .box .message {
        height: calc(100% - 75px);
        margin-bottom: 33px;
    }
}
 
@media (max-width: 1100px) {
    header .wrapper .menu-list ul li{
        padding:0 30px;
    }
    header .wrapper .menu-list ul li a{
        font-size:1.8em;
    }
     
    #about .container .content .landing .bg {
        background-position: calc(-40% + 1vw) calc(-130px + 1vw);
        background-size: calc(120% + 1vw);
    }
 
    #about .container .content .landing .wrapper .text .heading {
        /* font-size: 4.4em; */
    }
 
 
    #about .container .content .landing .wrapper .paragraphs {
        padding-right: 7%;
    }
 
    #about .container .content .landing .wrapper .text {
        max-width: 45.5vw;
        padding-left: 0;
    }
     
    #services header.shown .bg, #client-accolades header.shown .bg {
        background: rgba(0, 0, 0, 0);
        transition: background 0s 0s;
    }
 
    #services header.shown, #services header.shown .bg, #client-accolades header.shown {
    }
 
    #services .container .content .landing .hero-message, 
    #services .container .content .our-services .text .wrapper .heading {
        padding: 0 calc(8vw - 1vw);
    }
 
    #client-accolades .container .content .accolades .box.active .close {
        right: 4vw;
    }
 
    #client-accolades .container .content .accolades .box.active .message, #client-accolades .container .content .accolades .box.active .client {
        padding: 0 40px;
    }
 
    #client-accolades .container .content .thumbnails {
        padding-top: 20px;
    }
 
    #contact .container .content .contact-form .form span input, #contact .container .content .contact-form .form span textarea {
        font-size: 2em;
    }
 
    #contact .container .content .contact-form .form span input, #contact .container .content .contact-form .form span textarea {
        height: 50px;
        padding: 15px 20px  12px;
    }
}
 
@media (max-width: 1024px) {
}
 
@media (max-width: 960px) {
    .wrapper, header .wrapper .menu-list, #home .container .content .landing .hero-message .hero-heading, #client-accolades .container .content .accolades .box.active .wrapper, #services .container .content .our-services .services .wrapper {
        padding-left: 4vw;
        padding-right: 4vw;
    }
 
    header .wrapper #menu-toggle {
        vertical-align: middle;
        display: table-cell;
    }
 
    header {
        z-index: 10;
        transition: background .3s;
        height:  90px;
    }
 
    header.stuck{
        height: 90px;
        /* transition: height 0s 0s; */
    }

    header .wrapper .logo{
        height: 90px;
    }
 
    header.stuck, 
    header.stuck .wrapper > *, 
    header.shown, 
    header.shown .wrapper > * {
        top: 0;
    }

    header.shown .wrapper .menu-list {
        height:auto;
    }
 
    header.stuck.empty-bg {
        transition: background 0s 0s;
    }
 
    header.shown .wrapper .white {
        width: calc(100% - 10vw);
        margin: 0 auto;
        overflow: hidden;
        left: 0;
        right: 0;
        width: auto;
        display: block;
        z-index: 10000;
    }
 
    header .wrapper .logo, 
    header.stuck .wrapper .logo, 
    header.shown .wrapper .logo, 
    .category-gallery.gallery-opened header .wrapper .logo {
        width: 100%;
        transition: none;
    }
 
    header .wrapper .logo.white {
        width: calc(100% - 8vw);
    }
 
    header .wrapper .white {
    }
 
    header.shown, 
    html.shown header.shown {
        z-index: 9999;
        height: 100%;
        /* top: 0; */
        /* bottom: 0; */
        background: rgba(0, 0, 0, 0.94);
        transition: background 0.3s;
    }
 
    header .wrapper .menu-list {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
 
    header .wrapper .menu-list {
        height: 0;
        width: 100%;
        padding-top: 110px;
    }
 
    header .wrapper .menu-list.white {
        width: auto;
    }
 
    header .wrapper .menu-list {
        display:none;
        padding-top: 80px;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling : touch;
    }
 
    header .wrapper .menu-list ul {
        width: auto;
        height: 100%;
        position:absolute;
        bottom:0;
    }
 
    header .wrapper .menu-list ul,
    header.stuck .wrapper .menu-list ul {
        padding: 30% 0 30% 10px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 2s, opacity 0.3s ease-in-out;
    }
 
    header.shown .wrapper .menu-list {
        display:block;
    }
    
    header.shown .wrapper .menu-list ul {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear, opacity 0.3s ease-in-out 0.2s;
        display: block;
        height: auto;
    }
 
    header .wrapper .menu-list ul li, 
    header .wrapper .menu-list ul li:last-child {
        display: block;
        padding: 0;
        margin-bottom: 35px;
    }
 
    header .wrapper .menu-list ul li a, 
    header.stuck .wrapper .menu-list ul li a{
        font-size:2.6em;
    }
 
    header .wrapper .menu-list ul li a:after{
        left: 0;
        right: 100%;
    }
 
    header .wrapper .menu-list ul li.active a:after, 
    header .wrapper .menu-list ul li:hover a:after{
        right: 0;
    }
 
    header .wrapper .menu-list ul li:after{
        display:none;
    }
 
    header.stuck .wrapper #menu-toggle .trigger span:before {
        top: -11px;
    }
 
    header.stuck .wrapper #menu-toggle .trigger span:after {
        bottom: -11px;
    }
 
    .container {
        /* height: auto; */
        opacity: 1;
        transition: opacity ease-in-out 0.4s 0.15s, transform ease-out 0.4s 0.15s;
        z-index: 4;
    }
 
    header.shown .container {
        height: auto;
        transform: scale(.9);
        opacity: 0;
        transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
    }

    header .wrapper .logo a svg{
        height: 55px;
        transition: height .2s .02s;
        width: 128px;
        max-width: none;
        min-width: initial;
        padding-top: 3px;
    }
 
    p, #client-accolades .container .content .accolades .box.active .message p {
        font-size: 2.6em;
    }
 
    #featured-gallery .slide {
        max-width: 200px;
        padding-bottom: 200px;
    }

    #about .container .content .landing .wrapper .text .heading{
        font-size: 4.2vw;
    }
 
    #services .container .content .landing .hero-message .heading, 
    #services .container .content .our-services .text .heading, 
    #services .container .content .our-services .text .wrapper .heading, 
    #about .container .content .landing .wrapper .text .subheading {
        font-size: 2.85vw;
    }
 
    #about .container .content .landing .wrapper .text {
        max-width: 47vw;
        padding-top: calc(4% + 1vw + 1vh);
        padding-bottom: calc(20% - 8vw - 1vh);
    }
 
    #about .container .content .landing .wrapper .text .heading {
        /* font-size: 3.6em; */
    }
 
    #about .container .content .landing .bg {
        /* background-position: calc(-60% + 1vw) calc(-100px + 1vw); */
    }
 
    #about .container .content .landing .bg:before,
    #about .container .content .landing .bg:after {
        content:"";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
 
    #about .container .content .landing .bg:before {
        background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 40%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 40%);
        background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 20%);
    }
 
    #about .container .content .landing .bg:after {
        background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%);
        background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%);
        background: linear-gradient(45deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    }
 
    .category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-prev:after,
    .category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-next:after{
        display:none;
    }
 
    .category-gallery .landing .gallery .nav-controls .buttons{
        right:calc(4vw - 15px);
    }
 
    .category-gallery.gallery-opened .landing .gallery #outer-gallery .slide-nav{
        opacity:1;
        position: absolute;
        top: 0;
        left:0;
        right:0;
        width:100%;
        height: 100%;
        z-index: 1;
        pointer-events: auto;
    }
 
    .category-gallery.gallery-opened .landing .gallery #outer-gallery .slide-nav .swiper-button-next,
    .category-gallery.gallery-opened .landing .gallery #outer-gallery .slide-nav .swiper-button-prev{
        height:100%;
        position:static;
        margin-top:0;
    }
 
    .category-gallery.gallery-opened .landing .gallery #outer-gallery .slide-nav .swiper-button-next{
        width:88%;
        background-position:calc(100% - 20px) 50%;
    }
 
    .category-gallery.gallery-opened .landing .gallery #outer-gallery .slide-nav .swiper-button-prev{
        width:12%;
        background-position:calc(0% + 20px) 50%;
    }
 
    .category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active .button.close{
        top: calc(2vw + 3px);
        right: calc(4vw + 3px);
    }
 
    .category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide{
        margin: 0;
    }
 
    .category-gallery.gallery-opened .landing .gallery #outer-gallery .slide.swiper-slide-active{
        max-width: calc(100vw);
    }
 
    .category-gallery .landing .gallery .nav-controls .category-text{
        max-width:none;
    }
 
    #client-accolades .container .content .accolades .box {
        height: 220px;
    }
 
    #client-accolades .container .content .accolades .box .wrapper {
        padding: 40px 35px 30px;
    }

    #client-accolades .container .content .accolades .box .client {
        left: 35px;
        right: 35px;
    }
 
    #client-accolades .container .content .accolades .box .message {
        height: calc(100% - 65px);
        margin-bottom: 28px;
    }
 
    #client-accolades .container .content .accolades .box .message p {
        font-size: 1.8em;
        line-height: 1.6;
    }
 
    #client-accolades .container .content .accolades .box.active .close {
        top: 38px;
    }
 
    #client-accolades .container .content .accolades .box.active .wrapper {
        padding: 100px 40px;
    }
 
    #client-accolades .container .content .accolades .box.active .message, #client-accolades .container .content .accolades .box.active .client {
        padding: 0 60px;
    }
 
    #client-accolades .container .content .accolades .box .client .name {
        font-size: 2.2em;
    }
 
    #contact .container .content .contact-form .form span {
        width: 100%;
    }
 
    #contact .container .content .contact-form .form span input, #contact .container .content .contact-form .form span textarea {
        font-size: 2em;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
 
    #contact .container .content .contact-form .form .button {
        margin-top: 20px;
        width: 100%;
    }
}
 
@media (max-width: 768px) {
    p, #client-accolades .container .content .accolades .box.active .message p, #services .container .content .our-services .services .bullets span,#about .container .content .landing .wrapper .paragraphs p {
        font-size: 2.1em;
    }
 
    header.stuck.white {
        background: rgba(0, 0, 0, 0);
    }
 
    header .wrapper .menu-list ul li:last-child {
        margin-bottom: 0;
    }
 
    #featured-gallery .slide {
        max-width: 280px;
        padding-bottom: 280px;
    }
 
    #featured-gallery .slide.swiper-slide-active .slide-wrapper a {
        bottom: 3%;
        transition:background 0.2s, border 0.2s, bottom 0.3s 0s;
    }
 
    #about .container .content .landing .bg {
        /* background-position: calc(-40% + 1vw) calc(-80px + 1vw); */
    }
    
    #about .container .content .landing .wrapper .text{
        max-width: 51vw;
    }
    
    #about .container .content .landing .wrapper .text .heading{
        font-size: 4.4vw;
    }
 
    #services .container .content .landing .hero-message .heading, 
    #services .container .content .our-services .text .heading, 
    #services .container .content .our-services .text .wrapper .heading, 
    #about .container .content .landing .wrapper .text .subheading {
        font-size: 4.1vw;
    }
    
    .category-gallery.gallery-opened .landing .gallery .slide-pagination{
        position:static;
        width:100%;
        text-align:center;
        float:left;
        padding:10px 0;
        overflow-x: auto;
    }
 
    .category-gallery.gallery-opened .landing .gallery .slide-pagination-wrapper{
        float:none;
        height:auto;
        display: inline-block;
        width: auto;
        white-space: nowrap;
    }
 
    .category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide{
        margin:0;
    }
 
    #client-accolades .container .content .landing .hero-message .heading, #contact .container .content .landing .hero-message .heading {
        font-size: 3.8em;
        line-height: 1;
    }
 
    #client-accolades .container .content .landing .bg, #contact .container .content .landing .bg {
        /* height: 42vh; */
        /* background-size: cover; */
        /* background-position: center; */
    }
 
    #client-accolades .container .content .accolades .box {
        width: 100%;
        height: 250px;
        max-width: 540px;
        margin-bottom: 60px;
        float: none;
        display: block;
    }
 
    #client-accolades .container .content .accolades .box:nth-child(3n-1), #client-accolades .container .content .accolades .box:nth-child(odd), #client-accolades .container .content .accolades .box:nth-child(even) {
        margin-left: inherit;
        margin-right: inherit;
    }
 
    #client-accolades .container .content .accolades .box .client .name {
        font-size: 2.4em;
    }
 
    #client-accolades .container .content .accolades .box.active .wrapper {
        padding: 90px 40px;
    }
 
    #client-accolades .container .content .accolades .box.active .message, #client-accolades .container .content .accolades .box.active .client {
        padding: 0 40px;
    }
 
    #client-accolades .container .content .accolades .box .message p {
        font-size: 2.1em;
        line-height: 1.7;
    }
 
    #client-accolades .container .content .thumbnails {
        padding-top: 0px;
    }
 
    #contact .container .content .contact-form .company-info {
        width: 260px;
    }
 
    #contact .container .content .contact-form .form {
        width: calc(100% - 300px);
        margin-right: 40px;
    }
 
    #contact .container .content .contact-form .company-info .company-name {
        font-size: 2.2em;
    }
 
    #contact .container .content .contact-form .company-info a, #contact .container .content .contact-form .company-info span {
        font-size: 1.7em;
        padding-left: 32px;
    }
 
    #contact .form-message .wrapper {
        padding: 50px 30px;
        width: calc(90vw);
    }
}



@media (max-width: 768px), (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px) {
    
    #services .container .content .our-services .services .nav-links {
        width: 100%;
        margin: 0 auto 50px;
        text-align: center;
        max-width: none;
        padding-right: 0;
    }

    #services .container .content .our-services .services .nav-links .links:first-child, 
    #services .container .content .our-services .services .nav-links .links {
        margin: 0;
        padding: 40px 0;
        display: inline-block;
        width: 50%;
        float: left;
        border: 0 solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

    #services .container .content .our-services .services .nav-links .links:nth-child(even) {
        border-right: 0;
    }

    #services .container .content .our-services .services .nav-links .links:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    #services .container .content .our-services .services .bullets, #services .container .content .our-services .services .bullets.active {
        width: 100%;
        padding: 0 6%;
        float: none;
        text-align: left;
        margin: 0 auto 20px;
        min-height: initial;
    }

    #services .container .content .our-services .services .wrapper {
        text-align: center;
        display: inline-block;
    }
}

@media (max-width: 700px) {
    .wrapper, header .wrapper .menu-list, #home .container .content .landing .hero-message .hero-heading, #services .container .content .our-services .services .wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
 
    header .wrapper .logo.white {
        width: calc(100% - 50px);
    }
 
    header {
        /* transition: background .3s; */
    }
 
    header .wrapper #menu-toggle, header .wrapper #menu-toggle .trigger span {
        width: 38px;
    }
 
    header .wrapper #menu-toggle .trigger {
        height: 55px;
    }
 
    header .wrapper #menu-toggle .trigger span:before {
        top: -11px;
    }
 
    header .wrapper #menu-toggle .trigger span:after {
        bottom: -11px;
    }
    
    .category-gallery.gallery-opened header .wrapper .logo a{

    }

    .category-gallery.gallery-opened .landing .gallery .nav-controls.shown .category-text{
        padding-right:40px;
    }
 
    header .wrapper .logo a svg, 
    .category-gallery.gallery-opened header .wrapper .logo a svg {
        height: 55px;
        width: auto;
        max-width: none;
        min-width: initial;
    }
 
    #about .container .content .landing .bg {
        background-position: calc(-7vw + 1vw) calc(-20vw);
        background-size: calc(170vw + 1vw);
    }
 
    #about .container .content .landing .bg:after {
        background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 10%,rgba(0,0,0,0) 50%);
        background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 10%,rgba(0,0,0,0) 50%);
        background: linear-gradient(45deg, rgba(0,0,0,1) 10%,rgba(0,0,0,0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    }
     
    #about .container .content .landing .wrapper{
        padding-top:80px;
    }
 
    #about .container .content .landing .wrapper .text .subheading{
        margin-bottom: 30px;
        /* max-width: 300px; */
    }
 
    #about .container .content .landing .wrapper .text {
        max-width: 51vw;
        padding: 6% 0 calc(60% - 8vw - 1vh) 0%;
    }

    #about .container .content .landing .wrapper .paragraphs{
        padding-right:0;
    }
 
    .category-gallery .landing .gallery .nav-controls .buttons{
        right:calc(25px - 15px);
    }
 
    .category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active .button.close{
        top: calc(12.5px + 1px);
        right: calc(25px + 1px);
    }
 
    #client-accolades .container .content .accolades .box.active .close {
        right: 25px;
    }
 
    #client-accolades .container .content .accolades .box.active .close, #client-accolades .container .content .accolades .box.active .close:after {
        width: 26px;
    }
 
    #client-accolades .container .content .accolades .box.active .close, #client-accolades .container .content .accolades .box.active .close:before {
        height: 26px;
    }
 
    #client-accolades .container .content .accolades .box.active .close:before {
        left: 12px;
    }
 
    #client-accolades .container .content .accolades .box.active .close:after {
        top: 12px;
    }
 
    #client-accolades .container .content .accolades .box.active .close {
        top: 26px;
    }
 
    #client-accolades .container .content .accolades .box.active .wrapper {
        padding: 70px 40px 80px;
    }
 
    #client-accolades .container .content .accolades .box.active .message, #client-accolades .container .content .accolades .box.active .client {
        padding: 0;
    }
 
    #contact .container .content .contact-form .form, #contact .container .content .contact-form .company-info {
        width: calc(100%);
    }
 
    #contact .container .content .contact-form .form {
        margin: 0 0 80px;
    }
}
 
@media (max-height: 650px) and (-webkit-max-device-pixel-ratio: 1) {
    header.shown .wrapper .menu-list ul{
        position:static;
        padding: 10% 0 10% 10px;
    }
 
    #services .container .content .landing {
        min-height: auto;
        height: auto;
    }
 
    #services .container .content .landing .bg, 
    #services .container .content .our-services .text .bg {
        position: absolute;
        top: 0;
    }
 
    #services .container .content .landing .hero-message {
        padding: 140px 0 80px;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
 
@media (max-width: 600px) {
    header .wrapper .menu-list ul li a, 
    header.stuck .wrapper .menu-list ul li a{
        font-size:2.0em;
    }
 
    header .wrapper .menu-list ul li, 
    header .wrapper .menu-list ul li:last-child{
        margin-bottom: 30px;
    }
 
    header .wrapper .menu-list ul li a:after{
        bottom:-5px;
    }
     
    #about footer{
        position:static;
    }
 
    #about .container .content .landing{
        min-height:calc(100% - 50px);
    }
     
    #about .container .content .landing .wrapper .text {
        padding: 9% 5px 140px;
        max-width:none;
    }
 
    #about .container .content .landing .wrapper .text .subheading{
        margin-bottom:30px;
    }
 
    #about .container .content .landing .wrapper .paragraphs {
        padding-bottom:0;
        padding-right: 0;
    }
 
    #about .container .content .landing .wrapper .paragraphs a.button{
        margin-bottom:0;
    }
 
    #about .container .content .landing .bg {
        background-position: 33% -100px;
        background-size: 1150px;
        left: 0;
        right: 0;
        opacity: 0.3;
    }
 
    #about .container .content .landing .bg:after{
        display:none
    }
 
    #gallery .container .content .landing .category .category-name .category-name-wrapper .description{
        opacity: 1;
        margin-top: 20px;
    }

    #gallery .container .content .landing .category-name .category-name-wrapper .description .button{
        padding: 10px 20px 8px;
    }
}

@media (max-width: 600px), (max-width: 1280px) and (max-height: 600px){
    
}

@media (max-width: 600px), (max-width: 1024px) and (max-height: 500px){
    #services .container .content .landing {
        padding: 120px 0 80px;
        height: auto;
    }
 
    #services .container .content .landing .hero-message, #services .container .content .our-services .text .heading {
        padding: 0 4vw;
    }
 
    #services .container .content .our-services .services {
        padding: 80px 0;
    }
 
    #services .container .content .our-services .services .wrapper h3 {
        padding: 0;
        font-size: calc(2em + 1vw);
        margin-bottom: 30px;
    }
 
    #services .container .content .our-services .services .bullets, #services .container .content .our-services .services .bullets.active {
        margin-bottom: 0;
    }
 
    #services .container .content .our-services .services .nav-links .links:first-child, #services .container .content .our-services .services .nav-links .links {
        padding: 20px 0;
        font-size: 2.8em;
    }
 
    #services .container .content .our-services .text {
        height: auto;
    }
 
    #services .container .content .our-services .text .wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }
 
    #services .container .content .landing .bg, #services .container .content .our-services .text .bg {
        position: absolute;
        top: 0;
    }
 
    #services .container .content .landing .hero-message, 
    #services .container .content .our-services .text .wrapper {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    #about .container .content .landing .wrapper .text .heading{
        font-size: 7.8vw;
    }
 
    #services .container .content .landing .hero-message .heading, 
    #services .container .content .our-services .text .heading, 
    #services .container .content .our-services .text .wrapper .heading, 
    #about .container .content .landing .wrapper .text .subheading {
        font-size: 2.5em;
    }
 
    #services .container .content .our-services .text .wrapper .heading, 
    #services .container .content .landing .hero-message .wrapper {
        padding-left: 4vw;
        padding-right: 4vw;
    }
 
    #services .container .content .landing .hero-message .wrapper{
        text-align: left;
    }
}
 
@media (max-width: 500px) {
    p {
        font-size: 2em;
        margin-bottom: 25px;
    }
 
    #about .container .content .landing .wrapper .text .subheading {
        margin-bottom: 25px;
        font-size: 2.4em;
    }
 
    #about .container .content .landing .wrapper .text .heading {
        font-size: 3.2em;
        margin-bottom: 10px;
        font-weight: 400;
    }
 
    .category-gallery .landing .gallery .nav-controls .buttons,
    .slide-nav .swiper-button-next, .slide-nav .swiper-button-prev,
    .category-gallery .landing .gallery .nav-controls .buttons .button, 
    .category-gallery .landing .gallery .nav-controls .buttons .slide-nav{
        height: 40px;
    }
 
    .category-gallery .landing .gallery .nav-controls .buttons .slide-nav{
        top:3px;
    }
 
    .category-gallery .landing .gallery .nav-controls .buttons .button, 
    .slide-nav .swiper-button-next, .slide-nav .swiper-button-prev{
        width: 40px;
    }
 
    .category-gallery .landing .gallery .nav-controls .buttons{
        top: 32px;
        right: calc(25px - 25px);
    }
     
    .category-gallery .landing .gallery .nav-controls .buttons .button{
        right:50px;
    }
 
    .slide-nav .swiper-button-next, .slide-nav .swiper-button-prev{
        background-size: 18px auto;
    }
 
    .category-gallery .landing .gallery .nav-controls .buttons .button.expand{
        background-size: 15px auto;
        right: 11px;
        top: 2px;
    }
 
    .category-gallery .landing .gallery .nav-controls .category-text h2{
        font-size: 7vw;
        letter-spacing: 0.3em;
    }
 
    #services .container .content .landing .hero-message p {
        margin: 20px auto 30px;
    }
 
    #services .container .content .our-services .services .nav-links {
        margin-bottom: 40px;
    }
 
    #services .container .content .our-services .services .nav-links .links:first-child, #services .container .content .our-services .services .nav-links .links {
        padding: 20px 0;
        font-size: 2.5em;
    }
 
    #services .container .content .our-services .services .bullets, #services .container .content .our-services .services .bullets.active {
        padding: 0 4%;
    }
 
    #services .container .content .our-services .services .bullets span:before{
        left: -20px;
    }
     
    #services .container .content .our-services .services .bullets .left{
        padding-left: 20px;
    }
     
    #services .container .content .our-services .services .bullets span {
        font-size: 2em;
    }
 
    #client-accolades .container .content .landing .hero-message .heading, #contact .container .content .landing .hero-message .heading {
        font-size: 3em;
    }
 
    #client-accolades .container .content .accolades {
        padding: 0;
    }
 
    #client-accolades .container .content .accolades .box {
        height: 200px;
        margin-bottom: 50px;
    }
 
    #client-accolades .container .content .accolades .box .message {
        margin-bottom: 31px;
    }
 
    #client-accolades .container .content .accolades .box .message p {
        font-size: 1.65em;
        line-height: 1.6;
    }
 
    #client-accolades .container .content .accolades .box .wrapper {
        padding: 30px 25px 30px;
    }

    #client-accolades .container .content .accolades .box .client {
        left: 25px;
        right: 25px;
    }
 
    #client-accolades .container .content .accolades .box .client .name {
        font-size: 2em;
    }
 
    #client-accolades .container .content .accolades .box .client .location {
        font-size: 1.5em;
    }
 
    #client-accolades .container .content .accolades .box.active .wrapper {
        padding: 60px 35px;
    }
 
    #client-accolades .container .content .accolades .box.active .message p {
        font-size: 1.88em;
        line-height: 1.8;
    }
 
    #client-accolades .container .content .accolades .box.active .close {
        top: 18px;
    }
}
 
@media (max-width: 400px) {
    header .wrapper .menu-list ul li, header .wrapper .menu-list ul li:last-child {
        margin-bottom: 25px;
    }
 
    header .wrapper .menu-list ul li a:after{
        bottom: -6px;
    }
 
    #about .container .content .landing .wrapper .text .heading {
        font-size: 2.6em;
    }
 
    #about .container .content .landing .wrapper .text .subheading {
        font-size: 2.4em;
        margin-bottom: 20px;
    }
 
    #about .container .content .landing .wrapper .paragraphs p {
        font-size: 1.9em;
        line-height:1.4;
        margin-bottom: 20px;
    }
 
    #services .container .content .our-services .services .nav-links {
        margin-bottom: 30px;
    }
 
    #services .container .content .our-services .services .nav-links .links:first-child, #services .container .content .our-services .services .nav-links .links {
        font-size: 2em;
    }
 
    #services .container .content .our-services .services .nav-links .links:nth-child(even) {
        padding-left: 5px;
    }
 
    #services .container .content .our-services .services .nav-links .links:nth-child(odd) {
        padding-right: 5px;
    }
 
    #services .container .content .our-services .services .bullets, #services .container .content .our-services .services .bullets.active {
        padding: 0 10px;
    }
 
    #services .container .content .our-services .text .wrapper .heading {
        padding-left: 0;
        padding-right: 0;
    }
}
 
@media (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .wrapper, 
    #home .container .content .landing .hero-message .hero-heading, 
    #services .container .content .our-services .services .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    header .wrapper .logo.white,
    header .wrapper .menu-list.white{
        width: calc(100% - 80px);
    }
    
    header.shown .wrapper .menu-list ul{
        position: static;
        padding: 10% 0 10% 10px;
    }
 
    #gallery .container .content .landing{
        padding-top:90px;
    }

    .category-gallery.gallery-opened .landing .gallery .nav-controls.shown .category-text{
        padding-left: 5px;
    }
    
    .category-gallery .landing .gallery .nav-controls .buttons .button.expand{
        right: 0px;
    }
 
    .category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active .button.close{
        right: calc(40px) !important;
    }
 
    #client-accolades .container .content .accolades .box.active .close {
        right:40px !important;
    }
}
 
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px) {
    #gallery .container .content .landing .category {
        min-height: calc(90vh - 90px);
    }
 
    .category-gallery.gallery-opened .landing #outer-gallery .outer-gallery-wrapper .slide.swiper-slide-active .button.close{
        right: calc(26px);
    }
 
    .arrow{
        display:block;
        margin-top: 11.5px;
    }
 
    .arrow:before{
        -webkit-animation: arrowDown2 1s cubic-bezier(0.18, 0.89, 0.32, 1) infinite;
        animation: arrowDown2 1s cubic-bezier(0.18, 0.89, 0.32, 1) infinite;
    }
    
    #client-accolades .container .content .landing, 
    #contact .container .content .landing,
    #client-accolades .container .content .landing .bg, 
    #contact .container .content .landing .bg {
        height: calc(78vh);
        background-size: cover;
        background-position: 50%;
    }
 
    #client-accolades .container .content .accolades {
        position: relative;
    }
 
    #client-accolades .container .content .accolades.scrolled .arrow:before {
        -webkit-animation: fadeOut 1s cubic-bezier(0.18, 0.89, 0.32, 1) forwards;
        animation: fadeOut 1s cubic-bezier(0.18, 0.89, 0.32, 1) forwards;
    }
 
    #client-accolades .container .content .accolades .box.active .close {
        top: 26px;
        right: 22px;
    }
}
 
@media (-webkit-min-device-pixel-ratio: 2) and (max-width:700px) {
    .wrapper, 
    #home .container .content .landing .hero-message .hero-heading, 
    #services .container .content .our-services .services .wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}
 
/* END OF CSS */