/* Colours */

body{ color: #d2fdf8; color:#0303ab; background: #4e5ed4; background:#0303ab; background:#f8f7f2;}
body.project { color: #272727; background: #f8f7f2; }
a, a:hover, a:focus { text-decoration: none; color: rgba(238, 238, 238, 0.5); color:#333; }
em { color: #d2485d; color:#A8051E; font-weight: 600; }
em a { color: #d2485d; color:#A8051E; }
em.background { color: #fff; }
body.project a, body.project a:focus { color:#272727; }

/* Typography */

body, input { font-family: monospace; line-height: 1.3; }
ul li, p, em { font-size: 13px; font-style: normal; letter-spacing: -0.01em; }
h1, h2 { font-size: 20px; font-weight: normal; }
a { text-decoration: none; }
h1.heading { font-size: 26px; font-weight:500; line-height: 1.5; }

/* Layout */

body { padding: 10px 0 0; }
body.project, body.content, body.page { margin-top: 5rem; }
body.content .content-tentang { height:calc(100vh - 13rem); }
div.container { margin: 0px auto;}

ol, ul { padding: 0 }

h1 em, h2 em { display: block; }
h1.heading { padding-left: 10%; padding-right: 10%; margin-top: 11rem;max-width: 860px;margin-bottom: 5rem; }

p, h2 { margin: 0px 0px 5px; }
hr { display: block; clear: both; margin: 0px 0px 30px; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; }
img { border: 0px; max-width: 100%; }
.col hr { margin: 0px 0px 15px; }

h2 { overflow: hidden; }
input#filter { display: inline; width: auto; padding: 1px 0px; border: 0px; background: #eee; font-size: inherit; color: inherit; }

.project .container #content { padding-left: 10%;  }
div#content ul.project-list { list-style: none; padding-left: 10%; padding-right: 10%;}
div#content ul.project-list li { float: left; padding-bottom: 60px; padding-right: 30px; }
ul.project-list div.thumbnail a { border: 0px; }
ul.project-list div.thumbnail a img { width: 100%; aspect-ratio: 300 / 153; }
ul.project-list div.summary {     margin: 20px 0; }

div#media { overflow: hidden; }
div.media { margin: 0px 0px 10px; }

div#content div.description { margin: 0px 0px 0px 20px; }
div.description div#media { margin: 0px 0px 10px; border: 0px; padding: 0px; }

footer { margin: 40px 0px 0px 340px; line-height: 1.4; }
footer a { color:#111; font-weight: 700; }

a.atom-rss { margin: 0px 0px 0px 6px; padding: 2px 3px 0px; font-size: 0.93em; letter-spacing: 0.08em; background: #ddd; }

.logo { 
    position: fixed;
    left: 46px;
    top: 88px;
    width: 137px;
} 

.browser {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 7%);
    font-size: 11px;
}

.browser__chrome {
    display: block;
    height: 13px;
    background-color: #fefefc;
    position: relative;
}

.browser__dots {
    display: block;
    top: 5px;
    left: 6px;
}

.browser__dots, .browser__dots:before, .browser__dots:after {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #ff726c;
}

.browser__dots:before {
    content: '';
    top: 0;
    left: 7px;
}

.browser__dots:after {
    content: '';
    top: 0;
    left: 14px;
}

.browser__dots:before {
    background-color: #ffc82c;
}

.browser__dots:after {
    background-color: #11d758;
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .4s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

ul.project-list li:nth-last-child(-n+2) .browser__chrome, ul.project-list li:nth-last-child(-n+2) .browser__dots, ul.project-list li:nth-last-child(-n+2) .browser__dots:before, ul.project-list li:nth-last-child(-n+2) .browser__dots:after {
    background-color:  transparent;
}

body.content-bonxmy {
    background: #f9f9f9;
    color:#111;
}
.content-bonxmy #media {
    display: none;
}
.case .row, .case .row.px650 {
    margin-bottom: 3em;
}
.case .row h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    word-spacing: 3px;
    margin-bottom: 0em;
}
.px650 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.content-bonxmy a {
    color: #d2485d;
}
.content-bonxmy a:hover {
    color: #111;
}
.content-bonxmy h2 {
    text-align: center;
    font-size: 1em;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.content-bonxmy h2:after {
    content: '';
    position: absolute;
    background: #000;
    width: 30px;
    height: 4px;
    bottom: 0;
    left: 50%;
    margin: 0px 0px 0px -15px;
}
.case .row ol, .case .row ul.inner {
    margin: 2rem 2.5rem;
    font-size: 1.1rem;
    line-height: 2rem;
    color: rgba(0,0,0,0.77);
}
.case .row h2 {
    font-size: 1.6em;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1em;
    position: relative;
    font-weight: bold;
}
.case p {
    font-size: 1.1em;
    line-height: 2em;
}
.case .row h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 3.2rem;
}
.case-title {
    text-align: center;
    font-size: 48px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 1em;
    font-weight: bold;
}
.nav-list {
    list-style: none;
}
.nav-list li {
    float: left;
    margin-left: 30px;
    margin-bottom: 0px;
}
.tab-nav ul {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.nav-list.tag li {
    border-radius: 0.2rem;
    color: rgba(0,0,0, 0.3);
    border: 1px solid rgba(0,0,0, 0.1);
    margin: 0 0.4rem 2rem 0.4rem;
    text-transform: capitalize;
    padding: 1.2rem 1.6rem 0.8rem;
}
.hero_bonx {
    position: relative;
}
.hero_bonx #desktop_hp {
    width: 90%;
}
.hero_bonx #mobile_screen {
    position: absolute;
    left: -2%;
    bottom: 0;
    width: 30%;
}
#goals .goal {
    height: 380px;
    position: relative;
}
.goal-inner {
    padding: 3rem;
    font-weight: bold;
}
.goal-inner .number {
    border: 2px solid #111;
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 40px;
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 2em;
}
.goal-inner .title {
    font-weight: 600;
    font-size: 1.4rem;
}
.case .goal-inner .description {
    font-weight: normal;
    font-size: .9rem;
    margin-top: 2rem;
    line-height: 1.4rem;
}
.goal.increase {
    background-color: #E3F4FC;
}
.goal.improve {
    background-color: #E7E2F1;
}
.goal.appeal {
    background-color: #FDF2E4;
}
.row.zoom h3 {
    margin-bottom: 2rem;
}
.row.zoom.left {
    text-align: right;
}
.row.zoom p {
    font-size: .9rem;
    line-height: 1.8rem;
}
.case-name {
    font-size: 1em;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #000;
}
.thanks .thank-you h4 {
    text-align: center;
    color: #999;
    margin-bottom: 3rem;
}
.social-share {
    margin: 0 auto;
}
.social-share li {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 2px solid #999;
    margin-left: 15px;
}
.social-share li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}
.social-share li.facebook a {
    background-image: url(../../images/facebook.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 110%;
}
.social-share li.twitter a {
    background-image: url(../../images/twitter.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 110%;
}
@media (max-width: 578px) {
    body { padding:0; }
    body.project, body.content, body.page { margin-top: 20rem; }
    h1.heading { margin-top: 15rem;max-width: 860px;margin-bottom: 5rem; }
    div#content ul.project-list { padding-left: 1%; padding-right: 1%;}
    .container-sm { max-width: 100%; }
    div#content ul.project-list li { padding-right: 15px; }
    .project .container #content { padding-left: 15px; padding-right: 15px; }
}

@media (min-width: 550px) {
    .four.columns {
        width: 30.6666666667%;
    }
    .five.columns {
        width: 39.3333333333%;
    }
    .seven.columns {
        width: 56.6666666667%;
    }
    .eight.columns {
        width: 65.3333333333%;
    }
    .column, .columns {
        margin-left: 2%;
    }
}

@keyframes progressiveReveal {
  0% { transform: scale(1); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}