/*
Theme Name: Superb
*/


/**
 * Fonts
 */

 @font-face {
	font-family: 'Kiwari-Regular';
	src: url('fonts/Kiwari/kiwari-regular.eot');
	src: url('fonts/Kiwari/kiwari-regular.eot?#iefix') format('embedded-opentype'),
             url('fonts/Kiwari/kiwari-regular.woff2') format('woff2'),
	     url('fonts/Kiwari/kiwari-regular.woff') format('woff'),
	     url('fonts/Kiwari/kiwari-regular.ttf') format('truetype'),
	     url('fonts/Kiwari/kiwari-regular.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Kiwari-Medium';
	src: url('fonts/Kiwari/kiwari-medium.eot');
	src: url('fonts/Kiwari/kiwari-medium.eot?#iefix') format('embedded-opentype'),
             url('fonts/Kiwari/kiwari-medium.woff2') format('woff2'),
	     url('fonts/Kiwari/kiwari-medium.woff') format('woff'),
	     url('fonts/Kiwari/kiwari-medium.ttf') format('truetype'),
	     url('fonts/Kiwari/kiwari-medium.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RecklessNeue-Light';
	src: url('fonts/RecklessNeue/RecklessNeue-Light.woff2') format('woff2'),
	     url('fonts/RecklessNeue/RecklessNeue-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RecklessNeue-Regular';
	src: url('fonts/RecklessNeue/RecklessNeue-Regular.woff2') format('woff2'),
	     url('fonts/RecklessNeue/RecklessNeue-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



/* Sprite */
.popup-close,
.block-scroll-bottom:after,
/*.block-contact-top .std:before,*/
.menu-link .item-inner,
.logo .item-inner,
.news-detail .share span,
.post-previous:before,
.post-next:before,
.flex-direction-nav a:before,
.services-magento_integrations h2:before,
.block-scroll-top:before {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;

    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
}

 /**
 * Reset
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    min-width: 320px;
    background: #fff;
}

.site{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.wrapper{
    max-width: 900px;
    padding: 0 20px;
    margin: 0 auto;
}

.no-display{
    display: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

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

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a{
    color: #1e2024;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


/**
 * Typography
 */

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: 'Kiwari-Regular', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'RecklessNeue-Light', sans-serif;
    line-height: 1;
    color: #1e2024;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    color: #1e2024;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
    color: #363b49;
}

p {
    margin-bottom: 1.3em;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-family: 'Kiwari-Regular', sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}


/**
 * Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Kiwari-Regular', sans-serif;
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Kiwari-Regular', sans-serif;
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Kiwari-Regular', sans-serif;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Kiwari-Regular', sans-serif;
}


/**
 * Forms
 */

button,
input,
select,
textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
}

input:focus,
select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: .5;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Kiwari-Regular', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}

input[type='search'] {
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
    padding: 0.375em;
    width: 100%;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    position: relative;
}

.post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: 'Kiwari-Regular', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.post-password-form input[type='submit'] {
    padding: 0.7917em;
    position: absolute;
    right: 0;
    bottom: 0;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
}

.search-form input[type='submit'],
.widget .search-form input[type='submit'] {
    padding: 0;
}

/* btn */
.btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font: 16px/35px 'Kiwari-Medium',sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 0 18px;
    border: 1px solid #000;
    background: #000;
    color: #fff;

    -webkit-transition: border-color .3s, color .3s, background-color .3s;
       -moz-transition: border-color .3s, color .3s, background-color .3s;
        -ms-transition: border-color .3s, color .3s, background-color .3s;
         -o-transition: border-color .3s, color .3s, background-color .3s;
            transition: border-color .3s, color .3s, background-color .3s;
}

.btn:hover {
    color: #1e2024;
    background-color: transparent;
    border-color: #1e2024;
}

.btn.btn-white{
    border-color: #fff;
    background: #fff;
    color: #1e2024;
    text-align: center;
}

.btn.btn-white:hover {
    border-color: #000;
    color: #fff;
    background: #000;
}

.std {
    font-size: 16px;
    line-height: 1.45;
    text-align: left;
    letter-spacing: .05em;
    color: #363b49;
}

.std h1 {
    position: relative;
    margin: 0 0 0.95em;
    font: 66px/0.85 'RecklessNeue-Light',sans-serif;
}

.std h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.5em;
    width: 1.7em;
    height: .05em;
    background: #1e2024;
}

.services-our_process .std h1:after,
.work-block .std h1:after,
.block-news-list .std h1:after,
.section-team h1:after {
    left: 50%;
    margin: 0 0 0 -.85em;
}

.std h2 {
    font-size: 51px;
}

h3 {
    font-size: 20px;
}


.work-block .std,
.services-our_process .std,
.services-magento_integrations .std {
    text-align: center;
}

.std a{
    text-decoration: none;
    color: #363b49;
    border-top: 1px solid transparent;
    border-bottom: 1px solid currentColor;

    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.std a:hover {
    background-color: #363b49;
    color: #fff;
}

/* background-top */

.people-top,
.services-top {
    background-position: 50%;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    background-size: cover;
}

/* Section */

.section{
    position: relative;
    overflow: hidden;
}

.logo{
    position: fixed;
    top: 33px;
    left: 24px;
    width: 107px;
    height: 25px;
    overflow: hidden;
    z-index: 10;
    text-indent: -9999px;
}

.menu-link{
    position: fixed;
    top: 33px;
    right: 35px;
    width: 35px;
    height: 17px;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

.menu-link .inner,
.logo .inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.menu-link .item,
.logo .item{
    display: block;
    position: relative;
    overflow: hidden;
}

.menu-link .item-inner,
.logo .item-inner{
    position: absolute;
    width: 100%;
    height: 26px;
    left: 0;
}

.logo .item-white{
    background-position: 0 0;
}

.logo .item-black{
    background-position: 0 -26px;
}

.menu-link .item-white{
    background-position: -63px -76px;
}

.menu-link .item-black{
    background-position: -63px -93px;
}

/* Menu */

.main-menu {
    letter-spacing: .047em;
    font: 40px/1 'RecklessNeue-Light',sans-serif;
    text-align: right;
    padding: 91px 94px;
    list-style: none;
    margin: 0;
}

.main-menu .menu {
    margin-bottom: 0;
    list-style: none;
}

.main-menu a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    border-bottom: 3px solid transparent;

    -webkit-transition: border-color .3s;
       -moz-transition: border-color .3s;
         -o-transition: border-color .3s;
            transition: border-color .3s;
}

.main-menu li {
    margin: 0 8% .35em 0;

    -webkit-transition: margin-right .25s;
       -moz-transition: margin-right .25s;
         -o-transition: margin-right .25s;
            transition: margin-right .25s;
}


.menu li:nth-child(1) {
    -webkit-transition-delay: .15s;
       -moz-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s;
}

.menu li:nth-child(2) {
    -webkit-transition-delay: .20s;
       -moz-transition-delay: .20s;
         -o-transition-delay: .20s;
            transition-delay: .20s;

}

.menu li:nth-child(3) {
    -webkit-transition-delay: .25s;
       -moz-transition-delay: .25s;
         -o-transition-delay: .25s;
            transition-delay: .25s;
}

.menu li:nth-child(4) {
    -webkit-transition-delay: .3s;
       -moz-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

.menu li:nth-child(5) {
    -webkit-transition-delay: .35s;
       -moz-transition-delay: .35s;
         -o-transition-delay: .35s;
            transition-delay: .35s;
}

.menu li:nth-child(6) {
    -webkit-transition-delay: .40s;
       -moz-transition-delay: .40s;
         -o-transition-delay: .40s;
            transition-delay: .40s;
}

.main-menu li:last-child {
    margin-bottom: 0;
}

.popup-opened .main-menu li {
    margin-right: 0;
}

.main-menu .current_page_item a,
.popup-opened .main-menu a:hover{
    border-bottom-color: #fff;
}

.popup {
    min-height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 10;

    -webkit-transition: opacity .7s;
       -moz-transition: opacity .7s;
         -o-transition: opacity .7s;
            transition: opacity .7s;
}

.popup-close{
    position: fixed;
    top: 26px;
    right: 35px;
    width: 27px;
    height: 27px;
    margin: 2px 3px 0 0;
    overflow: hidden;
    z-index: 20;
    cursor: pointer;
    background-position: 0 -173px;
}

html.content-fixed,
html.content-fixed body{
    height: 100%;
}

.content-fixed .popup{
    position: relative;
}

.popup-opened .popup{
    opacity: 1;

}

.popup-opened .popup:before{
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(17,17,17,.95);
    z-index: -1;
}

.content-fixed .site{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/* Block-scroll-bottom */

.block-scroll-bottom {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 62px;
    height: 62px;
    opacity: .75;
    margin-left: -31px;
    cursor: pointer;
    z-index: 5;

    -webkit-transition: opacity .3s, -webkit-transform .3s;
       -moz-transition: opacity .3s, -moz-transform .3s;
        -ms-transition: opacity .3s, -ms-transform .3s;
         -o-transition: opacity .3s, -o-transform .3s;
            transition: opacity .3s, transform .3s;
}

.block-scroll-bottom:hover {
    opacity: 1;

    -webkit-transform: translateY(7px);
       -moz-transform: translateY(7px);
        -ms-transform: translateY(7px);
         -o-transform: translateY(7px);
            transform: translateY(7px);
}

.block-scroll-bottom:after {
    position: absolute;
    content: '';
    width: 62px;
    height: 62px;
    top: 0;
    left: 0;
    background-position: -138px -137px;
}

.block-scroll-top {
    position: fixed;
    content: '';
    bottom: -110px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: 0 0 0 510px;
    background: #e5e5e5;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;

    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.block-scroll-top:hover {
    background: #ccc;
}

.block-scroll-top:before {
    background-position: -29px -187px;
}

.block-scroll-top.active {
    bottom: 20px;
}

.home .block-scroll-top {
    display: none;
}


/* Home Page */

.hero-slider:before{
    display: none !important;
}

.hero-slider .slides{
    margin: 0;
    list-style: none;
    height: 100%;
    overflow: hidden;
}

.hero-slider .slides > li{
    display: none;
    height: 100%;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    background-size: cover;

    -webkit-transition: background-image 2s;
    -o-transition: background-image 2s;
    transition: background-image 2s;
}

.hero-slider .info{
    position: absolute;
    left: 5.83%;
    bottom: 50%;
    transform: translate3d(0, 50%, 0);
    color: #fff;
    text-align: left;
}

.hero-slider .info h2,
.hero-slider .info h1{
    display: block;
    position: relative;
    max-width: 500px;
    padding: 0 0 27px;
    margin: 0 0 17px;
    font-size: 60px;
    line-height: .88;
    letter-spacing: .01em;
    color: #fff;
}

.hero-slider .info h2:after,
.hero-slider .info h1:after{
    content: '';
    display: block;
    width: 190px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero-slider .info p{
    line-height: 1.45;
    letter-spacing: .02em;
    width: 350px;
    max-height: 63px;
    overflow: hidden;
    margin: 0 0 30px;
}

.hero-slider .flex-control-nav{
    position: absolute;
    left: 5.83%;
    bottom: 7%;
    list-style: none;
    z-index: 10;
    margin: 0;
}

.hero-slider .flex-control-nav li{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 0;
}

.hero-slider .flex-control-nav a{
    display: block;
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #fff;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 50%;
    cursor: pointer;
}

.hero-slider .flex-control-nav a:hover,
.hero-slider .flex-control-nav a.flex-active {
    background: #fff;
}


/* News */
.block-news-list {
    border-top: 86px solid #fff;
    padding: 42px 0 46px;
    background: #ececec;
}

.block-news-list .wrapper {
    padding: 0 27px;
}

.block-news-list h1 {
    text-align: center;
}

.news-list{
    font-size: 0;
    margin: 0 -1.78% 0 0;
    padding: 18px 0 0;
}

.post-item {
    display: inline-block;
    vertical-align: top;
    width: 31.55%;
    min-height: 370px;
    margin: 0 1.78% 5% 0;
    color: #8f9ea5;
    background-color: #fff;
}

.post-item .content {
    padding: 27px 30px 50px 20px;
}

.post-item .date {
    margin: 0;
    font-size: 10px;
}

.post-item h2 {
    margin: 8px 0 0;
    font-family: 'RecklessNeue-Light',sans-serif;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: .005em;
}

.post-item p {
    margin: 0;
}

.post-item .std {
    margin: 17px 0 0;
    font-size: 11px;
}

.screen-reader-text {
    display: none;
}

.navigation {
    position: relative;
    max-width: 722px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0;
}

.nav-links {
    text-align: center;
}

.nav-links .next,
.nav-links .prev {
    position: absolute;
    color: #fff;
    line-height: 2.4;
    text-decoration: none;
    border: 1px solid transparent;
    background-color: #1e2024;
    -webkit-transition: background-color .3s, border-color .3s, color .2s;
        -o-transition: background-color .3s, border-color .3s, color .2s;
            transition: background-color .3s, border-color .3s, color .2s;
}

.nav-links .next {
    padding: 0 38px;
}

.nav-links .prev {
    padding: 0 28px;
}

.nav-links .next:hover,
.nav-links .prev:hover {
    opacity: 1;
    color: #1e2024;
    border-color: #1e2024;
    background-color: transparent;
}

.nav-links .next:after,
.nav-links .prev:after {
    display: none;
}

.nav-links .prev {
    left: 20px;
}

.nav-links .next {
    right: 20px;
}

.page-numbers {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 27px;
    text-align: center;
    letter-spacing: .05em;
    font: 16px/2.5 'RecklessNeue-Light',sans-serif;
}

.page-numbers:last-of-type + .current:after,
a.page-numbers:nth-last-of-type(2):not(:nth-child(2)):after{
    display: none;
}

/*.page-numbers:nth-last-of-type(2):not(:nth-of-type(2)):not(span):after  */

span.page-numbers:hover {
    color: #1e2024;
}

.page-numbers:hover {
    color: #8E8E8E;
}

.page-numbers:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    border-right: 1px solid #1e2024;
    -webkit-transform: rotate(24deg);
       -moz-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
         -o-transform: rotate(24deg);
            transform: rotate(24deg);
}

/* News-detail */

.news-detail-page {
    position: relative;
    margin: 127px 0 0;
    font-family: 'Kiwari-Regular', sans-serif;
    color: #363b49;
}

.news-detail {
    position: static;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 0 100px;
    font-size: 0;
    overflow: visible;
}

.news-detail .date {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
}

.news-detail h1 {
    margin: 0 0 0.7em;
    font: 66px/0.85 'RecklessNeue-Light',sans-serif;
}

.news-inner {
    position: relative;
}

.news-detail .share-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: -98px;
    font-size: 0;
    z-index: 5;
}

.news-detail .share{
    width: 46px;
}

.news-detail .share.affix {
    position: fixed;
    top: 76px;
}

.news-detail .share span {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 46px;
    margin: 0 0 15px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
            transition: opacity .3s;
}

.news-detail .share span:hover {
    opacity: .7;
}

.news-detail .share span:last-child {
    margin-bottom: 0;
}

.news-detail .share .tw {
    background-position: -108px 0;
}

.news-detail .share .fb {
    background-position: -108px -46px;
}

.news-detail .share .in {
    background-position: -108px -92px;
}

.news-detail .share .gg {
    background-position: -154px 0;
}

.news-detail .img {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    max-width: 600px;
}

.news-detail .categories {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    max-width: 200px;
    padding: 0 20px 0 30px;
}

.news-detail h3 {
    font-size: 21px;
    margin-bottom: 12px;
}

.news-detail .post-categories {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    list-style: none;
    letter-spacing: .05em;
}

.news-detail .post-categories a {
    text-decoration: none;
    color: #363b49;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 3s;
        -o-transition: border-color .3s;
            transition: border-color .3s;
}

.news-detail .post-categories a:hover {
    border-bottom-color: #363b49;
}

.news-detail .content {
    padding: 62px 25px 0 0;
}

.news-detail .std {
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .05em;
}

.single .post-previous,
.single .post-next {
    position: fixed;
}

.post-previous a,
.post-next a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.news-detail-page .copy {
    padding-top: 104px;
}


    /* Work */

.work-block {
    text-align: center;
    padding: 130px 0 0;
    letter-spacing: .05em;
}

.work-block .wrapper {
    padding: 0 65px;
}

.work-category,
.services-category {
    padding: 0 0 47px;
}

.work-category,
.services-category {
    font-size: 0;
    margin: 0;
    list-style: none;
}

.work-category li,
.services-category li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 18px 0 0;
    font-size: 16px;
    letter-spacing: .055em;
}

.work-category li:last-child,
.services-category li:last-child {
    margin-right: 0;
}

.work-category li:last-child:after,
.services-category li:last-child:after {
    display: none;
}

.work-category li:after,
.services-category li:after {
    position: absolute;
    content: '';
    right: -9px;
    top: 50%;
    margin-top: -7px;
    height: 12px;
    border-right: 1px solid #1e2024;
    -webkit-transform: rotate(24deg);
       -moz-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
         -o-transform: rotate(24deg);
            transform: rotate(24deg);
}

.work-category a,
.services-category a {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.9;
    text-decoration: none;
    color: #363b49;
    border-bottom: 1px solid transparent;
    outline: none;

    -webkit-transition: border-color 3s;
        -o-transition: border-color .3s;
            transition: border-color .3s;
}

.work-category a.active,
.services-category a.active,
.work-category a:hover,
.services-category a:hover {
    border-bottom-color: #363b49;
}

.work-block .std p {
    margin-bottom: 0;
}

.work-block .std {
    margin-bottom: 1.3em;
}

.work-gallery {
    font-size: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.work-gallery li {
    visibility: hidden;
    width: 50%;
    padding-bottom: 27.05%;
    float: left;
    height: 0;
}

.work-gallery .item-inner {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 54.3%;
}

.browser-desktop .work-gallery .item-inner {
    opacity: 0;

    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
}

.browser-desktop .work-gallery li:nth-child(2n) .show.item-inner {
    -webkit-transition-delay: .3s;
       -moz-transition-delay: .3s;
        -ms-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

.browser-desktop .work-gallery .show.item-inner {
    opacity: 1;

    -webkit-transition: opacity .5s, -webkit-transform .6s;
       -moz-transition: opacity .5s, -moz-transform .6s;
        -ms-transition: opacity .5s, -ms-transform .6s;
         -o-transition: opacity .5s, -o-transform .6s;
            transition: opacity .5s, transform .6s;

    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
}

.work-gallery-info {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    padding-bottom: 33.33%;
    background: #fff;
    opacity: 0;
}

.work-gallery-info {

    -webkit-transform-origin: -100% 0;
       -moz-transform-origin: -100% 0;
        -ms-transform-origin: -100% 0;
         -o-transform-origin: -100% 0;
            transform-origin: -100% 0;

    -webkit-transform: rotate(10deg);
       -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
         -o-transform: rotate(10deg);
            transform: rotate(10deg);

    -webkit-transition: opacity .25s, -webkit-transform  .3s;
       -moz-transition: opacity .25s, -moz-transform .3s;
        -ms-transition: opacity .25s, -ms-transform .3s;
         -o-transition: opacity .25s, -o-transform .3s;
            transition: opacity .25s, transform .3s;
}

.browser-desktop .work-gallery .item-inner:hover .work-gallery-info {
    opacity: 1;

    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.work-gallery .std {
    position: absolute;
    text-align: left;
    max-width: 275px;
    bottom: 9%;
    left: 4.6%;
    opacity: 1;

    -webkit-transition: opacity .4s;
       -moz-transition: opacity .4s;
        -ms-transition: opacity .4s;
         -o-transition: opacity .4s;
            transition: opacity .4s;
}

.browser-desktop .work-gallery .std {
    opacity: 0;
}

.browser-desktop .work-gallery .item-inner:hover .std {
    opacity: 1;
}

.work-gallery .item-inner.active .work-gallery-info{
    opacity: 1;

    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.work-gallery-info h3 {
    margin: 0 0 9px;
    letter-spacing: .01em;
    font-weight: normal;
    text-transform: none;
}

.work-gallery-info p {
    margin: 0;
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #1e2024;
}

.work-gallery .img{
    display: block;
}

.work-gallery img {
    width: 100%;
}

.work-gallery .link{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    text-decoration: none;
}

.browser-desktop .work-gallery .link {
    width: 100%;
    height: 100%;
}

.work-gallery .item-inner.active .link {
    width: 100%;
    height: 100%;
}


.work-page .copy {
    padding-top: 108px;
}


/* Case-study */

.case-study {
    padding: 70px 0 20px;
    color: #363b49;
}

.case-study > .wrapper {
    padding-right: 100px;
}

.case-study h1 {
    text-align: left;
}

/* Case-study-Slider-Top */

.case-study-top {
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.flex-direction-nav {
    list-style: none;
    margin: 0;
}

.flex-direction-nav a,
.post-previous,
.post-next{
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    background: #fff;
    -webkit-transition: background-color .4s;
        -o-transition: background-color .4s;
            transition: background-color .4s;
    z-index: 8;
    text-indent: -9999px;
    outline: none;
}

.case-slider-main .flex-direction-nav a {
    margin: -50px 0 0;
}

.flex-prev,
.post-previous {
    left: 0;
}

.flex-next,
.post-next {
    right: 0;
}

.flex-direction-nav a:hover,
.post-previous:hover,
.post-next:hover{
    background-color: #f3f3f3;
    border-bottom: none;
}

.flex-direction-nav a:before,
.post-previous:before,
.post-next:before,
.block-scroll-top:before {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -11px;
    width: 22px;
    height: 12px;
}

a.flex-prev:before,
.post-previous:before {
    background-position: -63px -51px;
}

a.flex-next:before,
.post-next:before{
    background-position: -65px -64px;
}

/*  visit-block  */

.visit-block {
    float: right;
    min-height: 360px;
    margin-right: -42px;
    padding: 55px 0 20px 70px;
}

.visit-block a {
    position: relative;
    text-decoration: none;
    z-index: 10;
}

.visit-block .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0 70px;
    line-height: 2.4;
    letter-spacing: .05em;
    text-align: center;
    white-space: nowrap;
}

.visit-block h4 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: normal;
}

.visit-block .visit-services{
    line-height: 1.3;
    letter-spacing: .005em;
}

.visit-block .visit-services a {
    color: #363b49;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 3s;
        -o-transition: border-color .3s;
            transition: border-color .3s;
}

.visit-block .visit-services a:hover {
    border-bottom-color: #363b49;
}

/*  case-slider-main  */

.case-slider-main {
    margin: 100px -100px 95px -20px;
    position: relative;
}

.case-slider-main ul{
    list-style: none;
    margin: 0;
}

.case-slider-main .img {
    padding-top: 54.5%;
    -webkit-background-size: cover;
    background-size: cover;
}

.case-slider-main .slide-info {
    font-size: 0;
    color: #363b49;
    padding: 29px 0 0;
}

.case-slider-main .slide-info span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: .05em;
}

.case-slider-main .slide-info .numb {
    min-width: 83px;
}


.advant {
    margin: 120px -100px 90px -20px;
    font-size: 0;
}

.case-study .std .advant h3 {
    position: relative;
    margin: 37px 0 9px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: .025em;
    cursor: pointer;
}

.case-study .advant h3:first-child {
    margin-top: 16px;
}

.advant h3:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 3px;
    width: 115px;
    height: 3px;
    background-color: #111;
}

.advant .info {
    font-size: 16px;
    padding-bottom: 20px;
    display: none;
}

.advant > div {
    display: inline-block;
    vertical-align: top;
}

.advant-img {
    width: 53.33%;
    padding-bottom: 53.5%;
    background-position: 50%;
    background-repeat: no-repeat;

    -webkit-transition: background-image .7s;
    -o-transition: background-image .7s;
    transition: background-image .7s;

    -webkit-background-size: cover;
    background-size: cover;
}

.advant .accordion {
    width: 46.5%;
    padding: 0 20px 0 4.7%;
}

.quote {
    text-transform: uppercase;
    font: 35px/1.08 'RecklessNeue-Light',sans-serif;
    letter-spacing: .012em;
    position: relative;
    margin: 88px 0 68px;
    color: #1e2024;
}

.quote:before {
    position: absolute;
    content: '';
    top: -.8em;
    left: 0;
    width: 115px;
    height: 3px;
    background: #1e2024;
}

.quote .name {
    margin: 12px 0 0;
    text-align: right;
    font-size: 31px;
}

.quote .name:before{
    content: '\2014';
    margin: 0 5px 0 0;
}

.quote .post {
    font-weight: normal;
    color: #363b49;
}

.case-study .std h3 {
    margin: 54px 0 9px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: .009em;
}

.project-info {
    margin: 0;
    padding: 57px 0 0;
    font-size: 0;
    list-style: none;
}

.project-info li{
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    max-width: 190px;
}

.project-info .title{
    display: block;
    font: 22px/1.4 'RecklessNeue-Light',sans-serif;
}

.project-info .value {
    font: 17px/1.2 'Kiwari-Regular', sans-serif;
    letter-spacing: .02em;
}

.block-more-projects .slides,
.block-more-projects .slides .slider-block,
.block-more-projects .slides .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}


.block-more-projects .slides li {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    min-height: 1px;
    float: none!important;
}

.block-more-projects .slides .slider-block,
.block-more-projects .slides .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-more-projects .slides .img {
    width: 100%;
}

.block-more-projects .slides .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-more-projects .slides .content,
.block-more-projects .slides .content h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.block-more-projects .slides li {
    background-color: #f3f3f3;
}

.block-more-projects a.img {
    display: inline-block;
    vertical-align: top;
}

.block-more-projects .content {
    max-width: 430px;
    width: 75%;
    padding: 30px 30px 40px 25px ;
}

.block-more-projects p {
    font-size: 14px;
}

.block-more-projects h2 {
    margin-bottom: 5px;
    font: 30px/1.2 'RecklessNeue-Light',sans-serif;
}

.block-more-projects h2 a {
    text-decoration: none;
    color: #1e2024;
}

/* about-us-main */
.about-us-main{
    background: #1e2024;
}

.about-us-main img {
    width: 100%;
}

.about-us-main .std{
    color: #fff;
    font-size: 26px;
    line-height: 1.3;
    padding-top: 6.6em;
    padding-bottom: 5.5em;
}

.about-us-main h1{
    margin: 0 0 .65em;
    font-size: 105px;
    color: #fff;
    text-align: left;
    letter-spacing: .013em;
    visibility: hidden;
}

.about-us-main .std h1:after{
    background: #fff;
    bottom: -.342em;
    width: 2.37em;
    height: .14em;
}

.about-us-main p {
    margin-bottom: 0;
    padding-right: 1em;
    visibility: hidden;
}


/* about-block */
.about-block{
    font-size: 0;
}

.about-block > img{
    width: 50%;
    float: left;
}

.about-block .copy{
    width: 50%;
    float: left;
    letter-spacing: .06em;
    padding: 8.4% 9.3%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-block.even .copy{
    float: right;
}

.about-block .title{
    margin: 0 0 .4em;
    letter-spacing: .0025em;
}

.block-our-clients {
    background: #1e2024;
    color: #fff;
    padding: 10.4% 27px 14.8%;
}

.block-our-clients .copy{
    max-width: 420px;
    margin: 0 auto 6%;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .05em;
}

.block-our-clients .title{
    margin: 0 0 .29em;
    color: #fff;
}

.block-our-clients .std{
    color: #fff;
    text-align: center;
}

.block-our-clients-grid{
    overflow: hidden;
    max-width: 1020px;
    margin: 0 auto;
}

.block-our-clients-grid ul{
    overflow: hidden;
    list-style: none;
    margin: 0 -2px -2px 0;
}

.block-our-clients-grid li{
    width: 16.66%;
    float: left;
    border-right: 2px solid #292b2f;
    border-bottom: 2px solid #292b2f;
}

.block-our-clients-grid li:nth-child(6n) {
    border-right-color: transparent;
}

/* Block-get-in */

.block-get-in {
    font-size: 0;
    text-align: center;
}

.block-get-in .btn {
    width: 180px;
    margin-right: 6.5px;
    margin-left: 6.5px;
    margin-bottom: 6.5px;
    font-size: 16px;
    line-height: 2.4;
}


/* block-address */
.block-address {
    line-height: 1.35;
    background-color: #fff;
}
.block-address .copy{
    max-width: 270px;
    margin: 0 auto;
    padding: 7% 0 2.5%;
    text-align: center;
    font-size: 16px;
    line-height: 1.35;
    color: #363b49;
    letter-spacing: .035em;
}

.block-address .std {
    margin-bottom: 0;
    line-height: 1.35;
    text-align: center;
}

.block-address .title{
    font-size: 22px;
    margin: 0 0 .9em;
    color: #111;
}

.block-copy{
    padding: 2% 0 7%;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
    color: #636363;
    letter-spacing: .05em;
    background-color: #fff;
}

.update-height {
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.update-height:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.update-height .inner{
    display: inline-block;
    vertical-align: middle;
}

.update-height h1,
.update-height h2 {
    display: inline-block;
    vertical-align: middle;
    font: 42px/0.85 'RecklessNeue-Light',sans-serif;
    color: #fff;
    max-width: 95%;
}

/* ---------------------------------------------------------------------- *
 * Contact Page
 */

/* Top Section */
.block-contact-top {
    background: 0 50% no-repeat;
    background-size: cover;
    padding: 14% 16.25% 9.84%;
}
.block-contact-top .std {
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 1.2381;
}
/*.block-contact-top .std:before {
    content: '';
    width: 63px;
    height: 64px;
    position: absolute;
    top: -90px;
    left: 50%;
    margin: 0 0 0 -32px;
    background-position: 0 -51px;
}*/
.block-contact-top .page-title {
    font: 66px/1 'RecklessNeue-Light', sans-serif;
    color: inherit;
    margin-bottom: 3.7%;
}
.block-contact-top .page-title:after {
    border-top: 2px solid #fff;
    display: block;
    width: 1.74em;
    height: 0;
    margin: 3.34% auto 0;
    position: static;
}
.block-contact-top p {margin: 0;}
body:not(.load) .block-contact-top p {margin: 0 -2.5%;}

/* Contact Info */
.block-contact-info {padding: 4.83% 0 6.75%;}
.block-contact-info .contact-info {
    color: #363b49;
    font-size: 21px;
    letter-spacing: 1px;
}
.block-contact-info .contact-info:after {
    content: '';
    display: block;
    clear: both;
}
.block-contact-info .col-1,
.block-contact-info .col-2 {
    float: left;
    width: 44.25%;
}
.block-contact-info .col-2 {float: right;}
.block-contact-info .contact-info .line {margin-bottom: 4.2%;}
body:not(.load) .block-contact-info .contact-info .line {white-space: nowrap;}
.block-contact-info .contact-info dt {
    font-family: 'RecklessNeue-Light', sans-serif;
    float: left;
    min-width: 90px;
    margin-right: 5px;
}
.block-contact-info .contact-info dd {margin-bottom: 0;}
.block-contact-info a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
.block-contact-info a:hover {border-bottom-color: #363b49;}

/* Locations Tile */
.locations-tile {padding-bottom: 3.1%;}
.locations-tile:after {
    clear: both;
    display: block;
    content: '';
}
.locations-tile .location-block {
    float: left;
    width: 50%;
}
.locations-tile .location-block:nth-child(odd) {clear: left;}
.locations-tile .image-wrapper {
    position: relative;
    font: 65px/0 'RecklessNeue-Light', sans-serif;
}
.locations-tile .image-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: -0.5em 0 0;
    font: inherit;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.locations-tile .content-holder {
    max-width: 450px;
    padding: 6.67% 20px 10% 0;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 1px;
    color: #363b49;
}
.locations-tile .location-block:nth-child(odd) .content-holder {
    margin: 0 0 0 auto;
    padding-right: 0;
    padding-left: 20px;
}
.locations-tile .content {width: 88.5%;}
.locations-tile .location-block:nth-child(even) .content {margin: 0 0 0 auto;}
.locations-tile h3 {
    letter-spacing: 0;
    margin-bottom: 5.77%;
}
.locations-tile address {
    font-style: normal;
    margin-bottom: 3.4%;
}
.locations-tile a {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid #363b49;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
.locations-tile a:hover {border-bottom-color: transparent;}

@media screen and (min-width: 1600px) {
    /* Top Section */
    .block-contact-top .std {font-size: 36px;}
    .block-contact-top .page-title {font-size: 106px;}
    .block-contact-top .page-title:after {border-top-width: 3px;}

    /* Contact Info */
    .block-contact-info .contact-info {font-size: 36px;}
    .block-contact-info .contact-info dt {
        min-width: 140px;
        margin-right: 10px;
    }

    /* Locations Tile */
    .locations-tile .image-wrapper {font-size: 120px;}
    .locations-tile .content-holder {
        max-width: 720px;
        padding-right: 32px;
        font-size: 26px;
    }
    .locations-tile .location-block:nth-child(odd) .content-holder {padding-left: 32px;}
}
@media screen and (max-width: 900px) {
    /* Contact Info */
    .block-contact-info .contact-info {font-size: 18px;}

    /* Locations Tile */
    .locations-tile .image-wrapper {font-size: 55px;}
}
@media screen and (max-width: 767px) {
    /* Top Section */
    .block-contact-top {padding: 32.35% 10% 12.75%;}
    .block-contact-top .page-title {margin-bottom: 11.03%;}
    .block-contact-top .page-title:after {margin-top: 9.56%;}

    /* Contact Info */
    .block-contact-info .col-1,
    .block-contact-info .col-2 {
        float: none;
        width: 100%;
    }

    /* Locations Tile */
    .locations-tile .location-block {
        float: none;
        width: 100%;
    }
    .locations-tile .content-holder,
    .locations-tile .location-block:nth-child(odd) .content-holder {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .locations-tile .content {width: 100%;}

    .locations-tile .image-wrapper {font-size: 90px;}
}
@media screen and (max-width: 600px) {
    /* Contact Info */
    .block-contact-info {padding: 10.3% 0 3.53%;}
    .block-contact-info .contact-info {font-size: 16px;}
    .block-contact-info .contact-info .line {margin-bottom: 7.67%;}

    /* Locations Tile */
    .locations-tile {padding-bottom: 5%;}
    .locations-tile .image-wrapper {font-size: 50px;}
    .locations-tile .content-holder {
        padding-top: 10.6%;
        padding-bottom: 12.35%;
    }
    .locations-tile h3 {margin-bottom: 7.33%;}
    .locations-tile address {margin-bottom: 4.67%;}
}
@media screen and (max-width: 339px) {
    /* Top Section */
    .block-contact-info .contact-info dt {min-width: 70px;}
}

/* ---------------------------------------------------------------------- */


/* project-info */

/* Services */

.services-our_process {
    text-align: center;
    padding: 59px 0 35px;
}

.services-page h1 {
    line-height: 1;
}

.services-our_process .items {
    list-style: none;
    padding: 82px 0 0;
    font-size: 0;
}

.services-our_process h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.services-our_process .items li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 46.5%;
    margin: 0 7% 100px 0;
    cursor: default;
}

.services-our_process .items li:nth-child(even) {
    margin-right: 0;
}

.services-our_process img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 14px;
}

.services-our_process .items .std {
    display: block;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
}

.services-our_process .items p:last-child {
    margin-bottom: 0;
}

.services-our_process .items a {
    display: inline-block;
    vertical-align: top;
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.1;
    color: #363b49;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 1px solid #363b49;
}

.services-magento_integrations {
    padding: 172px 0 0;
    background-color: #1e2024;
}

.services-magento_integrations p {
    margin-bottom: 0;
}

.services-magento_integrations h2 {
    position: relative;
    margin-bottom: 1.2em;
}

.services-magento_integrations h2,
.services-service_directory h2 {
    color: #fff;
    letter-spacing: .007em;
}

.services-magento_integrations h2:before {
    position: absolute;
    content: '';
    top: -80px;
    left: 50%;
    margin-left: -43px;
    width: 85px;
    height: 50px;
    background-position: 0 -115px;
}

.services-magento_integrations h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.6em;
    width: 2.3em;
    height: .04em;
    margin: 0 0 0 -1.15em;
    background: #fff;
}

.services-magento_integrations .std,
.services-service_directory .std {
    color: #fff;
}

.services-magento_integrations .wrapper > .std {
    padding: 0 55px;
}

.services-magento_integrations h3 {
    margin: 0 0 25px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    letter-spacing: .008em;
}

.services-magento_integrations .items {
    margin-top: 70px;
    font-size: 0;
}

.services-magento_integrations .items .std {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    min-height: 275px;
    padding: 30px 18px;
    margin: 0 0.3% 0 0;
    line-height: 1.8;
    background-color: #35373a;
}

.services-magento_integrations .items .std:nth-of-type(1) {
    width: 33.14%;
    margin: 0 1.5% 0 0;
    text-decoration: underline;
    background-color: #626366;
}

.services-magento_integrations .items .std:last-of-type {
    margin-right: 0;
}

.services-service_directory {
    text-align: left;
    padding: 190px 0 73px;
    background-color: #1e2024;
}

.services-service_directory h2 {
    margin-bottom: .4em;
    color: #fff;
    text-align: center;
}

.services-service_directory .wrapper > .std {
    padding: 0 55px;
    margin-bottom: 0;
    text-align: center;
}

.services-service_directory p {
    margin-bottom: 0;
}

.services-service_directory .inner {
    max-width: 1020px;
    margin: 0 auto;
}

.services-service_directory .items {
    margin: 0 -70px 0 0;
    padding: 113px 0 0 30px;
    font-size: 0;
}

.services-service_directory .items li {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    margin: 0 50px 62px 0;
}

.services-service_directory h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
}

.services-service_directory .items .std {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
}

.services-technology_partners {
    padding-top: 73px;
    font-size: 0;
}

.services-technology_partners h2 {
    position: relative;
    margin-bottom: 1.15em;
    letter-spacing: .007em;
}

.services-technology_partners h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.6em;
    width: 2.3em;
    height: .05em;
    background: #1e2024;
}

.services-technology_partners p {
    margin-bottom: 0;
}

.services-technology_partners .std {
    margin-bottom: 36px;
    padding-right: 65px;
    text-align: left;
}

.services-technology_partners .items {
    list-style: none;
    margin: 0 0 115px;
    text-align: left;
}

.services-technology_partners .items li {
    margin: 0 0 15px;
}

.services-technology_partners h3 {
    margin: 0 0 14px;
    font-size: 25px;
    line-height: 0.76;
}

.services-technology_partners .items .std {
    font-size: 13px;
    line-height: 1.47;
    letter-spacing: .048em;
    margin-bottom: 0;
}

.services-technology_partners img {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    width: 17.45%;
}

.services-technology_partners .items-info {
    display: inline-block;
    vertical-align: middle;
    width: 74.4%;
    margin: 0 0 0 8.14%;
}

/* People */

.section-team {
    padding-top: 95px;
    font-size: 0;
    text-align: center;
}

.section-team .wrapper {
    padding-bottom: 40px;
}

.section-team ul {
    list-style: none;
    margin: 0;
    font-size: 0;
}

.section-team .std {
    margin-bottom: 2.7em;
    font-size: 26px;
    letter-spacing: .02em;
    text-align: center;
}

.section-team p {
    margin-bottom: 0;
    line-height: 1.3;
    letter-spacing: .05em;
}

.section-team h1 {
    margin-bottom: 0.9em;
}


/* block-executive_team */

.block-executive_team{
    margin: 0 0 145px;
}

.block-title {
    letter-spacing: .009em;
}

.block-executive_team .block-title {
    margin-bottom: .7em;
}

.block-team .block-title {
    margin-bottom: 1.1em;
}

.block-executive_team li,
.block-team li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
}

.block-executive_team .std,
.block-team .std {
    font-size: 16px;
}

.block-executive_team .std {
    display: none;
}

.block-executive_team li {
    width: 33.33%;
}

.block-executive_team li:last-child {
    margin-right: 0;
}

.block-executive_team p {
    letter-spacing: .02em;
}

.block-executive_team .img {
    width: 110%;
    margin: 0 0 35px -5%;
}

.people-popup .inner .img,
.block-team .items li .img,
.block-executive_team .items li .img {
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}

.block-executive_team .items li img:nth-child(1),
.block-team .items li .img:nth-child(1) {
    opacity: 1;
    z-index: 7;
}

.people-popup .inner:hover .img:nth-child(1) + .img:nth-child(2),
.block-executive_team .items li:hover .img:nth-child(1) + .img:nth-child(2),
.block-team .items li:hover .img:nth-child(1) + .img:nth-child(2) {
    opacity: 1;
    z-index: 8;
}

.people-popup .inner:hover .img:nth-child(2) + .img:nth-child(1),
.block-executive_team .items li:hover .img:nth-child(2) + .img:nth-child(1),
.block-team .items li:hover .img:nth-child(2) + .img:nth-child(1) {
    opacity: 0;
    z-index: 8;
}

.people-popup .inner .img:nth-child(2),
.block-executive_team .items .img:nth-child(2),
.block-team .items .img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}

.block-team li {
    width: 25%;
    margin-bottom: 52px;
}

.block-executive_team h4,
.block-team h4 {
    margin: 0 0 5px;
    letter-spacing: .015em;
}

.block-executive_team h4 {
    font-size: 20px;
}

.block-team h4 {
    font-size: 18px;
}

.block-team .img {
    width: 110%;
    margin: 0 0 33px -5%;
}

/* People-popup */

.people-popup {
    padding: 8.1% 0 8.1% 19.2%;
    font-size: 0;
    color: #fff;
}

.people-popup .std {
    color: #fff;
}

.people-popup .inner {
    position: relative;
    display:inline-block;
    vertical-align: top;
    width: 24.7%;
    max-width: 360px;
    margin-bottom: 30px;
    overflow: hidden;
}

.people-popup .img {
    width: 120%;
    margin-left: -10%;
    height: auto;
}

.people-popup .content {
    display:inline-block;
    vertical-align: top;
    width: 60%;
    max-width: 585px;
    margin-left: 3%;
    font-size: 16px;
}

.people-popup h4 {
    font-size: 41px;
    color: #fff;
}


/* block-more-projects */

.block-more-projects {
    position: relative;
    padding-top: 80px;
}

.block-more-projects .wrapper {
    margin-bottom: 35px;
}

.block-more-projects .block-title{
    display: inline-block;
    vertical-align: top;
    line-height: 2;
    letter-spacing: .02em;
    text-align: left;
}

.block-more-projects .flex-viewport{
    width: 100%;
}

.block-more-projects .slides{
    width: 100%;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.block-more-projects .slides li{
    width: 50%;
    float: left;
}

.block-more-projects .flex-direction-nav {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: -20px;
    line-height: 60px;
}

.block-more-projects .flex-direction-nav li{
    display: inline-block;
    vertical-align: top;
}

.block-more-projects .flex-direction-nav a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    z-index: 1;
}

/**
 * Clearings
 */

.clear:before,
.clear:after {
    content: '';
    display: table;
    height: 0;
}

.clear:after {
    clear: both;
}

.nav-menu {
    margin: 0;
    list-style: none;
}

.nav-menu a {
    position: relative;
    color: #fff;
    text-decoration: none;
    letter-spacing: .047em;
}

.nav-menu a:hover:after {
    position: absolute;
    content: '';
    right: 4px;
    bottom: 4px;
    width: 93%;
    height: 2px;
    background-color: #fff;
}


/* 404-Error*/

.not-found {
    padding-top: 150px;
}


/**___Media Queries___ */



@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

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

    .about-us-page .about-block .copy {
        padding: 8.4% 9% 8.4% 9.6%;
    }

    .about-us-page .about-block.even .copy {
        padding: 8.4% 10.5% 8.4% 8%;
    }
}

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


    p {
        margin-bottom: 1.25em;
    }

    /*.popup-close,*/
    .block-scroll-bottom:after,
    /*.block-contact-top .std:before,*/
    /*.menu-link .item-inner,
    .logo .item-inner,*/
    .news-detail .share span,
    .post-previous:before,
    .post-next:before,
    .flex-direction-nav a:before,
    .services-magento_integrations h2:before,
    .block-scroll-top:before {

        -webkit-background-size: 320px 320px;
        background-size: 320px 320px;
    }

    /*     Menu-link */

    /*.logo {
        top: 57px;
        left: 40px;
        width: 172px;
        height: 40px;
    }

    .menu-link {
        top: 57px;
        right: 56px;
        width: 56px;
        height: 26px;
    }

    .menu-link .item-black {
        background-position: -101px -149px;
    }

    .menu-link .item-inner,
    .logo .item-inner {
        height: 41px;
    }

    .logo .item-black {
        background-position: 0 -41px;
    }

    .menu-link .item-white {
        background-position: -101px -122px;
    }

    .popup-close {
        top: 50px;
        right: 60px;
        width: 42px;
        height: 42px;
        background-position: 0px -278px;
    }*/

    /* Main-menu */

    .main-menu {
        padding: 110px 148px 60px;
    }

    /* Block-scroll-top */
    .block-scroll-top {
        width: 96px;
        height: 96px;
        margin-left: 42.5%;
    }

    .block-scroll-top:before {
        width: 38px;
        height: 22px;
        margin-top: -11px;
        margin-left: -19px;
        background-position: -46px -300px;
    }

        /* Btn */

    .btn {
        padding: 0 30px;
        line-height: 1.6;
    }
    
   .btn-white {
        padding: 10px 15px;
    }


    /* Block-scroll-bottom */

    .block-scroll-bottom {
        width: 97px;
        height: 97px;
        bottom: 61px;
        margin-left: -49px;
    }

    .block-scroll-bottom:after {
        width: 97px;
        height: 97px;
        background-position: -222px -222px;
    }

    /* Get-in-btn */

    .block-get-in .btn {
        min-width: 226px;
        margin-right: 31px;
        line-height: 2.7;
        letter-spacing: 0.06em;
    }


    .wrapper {
        max-width: 1440px;
        padding: 0 32px;
    }

    .std {
        font-size: 24px;
        line-height: 1.45;
        letter-spacing: .043em;
    }

    .std h1 {
        font-size: 106px;
    }

    .std h2 {
        font-size: 80px;
    }

    h3 {
        font-size: 34px;
    }

    .update-height h1,
    .update-height h2 {
        font-size: 106px;
        letter-spacing: 0.01em;
    }


    /* Home-page */

    .hero-slider .info h2 {
        max-width: 800px;
        margin-bottom: 24px;
        padding-bottom: 50px;
        font-size: 130px;
        letter-spacing: .007em;
    }

    .hero-slider .info {
        left: 5.83%;
    }

    .hero-slider .info p {
        width: 560px;
        font-size: 24px;
        max-height: 100px;
        margin-bottom: 50px;
    }

    .hero-slider .info h2:after {
        width: 295px;
    }

    .hero-slider .flex-control-nav {
        bottom: 9.8%;
    }

    .hero-slider .flex-control-nav a {
        width: 20px;
        height: 20px;
    }

    .hero-slider .flex-control-nav li {
        margin-right: 18px;
    }

    /* About */

    .about-us-main h1 {
        font-size: 160px;
        letter-spacing: 0.01em;
        margin-bottom: .64em;
    }

    .about-us-main .std {
        padding-top: 6.5em;
        font-size: 36px;
        letter-spacing: .045em;
        line-height: 1.27;
    }

    .about-block .copy {
        padding: 4.4% 9% 3.4% 9.6%;
    }

    .about-block.even .copy {
        padding: 4.4% 10.5% 3.5% 8%;
    }

    .about-block .title {
        margin-bottom: .35em;
        font-size: 80px;
        letter-spacing: .01em;
        line-height: 1.05;
    }

    .block-our-clients .copy {
        max-width: 640px;
    }

    .block-our-clients .title {
        margin-bottom: .35em;
        line-height: 0.9;
    }

    .block-our-clients .std{
        line-height: 1.25;
    }


    .block-address .title {
        font-size: 35px;
    }

    .block-our-clients-grid {
        max-width: 1700px;
    }

    .block-our-clients-grid ul {
        margin: 0 -3px -3px 0;
    }

    .block-our-clients-grid li {
        border-right: 3px solid #292b2f;
        border-bottom: 3px solid #292b2f;
    }

    .block-address .copy {
        max-width: 420px;
        padding: 7.1% 0 2.6%;
    }

    .block-address .std {
        font-size: 24px;
        line-height: 1.3;
    }

    .block-copy {
        font-size: 24px;
    }

    /* Work */

    .work-block {
        padding-top: 210px;
    }

    .work-block .std {
        margin-bottom: 1.2em;
    }

    .work-block .wrapper {
        padding: 0 8em;
    }

    .work-category,
    .services-category {
        padding-bottom: 75px;
    }

    .work-category li,
    .services-category li {
        margin-right: 30px;
        font-size: 24px;
        letter-spacing: .048em;
    }

    .work-category li:after,
    .services-category li:after {
        right: -17px;
        margin-top: -12px;
        height: 22px;
    }

    .work-gallery .std {
        max-width: 380px;
        bottom: 4%;
        left: 4.4%;
    }

    .work-gallery-info h3 {
        margin-bottom: 16px;
        font-size: 48px;
    }

    .work-gallery-info p {
        padding-bottom: 4px;
        font-size: 24px;
    }


    /* Services */

    .services-our_process {
        padding: 92px 0 60px;
    }

    .services-our_process img {
        width: 70px;
        height: 70px;
    }

    .services-our_process .items {
        padding-top: 128px;
    }

    .services-our_process h3 {
        line-height: 70px;
    }

    .services-our_process .items li {
        margin-bottom: 150px;
    }

    .services-our_process .items .std {
        margin-top: 36px;
    }

    .services-magento_integrations {
        padding-top: 280px;
    }

    .services-magento_integrations h2,
    .services-service_directory h2 {
        letter-spacing: .015em;
    }

    .services-magento_integrations h2:before {
        width: 136px;
        height: 80px;
        top: -127px;
        margin-left: -69px;
        background-position: 0 -184px;
    }

    .services-magento_integrations .wrapper > .std {
        padding: 0 95px;
    }

    .services-magento_integrations .items {
        margin-top: 115px;
    }

    .services-magento_integrations h3 {
        margin-bottom: 40px;
    }

    .services-magento_integrations .items .std {
        min-height: 438px;
        padding: 48px 18px;
    }

    .services-service_directory {
        padding: 305px 0 127px;
    }

    .services-service_directory .wrapper > .std {
        padding: 0 90px;
    }

    .services-service_directory .items li {
        width: 24.5%;
        margin: 0 0 100px;
        padding-right: 25px;
    }

    .services-service_directory .inner {
        max-width: 1635px;
    }

    .services-service_directory h3 {
        font-size: 40px;
    }

    .services-service_directory .items {
        margin: 0 -118px 0 0;
        padding: 180px 0 0 50px;
    }

    .services-service_directory .items .std {
        font-size: 24px;
    }

    .services-service_directory h3 {
        margin-bottom: 17px;
    }

    .services-service_directory .inner p {
        line-height: 1.4em;
    }

    .services-technology_partners {
        padding-top: 115px;
    }

    .services-technology_partners h2 {
        margin-bottom: 1.17em;
        letter-spacing: .015em;
    }


    .services-technology_partners .std {
        padding-right: 105px;
    }

    .services-technology_partners img {
        max-width: 240px;
    }

    .services-technology_partners h3 {
        margin-bottom: 25px;
        font-size: 40px;
    }

    .services-technology_partners .items {
        margin-bottom: 165px;
    }

    .services-technology_partners .items .std {
        padding-right: 0;
        font-size: 24px;
        letter-spacing: .045em;
    }

    .services-page .block-address .copy {
        padding-top: 4%;
    }


    /* News */

    .block-news-list {
        border-top: 140px solid #fff;
        padding: 68px 0 77px;
    }

    .block-news-list .wrapper {
        padding: 0;
    }

    .news-list {
        padding-top: 37px;
        margin-bottom: -10px;
    }

    .post-item {
        min-height: 590px;
    }

    .post-item .content {
        padding: 40px 30px 92px 30px;
    }

    .post-item .date {
        font-size: 17px;
    }

    .post-item h2 {
        margin-top: 14px;
        font-size: 34px;
    }

    .post-item .std {
        margin-top: 24px;
        font-size: 18px;
    }

    .navigation {
        max-width: 1195px;
    }

    .page-numbers {
        min-width: 43px;
        font-size: 24px;
    }

    .page-numbers:after {
        right: 3px;
        margin-top: -10px;
        height: 20px;
    }

    .nav-links .next,
    .nav-links .prev {
        min-width: 227px;
        line-height: 2.5;
    }

    .nav-links .prev {
        left: 30px;
    }

    .news-list-page .block-address .copy {
        padding-top: 4.4%;
    }


    /* News-details */

    .news-detail-page {
        margin-top: 207px;
    }

    .news-detail {
        max-width: 1440px;
        padding: 0 0 35px 160px;
    }

    .news-detail .date {
        margin-bottom: 33px;
        font-size: 24px;
        line-height: 1.2;
    }


    .news-detail h1 {
        font-size: 106px;
    }

    .news-detail .share-wrap {
        left: -160px;
    }

    .news-detail .share {
        width: 74px;
    }

    .news-detail .share.affix{
        top: 126px;
    }

    .news-detail .share span {
        width: 74px;
        height: 74px;
        margin-bottom: 24px;
    }

    .news-detail .share .tw {
        background-position: -173px 1px;
    }

    .news-detail .share .fb {
        background-position: -174px -72px;
    }

    .news-detail .share .in {
        background-position: -173px -146px;
    }

    .news-detail .share .gg {
        background-position: -247px 0;
    }

    .news-detail .img {
        max-width: 960px;
    }

    .news-detail img {
        width: 100%;
        max-width: none;
    }

    .news-detail h3 {
        margin-bottom: 15px;
        font-size: 34px;
    }

    .news-detail .post-categories {
        font-size: 24px;
    }

    .news-detail .categories {
        padding-left: 45px;
    }

    .news-detail .content {
        padding-top: 95px;
    }

    .news-detail .std {
        font-size: 24px;
    }

    /* People */

    .section-team {
        padding-top: 155px;
    }

    .section-team .wrapper {
        padding-bottom: 62px;
    }

    .section-team .std {
        margin-bottom: 2.8em;
        font-size: 42px;
    }

    .section-team h1 {
        margin-bottom: .85em;
    }

    .section-team p {
        letter-spacing: .045em;
    }

    .block-executive_team .block-title {
        margin-bottom: .8em;
    }

    .block-executive_team h4,
    .block-team h4 {
        margin-bottom: 8px;
    }

    .block-executive_team h4 {
        font-size: 33px;
    }

    .block-executive_team li,
    .block-team li {
        font-size: 24px;
    }

    .block-executive_team img {
        margin-bottom: 53px;
    }

    .block-executive_team {
        margin-bottom: 225px;
    }

    .block-team li {
        margin-bottom: 82px;
    }

    .block-team img {
        margin-bottom: 52px;
    }

    .block-team h4 {
        font-size: 29px;
    }

    .people-page .block-address .copy {
        padding-top: 4%;
    }

    /* People-popup */

    .people-popup {
        padding-top: 11.2%;
    }

    .people-popup .inner {
        width: 24.7%;
        max-width: 383px;
    }

    .people-popup h4 {
        font-size: 60px;
    }

    .people-popup .content {
        max-width: 930px;
        font-size: 28px;
    }

    .people-popup p {
        margin-bottom: 1.05em;
    }


    /* Case-study */

    .flex-direction-nav a,
    .post-previous,
    .post-next {
        width: 96px;
        height: 96px;
        margin-top: -48px;
    }

    .flex-direction-nav a:before,
    .post-previous:before,
    .post-next:before,
    .block-scroll-top:before {
        width: 37px;
        height: 18px;
        margin-top: -9px;
        margin-left: -18px;
    }

    a.flex-prev:before,
    .post-previous:before {
        background-position: -100px -82px;
    }

    a.flex-next:before, .post-next:before {
        background-position: -102px -102px;
    }

    .case-study {
        padding: 107px 0 30px;
    }

    .case-study > .wrapper {
        padding-right: 164px;
    }

    .case-study .std h1 {
        letter-spacing: .007em;
    }

    /* Visit-block */

    .visit-block {
        margin-right: -69px;
        padding: 90px 0 20px 115px;
    }

    .visit-block .btn {
        margin-bottom: 113px;
        padding: 0 33px;
    }

    .visit-block h4 {
        margin-bottom: 20px;
        font-size: 34px;
    }

    .visit-block .visit-services {
        font-size: 24px;
    }

    .case-slider-main {
        margin: 160px -164px 152px -30px;
    }

    .case-slider-main .flex-direction-nav a {
        margin-top: -84px;
    }

    .case-slider-main .slide-info {
        padding-top: 40px;
    }

    .case-slider-main .slide-info span {
        font-size: 24px;
        letter-spacing: .06em;
    }

    .case-slider-main .slide-info .numb {
        min-width: 133px;
    }

    .advant {
        margin: 190px -164px 146px -30px;
    }

    .advant h3:before {
        width: 3.9em;
    }

    .case-study .std .advant h3 {
        margin-bottom: 2px;
        line-height: 1.65;
    }

    .advant .info {
        padding-bottom: 45px;
        font-size: 24px;
    }

    .quote {
        margin: 142px 0 100px;
        font-size: 57px;
        line-height: 1.05;
        letter-spacing: 0.005em;
    }

    .quote:before {
        width: 3.25em;
    }

    .quote .name {
        margin: 32px 3px 0 0;
        font-size: 50px;
    }

    .case-study .std h3 {
        margin: 88px 0 13px;
    }

    .project-info {
        padding-top: 90px;
    }

    .project-info li {
        max-width: 303px;
    }

    .project-info .title {
        font-size: 35px;
    }

    .project-info .value {
        font-size: 24px;
        letter-spacing: 0.04em;
    }

    .block-more-projects {
        padding-top: 123px;
    }

    .block-more-projects .wrapper {
        margin-bottom: 53px;
    }

    .block-more-projects .flex-direction-nav {
        margin-right: -32px;
    }

    .block-more-projects h2 {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .block-more-projects p {
        font-size: 24px;
        line-height: 1.2;
    }

    .block-more-projects p:last-child {
        margin-bottom: 1.8em;
    }

    .block-more-projects .content {
        max-width: 720px;
        padding: 45px 30px 86px 47px;
    }


}

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

    .logo {
        overflow: visible;
    }

    .logo .inner {
        left: -24px;
        width: 100vw;
        pointer-events: none;
    }

    .logo .item {
        overflow-y: hidden;
        overflow-x: auto;
    }

    .logo .item-inner {
        left: 24px;
        width: 107px;
    }

    .item-inner::before {
        content: '';
        position: absolute;
        top: -33px;
        left: -24px;
        z-index: -1;
        width: 100vw;
        height: 85px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s;
    }
    .item-inner.scroll::before {
        opacity: 1;
    }

    .item-inner.item-white::before {
        background-color: #000;
    }

    .item-inner.item-black::before {
        background-color: #fff;
    }
}

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

    /* Services */

    .services-service_directory .items li:nth-child(4n) {
        margin-right: 50px;
    }

    .block-scroll-top {
        position: relative;
        display: block;
        margin: 30px 0 30px -30px;
    }

    /* Abous-us */

    .about-block .copy{
        padding: 6.4% 6.3% 4%;
    }
}

@media screen and (min-width: 840px) and (max-width: 1035px) {

    .services-service_directory .items {
        padding-left: 8%;
    }
}


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

    .post-previous,
    .post-next {
        top: 340px;
    }

    .services-service_directory .inner {
        max-width: 900px;
        padding: 0 20px;
    }
}

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

    /* Menu */
    .main-menu .menu {
        font-size: 45px;
    }

    .news-detail h1,
    .section-team h1,
    .section-team h1 {
        font-size: 52px;
    }

    /* About */

    .about-block .title{
        line-height: 1.1;
    }

    .about-block .copy{
        width: 100%;
        padding: 19% 6%;
    }

    .about-block img{
        width: 100%;
    }

    /* News */
    .post-item:last-of-type {
        margin-bottom: 45px;
    }

    .navigation {
        margin-top: 0;
        padding: 0;
    }

    /* News-details */

    .news-detail {
        padding-right: 20px;
    }

    .news-detail .share span {
        margin-bottom: 10px;
    }

    .news-detail .share-wrap {
        left: -75px;
    }

    /* Work */
    .work-gallery-info {
        padding-bottom: 45%;
        -webkit-background-size: 130%;
        background-size: 130%;
    }

    /* Case-study */

    .case-slider-main .slide-info .numb {
        text-align: center;
    }

    /* Services */

    .services-magento_integrations h2,
    .services-service_directory h2,
    .services-technology_partners h2 {
        font-size: 42px;
    }

    /* People */

    .section-team .std {
        font-size: 22px;
    }

    .block-executive_team .std,
    .block-team .std {
        font-size: 16px;
    }
}

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

    .services-service_directory .items {
        padding-left: 0;
    }
}

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

    .std h1 {
        font-size: 44px;
        line-height: 0.92;
    }

    /* News */

    .post-item {
        width: 48%;
        min-height: 387px;
        margin-right: 4%;
    }

    .post-item:nth-of-type(3n) {
        margin-right: 4%;
    }

    .post-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .post-previous,
    .post-next {
        display: none;
    }

    .about-us-main h1 {
        font-size: 81px;
    }

    .about-us-main .std {
        font-size: 20px;
    }

    /* Services */

    .services-magento_integrations .items ,
    .services-service_directory .items {
        display: none;
    }

    .services-service_directory {
        padding: 81px 0 87px;
    }

    .services-technology_partners {
        padding-top: 53px;
    }

    .services-technology_partners .items li {
        display: inline-block;
        vertical-align: top;
        margin-right: 16px;
    }

    .services-technology_partners img {
        width: 83px;
    }

    .services-technology_partners .items-info {
        margin-left: 16px;
        width: calc(100% - 100px);
        vertical-align: top;
        margin-bottom: 30px;
    }

    /* Case-study */

    .case-study > .wrapper {
        padding-right: 20px;
    }

    .case-slider-main {
        margin: 100px -20px 104px -20px;
    }

    .advant .advant-img {
        display: none;
    }

    .advant {
        margin: 50px 0;
    }

    .advant .accordion {
        padding: 0;
        width: 100%;
    }

    /* Visit-block */

    .visit-block {
        float: none;
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
    }

    .visit-block .btn {
        width: 100%;
        line-height: 2.2;
    }

    .visit-block h4,
    .visit-block .visit-services {
        display: none;
    }


    /* Work */

    .work-gallery-info {
        padding-bottom: 65%;
        -webkit-background-size: 178%;
        background-size: 178%;
    }

    .work-block {
        padding-top: 100px;
    }

    .work-gallery li {
        padding-bottom: 27%;
    }

    .work-gallery .item-inner {
        padding-bottom: 55%;
    }


    /* People */

    .section-team .std {
        font-size: 20px;
    }

    .block-executive_team .std,
    .block-team .std {
        font-size: 16px;
    }

    .section-team .block-team p {
        font-size: 14px;
        padding: 0 5px;
    }

    /* People-popup */

    .people-popup {
        text-align: center;
        padding: 11% 20px;
    }


    .people-popup .inner {
        display: block;
        width: 42%;
        margin: 0 auto 30px;
    }

    .people-popup .content {
        width: 100%;
        max-width: 500px;
        margin-left: 0;
    }

    .people-popup .std {
        text-align: center;
        font-size: 14px;
    }
}

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

    .std h1,
    .services-magento_integrations h2,
    .services-service_directory h2,
    .services-technology_partners h2 {
        font-size: 36px;
    }

    .std h1:after {
        height: .06em;
        width: 3.2em;
        bottom: -.4em;
    }

    .services-our_process .std h1:after,
    .work-block .std h1:after,
    .block-news-list .std h1:after,
    .section-team h1:after {
        margin-left: -1.6em;
    }

    .section-team h1:after {
        bottom: -.9em;
    }

    .logo{
        left: 19px;
    }

    .menu-link,
    .popup-close {
        right: 19px;
    }

    .main-menu {
        padding: 0;
    }

    .main-menu .menu {
        font-size: 35px;
        padding: 85px 20px 40px;
        letter-spacing: 0.07em;
    }

    .main-menu li {
        margin: 0 8% .62em 0;
    }

    /* Home-page */

    .hero-slider .info{
        bottom: 7%;
        transform: none !important;
    }

    .hero-slider .info h2,
    .hero-slider .info h1{
        font-size: 39px;
        line-height: 1;
        padding: 0 0 10px;
    }

    .hero-slider .info p{
        display: none;
    }

    .hero-slider .flex-control-nav{
        display: none;
    }

    /* About */

    .about-us-main .std{
        font-size: 16px;
        line-height: 1.45;
        padding: 7.25em 20px 2.4em;
    }

    .about-us-main p {
        padding-right: 0;
        visibility: visible;
    }

    .about-us-main h1{
        margin-bottom: 0.7em;
        font-size: 45px;
        line-height: .94;
        visibility: visible;
    }

    .about-us-main .std h1:after {
        bottom: -.33em;
        width: 2.53em;
        height: 0.17em;
    }

    .about-block .title {
        font-size: 40px;
        letter-spacing: 0.018em;
    }

    .block-our-clients{
        padding: 15.4% 27px 13.3%;
    }

    .block-our-clients .title {
        margin-bottom: .45em;
        font-size: 37px;
    }

    .block-our-clients-grid li{
        width: 25%;
        border-width: 1px;
    }

    .about-us-page .block-address{
        padding-top: 5%;
    }

    .block-address{
        padding: 12% 0 12.5%;
    }

    /* News */

    .block-news-list {
        padding-top: 0;
    }

    .block-news-list .wrapper{
        padding: 0 27px;
    }

    .block-news-list h1 {
        display: none;
    }

    .post-item {
        width: 100%;
        margin: 0 0 25px;
    }

    .page-numbers {
        display: none;
    }

    .nav-links .next,
    .nav-links .prev {
        position: static;
        display: inline-block;
    }

    .next.page-numbers {
        float: right;
        padding: 0 11.6%;
    }

    .prev.page-numbers {
        float: left;
        padding: 0 7.9%;
    }

    /* News-details */

    .news-detail .date {
        margin-bottom: 21px;
    }

    .news-detail {
        padding-left: 30px;
    }

    .news-detail .share {
        display: none;
    }

    .news-detail h1 {
        margin-bottom: .28em;
        font-size: 46px;
        line-height: .95;
    }

    .news-detail .img {
        width: 100%;
    }

    .news-detail .categories {
        display: none;
    }

    .news-detail .content {
        padding-top: 30px;
        padding-right: 5px;
    }

    .news-detail .std {
        padding-right: 15px;
        line-height: 1.45;
        margin-bottom: 81px;
    }


    /* Work */

    .work-block {
        padding-top: 94px;
    }

    .work-block .wrapper .std,
    .work-category {
        display: none;
    }

    .work-gallery li {
        width: 100%;
        padding-bottom: 50%;
    }


    .work-gallery .std {
        bottom: 19%;
        left: 9%;
    }

    .work-gallery-info {
        bottom: -10%;
    }

    .work-page .copy {
        padding-top: 32px;
    }


    /* block-contact-top */

    /*.block-contact-top .std:before {
        width: 37px;
        height: 38px;
        margin-left: -19px;
        top: -58px;
        background-position: 0 -31px;
        -webkit-background-size: 120px;
        background-size: 120px;
    }*/

    /* case-study */

    .case-study {
        margin-bottom: 0;
    }

    .case-study h1 {
        font-size: 44px;
        margin-bottom: 1.25em;
    }

    .case-study h1:after {
        width: 2.6em;
        bottom: -0.6em;
    }

    .case-study .std {
        line-height: 1.4;
    }

    .case-slider-main {
        margin: 48px 0 88px;
    }

    .case-slider-main .slides li {
        margin-bottom: 18px;
    }

    .case-slider-main .slides li:last-child {
        margin-bottom: 0;
    }

    .case-slider-main .slide-info {
        display: none;
    }

    .block-more-projects .content {
        display: none;
    }

    .advant {
        display: none;
    }

    .quote {
        margin-top: 46px;
        font-size: 20px;
        letter-spacing: .01em;
    }

    .quote:before {
        top: -1.6em;
    }

    .quote .text {
        letter-spacing: .02em;
    }

    .quote .name {
        margin-top: 23px;
        font-size: 16px;
    }

    .case-study .std h3 {
        margin-top: 58px;
    }

    .project-info {
        padding-top: 63px;
    }

    .project-info .title {
        margin-bottom: 7px;
        font-size: 16px;
    }

    .project-info .value {
        font-size: 12px;
    }

    .block-more-projects {
        margin-top: 40px;
    }

    .block-more-projects .wrapper {
        margin-bottom: 4px;
    }

    .block-more-projects .flex-direction-nav {
        margin-right: 0;
    }

    .case-study-page .block-address {
        padding-top: 5.5%;
    }

    /* Services */

    .section-team h1 {
        line-height: 1.17;
    }

    .services-our_process,
    .people-page .section-team {
        padding-top: 50px;
    }

    .services-page h1 {
        margin-bottom: 1.5em;
        line-height: 1.2;
        letter-spacing: .005em;
    }

    .services-category {
        display: none;
    }

    .services-our_process .items {
        padding-top: 25px;
    }


    .services-our_process .items li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 0 8px 0;
        cursor: pointer;

        -webkit-transition: padding .3s;
           -moz-transition: padding .3s;
            -ms-transition: padding .3s;
             -o-transition: padding .3s;
                transition: padding .3s;
    }

    .services-our_process .items li.active {
        padding-bottom: 35px;
        padding-top: 11px;
    }

    .services-our_process .items li:before,
    .services-our_process .items li:last-child:after {
        position: absolute;
        content: '';
        top: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
    }

    .services-our_process .items li:last-child:after {
        top: auto;
        bottom: -5px;
    }

    .services-our_process .items .std {
        display: none;
    }

    .services-our_process > .std {
        margin-bottom: 41px;
        letter-spacing: .047em;
        line-height: 1.45;
    }

    .services-magento_integrations {
        padding-top: 150px;
    }

    .services-magento_integrations h2 {
        margin-bottom: 1.1em;
    }

    .services-magento_integrations h2:before {
        top: -2.1em;
    }

    .services-magento_integrations h2:after {
        height: .06em;
        width: 3.2em;
        bottom: -0.3em;
        margin-left: -1.6em;
    }

    .services-service_directory h2 {
        margin-bottom: .6em;
    }

    .services-magento_integrations .wrapper > .std {
        padding: 0;
    }

    .services-service_directory .wrapper > .std {
        padding: 0;
    }

    .services-technology_partners h2 {
        margin-bottom: 1.7em;
    }

    .services-technology_partners h2:after {
        height: .06em;
        width: 3.2em;
        bottom: -0.9em;
    }

    .services-technology_partners .std {
        text-align: left;
        margin-bottom: 15px;
        padding-right: 0;
    }

    .services-technology_partners .items {
        margin-bottom: 0;
    }

    /* People */

    .section-team h1 {
        margin: 0 0.5em 2em;
    }

    .section-team .std {
        font-size: 16px;
        margin-bottom: 3.2em;
    }

    .section-team p {
        line-height: 1.4;
    }

    .block-executive_team p {
        letter-spacing: .05em;
    }

    .block-team {
        margin-bottom: 0;
    }

    .block-team .block-title {
        margin-bottom: .9em;
    }

    .block-team li {
        width: 33.33%;
        margin-bottom: 38px;
    }

    .block-team img {
        max-width: 127%;
        margin: 0 0 16px -12%;
    }

    .block-team h4 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .section-team .block-team p {
        font-size: 12px;
    }

    .section-team .block-team h3 {
        margin-bottom: 28px;
    }

    .people-page .block-address .copy {
        padding-top: 5%;
    }

    .block-scroll-bottom {
        display: none;
    }
}

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

        /* Work */

    .work-gallery-info {
        padding-top: 23%;
    }

    .work-gallery .std {
        bottom: 6%;
        left: 7.6%;
    }

    /* People */

    .block-executive_team li {
        width: 100%;
        margin-bottom: 1.6em;
    }

    .block-executive_team img {
        max-width: 109%;
        margin-left: -4%;
    }

    .block-executive_team {
        margin-bottom: 30px;
    }

    .block-team li {
        width: 50%;
    }

}

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

    .services-top,
    .people-top,
    .case-study-top {
        max-height: 322px;
    }

    .update-height .inner{
        vertical-align: bottom;
        padding-bottom: 10%;
    }
}

/* --------
** marketing specialists page
* ---------
*/

.marspe-page .section-black {
    background-color: #1e2024;
    color: #fff
}

.marspe-page .section-black .std {
    color: #fff;
}

.marspe-page .wrapper {
    max-width: 1050px;
}

.marspe__section h1 {
    font-size: 75px;
}

.marspe-page .section-black h1,
.marspe-page .section-black h2 {
    color: inherit;
}

.marspe__section h2 {
    margin-bottom: .35em;
}

.marspe-page .section-black h1:after,
.marspe-page .section-black h2:after {
    background: currentColor;
}

.marspe__section {
    padding: 138px 0 0;
}

.marspe__section--center .std {
    text-align: center;
}

.marspe__section .wrapper--narrow {
    max-width: 800px;
}

.marspe__section .row:after,
.marspe__section .row:before {
    content: "";
    display: block;
    clear: both;
}

.marspe__network strong{
    font: 28px/1 'RecklessNeue-Light', sans-serif;
}

.marspe__network p {
    margin-bottom: .5em;
}

.marspe__graph {
    margin: 83px 0 60px;
    padding: 0;
    font: 25px/1 'RecklessNeue-Light', sans-serif;
    text-align: center;
    letter-spacing: -.33em;
}

.marspe__graph li {
    padding: 0;
    list-style: none;
    border: 3px solid currentColor;
    border-radius: 50%;
    background-color: rgba(255,255,255,.25);
    width: 10.4em;
    height: 10.4em;
    overflow: hidden;
    position: relative;
    margin: auto;
    letter-spacing: normal;
}

.marspe__graph li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.marspe__graph li:nth-child(2),
.marspe__graph li:nth-child(3) {
    display: inline-block;
    margin-top: -4em;
}

.marspe__graph li:nth-child(2) {
    margin-right: -1em;
}

.marspe__graph li:nth-child(3) {
    margin-left: -1em;
}

.acc {
    text-align: left;
    text-align: start;
    border-bottom: 1px solid currentColor;
}

.acc__title a {
    font: 1.875em/1 'RecklessNeue-Light', sans-serif;
    position: relative;
    padding: .5em 0 .5em 4.2rem;
    width: 100%;
    display: block;
}

.std .acc__title a {
    color: inherit;
    border-bottom: 0;
}

.std .acc__title a:hover {
    border-bottom: 0;
}

.std .acc__title a:focus {
    outline: none;
}

.acc__title a:before {
    content: '+';
    display: block;
    font-family: 'Kiwari-Regular', Arial, Helvetica, sans-serif;
    width: 1em;
    height: 1em;
    font-size: .8em;
    line-height: 1em;
    background-color: rgba(255,255,255,.25);
    position: absolute;
    left: .55rem;
    top: .75em;
    text-align: center;
}

.acc__title a._active:before {
    content: "\2014";
}

.acc__content {
    padding: 1em 0 1.55em 4.2rem;
    display: none;
}

.acc__content + .acc__title a{
    border-top: 1px solid currentColor;
}

.marspe__section .acc {
    max-width: 692px;
    margin: 0 auto;
}

.logos-row {
    margin: 86px 0;
    padding: 0;
    display: flex;
}

.logos-row li {
    width: 20%;
    list-style: none;
    padding: 0 1em;
    border-right: 1px solid #f2f2f2;
}

.logos-row li:last-child {
    border-right: 0;
}

.section-marketing-services {
    padding-bottom: 120px;
}

.wpcf7-form .field input {
    color: #fff;
    background-color: #4b4d50;
    width: 100%;
    height: 68px;
}

.wpcf7-form .field .label {
    text-align: left;
}

.wpcf7-form .field p {
    text-align: left;
    margin-bottom: 12px;
}

.wpcf7-form .field .wpcf7-submit {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font: 24px/35px 'RecklessNeue-Light',sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 18px 62px;
    height: auto;
    border-color: #fff;
    background-color: #fff;
    color: #1e2024;
    text-align: center;

    -webkit-transition: border-color .3s, color .3s, background-color .3s;
       -moz-transition: border-color .3s, color .3s, background-color .3s;
        -ms-transition: border-color .3s, color .3s, background-color .3s;
         -o-transition: border-color .3s, color .3s, background-color .3s;
            transition: border-color .3s, color .3s, background-color .3s;
}

.wpcf7-form .field .wpcf7-submit:hover {
    border-color: #000;
    color: #fff;
    background: #000;
}

.wpcf7-form .field .note {
    font-size: 14px;
    margin: 25px 0 38px;
}

.contact-form {
    max-width: 795px;
    margin: 0 auto 112px;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
}

@media screen and (min-width: 1600px) {
    .marspe__section h1 {
        font-size: 96px;
    }
    .marspe-page .wrapper {
        max-width: 1440px;
    }

    .marspe__section .acc {
        max-width: 900px;
    }

    .acc__title a,
    .acc__content {
        padding-left: 7.2rem;
    }
}

@media screen and (min-width: 768px) {
    .marspe-row {
        display: flex;
        flex-flow: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .marspe__section .col-main {
        width: 70%;
    }
    
    .marspe__section .col-sidebar {
        width: 30%;
        padding-left: 64px;
        position: relative;
    }

    .marspe__section-top .col-main {
        position: relative;
    }
    
    .marspe__section .sidebar-top {
        margin-bottom: 2em;
        padding-bottom: 2em;
        position: relative;
    }

    .marspe__section .sidebar-top:after {
        content: '';
        position: absolute;
        left: -49px;
        bottom: 0;
        height: 5px;
        width: calc(100% + 48px);
        background-color: #fff;
    }
    
    .marspe__section-top .col-sidebar:after {
        content: '';
        position: absolute;
        left: 15px;
        top: -20px;
        width: 5px;
        height: calc(100% + 30px);
        background-color: #fff;
    }

    .wpcf7-form .field {
        display: flex;
        flex-flow: wrap;
    }

    .wpcf7-form .field .label {
        width: 36%;
        margin-top: 20px;
    }

    .wpcf7-form .field p {
        width: 64%;
    }

    .marspe__section--form .description {
        max-width: 1190px;
        margin: 0 auto 80px;
    }

    .wpcf7-form .field .wpcf7-submit {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .marspe-page .section-black h1 {
        font-size: 44px;
    }
    
   .marspe__network .sidebar-top {
        margin-bottom: 30px;
    }

    .marspe__section .col-main,
    .marspe__section .col-sidebar {
        width: 100%;
    }

    .marspe__section p br {
        display: none;
    }

    .marspe__section .col-sidebar {
        margin-top: 2em;
    }

    .marspe__network img {
        width: 150px;
    }

    .marspe__graph {
        font-size: 3.26vw;
    }
}
