@import url(fonts.css);

code,
pre {
    background: #F1F1F1
}

#contact form .form-field:after,
hr {
    clear: both
}

html {
    font-size: 10px
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 9.41px
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 10px
    }
}

@media only screen and (max-width:400px) {
    html {
        font-size: 9.41px
    }
}

body,
html {
    height: 100%
}

body {
    background: #151515;
    font-family: lora-regular, serif;
    font-size: 1.7rem;
    line-height: 3rem;
    color: #6e6e6e
}

a,
a:visited {
    color: #000;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:active,
a:focus,
a:hover {
    color: #F07;
    outline: 0
}

.h01,
.h02,
.h03,
.h04,
.h05,
.h06,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins-semibold, sans-serif;
    color: #313131;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 2.1rem
}

.h03,
.h04,
h3,
h4 {
    margin-bottom: 1.8rem
}

.h05,
.h06,
h5,
h6 {
    font-family: poppins-bold;
    margin-bottom: 1.2rem
}

dt,
p img,
pre>code {
    margin: 0
}

.h01,
h1 {
    font-size: 3.1rem;
    line-height: 1.355;
    letter-spacing: -.1rem
}

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

    .h01,
    h1 {
        font-size: 2.6rem;
        letter-spacing: -.07rem
    }
}

.h05,
.h06,
h5,
h6 {
    text-transform: uppercase;
    letter-spacing: .15rem
}

.h02,
h2 {
    font-size: 2.4rem;
    line-height: 1.25
}

.h03,
h3 {
    font-size: 2rem;
    line-height: 1.5
}

.h04,
h4 {
    font-size: 1.7rem;
    line-height: 1.765
}

.h05,
h5 {
    font-size: 1.4rem;
    line-height: 1.714
}

.h06,
h6 {
    font-size: 1.3rem;
    line-height: 1.846
}

p.lead {
    font-family: lora-regular, serif;
    font-size: 2rem;
    line-height: 1.8;
    color: #888
}

@media only screen and (max-width:768px) {
    p.lead {
        font-size: 1.7rem
    }
}

b,
em,
i,
strong {
    font-size: 3.4rem;
    line-height: 3rem;
    font-style: normal;
    font-weight: 400
}

em,
i {
    font-family: lora-italic, serif
}

b,
strong {
    font-family: lora-bold, serif
}

small {
    font-size: 1.2rem;
    line-height: inherit
}

blockquote {
    margin: 3rem 0;
    padding-left: 4rem;
    position: relative
}

blockquote:before {
    content: "\201C";
    font-size: 8rem;
    line-height: 0;
    margin: 0;
    color: #313131;
    font-family: arial, sans-serif;
    position: absolute;
    top: 3rem;
    left: 0
}

blockquote p {
    font-family: georgia, serif;
    font-style: italic;
    padding: 0;
    font-size: 1.9rem;
    line-height: 1.737
}

blockquote cite {
    display: block;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.616
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #888;
    border: none
}

abbr {
    font-family: poppins-bold, serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #888
}

code,
kbd,
pre,
samp,
var {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace
}

pre {
    padding: 2.4rem 3rem 3rem
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    border: 1px solid #E1E1E1;
    border-radius: 3px
}

pre>code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0
}

li,
ul.disc li {
    display: list-item
}

pre.prettyprint>code {
    border: none
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

mark {
    background: #FFF49B;
    color: #000
}

hr {
    border: solid #d2d2d2;
    border-width: 1px 0 0;
    margin: 2.4rem 0 1.5rem;
    height: 0
}

ol {
    list-style: decimal
}

ul {
    list-style: disc
}

ol,
ul {
    margin-left: 1.7rem
}

ul li {
    padding-left: .4rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: .6rem 0 .6rem 1.7rem
}

ul.disc li {
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F07;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle
}

dt {
    color: #F07
}

dd {
    margin: 0 0 0 2rem
}

table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: lora-regular, sans-serif
}

td,
th {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid #E8E8E8
}

th {
    color: #313131;
    font-family: poppins-bold, sans-serif
}

td {
    line-height: 1.5
}

td:first-child,
th:first-child {
    padding-left: 0
}

td:last-child,
th:last-child {
    padding-right: 0
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.button,
button {
    margin-bottom: 1.2
}

fieldset {
    margin-bottom: 1.5rem;
    border: none
}

.fluid-video-wrapper,
.ss-custom-select,
blockquote,
dl,
figure,
form,
input,
ol,
p,
pre,
select,
table,
textarea,
ul {
    margin-bottom: 3rem
}

img.pull-right {
    margin: .9rem 0 0 2.4rem
}

img.pull-left {
    margin: .9rem 2.4rem 0 0
}

.bgrid {
    padding: 0 20px
}

@media only screen and (max-width:1024px) {
    .bgrid {
        padding: 0 18px
    }
}

@media only screen and (max-width:768px) {
    .bgrid {
        padding: 0 15px
    }
}

@media only screen and (max-width:600px) {
    .bgrid {
        padding: 0 10px
    }
}

@media only screen and (max-width:400px) {
    .bgrid {
        padding: 0
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #F07;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 6px
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
select,
textarea {
    display: block;
    height: 6rem;
    padding: 1.5rem 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    color: #313131;
    font-family: poppins-regular, sans-serif;
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
    background: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ss-custom-select {
    position: relative;
    padding: 0
}

.ss-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle
}

.ss-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem
}

.ss-custom-select select::-ms-expand {
    display: none
}

.ss-custom-select::after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin-top: -10px;
    bottom: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    pointer-events: none;
    color: #252525
}

.oldie .ss-custom-select::after {
    display: none
}

textarea {
    min-height: 25rem
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    color: #cc005f;
    border-bottom: 1px solid #F07
}

label,
legend {
    font-family: poppins-bold, sans-serif;
    font-size: 1.4rem;
    margin-bottom: .6rem;
    color: #3b3b3b;
    display: block
}

input[type=checkbox],
input[type=radio] {
    display: inline
}

label>.label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: poppins-regular, sans-serif;
    line-height: inherit
}

label>input[type=checkbox],
label>input[type=radio] {
    margin: 0;
    position: relative;
    top: .15rem
}

::-webkit-input-placeholder {
    color: #a1a1a1
}

:-moz-placeholder {
    color: #a1a1a1
}

::-moz-placeholder {
    color: #a1a1a1
}

:-ms-input-placeholder {
    color: #a1a1a1
}

.placeholder {
    color: #a1a1a1 !important
}

.button,
a.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-block;
    font-family: poppins-bold, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 5.4rem;
    line-height: 5.4rem;
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    background: #d8d8d8;
    color: #313131;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button:focus,
.button:hover,
a.button:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
    background: #bebebe;
    color: #000;
    outline: 0
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
    background: #313131;
    color: #FFF
}

.button.button-primary:focus,
.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:focus,
button.button-primary:hover,
input[type=submit].button-primary:focus,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:focus,
input[type=reset].button-primary:hover,
input[type=button].button-primary:focus,
input[type=button].button-primary:hover {
    background: #1f1f1f
}

.button.full-width,
button.full-width {
    width: 100%;
    margin-right: 0
}

.button.medium,
button.medium {
    height: 5.7rem !important;
    line-height: 5.7rem !important;
    padding: 0 1.8rem !important
}

.button.large,
button.large {
    height: 6rem !important;
    line-height: 6rem !important;
    padding: 0 3rem !important
}

.button.stroke,
button.stroke {
    background: 0 0 !important;
    border: 3px solid #313131;
    line-height: 4.8rem
}

.button.stroke.medium,
button.stroke.medium {
    line-height: 5.1rem !important
}

.button.stroke.large,
button.stroke.large {
    line-height: 5.4rem !important
}

.button.stroke:hover,
button.stroke:hover {
    border: 3px solid #F07;
    color: #F07
}

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

.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: poppins-regular, sans-serif;
    font-size: 1.5rem
}

.alert-box .close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer
}

.ss-error {
    background-color: #ffd1d2;
    color: #e65153
}

.ss-success {
    background-color: #c8e675;
    color: #758c36
}

.ss-info {
    background-color: #d7ecfb;
    color: #4a95cc
}

.ss-notice {
    background-color: #fff099;
    color: #bba31b
}

.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-family: poppins-bold, sans-serif;
    line-height: 6rem;
    text-indent: 0;
    background: 0 0;
    color: #313131
}

.lining dd,
.lining dt {
    display: inline;
    margin: 0
}

.lining dd+dt:before,
.lining dt+dt:before {
    content: "\A";
    white-space: pre
}

.lining dd+dd:before {
    content: ", "
}

.lining dd:before {
    content: ": ";
    margin-left: -.2em
}

.dictionary-style dt {
    display: inline;
    counter-reset: definitions
}

.dictionary-style dt+dt:before {
    content: ", ";
    margin-left: -.2em
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". "
}

.pull-quote {
    position: relative;
    padding: 2.1rem 3rem 2.1rem 0
}

.pull-quote:after,
.pull-quote:before {
    height: 1em;
    position: absolute;
    font-size: 8rem;
    font-family: Arial, Sans-Serif;
    color: #333
}

.pull-quote:before {
    content: "\201C";
    top: 33px;
    left: 0
}

.pull-quote:after {
    content: '\201D';
    bottom: -33px;
    right: 0
}

.pull-quote blockquote {
    margin: 0
}

.pull-quote blockquote:before {
    content: none
}

.stats-tabs {
    padding: 0;
    margin: 3rem 0
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid #ccc
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: poppins-bold, sans-serif;
    border: none;
    color: #252525
}

.stats-tabs li a:hover {
    color: #F07
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0;
    font-size: 1.4rem;
    font-family: poppins-regular, sans-serif;
    color: #888
}

.skill-bars {
    list-style: none;
    margin: 6rem 0 3rem
}

.skill-bars li {
    height: .6rem;
    background: #a1a1a1;
    width: 100%;
    margin-bottom: 6rem;
    padding: 0;
    position: relative
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -3rem;
    font-family: poppins-bold, sans-serif;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.5rem;
    line-height: 2.4rem
}

.skill-bars li .progress {
    background: #313131;
    position: relative;
    height: 100%
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: poppins-regular, sans-serif;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    background: #313131;
    padding: .6rem;
    border-radius: 3px
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #313131;
    content: ""
}

.skill-bars li .percent5 {
    width: 5%
}

.skill-bars li .percent10 {
    width: 10%
}

.skill-bars li .percent15 {
    width: 15%
}

.skill-bars li .percent20 {
    width: 20%
}

.skill-bars li .percent25 {
    width: 25%
}

.skill-bars li .percent30 {
    width: 30%
}

.skill-bars li .percent35 {
    width: 35%
}

.skill-bars li .percent40 {
    width: 40%
}

.skill-bars li .percent45 {
    width: 45%
}

.skill-bars li .percent50 {
    width: 50%
}

.skill-bars li .percent55 {
    width: 55%
}

.skill-bars li .percent60 {
    width: 60%
}

.skill-bars li .percent65 {
    width: 65%
}

.skill-bars li .percent70 {
    width: 70%
}

.skill-bars li .percent75 {
    width: 75%
}

.skill-bars li .percent80 {
    width: 80%
}

.skill-bars li .percent85 {
    width: 85%
}

.skill-bars li .percent90 {
    width: 90%
}

.skill-bars li .percent95 {
    width: 95%
}

.skill-bars li .percent100,
header {
    width: 100%
}

.grey-section {
    background: #ebebeb
}

.grey-section p.lead {
    color: #7d7d7d
}

.section-intro {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3.6rem;
    position: relative
}

.section-intro h1 {
    font-family: poppins-semibold, serif;
    font-size: 3.6rem;
    color: #313131;
    line-height: 1.25;
    margin-bottom: 1.2rem
}

.section-intro h5 {
    color: #F07;
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: .3rem;
    letter-spacing: .4rem
}

@media only screen and (max-width:768px) {
    .section-intro {
        max-width: 650px
    }

    .section-intro h1 {
        font-size: 3rem
    }
}

@media only screen and (max-width:600px) {
    .section-intro h1 {
        font-size: 2.6rem
    }

    .section-intro h5 {
        font-size: 1.5rem;
        letter-spacing: .3rem
    }
}

@media only screen and (max-width:400px) {
    .section-intro h1 {
        font-size: 2.4rem
    }
}

.menu-toggle span,
header .logo a {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    display: block
}

header {
    position: fixed;
    min-height: 66px;
    z-index: 600
}

header .row {
    position: relative;
    min-height: 66px
}

header .top-bar {
    display: block;
    background: #000;
    min-width: 220px;
    min-height: 66px;
    position: absolute;
    left: 90px;
    top: 0
}

.menu-toggle,
header .logo {
    position: relative;
    float: left
}

header .logo {
    margin-left: 20px;
    margin-right: 50px;
    margin-top: 25px
}

header .logo a {
    margin: 0;
    padding: 0;
    border: none;
    width: 92px;
    height: 15px;
    background: url(../images/logo.png) center no-repeat;
    background-size: 92px 15px
}

.menu-toggle {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-top: 13px;
    display: block
}

.menu-toggle span {
    background-color: #F07;
    width: 24px;
    height: 3px;
    margin-top: -1.5px;
    position: absolute;
    right: 8px;
    top: 50%;
    bottom: auto;
    left: auto;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

#main-nav-wrap,
.intro-content h1 {
    font-family: poppins-medium, sans-serif
}

#portfolio .folio-item img,
#portfolio .overlay {
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.menu-toggle span::after,
.menu-toggle span::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -moz-transition-duration: .2s, .2s;
    -o-transition-duration: .2s, .2s;
    -webkit-transition-duration: .2s, .2s;
    -ms-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -moz-transition-delay: .2s, 0s;
    -o-transition-delay: .2s, 0s;
    -webkit-transition-delay: .2s, 0s;
    -ms-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s
}

.menu-toggle span::before {
    top: -8px;
    -moz-transition-property: top, transform;
    -o-transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -ms-transition-property: top, transform;
    transition-property: top, transform
}

.menu-toggle span::after {
    bottom: -8px;
    -moz-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    transition-property: bottom, transform
}

.menu-toggle.is-clicked span {
    background-color: rgba(255, 0, 119, 0)
}

.menu-toggle.is-clicked span::after,
.menu-toggle.is-clicked span::before {
    background-color: #f07;
    -moz-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    -webkit-transition-delay: 0s, .2s;
    -ms-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s
}

.menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#main-nav-wrap {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    position: absolute;
    top: 100%;
    left: 0
}

.main-navigation {
    background: #000;
    padding: 24px 30px 42px;
    margin: 0;
    width: 100%;
    height: auto;
    clear: both;
    display: none
}

.main-navigation>li {
    display: block;
    height: auto;
    text-align: left;
    padding: 0
}

#intro,
.intro-overlay {
    height: 100%;
    width: 100%
}

.main-navigation li a {
    display: block;
    color: #FFF;
    width: auto;
    padding: 15px 0;
    line-height: 16px;
    border: none
}

.main-navigation li a:hover {
    color: #F07;
    padding-left: 1rem
}

.main-navigation li.current>a {
    background: 0 0;
    color: #F07
}

@media only screen and (max-width:1024px) {
    header .top-bar {
        left: 60px
    }
}

@media only screen and (max-width:768px) {
    header .top-bar {
        left: 50px
    }
}

@media only screen and (max-width:600px) {
    header .top-bar {
        left: 35px
    }
}

@media only screen and (max-width:400px) {
    header .top-bar {
        left: 25px
    }
}

#intro {
    background: url(../images/intro-bg.jpg) center bottom no-repeat fixed #151515;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 720px;
    display: table;
    position: relative;
    text-align: center
}

.intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #111;
    opacity: .85
}

.intro-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transform: translateY(-2.1rem);
    -ms-transform: translateY(-2.1rem);
    transform: translateY(-2.1rem)
}

.intro-content h1 {
    color: #FFF;
    font-size: 8.4rem;
    line-height: 1.071;
    max-width: 900px;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5);
    margin: 0 auto .6rem
}

.intro-content .intro-position,
.intro-content h5 {
    text-shadow: 0 0 6px rgba(0, 0, 0, .2);
    text-transform: uppercase
}

.intro-content h5 {
    color: #cc005f;
    font-family: poppins-bold, sans-serif;
    font-size: 2.3rem;
    line-height: 1.565;
    margin-bottom: 0;
    letter-spacing: .3rem
}

.intro-content .intro-position {
    font-family: lora-regular, serif;
    font-size: 1.7rem;
    line-height: 2.4rem;
    letter-spacing: .2rem;
    color: #FFF
}

.intro-content .intro-position span::after,
.intro-content .intro-position span:first-child::before {
    content: "|";
    color: rgba(255, 255, 255, .3);
    display: inline-block;
    text-align: center
}

.intro-content .intro-position span {
    display: inline-block
}

.intro-content .intro-position span::after {
    padding: 0 8px 0 14px
}

.intro-content .intro-position span:first-child::before {
    padding: 0 14px 0 8px
}

.intro-content .button {
    color: #FFF !important;
    border-color: rgba(255, 255, 255, .3);
    height: 6rem !important;
    line-height: 5.4rem !important;
    padding: 0 3.5rem 0 3rem !important;
    margin-top: .6rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .25rem
}

.intro-content .button:focus,
.intro-content .button:hover {
    border-color: #cc005f
}

.intro-content .button::after {
    display: inline-block;
    /* content: "↓"; */
    font-family: fontAwesome;
    font-size: 1.6rem;
    line-height: inherit;
    text-align: center;
    position: relative;
    left: 1.2rem
}

.about-content .info-list li strong,
.about-content h3 {
    font-family: poppins-bold, sans-serif;
    text-transform: uppercase
}

.intro-social {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 7.2rem;
    font-size: 3.3rem;
    margin: 0;
    padding: 0
}

.intro-social li {
    display: inline-block;
    margin: 0 20px;
    padding: 0
}

.intro-social li a,
.intro-social li a:visited {
    color: #FFF
}

.intro-social li a:focus,
.intro-social li a:hover {
    color: #cc005f
}

@media only screen and (max-width:1024px) {
    .intro-content h1 {
        font-size: 7.6rem
    }

    .intro-social {
        font-size: 3rem
    }

    .intro-social li {
        margin: 0 15px
    }
}

@media only screen and (max-width:768px) {
    #intro {
        min-height: 660px
    }

    .intro-content h1 {
        font-size: 5.2rem
    }

    .intro-content h5 {
        font-size: 1.8rem
    }

    .intro-content .intro-position {
        font-size: 1.3rem
    }

    .intro-social {
        font-size: 2.5rem
    }

    .intro-social li {
        margin: 0 10px
    }
}

@media only screen and (max-width:600px) {
    #intro {
        min-height: 600px
    }

    .intro-content h1 {
        font-size: 4.6rem;
        margin-bottom: .6rem
    }

    .intro-content h5 {
        font-size: 1.5rem;
        margin-bottom: .3rem;
        letter-spacing: .2rem
    }

    .intro-content .intro-position {
        font-size: 1.2rem
    }

    .intro-content .intro-position span {
        padding: 0 .6rem
    }

    .intro-content .intro-position span::after,
    .intro-content .intro-position span::before {
        display: none !important
    }

    .intro-social {
        font-size: 2.4rem
    }
}

#about {
    background: #FFF;
    padding-top: 12rem;
    padding-bottom: 15rem
}

#about .section-intro {
    margin-bottom: 3rem
}

.intro-info {
    margin-top: 4.2rem;
    margin-right: -30px;
    margin-left: -30px
}

.intro-info img {
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    margin: 2rem 0 0;
    float: left
}

.intro-info .lead {
    text-align: justify;
    padding-left: 13rem
}

.about-content {
    position: relative;
    text-align: justify;
    max-width: 850px;
    margin-bottom: 3.6rem
}

#resume .resume-header,
.button-section {
    text-align: center
}

.about-content h3 {
    font-size: 1.8rem;
    letter-spacing: .25rem
}

.about-content .info-list {
    list-style: none;
    margin-left: 0
}

.about-content .info-list li {
    padding: 0 0 1.5rem;
    margin-bottom: .6rem
}

.about-content .info-list li strong {
    color: #313131;
    letter-spacing: .2rem;
    font-size: 1.5rem;
    line-height: 3rem
}

#portfolio .folio-types,
#resume .timeline-header p,
.about-content .info-list li span {
    font-family: poppins-regular, sans-serif
}

.about-content .info-list li span {
    display: block;
    color: #888;
    font-size: 1.5rem;
    line-height: 1
}

.about-content .skill-bars {
    margin-top: 6rem
}

.button-section .button {
    width: 250px
}

.button-section [class*=col-] .button:first-child {
    margin-right: 4rem
}

@media only screen and (max-width:1024px) {
    .intro-info {
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:768px) {
    .intro-info img {
        height: 7.8rem;
        width: 7.8rem
    }

    .intro-info .lead {
        padding-left: 11rem
    }

    .about-content h3 {
        text-align: center
    }

    .about-content .info-list,
    .about-content .skill-bars {
        margin-bottom: 4.2rem
    }

    .button-section .button {
        width: 100%;
        margin-bottom: 3rem
    }

    .button-section [class*=col-] .button:first-child {
        margin-right: 0
    }
}

@media only screen and (max-width:600px) {
    .intro-info {
        text-align: center;
        margin-top: 3rem
    }

    .intro-info img {
        height: 6.6rem;
        width: 6.6rem;
        float: none;
        display: inline-block
    }

    .intro-info .lead {
        padding-left: 0;
        text-align: center
    }
}

#resume {
    padding-top: 12rem;
    padding-bottom: 12rem
}

#resume .resume-header h2 {
    color: #F07
}

#resume .resume-timeline {
    max-width: 980px
}

#resume .timeline-wrap {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 6rem
}

#resume .timeline-wrap::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 35%;
    top: 0
}

#resume .timeline-block {
    position: relative;
    padding-top: 1.5rem
}

#resume .timeline-ico {
    height: 4.8rem;
    width: 4.8rem;
    line-height: 4.8rem;
    background: #313131;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 35%;
    top: .9rem;
    margin-left: -2.4rem
}

#resume .timeline-ico i {
    position: relative;
    font-size: 2rem;
    left: .05rem;
    top: .2rem
}

#resume .timeline-header {
    float: left;
    width: 35%;
    padding-right: 90px;
    text-align: right
}

#resume .timeline-header h3 {
    margin-bottom: 0
}

#resume .timeline-header p {
    font-size: 1.6rem;
    color: #888
}

#resume .timeline-content {
    margin-left: 35%;
    padding-left: 60px
}

#resume .timeline-content h4 {
    position: relative;
    padding-bottom: 1.8rem
}

#resume .timeline-content h4::after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    bottom: 0
}

@media only screen and (max-width:1024px) {
    #resume .timeline-header {
        padding-right: 50px
    }

    #resume .timeline-header h3 {
        font-size: 1.8rem
    }

    #resume .timeline-header p {
        font-size: 1.4rem
    }

    #resume .timeline-content {
        padding-left: 50px
    }
}

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

    #resume .timeline-ico,
    #resume .timeline-wrap::before {
        left: 2.4rem
    }

    #resume .timeline-header {
        float: none;
        width: auto;
        padding-right: 15px;
        text-align: left
    }

    #resume .timeline-header h3 {
        font-size: 2rem
    }

    #resume .timeline-header p {
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }

    #resume .timeline-content {
        margin: 0
    }

    #resume .timeline-content h4 {
        padding-bottom: 0;
        padding-top: 2.1rem;
        margin-bottom: .6rem;
        font-size: 1.7rem
    }

    #resume .timeline-content h4::after {
        bottom: auto;
        top: 0
    }

    #resume .timeline-content,
    #resume .timeline-header {
        padding-left: 7rem
    }
}

@media only screen and (max-width:480px) {
    #resume .resume-header h2 {
        font-size: 2.2rem
    }

    #resume .timeline-wrap::before {
        left: 1.8rem
    }

    #resume .timeline-ico {
        height: 3.6rem;
        width: 3.6rem;
        line-height: 3.6rem;
        left: 1.8rem;
        margin-left: -1.8rem;
        font-size: 1.5rem
    }

    #resume .timeline-content,
    #resume .timeline-header {
        padding-left: 5.5rem
    }
}

#portfolio {
    background: #FFF;
    padding-top: 12rem;
    padding-bottom: 12rem
}

#portfolio .folio-item {
    padding: 0;
    position: relative;
    overflow: hidden
}

#portfolio .folio-item img {
    vertical-align: middle;
    transition: all .5s ease-in-out
}

#portfolio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    transition: all .5s ease-in-out
}

.popup-modal,
.popup-modal .media,
.section-ads h2 {
    position: relative
}

#portfolio .folio-item-table {
    display: table;
    width: 100%;
    height: 100%
}

#portfolio .folio-item-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    left: -100%
}

#portfolio .folio-title {
    color: #FFF;
    font-size: 3.3rem;
    padding: 0 3rem;
    margin-bottom: 0
}

#portfolio .folio-types {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    color: rgba(255, 255, 255, .6)
}

#portfolio .folio-item:hover .overlay {
    background: rgba(0, 0, 0, .8)
}

#portfolio .folio-item:hover .folio-item-cell {
    left: 0
}

#portfolio .folio-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media only screen and (max-width:1024px) {
    #portfolio .folio-title {
        font-size: 3.1rem
    }
}

@media only screen and (max-width:768px) {
    #portfolio .folio-title {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:400px) {
    #portfolio .folio-title {
        font-size: 2.2rem
    }
}

.popup-modal {
    max-width: 550px;
    background: #FFF;
    margin: 0 auto
}

.popup-modal img {
    vertical-align: bottom
}

.popup-modal .description-box {
    padding: 1.8rem 3.6rem 3rem
}

.popup-modal .description-box h4 {
    font-family: poppins-bold, sans-serif;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: .6rem
}

.popup-modal .description-box p {
    font-family: poppins-regular, sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 12px
}

.popup-modal .categories,
.popup-modal .link-box a {
    font-family: poppins-bold, sans-serif;
    text-transform: uppercase;
    display: block
}

.popup-modal .categories {
    font-size: 1.1rem;
    line-height: 1.8rem;
    letter-spacing: .1rem;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

#cta,
#stats,
#submit-loader,
.contact-info,
.owl-pagination,
.s-loader,
.services-list {
    text-align: center
}

.popup-modal .link-box {
    width: 100%;
    overflow: hidden;
    background: #000
}

.popup-modal .link-box a {
    font-size: 1.2rem;
    line-height: 6rem;
    color: #FFF;
    letter-spacing: 3px;
    cursor: pointer;
    text-align: center;
    float: left;
    width: 50%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.popup-modal .link-box a:first-child {
    border-right: 1px solid rgba(200, 200, 200, .1)
}

.popup-modal .link-box a:hover {
    background: #cc005f;
    border: none
}

@media only screen and (max-width:600px) {
    .popup-modal {
        width: auto;
        margin: 0 20px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .3s ease-in-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .9
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .3s ease-in-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

#cta {
    padding-top: 10.2rem;
    padding-bottom: 9rem
}

#cta p.lead {
    color: #6e6e6e
}

.cta-content {
    max-width: 640px
}

.cta-thumb {
    display: inline-block;
    margin-bottom: 1.2rem
}

.cta-thumb img {
    height: 7.8rem;
    width: 7.8rem;
    border-radius: 50%
}

.section-ads h2 {
    padding-bottom: 2.1rem
}

.section-ads h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px
}

.owl-theme .owl-controls .owl-page,
.services-list .icon {
    display: inline-block
}

.section-ads h2 a,
.section-ads h2 a:visited {
    color: #313131
}

.section-ads span {
    color: #3F0D39
}

#services,
#services .section-intro h1 {
    color: #fff
}

@media only screen and (max-width:650px) {
    .cta-content {
        max-width: 650px
    }

    .cta-content h2 {
        font-size: 2.4rem
    }
}

#services {
    background: url(../images/bg.jpg) center no-repeat #313131;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 12rem;
    position: relative
}

#services .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    opacity: .9
}

#services .section-intro {
    margin-bottom: 1.8rem
}

#services .section-intro h5 {
    color: #F07
}

#services .section-intro p {
    color: rgba(255, 255, 255, .7)
}

.services-content {
    max-width: 1200px
}

.services-list {
    margin-top: 1.2rem
}

.services-list .service {
    margin-bottom: 1.2rem;
    padding: 0 30px
}

.services-list .icon {
    margin-bottom: 2.1rem
}

.services-list .icon i {
    font-size: 5.4rem;
    color: #F07
}

.services-list h3 {
    color: #FFF
}

.services-list .desc {
    color: rgba(255, 255, 255, .6)
}

.owl-pagination {
    width: 100%;
    margin: .6rem 0 0
}

.owl-theme .owl-controls .owl-page span {
    width: 1.2rem;
    height: 1.2rem;
    margin: 1.2rem .8rem 0;
    border-radius: 50%;
    display: inline-block;
    background: #FFF
}

.owl-theme .owl-controls .owl-page.active span {
    background: #F07
}

#stats {
    background: #990047;
    padding-top: 7.2rem;
    padding-bottom: 6rem
}

#stats .row {
    max-width: 1440px
}

#stats .stat {
    border-left: 1px solid rgba(255, 255, 255, .12);
    min-height: 17.4rem
}

#stats .stat:first-child {
    border: none
}

#stats .icon-part i {
    font-size: 4.8rem;
    color: #000
}

#stats .stat-count {
    font-size: 3.6rem;
    margin-top: 1.2rem;
    margin-bottom: 0;
    font-family: poppins-medium, sans-serif;
    color: #fff
}

#contact form .form-field label,
#submit-loader .text-loader {
    font-family: poppins-bold, sans-serif;
    text-transform: uppercase
}

#stats .stat-title {
    color: rgba(255, 255, 255, .5)
}

@media only screen and (max-width:1024px) {
    #stats .stat:nth-child(n) {
        border-left: 1px solid rgba(255, 255, 255, .12);
        padding-bottom: 1.5rem
    }

    #stats .stat:nth-child(3n+1) {
        border: none
    }
}

@media only screen and (max-width:768px) {
    #stats .stat:nth-child(n) {
        border-left: 1px solid rgba(255, 255, 255, .12)
    }

    #stats .stat:nth-child(2n+1) {
        border: none
    }
}

@media only screen and (max-width:600px) {
    #stats .stat:nth-child(n) {
        border: none
    }
}

#contact {
    background: #151515;
    padding-top: 12rem;
    padding-bottom: 7.2rem
}

#contact .section-intro h1 {
    color: #fff
}

#contact .section-intro h5 {
    color: #F07
}

#contact .section-intro p {
    color: rgba(255, 255, 255, .7)
}

.contact-form {
    max-width: 740px
}

.contact-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

.contact-form :-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

.contact-form ::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

.contact-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

.contact-form .placeholder {
    color: rgba(255, 255, 255, .3) !important
}

#contact form {
    margin-top: 0;
    margin-bottom: 3rem
}

#contact form .form-field {
    position: relative
}

#contact form .form-field:after,
#contact form .form-field:before {
    content: "";
    display: table
}

#contact form .form-field label {
    font-size: 1.1rem;
    line-height: 2.4rem;
    position: absolute;
    bottom: -1.2rem;
    right: .6rem;
    letter-spacing: .1rem;
    padding: 0 2rem;
    margin: 0;
    color: #FFF;
    background: #F07
}

#contact form .form-field label::after {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #F07;
    content: ""
}

#contact input[type=email],
#contact input[type=text],
#contact input[type=password],
#contact textarea {
    width: 100%;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#contact input[type=email],
#contact input[type=text],
#contact input[type=password] {
    height: 6.6rem;
    padding: 1.8rem 2rem
}

#contact input[type=email]:focus,
#contact input[type=text]:focus,
#contact input[type=password]:focus,
#contact textarea:focus {
    border-color: #F07;
    color: #FFF
}

#contact textarea {
    min-height: 20rem;
    padding: 1.8rem 2rem
}

#contact button.submitform {
    font-size: 1.5rem;
    display: block;
    letter-spacing: .2rem;
    height: 6.6rem;
    line-height: 6.6rem;
    padding: 0 3rem;
    margin-top: 4.8rem;
    width: 100%;
    background: #F07;
    color: #FFF
}

#contact button.submitform:focus,
#contact button.submitform:hover {
    background: #cc005f
}

#message-success,
#message-warning {
    display: none;
    background: #0d0d0d;
    border-radius: 3px;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%
}

#message-warning {
    color: #fa0003
}

#message-success {
    color: #F07
}

#message-success i,
#message-warning i {
    margin-right: 10px
}

#submit-loader {
    display: none;
    position: relative;
    left: 0;
    top: 1.8rem;
    width: 100%
}

#submit-loader .text-loader {
    display: none;
    color: #FFF;
    letter-spacing: .3rem
}

.contact-info,
footer {
    font-family: poppins-regular, sans-serif
}

.oldie #submit-loader .s-loader {
    display: none
}

.oldie #submit-loader .text-loader {
    display: block
}

.s-loader>div,
footer .copyright span,
footer .footer-social,
footer .footer-social li {
    display: inline-block
}

.contact-info {
    margin: 4.8rem auto 0;
    font-size: 1.5rem
}

.contact-info .collapse {
    padding: 0
}

.contact-info .icon {
    margin-bottom: 2.1rem
}

.contact-info .icon i {
    font-size: 4.2rem;
    color: #FFF
}

.contact-info h5,
footer a:focus,
footer a:hover {
    color: #F07
}

.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    -webkit-transform: translateX(.45rem);
    -ms-transform: translateX(.45rem);
    transform: translateX(.45rem)
}

.s-loader>div {
    width: 1rem;
    height: 1rem;
    background-color: #FFF;
    border-radius: 100%;
    margin-right: .9rem;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.s-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.s-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

footer {
    padding-bottom: 3rem;
    font-size: 1.4rem
}

footer a,
footer a:visited {
    color: #FFF
}

footer .row {
    max-width: 900px
}

footer .social {
    text-align: right
}

footer .footer-social {
    font-size: 2.1rem;
    margin: 0;
    padding: 0;
    position: relative;
    top: -.3rem
}

footer .footer-social li {
    margin: 0 12px;
    padding: 0
}

footer .footer-social li a {
    color: #FFF
}

footer .copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, .1)
}

footer .copyright span:last-child::after {
    display: none
}

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

    footer,
    footer .social {
        text-align: center
    }

    footer .social {
        display: block;
        width: 100%;
        margin-bottom: 1.5rem
    }

    footer .copyright span {
        display: block
    }

    footer .copyright span::after {
        display: none
    }
}

#go-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 600;
    display: none
}

#go-top a {
    text-decoration: none;
    border: 0;
    display: block;
    height: 6.6rem;
    width: 6rem;
    line-height: 6.6rem;
    background: #cc005f;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#go-top a i {
    font-size: 1.6rem;
    line-height: inherit
}

#go-top a:hover {
    background: #000
}