@font-face {
    font-family:'BebasNeue';
    src:url('../fonts/BebasNeue.otf') format("opentype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensans/opensans-light-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans/opensans-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensans/opensans-bold-webfont.woff') format('woff');
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,.note,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

:focus,*:hover {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

main {
    display: block;
}

img {
    display: block;
}

button,input[type="submit"] {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    font-size: 1em;
}

button:active,button:focus,button:hover,input[type="submit"]:active,input[type="submit"]:focus,input[type="submit"]:hover {
    outline: 0;
}

*,:before,:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
}

a:active {
    background-color: transparent;
}

.main,.section,.intro,.latest,.work,.contact,.section-content,.full-section-content,.contact .contact-details .detail-group {
    zoom: 1;
}

.main:before,.section:before,.intro:before,.latest:before,.work:before,.contact:before,.section-content:before,.full-section-content:before,.contact .contact-details .detail-group:before,.main:after,.section:after,.intro:after,.latest:after,.work:after,.contact:after,.section-content:after,.full-section-content:after,.contact .contact-details .detail-group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.main:after,.section:after,.intro:after,.latest:after,.work:after,.contact:after,.section-content:after,.full-section-content:after,.contact .contact-details .detail-group:after {
    clear: both;
}

.inline:after,.box-link,.main .nav-link,.main .nav-logo,.main .mobile-menu-link,.main .nav-link svg,.main .nav-logo svg,.main .mobile-menu-link svg,.mobile-nav,.full-nav li a:hover,.full-nav li a:hover svg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

svg {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.main>*:last-child,.full-nav>*:last-child,.social>*:last-child,.main>*:last-child>*:last-child,.full-nav>*:last-child>*:last-child,.social>*:last-child>*:last-child,.main>*:last-child>*:last-child>*:last-child,.full-nav>*:last-child>*:last-child>*:last-child,.social>*:last-child>*:last-child>*:last-child {
    margin-bottom: 0;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-100%);
    }

    25% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(0);
    }

    65% {
        transform: translateY(-10%);
    }

    75% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-moz-keyframes bounce {
    0% {
        transform: translateY(-100%);
    }

    25% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(0);
    }

    65% {
        transform: translateY(-10%);
    }

    75% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-ms-keyframes bounce {
    0% {
        transform: translateY(-100%);
    }

    25% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(0);
    }

    65% {
        transform: translateY(-10%);
    }

    75% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-100%);
    }

    25% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(0);
    }

    65% {
        transform: translateY(-10%);
    }

    75% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(0%);
    }
}

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

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

@-webkit-keyframes moveFromTopFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
}

@keyframes moveFromTopFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

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

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

@-webkit-keyframes moveFromBottomFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@keyframes moveFromBottomFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@font-face {
    font-family:'avenir';src:url("../fonts/avenir.eot");src:url("../fonts/avenird41d.eot?#iefix") format("embedded-opentype"),url("../fonts/avenir.woff") format("woff"),url("../fonts/avenir.ttf") format("truetype"),url("../fonts/avenir.svg#wf") format("svg");
}

html {
    font-size: 100%;
    font-family: "avenir",sans-serif;
    color: #fff;
    line-height: 1;
}

a {
    text-decoration: none;
}

.title {
    font-family: "BebasNeue", sans-serif;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 0.9em;
    color: #1cff94;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

@media screen and (min-width: 1000px) {
    .title {
        font-size: 80px;
        font-size: 5rem;
    }
}

.title.dark {
    color: #1d2123;
}

.main-title {
    position: relative;
}

.subtitle {
    display: block;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3em;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    color: #fff;
}

.small-title,.box-link {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
    line-height: 1.4em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

p,.note {
    font-family: "avenir",sans-serif;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4em;
}

p.dark,.dark.note {
    color: #1d2123;
}

.note {
    font-size: 12px;
    font-size: 0.75rem;
    color: #1cff94;
}

@media screen and (min-width: 750px) {
    .note {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.inline {
    display: inline-block;
    color: #1cff94;
    font-weight: 600;
}

.inline:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #1cff94;
    opacity: 0;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.inline:focus:after,.inline:hover:after {
    height: 2px;
    opacity: 0.5;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.inline.thin {
    font-weight: 400;
}

.full-nav a {
    font-family: "avenir",sans-serif;
    color: #1d2123;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.0625em;
}

.full-nav a span {
    color: rgba(29,33,35,0);
}

.full-nav a:hover span {
    color: #1d2123;
}

.box-link {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    color: #1cff94;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    border-radius: 3px;
    border-radius: 0.1875rem;
    border: 1px solid #1cff94;
    letter-spacing: 1px;
    white-space: nowrap;
}

@media screen and (min-width: 1000px) {
    .box-link {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}

.box-link:focus,.box-link:hover {
    color: #1d2123;
    background: #1cff94;
}

.box-link.dark {
    color: #1d2123;
    border: 1px solid #1d2123;
}

.box-link.dark:focus,.box-link.dark:hover {
    color: #1cff94;
    background: #1d2123;
}

label:not(.error) {
    font-family: "avenir",sans-serif;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: 400;
}

label.error {
    font-family: "avenir",sans-serif;
    color: #1cff94;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: 400;
}

input[type=text],input[type=email],input[type=tel],select,textarea {
    font-family: "avenir",sans-serif;
    color: #fff;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: 1px;
}

input[type=text]:focus,input[type=text]:hover,input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,select:focus,select:hover,textarea:focus,textarea:hover {
    color: #1cff94;
}

textarea {
    line-height: 1.375em;
}

input[type=submit] {
    font-family: "avenir",sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375em;
    font-weight: 400;
    text-transform: uppercase;
}

.contact .contact-details,.fourohfour {
    position: relative;
}

.contact .contact-details .contentContainer,.fourohfour .contentContainer,.contact .contact-details .section-content,.fourohfour .section-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.flexbox .contact .contact-details,.contact .flexbox .contact-details,.flexbox .fourohfour {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexbox .contact .contact-details .contentContainer,.contact .flexbox .contact-details .contentContainer,.flexbox .fourohfour .contentContainer,.flexbox .contact .contact-details .section-content,.contact .flexbox .contact-details .section-content,.flexbox .fourohfour .section-content {
    position: static;
    left: auto;
    top: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

.btn,input[type="submit"] {
    float: right;
    padding: 17px 18px 14px 18px;
    padding: 1.0625rem 1.125rem 0.875rem 1.125rem;
    line-height: 14px;
    line-height: 0.875rem;
    background: none;
    border-radius: 3px;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: background 1s, color 1s;
}

.btn:hover,.btn:focus,.btn:hover,input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"]:hover {
    color: black;
    background: #1cff94;
}

@media screen and (min-width: 1000px) {
    form {
        margin-left: 132px;
        margin-left: 8.25rem;
    }
}

@media screen and (min-width: 1000px) {
    label:not(.error) {
        margin-left: -132px;
        margin-left: -8.25rem;
        width: 128px;
        width: 8rem;
        padding-right: 20px;
        padding-right: 1.25rem;
        float: left;
        box-sizing: border-box;
        vertical-align: top;
        text-align: right;
        line-height: 36px;
        line-height: 2.25rem;
    }
}

@media screen and (min-width: 1000px) {
    label.error {
        width: 100%;
        text-align: left;
        vertical-align: top;
        display: block;
        margin-top: 8px;
        margin-top: 0.5rem;
    }
}

input[type=text],input[type=email],input[type=tel] {
    margin: 0;
    padding: 1px 8px 0px 8px;
    padding: 0.0625rem 0.5rem 0px 0.5rem;
    width: 100%;
    min-height: 36px;
    min-height: 2.25rem;
    line-height: 1em;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    -moz-transition: color 0.75s,border-bottom 0.75s;
    -o-transition: color 0.75s,border-bottom 0.75s;
    -webkit-transition: color 0.75s,border-bottom 0.75s;
    transition: color 0.75s,border-bottom 0.75s;
}

input[type=text]:focus,input[type=text]:hover,input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover {
    border-bottom: 1px solid #1cff94;
    color: #1cff94;
}

@media screen and (min-width: 1000px) {
    label.subject:not(.error) {
        padding-top: 1px;
        padding-top: 0.0625rem;
    }
}

.select-wrapper {
    position: relative;
    width: 100%;
    margin-top: -3px;
    margin-top: -0.1875rem;
    overflow: hidden;
}

/*.select-wrapper:after {*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*background: url("../images/svg/dropdown.svg") no-repeat;*/
    /*background-size: auto 60%;*/
    /*background-position: 98% center;*/
    /*pointer-events: none;*/
/*}*/

select,textarea {
    background: none;
}

.select-wrapper,textarea {
    border-radius: 3px;
    border: 1px solid #fff;
    -moz-transition: color 0.75s,border 0.75s;
    -o-transition: color 0.75s,border 0.75s;
    -webkit-transition: color 0.75s,border 0.75s;
    transition: color 0.75s,border 0.75s;
}

.select-wrapper:focus,.select-wrapper:hover,textarea:focus,textarea:hover {
    border: 1px solid #1cff94;
    color: #1cff94;
}

textarea {
    padding: 5px 8px;
    padding: 0.3125rem 0.5rem;
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

select {
    padding: 4px 8px 0 8px;
    padding: 0.25rem 0.5rem 0 0.5rem;
    width: 100%;
    min-height: 36px;
    min-height: 2.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-transition: color 0.75s;
    -o-transition: color 0.75s;
    -webkit-transition: color 0.75s;
    transition: color 0.75s;
    border: none;
    box-sizing: border-box;
}

@-moz-document url-prefix() {
    label:not(.error) {
        padding-top: 1px;
        padding-top: 0.0625rem;
    }

    .select-wrapper select {
        width: 110%;
        padding: 8px 8px 0 8px;
        padding: 0.5rem 0.5rem 0 0.5rem;
    }

    .select-wrapper option {
        position: absolute;
    }
}

select::-ms-expand {
    display: none;
}

.main {
    position: fixed;
    z-index: 31;
    left: 0;
    top: 0;
    background: #1d2123;
    width: 100%;
    padding: 10px;
    padding: 0.625rem;
}

@media screen and (min-width: 1000px) {
    .main {
        width: 70px;
        width: 4.375rem;
        padding: 0;
        height: 100%;
    }
}

.main .nav-link,.main .nav-logo,.main .mobile-menu-link {
    display: block;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
}

@media screen and (min-width: 1000px) {
    .main .nav-link,.main .nav-logo,.main .mobile-menu-link {
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem;
    }
}

.main .nav-logo {
    float: left;
}

@media screen and (min-width: 1000px) {
    .main .nav-logo {
        float: none;
        margin: 20px;
        margin: 1.25rem;
    }
}

.main .nav-logo svg {
    fill: #1cff94;
}

.main .nav-logo:focus svg,.main .nav-logo:hover svg {
    fill: #3a454c;
}

.main .mobile-menu-link {
    float: right;
}

@media screen and (min-width: 1000px) {
    .main .mobile-menu-link {
        display: none;
    }
}

.mobile-nav {
    position: fixed;
    left: 0;
    z-index: 30;
    width: 100%;
    background: rgba(29,33,35,0.95);
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: 60px;
    margin-top: 3.75rem;
}

.mobile-nav.menu-open {
    -webkit-animation: bounce 600ms ease-out;
    -moz-animation: bounce 600ms ease-out;
    -o-animation: bounce 600ms ease-out;
    animation: bounce 600ms ease-out;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (min-width: 1000px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav ul li {
    text-align: center;
}

.mobile-nav ul li a {
    display: block;
    padding: 10px;
    padding: 0.625rem;
    text-decoration: none;
}

.mobile-nav ul li a svg {
    display: block;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    margin: 0 auto 10px auto;
    margin: 0 auto 0.625rem auto;
    fill: #1cff94;
}

.mobile-nav ul li a span {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.full-nav {
    display: none;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
    .full-nav {
        display: block;
    }
}

.full-nav li a {
    position: relative;
    display: block;
    width: 70px;
    width: 4.375rem;
    height: 60px;
    height: 3.75rem;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    -moz-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.4s ease 0.3s;
    background-color: #1d2123;
}

.full-nav li a svg {
    fill: #1cff94;
    -moz-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.4s ease 0.3s;
}

.full-nav li a .nav-label {
    display: block;
    position: absolute;
    top: 0px;
    top: 0rem;
    right: 0px;
    right: 0rem;
    margin-left: 50px;
    margin-left: 3.125rem;
    height: 60px;
    height: 3.75rem;
    line-height: 64px;
    line-height: 4rem;
    padding-right: 21px;
    padding-right: 1.3125rem;
    background: #1cff94;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -moz-transition: color 0s linear,-moz-transform 0.4s ease,opacity 0.4s ease 0.6s,visibility 0.4s ease 0.6s;
    -o-transition: color 0s linear,-o-transform 0.4s ease,opacity 0.4s ease 0.6s,visibility 0.4s ease 0.6s;
    -webkit-transition: color 0s linear,-webkit-transform 0.4s ease,opacity 0.4s ease,visibility 0.4s ease;
    -webkit-transition-delay: 0s,0s,0.6s,0.6s;
    transition: color 0s linear,transform 0.4s ease,opacity 0.4s ease 0.6s,visibility 0.4s ease 0.6s;
}

.full-nav li a .nav-label span {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: relative;
    top: 1px;
}

.full-nav li a:hover {
    background-color: #1cff94;
}
.full-nav li a:hover>.fa{
    color: #1d2123;
}
.full-nav li a:hover svg {
    fill: #1d2123;
}

.full-nav li a:hover .nav-label,.full-nav li a:hover .nav-label span {
    visibility: visible;
    opacity: 1;
    -moz-transition: opacity 0.4s ease,-moz-transform 0.4s ease,color 0.5s ease 0.4s;
    -o-transition: opacity 0.4s ease,-o-transform 0.4s ease,color 0.5s ease 0.4s;
    -webkit-transition: opacity 0.4s ease,-webkit-transform 0.4s ease,color 0.5s ease;
    -webkit-transition-delay: 0s,0s,0.4s;
    transition: opacity 0.4s ease,transform 0.4s ease,color 0.5s ease 0.4s;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.social {
    display: none;
    position: absolute;
    top: calc(100% - 130px);
    width: 100%;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (min-width: 1000px) {
    .social {
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    .social li a {
        position: relative;
        display: block;
        width: 70px;
        width: 4.375rem;
        height: 40px;
        height: 2.5rem;
        padding: 10px 25px;
        padding: 0.625rem 1.5625rem;
    }
}

.social li a svg {
    fill: #3a454c;
    -moz-transition: fill 0.4s ease;
    -o-transition: fill 0.4s ease;
    -webkit-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
}

.social li a span {
    position: absolute;
    left: -200px;
    visibility: hidden;
}

.social li a:focus svg,.social li a:hover svg {
    fill: #fff;
}

.social li:first-of-type a:focus svg,.social li:first-of-type a:hover svg {
    fill: #ea4c89;
}

.social li:nth-of-type(2) a:focus svg,.social li:nth-of-type(2) a:hover svg {
    fill: #4099FF;
}

.social li:last-of-type a:focus svg,.social li:last-of-type a:hover svg {
    fill: #3B5998;
}

.section,.intro,.latest,.work,.contact {
    height: 100%;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .section,.intro,.latest,.work,.contact {
        text-align: left;
        margin-left: 70px;
        margin-left: 4.375rem;
        position: relative;
    }

    .section .contentContainer,.intro .contentContainer,.latest .contentContainer,.work .contentContainer,.contact .contentContainer,.section .section-content,.intro .section-content,.latest .section-content,.work .section-content,.contact .section-content {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }

    .flexbox .section,.flexbox .intro,.flexbox .latest,.flexbox .work,.flexbox .contact {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .flexbox .section .contentContainer,.flexbox .intro .contentContainer,.flexbox .latest .contentContainer,.flexbox .work .contentContainer,.flexbox .contact .contentContainer,.flexbox .section .section-content,.flexbox .intro .section-content,.flexbox .latest .section-content,.flexbox .work .section-content,.flexbox .contact .section-content {
        position: static;
        left: auto;
        top: auto;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.section-content {
    padding: 20px;
    padding: 1.25rem;
    max-width: 28em;
    text-align: left;
}

@media screen and (min-width: 350px) {
    .section-content {
        text-align: center;
    }
}

@media screen and (min-width: 1000px) {
    .section-content {
        text-align: left;
        padding: 0;
        margin-left: 100px;
        margin-left: 6.25rem;
        width: 35%;
    }
}

.section-content p,.section-content .note,.section-content .box-link {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.section-content .note {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.full-section-content {
    height: 100%;
    width: 100%;
}

.full-section-wrapper {
    width: 100%;
    max-width: 1600px;
    min-height: 100%;
}

@media screen and (min-width: 1000px) {
    .full-section-wrapper {
        min-height: 0;
        position: relative;
    }

    .full-section-wrapper .contentContainer,.full-section-wrapper .section-content {
        position: absolute;
        left: 0%;
        top: 50%;
        z-index: 2;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: left;
    }

    .flexbox .full-section-wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .flexbox .full-section-wrapper .contentContainer,.flexbox .full-section-wrapper .section-content {
        position: static;
        left: auto;
        top: auto;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (min-width: 350px) {
    .full-section-wrapper .section-content {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1000px) {
    .full-section-wrapper .section-content {
        margin: 0 0 0 100px;
        margin: 0 0 0 6.25rem;
    }
}

#menu-icon {
    width: 40px;
    height: 20px;
    position: relative;
    display: block;
    margin: 8px 5px 0 0;
    margin: 0.5rem 0.3125rem 0 0;
}

@media screen and (min-width: 1000px) {
    #menu-icon {
        display: none;
    }
}

#menu-icon .line {
    display: block;
    background: #1cff94;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: calc($height-line / 2);
    border-radius: calc($height-line / 2);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#menu-icon .line.line-1 {
    top: 0;
}

#menu-icon .line.line-2 {
    top: 50%;
}

#menu-icon .line.line-3 {
    top: 100%;
}

#menu-icon:hover .line-1,#menu-icon:focus .line-1,#menu-icon:hover .line-1 {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

#menu-icon:hover .line-3,#menu-icon:focus .line-3,#menu-icon:hover .line-3 {
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

#menu-icon.active .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg);
}

#menu-icon.active .line-2 {
    opacity: 0;
}

#menu-icon.active .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.trans-wrapper {
    position: relative;
    padding-top: 60px;
    padding-top: 3.75rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    perspective: 1200px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media screen and (min-width: 1000px) {
    .trans-wrapper {
        padding-top: 0;
    }
}

.trans-curtain {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #1d2123;
}

.trans-page,.trans-overlay {
    margin-top: 0;
    padding-top: 60px;
    padding-top: 3.75rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow-x: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 1000px) {
    .trans-page,.trans-overlay {
        padding-top: 0;
    }
}

@media screen and (min-width: 1000px) {
    .trans-page .full-section-content,.trans-overlay .full-section-content {
        padding-right: 70px;
        padding-right: 4.375rem;
        box-sizing: border-box;
    }
}

@-moz-document url-prefix() {
    .trans-wrapper {
        -moz-transform-style: flat;
        -webkit-transform-style: flat;
        transform-style: flat;
    }

    .trans-page,trans-overlay {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.trans-page-current {
    visibility: visible;
    z-index: 11;
}

.trans-page-old {
    visibility: visible;
    z-index: 10;
}

.trans-moveToTopFade {
    -webkit-animation: moveToTopFade 1.25s ease both;
    animation: moveToTopFade 1.25s ease both;
}

.trans-moveFromTopFade {
    -webkit-animation: moveFromTopFade 1.25s ease both;
    animation: moveFromTopFade 1.25s ease both;
}

.trans-moveToBottomFade {
    -webkit-animation: moveToBottomFade 1.25s ease both;
    animation: moveToBottomFade 1.25s ease both;
}

.trans-moveFromBottomFade {
    -webkit-animation: moveFromBottomFade 1.25s ease both;
    animation: moveFromBottomFade 1.25s ease both;
}

html,body {
    overflow-x: hidden;
}

html {
    height: 100%;
    background-color: #1d2123;
}

body {
    min-width: 320px;
    height: 100%;
}

.wrapper {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1000px) {
    .wrapper {
        min-height: 620px;
    }
}

.intro {
    background: #1d2123 url("../images/intro-bg-small.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-top: 3.75rem;
}

@media screen and (min-width: 1000px) {
    .intro {
        z-index: 11;
        padding-top: 0;
        background: #1d2123 url("../images/intro-bg.jpg") 50% 50% no-repeat;
        background-size: cover;
        align-items: initial !important;
    }
}

@media screen and (min-width: 350px) {
    .intro .full-section-wrapper {
        margin-top: 70px;
        margin-top: 4.375rem;
    }
}

@media screen and (min-width: 1000px) {
    .intro .full-section-wrapper {
        margin-top: 0;
    }
}

.intro .logo-wrapper {
    display: block;
    overflow: visible;
    position: relative;
    width: 100%;
    margin: 40px auto 10px auto;
    margin: 2.5rem auto 0.625rem auto;
}

.intro .logo-wrapper svg {
    display: none;
    width: 200px;
    height: 200px;
    fill: #1cff94;
    margin: 0 auto;
}

@media screen and (min-width: 350px) {
    .intro .logo-wrapper svg {
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    .intro .logo-wrapper svg {
        width: 350px;
        height: 350px;
        position: absolute;
        top: calc(50% - 175px);
        left: 35%;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .intro .logo-wrapper svg {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .intro .logo-wrapper {
        display: block;
        width: 300px;
        height: auto;
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        margin-left: 200px;
        margin-left: 12.5rem;
        text-align: left;
    }
}

.intro .logo-wrapper #particle-slider {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .intro .logo-wrapper #particle-slider {
        display: block;
    }
}

.intro .logo-wrapper #particle-slider div {
    display: none;
}

.intro .logo-wrapper #particle-slider .draw {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.intro .section-content {
    z-index: 15;
}

.latest {
    position: relative;
    background: #1d2123 url("../images/latest-bg-small.jpg") 0 0 no-repeat;
    background-size: cover;
    margin-top: 0;
}

@media screen and (min-width: 350px) {
    .latest .full-section-wrapper {
        position: relative;
    }

    .latest .full-section-wrapper .contentContainer,.latest .full-section-wrapper .section-content {
        position: absolute;
        left: 0%;
        top: 50%;
        z-index: 2;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center;
    }

    .flexbox .latest .full-section-wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .flexbox .latest .full-section-wrapper .contentContainer,.flexbox .latest .full-section-wrapper .section-content {
        position: static;
        left: auto;
        top: auto;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (min-width: 1000px) {
    .latest .full-section-wrapper .contentContainer,.latest .full-section-wrapper .section-content {
        text-align: left;
    }
}

.latest .section-content {
    position: relative;
    bottom: 60px;
    z-index: 3;
}

@media screen and (min-width: 1000px) {
    .latest .section-content {
        bottom: 0;
    }
}

@media screen and (min-width: 1000px) {
    .latest {
        background: #1d2123 url("../images/latest-bg.jpg") 0 0 no-repeat;
        background-size: cover;
        margin-top: 0;
        align-items: initial !important;
    }

    .latest:before {
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
    }
}

.latest .video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.latest .video-container video,.latest .video-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 125%;
    height: 125%;
}

@media (min-aspect-ratio: 16 / 9) {
    .latest .video-container>video {
        height: 125%;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .latest .video-container>video {
        width: 125%;
    }
}

@supports (object-fit: cover) {
    .latest .video-container>video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.work {
    height: 100%;
    background-color: #1d2123;
}

@media screen and (min-width: 1000px) {
    .work {
        background-color: #1d2123;
        overflow: hidden;
    }
}

.work ul {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.work ul li {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 50%;
    height: 25%;
    overflow: hidden;
}

@media screen and (min-width: 1000px) and (min-aspect-ratio: 4 / 3) {
    .work ul li {
        width: 25%;
        height: 33.33333333%;
    }
}

@media screen and (min-width: 1000px) and (max-aspect-ratio: 4 / 3) {
    .work ul li {
        width: 33.33333333%;
        height: 25%;
    }
}

.work ul li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .work ul li a:after {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        background-color: #000;
        opacity: 0.5;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
    }

    .work ul li a:hover:after {
        opacity: 0;
    }

    .work ul li a:hover img {
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
}

.work ul li img {
    position: absolute;
    left: 50%;
    margin-left: -75%;
    width: 150%;
    height: auto;
    -moz-transition: -moz-transform 10s ease;
    -o-transition: -o-transform 10s ease;
    -webkit-transition: -webkit-transform 10s ease;
    transition: transform 10s ease;
}

.contact {
    height: 100%;
    background-color: #1d2123;
}

.contact .form-wrapper {
    display: none;
}

@media screen and (min-width: 1000px) {
    .contact .form-wrapper {
        background: url("../images/contact-form-bg.jpg") 0 0 no-repeat;
        background-size: cover;
        position: relative;
        display: block;
        margin: 0;
        float: left;
        width: 67%;
        height: 100%;
        position: relative;
    }

    .contact .form-wrapper .contentContainer,.contact .form-wrapper .section-content {
        position: absolute;
        left: 0%;
        top: 50%;
        z-index: 2;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: left;
    }

    .flexbox .contact .form-wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .flexbox .contact .form-wrapper .contentContainer,.flexbox .contact .form-wrapper .section-content {
        position: static;
        left: auto;
        top: auto;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.contact .form-wrapper .input-group {
    zoom: 1;
    margin-bottom: 0.625em;
    width: 100%;
}

.contact .form-wrapper .input-group:before,.contact .form-wrapper .input-group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.contact .form-wrapper .input-group:after {
    clear: both;
}

.contact .form-wrapper .input-group:nth-of-type(5) {
    padding-top: 6px;
    padding-top: 0.375rem;
}

.contact .form-wrapper .input-group:last-of-type {
    margin-top: 24px;
    margin-top: 1.5rem;
}

.contact .form-wrapper .form-content,.contact .form-wrapper .sent-content {
    position: absolute;
    top: 50%;
    z-index: 2;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.contact .form-wrapper .form-content.active,.contact .form-wrapper .sent-content.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 1s;
}

.contact .form-wrapper .form-content {
    left: 50%;
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
    min-width: 75%;
    margin: 0 auto;
}

.contact .form-wrapper .form-content form {
    max-width: 480px;
    max-width: 30rem;
}

.contact .form-wrapper .sent-content {
    left: 50%;
    min-width: 480px;
    min-width: 30rem;
    max-width: 620px;
    max-width: 38.75rem;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact .form-wrapper h3,.contact .form-wrapper h4,.contact .form-wrapper p,.contact .form-wrapper .note {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.contact .details-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
}

@media screen and (min-width: 1000px) {
    .contact .details-wrapper {
        margin: 0;
        float: right;
        width: 33%;
    }
}

.contact .contact-details {
    display: block;
    width: 100%;
    height: 40%;
    background: url("../images/contact-details-bg-small.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 20px;
    padding: 1.25rem;
}

@media screen and (min-width: 1000px) {
    .contact .contact-details {
        height: 33%;
        padding: 40px;
        padding: 2.5rem;
        background: url("../images/contact-details-bg.jpg") 0 0 no-repeat;
        background-size: cover;
    }
}

.contact .contact-details .details-content {
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 350px) {
    .contact .contact-details .details-content {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 750px) {
    .contact .contact-details .details-content {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

@media screen and (min-width: 1000px) {
    .contact .contact-details .details-content {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (min-width: 1400px) {
    .contact .contact-details .details-content {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.contact .contact-details .detail-group {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.25em;
}

.contact .contact-details .detail-group svg {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5em;
    width: 35px;
    width: 2.1875rem;
    height: 35px;
    height: 2.1875rem;
    fill: #1cff94;
    position: relative;
    top: 0.5em;
}

@media screen and (min-width: 1000px) {
    .contact .contact-details .detail-group svg {
        width: 40px;
        width: 2.5rem;
        height: 40px;
        height: 2.5rem;
    }
}

.contact .contact-details .detail-group span {
    display: inline-block;
    width: calc(100% - 50px);
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.contact .contact-map {
    display: block;
    width: 100%;
    height: 60%;
    background-color: #3a454c;
}

@media screen and (min-width: 1000px) {
    .contact .contact-map {
        height: 67%;
    }
}

option {
    background: #3a454c;
    padding: 5px 0;
    padding: 0.3125rem 0;
}

.fourohfour {
    height: 100%;
    width: 100%;
    background: #1d2123 url("../images/intro-bg-small.jpg") 50% 50% no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1000px) {
    .fourohfour {
        background: #1d2123 url("../images/intro-bg.jpg") 50% 50% no-repeat;
        background-size: cover;
    }
}

.fourohfour .section-content {
    margin-left: 0;
}
.fa{
    font-size: 32px;
    color:#1cff94;
}
.full-nav li a.active{
    background:#1cff94;
}
.full-nav li a.active .fa{
    color:#1d2123;
}

.mobile_new{
    display:block;
    margin:0 auto 0.625rem;
}
.social_new{
    color: #3a454c;
    font-size: 22px;
}
.new_facebook:hover >.facebook_new{
    color:#3b5998;
}
.new_twitter:hover >.twitter_new{
    color:#4099ff;
}
.new_dribble:hover >.dribble_new{
    color:#ea4c89;
}
.contact_new{
    font-size: 22px;
}
.contact_email{
    font-size: 16px;
}
.contact_contain{
    margin-left: 15px;
}
.contain_email{
    margin-left: 12px;
}
