@import 'https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i';
@import 'fonts/linear-icons-font/style.css';
@import 'fonts/fontawesome-free-5.12.1-web/css/all.min.css';

html {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    cursor: URL("../img/cursor/Normal.cur"), auto !important;
}

a, .slider {
	cursor: URL("../img/cursor/Warning.cur"), auto;
}

body {
    background-color: #000000;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: 15px;
    font-family: poppins, Helvetica, sans-serif;
    line-height: 1.65em;
    overflow: hidden;
    color: #d5d5d5;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    background-size: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(0, 0, 0);
    font-family: poppins, Helvetica, sans-serif;
    font-weight: 600
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

a {
    color: #09c;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

pre {
    font-size: 1.15em;
}

.main {
    overflow: hidden;
}

.box,
body,
input {
  background-color: #000;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    overflow: auto;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

p {
    margin-bottom: 10px
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

#page {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0 100px;
    overflow: hidden;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.page {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0 100px;
    overflow: hidden
}

#brand {
    margin-left: 0.65pc;
  }

.page-content {
    position: relative;
    width: 100%;
    max-width: 1280px;
    min-height: 80vh;
    margin: 10vh auto;
    padding: 0;
    background-color: #285da9;
    -webkit-box-shadow: 0 0 100px -5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 100px -5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 100px -5px rgba(0, 0, 0, .25);
    border-radius: 32px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-primary,
.btn-secondary,
button,
input[type=button],
input[type=submit],
.wp-block-button .wp-block-button__link {
    display: inline-block;
    position: relative;
    padding: .8em 2.1em;
    margin-bottom: .75em;
    margin-right: .25em;
    font-size: 1em;
    line-height: 1.2;
    border: 0;
    outline: 0;
    border: 2px solid #285da9;
    color: #f5f5f5;
    text-shadow: none;
    background-color: transparent;
    border-radius: 10px;
    font-family: poppins, Helvetica, sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .3)
}

.btn-primary:last-child,
.btn-secondary:last-child,
button:last-child,
input[type=button]:last-child,
input[type=submit]:last-child,
.wp-block-button .wp-block-button__link:last-child {
    margin-right: 0
}

.btn-primary:hover,
.btn-primary:focus,
button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
    background-color: #285da9;
    color: #fff;
    border: 2px solid #285da9
}

.btn-secondary {
    border-color: #d5d5d5;
    background-color: transparent;
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .3);
    color: #f5f5f5
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    border-color: #d5d5d5;
    background-color: #d5d5d5
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

@media only screen and (min-width:1025px) {
    .header {
        display: inline-block;
        float: left;
        width: 100%;
        max-width: 380px;
        height: 100%;
        max-height: 80vh;
        min-height: inherit;
        text-align: center;
        padding: 70px 30px 45px;
        overflow: auto
    }
    
    ul.main-menu a {
        display: block;
        position: relative;
        color: #000000;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    ul.main-menu a.active,
    ul.main-menu a:focus,
    ul.main-menu a:hover {
        color: #ffffff
    }

    ul.main-menu .menu-icon {
        display: block;
        font-size: 30px
    }

    ul.main-menu .link-text {
        position: absolute;
        width: auto;
        visibility: hidden;
        opacity: 0;
        color: #fff;
        padding: 2px 10px;
        background-color: #000000;
        white-space: nowrap;
        right: 0;
        top: -50%;
        margin-top: 50%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 0;
        box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .22)
    }

    ul.main-menu a:hover .link-text {
        right: 100%;
        visibility: visible;
        opacity: 1
    }
}

.header-photo {
    position: relative;
    width: 180px;
    margin: 0 auto 30px;
    z-index: 1
}

.header-photo img {
    max-width: 100%;
    background-color: #fff;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 300px
}

.header-titles h2 {
    font-size: 36px;
    font-weight: 600;
    color: #131313;
    margin: 5px 0 7px;
    line-height: 1.2em
}

.header-titles h4 {
    font-size: 18px;
    font-weight: 300;
    color: rgb(20, 20, 20);
    margin: 5px 0;
    line-height: 1.2em
}

.social-links {
    margin: 20px 0
}

.social-links ul {
    list-style: none;
    padding: 0
}

.social-links ul li {
    display: inline-block
}

.social-links ul li a {
    color: rgb(0, 0, 0);
    border-radius: 20px;
    font-size: 18px;
    padding: 0;
    height: 30px;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    opacity: .9
}

.social-links ul li a:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.63)
}

.header-buttons {
    margin-top: 50px
}

.header-buttons .btn-primary {
    background-color: transparent;
    color: #000000;
    border-color: #000000
}

.header-buttons .btn-primary:hover {
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    border-color: rgb(0, 0, 0)
}

.content-area {
    position: absolute;
    right: 0;
    background-color: transparent;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 380px)
}

.single-page-content {
    position: absolute;
    background-color: #222;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    padding: 60px;
    overflow: auto
}

.ps>.ps__scrollbar-y-rail {
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #b5b6b7
}

.ps:hover>.ps__scrollbar-y-rail:hover {
    background-color: #444
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: #285da9
}

.ps>.ps__scrollbar-y-rail {
    width: 12px
}

.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,
.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y,
.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    width: 8px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #555
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #285da9
}

.page-title {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.page-title h2 {
    position: relative;
    font-size: 32px;
    z-index: 1
}

.page-title h2 span {
    color: #285da9
}

.block-title {
    display: inline-block;
    position: relative;
    padding-right: 12px;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.block-title h3 {
    position: relative;
    font-size: 21px;
    z-index: 1
}

.block-title h3 span {
    color: #285da9
}

.block-title:after {
    position: absolute;
    opacity: .45;
    top: 10px;
    right: 0;
    content: '';
    height: 20px;
    width: 30px;
    background-image: -webkit-repeating-radial-gradient(center center, #285da9, #285da9 1px, transparent 0px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, #285da9, #285da9 1px, transparent 0px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, #285da9, #285da9 1px, transparent 0px, transparent 100%);
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    z-index: 0
}

.white-space-10 {
    padding-bottom: 10px
}

.white-space-20 {
    padding-bottom: 20px
}

.white-space-30 {
    padding-bottom: 30px
}

.white-space-40 {
    padding-bottom: 40px
}

.white-space-50 {
    padding-bottom: 50px
}

.white-space-60 {
    padding-bottom: 60px
}

.white-space-70 {
    padding-bottom: 70px
}

.info-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.info-list ul li {
    margin-bottom: 10px
}

.info-list .title {
    color: #285da9;
    margin-right: 5px;
    font-weight: 600
}

.info-block-w-icon {
    margin-bottom: 25px
}

.info-block-w-icon .ci-text h4 {
    margin: 5px 0
}

.info-block-w-icon .ci-text p {
    font-size: .95em
}

.info-block-w-icon .ci-icon {
    display: table-cell;
    width: 54px;
    padding-right: 25px
}

.info-block-w-icon i {
    position: relative;
    font-size: 42px;
    color: #285da9;
    opacity: .7
}

.lm-info-block {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 15px;
    background-color: #333;
    padding: 20px 10px;
    border: 1px solid #444;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.lm-info-block i {
    position: relative;
    font-size: 33px;
    color: #285da9;
    z-index: 1
}

.lm-info-block h4 {
    font-size: 15px;
    margin-top: 8px
}

.lm-info-block .lm-info-block-value {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    display: block;
    margin: 10px 0;
    color: #285da9
}

.lm-info-block .lm-info-block-value:empty {
    margin: 0
}

.controls.two-columns .left-column {
    width: 47%;
    float: left;
    margin-right: 3%
}

.controls.two-columns .right-column {
    width: 50%;
    float: right
}

.g-recaptcha {
    margin-bottom: 20px
}

.map {
    width: 100%;
    height: 140px;
    margin: 0 0 35px
}

.project-filters {
    margin-bottom: 30px
}

.project-filters li {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    opacity: .7
}

.project-filters li.active {
    opacity: 1
}

.project-filters li a {
    color: #aaa;
    cursor: pointer
}

.project-grid {
    margin-left: -7px;
    margin-right: -7px
}

.project-grid figure {
    width: 33.33333%;
    float: left;
    padding: 7px;
    position: relative;
    overflow: hidden
}

.project-grid.one-column figure {
    width: 100%
}

.project-grid.two-columns figure {
    width: 50%
}

.project-grid.three-columns figure {
    width: 33.33333%
}

.project-grid.four-columns figure {
    width: 25%
}

.project-grid.five-columns figure {
    width: 20%
}

.project-grid img {
    position: relative;
    display: block;
    width: 100%
}

.project-grid figure a,
.project-rid figure img {
    display: block;
    position: relative
}

.project-grid figure img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.project-grid figure:hover img {
    transform: scale(1.1)
}

.project-grid figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3
}

.project-item-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.project-grid figure .project-item-img:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .05);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.project-grid figure:hover .project-item-img:after {
    opacity: 1
}

.project-item-desc {
    margin-top: 12px
}

.project-item-desc h4 {
    margin-bottom: 0
}

.project-item-desc small {
    color: #888
}

.project-grid figure i {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    opacity: 0;
    width: 30px;
    height: 30px;
    background-color: #222;
    color: #285da9;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.project-grid figure .name {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    position: relative
}

.project-grid figure .category {
    display: inline-block;
    padding: 2px 7px;
    background-color: #222;
    color: #f5f5f5;
    font-size: 11px;
    line-height: 1.2em;
    top: 15px;
    left: 15px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.project-grid figure:hover i,
.project-grid figure:hover .name,
.project-grid figure:hover .category {
    opacity: 1
}

.page-ajax-loaded {
    position: fixed;
    background-color: #fff;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

.page-ajax-loaded:empty {
    display: none !important
}

.ajax-page-content {
    height: 100%;
    overflow: auto;
    background-color: #222
}

.ajax-page-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 60px 50px
}

.ajax-page-nav {
    text-align: right
}

.ajax-page-nav>div.nav-item {
    position: relative;
    display: inline-block;
    margin: 0 3px
}

.ajax-page-nav>div.nav-item a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #b5b5b5;
    background-color: #444
}

.ajax-page-nav>div.nav-item a:hover {
    background-color: #285da9;
    color: #fff
}

.ajax-page-nav>div.nav-item a i {
    line-height: 40px;
    font-size: 22px
}

.ajax-page-title {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: left
}

.ajax-page-title h1 {
    display: inline-block;
    margin: 0
}

.project-block {
    padding-top: 30px
}

.ajax-page-page-content img {
    max-width: 100%
}

.project-page-video,
.project-page-carousel,
.project-page-image {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.project-description {
    display: block;
    position: relative;
    padding: 20px 25px 25px;
    background-color: #333
}

.ajax-page-wrapper .block-title h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.project-general-info {
    list-style: none;
    padding: 0;
    margin: 0 0 15px
}

.project-general-info li {
    margin: 0 0 10px
}

.project-general-info .fa {
    color: #285da9;
    margin-right: 5px
}

.project-general-info p {
    margin: 0
}

.share-buttons {
    display: block;
    margin: 25px 0 0
}

.share-buttons a {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0;
    width: 28px;
    height: 28px;
    color: #b5b5b5;
    background-color: #222;
    border: 1px solid #222;
    text-align: center;
    border-radius: 0
}

.project-page-content .share-buttons a {
    margin: 0 7px 0 0
}

.share-buttons a:hover {
    color: #fff;
    background-color: #285da9;
    border-color: #285da9
}

.share-buttons a:last-child {
    margin-right: 0;
    border-radius: 0
}

.share-buttons a i {
    font-size: 14px;
    line-height: 26px
}

.tags-block {
    margin: 25px 0 0
}

.tags-block .block-title {
    margin-bottom: 0
}

.tags {
    list-style: none;
    margin: 0;
    padding: 0
}

.tags>li {
    display: inline-block
}

.tags a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    color: #e5e5e5;
    padding: 2px 7px;
    background-color: #444;
    border-radius: 3px;
    border: 1px solid #444;
    margin: 3px 2px 2px
}

.tags a:first-child {
    margin-left: 0
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-21by9:before {
    padding-top: 42.857143%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

blockquote {
    padding: 15px 20px;
    margin: 20px 0;
    font-size: 1em;
    border-left: 2px solid #d8d8d8;
    font-style: italic
}

@media only screen and (max-width:1280px) {
    .page {
        padding-left: 30px
    }

    .header {
        max-width: 330px
    }

    .content-area {
        max-width: calc(100% - 330px)
    }
}

@media only screen and (min-width:1025px) {
    .menu-toggle {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .header {
        position: absolute;
        width: 100%;
        max-width: 330px;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #285da9;
        z-index: 99;
        padding: 30px 30px 10px;
        text-align: center;
        opacity: 1;
        visibility: visible;
        overflow: auto;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .page {
        padding: 0
    }

    .page-content {
        padding: 0;
        margin: 0;
        border-radius: 0;
        min-height: 100%
    }

    .content-area {
        max-width: 100%
    }

    .header-titles h2 {
        font-size: 30px;
        margin-bottom: 10px
    }

    .header-titles h4 {
        font-size: 17px
    }

    .header-photo {
        max-width: 130px;
        margin-bottom: 25px
    }

    .mobile-menu-hide {
        width: 0;
        right: 0;
        margin-right: -100%;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    ul.main-menu {
        margin: 30px 0
    }

    ul.main-menu a {
        display: block;
        color: #fff;
        padding: 12px 0;
        line-height: 21px;
        opacity: .7
    }

    ul.main-menu a.active {
        opacity: 1
    }

    ul.main-menu .menu-icon {
        display: none
    }

    ul.main-menu .link-text {
        font-size: 16px;
        line-height: 21px
    }

    .menu-toggle {
        position: absolute;
        display: block;
        width: 48px;
        height: 48px;
        line-height: 46px;
        text-align: center;
        background-color: #285da9;
        right: 10px;
        font-size: 19px;
        top: 10px;
        border-radius: 30px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 900
    }

    .menu-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        left: 25%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .menu-toggle span:nth-child(1) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }

    .menu-toggle span:nth-child(2) {
        top: 22px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }

    .menu-toggle span:nth-child(3) {
        top: 28px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }

    .menu-toggle.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 13px;
        left: 15px
    }

    .menu-toggle.open span:nth-child(2) {
        width: 0%;
        opacity: 0
    }

    .menu-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 30px;
        left: 15px
    }

    .single-page-content .post-content {
        position: relative;
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width:768px) {
    .project-grid figure {
        width: 50%
    }

    .info-list {
        margin-top: 20px
    }

    .project-grid figure,
    .project-grid.three-columns figure {
        width: 50%
    }

    .project-grid.four-columns figure,
    .project-grid.five-columns figure {
        width: 33.3333333%
    }

    .page-project-loaded .project-page-wrapper {
        padding-left: 30px;
        padding-right: 30px
    }

    .single-page-content .project-page-content {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:480px) {
    .section-title-block.first-style .section-description {
        margin: 7px 0 0;
        width: 100%
    }

    .project-grid figure {
        width: 100%
    }

    .project-grid.three-columns figure,
    .project-grid.two-columns figure {
        width: 100%
    }

    .project-grid figure,
    .project-grid.two-columns figure,
    .project-grid.three-columns figure,
    .project-grid.four-columns figure,
    .project-grid.five-columns figure {
        width: 100%
    }

    .timeline-second-style .timeline-item {
        position: relative;
        display: block
    }

    .timeline-second-style .left-part {
        width: 100%;
        display: block;
        padding-left: 25px;
        min-height: 100%;
        text-align: left
    }

    .timeline-second-style .divider {
        left: 0
    }

    .timeline-second-style .right-part {
        width: 100%;
        display: block;
        padding-left: 25px;
        padding-right: 0
    }

    .single-page-content .post-content {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .controls.two-columns .right-column,
    .controls.two-columns .left-column {
        float: none;
        margin: 0;
        width: 100%
    }
}

.vcentered {
    vertical-align: middle;
    width: 100%;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.vcentered .row {
    width: 100%
}

.title-block {
    position: relative;
    text-align: center
}

.title-block h2 {
    color: #000000;
    font-size: 60px;
    line-height: 74px;
    margin: 0;
    text-align: center
}

.title-block .sp-subtitle {
    color: rgb(20, 20, 20);
    font-size: 21px;
    font-weight: 300;
    margin: 5px 0;
    text-align: center
}

.text-rotation {
    display: block;
    width: 100%;
    position: relative
}

.start-page .mask {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(10, 10, 10, .45)
}

@media only screen and (max-width:1024px) {

    .title-block h2 {
        font-size: 48px;
        line-height: 56px;
        margin: 0 0 10px;
        text-align: center
    }

    .title-block .sp-subtitle {
        font-size: 18px
    }
}

.spotify {
    width: 320px;
    position: absolute;
    bottom: 0;
    left: 2%;
}

.project-sections {
    position: relative;
    height: 100%;
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    perspective: 1500px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.project-section {
    position: absolute;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    border-radius: 0 2em 2em 0 !important;
    padding: 60px;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    background-size: cover
}
