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

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: none
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

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

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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
}

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

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

.clearfix, .group {
    zoom: 1
}

.clearfix:before, .clearfix:after, .group:before, .group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after, .group:after {
    clear: both
}

.container {
    margin: 0 auto
}

.container>*:not(.full-width) {
    max-width: 750px;
    margin: 0 auto;
    padding: 30px
}

.container .extended {
    padding: 30px 0
}

.full-width {
    max-width: 100%;
    width: 100%;
    position: relative
}

.full-width img {
    width: 100%;
    height: inherit
}

.full-width .row {
    max-width: 750px;
    padding: 30px
}

.row {
    max-width: 775px;
    margin: 0 auto;
    padding: 25px 40px;
    clear: both;
    overflow: hidden;
    position: relative
}

.span3 {
    width: 47%;
    margin: 0 3%;
    float: left
}

.span2 {
    width: 29%;
    margin: 0 3.2%;
    float: left
}

.span1 {
    width: 12%;
    float: left;
    margin: 0 2.8%
}

@media screen and (max-width: 640px) {
    .span {
        float: none;
        width: 100%;
        margin: 0
    }
}

.l0 {
    margin-left: 0
}

@media screen and (min-width: 640px) {
    * .span:first-child {
        margin-left: 0
    }
    * .span:last-child {
        margin-right: 0
    }
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    color: #666
}

blockquote {
    border-left: 2px solid #2780D2;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 20px;
    padding-left: 25px
}

h1, h2, h3, h4, h5 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

h1 {
    font-size: 68px;
    font-style: normal;
    margin: 0;
    font-weight: 300;
    color: #000
}

h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000
}

h3 {
    font-size: 42px;
    font-style: normal;
    font-weight: 100;
    margin: 0;
    color: #000
}

h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    color: #000
}

h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    color: #000
}

p {
    margin: 0 0 20px
}

a {
    color: #2780D2;
    text-decoration: none;
    outline-style: none;
    outline: none;
    -webkit-transition: color ease .3s;
    -moz-transition: color ease .3s;
    -ms-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

a:hover, a:focus {
    text-decoration: none;
    color: #1b5991
}

@media screen and (max-width: 640px) {
    body {
        font-size: 14px
    }
    h1, h2, h3, h4, h5 {
        margin-bottom: 10px
    }
    h1 {
        font-size: 43px
    }
    h2 {
        font-size: 30px
    }
    h3 {
        font-size: 27px
    }
    h4, h5, p, ul, ol {
        font-size: 14px
    }
}

.dark {
    background: #2c2c2c
}

.dark * {
    color: #aaa
}

.dark h1, .dark h2, .dark h3 {
    color: #FFF
}

label[for="nav-toggle"], #nav-toggle {
    display: none
}

@media screen and (max-width: 640px) {
    label[for="nav-toggle"] {
        display: block;
        position: absolute;
        top: 35px;
        right: 40px;
        padding: 2px 10px 4px 10px;
        font-size: 1.5rem;
        background: #2780D2;
        color: #fff
    }
    nav {
        max-height: 0;
        margin-top: 0;
        overflow: hidden;
        transition: all .3s ease
    }
    #nav-toggle:checked ~ nav {
        max-height: 999px;
        margin-top: 40px
    }
}

.logo h1, .logo h4 {
    display: inline-block;
    margin: 0
}

.logo h1 {
    font-size: 1.8rem
}

.logo h4 {
    font-size: .8rem
}

.footer p {
    margin-bottom: 0
}

nav {
    text-align: right;
    font-weight: 300
}

nav a {
    display: inline-block;
    padding: 10px;
    line-height: 2rem
}

@media screen and (max-width: 640px) {
    nav {
        text-align: left
    }
    nav a {
        display: block;
        font-size: 1.5rem;
        padding-left: 0
    }
}

* {
    box-sizing: border-box
}

.clear {
    clear: both
}

.clear:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

img, video, audio, iframe, object {
    max-width: 100%
}

.row img {
    min-width: 100%
}

.title {
    line-height: 0
}

.title h4 {
    color: #666
}

.title .head {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15%;
    margin: 0;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    width: 100%;
    line-height: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 640px) {
    .title .head {
        padding-top: 10%
    }
}

.title .head h2 {
    color: #FFF;
    margin-bottom: 0
}

.portfolio-list {
    padding-top: 40px
}

.portfolio-item {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 40px
}

.portfolio-item h4 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 120px;
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    -ms-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s
}

.portfolio-item:hover h4 {
    opacity: 1
}

.skills {
    border: 2px solid #fff;
    padding: 10px 20px
}

.skills table {
    width: 100%;
    border-collapse: collapse
}

.skills tr, .skills thead {
    border-bottom: 2px solid #fff;
    height: 40px
}

.skills tr:last-child, .skills thead:last-child {
    border-bottom: none
}

.skills td:nth-child(2n+1), .skills th:nth-child(2n+1) {
    text-align: left;
    color: #fff
}

.skills td:nth-child(2n), .skills th:nth-child(2n) {
    text-align: right
}

.swiper-container {
    margin: 0 auto;
    height: auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.swiper-pagination {
    height: 20px;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination-switch {
    width: 8px;
    height: 8px;
    margin: 3px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.2
}

.swiper-active-switch {
    opacity: 1
}

.swiper-container {
    margin-bottom: 20px
}

.swiper-slide {
    width: 100%;
    height: 100%
}

.swiper-slide img {
    width: auto;
    height: auto
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    bottom: 40%;
    padding: 20px;
    font-size: 2.5rem;
    z-index: 10;
    cursor: pointer;
    text-shadow: 0 0 5px #000
}

.swiper-button-prev, .swiper-button-next {
    opacity: 0;
    transition: .3s;
}

.swiper-container:hover > *{
    opacity: 1;
}

.center{
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 640px) {
    body {
        overflow-x: hidden
    }
}

@media print {
    header, nav, footer {
        display: none
    }
    img {
        max-width: 500px
    }
    body {
        font: 14pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3
    }
}