/************************************* Fonts ***************************************//*
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.otf');
}*/
@font-face {
    font-family: 'Helvetica Neue Condensed Bold';
    font-weight: 700;
    src: url('../fonts/HelveticaNeue-CondensedBold.otf');
}

@font-face {
    font-family: 'Myriad Set Pro';
    src: url('../fonts/myriad-set-pro_semibold.ttf');
    src: url('../fonts/MyriadPro-Semibold.otf');
}

/********************************************* Tags *****************************************/

@keyframes white-shadow {
    from {
        text-shadow: 0 0 0 #FFFFFF;
    }
    50% {
        text-shadow: 0 0 15px #FFFFFF;
    }
    to {
        text-shadow: 0 0 0 #FFFFFF;
    }
}

@-moz-keyframes white-shadow {
    from {
        text-shadow: 0 0 0 #FFFFFF;
    }
    50% {
        text-shadow: 0 0 15px #FFFFFF;
    }
    to {
        text-shadow: 0 0 0 #FFFFFF;
    }
}

@-o-keyframes white-shadow {
    from {
        text-shadow: 0 0 0 #FFFFFF;
    }
    50% {
        text-shadow: 0 0 15px #FFFFFF;
    }
    to {
        text-shadow: 0 0 0 #FFFFFF;
    }
}

@-webkit-keyframes white-shadow {
    from {
        text-shadow: 0 0 0 #FFFFFF;
    }
    50% {
        text-shadow: 0 0 15px #FFFFFF;
    }
    to {
        text-shadow: 0 0 0 #FFFFFF;
    }
}

@keyframes black-shadow {
    from {
        text-shadow: 0 0 0 #000000;
    }
    50% {
        text-shadow: 0 0 15px #000000;
    }
    to {
        text-shadow: 0 0 0 #000000;
    }
}

@-moz-keyframes black-shadow {
    from {
        text-shadow: 0 0 0 #000000;
    }
    50% {
        text-shadow: 0 0 15px #000000;
    }
    to {
        text-shadow: 0 0 0 #000000;
    }
}

@-o-keyframes black-shadow {
    from {
        text-shadow: 0 0 0 #000000;
    }
    50% {
        text-shadow: 0 0 15px #000000;
    }
    to {
        text-shadow: 0 0 0 #000000;
    }
}

@-webkit-keyframes black-shadow {
    from {
        text-shadow: 0 0 0 #000000;
    }
    50% {
        text-shadow: 0 0 15px #000000;
    }
    to {
        text-shadow: 0 0 0 #000000;
    }
}

.fa-cloud.white {
    animation: white-shadow 4s infinite running;
        -o-animation: white-shadow 4s infinite running;
        -moz-animation: white-shadow 4s infinite running;
        -webkit-animation: white-shadow 4s infinite;
        -webkit-animation-play-state: running;
}

.fa-cloud.black {
    animation: black-shadow 4s infinite running;
        -o-animation: black-shadow 4s infinite running;
        -moz-animation: black-shadow 4s infinite running;
        -webkit-animation: black-shadow 4s infinite;
        -webkit-animation-play-state: running;
}

html {
    height: 100%;
    width: 100%;
}

html::-webkit-scrollbar {
    display: none;
}

body {
    font-size: 14px !important;
    height: 100%;
    width: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

h2 {
    font-size: 30px;
}

input, button, select, textarea {
    font-family: 'Myriad Set Pro';
}

tspan.strong,
.title strong {
    font-family: 'Helvetica Neue Condensed Bold';
}

ul {
    padding: 0;
}

.social-icons .social-icon i {
    color: white;
    transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
}

.social-icons .social-icon i:hover {
    color: #ded76b;
    transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
}

.social-icons {
    margin-top: 20px;
}

strong {
    font-family: 'Helvetica Neue Condensed Bold';
}

/**************************************************** Classes ****************************************************/

.bars {
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: none;
    float: right;
    height: 50px;
    margin: 10px 20px;
    width: 27px;
}

.bars.black {
    background-image: url('../img/menu-black.png');
}

.bars.white {
    background-image: url('../img/menu-white.png');
}

.case-to-top {
    background-size: cover;
    background: no-repeat 50% 50%;
    text-align: center;
}

.case-to-top.sub-block .overlay {
    background: rgba(0, 0, 0, 0.5);
}

.case-to-top .title {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    visibility: hidden;
}

.case-to-top h1,
.case-to-top h2,
.landing-header h1,
.case-to-top .svg-title text,
.case-to-top rect {
    font-family: 'Helvetica Neue Condensed Bold';
    text-transform: uppercase;
}

.case-to-top h1,
.case-to-top .svg-title,
.case-to-top .svg-title text,
.case-to-top rect {
    font-size: 60px;
    font-weight: 500;
    height: 58px;
    line-height: 58px;
    text-anchor: middle;
}

.case-to-top .svg-title {
    padding: 0 5pt;
}

.case-to-top h2 {
    margin: 0;
    text-align: center;
    width: 100%;
    color: white;
}

.case-to-top h2.bottom {
    bottom: 38pt;
    top: auto;
}

.case-to-top .central-button {
    background-color: transparent;
}

.case-to-top.sub-block {
    padding: 0;
}

.case-to-top.sub-block .bottom {
    position: absolute;
}

.case-to-top.sub-block .subtitle {
    margin-top: 10px;
}

.case-to-top.sub-block .title {
    padding: 0;
}

.case-to-top.sub-block h2 {
    font-family: 'Myriad Set Pro';
}

.case-to-top.sub-block h2 {
    text-transform: none;
    padding: 0;
}

.case-to-top.sub-block h2.bottom {
    bottom: 8vh;
    left: 0;
    padding: 0 10px;
    top: auto;
    width: 100%;
}

.case-to-top.sub-block h2.subtitle {
    font-size: 20px;
    font-weight: normal;
    width: calc(100% - 20px);
}

.case-to-top#block1 .central-button {
    position: absolute;
    bottom: 15vh;
    left: calc(50% - 70pt);
}

.central-button.launch {
    color: #171d23;
    border: 1px solid #171d23;
    background-color: rgba(23, 29, 35, 0);
    background-image: linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -webkit-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -moz-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -o-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -ms-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
}

.central-button.appstore {
    color: #171d23;
    border: 1px solid #171d23;
    background-color: rgba(23, 29, 35, 0);
    background-image: linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -webkit-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -moz-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -o-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -ms-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
}

.central-button.appstore {
    color: white;
}

.appstore .fa-apple {
    height: 40px;
    width: 40px;
    vertical-align: top;
    display: inline-block;
    font-size: 30px;
    float: left;
    margin-left: 30pt;
    line-height: 40px;
}

.appstore span.get-it {
    float: left;
    vertical-align: top;
    text-align: left;
    width: 75pt;
    line-height: 14px;
    font-size: 10px;
    display: inline-block;
    text-transform: none;
    margin-top: 4px;
}

.appstore span.itunes {
    text-align: left;
    float: left;
    vertical-align: top;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
    width: 60pt;
}

.central-button {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 3px auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 140pt;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
        background-image: -moz-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
        background-image: -o-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
        background-image: -ms-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background-position: 0 -40px;
    background-repeat: no-repeat;
    transition-property: all;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
    transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        -ms-transition-duration: 0.7s;
}

.central-button:hover {
    background-position: 0, 0;
    color: #000000;
}

.section.color_171d23 .central-button {
    color: #171d23;
    border: 1px solid #171d23;
    background-color: rgba(23, 29, 35, 0);
    background-image: linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -webkit-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -moz-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -o-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
        background-image: -ms-linear-gradient(rgba(23, 29, 35, 1), rgba(23, 29, 35, 1));
}

.section.color_171d23 .central-button:hover {
    color: white;
}

.color_171d23 .section:not(.color_ffffff) .svg-title rect[mask] {
    fill: #171d23;
}

.central-button,
.central-button .overlay {
    border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    font-family: 'Myriad Set Pro';
    font-size: 14px;
}

.case-to-top#block1 h2 {
    padding-top: 0;
}

.central-button .overlay {
    background: #FFFFFF;
    color: #000000;
    height: 0;
    min-height: 0;
    overflow: hidden;
    width: 100%;
}

.contact-overlay {
    position: fixed !important;
}

.from-blog {
    /*position: absolute;*/
    /*display: table-cell;
    vertical-align: middle;*/
    padding-left: 3vw;
    /*bottom: 15vh;*/
}

.from-blog .header {
    font-size: 15px;
    text-transform: uppercase;
}

/*.from-blog .last-posts {
    margin: 15px 0 20px;
    width: 70%;
}*/

.from-blog .post {
    margin-bottom: 10px;
}

.from-blog .post h1 {
    font-size: 19px;
    margin: 1% 0 0 0;
}

.from-blog .post h1 a:hover,
.from-blog .post .post-category:hover {
    text-decoration: underline;
}

.from-blog .post .post-category {
    font-family: 'Myriad Set Pro';
    font-weight: 300;
    font-size: 15px;
}

.from-blog .post .post-date {
    font-size: 13px;
}

.hidden-info {
    display: none;
}

.landing embed {
    width: 100%;
    height: 100%;
}

.landing-header {
    margin: 0 21.5%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    width: 57%;
}

.landing-header h1 {
    font-size: 65px;
    font-weight: 500;
    margin: 10px 0 5px;
}

.landing-header h1,
.landing-header h2 {
    text-align: center;
}

.landing-header h2 {
    margin: 0;
}

.landing-header h2:last-of-type {
    font-size: 20px;
}

.loading {
    background: #FFFFFF;
    opacity: 1;
}

.loading .spinner-holder {
    left: 45%;
    height: 10%;
    top: 45%;
    width: 10%;
}

.loading-text {
    color: #d1d1d1;
    margin: 10px;
    font-family: 'Myriad Set Pro';
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.last-twits .twit:nth-child(2n) .twit-content img {
    width: 20px;
}

.last-twits .twit:nth-child(2n) .twit-content img {
    display: inline;
}

.last-twits .twit:nth-child(2n) .twit-content .right-quote {
    margin: 0 0 -20px 10px;
}

.last-twits .twit:nth-child(2n) .twit-content .left-quote {
    margin: -20px 10px 0 0;
}

.last-twits .twit:nth-child(2n+1) .twit-content img {
    display: none;
}

.last-twits .twit-content a {
    color: #FFFFFF;
}

.last-twits .twit-content a:hover {
    text-decoration: underline;
}

.main-block,
.main-block > .opacity {
    height: 100%;
    position: relative;
    width: 100%;
}

.main-footer {
    background-size: cover !important;
    box-sizing: content-box;
    color: #646464;
    font-size: 14px;
    height: auto;
    min-height: 100%;
    overflow: auto;
    width: 100%;
}

.main-footer input:-webkit-autofill {
    background: #646464 !important;
    color: #646464;
}

.main-footer .sitemap {
    width: 40%;
}

.main-footer .sitemap ul {
    margin: 0;
}

.map {
    margin: 0;
}

.map iframe {
    border: 0;
    width: 100%;
    height: 475px;
}

.map-title {
    color: #FFF;
    margin: 0;
    padding: 5px;
    text-align: center;
}

.menu-item {
    display: block;
    font-size: 3.5vh;
    text-decoration: none;
    text-transform: capitalize;
    width: auto !important;
}

.menu-item a {
    font-family: 'Myriad Set Pro' !important;
}

.menu-case-studies {
    padding: 0;
    margin-bottom: 20px;
}

.menu-item .fa-angle-down {
    visibility: hidden;
}

.navbar {
    background: none;
    border: none;
    display: inline-block;
    height: 47px;
    margin: 0;
    min-height: 0;
}

.navbar-nav {
    margin: 0 -15px 0 0;
}

.navbar-nav > li > a {
    padding: 1px;
    line-height: 0;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
}

.overlay {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.page-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 43px;
    word-wrap: break-word;
}

.page-heading-alt {
    word-wrap: break-word;
}

.page-section {
    padding: 75px;
}

.page-section .holder {
    padding: 15px 0;
    width: 90%;
}

.preview-container {
    cursor: pointer;
    height: 80%;
    padding: 25px;
}

.preview-container,
.preview-footer {
    width: 100%;
}

.preview-footer {
    background-size: 9%;
    height: 20%;
    padding-right: 20px;
    text-align: right;
}

.preview-footer a {
    color: rgb(100, 100, 100) !important;
    display: inline-block !important;
    font-size: 1.2vw !important;
    font-weight: 700;
    vertical-align: middle;
}

.rb-close {
    right: 1.7em;
}

.rb-close::before {
    content: none;
}

.rb-grid li {
    margin: 0;
}

.rb-grid li h3 {
    font-size: 24px;
    text-align: center;
}

.rb-week {
    overflow-y: auto;
}

.required-field {
    color: #F00;
}

.round-button {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    color: white;
    cursor: pointer;
    font-variant: small-caps;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
}

.round-button:hover {
    background: #fff;
}

.round-button:hover,
.round-button:hover a {
    color: #333;
}

.row {
    margin: 0;
}

.sc_menu a {
    text-decoration: none;
}

.sc_menu a:hover img {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.sc_menu a:hover span {
    display: block;
}

.sc_menu img {
    border: none;
}

.sc_menu li {
    cursor: pointer;
    display: block;
    float: left;
    padding: 0 20px;
}

.sc_menu span {
    color: #fff;
    display: none;
    font-size: 12px;
    line-height: 40px;
    margin-top: 3px;
    text-align: center;
}

.sc_menu ul {
    display: block;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1000%;
}

.site-menu {
    margin: 0;
    padding: 0;/*
    overflow: hidden;*/
}

.sml_email,
.sml_email button[type="submit"],
.sml_email input[type="text"] {
    display: table-cell;
}

.sml_email button[type="submit"] {
    border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -ms-border-bottom-left-radius: 0;
        -o-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -o-border-top-left-radius: 0;
        -ms-border-top-left-radius: 0;
    color: #fff;
    height: 48px;
    float: right;
    font-size: 22px;
    width: 48px;
}

.sml_email input[type="text"] {
    border: none;
    border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -o-border-bottom-right-radius: 0;
        -ms-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        -ms-border-top-right-radius: 0;
        -o-border-top-right-radius: 0;
    color: #646464;
    float: left;
    font-size: 16px;
    height: 48px;
    outline: none;
    padding: 10px;
    width: calc(100% - 48px);
}

.sml_email input[type="text"]:focus {
    outline: none;
}

.sml_email [type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
    background-color: #c4dd1e;
    border: none;
    color: #5b6708 !important;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.sml_email [type="submit"]:active,
.sml_email [type="submit"]:hover {
    background-color: #b2cc04;
    text-decoration: none;
}

.sml_subscribe {
    position: relative;
}

.sml_subscribe input {
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
}

.subscribe2categories .round-button {
    margin: 0 20px;
}

.subscribe2categories span {
    padding: 0 20px;
}

.subscribe2categories .view-more {
    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}

.case-to-top .title-container {
    padding: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    width: 100%;
}

.case-to-top.color_171d23 .title-container h2 {
    color: #171d23;
}

.case-to-top.color_ffffff .title-container h2 {
    color: #ffffff;
}

.case-to-top .svg-title {
    margin: 0 auto;
    padding: 0;
    max-width: 95vw;
}

.social-icon a {
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 20px;
}

.ui-autocomplete-category {
    font-family: 'Helvetica Neue Condensed Bold';
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.view-more {
    background: #000;
    height: 70px;
    padding: 13px 0;
    text-align: center;
}

.wpcf7-form.sent input {
    display: inline-block !important;
}

.wpcf7-form.sent #contact-submit {
    display: block !important;
}

/*********************************************** IDs ******************************************/

#about,
#carousel,
#map,
#work {
    padding: 0;
}

#carousel {
    background: transparent !important;
    bottom: 0;
    height: 115px;
    margin-bottom: 5pt;
    position: absolute;
    width: 100vw;
    overflow: hidden;
}

#carousel .carousel-container {
    background: transparent !important;
    height: 50px;
}

#carousel img {
    width: 100px;
}

#contact {
    background: transparent !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 70%;
}

#contact h4 p {
    font-size: 60px;
    font-family: 'Helvetica Neue Condensed Bold';
}

#contact form p:nth-of-type(1),
#contact form p:nth-of-type(2) {
    border-bottom: 2px solid #FFFFFF !important;
    display: inline-block;
    /*float: left;*/
    text-align: center;
    width: calc(50% - 17px);
}

#contact form p:nth-of-type(1) {
    margin-right: 30px;
}

#contact form p:nth-of-type(3) {
    float: left;
    width: calc(100% - 70px);
}

#contact form p:nth-of-type(3),
#contact form p:nth-of-type(4) {
    height: 132px;
    margin: 35pt 0 30px 0    !important;
}

#contact form p ::-webkit-input-placeholder {
    color: white;
    font-family: 'Helvetica Neue Condensed Bold';
}

#contact form p :-moz-placeholder {
    color: white;
    font-family: 'Helvetica Neue Condensed Bold';
}

#contact form p ::-moz-placeholder {
    color: white;
    font-family: 'Helvetica Neue Condensed Bold';
}

#contact form p :-ms-input-placeholder {
    color: white;
    font-family: 'Helvetica Neue Condensed Bold';
}

#contact span.wpcf7-not-valid-tip {
    display: inline;
    vertical-align: super;
    font-size: 80%;
}

#contact span.wpcf7-not-valid-tip:before {
    content: "*"
}

#contact form p:nth-of-type(3) ::-webkit-input-placeholder {
    color: #4a3115;
}

#contact form p:nth-of-type(3) :-moz-placeholder {
    color: #4a3115;
}

#contact form p:nth-of-type(3) ::-moz-placeholder {
    color: #4a3115;
}

#contact form p:nth-of-type(3) :-ms-input-placeholder {
    color: #4a3115;
}

#contact form p:nth-of-type(4) {
    float: right;
}

#contact textarea {
    background-color: #FFFFFF !important;
    border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -o-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
    color: #4a3115 !important;
    height: 100% !important;
    opacity: 0.95;
}

#contact .contact-input,
#contact .subtitle {
    font-size: 16px;
}

#contact .contact-input {
    border: none !important;
    font-size: 15px !important;
    font-weight: 700;
    margin-bottom: 8pt;
    max-width: 90%;
    padding: 0 !important;
}

#contact .subtitle {
    font-family: 'Helvetica Neue Condensed Bold';
    font-size: 20px;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}

#contact .screen-reader-response ul,
#contact .wpcf7-response-output {
    display: none;
}

 #contact-container {
    display: none;
    height: 450px;
    left: 50%;
    margin-top: 20px;
    padding: 30px 47px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
    width: 380px;
    z-index: 100;
}

body.contact-container-on #contact-container {
    display: block;
}

#contact-container,
#contact-container input.submit,
#contact-container input.message {
    border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
}

#contact-close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
}

#contact-container h1 {
    font-family: 'Myriad Set Pro';
    font-size: 20px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

#contact-container h2 {
    text-align: center;
    font-family: 'Myriad Set Pro';
    font-size: 15px;
}

#contact-container input,
#contact-container textarea {
    border: none;
    height: 50px;
    width: 100%;
}

#contact-container input.name {
    border-top-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -ms-border-top-left-radius: 3px;
        -o-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
        -moz-border-top-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -ms-border-top-right-radius: 3px;
        -o-border-top-right-radius: 3px;

}

#contact-container input.email {
    border-bottom-left-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -ms-border-bottom-left-radius: 3px;
        -o-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
        -moz-border-bottom-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -ms-border-bottom-right-radius: 3px;
        -o-border-bottom-right-radius: 3px;
}

#contact-container input.email,
#contact-container input.name,
#contact-container input.message {
    background: #FFFFFF;
    color: #717171;
    padding: 18px 60px 18px 18px;
}

#contact-container input.submit {
    background: #717171;
    color: #FFFFFF;
    text-transform: uppercase;
}

#contact-container input.message {
    margin: 10px 0 5px;
}

#contact-container .bottom {
    margin: 33px 0 0 0;
}

#contact-container .bottom img {
    height: 18px;
    margin: 0 5px;
}

#contact-container .subtitle {
    margin: 14px 0 20px;
}

#contact-mail:before {
    content: "<i class='fa fa-envelope-o'></i>";
}

#contact-submit {
        -moz-border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -o-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
    background: #51cb64 url(../img/arrow-right.png) no-repeat center center !important;
    background-size: 15% !important;
    border: none !important;
    border-radius: 3px !important;
    float: right;
    height: 100%;
    left: 0;
    margin: 0 !important;
    top: 0;
    width: 60px !important;
}

#contact-submit:hover {
    background-color: rgb(31, 153, 50) !important;
}

#footer {
    padding-top: 90px;
}

#footer .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    width: 100%;
}

#footer .footer-bottom,
#footer .form-holder {
    padding: 0 7vw;
}

#footer .menu-item {
    font-size: 15px;
}

#footer .placeholder {
    display: inline;
    font-family: 'Helvetica Neue Condensed Bold';
}

#getstarted a,
#getstarted a:hover {
    text-decoration: none;
}

#header i {
    color: #fff;
    cursor: pointer;
    position: absolute;
    line-height: 50px;
}

#header .fa-cloud {
    font-size: 50px;
}

#header .fa-cloud {
    position: relative;
}

#landing {
    width: 100%;
    height: 100vh;
}

#landing h2:nth-child(1) {
    font-family: 'Helvetica Neue Condensed Bold';
    font-size: 18px;
    font-weight: 700;
}

#landing video {
    height: auto;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: auto;
}

#landing .central-button {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
        background-image: -moz-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
        background-image: -o-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
        background-image: -ms-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background-position: 0 -40px;
    background-repeat: no-repeat;
    transition-property: all;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
    transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        -ms-transition-duration: 0.7s;
}

#landing .central-button:hover {
    background-position: 0, 0;
    color: #000000;
}

#loading-search {
    display: none;
}

#loading-recent {
    display: none;
}

#main-menu {
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: -100vh;
    width: 100%;
    z-index: 50;
}

#main-menu .central-button {
    line-height: 40px;
    /*margin: 0;*/
}

#right-menu .delimiter,
#right-menu #home {
    display: none;
}

.main-menu .fa-times {
    cursor: pointer;
}

.main-menu .fa-times,
#main-menu .logo {
    font-size: 30px;
}

#main-menu .logo {
    position: relative;
    padding-left: 3vw;
    top: 5vh;
}

#main-menu .logo a {
    text-transform: uppercase;
    font-family: 'Helvetica Neue Condensed Bold';
    color: white;
}

#main-menu .logo a:hover {
    text-decoration: none;
}

#main-menu .from-blog-container {
    top: 10vh;
    position: absolute;
    width: 100%;
    display: table;
    float: left;
    /*height: 100%;*/
    height: 90vh;
}

.main-menu .menu-left,
#main-menu .menu-right {
    height: 100%;
    opacity: 0.95;
    padding: 100px 10px 0;
}

#main-menu .menu-left {
    float: left;
    width: 70%;
    overflow: hidden;
    padding-left: 10vw;
}

#right-menu {
    text-align: right;
    overflow: hidden;
    padding-right: 10vw;
}

#main-menu .menu-right .close {
    background: url('../img/close.png') no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    opacity: 1;
}

#right-menu .sitemap {
    /*right: 3vw;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    max-height: 90%;/*
    overflow: hidden;*/
}

.sitemap .social-icon {
    text-align: right;
    width: 25%;
    margin: 5% 0;
    display: inline-block;
}

#main-menu .social-icon {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 25pt;
    width: 5vw;
}

#main-menu .social-icons {
    padding: 0;
}

#main-menu .twitter {
    height: 90px;
}

#main-menu .twitter .fa-cloud {
    float: left;
    font-size: 60px;
}

#main-menu .twitter > div {
    float: left;
}

#main-menu-bottom {
    bottom: -100%;
    cursor: pointer;
    height: 120pt;
    position: fixed;
}

#MyServices .row {
    display: block;
}

#MyServices ul {
    margin: 0;
    width: 100%;
}

#top-panel  {
    float: right;
    margin: 7px;
    position: absolute;
}

#whoChoosesUs a,
#whoChoosesUs h2,
#whoChoosesUs .more-info {
    text-align: center;
}

#whoChoosesUs .more-info {
    height: 100px;
    overflow: auto;
}

/*********************************************** Media Queries by width ******************************************/
@media (max-width: 1520px) {
    .landing-header br {
        display: none !important;
    }
}

@media (max-width: 960px) {
}

@media (max-width: 420px) {
    .case-to-top rect,
    .case-to-top .svg-title,
    .case-to-top .svg-title text,
    .case-to-top .title {
        font-size: 50px;
        height: 45px;
        line-height: 45px;
    }

    .case-to-top.sub-block h2 br {
        display: none;
    }

    .central-button .overlay {
        display: block !important;
        height: 100%;
        font-family: 'Helvetica Neue Condensed Bold';
    }

    .footer-bottom {
        display: none;
    }

    .landing-header {
        margin: 0 5px;
        width: calc(100% - 10px);
    }

    .landing-header h1 {
        font-size: 60px;
    }

    #main-menu .menu-right .close {
        margin: 10px 11px;
    }

    #right-menu .sitemap {
        right: 20px;
        width: auto;
    }

    #contact h4 {
        font-size: 70px;
    }

    #contact form p:nth-of-type(3),
    #contact form p:nth-of-type(4) {
        margin: 10px 0 0 !important;
    }

    #contact p {
        float: none !important;
        height: 100% !important;
        margin-top: 10px !important;
        width: 100% !important;
    }

    #contact textarea {
        height: 200px !important;
    }

    #contact textarea::-webkit-input-placeholder {
        text-align: center;
        line-height: 150px;
    }

    #contact textarea::-moz-placeholder {
        text-align: center;
        line-height: 150px;
    }

    #contact textarea:-moz-placeholder {
        text-align: center;
        line-height: 150px;
    }

    #contact textarea:-ms-input-placeholder {
        text-align: center;
        line-height: 150px;
    }

    #contact .form-holder {
        height: 100%;
        overflow: auto;
        padding: 10px 14vw;
    }

    #contact .subtitle {
        padding: 0;
    }

    #contact-message {
        font-family: 'Myriad Set Pro';
        font-size: 20px !important;
        color: #000000 !important;
    }

    #contact-submit {
        background-size: 10px !important;
        height: auto !important;
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    #main-menu .logo {
        left: 20px;
    }

    #main-menu .menu-left {
        display: none;
    }

    #right-menu {
        width: 100%;
    }

    .bars {
        background-image: url('../img/menu-white.png');
    }

    .case-to-top rect,
    .case-to-top .svg-title,
    .case-to-top .svg-title text,
    .case-to-top .title,
    .landing-header h1 {
        font-size: 45px;
        height: 45px;
        line-height: 45px;
    }

    .case-to-top.sub-block {
        padding: 0;
    }

    #contact h4 p {
        font-size: 30px;
    }

    #header .fa-cloud,
    #header .player {
        display: none;
    }
}

@media (max-width: 500px) {
    .case-to-top rect,
    .case-to-top .svg-title,
    .case-to-top .svg-title text,
    .case-to-top .title,
    .landing-header h1 {
        font-size: 40px;
        height: 35px;
        line-height: 35px;
    }

    #contact-close {
        right: 0;
    }
}

@media (max-width: 480px), (max-height: 420px) {
    .case-to-top rect,
    .case-to-top .svg-title,
    .case-to-top .svg-title text,
    .case-to-top .title,
    .landing-header h1 {
        font-size: 35px;
        height: 32px;
        line-height: 32px;
    }
    .landing-header h2:last-of-type {
        font-size: 16px;
    }
    video#landing-video{
        display: none;
    }

    h2 {
        font-size: 20px;
    }

    #right-menu .sitemap {
        top: 55%;
        height: 70%;
    }

    body.contact-container-on #contact-container {
        height: 350px;
        width: 300px;
    }

    #contact-container .subtitle {
        margin: 0;
    }
}

@media (max-width: 385px), (max-height: 360px) {
    .case-to-top rect,
    .case-to-top .svg-title,
    .case-to-top .svg-title text,
    .case-to-top .title,
    .landing-header h1 {
        font-size: 30px;
        height: 28px;
        line-height: 28px;
    }
}

/*********************************************** Media Queries by height ******************************************/

@media only screen and (max-width: 480px) {
    #contact-container input {
        width: 100%;
    }

    #contact-container li, p {
        width: 100%;
    }

    #contact-container h1 {
        font-size: 2.25em;
    }
}

@keyframes fade-in {
    from {
        color: white;
        background: transparent;
    }
    to {
        color: black;
        background: white;
    }
}

@keyframes fade-out {
    from {
        color: black;
        background: white;
    }
    to {
        color: white;
        background: transparent;
    }
}

.case-to-top .link-to-video {
    color: white;
    background: transparent !important;
    text-transform: lowercase;
    transition-property: color, background;
        -webkit-transition-property: color, background;
        -o-transition-property: color, background;
        -moz-transition-property: color, background;
        -ms-transition-property: color, background;
    transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        -ms-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
}

.case-to-top .link-to-video:hover {
    color: black;
    background: white !important;
}

.menu-toggle {
    position: fixed;
    top: 5vh;
    right: 3vw;
    margin-right: 24px;
    z-index: 150;
}

body.color_171d23 .menu-toggle .bar {
    background: #171d23;
}

body.menu-on .menu-toggle .bar {
    background: white;
}

@media screen {
    #right-menu,
    #right-menu-dummy {
        width: 330px;
    }

    .world-map {
        display: none;
    }

    .menu-item a {
        color: white;
        text-decoration: none;
        transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
    }

    .menu-case-studies .menu-item a {
        color: #ff6432;
        text-decoration: none;
        transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
    }

    .menu-item a:hover {
        color: #ded76b;
        transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
    }

    .menu-toggle {
        margin-right: 30.358px;
    }

    .logo,
    .contact-us {
        margin-left: 30.358px;
    }

    .menu-toggle .bar {
        transform-origin: 2px 50%;
            -webkit-transform-origin: 2px 50%;
            -moz-transform-origin: 2px 50%;
            -o-transform-origin: 2px 50%;
            -ms-transform-origin: 2px 50%;
        position: relative;
        display: block;
        width: 32.284px;
        height: 4px;
        line-height: 1px;
        background: white;
        margin: 6px 0;
        transition-duration: 0.3s, 0.3s, 0.5s;
            -webkit-transition-duration: 0.3s, 0.3s, 0.5s;
            -moz-transition-duration: 0.3s, 0.3s, 0.5s;
            -o-transition-duration: 0.3s, 0.3s, 0.5s;
            -ms-transition-duration: 0.3s, 0.3s, 0.5s;
        transition-property: background, background-color, transform;
            -webkit-transition-property: background, background-color, transform;
            -o-transition-property: background, background-color, transform;
            -moz-transition-property: background, background-color, transform;
            -ms-transition-property: background, background-color, transform;
        transition-timing-function: linear;
            -webkit-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            -moz-transition-timing-function: linear;
            -ms-transition-timing-function: linear;
    }

    .menu-toggle .bar.bar-2 {
        transform-origin: 12px 50%;
            -webkit-transform-origin: 12px 50%;
            -moz-transform-origin: 12px 50%;
            -o-transform-origin: 12px 50%;
            -ms-transform-origin: 12px 50%;
    }

    #right-menu .sitemap {
        /*margin-right: 50.642px;*/
        padding-right: 50.642px;
        width: 100%;
        box-sizing: border-box;
        right: 0;
        border-right: 3vw solid transparent;
        overflow-y: auto;
    }

    .menu-item,
    .sitemap .social-icon a {
        font-size: 20px;
    }

    .post h1 a {
        font-size: 16px;
    } 

    .header.highlighted {
        font-size: 18px;
    }

    .post span,
    .post a {
        font-size: 12px;
    }

    .social-icon {
        max-width: 200px;
    }

    #header {
        padding: 6px;
        left: auto;
        position: fixed;
        top: 5vh;
        right: 3vw;
        width: 32.284px;
        height: 36px;
        z-index: 150;
        margin-right: 82.284px;
        opacity: 1;
        visibility: visible;
        transition-duration: 0.3s, 0.3s, 0.5s;
            -webkit-transition-duration: 0.3s, 0.3s, 0.5s;
            -moz-transition-duration: 0.3s, 0.3s, 0.5s;
            -o-transition-duration: 0.3s, 0.3s, 0.5s;
            -ms-transition-duration: 0.3s, 0.3s, 0.5s;
        transition-property: all;
            -webkit-transition-property: all;
            -moz-transition-property: all;
            -o-transition-property: all;
            -ms-transition-property: all;
    }

    .landing-header {
        margin: 0 10%;
        width: 80%;
    }

    /*#header .player {
        cursor: pointer;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        position: absolute;
        background-size: contain;
        width: 24px;
        height: 24px;
        transition-property: background, background-color, clip-path, -webkit-clip-path;
            -webkit-transition-property: background, background-color, clip-path, -webkit-clip-path;
            -moz-transition-property: background, background-color, clip-path;
            -o-transition-property: background, background-color, clip-path;
            -ms-transition-property: background, background-color, clip-path;
        transition-duration: 0.3s, 0.3s, 0.5s;
            -webkit-transition-duration: 0.3s, 0.3s, 0.5s;
            -moz-transition-duration: 0.3s, 0.3s, 0.5s;
            -o-transition-duration: 0.3s, 0.3s, 0.5s;
            -ms-transition-duration: 0.3s, 0.3s, 0.5s;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        transition-timing-function: linear;
            -webkit-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            -moz-transition-timing-function: linear;
            -ms-transition-timing-function: linear;
    }

    #header .player.play {
        background-image: url('../img/play_icon.svg');
    }

    #header .player.pause {
        background-image: url('../img/pause_icon.svg');
    }*/

    /*body.menu-on .menu-toggle .bar {
        background: white;
    }*/
}

/*@media (-webkit-device-pixel-ratio){
    #header .player, body.color_ffffff #header .player{
        background-color: white;
        background-image: none !important;
    }

    body.color_171d23 #header .player{
        background-color: #171d23;
    }

    #header .player.play {
        -webkit-clip-path: polygon(0% 0%, 	50% 25%, 	50% 25%, 50% 25%, 50% 25%, 	100% 50%, 	100% 50%,
        50% 75%, 	50% 75%, 50% 75%, 50% 75%,  0% 100%);
    }
    #header .player.pause {
        -webkit-clip-path: polygon(0% 0%,	40% 0%,		40% 50%, 60% 50%, 60% 0%, 	100% 0%, 	100% 100%,
                                    60% 100%, 	60% 50%, 40% 50%, 40% 100%, 0% 100%);
    }
}*/

@media (min-height: 800px) and (min-aspect-ratio: 1/1), (min-width: 800px) and (max-aspect-ratio: 1/1) {
    #right-menu,
    #right-menu-dummy {
        width: 429px;
    }

    .menu-toggle {
        margin-right: 25.615px;
    }

    .logo,
    .contact-us {
        margin-left: 25.615px;
    }

    .menu-toggle .bar {
        transform-origin: 2.5px 50%;
            -webkit-transform-origin: 2.5px 50%;
            -moz-transform-origin: 2.5px 50%;
            -o-transform-origin: 2.5px 50%;
            -ms-transform-origin: 2.5px 50%;
        width: 41.77px;
        height: 5px;
        margin: 8px 0;
    }

    .menu-toggle .bar.bar-2 {
        transform-origin: 15.5px 50%;
            -webkit-transform-origin: 15.5px 50%;
            -moz-transform-origin: 15.5px 50%;
            -o-transform-origin: 15.5px 50%;
            -ms-transform-origin: 15.5px 50%;
    }

    #right-menu .sitemap {
        /*margin-right: 51.885px;*/
        padding-right: 51.885px;
        width: 100%;
        box-sizing: border-box;
        right: 0;
        border-right: 3vw solid transparent;
    }

    .menu-item,
    .sitemap .social-icon a {
        font-size: 26px;
    }

    .post h1 a {
        font-size: 20.8px;
    }


    .post span,
    .post a {
        font-size: 15.6px;
    }

    .header.highlighted {
        font-size: 23.4px;
    }

    .social-icon {
        max-width: 260px;
    }

    #header {
        padding: 8px;
        width: 41.77px;
        height: 47px;
        margin-right: 76.77px;
    }

    #header .player {
        width: 26px;
        height: 26px;
    }
}

@media (min-height: 1280px) and (min-aspect-ratio: 1/1), (min-width: 1280px) and (max-aspect-ratio: 1/1) {
    #right-menu,
    #right-menu-dummy {
        width: 660px;
    }

    .menu-toggle {
        margin-right: 14.216px;
    }

    .logo,
    .contact-us {
        margin-left: 14.216px;
    }

    .menu-toggle .bar {
        transform-origin: 4px 50%;
            -webkit-transform-origin: 4px 50%;
            -moz-transform-origin: 4px 50%;
            -o-transform-origin: 4px 50%;
            -ms-transform-origin: 4px 50%;
        width: 64.569px;
        height: 8px;
        margin: 12px 0;
    }

    .menu-toggle .bar.bar-2 {
        transform-origin: 24px 50%;
            -webkit-transform-origin: 24px 50%;
            -moz-transform-origin: 24px 50%;
            -o-transform-origin: 24px 50%;
            -ms-transform-origin: 24px 50%;
    }

    #right-menu .sitemap {
        padding-right: 54.785px;
        width: 100%;
        box-sizing: border-box;
        right: 0;
        border-right: 3vw solid transparent;
    }

    .menu-item,
    .sitemap .social-icon a
    {
        font-size: 40px;
    }

    .post h1 a {
        font-size: 32px;
    }

    .post span,
    .post a {
        font-size: 24px;
    }

    .header.highlighted {
        font-size: 36px;
    }

    .social-icon {
        max-width: 400px;
    }

    #header {
        padding: 12px;
        width: 64.569px;
        height: 72px;
        margin-right: 99.569px;
    }

    #header .player {
        width: 40px;
        height: 40px;
    }
}

@media (min-height: 1920px) and (min-aspect-ratio: 1/1), (min-width: 1920px) and (max-aspect-ratio: 1/1) {
    #right-menu,
    #right-menu-dummy {
        width: 825px;
    }

    .menu-toggle {
        margin-right: 6.145px;
    }

    .logo,
    .contact-us {
        margin-left: 6.145px;
    }

    .menu-toggle .bar {
        transform-origin: 5px 50%;
            -webkit-transform-origin: 5px 50%;
            -moz-transform-origin: 5px 50%;
            -o-transform-origin: 5px 50%;
            -ms-transform-origin: 5px 50%;
        width: 80.711px;
        height: 10px;
        margin: 15px 0;
    }

    .menu-toggle .bar.bar-2 {
        transform-origin: 30px 50%;
            -webkit-transform-origin: 30px 50%;
            -moz-transform-origin: 30px 50%;
            -o-transform-origin: 30px 50%;
            -ms-transform-origin: 30px 50%;
    }

    #right-menu .sitemap {
        padding-right: 56.856px;
        width: 100%;
        box-sizing: border-box;
        right: 0;
        border-right: 3vw solid transparent;
    }

    .menu-item,
    .sitemap .social-icon a {
        font-size: 50px;
    }
    
    .post h1 a {
        font-size: 40px;
    }

    .post span,
    .post a {
        font-size: 30px;
    }

    .header.highlighted {
        font-size: 45px;
    }

    .social-icon {
        max-width: 500px;
    }

    #header {
        padding: 15px;
        width: 80.711px;
        height: 90px;
        margin-right: 115.711px;
    }

    #header .player {
        width: 50px;
        height: 50px;
    }
}

@media (min-height: 2560px) and (min-aspect-ratio: 1/1), (min-width: 2560px) and (max-aspect-ratio: 1/1) {
    #right-menu,
    #right-menu-dummy {
        width: 1280px;
    }

    .menu-toggle {
        margin-right: 4.755px;
    }

    .logo,
    .contact-us {
        margin-left: 4.755px;
    }

    .menu-toggle .bar {
        transform-origin: 6px 50%;
            -webkit-transform-origin: 6px 50%;
            -moz-transform-origin: 6px 50%;
            -o-transform-origin: 6px 50%;
            -ms-transform-origin: 6px 50%;
        width: 102.51px;
        height: 12px;
        margin: 20px 0;
    }

    .menu-toggle .bar.bar-2 {
        transform-origin: 38px 50%;
            -webkit-transform-origin: 38px 50%;
            -moz-transform-origin: 38px 50%;
            -o-transform-origin: 38px 50%;
            -ms-transform-origin: 38px 50%;
    }

    #right-menu .sitemap {
        padding-right: 69.265px;
        width: 100%;
        box-sizing: border-box;
        right: 0;
        border-right: 3vw solid transparent;
    }

    .menu-item,
    .sitemap .social-icon a
    {
        font-size: 64px;
    }

    .post h1 a {
        font-size: 51.2px;
    }

    .post span,
    .post a {
        font-size: 38.4px;
    }

    .header.highlighted {
        font-size: 57.6px;
    }

    .social-icon {
    max-width: 640px;
    }

    #header {
        padding: 20px;
        width: 102.51px;
        height: 116px;
        margin-right: 137.51px;
    }

    #header .player {
        width: 64px;
        height: 64px;
    }
}

#container-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
    transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        -ms-transition-duration: 0.7s;
}

#main-menu {
    display: table;
    z-index: 50;
    background-color: rgba(36, 36, 34, 0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        -ms-transition-duration: 0.7s;
    opacity: 0;
    transition-property: opacity, visibility;
        -moz-transition-property: opacity, visibility;
        -webkit-transition-property: opacity, visibility;
        -o-transition-property: opacity, visibility;
        -ms-transition-property: opacity, visibility;
    transition-timing-function: linear;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        -ms-transition-tomong-function: linear;
    visibility: hidden;
}

#main-menu-internal {
    display: table-cell;
    width: auto;
    position: relative;
}

#right-menu {
    z-index: 75;
    transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
    transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        -ms-transition-duration: 0.7s;
    background-color: rgba(28, 28, 26, 1);
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 3vw;
}

#fp-nav {
    transition-timing-function: linear;
    transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        -ms-transition-duration: 0.7s;
}

/************menu events*******************/

body.menu-on:not(.contact-container-on) .menu-toggle .bar.bar-1 {
    transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
}

body.menu-on:not(.contact-container-on) .menu-toggle .bar.bar-2 {
    transform: scale(0.001);
        -webkit-transform: scaleX(0.001);
        -moz-transform: scaleX(0.001);
        -o-transform: scaleX(0.001);
        -ms-transform: scaleX(0.001);
}

body.menu-on:not(.contact-container-on) .menu-toggle .bar.bar-3 {
    transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
}

/*body.menu-on:not(.contact-container-on) #container-wrapper {
    transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
}*/

@media (min-aspect-ratio: 8/9) {
    body.menu-on:not(.contact-container-on) #main-menu {
        visibility: visible;
        opacity: 1;
    }
}

body.menu-on:not(.contact-container-on) #header {
    visibility: hidden;
    opacity: 0;
}

body.menu-on:not(.contact-container-on) #right-menu {
    transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
}

body.menu-on:not(.contact-container-on) #fp-nav {
    transform: scale(0.001);
        -webkit-transform: scale(0.001);
        -moz-transform: scale(0.001);
        -o-transform: scale(0.001);
        -ms-transform: scale(0.001);
}

@media (max-aspect-ratio: 8/9) {
    #right-menu {
        width: 100%;
    }
}


@media (max-height: 420px) {
    .menu-item
    {
        font-size: 16px;
    }

    .post h1 a {
        font-size: 12.8px;
    }

    .post span,
    .post a {
        font-size: 9.6px;
    }

    .header.highlighted {
        font-size: 14.4px;
    }

    .social-icons {
        margin-top: 0;
    }

    #footer {
        padding-top: 0;
    }

    #contact h4 p {
        font-size: 50px;
    }

    #contact form p:nth-of-type(3),
    #contact form p:nth-of-type(4) {
        margin: 10px 0 0 !important;
    }

}

@media (max-width: 420px) {
    #footer .content {
        top: 40%;
    }

    #contact {
        width: 91%;
    }
}

@media (max-height: 400px) {
    .social-icons {
        display: none;
    }
}
/************-menu events*******************/
.address-work{
    font-size: 16px;
    font-family: 'Helvetica Neue Condensed Bold';
    text-align: center;
}

/**********************************MAP SETTINGS ON MAIN MENU**********************************************/
.world-map {
    width: 60vw;
    height: 29.47vw;
}

@media
(max-width:1650px) and (min-height:1144px) and(min-aspect-ratio: 16/6),
(max-width:2063px) and (min-height:2200px) and(min-aspect-ratio: 16/6),
(max-width:3200px) and (min-height:3414px) and(min-aspect-ratio: 16/6),
(max-width:1650px) and (min-height:981px) and(min-aspect-ratio: 16/7),
(max-width:2063px) and (min-height:1886px) and(min-aspect-ratio: 16/7),
(max-width:3200px) and (min-height:2926px) and(min-aspect-ratio: 16/7),
(max-width:1650px) and (min-height:858px) and(min-aspect-ratio: 16/8),
(max-width:2063px) and (min-height:1650px) and(min-aspect-ratio: 16/8),
(max-width:3200px) and (min-height:2560px) and(min-aspect-ratio: 16/8),
(max-width:1650px) and (min-height:763px) and(min-aspect-ratio: 16/9),
(max-width:2063px) and (min-height:1467px) and(min-aspect-ratio: 16/9),
(max-width:3200px) and (min-height:2276px) and(min-aspect-ratio: 16/9),
(max-width:1650px) and (min-height:687px) and(min-aspect-ratio: 16/10),
(max-width:2063px) and (min-height:1320px) and(min-aspect-ratio: 16/10),
(max-width:3200px) and (min-height:2048px) and(min-aspect-ratio: 16/10)
{
    .world-map {
        width: 132.34vh;
        height: 65vh;
    }
}

@media (min-width:  825px) and (max-height:  800px),
       (min-width: 1073px) and (max-height: 1280px),
       (min-width: 1650px) and (max-height: 1920px),
       (min-width: 2063px) and (max-height: 2560px),
       (min-width: 3200px)
{
    .world-map {
        display: block !important;
        margin: 0 auto;
        position: relative;
    }

    .world-map svg {
        width: 100%;
        height: 100%;
        fill: rgba(255, 255, 255, 0.5);
    }

    .office-mark {
        position: absolute;
        width: 3%;
        height: 7%;
    }

    /*.office-mark svg:hover {
        opacity: 0.7;
    }*/

    .office-mark svg path {
        fill: rgb(255, 100, 50);
        transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
    }

    .office-mark svg path:hover {
        fill: #ded76b;
        transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
    }

    .office-mark#office-kiev {
        top: 15.4%;
        left: 53.2%;
    }

    .office-mark#office-london {
        top: 13.4%;
        left: 43.2%;
    }

    .office-mark#office-san-francisco {
        top: 23.6%;
        left: 4.9%;
    }

    .office-info {
        border-radius: 5px;
        /*height: 120px;*/
        height: auto;
        width: auto;
        font-size: 13px;
        font-family: 'Myriad Set Pro';
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.9);
        display:none;
        position: absolute;
    }

    #office-kiev-info {
        top: 23%;
        left: 54%;
    }

    #office-london-info {
        top: 20.7%;
        right: 54.5%;
    }

    #office-san-francisco-info {
        top: 31%;
        left: 5.8%;
    }

    /*.offices {
        user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
    }*/
}

.sitemap .header.highlighted {
    color: white;
    font-weight: bold;
    font-family: 'Myriad Set Pro';
}

.sitemap .last-posts {
    height: auto;
    padding-bottom: 20px;
}

.sitemap .post span,
.sitemap .post a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.sitemap .post h1 a {
    transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration:    0.3s;
        -o-transition-duration:      0.3s;
        -ms-transition-duration:     0.3s;
    color: #ff6432;
    font-family: 'Myriad Set Pro';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 80%;
    text-decoration: none;
}

.sitemap .post h1 a:hover {
    /*white-space: normal;*/
    transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration:    0.3s;
        -o-transition-duration:      0.3s;
        -ms-transition-duration:     0.3s;
    color: #ded76b;
}

.sitemap .post h1 {
    margin: 0;
}

.post {
    line-height: 0.7;
}
