/* ----------------------------------------

Theme Name: New York - One Page Portfolio & Business Theme
Theme URL: http://www.rocketthemes.net/newyork
Description: Custom One Page Portfolio & Business Theme for www.themeforest.net
Author: rocketthemes
Author URL: http://www.rocketthemes.net
Version: 2.0

/* ---------------------------------------- */

@import url("font.css");

/* ---------------------------------------- */
/* ----- Main Style ----- */
/* ---------------------------------------- */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

html {
    font-size: 0.625rem;
}

html,
button,
input,
select,
textarea {
    color: black;
}

html, body, ul, h1, h2, h3, h4, h5, h6 {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

::-moz-selection {
    background: black;
    color: white;
    text-shadow: none;
}

::selection {
    background: black;
    color: white;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;    
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.starter {
    width: 100%;
    height: 250px;
    background: #fff;
}

.starter h2 {
    padding-top: 100px;
    text-align: center;
    font-size: 3rem;
    color: black;
    text-transform: uppercase;
    letter-spacing: 5px;
}


/* ---------------------------------------- */
/* ----- Welcome ----- */
/* ---------------------------------------- */

.welcome {
    text-align: center;
    width: 100%;
    background: url("../img/1px-pattern.png"), url("../img/welcome-bg.jpg") center right no-repeat;
    -webkit-background-size: 2px 2px, cover;
    background-size: 2px 2px, cover;
}

.welcome h2, .welcome h4 {
    color: white;
}

.welcome h2 {
    padding: 10% 3% 0;
	font-family: 'Lily Script One', cursive;
    font-size: 10rem;
}

.welcome h4 {
    font-size: 2rem;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 0 10%;
    margin-bottom: 100px;
}

.btn {
    border: none;
    outline: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    padding: 25px 50px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.startbtn {
    background: #00cac3;
    color: white;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.startbtn span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.2s;
    -moz-backface-visibility: hidden;
    transition: all 0.2s;
    backface-visibility: hidden;
}

.startbtn:before {
    content: '\E043';
    font-family: 'entypo';
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2;
    font-size: 4rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.startbtn2:hover span {
    -webkit-transform: translateY(300%);
       -moz-transform: translateY(300%);
        -ms-transform: translateY(300%);
         -o-transform: translateY(300%);
            transform: translateY(300%);
}

.startbtn2:before {
    left: 0;
    top: -100%;
}

.startbtn2:hover:before {
    top: 0;
}



/* ---------------------------------------- */
/* ----- Header ----- */
/* ---------------------------------------- */

.header {
    z-index: 999;
    width: 100%;
    height: 80px;
    background: black;
}

.logo {
    float: left;
    margin: 30px 0 0 30px;
}

.fixed {
    position: fixed;
    top: 0;
}

/* ---------------------------------------- */
/* ----- Navigation ----- */
/* ---------------------------------------- */

@media screen and (min-width: 767px) {

    #nav {
        float: right;
        margin: 0;
    }

    #nav li {
        float: left;
    }

    #nav li:last-child {
        padding: 0 20px 0 0;
    }

    #nav a {
        font-size: 1rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 15px 20px;
        color: white;
        line-height: 80px;
        -webkit-transition: all 275ms ease-in-out;
           -moz-transition: all 275ms ease-in-out;
            -ms-transition: all 275ms ease-in-out;
             -o-transition: all 275ms ease-in-out;
                transition: all 275ms ease-in-out;
    }

    #nav a:hover, .active {
        color: #00cac3 !important;
    }

    .js #nav {
        position: relative;
    }

    .js #nav.closed {
        max-height: none;
    }

    #nav-toggle {
        display: none;
    }

}

.js #nav {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
}

#nav.opened {
    max-height: 9999px;
}

#nav-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 34px;
    height: 30px;
    float: right;
    margin: 25px 25px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background: black url("../img/hamburger.gif") no-repeat 50% 50%;
}

#nav,
#nav * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---------------------------------------- */
/* ----- Work ----- */
/* ---------------------------------------- */

.work {
    max-width: 1280px;
    width: 90%;
    margin-bottom: 80px;
}

/* ----- Filter ----- */

#Grid .mix{
    opacity: 0;
    display: none;
}

.fail {
    color: white;
    background: #909090;
}

.fail:after {
    content: 'Sorry, nobody really wants to see this guy :)';
    padding: 40px 0;
    text-align: center;
    margin: 0 auto;
}

.work {
    margin: 0 auto;
    text-align: center;
}

.gridfilter {
    width: 100%;
    padding-bottom: 40px; 
}

.gridfilter li {
    display: inline-block;
    padding: 8px 16px;
    background: #f2f2f2;
    margin-right: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 1.3rem;
    font-weight: 300;
    -webkit-transition: all 275ms ease-in-out;
       -moz-transition: all 275ms ease-in-out;
        -ms-transition: all 275ms ease-in-out;
         -o-transition: all 275ms ease-in-out;
            transition: all 275ms ease-in-out;
}

.gridfilter li:hover {
    color: white !important;
    background: black;
}

.activefilter {
    background: #00cace !important;
    color: white;
}

/* ----- Gallery ----- */

.og-grid {
    list-style: none;
    padding: 0px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.og-grid li {
    display: inline-block;
    margin: 2%;
    vertical-align: top;
    height: 20%;
}

.og-grid li > a,
.og-grid li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
    -webkit-transition: all 275ms ease-in-out;
       -moz-transition: all 275ms ease-in-out;
        -ms-transition: all 275ms ease-in-out;
         -o-transition: all 275ms ease-in-out;
            transition: all 275ms ease-in-out;
}

.og-grid li > a:hover,
.og-grid li > a img:hover {
    -webkit-transform: scale(1.02);
       -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
         -o-transform: scale(1.02);
            transform: scale(1.02);
}

.og-grid li.og-expanded > a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #fff;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}

.og-expander {
    position: absolute;
    background: #fff;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
    z-index: 20;
}

.og-expander-inner {
    margin-top: 50px;
    padding: 0 15px;
    height: 100%;
}

.og-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-family: 'entypo';
    color: #ccc;
    font-size: 3rem;
    z-index: 30;
    -webkit-transition: all 275ms ease-in-out;
       -moz-transition: all 275ms ease-in-out;
        -ms-transition: all 275ms ease-in-out;
         -o-transition: all 275ms ease-in-out;
            transition: all 275ms ease-in-out;
}

.og-close:after {
    content: "\E07E";
}

.og-close:hover {
    color: black; 
}

.og-fullimg,
.og-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.og-details {
    padding: 0 40px 0 20px;
}

.og-fullimg {
    text-align: center;
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.og-details h3 {
    font-weight: 300;
    font-size: 5rem;
    line-height: 6rem;
    padding: 40px 0 10px;
    margin-bottom: 10px;
}

.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

.og-details a {
    background: #f2f2f2;
    font-weight: 300;
    font-size: 1.5rem;
    color: black;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 20px;
    display: inline-block;
    margin: 30px 0 0;
    -webkit-transition: all 275ms ease-in-out;
       -moz-transition: all 275ms ease-in-out;
        -ms-transition: all 275ms ease-in-out;
         -o-transition: all 275ms ease-in-out;
            transition: all 275ms ease-in-out;
}

.og-details a:hover {
    background: #00cac3;
    color: white;
}

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

/* ---------------------------------------- */
/* ----- Team ----- */
/* ---------------------------------------- */

.about {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.team ul {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.team ul > li {
    float: left;
    width: 33.333%;
}

.team li li {
    width: 100%;
    float: none;
}

.team img {
    width: 75%;
    border-radius: 500px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.team img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: none;
    -webkit-filter: grayscale(0%);
}

.team h3 {
    font-size: 3rem;
    line-height: 4rem;
}

.team a {
    color: black;
    font-family: 'entypo';
    font-size: 2rem;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all 275ms ease-in-out;
       -moz-transition: all 275ms ease-in-out;
        -ms-transition: all 275ms ease-in-out;
         -o-transition: all 275ms ease-in-out;
            transition: all 275ms ease-in-out;
}

.team a:hover {
    color: #00cac3;
}

/* ----- Skills ----- */

.skills {
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}

.skill li{
    position: relative;
    width: 100%;
    height: 32px;
    background: #eee;
    border-radius: 44px;
    line-height: 32px;
    color: white;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.skill span {
    position: absolute;
    padding-left: 2%;
    left: 0;
    top: 0;
    border-radius: 44px;
    height: 100%;
    background: #00cac3;
    -webkit-transition: all 275ms ease-in-out;
       -moz-transition: all 275ms ease-in-out;
        -ms-transition: all 275ms ease-in-out;
         -o-transition: all 275ms ease-in-out;
            transition: all 275ms ease-in-out;
}

.skill span:hover {
    background: #000;
}

.skills h2 {
    text-transform: uppercase;
    padding-top: 10px;
}

.skills p {
    margin: 10px 0 100px;
}

.fskills {
    text-align: center;
}

.fskills li {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin-right: 5%;
    text-align: center;
}

.fskills li:last-child {
    margin-right: 0;
}

/* ----- Icon Effects ----- */

.ny-icon-wrapper {
    text-align: center;
    margin: 0 auto;
}

.ny-icon {
    display: inline-block;
    margin: 15px 30px;
    padding: 60px;
    border-radius: 50%;
    border-radius: 150px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: white;
    background: #00cac3;
}

.ny-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}

.ny-icon:before {
    font-family: 'entypo';
    speak: none;
    font-size: 50px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.ny-icon-effect .ny-icon {
    box-shadow: 0 0 0 4px #00cac3;
    overflow: hidden;
    -webkit-transition: background 0.4s, color 0.4s, box-shadow 0.4s cubic-bezier(.21,.72,.62,1.24);
    -moz-transition: background 0.4s, color 0.4s, box-shadow 0.4s cubic-bezier(.21,.72,.62,1.24);
    transition: background 0.4s, color 0.4s, box-shadow 0.4s cubic-bezier(.21,.72,.62,1.24);
}

.ny-icon-effect .ny-icon:after {
    display: none;
}

.ny-icon-effect .ny-icon:hover {
    background: #00cac3;
    color: #fff;
    box-shadow: 0 0 0 5px white, 0 0 0 8px #00cac3;
}

.ny-icon-effect .ny-icon:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

/* ---------------------------------------- */
/* ----- Service ----- */
/* ---------------------------------------- */

.service > ul > li {
    float: left;
    width: 25%;
    text-align: center;
    background: white;
    -webkit-transition: all 100ms ease-in-out;
       -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
         -o-transition: all 100ms ease-in-out;
            transition: all 100ms ease-in-out;
}

.service > ul > li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}

.service li li {
    width: 100%;
    padding: 12px 0;
}

.service h3 {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 0;
}

.service li:nth-child(1) h3 {
    background: #777;
}

.service li:nth-child(2) h3 {
    background: #555;
}

.service li:nth-child(3) h3 {
    background: #333;
}

.service li:nth-child(4) h3 {
    background: #111;
}

.service li li:first-child{
    background: #00cac3;
    padding: 0;
}

.service li li:first-child span {
    font-family: 'entypo';
    line-height: 3.4;
    font-size: 4rem;
    color: white;
}

.service li li:nth-child(2) {
    margin-top: 20px;
}

.service li li:last-child{
    margin: 20px 0 40px;
}

.service li li:last-child a {
    background: #777;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 275ms ease-in-out;
       -moz-transition: all 275ms ease-in-out;
        -ms-transition: all 275ms ease-in-out;
         -o-transition: all 275ms ease-in-out;
            transition: all 275ms ease-in-out;
}

.service > ul > li:hover a {
    background: #00cac3;
}

/* ----- Testimonials ----- */

.testimonials {
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.customer {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dashed #d2d2d2;
}

.customer:last-child {
    border-bottom: 0px;
}

.customer .icon-heart {
    display: inline-block;
    width: 100%;
    font-family: 'entypo';
    color: #ff7a68;
    font-size: 4rem;
}

.customer p {
    display: inline-block;
    width: 70%;
    font-family: gerorgia, serif;
    font-style: italic;
    font-size: 2rem;
}

.tm-author a {
    color: #00cac3;
}

/* ---------------------------------------- */
/* ----- Contact ----- */
/* ---------------------------------------- */

.contact {
    width: 100%;
    padding: 5% 0;
    background: url("../img/1px-pattern.png"), url("../img/contact-bg.jpg") bottom center no-repeat;
    -webkit-background-size: 2px 2px, cover;
    background-size: 2px 2px, cover;
}

.data {
    width: 100%;
    padding: 5% 0;
    margin: 0 auto;
    background: white;
    opacity: 0.8;
}

.data li {
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    color: black;
}

.data a {
    color: #00cac3;
}

.social-icons {
    text-align: center;
    margin-top: 20px;
}

.social-icons li {
    display: inline-block;
    font-size: 3rem;
    margin-right: 5px;
}

.social-icons a {
    -webkit-transition: all 275ms ease-in-out;
       -moz-transition: all 275ms ease-in-out;
        -ms-transition: all 275ms ease-in-out;
         -o-transition: all 275ms ease-in-out;
            transition: all 275ms ease-in-out;
}

.social-icons a:hover {
    color: black;
}

/* ---------------------------------------- */
/* ----- Media Queries ----- */
/* ---------------------------------------- */

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

    .welcome hgroup {
        color: white;
        margin-bottom: 90px;
        padding-top: 20%;
    }

    .welcome h2 {
        font-size: 7rem;
    }

    .welcome h4 {
        font-size: 2.5rem;
    }

    .startbtn2:hover span {
        -webkit-transform: translateY(0%);
           -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
             -o-transform: translateY(0%);
                transform: translateY(0%);
    }

    .startbtn:before {
        content: '';
    }

    .team > ul > li {
        width: 50%;
    }

    .og-details a {
        background: #00cac3;
        color: white;
    }

    .og-grid li > a:hover,
    .og-grid li > a img:hover {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }

    .skill span {
        padding-left: 3%;
    }

    .fskills li {
        width: 100%;
    }

    .service > ul >li {
        width: 50%;
    }

    .service > ul > li:hover {
        box-shadow: none;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }

    .service li li:last-child a {
        background: #00cac3;
    }

    .data {
        width: 100%;
    }

}

@media screen and (min-width: 320px) and (max-width: 767px) {


    .welcome hgroup {
        color: white;
        margin-bottom: 60px;
    }

    .welcome h2 {
        font-size: 5rem;
        line-height: 7.5rem;
        padding: 10% 8% 0;
    }

    .welcome h4 {
        font-size: 1.8rem;
    }

    .startbtn2:hover span {
        -webkit-transform: translateY(0%);
           -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
             -o-transform: translateY(0%);
                transform: translateY(0%);
    }

    .startbtn:before {
        content: '';
    }

    #nav.opened, #nav.closed {
        width: 100%;
        display: inline-block;
    }

    #nav a {
        font-size: 1.4rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: white;
        width: 100%;
        display: block;
        line-height: 5rem;
    }

    #nav ul {
        width: 100%;
        background: black;
    }

    #nav li {
        width: 100%;
        text-align: center;
    }

    #nav li:first-child {
        padding-top: 25px;
    }

    #nav li:last-child {
        padding-bottom: 15px;
    }

    .og-details a {
        background: #00cac3;
        color: white;
    }

    .og-grid li > a:hover,
    .og-grid li > a img:hover {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }

    .og-expander h3 { font-size: 32px; }
    .og-expander p { font-size: 13px; }
    .og-expander a { font-size: 12px; }
    .og-fullimg { display: none; }
    .og-details { float: none; width: 100%; }    

    .team > ul > li {
        width: 100%;
    }

    .service > ul >li {
        width: 100%;
    }

    .service > ul >li {
        width: 100%;
        -webkit-transition: none;
           -moz-transition: none;
            -ms-transition: none;
             -o-transition: none;
                transition: none;
    }

    .service > ul > li:hover {
        box-shadow: none;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }

    .service li li:last-child a {
        background: #00cac3;
    }

    .skill span {
        padding-left: 4%;
    }

    .fskills li {
        width: 100%;
    }

    .data {
        width: 100%;
    }

}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    #nav-toggle {
    background-image: url("../img/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
    }
}

/* ---------------------------------------- */
/* ----- Helper Classes ----- */
/* ---------------------------------------- */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

/* ---------------------------------------- */
/* ----- Print Style ----- */
/* ---------------------------------------- */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

/* ----- Don't show links for images, or javascript/internal links ----- */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}