@import url(https://fonts.googleapis.com/css?family=bebas_neueregular);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext);


    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: rgba(0, 0, 0, 0);
}
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, .xmas .from .gc-link {
    -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%);
}
}@keyframes fadein {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-moz-keyframes fadein {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes fadein {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-o-keyframes fadein {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes scrollup {
    0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@-moz-keyframes scrollup {
    0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@-webkit-keyframes scrollup {
    0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@-o-keyframes scrollup {
    0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes scrolldown {
    0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@-moz-keyframes scrolldown {
    0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@-webkit-keyframes scrolldown {
    0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@-o-keyframes scrolldown {
    0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes scrollleft {
    0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
}@-moz-keyframes scrollleft {
    0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
}@-webkit-keyframes scrollleft {
    0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
}@-o-keyframes scrollleft {
    0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes scrollright {
    0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
}@-moz-keyframes scrollright {
    0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
}@-webkit-keyframes scrollright {
    0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
}@-o-keyframes scrollright {
    0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
}@font-face {
    font-family: 'avenir';
    src: url("../fonts/avenir.eot");
    src: url("../fonts/avenir.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir.woff") format("woff"), url("../fonts/avenir.ttf") format("truetype"), url("../fonts/avenir.svg#wf") format("svg");
}
@font-face {
    font-family: 'LocalMarketScript-Regular';
    src: url("../fonts/2CD044_0_0.eot");
    src: url("../fonts/2CD044_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CD044_0_0.woff2") format("woff2"), url("../fonts/2CD044_0_0.woff") format("woff"), url("../fonts/2CD044_0_0.ttf") format("truetype");
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1;
}
a {
    text-decoration: none;
}
.srt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.title {
    font-family: 'bebas_neueregular', sans-serif;
    font-size: 60px;
    font-size: 3.45rem;
    line-height: 0.9em;
    color: #ff5c36;
    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: 'Open Sans', 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: #ff5c36;
}
@media screen and (min-width: 750px) {
    .note {
    font-size: 14px;
    font-size: 0.875rem;
}
}.inline {
    display: inline-block;
    color: #ff5c36;
    font-weight: 600;
}
.inline:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #ff5c36;
    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: 'Open Sans', 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: #ff5c36;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    border-radius: 3px;
    border-radius: 0.1875rem;
    border: 1px solid #ff5c36;
    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: #ff5c36;
}
.box-link.dark {
    color: #1d2123;
    border: 1px solid #1d2123;
}
.box-link.dark:focus, .box-link.dark:hover {
    color: #ff5c36;
    background: #1d2123;
}
label:not(.error) {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: 400;
}
label.error {
    font-family: 'Open Sans', sans-serif;
    color: #ff5c36;
    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: 'Open Sans', 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: #ff5c36;
}
textarea {
    line-height: 1.375em;
}
input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    color: #ff5c36;
    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;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-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;
    -webkit-transform: translate(0,  0);
    -moz-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-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 #ff5c36;
    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: #ff5c36;
}
@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 #595c59;
    -webkit-transition: color 0.75s, border-bottom 0.75s;
    -moz-transition: color 0.75s, border-bottom 0.75s;
    -o-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 #ff5c36;
    color: #ff5c36;
}
@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 #595c59;
    -webkit-transition: color 0.75s, border 0.75s;
    -moz-transition: color 0.75s, border 0.75s;
    -o-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 #ff5c36;
    color: #ff5c36;
}
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;
    -webkit-transition: color 0.75s;
    -moz-transition: color 0.75s;
    -o-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: #ff5c36;
}
.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;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-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;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-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: #ff5c36;
}
.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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
    background-color: #1d2123;
}
.full-nav li a svg {
    fill: #ff5c36;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 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: #ff5c36;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -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;
    -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;
    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: #ff5c36;
}
.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;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, color 0.5s ease;
    -webkit-transition-delay: 0s, 0s, 0.4s;
    -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;
    transition: opacity 0.4s ease, transform 0.4s ease, color 0.5s ease 0.4s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.social {
    display: none;
    position: absolute;
    top: calc(100% - 130px);
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-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;
    -webkit-transition: fill 0.4s ease;
    -moz-transition: fill 0.4s ease;
    -o-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;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-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;
    -webkit-transform: translate(0,  0);
    -moz-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-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;
    height: 100vh;
    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;
    -webkit-transform: translate(0,  -50%);
    -moz-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    -o-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;
    -webkit-transform: translate(0,  0);
    -moz-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-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: #ff5c36;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: calc($height-line / 2);
    border-radius: calc($height-line / 2);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-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 {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
#menu-icon:hover .line-3, #menu-icon:focus .line-3, #menu-icon:hover .line-3 {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-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;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-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;
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-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 {
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}
.trans-page, trans-overlay {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-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: #ff5c36;
    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;
    -webkit-transform: translate(0,  -50%);
    -moz-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    -o-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;
    -webkit-transform: translate(0,  0);
    -moz-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-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 {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-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;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.work ul li a:hover:after {
    opacity: 0;
}
.work ul li a:hover img {
    -webkit-transform: scale(1.03,  1.03);
    -moz-transform: scale(1.03,  1.03);
    -ms-transform: scale(1.03,  1.03);
    -o-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;
    -webkit-transition: -webkit-transform 10s ease;
    -moz-transition: -moz-transform 10s ease;
    -o-transition: -o-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;
    -webkit-transform: translate(0,  -50%);
    -moz-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    -o-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;
    -webkit-transform: translate(0,  0);
    -moz-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-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;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-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: #ff5c36;
    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;
    position: relative;
    top: 10px;
    top: 0.625rem;
    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;
}
.xmas {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #1d2123;
    background-image: url("../images/xmas-small.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 750px) {
    .xmas {
    background-image: url("../images/xmas-med.jpg");
}
}@media screen and (min-width: 1000px) {
    .xmas {
    background-image: url("../images/xmas-large.jpg");
}
}.xmas .to {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    z-index: 3;
}
@media screen and (min-width: 1000px) {
    .xmas .to {
    top: 40px;
}
}.xmas .to span {
    display: block;
    font-family: "LocalMarketScript-Regular",  serif;
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.5em;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    opacity: 0;
    -webkit-animation: fadein 2s ease 0.5s;
    -moz-animation: fadein 2s ease 0.5s;
    -o-animation: fadein 2s ease 0.5s;
    animation: fadein 2s ease 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) {
    .xmas .to span {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 0.75em;
}
}.xmas .to .to-name {
    font-size: 24px;
    font-size: 1.5rem;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -webkit-animation: fadein 2s ease 0.8s, scrollup 0.5s ease 0.8s;
    -moz-animation: fadein 2s ease 0.8s, scrollup 0.5s ease 0.8s;
    -o-animation: fadein 2s ease 0.8s, scrollup 0.5s ease 0.8s;
    animation: fadein 2s ease 0.8s, scrollup 0.5s ease 0.8s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@media screen and (min-width: 750px) {
    .xmas .to .to-name {
    font-size: 30px;
    font-size: 1.875rem;
}
}.xmas .to .client-logo {
    display: block;
    width: auto;
    max-height: 100px;
    max-width: 300px;
    margin: 10px auto 0;
}
.xmas .xmas-message {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 80%;
    width: calc(90% - 4rem);
    height: 80%;
    height: calc(100% - 10rem);
    margin: 0 auto;
    opacity: 0;
    -webkit-animation: fadein 2s ease 2s;
    -moz-animation: fadein 2s ease 2s;
    -o-animation: fadein 2s ease 2s;
    animation: fadein 2s ease 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/merryxmas-sml.png);
}
@media screen and (min-width: 750px) {
    .xmas .xmas-message {
    width: calc(90% - 6rem);
}
}@media screen and (min-width: 1000px) {
    .xmas .xmas-message {
    height: calc(100% - 15rem);
    background-image: url(../images/merryxmas.png);
}
}.xmas .from {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 3;
    text-align: center;
}
@media screen and (min-width: 1000px) {
    .xmas .from {
    bottom: 40px;
}
}.xmas .from span {
    display: block;
    font-family: "LocalMarketScript-Regular",  serif;
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.5em;
    opacity: 0;
    -webkit-animation: fadein 2s ease 3s;
    -moz-animation: fadein 2s ease 3s;
    -o-animation: fadein 2s ease 3s;
    animation: fadein 2s ease 3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) {
    .xmas .from span {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 0.75em;
}
}.xmas .from .gc-link {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -webkit-animation: fadein 2s ease 3.5s, scrollup 0.5s ease 3.5s;
    -moz-animation: fadein 2s ease 3.5s, scrollup 0.5s ease 3.5s;
    -o-animation: fadein 2s ease 3.5s, scrollup 0.5s ease 3.5s;
    animation: fadein 2s ease 3.5s, scrollup 0.5s ease 3.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@media screen and (min-width: 750px) {
    .xmas .from .gc-link {
    font-size: 30px;
    font-size: 1.875rem;
}
}.xmas .from .gc-link:hover {
    color: #ff5c36;
}
.xmas .share {
    position: absolute;
    left: 0;
    top: 75%;
    z-index: 3;
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
}
@media screen and (min-width: 1000px) {
    .xmas .share {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
}.xmas .share li {
    position: relative;
    z-index: 5;
}
.xmas .share li:nth-of-type(1) .social-link, .xmas .share li:nth-of-type(1) .social-link:hover {
    background: #3b5998 url("../images/svg/facebook-white.svg") 50% 50% no-repeat;
    background-size: 15px auto;
}
@media screen and (min-width: 1000px) {
    .xmas .share li: nth-of-type(1) .social-link, .xmas .share li:nth-of-type(1) .social-link:hover {
    background-size: 25px auto;
}
}.xmas .share li:nth-of-type(1) .nav-label {
    -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
    -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
    transition: background 0.4s ease, transform 0.4s ease 0.1s;
    background: #1e2e4f;
}
.xmas .share li:nth-of-type(1) .social-link:hover .nav-label {
    -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
    -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
    transition: transform 0.4s ease, background 0.4s ease 0.1s;
    background: #3B5998;
}
.xmas .share li:nth-of-type(2) .social-link, .xmas .share li:nth-of-type(2) .social-link:hover {
    background: #4099ff url("../images/svg/twitter-white.svg") 50% 50% no-repeat;
    background-size: 15px auto;
}
@media screen and (min-width: 1000px) {
    .xmas .share li: nth-of-type(2) .social-link, .xmas .share li:nth-of-type(2) .social-link:hover {
    background-size: 25px auto;
}
}.xmas .share li:nth-of-type(2) .nav-label {
    -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
    -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
    transition: background 0.4s ease, transform 0.4s ease 0.1s;
    background: #0065d9;
}
.xmas .share li:nth-of-type(2) .social-link:hover .nav-label {
    -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
    -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
    transition: transform 0.4s ease, background 0.4s ease 0.1s;
    background: #4099FF;
}
.xmas .share li .social-link {
    position: relative;
    display: block;
    cursor: pointer;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 1000px) {
    .xmas .share li .social-link {
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem;
}
}.xmas .share li .social-link .nav-label {
    display: block;
    height: 40px;
    height: 2.5rem;
    position: absolute;
    top: 0px;
    top: 0rem;
    margin-left: 20px;
    margin-left: 1.25rem;
    line-height: 64px;
    line-height: 4rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    white-space: nowrap;
    z-index: 4;
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform-origin: left 50%;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -o-transform-origin: left 50%;
    transform-origin: left 50%;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
@media screen and (min-width: 1000px) {
    .xmas .share li .social-link .nav-label {
    height: 60px;
    height: 3.75rem;
    margin-left: 40px;
    margin-left: 2.5rem;
}
}.xmas .share li .social-link .nav-label span {
    -webkit-transform-origin: left 50%;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -o-transform-origin: left 50%;
    transform-origin: left 50%;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
.xmas .share li .social-link:hover .nav-label, .xmas .share li .social-link:hover .nav-label span {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.xmas .share li .fb-share-button {
    position: relative;
    bottom: 32px;
}
@media screen and (min-width: 1000px) {
    .xmas .share li .fb-share-button {
    bottom: 22px;
}
}.xmas .share li #twitter-widget-0 {
    position: relative;
    bottom: 6px;
}
@media screen and (min-width: 1000px) {
    .xmas .share li #twitter-widget-0 {
    position: static;
    vertical-align: middle;
}
}.xmas #xmas {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
