body {
    background: #f1ede8 url(../img/noise.png);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px
}
body a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
#main {
    min-height: 520px;
    padding-top: 40px;
    background-image: url(../img/main-bg.png), url(../img/main-bg.png);
    background-repeat: repeat-x, repeat-x;
    background-position: bottom left, top left
}
header,
footer {
    background: #1b1b28
}
.header-box {
    float: left;
    line-height: 0;
    text-align: center
}
@media screen and (max-width : 600px) {
    .header-box {
        width: 100%
    }
}
#logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block
}
@media screen and (min-width : 600px) {
    #logo {
        width: 270px;
        height: 56px;
        background-image: url("../img/logo/logo.png");
        background-size: 270px 56px
    }
}
@media only screen and (min-width : 600px) and (-webkit-min-device-pixel-ratio : 2), only screen and (min-width : 600px) and (min-resolution : 192dpi) {
    #logo {
        background-image: url("../img/logo/logo@2x.png");
        background-size: 270px 56px
    }
}
@media screen and (max-width : 600px) {
    #logo {
        width: 294px;
        height: 61px;
        background-image: url("../img/logo/logo-mob.png");
        background-size: 294px 61px
    }
}
@media only screen and (max-width : 600px) and (-webkit-min-device-pixel-ratio : 2), only screen and (max-width : 600px) and (min-resolution : 192dpi) {
    #logo {
        background-image: url("../img/logo/logo-mob@2x.png");
        background-size: 294px 61px
    }
}
#logo-img {
    float: left
}
#logo-name {
    float: left;
    margin-left: 12px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #f8f5f2
}
#nav-box {
    float: right
}
#nav {
    text-decoration: none;
    display: inline-block
}
#nav li {
    margin: 0 10px;
    float: left;
    position: relative
}
#nav li a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #dcd2be;
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 50px;
    border-color: transparent;
    border-style: solid;
    border-top-width: 5px;
    transition: none
}
@media screen and (max-width : 600px) {
    #nav li a {
        border-top-width: 0;
        border-bottom-width: 5px;
        line-height: 30px
    }
}
#nav li a:hover {
    border-color: #195B9C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
#nav li:last-child {
    margin-right: 0
}
@media screen and (max-width : 600px) {
    #nav li:last-child {
        margin-right: 10px
    }
}
#nav .current-menu-item a {
    border-color: #39f;
    color: #f8f5f2
}
.footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    text-align: center

}
.footer-social-icons {
    float: right;
    text-align: center
}
.footer-contact {
    float: left;
    text-align: center
}
.footer-box {
    float: left;
    line-height: 0;
    text-align: center
  }
#contact-box {
    float: left;
    text-align: center
}
#contact {
    text-decoration: none;
    display: inline-block;
        text-align: center
}
#contact
li {
    margin: 0 10px;
    float: left;
    position: relative;
        text-align: center
}
#contact li a {
    font-family: Arial,
sans-serif;
    font-size: 14px;
    color: #dcd2be;
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 50px;
    border-color: transparent;
    border-style: solid;
    border-top-width: 5px;
    transition: none
}
@media
 screen and (max-width : 600px) {
    #contact li a {
        border-top-width: 0;
        border-bottom-width: 5px;
        line-height: 30px
    }
}
#contact li
a:hover {
    border-color: #195B9C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s
 ease;
    transition: all 0.3s ease
}
#contact li:first-line {
    margin-left: 0px
}
@media screen and (max-width : 600px) {
    #contact
li:first-line {
        margin-left: 0px
    }
}
#contact .current-menu-item
a {
    border-color: #39f;
    color: #f8f5f2
}
.wrapper {
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
    position: relative;
    box-sizing: border-box
}
@media screen and (max-width : 950px) {
    .wrapper {
        padding-left: 4%;
        padding-right: 4%
    }
}
.cf:after {
    clear: both
}
.cf:after {
    content: "";
    display: table
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
h2,
h3 {
    font-family: 'Marcellus', sans-serif
}
ul {
    list-style: none
}
div {
    display: block
}
a {
    text-decoration: none;
    color: #39f
}
#tag-filters {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #999;
    margin-bottom: 20px
}
#tag-filters li {
    display: inline-block;
    margin-bottom: 0
}
#tag-filters li a {
    color: #444;
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    margin-bottom: 0px;
    border-bottom: 2px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}
#tag-filters li a:hover {
    border-bottom: 2px solid #999
}
#tag-filters li.selected a {
    border-bottom: 2px solid #444
}
@media screen and (max-width : 790px) {
    #tag-filters {
        text-align: left;
        border-bottom: none;
        height: 32px
    }
    #tag-filters li {
        width: 92%;
        position: absolute;
        top: 0;
        border-bottom: 1px solid #999;
        background: #f1ede8 url(../img/noise.png);
        display: block;
        height: 31px;
        line-height: 14px;
        font-size: 14px;
        z-index: 10
    }
    #tag-filters li a {
        padding-top: 10px
    }
    #tag-filters li.selected {
        z-index: 100
    }
    #tag-filters li.empty-tag {
        line-height: 0;
        z-index: 1000
    }
    #tag-filters li.empty-tag a {
        height: 14px
    }
    #tag-filters li.empty-tag a:hover {
        border-bottom: 2px solid transparent
    }
    #tag-filters li.empty-tag i {
        margin: 10px;
        margin-top: 12px;
        margin-bottom: 7px;
        float: right;
        width: 10px;
        height: 10px;
        background-image: url("../img/icons/triangle-left.png");
        background-size: 10px 10px
    }
}
@media only screen and (max-width : 790px) and (-webkit-min-device-pixel-ratio : 2), only screen and (max-width : 790px) and (min-resolution : 192dpi) {
    #tag-filters li.empty-tag i {
        background-image: url("../img/icons/triangle-left@2x.png");
        background-size: 10px 10px
    }
}
@media screen and (max-width : 790px) {
    #tag-filters li.no-back {
        background: none
    }
}
@media screen and (max-width : 790px) and (max-width : 600px) {
    #tag-filters {
        width: 293.55px;
        margin-left: auto;
        margin-right: auto
    }
    #tag-filters li {
        width: 293.55px
    }
}
@media screen and (max-width : 790px) {
    #tag-filters.taglist-open {
        height: 288px
    }
    #tag-filters.taglist-open li.empty-tag i {
        background-image: url("../img/icons/triangle-down.png");
        background-size: 10px 10px
    }
}
@media only screen and (max-width : 790px) and (-webkit-min-device-pixel-ratio : 2), only screen and (max-width : 790px) and (min-resolution : 192dpi) {
    #tag-filters.taglist-open li.empty-tag i {
        background-image: url("../img/icons/triangle-down@2x.png");
        background-size: 10px 10px
    }
}
@media screen and (max-width : 790px) {
    #tag-filters.taglist-open li:nth-child(2) {
        top: 32px;
        z-index: 18
    }
    #tag-filters.taglist-open li:nth-child(3) {
        top: 64px;
        z-index: 17
    }
    #tag-filters.taglist-open li:nth-child(4) {
        top: 96px;
        z-index: 16
    }
    #tag-filters.taglist-open li:nth-child(5) {
        top: 128px;
        z-index: 15
    }
    #tag-filters.taglist-open li:nth-child(6) {
        top: 160px;
        z-index: 14
    }
    #tag-filters.taglist-open li:nth-child(7) {
        top: 192px;
        z-index: 13
    }
    #tag-filters.taglist-open li:nth-child(8) {
        top: 224px;
        z-index: 12
    }
    #tag-filters.taglist-open li:nth-child(9) {
        top: 256px;
        z-index: 11
    }
}
#resume-content {
    max-width: 940px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
    padding: 5%;
    padding-top: 50px;
    padding-bottom: 80px;
    box-sizing: border-box;
    background: #f8f5f2;
    font-size: 16px;
    font-family: 'Marcellus', sans-serif;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2)
}
#resume-content h2,
#resume-content h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase
}
#resume-summary {
    margin-right: 120px
}
#resume-summary h2 {
    margin-bottom: 5px
}
.resume-cat {
    margin-top: 40px
}
.resume-cat h3 {
    color: #39f
}
.resume-cat ul {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 120px;
    list-style: initial
}
.resume-job {
    margin-top: 20px
}
.resume-job .job-title {
    margin-top: 10px;
    font-size: 20px;
    float: left;
    color: #39f
}
.resume-job .job-employer {
    margin-top: 10px;
    font-size: 20px;
    float: left
}
.resume-job .job-employer h4 {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 5px
}
.resume-job .job-employer h5 {
    display: inline-block
}
.resume-job .job-timeframe {
    margin-top: 10px;
    float: right
}
.resume-job .job-des {
    margin-right: 150px;
    clear: both
}
.resume-job .job-des ul {
    margin-left: 40px
}
.resume-job:first-of-type {
    margin-top: 0px
}
@media screen and (max-width : 790px) {
    #tag-filters {
        display: none
    }
}
@media screen and (max-width : 700px) {
    #resume-content {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 12px;
        margin-bottom: 30px
    }
    #resume-content h2,
    #resume-content h3 {
        font-size: 20px
    }
    #resume-summary {
        margin-right: 50px
    }
    .resume-cat {
        margin-top: 20px
    }
    .resume-cat ul {
        margin-right: 50px
    }
    .resume-job {
        margin-top: 10px
    }
    .resume-job .job-title {
        margin-top: 5px;
        font-size: 16px
    }
    .resume-job .job-employer {
        margin-top: 5px;
        font-size: 14px
    }
    .resume-job .job-employer h4 {
        width: 100%;
        font-size: 16px
    }
    .resume-job .job-employer h5 {
        font-size: 11px;
        font-style: italic
    }
    .resume-job .job-timeframe {
        margin-top: 5px
    }
    .resume-job .job-des {
        margin-right: 50px
    }
    .resume-job .job-des ul {
        margin-left: 20px
    }
}
