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

/* Admin menu hide */
html body.admin-menu {
    margin-top: 0 !important;
}

#admin-menu {
    display: none;
    box-shadow: 0 -10px 4px 10px black;
}

#admin-collapse {
    content: ' ';
    background: url("../images/arrows.png") left top no-repeat;
    height: 17px;
    width: 37px;
    margin-left: -18px;
    position: fixed;
    top: 5px;
    left: 50%;
    cursor: pointer;
    z-index: 999;
}

#admin-collapse:hover {
    background-position: left bottom;
}

#admin-collapse.open {
    background-position: right top;
}

#admin-collapse.open:hover {
    background-position: right bottom;
}

/* General */
body {
    font-family: "anisette-petite", sans-serif;
    overflow-y: scroll;
    position: relative;
}

h2 {
    font-family: "mgl", 'Open Sans', sans-serif;
}

h3 span {
    font-weight: normal;
    font-size: 0.8em;
    margin-left: 0.5em;
}

a {
    transition: color 0.2s ease-out;
}

.inline {
    padding: 0 0 0 1rem;
    position: relative;
    top: 0.45rem;
}

/* Foundation overrides */
.hide {
    display: none !important
}

.top-bar.expanded .title-area,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: transparent;
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: 0;
    font-size: 34px;
    text-shadow: 1px 1px 1px #ccc;
}

.top-bar.expanded .toggle-topbar a {
    color: #a3e1ed;
}

.top-bar .toggle-topbar a:hover {
    color: #64cce1;
}

.expanded .top-bar-section {
    background: #bde5ef;
    overflow: hidden;
    -webkit-transition: all 0.3s 0 ease-in-out;
    -moz-transition: all 0.3s 0 ease-in-out;
    -o-transition: all 0.3s 0 ease-in-out;
    transition: all 0.3s 0 ease-in-out;
    padding: 10px 0;
}

.expanded .top-bar-section:before {
    width: 100%;
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    z-index: 1;
    border-radius: 520px / 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

section.content {
    background: #f5fdff;
    position: relative;
    padding: 2em 0;
    border-top: 6px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 2px 0px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 2px 0px rgba(255, 255, 255, 0.8);
    -ms-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 2px 0px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 2px 0px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 2px 0px rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

section.content:after {
    width: 100%;
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    border-radius: 520px / 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.container {
    position: relative;
    width: 100%;
    padding: 1em;
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
    max-height: 0;
    overflow: hidden;
}

.loaded .container {
    opacity: 1;
    -webkit-transform: translateY(0);
    max-height: 9000px;
    overflow: hidden;
    -webkit-transition: all 0.5s 0.8s ease-in-out;
    -moz-transition: all 0.5s 0.8s ease-in-out;
    -o-transition: all 0.5s 0.8s ease-in-out;
    transition: all 0.5s 0.8s ease-in-out;
}

.row {
    position: relative;
}

#secondary-menu {
    padding: 0.1em 1em;
    position: fixed;
    right: 0;
    display: none;
    overflow: hidden;
    text-transform: lowercase;
    z-index: 99;
    box-shadow: 0 0 4px 1px #a1a1a1;
    -moz-box-shadow: 0 0 4px 1px #a1a1a1;
}

#secondary-menu h2 {
    font-size: 1.3em;
    margin-bottom: 0;
}

#secondary-menu .form-item, #secondary-menu .form-actions {
    margin: 0;
}

#secondary-menu li {
    list-style: none;
    margin-left: 0;
}

#toggle-login {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
    color: #fff;
    text-shadow: 1px 1px 1px #cccccc;
    filter: dropshadow(color=#cccccc, offx=1, offy=1);
}

.progress {
    height: .8625em;
}

.progress .meter {
    background: #c6eef5;
}

/* Home Slider */
.section-image {
    overflow: hidden;
    text-align: center;
    background: url("../static/images/tilebg.jpg") repeat-x;
    box-shadow: 0 0 4px 1px #a1a1a1;
    -moz-box-shadow: 0 0 4px 1px #a1a1a1;
    margin-top: 3px;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s 0.3s ease-in-out;
    -moz-transition: all 0.5s 0.3s ease-in-out;
    -o-transition: all 0.5s 0.3s ease-in-out;
    transition: all 0.5s 0.3s ease-in-out;
}

.loaded .section-image {
    max-height: 500px;
    opacity: 1;
}

.section-image .banner {
    display: inline-block;
    color: #fff;
    line-height: 1em;
    font-family: "mgl", 'Open Sans', sans-serif;
    font-size: 6.25rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #888;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section-image .banner b {
    display: inline-block;
}

.section-image .banner i {
    font-family: 'Exo', 'Open Sans', sans-serif;
    display: inline-block;
    font-style: normal;
    margin: 0.2em 0;
    position: relative;
    opacity: 0;
    left: -40px;
    -webkit-transition: all 0.5s 0.7s ease-in-out;
    -moz-transition: all 0.5s 0.7s ease-in-out;
    -o-transition: all 0.5s 0.7s ease-in-out;
    transition: all 0.5s 0.7s ease-in-out;
}

.loaded .section-image .banner i {
    opacity: 1;
    left: 0;
}

.section-image .banner > span {
    margin-bottom: 1em;
}

.section-image .banner span {
    display: block;
    font-size: 70%;
    line-height: 1.1em;
}

.section-image .banner span span {
    font-weight: 600;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s 1s ease-in-out;
    -moz-transition: all 0.3s 1s ease-in-out;
    -o-transition: all 0.3s 1s ease-in-out;
    transition: all 0.3s 1s ease-in-out;
}

.section-image .banner span span:first-child {
    float: left;
    left: -40px;
}

.section-image .banner span span:last-child {
    float: right;
    left: 40px;
}

.loaded .section-image .banner span span {
    opacity: 1;
    left: 0;
    right: 0;
}

.slink {
    position: relative;
    top: -68px;
}

/* Home */
.home-intro {
    margin-top: 1em;
}

.intro img {
    background: #d9ede0;
    padding: 7px;
    border: 2px solid #ccc;
    width: 30%;
    border-radius: 70px;
    float: left;
    margin: 0.45em 1em 0em 0;
}

.p-top {
    padding-top: 1em;
}

.p-bottom {
    padding-bottom: 1em;
}

.p-y {
    padding-top: 2em;
    padding-bottom: 2em;
}

/*about */
.location {
    position: relative;
    text-align: center;
}

.location .cali-map {
    display: inline-block;
    margin-right: -230px;
}

.location > span {
    margin-top: 100px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.location i {
    display: block;
    font-family: 'mgl';
    font-weight: bold;
    font-style: normal;
    color: #c6eef5;
    vertical-align: top;
    text-shadow: 1px 1px 2px #888;
}

.location > span > i:nth-of-type(1) {
    font-size: 89px;
    line-height: 79px;
    float: left;
    margin-right: 2px;
}

.location span span {
    float: right;
}

.location span span i:nth-of-type(1) {
    font-size: 50px;
}

.location span span i:nth-of-type(2) {
    font-size: 25px;
    /*color: #dbf1e3;*/
    color: #ffffff;
}

/* Portfolio */
.portfolio-grid .th {
    width: 100%;
    border: 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.portfolio-grid .th:hover {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.portfolio-grid .th img {
    width: 100%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #ddd;
}

.portfolio-grid .th > div {
    display: block;
    position: absolute;
    bottom: -2em;
    left: 0;
    margin: 0 10%;
    width: 80%;
    background: #dce3e5;
    border: 1px solid #ccc;
    padding: 3px 4px 4px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s 0 ease-in-out;
    -moz-transition: all 0.3s 0 ease-in-out;
    -o-transition: all 0.3s 0 ease-in-out;
    transition: all 0.3s 0 ease-in-out;
}

.portfolio-grid .th.show > div {
    bottom: -4em;
}

.portfolio-grid .th > div > div {
    display: block;
    background: #fff;
    padding: 6px;
    overflow: hidden;
    -moz-box-shadow: inset 5px 5px 10px -6px #555;
    -webkit-box-shadow: inset 5px 5px 10px -6px #555;
    box-shadow: inset 5px 5px 10px -6px #555;
}

.portfolio-grid .th > div > div h3 {
    margin: 0;
    font-weight: normal;
    color: #85d7e7;
    font-family: "mgl", 'Open Sans', sans-serif;
}

.portfolio-grid .th div div p {
    position: relative;
    margin: 0;
    color: #222222;
    text-align: left;
    display: block;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s 0 ease-in-out;
    -moz-transition: all 0.3s 0 ease-in-out;
    -o-transition: all 0.3s 0 ease-in-out;
    transition: all 0.3s 0 ease-in-out;
}

.portfolio-grid .th.show div div p {
    max-height: 120px;
    opacity: 1;
}

.portfolio-grid .th div div span {
    position: relative;
    color: #24a2bb;
    text-align: right;
    display: block;
    padding-top: 5px;
    padding-right: 5px;
    opacity: 0;
    left: -20px;
    -webkit-transition: all 0.25s 0.15s ease-in-out;
    -moz-transition: all 0.25s 0.15s ease-in-out;
    -o-transition: all 0.25s 0.15s ease-in-out;
    transition: all 0.25s 0.15s ease-in-out;
}

.portfolio-grid .th.show div div span {
    opacity: 1;
    left: 0;
}

.portfolio-grid .th div div small {
    margin-top: 8px;
    padding-top: 4px;
    display: block;
    border-top: 1px solid #EFEFEF;
}

.portfolio .panel p {
    font-size: 1em;
}

#work-portfolio-module, #personal-portfolio-module {
    width: 100%;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: -10%;
    z-index: 999;
    -webkit-transition: all 0.3s 0 ease-in-out;
    -moz-transition: all 0.3s 0 ease-in-out;
    -o-transition: all 0.3s 0 ease-in-out;
    transition: all 0.3s 0 ease-in-out;
    right: 50%;
    margin-right: -45%;
    width: 90%;
}

#work-portfolio-module.on, #personal-portfolio-module.on {
    pointer-events: auto;
    opacity: 1;
    top: 5%;
}

#personal-portfolio {
    padding-bottom: 2em;
}

.overlay {
    display: block;
    height: 101%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 98;
    background: #000;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
    pointer-events: none;
    clear: both;
}

.overlay.contact {
    cursor: pointer;
}

.ztop {
    z-index: 99 !important;
}

#contact-form {
    text-align: center;
}

#contact-form .overlay {
    pointer-events: auto;
}

#contact-form section {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.reveal-modal {
    padding: 100px;
    border: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#more-work div {
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s 0 ease-in-out;
    -moz-transition: all 0.3s 0 ease-in-out;
    -o-transition: all 0.3s 0 ease-in-out;
    transition: all 0.3s 0 ease-in-out;
}

#more-work div.show {
    max-height: 1000px;
    opacity: 1;
}

/*zurb old */
footer {
    padding: 1.5em 1em;
    background: #dce3e5;
    position: relative;
    border: 1px solid #ccc;
}

footer .inline-list {
    display: inline-block;
}

footer .social.inline-list li {
    margin-left: 1em;
}

/* Header */
header {
    width: 100%;
    border-top: 1px solid #fff;
    position: fixed;
    top: 0;
    z-index: 100;
}

header:before {
    content: ' ';
    width: 100%;
    height: 65px;
    position: absolute;
    background: #eaf4f7;
}

header:after {
    width: 100%;
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 520px / 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

header, header:before, header:after, section.content, footer {
    opacity: 0;
    -webkit-transition: all 0.3s 0 ease-in-out;
    -moz-transition: all 0.3s 0 ease-in-out;
    -o-transition: all 0.3s 0 ease-in-out;
    transition: all 0.3s 0 ease-in-out;
}

.loaded header, .loaded header:before, .loaded header:after, .loaded section.content, .loaded footer {
    opacity: 1;
}

.top-bar {
    background: none;
}

.top-bar .title-area {
    margin-left: 1em;
}

.top-bar .name h1 span:before,
.top-bar .name h1 span:after {
    transition: background-color 0.2s ease-in-out;
}

.top-bar .name:hover h1 span:before {
    background-color: #82e1f3;
}

.top-bar .name:hover h1 span:after {
    background-color: #f1f1f1;
}

.top-bar .name h1 code {
    font-size: 60%;
    font-weight: normal;
    color: #fff;
    opacity: 0;
    position: relative;
    left: -20px;
    white-space: nowrap;
    overflow: hidden;
    transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    text-shadow: 1px 1px 1px #cccccc;
    filter: dropshadow(color=#cccccc, offx=1, offy=1);
}

.top-bar .name h1 a:hover code {
    left: 0;
    opacity: 1;
    margin-left:0.5rem;
}

.top-bar .name h1 a {
    padding: 0;
    width: 360px;
    color: #a3e1ed;
    font-family: "mgl", 'Open Sans', sans-serif;
    white-space: nowrap;
    text-shadow: 1px 1px 1px #cccccc;
    filter: dropshadow(color=#cccccc, offx=1, offy=1);
}

.top-bar .name h1 a:hover {
    color: #85d7e7;
}

.top-bar .name h1 span {
    position: relative;
    vertical-align: top;
}

.top-bar .name h1 span span {
    position: relative;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    display: inline-block;
    top: -20px;
    transition: all 0.3s ease-in-out;
}

.top-bar .name h1 span span:last-child {
    top: 20px;
}

.top-bar .name:hover h1 span span {
    max-width: 500px;
    opacity: 1;
    top: 0;
}

.top-bar .name h1 a img {
    max-height: 55px;
    margin-top: 4px;
    vertical-align: top;
}

.top-bar .name h1 a span i {
    font-weight: normal;
    font-style: normal;
    margin-left: 0.05em;
    color: #fff;
}

.top-bar-section ul {
    margin-right: 1em;
}

.top-bar-section li a:not(.button) {
    padding: 0 0.3em;
}

.top-bar-section ul,
.top-bar-section li a:not(.button),
.top-bar-section li a:not(.button):hover {
    background: transparent;
}

.top-bar-section ul li > a {
    height: 65px;
    text-shadow: 1px 1px 1px #bbbbbb;
    filter: dropshadow(color=#bbbbbb, offx=1, offy=1);
    transition: color 0.3s ease-in-out;
}

.top-bar-section ul li:hover > a span:first-child {
    color: #c0f0f9;
}

.top-bar-section ul li > a.active span:first-child,
.top-bar-section ul li > a.active i {
    color: #a3e1ed;
}

.top-bar-section ul li > a i {
    font-size: 30px;
    transition: font-size 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.top-bar-section ul li > a span {
    font-family: "mgl", 'Open Sans', sans-serif;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: color 0.3s ease-in-out, max-width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.top-bar-section ul li > a .li-mail {
    font-size: 34px;
    line-height: 65px;
}

.top-bar-section ul li:hover > a span {
    opacity: 1;
    max-width: 200px;
}

.top-bar-section ul li:hover > a i {
    font-size: 0;
    opacity: 0;
}

.panel {
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 2rem;
}

.panel h4 {
    margin: 1em 1em 0.4em 1em;
}

.panel h4:first-of-type {
    margin-top: 0;
}

.panel ul.disc {
    margin: 0 2.5em;
    font-size: 1.2em;
}

ul.disc li {
    list-style: none;
    position: relative;
}

ul.disc li:before {
    font-family: "mgl", 'Open Sans', sans-serif;
    font-weight: bold;
    content: "\BB ";
    color: #64cce1;
    position: absolute;
    left: -0.9em;
    font-size: 1.3em;
    line-height: 0.85em;
}

ul.disc.none li:before {
    content: '';
}

ul.disc.none {
    list-style-type: none;
    margin: 0 1.4em;
}

.panel h2 {
    width: 100%;
    display: flex;
    gap: 1rem;
    padding:0 1rem;
    white-space: nowrap;
}

.panel h2 .hr {
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #ddd;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s 0 ease-in-out;
    -moz-transition: all 0.3s 0 ease-in-out;
    -o-transition: all 0.3s 0 ease-in-out;
    transition: all 0.3s 0 ease-in-out;
    margin: 18px 0;
}

.panel h2 a {
    display: inline-block;
    color: #a3e1ed;
    text-shadow: 1px 1px 1px #cccccc;
    filter: dropshadow(color=#cccccc, offx=1, offy=1);
    vertical-align: top;
}

.panel h2 a:hover {
    color: #85d7e7;
}

.panel p {
    text-align: justify;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 0 1em;
}

.exp {
    margin: 2em 1em 0 0;
}

#ajax-loader {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ajax-loader > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #000000;
    opacity: 0.65;
}

#site-wrapper {
    padding-top: 64px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: #fff;
}

#site-wrapper.open {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

/* Resume */
.resume .panel h2 .hr:first-child {
    max-width: 0;
}

.resume .panel h2 {
    text-align: left;
}

.resume h3 {
    margin: 0 0.8em;
    line-height: 1.3em;
}

blockquote {
    margin: 0 0 1.5em 1em;
    padding: 0;
    border-left: 2px dotted #ddd;
}

blockquote:last-child {
    margin-bottom: 1em;
}

blockquote cite {
    display: inline-block;
    margin-left: 0.3em;
    font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
    .section-image .banner {
        font-size: 5em;
    }

    #contact-form > .row > .columns:first-child {
        margin-bottom: 1em;
    }

    #contact-form .panel h2 {
        margin-bottom: 0;
    }

    .reveal-modal {
        left: 45%;
        width: 90%;
        top: 60px !important;
    }

    h4 {
        font-size: 1.4375em;
    }

    h2 {
        font-size: 2.3125em;
    }
}

@media only screen and (max-width: 768px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: transparent;
    }

    .section-image .banner {
        font-size: 4em;
    }

    footer {
        text-align: center;
    }

    footer .text-right {
        text-align: center !important;
    }

    .panel p {
        margin: 0;
        font-size: 1.2em;
    }

    .panel ul.disc {
        margin: 0 2em;
    }

    .panel h4 {
        margin: 1em 0;
    }

    ul.disc.none {
        margin: 0;
    }

    .top-bar .name h1 code {
        display: none;
    }

    .top-bar-section ul {
        margin-top: 1em;
    }

    .top-bar-section ul li > a {
        height: 45px;
    }

    .top-bar-section ul li > a span {
        max-width: 500px;
        opacity: 1;
    }

    .top-bar-section li a:not(.button) {
        padding-left: 91px;
        position: relative;
    }

    .top-bar-section ul li > a i {
        position: absolute;
        left: 45px;
        top: -5px;
    }

    .top-bar-section ul li:hover > a i {
        font-size: 34px;
        opacity: 1;
    }

    /*Portfolio disable hover*/
    .portfolio-grid .th {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .portfolio-grid .th > div {
        width: 100%;
        bottom: 0;
        border: none;
        margin: 0;
    }

    .portfolio-grid .th div div p {
        opacity: 1;
        max-height: 100px;
    }

    .portfolio-grid .th div div span {
        left: 0;
        opacity: 1;
    }

    .portfolio-grid .th.show > div {
        bottom: 0;
    }

    .overlay {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .section-image .banner {
        font-size: 3em;
    }

    .portfolio-grid .th div div p {
        display: none;
    }

    .panel h2 {
        margin-bottom: 0;
    }

    .intro img {
        width: 50%;
    }
}

@media only screen and (max-width: 420px) {
    .location .cali-map {
        margin-right: -170px;
    }

    .location > span {
        margin-top: 40px;
    }

    .location > span > i:nth-of-type(1),
    .location span span {
        float: none;
    }

    .intro img {
        width: 100%;
        margin: 0.5em 0 1em 0;
    }
}

@media only screen and (max-width: 370px) {
    .top-bar .name h1 span span {
        display: none;
    }

    .section-image .banner {
        font-size: 3em;
    }

    .section-image .banner span span:first-child,
    .section-image .banner span span:last-child {
        float: none;
    }

    .section-image .banner > span {
        margin-bottom: 0.5em;
    }

    .section-image .banner i {
        margin: 0;
    }

    .section-image .banner b:first-child {
        margin-top: 0.2em;
    }

    .section-image .banner b:first-last {
        margin-bottom: 0.2em;
    }

    .location .cali-map {
        margin-right: 0;
    }

    .location > span {
        margin-top: 0;
    }
}

.moveFromTopFade {
    -webkit-animation: moveFromTopFade 1s 0.5s ease both;
    -moz-animation: moveFromTopFade 1s 0.5s ease both;
    animation: moveFromTopFade 1s 0.5s ease both;
}

.moveToTopFade {
    -webkit-animation: moveToTopFade .7s ease both;
    -moz-animation: moveToTopFade .7s ease both;
    animation: moveToTopFade .7s ease both;
}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveToTopFade {
    to {
        opacity: 0.3;
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveToTopFade {
    to {
        opacity: 0.3;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveFromTopFade {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        max-height: 1000px;
    }
}

@-moz-keyframes moveFromTopFade {
    to {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes moveFromTopFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.top-bar .toggle-topbar.menu-icon a::after {
    display: none;
}

.top-bar .toggle-topbar.menu-icon a {
    padding-right: 0;
}

.top-bar .toggle-topbar.menu-icon {
    padding: 15px !important;
    margin-top: 0;
    right: 10px;
    top: 0;
}

@media only screen and (max-width: 991px) {
    .title-area code {
        display: none
    }
}

@media only screen and (min-width: 780px) and (max-width: 991px) {
    .title-area {
        width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .portfolio-grid .th div div p {
        display: none;
    }

    .resume h2 {
        font-size: 1.85em;
    }

    .resume blockquote {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }

    .resume .panel blockquote > ul {
        margin-left: 1em;
        margin-right: 0;
    }

    .resume blockquote h3 {
        margin-left: 0;
        margin-right: 0;
    }

}

p.no-justify {
    text-align: left;
}
