@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/* compiled by scssphp v0.6.7 on Wed, 09 Aug 2017 15:52:51 +1200 (1.3892s) */
/* line 328, styles/_functions.scss */
.bordered-heading:after,
.button.contact-button:after,
.button.video-button:after,
.pagination .nav a.arrow:before,
.pagination .nav span.arrow:before,
.games .game h2:after,
.case-studies .case-study .image .hover:after,
.recent-case-studies .case-study .hover:before,
.open-sub:before,
.open-sub:after,
.slideshow button.slick-arrow:before,
.article-summary .image:hover:after,
.blog-arrows a .arrow:after,
.recent-articles-large .article-small .image:hover:after {
    content: '';
    display: block;
    position: absolute;
    }

/* line 338, styles/_functions.scss */
/* line 340, styles/_functions.scss */
.container:before,
.search-results article:before,
.slideshow:before,
.container:after,
.search-results article:after,
.slideshow:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    }

/* line 1, styles/_main.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    }

/* line 6, styles/_main.scss */
* ::selection {
    background: #abdb25;
    color: #fff;
    }

/* line 11, styles/_main.scss */
* ::-moz-selection {
    background: #abdb25;
    color: #fff;
    }

/*** element styles ***/
/* line 19, styles/_main.scss */
body {
    background: #fff;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    }

/* line 156, styles/_functions.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    margin-bottom: 1em;
    }

/* line 43, styles/_main.scss */
h2 {
    font-size: 25px;
    margin-bottom: 28px;
    font-weight: bold;
    text-transform: uppercase;
    }

/* line 51, styles/_main.scss */
h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    }

/* line 59, styles/_main.scss */
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    }

/* line 224, styles/_functions.scss */
a:hover,
a:focus,
a:active {
    color: #abdb25;
    }

/* line 70, styles/_main.scss */
a img {
    border: none;
    }

/* line 76, styles/_main.scss */
img {
    height: auto;
    max-width: 100%;
    }

/* line 82, styles/_main.scss */
/* line 85, styles/_main.scss */
input:disabled,
textarea:disabled {
    opacity: .5;
    }

/* line 91, styles/_main.scss */
strong {
    color: #abdb25;
    font-weight: 700;
    }

/* line 97, styles/_main.scss */
.thin-heading {
    font-weight: 300;
    font-size: 40px;
    line-height: 39px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-shadow: 2px 1px 5px rgba(0,0,0,.9);
    }
@media screen and (max-width: 599px) {
.thin-heading {
    font-size: 23px;
    line-height: 22px;
    }
}

/* line 114, styles/_main.scss */
.bold-heading {
    font-family: Impact,Charcoal,sans-serif;
    font-size: 80px;
    line-height: 79px;
    text-transform: uppercase;
    text-shadow: 2px 1px 5px rgba(0,0,0,.9);
    }
@media screen and (max-width: 599px) {
.bold-heading {
    font-size: 34px;
    line-height: 33px;
    }
}

/* line 129, styles/_main.scss */
.bordered-heading {
    padding-bottom: 18px;
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: uppercase;
    }
@media screen and (max-width: 1159px) {
.bordered-heading {
    font-size: 30px;
    }
}

/* line 141, styles/_main.scss */
.bordered-heading:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 6px;
    width: 180px;
    background: #abdb25;
    }

/* line 153, styles/_main.scss */
.bordered-heading.left:after {
    right: auto;
    }
@media screen and (max-width: 1159px) {
.bordered-heading.left:after {
    right: 0;
    }
}

/* line 164, styles/_main.scss */
.bold-bordered {
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 2px;
    font-family: Impact,Charcoal,sans-serif;
    padding: 4px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    }

/*** globally relevant styles ***/
/* line 176, styles/_main.scss */
.button {
    cursor: pointer;
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border: 2px solid #abdb25;
    background: #abdb25;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }

/* line 224, styles/_functions.scss */
.button:hover,
.button:focus,
.button:active {
    background: url(images/background_stripes_dark.png);
    text-decoration: none;
    color: #fff;
    }

/* line 198, styles/_main.scss */
.button.inverted {
    background: url(images/background_stripes_dark.png);
    color: #fff;
    }

/* line 203, styles/_main.scss */
.button.inverted:hover {
    color: #000;
    background: #fff;
    }

/* line 210, styles/_main.scss */
.button.contact-button,
.button.video-button {
    line-height: 22px;
    padding: 15px 36px;
    padding-left: 67px;
    color: #fff;
    }

/* line 218, styles/_main.scss */
.button.contact-button:after,
.button.video-button:after {
    height: 16px;
    width: 16px;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    }

/* line 233, styles/_main.scss */
.button.contact-button.right,
.button.video-button.right {
    float: right;
    }
@media screen and (max-width: 1159px) {
.button.contact-button.right,
.button.video-button.right {
    float: none;
    }
}

/* line 244, styles/_main.scss */
@media screen and (max-width: 1159px) {
.button.contact-button {
    margin-top: 10px;
    }
}

/* line 252, styles/_main.scss */
.button.contact-button:after {
    background: url(images/icon_edit.svg) center center no-repeat;
    }

/* line 257, styles/_main.scss */
.button.video-button:after {
    height: 18px;
    width: 22px;
    background: url(images/icon_play.png) center center no-repeat;
    }

/* line 266, styles/_main.scss */
.highlight {
    color: #999;
    font-weight: bold;
    }

/* line 272, styles/_main.scss */
.map {
    width: 100%;
    min-height: 400px;
    }

/* line 278, styles/_main.scss */
.google-map {
    min-height: 300px;
    }

/* line 282, styles/_main.scss */
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

/* line 292, styles/_main.scss */
.video-embed {
    max-width: 800px;
    width: 100%;
    }

/* line 297, styles/_main.scss */
.video-embed:before {
    content: '';
    display: block;
    position: relative;
    padding-top: 56%;
    }

/* line 305, styles/_main.scss */
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

/* line 315, styles/_main.scss */
.message {
    color: #fd1a00;
    }

/* line 320, styles/_main.scss */
.pagination {
    color: rgba(0,0,0,.4);
    }
@media screen and (max-width: 1159px) {
.pagination {
    margin-bottom: 30px;
    }
}

/* line 329, styles/_main.scss */
@media screen and (max-width: 1159px) {
.pagination .nav {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 50px;
    }
}

/* line 340, styles/_main.scss */
.pagination .nav a,
.pagination .nav span {
    display: inline-block;
    padding: 9px 14px;
    margin: 0 6px;
    font-size: 12px;
    border: 2px solid transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: rgba(0,0,0,.4);
    }

/* line 351, styles/_main.scss */
.pagination .nav a:hover,
.pagination .nav span:hover,
.pagination .nav a.current,
.pagination .nav span.current {
    border: 2px solid rgba(0,0,0,.4);
    text-decoration: none;
    }

/* line 358, styles/_main.scss */
.pagination .nav a.arrow,
.pagination .nav span.arrow {
    text-indent: -10000px;
    width: 39px;
    }
@media screen and (max-width: 599px) {
.pagination .nav a.arrow,
.pagination .nav span.arrow {
    position: absolute;
    top: 0;
    margin: 0;
    border: 2px solid rgba(0,0,0,.2);
    width: 48%;
    }
}

/* line 372, styles/_main.scss */
.pagination .nav a.arrow:before,
.pagination .nav span.arrow:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 7px;
    width: 7px;
    border-top: 2px solid rgba(0,0,0,.4);
    border-right: 2px solid rgba(0,0,0,.4);
    }

/* line 385, styles/_main.scss */
@media screen and (max-width: 599px) {
.pagination .nav a.arrow.previous,
.pagination .nav span.arrow.previous {
    left: 0;
    }
}

/* line 392, styles/_main.scss */
.pagination .nav a.arrow.previous:before,
.pagination .nav span.arrow.previous:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 1px;
    }
@media screen and (max-width: 599px) {
.pagination .nav a.arrow.previous:before,
.pagination .nav span.arrow.previous:before {
    left: 0;
    right: 0;
    margin: auto;
    }
}

/* line 406, styles/_main.scss */
@media screen and (max-width: 599px) {
.pagination .nav a.arrow.next,
.pagination .nav span.arrow.next {
    right: 0;
    }
}

/* line 413, styles/_main.scss */
.pagination .nav a.arrow.next:before,
.pagination .nav span.arrow.next:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -3px;
    }
@media screen and (max-width: 599px) {
.pagination .nav a.arrow.next:before,
.pagination .nav span.arrow.next:before {
    left: 0;
    right: 0;
    margin: auto;
    }
}

/* line 430, styles/_main.scss */
.pagination span.arrow {
    opacity: 0;
    }

/* line 435, styles/_main.scss */
.pagination .page-count {
    float: right;
    }
@media screen and (max-width: 1159px) {
.pagination .page-count {
    float: none;
    display: block;
    text-align: center;
    }
}

/* line 448, styles/_main.scss */
.struct {
    display: none;
    }
@media screen and (max-width: 599px) {
/* line 455, styles/_main.scss */
.mobile-hide {
    display: none;
    }
}

/* float clearing usually applied to <br /> sometimes div or span  */
/* DEPRECATED use @extend clearfix */
/* line 463, styles/_main.scss */
.clear {
    clear: both;
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
    width: 99%;
    }

/*** section styles ***/
/* line 474, styles/_main.scss */
body > [role=banner],
main {
    margin: 0 auto;
    position: relative;
    width: 100%;
    }

/* line 482, styles/_main.scss */
.container {
    margin: 0 auto;
    padding: 0;
    max-width: 1140px;
    }

/* line 491, styles/_main.scss */
body > header {
    height: 111px;
    z-index: 10;
    background: url(images/background_stripe.jpg);
    }
@media screen and (max-width: 1159px) {
body > header {
    height: auto;
    }
}

/* line 502, styles/_main.scss */
body > header .stuck-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
@media screen and (max-width: 1159px) {
body > header .stuck-header {
    position: static;
    }
}

/* line 516, styles/_main.scss */
body > header .header-top {
    background: url(images/background_stripe_dark.png) center top repeat;
    color: #999;
    font-size: 13px;
    line-height: 36px;
    padding: 0 20px;
    }
@media screen and (max-width: 599px) {
body > header .header-top {
    display: none;
    }
}

/* line 529, styles/_main.scss */
body > header .header-top a {
    color: inherit;
    }

/* line 534, styles/_main.scss */
body > header .header-top img {
    vertical-align: middle;
    }

/* line 539, styles/_main.scss */
body > header .header-top .header-contact {
    float: left;
    }

/* line 543, styles/_main.scss */
body > header .header-top .header-contact img {
    margin-right: 6px;
    }

/* line 548, styles/_main.scss */
body > header .header-top .header-contact a {
    margin-right: 15px;
    }

/* line 554, styles/_main.scss */
body > header .header-top .social {
    float: right;
    }
@media screen and (max-width: 1159px) {
body > header .header-top .social {
    float: none;
    }
}

/* line 563, styles/_main.scss */
body > header .header-top .social a {
    margin: 0 5px;
    }

/* line 567, styles/_main.scss */
body > header .header-top .social a:hover {
    text-decoration: none;
    }

/* line 572, styles/_main.scss */
body > header .header-top .social a img {
    opacity: .5;
    width: 16px;
    height: 16px;
    }

/* line 582, styles/_main.scss */
body > header .site-header {
    position: relative;
    }

/* line 586, styles/_main.scss */
body > header .site-header .container {
    height: 75px;
    }

/* line 593, styles/_main.scss */
body > header .logo {
    display: block;
    float: left;
    margin-top: 12px;
    }
@media screen and (max-width: 1159px) {
body > header .logo {
    margin-left: 20px;
    }
}

/* line 604, styles/_main.scss */
body > header .logo img {
    display: block;
    }

/* line 611, styles/_main.scss */
.page-title {
    padding: 25px 0;
    font-size: 40px;
    font-weight: 300;
    background: url(images/background_stripes.jpg);
    color: #fff;
    text-transform: uppercase;
    }
@media screen and (max-width: 1159px) {
.page-title {
    text-align: center;
    }
}

/* line 625, styles/_main.scss */
.page-title.smaller {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    }

/* line 632, styles/_main.scss */
.page-title .container {
    padding: 0 20px;
    }

/* line 637, styles/_main.scss */
.page-title .title {
    display: inline-block;
    width: 66%;
    }
@media screen and (max-width: 1159px) {
.page-title .title {
    width: 100%;
    }
}

/* line 648, styles/_main.scss */
.page-title .button {
    float: right;
    background-color: #000;
    color: #fff;
    border: none;
    }
@media screen and (max-width: 1159px) {
.page-title .button {
    float: none;
    }
}

/* line 660, styles/_main.scss */
.page-title .button:hover {
    background-color: #232323;
    }

/* line 667, styles/_main.scss */
main {
    z-index: 5;
    }

/* line 672, styles/_main.scss */
.content {
    padding: 40px 20px;
    font-size: 14px;
    }

/* line 677, styles/_main.scss */
.content p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 26px;
    }

/* line 685, styles/_main.scss */
.col-2 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 15px;
    }

/* line 692, styles/_main.scss */
.col-2.wide {
    width: 65%;
    }
@media screen and (max-width: 1159px) {
.col-2.wide {
    width: 100%;
    }
}

/* line 702, styles/_main.scss */
.col-2.short {
    width: 32%;
    }
@media screen and (max-width: 1159px) {
.col-2.short {
    width: 100%;
    }
}

@media screen and (max-width: 1159px) {
.col-2 {
    width: 100%;
    display: block;
    padding: 0;
    }
}

/* line 720, styles/_main.scss */
.col-3 {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 15px;
    }
@media screen and (max-width: 1159px) {
.col-3 {
    width: 100%;
    }
}

/* line 733, styles/_main.scss */
.col-4 {
    display: inline-block;
    vertical-align: top;
    width: 24.3%;
    padding: 0 15px;
    }
@media screen and (max-width: 1159px) {
.col-4 {
    width: 49%;
    }
}

@media screen and (max-width: 599px) {
.col-4 {
    width: 100%;
    }
}

/* line 750, styles/_main.scss */
.col-4 .button {
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    }

/* line 758, styles/_main.scss */
.col-5 {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    padding: 40px 15px;
    text-align: center;
    }
@media screen and (max-width: 1159px) {
.col-5 {
    width: 32.5%;
    }
}

@media screen and (max-width: 599px) {
.col-5 {
    width: 49%;
    }
}

/* line 777, styles/_main.scss */
.flex-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }

/* line 782, styles/_main.scss */
.flex-columns .col-4 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }

/* line 789, styles/_main.scss */
.flex-columns .col-4 div {
    width: 100%;
    }
@media screen and (max-width: 599px) {
.flex-columns .col-4 {
    display: block;
    }
}

/* line 799, styles/_main.scss */
@media screen and (max-width: 1159px) {
.flex-columns .col-4 img {
    width: 100%;
    }
}

/* line 810, styles/_main.scss */
.sidebar {
    float: right;
    width: 270px;
    }
@media screen and (max-width: 999px) {
.sidebar {
    float: none;
    width: auto;
    }
}

/* line 822, styles/_main.scss */
.hasSidebar {
    float: left;
    width: calc(100% - 300px);
    width: calc(100% - 300px);
    width: calc(100% - 300px);
    }
@media screen and (max-width: 999px) {
.hasSidebar {
    float: none;
    margin-top: 30px;
    width: auto;
    }
}

/* line 835, styles/_main.scss */
ul.contact-details {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    }

/* line 841, styles/_main.scss */
ul.contact-details li {
    list-style-type: none;
    padding: 0;
    padding-left: 25px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 20px;
    }

/* line 850, styles/_main.scss */
ul.contact-details li img {
    position: absolute;
    left: 0;
    top: 4px;
    }

/* line 858, styles/_main.scss */
ul.contact-details a {
    color: inherit;
    }

/* line 862, styles/_main.scss */
ul.contact-details a:hover {
    color: #abdb25;
    text-decoration: none;
    }

/* line 870, styles/_main.scss */
footer[role="banner"] {
    z-index: 0;
    background: url(images/background_stripes_dark.png);
    color: #ccc;
    }

/* line 877, styles/_main.scss */
.site-footer {
    padding: 50px 20px;
    font-size: 14px;
    }

/* line 882, styles/_main.scss */
.site-footer h3 {
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #abdb25;
    text-transform: uppercase;
    margin-bottom: 30px;
    }

/* line 891, styles/_main.scss */
.site-footer .footer-contact {
    float: right;
    max-width: 322px;
    width: 100%;
    }
@media screen and (max-width: 1159px) {
.site-footer .footer-contact {
    float: none;
    }
}

/* line 904, styles/_main.scss */
.site-footer .blog-footer {
    float: left;
    }
@media screen and (max-width: 1159px) {
.site-footer .blog-footer {
    float: none;
    margin-bottom: 40px;
    }
}

/* line 914, styles/_main.scss */
.site-footer .blog-footer .article-small .date {
    color: #abdb25;
    }

/* line 921, styles/_main.scss */
.site-footer .social a,
.content .social a {
    margin-right: 15px;
    text-decoration: none;
    opacity: .5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    }

/* line 929, styles/_main.scss */
.site-footer .social a:hover,
.content .social a:hover {
    opacity: 1;
    }

/* line 935, styles/_main.scss */
.sub-footer {
    font-size: 11px;
    border-top: 1px solid #ccc;
    padding: 0 20px;
    padding-top: 25px;
    padding-bottom: 20px;
    }

/* line 943, styles/_main.scss */
.sub-footer .copyright {
    float: left;
    }
@media screen and (max-width: 1159px) {
.sub-footer .copyright {
    float: none;
    text-align: center;
    }
}

/* line 954, styles/_main.scss */
.sub-footer .attribution {
    float: right;
    }
@media screen and (max-width: 599px) {
.sub-footer .attribution {
    float: none;
    }
}

/* line 964, styles/_main.scss */
.sub-footer a {
    color: inherit;
    }

/* games */
/* line 972, styles/_main.scss */
/* line 974, styles/_main.scss */
.games .game {
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
    }

/* line 980, styles/_main.scss */
.games .game h2 {
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    }

/* line 987, styles/_main.scss */
.games .game h2:after {
    bottom: 0;
    left: 0;
    height: 6px;
    width: 130px;
    background: #abdb25;
    }

/* line 999, styles/_main.scss */
.games .game .image,
.games .game .game-content {
    width: 49%;
    }
@media screen and (max-width: 1159px) {
.games .game .image,
.games .game .game-content {
    width: 100%;
    }
}

/* line 1010, styles/_main.scss */
.games .game .game-content {
    font-size: 30px;
    color: #5f5f5f;
    }
@media screen and (max-width: 1159px) {
.games .game .game-content {
    font-size: 20px;
    }
}

/* line 1020, styles/_main.scss */
.games .game .game-content p {
    line-height: 50px;
    }
@media screen and (max-width: 1159px) {
.games .game .game-content p {
    line-height: 25px;
    }
}

/* line 1031, styles/_main.scss */
/* line 1033, styles/_main.scss */
.games .game:nth-child(even) .image {
    float: right;
    }
@media screen and (max-width: 1159px) {
.games .game:nth-child(even) .image {
    float: none;
    }
}

/* line 1043, styles/_main.scss */
.games .game:nth-child(even) .game-content {
    float: left;
    }
@media screen and (max-width: 1159px) {
.games .game:nth-child(even) .game-content {
    float: none;
    }
}

/* line 1054, styles/_main.scss */
/* line 1056, styles/_main.scss */
.games .game:nth-child(odd) .image {
    float: left;
    }
@media screen and (max-width: 1159px) {
.games .game:nth-child(odd) .image {
    float: none;
    }
}

/* line 1066, styles/_main.scss */
.games .game:nth-child(odd) .game-content {
    float: right;
    }
@media screen and (max-width: 1159px) {
.games .game:nth-child(odd) .game-content {
    float: none;
    }
}

/* case studies */
/* line 1080, styles/_main.scss */
.case-studies {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
    }

/* line 1087, styles/_main.scss */
.case-studies .case-study {
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px;
    max-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    border: 1px solid #efefef;
    }
@media screen and (max-width: 799px) {
.case-studies .case-study {
    max-width: calc(50% - 23px);
    max-width: calc(50% - 23px);
    max-width: calc(50% - 23px);
    }
}

@media screen and (max-width: 599px) {
.case-studies .case-study {
    max-width: 100%;
    margin: 20px 0;
    }
}

/* line 1106, styles/_main.scss */
.case-studies .case-study .image {
    display: block;
    }

/* line 1110, styles/_main.scss */
.case-studies .case-study .image:before {
    content: '';
    display: block;
    padding-top: 87.5%;
    }

/* line 1117, styles/_main.scss */
.case-studies .case-study .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    }

/* line 1126, styles/_main.scss */
.case-studies .case-study .image .hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(171,219,37,.9);
    background-size: 32px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    }

/* line 1138, styles/_main.scss */
.case-studies .case-study .image .hover:after {
    top: 0;
    bottom: 0;
    left: 35%;
    margin: auto;
    height: 32px;
    width: 32px;
    background: url(images/icon_arrow_circle.svg) center center no-repeat;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    }

/* line 1152, styles/_main.scss */
.case-studies .case-study .image:hover .hover {
    opacity: 1;
    }

/* line 1156, styles/_main.scss */
.case-studies .case-study .image:hover .hover:after {
    left: 45%;
    }

/* line 1163, styles/_main.scss */
.case-studies .case-study .summary {
    padding: 20px;
    }

/* line 1167, styles/_main.scss */
.case-studies .case-study .summary h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 8px;
    }

/* line 1175, styles/_main.scss */
.case-studies .case-study .summary p {
    opacity: .8;
    }

/* line 1182, styles/_main.scss */
.recent-title {
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    }

/* line 1191, styles/_main.scss */
.recent-case-studies {
    background: rgba(0,0,0,.03);
    border-top: 1px solid #dfe2e5;
    padding: 0 20px;
    }

/* line 1197, styles/_main.scss */
.recent-case-studies .container {
    padding: 60px 0;
    overflow: hidden;
    }

/* line 1203, styles/_main.scss */
.recent-case-studies .case-study {
    display: block;
    float: left;
    width: 25%;
    }
@media screen and (max-width: 714px) {
.recent-case-studies .case-study {
    width: 50%;
    }
}

/* line 1214, styles/_main.scss */
.recent-case-studies .case-study:before {
    content: '';
    display: block;
    padding-top: 87.5%;
    }

/* line 1221, styles/_main.scss */
.recent-case-studies .case-study img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    }

/* line 1229, styles/_main.scss */
.recent-case-studies .case-study .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    background: rgba(171,219,37,.8);
    }

/* line 1241, styles/_main.scss */
.recent-case-studies .case-study .hover:before {
    top: 7%;
    left: 0;
    right: 0;
    margin: auto;
    height: 45px;
    width: 45px;
    background: url(images/icon_plus_cirlce.svg);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    }
@media screen and (max-width: 599px) {
.recent-case-studies .case-study .hover:before {
    display: none;
    }
}

/* line 1259, styles/_main.scss */
.recent-case-studies .case-study .hover .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    }

/* line 1273, styles/_main.scss */
.recent-case-studies .case-study:hover .hover {
    opacity: 1;
    }

/* line 1277, styles/_main.scss */
.recent-case-studies .case-study:hover .hover:before {
    top: 13%;
    }

/* line 1282, styles/_main.scss */
.recent-case-studies .case-study:hover .hover .title {
    bottom: 10px;
    }

/* Page sections */
/* line 1292, styles/_main.scss */
.page-section {
    padding: 50px 20px;
    background-color: #fff;
    }

/* line 1297, styles/_main.scss */
.page-section.parallax {
    background-color: transparent;
    }
@media screen and (max-width: 1159px) {
.page-section {
    text-align: center;
    }
}

/* line 1307, styles/_main.scss */
.page-section.font-white {
    color: #fff;
    }

/* line 1311, styles/_main.scss */
.page-section.font-white .bold-bordered {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    }

/* line 1319, styles/_main.scss */
.page-section.font-green {
    color: #abdb25;
    }

/* line 1324, styles/_main.scss */
.page-section.bg-black {
    background-color: #000;
    }

/* line 1329, styles/_main.scss */
.page-section.bg-green {
    background-color: #abdb25;
    }

/* line 1333, styles/_main.scss */
.page-section.bg-green .button {
    background: #fff;
    color: #000;
    border-color: #fff;
    }

/* line 1339, styles/_main.scss */
.page-section.bg-green .button:hover {
    background: #abdb25;
    }

/* line 1344, styles/_main.scss */
.page-section.bg-green .button:after {
    background-image: url(images/icon_edit_dark.svg);
    }

/* line 1351, styles/_main.scss */
.page-section.showreel {
    padding-top: 0;
    padding-bottom: 0;
    }

/* line 1356, styles/_main.scss */
.page-section.showreel .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
@media screen and (max-width: 1159px) {
.page-section.showreel .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
}

/* line 1366, styles/_main.scss */
@media screen and (max-width: 1159px) {
.page-section.showreel .col-2.short {
    display: none;
    }
}

/* line 1373, styles/_main.scss */
.page-section.showreel .col-2.short img {
    height: 100%;
    }

/* line 1379, styles/_main.scss */
.page-section.showreel .col-2.wide {
    padding: 40px 0;
    }

/* line 1384, styles/_main.scss */
.page-section.showreel .bold-heading {
    font-size: 40px;
    line-height: 39px;
    }

/* line 1390, styles/_main.scss */
.page-section.showreel p {
    font-size: 24px;
    }

/* line 1396, styles/_main.scss */
.page-section p {
    margin-top: 0;
    }

/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
/* line 1411, styles/_main.scss */
.form-anchor {
    position: absolute;
    top: -111px;
    }

/* line 1417, styles/_main.scss */
/* line 1419, styles/_main.scss */
.contact .field-group {
    margin-bottom: 20px;
    text-align: left;
    }

/* line 1425, styles/_main.scss */
.contact .label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    }

/* line 1431, styles/_main.scss */
.contact .label .error {
    margin-left: 10px;
    }

/* line 1437, styles/_main.scss */
.contact .asterisk {
    color: #fd1a00;
    }

/* line 1442, styles/_main.scss */
.contact .error {
    color: #fd1a00;
    display: inline-block;
    font-size: .8em;
    }

/* line 1449, styles/_main.scss */
.contact .field {
    display: block;
    }

/* line 1454, styles/_main.scss */
.contact input[type=text],
.contact input[type=password],
.contact input[type=num],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
    display: block;
    padding: 10px;
    width: 100%;
    max-width: 472px;
    background: #fdfdfd;
    border: 1px solid #ccc;
    font-family: 'Open Sans',sans-serif;
    font-size: inherit;
    }

/* line 1471, styles/_main.scss */
.contact textarea {
    height: 170px;
    }

/* line 1481, styles/_main.scss */
img.auth {
    vertical-align: middle;
    }

/* line 1486, styles/_main.scss */
/* line 1487, styles/_main.scss */
.users th:first-child {
    width: 20%;
    }

/* line 1491, styles/_main.scss */
.users th:last-child {
    width: 40%;
    }

/* search results */
/* line 1497, styles/_main.scss */
.search-results {
    border-top: 1px solid #999;
    }

/* line 1501, styles/_main.scss */
.search-results article {
    border-bottom: 1px solid #d9d9d7;
    }

/* line 1507, styles/_main.scss */
.search-results h3 {
    margin: 0;
    }

/* line 1512, styles/_main.scss */
.search-results p {
    line-height: initial;
    }

/* line 1517, styles/_main.scss */
.search-results img {
    display: block;
    float: left;
    height: auto;
    margin: 0 .5em .5em 0;
    max-width: 150px;
    }

/* line 1526, styles/_main.scss */
.search-results a {
    display: block;
    padding: .5em 0;
    color: inherit;
    }

/* line 224, styles/_functions.scss */
.search-results a:hover,
.search-results a:focus,
.search-results a:active {
    text-decoration: none;
    }

/* line 1536, styles/_main.scss */
.search-results a:hover h3,
.search-results a:focus h3,
.search-results a:active h3 {
    color: inherit;
    text-decoration: underline;
    }

/* line 1545, styles/_main.scss */
/* line 1547, styles/_main.scss */
.sidebar.search-results img {
    float: none;
    margin: .5em 0;
    }

/* jQueryUI overrides */
/* line 3, styles/_jquery-ui.scss */
.ui-widget {
    font-family: inherit;
    font-size: 1em;
    }

/* line 8, styles/_jquery-ui.scss */
.ui-helper-reset {
    font-size: 1em;
    }

/* line 13, styles/_jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #ccc;
    border-color: #000;
    border-radius: 0;
    color: #000;
    }

/* line 22, styles/_jquery-ui.scss */
.ui-state-default a,
.ui-widget-content .ui-state-default a,
.ui-widget-header .ui-state-default a {
    color: inherit;
    text-decoration: none;
    }

/* line 29, styles/_jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border-color: #999;
    color: #999;
    }

/* line 37, styles/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #abdb25;
    border-color: #999;
    color: #fff;
    }

/* line 45, styles/_jquery-ui.scss */
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a {
    text-decoration: none;
    }

/* line 50, styles/_jquery-ui.scss */
.ui-accordion-content {
    border-radius: 0;
    font-size: .875em;
    margin-bottom: 10px;
    }

/* line 56, styles/_jquery-ui.scss */
.ui-accordion-content + .ui-accordion-header {
    margin-top: 10px;
    }

/* line 62, styles/_jquery-ui.scss */
.ui-accordion-header {
    font-size: .875em;
    }

/* line 67, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
    border-width: 0;
    }

/* line 71, styles/_jquery-ui.scss */
.ui-state-active a {
    color: inherit;
    }

/* line 75, styles/_jquery-ui.scss */
.ui-widget {
    font-family: 'Open Sans',sans-serif;
    }

/* Better tab styles */
/* line 82, styles/_jquery-ui.scss */
.tabs.ui-tabs {
    padding: 0;
    border-radius: 0;
    border: none;
    }

/* line 88, styles/_jquery-ui.scss */
@media screen and (max-width: 1159px) {
.tabs.ui-tabs > ul li {
    width: 48%;
    }
}

/* line 95, styles/_jquery-ui.scss */
.tabs.ui-tabs > ul li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/* line 103, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
    background: none;
    border: none;
    border-bottom: 2px solid #abdb25;
    padding: 0;
    border-radius: 0;
    }

/* line 112, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
    border-radius: 0;
    }

/* line 2, styles/_lightbox.scss */
/* line 4, styles/_lightbox.scss */
#cboxLoadedContent .content {
    padding: 0;
    }
@media screen and (min-width: 1025px) {
/* line 3, styles/_navigation.scss */
.main-navigation {
    float: right;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 7;
    text-align: right;
    }

/* line 15, styles/_navigation.scss */
.main-navigation > ul {
    margin: 0;
    max-width: 1160px;
    padding: 0;
    width: 100%;
    }

/* line 23, styles/_navigation.scss */
.main-navigation li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 75px;
    }

/* line 31, styles/_navigation.scss */
.main-navigation li a {
    background: #fff;
    color: #444;
    display: inline-block;
    line-height: 20px;
    width: 100%;
    padding: 0 20px;
    text-decoration: none;
    text-align: center;
    }

/* line 42, styles/_navigation.scss */
.main-navigation li a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #abdb25;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
    }

/* line 224, styles/_functions.scss */
/* line 55, styles/_navigation.scss */
.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation li:active > a {
    text-decoration: none;
    }

/* line 59, styles/_navigation.scss */
.main-navigation li:hover > a:hover:after,
.main-navigation li:focus > a:hover:after,
.main-navigation li:active > a:hover:after {
    width: 100%;
    }

/* line 67, styles/_navigation.scss */
.main-navigation li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.9);
    min-width: 100%;
    text-transform: none;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    }

/* line 82, styles/_navigation.scss */
.main-navigation li ul li {
    display: block;
    height: auto;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    }

/* line 92, styles/_navigation.scss */
.main-navigation li ul li a {
    line-height: normal;
    padding: 5px 10px;
    width: 100%;
    }

/* line 101, styles/_navigation.scss */
.main-navigation .sel > a:after {
    width: 100%;
    }

/* line 109, styles/_navigation.scss */
.main-navigation li:hover ul,
.main-navigation a:focus + ul {
    opacity: 1;
    visibility: visible;
    }
}

@media screen and (max-width: 1024px) {
/* line 120, styles/_navigation.scss */
.main-navigation {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    }

/* line 129, styles/_navigation.scss */
.main-navigation > ul {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
    border-top: 1px solid rgba(128,128,128,.2);
    }

/* line 141, styles/_navigation.scss */
.main-navigation li {
    display: block;
    position: relative;
    width: 100%;
    line-height: 40px;
    text-align: left;
    }

/* line 224, styles/_functions.scss */
/* line 159, styles/_navigation.scss */
.main-navigation li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 0 1em;
    text-decoration: none;
    border-bottom: 1px solid rgba(128,128,128,.2);
    }

/* line 170, styles/_navigation.scss */
.main-navigation li ul {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    height: auto;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    }

/* line 181, styles/_navigation.scss */
.main-navigation li ul li {
    width: 100%;
    }

/* line 185, styles/_navigation.scss */
.main-navigation li ul li a {
    line-height: 40px;
    padding: 0 2.5em;
    }

/* line 194, styles/_navigation.scss */
/* line 196, styles/_navigation.scss */
.main-navigation li.open .open-sub:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }

/* line 200, styles/_navigation.scss */
.main-navigation li.open .open-sub:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }

/* line 205, styles/_navigation.scss */
.main-navigation li.open ul {
    display: block;
    }

/* line 213, styles/_navigation.scss */
.open-nav {
    display: block;
    position: absolute;
    right: 10px;
    padding: 10px;
    top: -50px;
    }

/* line 221, styles/_navigation.scss */
.open-nav .bar-wrapper {
    display: block;
    position: relative;
    height: 18px;
    width: 18px;
    }

/* line 229, styles/_navigation.scss */
.open-nav .bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 238, styles/_navigation.scss */
.open-nav .bar.top {
    top: 0;
    }

/* line 243, styles/_navigation.scss */
.open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
    }

/* line 250, styles/_navigation.scss */
.open-nav .bar.bottom {
    bottom: 0;
    }

/* line 256, styles/_navigation.scss */
.open-nav.open .bar {
    bottom: 0;
    top: 0;
    margin: auto;
    }

/* line 263, styles/_navigation.scss */
.open-nav.open .bar.top,
.open-nav.open .bar.middle {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }

/* line 269, styles/_navigation.scss */
.open-nav.open .bar.bottom {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }

/* line 278, styles/_navigation.scss */
.open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    }

/* line 288, styles/_navigation.scss */
.open-sub:before,
.open-sub:after {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 3px;
    background: #000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 303, styles/_navigation.scss */
.open-sub:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
}

/* line 1, styles/_slideshow.scss */
.slideshow {
    position: relative;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    background: #fff;
    }

/* line 29, styles/_slideshow.scss */
.slideshow .container {
    padding: 0;
    }

/* line 36, styles/_slideshow.scss */
.slideshow .slide {
    position: relative;
    height: 300px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    background-position: center bottom;
    background-size: cover;
    text-align: center;
    }

/* line 49, styles/_slideshow.scss */
.slideshow .slide + .slide {
    display: none;
    }

/* line 53, styles/_slideshow.scss */
.slideshow .slide img {
    width: 100%;
    height: auto;
    }

/* line 60, styles/_slideshow.scss */
.slideshow .slick-initialized .slide {
    display: block;
    }

/* line 65, styles/_slideshow.scss */
.slideshow svg {
    width: 101%;
    height: 101%;
    }

/* line 71, styles/_slideshow.scss */
.slideshow figcaption {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: transparent;
    color: #000;
    text-align: left;
    text-transform: none;
    }

/* line 85, styles/_slideshow.scss */
.slideshow figcaption .caption-content {
    display: block;
    font: normal 2.5em Impact,Charcoal,sans-serif;
    }
@media screen and (max-width: 1159px) {
.slideshow figcaption .caption-content {
    font-size: 2em;
    }
}

@media screen and (max-width: 1024px) {
.slideshow figcaption .caption-content {
    font-size: 1.5em;
    }
}

/* line 109, styles/_slideshow.scss */
/* line 112, styles/_slideshow.scss */
.slideshow .slick-slide .bw {
    opacity: 0;
    }

/* line 118, styles/_slideshow.scss */
.slideshow .slick-slide .color {
    opacity: 1;
    }

/* line 130, styles/_slideshow.scss */
/* line 145, styles/_slideshow.scss */
.slideshow button.slick-arrow {
    position: absolute;
    overflow: hidden;
    top: 50%;
    z-index: 100;
    height: 60px;
    width: 60px;
    border: 1px solid #999;
    background: rgba(0,0,0,.1);
    cursor: pointer;
    text-indent: -9999px;
    }

/* line 161, styles/_slideshow.scss */
.slideshow button.slick-arrow:before {
    top: calc(60px / 3);
    top: calc(60px / 3);
    top: calc(60px / 3);
    height: 18px;
    width: 18px;
    border: 1px solid transparent;
    border-top-color: #000;
    border-left-color: #000;
    }

/* line 173, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-prev {
    left: 10px;
    }

/* line 178, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-prev:before {
    left: calc(60px * .4);
    left: calc(60px * .4);
    left: calc(60px * .4);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

/* line 186, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-next {
    right: 10px;
    }

/* line 191, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-next:before {
    right: 24px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }

/* line 224, styles/_functions.scss */
.slideshow button.slick-arrow:hover,
.slideshow button.slick-arrow:focus,
.slideshow button.slick-arrow:active {
    background: #999;
    }

/* line 203, styles/_slideshow.scss */
.slideshow button.slick-arrow:hover:before,
.slideshow button.slick-arrow:focus:before,
.slideshow button.slick-arrow:active:before {
    border-top-color: #000;
    border-left-color: #000;
    }

/* line 211, styles/_slideshow.scss */
.slideshow ul.slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 30px;
    margin: 0;
    padding: 0;
    }

/* line 221, styles/_slideshow.scss */
.slideshow ul.slick-dots li {
    display: inline-block;
    border: 1px solid #999;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin: 0 0 0 5px;
    padding: 0;
    background: transparent;
    text-indent: -1000000px;
    }

/* line 234, styles/_slideshow.scss */
.slideshow ul.slick-dots li.slick-active {
    border: 1px solid #999;
    background: #999;
    }

/* line 240, styles/_slideshow.scss */
.slideshow ul.slick-dots li:hover {
    cursor: pointer;
    }
@media screen and (max-width: 599px) {
/* line 248, styles/_slideshow.scss */
.slideshow button.slick-arrow {
    display: none !important;
    }

/* line 255, styles/_slideshow.scss */
.slideshow figure {
    overflow: visible;
    margin-bottom: 11%;
    }

/* line 261, styles/_slideshow.scss */
.slideshow figcaption {
    top: 99%;
    right: 0;
    bottom: auto;
    left: 0;
    max-width: 100%;
    padding: 20px;
    width: 100%;
    background: #fdfdfd;
    }

/* line 272, styles/_slideshow.scss */
.slideshow figcaption > span:first-child {
    font-size: 1.5em;
    font-weight: normal;
    }
}

@media screen and (max-width: 399px) {
/* line 287, styles/_slideshow.scss */
.slideshow figcaption > span:first-child {
    font-size: 1em;
    }
}

/* blog */
/* line 2, styles/_blog.scss */
.article-summary {
    margin-bottom: 65px;
    }

/* line 6, styles/_blog.scss */
.article-summary .image {
    display: inline-block;
    vertical-align: top;
    }
@media screen and (max-width: 599px) {
.article-summary .image {
    display: block;
    margin-bottom: 10px;
    }
}

/* line 17, styles/_blog.scss */
.article-summary .image:hover:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(171,219,37,.9);
    }

/* line 27, styles/_blog.scss */
.article-summary .image img {
    display: block;
    }
@media screen and (max-width: 399px) {
.article-summary .image img {
    width: 100%;
    height: auto;
    }
}

/* line 39, styles/_blog.scss */
.article-summary .summary {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    max-width: calc(100% - 266px);
    max-width: calc(100% - 266px);
    max-width: calc(100% - 266px);
    }
@media screen and (max-width: 1159px) {
.article-summary .summary {
    padding-right: 0;
    }
}

@media screen and (max-width: 599px) {
.article-summary .summary {
    display: block;
    max-width: 100%;
    padding: 0;
    }
}

/* line 59, styles/_blog.scss */
.article-summary .button {
    padding: 6px 24px;
    background: transparent;
    color: #000;
    border-color: #000;
    }

/* line 66, styles/_blog.scss */
.article-summary .button:hover {
    background: #abdb25;
    color: #fff;
    }

/* line 74, styles/_blog.scss */
.cat-nav {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    }

/* line 80, styles/_blog.scss */
.cat-nav li {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    }

/* Individual Blog */
/* line 90, styles/_blog.scss */
.posted {
    color: #999;
    font-style: italic;
    }

/* line 95, styles/_blog.scss */
.posted a,
.posted .dark {
    color: #000;
    }

/* line 100, styles/_blog.scss */
.posted a:hover {
    color: #abdb25;
    }

/* line 106, styles/_blog.scss */
.blog-content {
    font-size: 16px;
    }

/* line 111, styles/_blog.scss */
.blog-arrows {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    }
@media screen and (max-width: 1159px) {
.blog-arrows {
    display: none;
    }
}

/* line 123, styles/_blog.scss */
.blog-arrows a {
    display: block;
    position: fixed;
    top: 50%;
    margin-top: -115px;
    width: 260px;
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .6s cubic-bezier(.77,0,.175,1);
    transition: all .6s cubic-bezier(.77,0,.175,1);
    color: inherit;
    }

/* line 133, styles/_blog.scss */
.blog-arrows a.prev {
    left: -200px;
    }

/* line 137, styles/_blog.scss */
.blog-arrows a.prev .arrow:after {
    background: url(images/icon_arrow_left.svg);
    -webkit-transform: translate(30px,0);
    -moz-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    transform: translate(30px,0);
    }

/* line 144, styles/_blog.scss */
.blog-arrows a.next {
    right: -200px;
    }

/* line 148, styles/_blog.scss */
.blog-arrows a.next .arrow:after {
    background: url(images/icon_arrow_right.svg);
    -webkit-transform: translate(-30px,0);
    -moz-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    transform: translate(-30px,0);
    }

/* line 155, styles/_blog.scss */
/* line 157, styles/_blog.scss */
.blog-arrows a:hover.prev {
    left: 0;
    }

/* line 162, styles/_blog.scss */
.blog-arrows a:hover.next {
    right: 0;
    }

/* line 167, styles/_blog.scss */
.blog-arrows a:hover .arrow {
    background: #252525;
    }

/* line 171, styles/_blog.scss */
.blog-arrows a:hover .arrow:after {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    }

/* line 177, styles/_blog.scss */
.blog-arrows a:hover .info {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    }

/* line 184, styles/_blog.scss */
.blog-arrows a .image {
    float: left;
    width: 130px;
    height: 130px;
    }

/* line 191, styles/_blog.scss */
.blog-arrows a .arrow {
    float: left;
    width: 130px;
    height: 130px;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
    }

/* line 199, styles/_blog.scss */
.blog-arrows a .arrow:after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 18px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    }

/* line 213, styles/_blog.scss */
.blog-arrows a .info-wrapper {
    overflow: hidden;
    float: left;
    max-width: 100%;
    }

/* line 220, styles/_blog.scss */
.blog-arrows a .info {
    padding: 20px;
    max-width: 100%;
    background: rgba(255,255,255,.85);
    border: 1px solid #f0f0f0;
    text-align: right;
    -webkit-transition: all .3s ease-in .2s;
    -moz-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s;
    -webkit-transform: translate(0,-50px);
    -moz-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px);
    opacity: 0;
    }

/* line 231, styles/_blog.scss */
.blog-arrows a .info .title {
    display: block;
    font-size: 13px;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    }

/* line 243, styles/_blog.scss */
.blog-arrows a .info .categories {
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 20px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    color: #999;
    }

/* line 259, styles/_blog.scss */
.article-small {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 10px;
    }

/* line 265, styles/_blog.scss */
.article-small .image {
    display: block;
    float: left;
    max-width: 80px;
    width: 100%;
    margin-right: 15px;
    }

/* line 273, styles/_blog.scss */
.article-small .image:before {
    content: '';
    display: block;
    position: relative;
    padding-top: 100%;
    }

/* line 281, styles/_blog.scss */
.article-small .image img {
    position: absolute;
    top: 0;
    left: 0;
    }

/* line 289, styles/_blog.scss */
.article-small div {
    float: left;
    max-width: calc(100% - 95px);
    max-width: calc(100% - 95px);
    max-width: calc(100% - 95px);
    }

/* line 295, styles/_blog.scss */
.article-small p {
    margin: 0;
    margin-bottom: 5px;
    line-height: 18px;
    }

/* line 302, styles/_blog.scss */
.article-small .date {
    font-style: italic;
    font-size: 11px;
    }

/* line 309, styles/_blog.scss */
.recent-articles-large {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    }

/* line 316, styles/_blog.scss */
.recent-articles-large .article-small {
    display: inline-block;
    vertical-align: top;
    max-width: calc(25% - 23px);
    max-width: calc(25% - 23px);
    max-width: calc(25% - 23px);
    width: 100%;
    margin: 0 10px;
    border: 1px solid #ccc;
    }
@media screen and (max-width: 714px) {
.recent-articles-large .article-small {
    max-width: calc(50% - 23px);
    max-width: calc(50% - 23px);
    max-width: calc(50% - 23px);
    margin-bottom: 10px;
    }
}

@media screen and (max-width: 599px) {
.recent-articles-large .article-small {
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
    }
}

/* line 338, styles/_blog.scss */
.recent-articles-large .article-small .image {
    max-width: 100%;
    float: none;
    }

/* line 343, styles/_blog.scss */
.recent-articles-large .article-small .image:hover:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(171,219,37,.8);
    }

/* line 353, styles/_blog.scss */
.recent-articles-large .article-small .image img {
    width: 100%;
    height: auto;
    }

/* line 360, styles/_blog.scss */
.recent-articles-large .article-small div {
    float: none;
    max-width: 100%;
    }

/* line 365, styles/_blog.scss */
.recent-articles-large .article-small div a {
    display: block;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    }

/* line 379, styles/_blog.scss */
.recent-articles-large .article-small div p {
    margin: 0;
    }

/* line 385, styles/_blog.scss */
.recent-articles-large .article-small .date {
    display: none;
    }

/* old gallery module */
/* line 3, styles/_galleries.scss */
/* line 5, styles/_galleries.scss */
.gallery a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: calc(25% - 4px);
    max-width: calc(25% - 4px);
    max-width: calc(25% - 4px);
    margin-right: 1px;
    margin-bottom: 1px;
    overflow: hidden;
    }

/* line 16, styles/_galleries.scss */
.gallery a:nth-child(4n) {
    margin-right: 0;
    }
@media screen and (max-width: 1159px) {
.gallery a {
    max-width: calc(33.3% - 3px);
    max-width: calc(33.3% - 3px);
    max-width: calc(33.3% - 3px);
    }

/* line 25, styles/_galleries.scss */
.gallery a:nth-child(3n) {
    margin-right: 0;
    }

/* line 30, styles/_galleries.scss */
.gallery a:nth-child(4n) {
    margin-right: 1px;
    }
}

@media screen and (max-width: 599px) {
.gallery a {
    max-width: 100%;
    margin-right: 0;
    }
}

/* line 42, styles/_galleries.scss */
.gallery a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    content: attr(title);
    left: 0;
    opacity: 1;
    padding: 20px;
    position: absolute;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    z-index: 5;
    width: 100%;
    }

/* line 58, styles/_galleries.scss */
.gallery a[title=""]:after,
.gallery a figcaption {
    display: none;
    }

/* line 64, styles/_galleries.scss */
.gallery a figure {
    width: 100%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 73%;
    }

/* line 78, styles/_galleries.scss */
.gallery a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5) url(images/gallery-zoom.png) center center no-repeat;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    }

/* line 224, styles/_functions.scss */
/* line 94, styles/_galleries.scss */
.gallery a:hover:after,
.gallery a:focus:after,
.gallery a:active:after {
    opacity: 0;
    }

/* line 99, styles/_galleries.scss */
.gallery a:hover:before,
.gallery a:focus:before,
.gallery a:active:before {
    opacity: 1;
    }

/** Profiles **/
/* line 2, styles/_profiles.scss */
/* line 4, styles/_profiles.scss */
/* line 6, styles/_profiles.scss */
.profiles .cboxElement p {
    display: none;
    }

/* line 13, styles/_profiles.scss */
/* line 15, styles/_profiles.scss */
.profile img {
    display: block;
    height: auto;
    width: 270px;
    margin: 0 auto;
    }

/* line 23, styles/_profiles.scss */
.profile h3 {
    font-size: 1em;
    text-align: center;
    }

/* line 30, styles/_profiles.scss */
.profiles .profile {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    width: 300px;
    margin-bottom: 15px;
    }

/* line 39, styles/_profiles.scss */
/* line 41, styles/_profiles.scss */
.profiles .profile:hover h3 {
    text-decoration: underline;
    }

/* line 49, styles/_profiles.scss */
/* line 51, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock .profiles {
    padding: 0;
    text-align: justify;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 64, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock .profiles span {
    display: inline-block;
    }

/* line 75, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock a {
    display: block;
    height: 96px;
    width: 96px;
    opacity: .6;
    overflow: hidden;
    margin-bottom: 5px;
    }

/* line 224, styles/_functions.scss */
.content-block.SimpleProfile-ProfileBlock a:hover,
.content-block.SimpleProfile-ProfileBlock a:focus,
.content-block.SimpleProfile-ProfileBlock a:active {
    opacity: 1;
    }

/* line 90, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock img {
    width: 100%;
    height: auto;
    }

/** shopping cart (collapsible) **/
/*
 .cart-bg {
 display: block;
 margin: 0;
 padding: 40px 25px 40px;
 background: #f0f6f7 url('bg.jpg') left top repeat;
 }
 */
/* line 11, styles/_cart.scss */
.cart_options {
    background: #fff;
    border: 1px solid #fdfdfd;
    margin-bottom: 15px;
    }

/* line 17, styles/_cart.scss */
.cart_options h4 {
    background: #fff;
    border-bottom: 1px solid #fdfdfd;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 10px;
    }

/* line 27, styles/_cart.scss */
.cart_options p {
    background: #fff;
    margin: 0;
    padding: 10px 30px;
    }

/* line 35, styles/_cart.scss */
/* line 37, styles/_cart.scss */
.cart table {
    border: none;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    }

/* line 45, styles/_cart.scss */
.cart thead {
    background: #fff;
    border: 1px solid #fdfdfd;
    }
@media screen and (max-width: 599px) {
.cart thead {
    display: none;
    }
}

/* line 56, styles/_cart.scss */
.cart th {
    font-size: .875em;
    font-weight: normal;
    padding: 10px 5px;
    }

/* line 63, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart tr {
    display: block;
    max-width: 200px;
    }
}

/* line 72, styles/_cart.scss */
.cart tbody {
    background: #fff;
    border-left: 1px solid #fdfdfd;
    border-right: 1px solid #fdfdfd;
    font-size: .875em;
    }

/* line 80, styles/_cart.scss */
.cart td {
    padding: 10px;
    vertical-align: middle;
    }
@media screen and (max-width: 599px) {
.cart td {
    display: block;
    max-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    text-align: center;
    width: 200px;
    }
}

/* line 93, styles/_cart.scss */
/* line 95, styles/_cart.scss */
.cart td.image a {
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    height: 105px;
    position: relative;
    width: 105px;
    }
@media screen and (max-width: 599px) {
.cart td.image a {
    display: inline-block;
    }
}

/* line 111, styles/_cart.scss */
.cart td.image img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100px;
    max-width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    }

/* line 126, styles/_cart.scss */
.cart td.name {
    font-size: 1.143em;
    text-align: left;
    }
@media screen and (max-width: 599px) {
.cart td.name {
    text-align: center;
    }
}

/* line 137, styles/_cart.scss */
.cart td.quantity input {
    padding: 10px;
    text-align: center;
    width: 1em;
    }

/* line 144, styles/_cart.scss */
.cart td.total {
    color: #999;
    font-weight: bold;
    }

/* line 150, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart td.remove:before {
    content: "Remove: ";
    }
}

/* line 158, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart td.quantity,
.cart td.price,
.cart td.total {
    display: inline;
    padding: 0;
    }
}

/* line 169, styles/_cart.scss */
/* line 171, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart td.price:before {
    content: " x ";
    }
}

/* line 179, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart td.price:after {
    content: " = ";
    }
}

/* line 189, styles/_cart.scss */
.cart tfoot {
    border-top: 1px solid #fdfdfd;
    }

/* line 193, styles/_cart.scss */
.cart tfoot td:last-child {
    text-align: right;
    }

/* line 199, styles/_cart.scss */
.cart span.total {
    font-weight: bold;
    }

/* line 203, styles/_cart.scss */
.cart span.total.value {
    color: #999;
    font-size: 1.123em;
    }

/* line 210, styles/_cart.scss */
.cart h2 {
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    }

/* line 216, styles/_cart.scss */
.cart h3 {
    color: #999;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    }

/* line 223, styles/_cart.scss */
.cart input.selectAddress ~ span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 1px;
    overflow: hidden;
    padding-top: 1px;
    }

/* line 232, styles/_cart.scss */
.cart input.selectAddress:checked ~ span {
    height: auto;
    }

/* line 237, styles/_cart.scss */
/* line 239, styles/_cart.scss */
.cart .login-form p {
    position: relative;
    }

/* line 244, styles/_cart.scss */
.cart .login-form label {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    }

/* line 252, styles/_cart.scss */
.cart .login-form input[type=text],
.cart .login-form input[type=password] {
    display: block;
    width: 100%;
    }

/* line 260, styles/_cart.scss */
.cart .warning {
    color: #fd1a00;
    font-size: 2em;
    }

/* line 267, styles/_cart.scss */
form.checkout-options {
    float: left;
    width: 50%;
    }

/* line 272, styles/_cart.scss */
form.checkout-options + .checkout-options {
    float: right;
    width: 45%;
    }

/* line 278, styles/_cart.scss */
form.checkout-options .button {
    margin-bottom: 0;
    margin-top: 0;
    }

/* line 285, styles/_cart.scss */
.button.poli {
    background: url(images/poli.png) center center no-repeat;
    border: 0;
    height: 70px;
    padding: 0;
    text-indent: -9999px;
    min-width: 110px;
    width: 110px;
    }

/* line 296, styles/_cart.scss */
.poli-block {
    display: inline-block;
    }

/* print order */
/* line 302, styles/_cart.scss */
/* line 304, styles/_cart.scss */
.print-order table {
    width: 100%;
    }

/* line 309, styles/_cart.scss */
.print-order th,
.print-order td {
    vertical-align: top;
    }

/* line 315, styles/_cart.scss */
/* line 317, styles/_cart.scss */
.print-order thead tr:first-child > * {
    border-bottom: 1px solid #999;
    padding-bottom: 4px;
    }

/* line 323, styles/_cart.scss */
.print-order thead th:first-child {
    text-align: left;
    }

/* line 329, styles/_cart.scss */
.print-order .print-order tbody {
    padding: 4px 0;
    }

/* line 333, styles/_cart.scss */
.print-order .print-order tbody th {
    font-weight: normal;
    padding-bottom: 4px;
    }

/* line 340, styles/_cart.scss */
.print-order tfoot tr:first-child > * {
    border-top: 1px solid #999;
    padding-top: 4px;
    }

/* line 346, styles/_cart.scss */
/* line 349, styles/_cart.scss */
.print-order tbody th,
.print-order tfoot th {
    font-weight: normal;
    text-align: left;
    }

/* line 356, styles/_cart.scss */
/* line 359, styles/_cart.scss */
.print-order td + td,
.print-order tfoot td + td {
    text-align: center;
    }

/* line 363, styles/_cart.scss */
.print-order td + td + td,
.print-order tfoot td + td + td {
    text-align: right;
    }

/* line 370, styles/_cart.scss */
.print-order th:last-child {
    text-align: right;
    }

/* customers/orders */
/* line 377, styles/_cart.scss */
table.orders {
    width: 100%;
    border-collapse: collapse;
    }

/* line 383, styles/_cart.scss */
@media screen and (max-width: 1159px) {
.orders {
    display: block;
    }
}

/* line 390, styles/_cart.scss */
@media screen and (max-width: 1159px) {
.orders tbody tr {
    border-bottom: 1px solid #999;
    }
}

/* line 398, styles/_cart.scss */
.orders th,
.orders td {
    padding: 4px;
    vertical-align: top;
    }

/* line 405, styles/_cart.scss */
@media screen and (max-width: 1159px) {
.orders th {
    display: none;
    }
}

/* line 413, styles/_cart.scss */
@media screen and (max-width: 1159px) {
.orders td {
    display: block;
    }
}

/* line 421, styles/_cart.scss */
.orders a {
    color: #abdb25;
    }

/* line 426, styles/_cart.scss */
.orders thead tr:first-child > * {
    border-bottom: 1px solid #999;
    text-indent: 0;
    }

/* line 432, styles/_cart.scss */
.orders tbody th {
    font-weight: normal;
    text-indent: 0;
    }

/* line 438, styles/_cart.scss */
.orders .ref {
    text-align: left;
    }

/* line 443, styles/_cart.scss */
.orders .price {
    text-align: right;
    }
@media screen and (max-width: 1159px) {
.orders .price {
    text-align: left;
    }
}

/* line 453, styles/_cart.scss */
.orders .link {
    text-align: right;
    width: 75px;
    }

/* line 460, styles/_cart.scss */
#hoverCart {
    background-color: rgba(0,0,0,.8);
    background-color: #000\9;
    border-radius: 5px;
    color: #fff;
    max-height: 100%;
    max-height: calc(100% - 100px);
    max-height: calc(100% - 100px);
    max-height: calc(100% - 100px);
    overflow: auto;
    padding: 15px;
    position: fixed;
    right: 50px;
    top: 50px;
    width: 200px;
    z-index: 100000;
    }

/* line 156, styles/_functions.scss */
#hoverCart h1,
#hoverCart h2,
#hoverCart h3,
#hoverCart h4,
#hoverCart h5,
#hoverCart h6 {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0 0 5px;
    padding-bottom: 3px;
    }

/* line 488, styles/_cart.scss */
#hoverCart a {
    color: #fff;
    }

/* line 493, styles/_cart.scss */
#hoverCart .items {
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    }

/* line 502, styles/_cart.scss */
#hoverCart .checkout {
    float: left;
    }

/* line 507, styles/_cart.scss */
#hoverCart .dismiss {
    display: block;
    float: right;
    text-align: right;
    }

/* line 514, styles/_cart.scss */
#hoverCart .row {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: 10px 0 5px;
    position: relative;
    }

/* line 521, styles/_cart.scss */
#hoverCart .row .right {
    font-family: "Courier New",Courier,monospace;
    text-align: right;
    }

/* line 528, styles/_cart.scss */
#hoverCart .remove {
    display: block;
    font-size: 12px;
    }

/** files **/
/* line 2, styles/_files.scss */
.file {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    }

/* line 9, styles/_files.scss */
.file h2 {
    margin-bottom: 1em;
    }

/* line 14, styles/_files.scss */
.file .button {
    position: absolute;
    right: 10px;
    top: 6px;
    }

/** customer panel **/
/* line 2, styles/_user.scss */
fieldset.addressForm {
    border: 1px solid #fdfdfd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    overflow: hidden;
    padding: 5px;
    }

/* line 11, styles/_user.scss */
/* line 13, styles/_user.scss */
.addressForm label {
    display: block;
    float: left;
    margin-bottom: 4px;
    width: 49%;
    }
@media screen and (max-width: 1159px) {
.addressForm label {
    float: none;
    width: auto;
    }
}

/* line 26, styles/_user.scss */
.addressForm label:last-child {
    clear: both;
    float: none;
    width: 100%;
    }

/* line 33, styles/_user.scss */
.addressForm label span {
    display: block;
    margin-bottom: 4px;
    }

/* line 40, styles/_user.scss */
.addressForm input[type=text],
.addressForm textarea {
    background: #f0f0f0;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 96%;
    }

/* line 50, styles/_user.scss */
.addressForm textarea {
    height: 70px;
    }

/* tinymce universal formatting */
/* line 2, styles/_tinymce.scss */
#tinymce {
    padding: 10px;
    width: 1140px;
    background: #fff;
    color: #000;
    font-size: 1em;
    text-align: left;
    }

/* line 12, styles/_tinymce.scss */
#tinymce p {
    margin: 0 0 1em;
    }

/* line 17, styles/_tinymce.scss */
#tinymce form {
    outline: 1px dotted #999;
    }

/* line 22, styles/_tinymce.scss */
#tinymce a {
    border-bottom: 1px dotted #999;
    text-decoration: none;
    }

/* line 28, styles/_tinymce.scss */
#tinymce td {
    font-family: inherit;
    font-size: inherit;
    }

/* line 1, styles/_animations.scss */
/* line 4, styles/_animations.scss */
main .pop-in,
.page-title .pop-in {
    opacity: 0;
    }

/* line 8, styles/_animations.scss */
main .pop-in.animate,
.page-title .pop-in.animate {
    opacity: 1;
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -moz-animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
    }

/* line 15, styles/_animations.scss */
main .fade-in,
.page-title .fade-in {
    opacity: 0;
    }

/* line 19, styles/_animations.scss */
main .fade-in.animate,
.page-title .fade-in.animate {
    -webkit-animation: mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);
    -moz-animation: mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);
    animation: mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);
    opacity: 1;
    }

/* line 26, styles/_animations.scss */
main .slide-from-left,
.page-title .slide-from-left {
    opacity: 0;
    }

/* line 30, styles/_animations.scss */
main .slide-from-left.animate,
.page-title .slide-from-left.animate {
    opacity: 1;
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -moz-animation: wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);
    }

/* line 36, styles/_animations.scss */
@media screen and (max-width: 1159px) {
main .slide-from-left.simple-slide,
.page-title .slide-from-left.simple-slide {
    opacity: 1;
    }
}

/* line 43, styles/_animations.scss */
main .slide-from-left.simple-slide.animate,
.page-title .slide-from-left.simple-slide.animate {
    -webkit-animation: wpb_ltr .6s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: wpb_ltr .6s 1 cubic-bezier(.77,0,.175,1);
    animation: wpb_ltr .6s 1 cubic-bezier(.77,0,.175,1);
    }
@media screen and (max-width: 1159px) {
main .slide-from-left.simple-slide.animate,
.page-title .slide-from-left.simple-slide.animate {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    }
}

/* line 55, styles/_animations.scss */
main .slide-from-right,
.page-title .slide-from-right {
    opacity: 0;
    }

/* line 59, styles/_animations.scss */
main .slide-from-right.animate,
.page-title .slide-from-right.animate {
    opacity: 1;
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -moz-animation: wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);
    }

/* line 65, styles/_animations.scss */
@media screen and (max-width: 1159px) {
main .slide-from-right.simple-slide,
.page-title .slide-from-right.simple-slide {
    opacity: 1;
    }
}

/* line 72, styles/_animations.scss */
main .slide-from-right.simple-slide.animate,
.page-title .slide-from-right.simple-slide.animate {
    -webkit-animation: wpb_rtl .6s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: wpb_rtl .6s 1 cubic-bezier(.77,0,.175,1);
    animation: wpb_rtl .6s 1 cubic-bezier(.77,0,.175,1);
    }
@media screen and (max-width: 1159px) {
main .slide-from-right.simple-slide.animate,
.page-title .slide-from-right.simple-slide.animate {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    }
}

@-webkit-keyframes mk_fade {
/* line 87, styles/_animations.scss */
0% {
    opacity: .1;
    }

/* line 91, styles/_animations.scss */
100% {
    opacity: 1;
    }
}

@-moz-keyframes mk_fade {
/* line 87, styles/_animations.scss */
0% {
    opacity: .1;
    }

/* line 91, styles/_animations.scss */
100% {
    opacity: 1;
    }
}

@keyframes mk_fade {
/* line 87, styles/_animations.scss */
0% {
    opacity: .1;
    }

/* line 91, styles/_animations.scss */
100% {
    opacity: 1;
    }
}

@-webkit-keyframes wpb_appear {
/* line 99, styles/_animations.scss */
0% {
    -webkit-transform: scale(.5);
    opacity: .1;
    }

/* line 104, styles/_animations.scss */
100% {
    -webkit-transform: scale(1);
    opacity: 1;
    }
}

@-moz-keyframes wpb_appear {
/* line 99, styles/_animations.scss */
0% {
    -webkit-transform: scale(.5);
    opacity: .1;
    }

/* line 104, styles/_animations.scss */
100% {
    -webkit-transform: scale(1);
    opacity: 1;
    }
}

@keyframes wpb_appear {
/* line 99, styles/_animations.scss */
0% {
    -webkit-transform: scale(.5);
    opacity: .1;
    }

/* line 104, styles/_animations.scss */
100% {
    -webkit-transform: scale(1);
    opacity: 1;
    }
}

@-webkit-keyframes wpb_ltr {
/* line 113, styles/_animations.scss */
0% {
    -webkit-transform: translate(-10%,0);
    opacity: 0;
    }

/* line 118, styles/_animations.scss */
100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
    }
}

@-moz-keyframes wpb_ltr {
/* line 113, styles/_animations.scss */
0% {
    -webkit-transform: translate(-10%,0);
    opacity: 0;
    }

/* line 118, styles/_animations.scss */
100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
    }
}

@keyframes wpb_ltr {
/* line 113, styles/_animations.scss */
0% {
    -webkit-transform: translate(-10%,0);
    opacity: 0;
    }

/* line 118, styles/_animations.scss */
100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
    }
}

@-webkit-keyframes wpb_rtl {
/* line 127, styles/_animations.scss */
0% {
    -webkit-transform: translate(10%,0);
    opacity: 0;
    }

/* line 132, styles/_animations.scss */
100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
    }
}

@-moz-keyframes wpb_rtl {
/* line 127, styles/_animations.scss */
0% {
    -webkit-transform: translate(10%,0);
    opacity: 0;
    }

/* line 132, styles/_animations.scss */
100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
    }
}

@keyframes wpb_rtl {
/* line 127, styles/_animations.scss */
0% {
    -webkit-transform: translate(10%,0);
    opacity: 0;
    }

/* line 132, styles/_animations.scss */
100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
    }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJtYXBwaW5ncyI6Ijs7Q0F1VUM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBVUE7Q0FFQTs7Ozs7Ozs7Ozs7Ozs7O0NDblZBOzs7Ozs7OztDQUtBOzs7Ozs7Q0FLQTs7Ozs7OztDQVFBOzs7Ozs7Ozs7OztDRHlJQTs7Ozs7Ozs7Ozs7O0NDakhBOzs7Ozs7OztDQVFBOzs7Ozs7OztDQVFBOzs7Ozs7Ozs7Q0RxS0E7Ozs7Ozs7Q0MxSkE7Ozs7O0NBTUE7Ozs7OztDQU1BO0NBR0E7Ozs7OztDQU1BOzs7Ozs7Q0FNQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FpQkE7Ozs7Ozs7Ozs7Ozs7OztDQWVBOzs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7Ozs7Ozs7O0NBWUE7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7Ozs7Ozs7Ozs7Ozs7OztDRGdEQTs7Ozs7Ozs7O0NDMUJBOzs7Ozs7Q0FLQTs7Ozs7O0NBT0E7Ozs7Ozs7OztDQVFBOzs7Ozs7Ozs7OztDQWVBOzs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7OztDQVFBOzs7OztDQUtBOzs7Ozs7O0NBU0E7Ozs7OztDQU1BOzs7Ozs7Q0FNQTs7Ozs7Q0FJQTs7Ozs7Ozs7O0NBVUE7Ozs7OztDQUtBOzs7Ozs7OztDQVFBOzs7Ozs7Ozs7Q0FVQTs7Ozs7Q0FLQTs7Ozs7Ozs7OztDQVNBOzs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7OztDQU9BOzs7Ozs7Ozs7Ozs7Ozs7OztDQWNBOzs7Ozs7Ozs7Ozs7Q0FhQTs7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBY0E7Ozs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQWlCQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7O0NBYUE7Ozs7O0NBT0E7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Q0FTQTs7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FjQTs7Ozs7Ozs7Ozs7Ozs7Q0FhQTs7Ozs7Q0FLQTs7Ozs7Q0FLQTs7Ozs7Q0FJQTs7Ozs7Q0FLQTs7Ozs7Q0FNQTs7Ozs7Ozs7OztDQVNBOzs7OztDQUlBOzs7OztDQUtBOzs7Ozs7O0NBVUE7Ozs7O0NBSUE7Ozs7O0NBT0E7Ozs7Ozs7Ozs7OztDQVdBOzs7OztDQU9BOzs7Ozs7Ozs7Ozs7Ozs7Q0FjQTs7Ozs7OztDQU9BOzs7OztDQUtBOzs7Ozs7Ozs7OztDQVdBOzs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7O0NBT0E7Ozs7O0NBS0E7Ozs7OztDQUtBOzs7Ozs7O0NBUUE7Ozs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBa0JBOzs7Ozs7Ozs7Ozs7O0NBYUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FpQkE7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FtQkE7Ozs7Ozs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Ozs7OztDQU9BOzs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Q0FXQTs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7Ozs7Ozs7Ozs7OztDQWFBOzs7Ozs7O0NBTUE7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7OztDQVFBOzs7OztDQUlBOzs7Ozs7Q0FRQTs7Ozs7OztDQU9BOzs7Ozs7Q0FLQTs7Ozs7Ozs7O0NBU0E7Ozs7Ozs7Ozs7OztDQWFBOzs7Ozs7Ozs7OztDQVVBOzs7OztDQU9BOzs7Ozs7Ozs7OztDQVFBOzs7Ozs7Q0FNQTs7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7O0NBUUE7Q0FFQTs7Ozs7OztDQU1BOzs7Ozs7OztDQU9BOzs7Ozs7Ozs7Q0FZQTs7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7Q0FXQTtDQUVBOzs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7Q0FXQTtDQUVBOzs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7O0NBY0E7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQW1CQTs7Ozs7Q0FJQTs7Ozs7OztDQU9BOzs7Ozs7Ozs7Q0FTQTs7Ozs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7Ozs7Ozs7Ozs7O0NBY0E7Ozs7O0NBSUE7Ozs7O0NBT0E7Ozs7O0NBSUE7Ozs7Ozs7O0NBUUE7Ozs7O0NBT0E7Ozs7Ozs7OztDQVNBOzs7Ozs7O0NBTUE7Ozs7OztDQU1BOzs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7OztDQU9BOzs7Ozs7OztDQVFBOzs7Ozs7Ozs7Ozs7Ozs7Q0FZQTs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQWtCQTs7Ozs7Ozs7Ozs7Ozs7O0NBY0E7Ozs7O0NBSUE7Ozs7O0NBS0E7Ozs7OztDQVVBOzs7Ozs7Q0FLQTs7Ozs7Ozs7OztDQVVBOzs7OztDQUlBOzs7Ozs7O0NBUUE7Ozs7O0NBS0E7Ozs7O0NBS0E7Ozs7O0NBSUE7Ozs7Ozs7Q0FNQTs7Ozs7Q0FLQTs7Ozs7Q0FPQTs7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Q0FPQTs7Ozs7Q0FNQTs7Ozs7Q0FLQTs7Ozs7O0NBTUE7Ozs7O0NBTUE7Ozs7Ozs7OztDQWVBOzs7Ozs7Q0FNQTtDQUVBOzs7Ozs7Q0FNQTs7Ozs7OztDQU1BOzs7OztDQU1BOzs7OztDQUtBOzs7Ozs7O0NBT0E7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBaUJBOzs7OztDQVVBOzs7OztDQUtBO0NBQ0E7Ozs7O0NBSUE7Ozs7OztDQU1BOzs7OztDQUlBOzs7OztDQU1BOzs7OztDQUtBOzs7OztDQUtBOzs7Ozs7Ozs7Q0FTQTs7Ozs7OztDRHR4Q0E7Ozs7Ozs7Q0NneUNBOzs7Ozs7OztDQVNBO0NBRUE7Ozs7Ozs7Q0N4Z0RBOzs7Ozs7Q0FLQTs7Ozs7Q0FLQTs7Ozs7Ozs7OztDQVNBOzs7Ozs7OztDQU9BOzs7Ozs7OztDQVFBOzs7Ozs7Ozs7Q0FRQTs7Ozs7OztDQUtBOzs7Ozs7O0NBTUE7Ozs7O0NBTUE7Ozs7O0NBS0E7Ozs7O0NBSUE7Ozs7O0NBSUE7Ozs7OztDQU9BOzs7Ozs7O0NBTUE7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7O0NBU0E7Ozs7O0NDOUdBO0NBRUE7Ozs7O0NDREE7Ozs7Ozs7Ozs7Ozs7Q0FZQTs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7OztDQVdBOzs7Ozs7Ozs7Ozs7Q0pzTEE7Q0l6S0E7Ozs7Ozs7Q0FJQTs7Ozs7OztDQVFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FlQTs7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7OztDQVNBOzs7OztDQVFBOzs7Ozs7Ozs7Q0FXQTs7Ozs7Ozs7OztDQVNBOzs7Ozs7Ozs7Ozs7Q0FZQTs7Ozs7Ozs7O0NKbUZBO0NJakVBOzs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Ozs7OztDQVdBOzs7OztDQUlBOzs7Ozs7Q0FTQTtDQUVBOzs7Ozs7OztDQUlBOzs7Ozs7OztDQUtBOzs7OztDQVFBOzs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Ozs7O0NBU0E7Ozs7O0NBS0E7Ozs7Ozs7Q0FPQTs7Ozs7Q0FNQTs7Ozs7OztDQU9BOzs7Ozs7Ozs7Q0FNQTs7Ozs7Ozs7Q0FTQTs7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FlQTs7Ozs7Ozs7O0NDOVNBOzs7Ozs7Ozs7Q0E0QkE7Ozs7O0NBT0E7Ozs7Ozs7Ozs7Ozs7Q0FhQTs7Ozs7Q0FJQTs7Ozs7O0NBT0E7Ozs7O0NBS0E7Ozs7OztDQU1BOzs7Ozs7Ozs7Ozs7O0NBY0E7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBd0JBO0NBR0E7Ozs7O0NBTUE7Ozs7O0NBWUE7Q0FlQTs7Ozs7Ozs7Ozs7Ozs7Q0FnQkE7Ozs7Ozs7Ozs7OztDQVlBOzs7OztDQUtBOzs7Ozs7Ozs7OztDQVFBOzs7OztDQUtBOzs7Ozs7Ozs7Q0xpQ0E7Ozs7Ozs7Q0tyQkE7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7Ozs7Q0FhQTs7Ozs7O0NBTUE7Ozs7O0NBUUE7Ozs7O0NBT0E7Ozs7OztDQU1BOzs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Ozs7Q0FlQTs7Ozs7OztDQzdSQTs7Ozs7Q0FJQTs7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7OztDQVlBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQW9CQTs7Ozs7Ozs7Q0FPQTs7Ozs7O0NBUUE7Ozs7Ozs7Q0FNQTs7Ozs7Ozs7Q0FVQTs7Ozs7O0NBS0E7Ozs7OztDQUtBOzs7OztDQU1BOzs7OztDQUtBOzs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7Q0FJQTs7Ozs7Ozs7O0NBT0E7Ozs7O0NBSUE7Ozs7Ozs7OztDQU9BO0NBRUE7Ozs7O0NBS0E7Ozs7O0NBS0E7Ozs7O0NBSUE7Ozs7Ozs7O0NBTUE7Ozs7Ozs7OztDQU9BOzs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7Ozs7O0NBY0E7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Ozs7Ozs7OztDQVlBOzs7Ozs7Ozs7Ozs7OztDQWdCQTs7Ozs7OztDQU1BOzs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Q0FRQTs7Ozs7OztDQVFBOzs7Ozs7OztDQU1BOzs7Ozs7O0NBT0E7Ozs7OztDQU9BOzs7Ozs7OztDQU9BOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBc0JBOzs7Ozs7Q0FLQTs7Ozs7Ozs7O0NBVUE7Ozs7OztDQU9BOzs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Ozs7O0NBY0E7Ozs7O0NBTUE7Ozs7OztDQzlYQTtDQUVBOzs7Ozs7Ozs7Ozs7OztDQVdBOzs7Ozs7Ozs7OztDQVNBOzs7OztDQUtBOzs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBZ0JBOzs7Ozs7Q0FNQTs7Ozs7Ozs7Ozs7Q0FjQTs7Ozs7Ozs7Ozs7Ozs7OztDUGtKQTtDT2xJQTs7Ozs7OztDQUtBOzs7Ozs7OztDQ2pHQTtDQUVBO0NBRUE7Ozs7O0NBT0E7Q0FFQTs7Ozs7Ozs7Q0FRQTs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7Q0FTQTtDQUVBOzs7OztDQVFBO0NBRUE7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQWFBOzs7OztDQVdBOzs7Ozs7Ozs7O0NScUpBOzs7Ozs7O0NRdElBOzs7Ozs7Ozs7Ozs7Ozs7Q0NcL0VBOzs7Ozs7O0NBTUE7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7OztDQVFBO0NBRUE7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Q0FTQTs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Ozs7Ozs7OztDQWFBO0NBRUE7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FnQkE7Ozs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Q0FPQTs7Ozs7O0NBTUE7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7OztDQVdBO0NBRUE7Ozs7Ozs7Q0FRQTs7Ozs7OztDQVVBOzs7OztDQUlBOzs7OztDQU1BOzs7OztDQUlBOzs7Ozs7Q0FPQTs7Ozs7O0NBTUE7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FLQTtDQUVBOzs7OztDQUtBOzs7Ozs7OztDQVFBOzs7Ozs7O0NBUUE7Ozs7OztDQU9BOzs7Ozs7Q0FLQTs7Ozs7O0NBTUE7Ozs7OztDQU9BOzs7Ozs7Ozs7OztDQVdBOzs7Ozs7Q0FNQTtDQUVBOzs7OztDQUtBOzs7Ozs7Q0FNQTtDQUVBOzs7Ozs7Q0FNQTs7Ozs7Q0FNQTs7Ozs7Q0FJQTs7Ozs7O0NBT0E7Ozs7OztDQU1BO0NBR0E7Ozs7Ozs7Q0FPQTtDQUdBOzs7Ozs7Q0FJQTs7Ozs7O0NBT0E7Ozs7OztDQU9BOzs7Ozs7Q0FNQTs7Ozs7OztDQU9BOzs7Ozs7O0NBUUE7Ozs7Ozs7Q0FPQTs7Ozs7OztDQVFBOzs7Ozs7O0NBUUE7Ozs7O0NBS0E7Ozs7OztDQU1BOzs7Ozs7Q0FNQTs7Ozs7Q0FLQTs7Ozs7Ozs7OztDQVVBOzs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDVGhUQTs7Ozs7Ozs7Ozs7OztDUzRVQTs7Ozs7Q0FLQTs7Ozs7Ozs7O0NBU0E7Ozs7O0NBS0E7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Q0FPQTs7Ozs7O0NBT0E7Ozs7Ozs7Q0M5Z0JBOzs7Ozs7OztDQU9BOzs7OztDQUtBOzs7Ozs7OztDQ1pBOzs7Ozs7Ozs7OztDQVNBO0NBRUE7Ozs7Ozs7Ozs7Ozs7O0NBYUE7Ozs7Ozs7Q0FPQTs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7OztDQVVBOzs7Ozs7Q0NoREE7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7Q0FLQTs7Ozs7Q0FLQTs7Ozs7O0NBTUE7Ozs7OztDQzNCQTtDQUdBOzs7Ozs7Q0FJQTs7Ozs7Ozs7O0NBT0E7Ozs7OztDQUlBOzs7Ozs7Ozs7Q0FPQTs7Ozs7O0NBSUE7Ozs7Ozs7OztDQU1BOzs7Ozs7OztDQU9BOzs7Ozs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7OztDQUlBOzs7Ozs7Ozs7Q0FNQTs7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FlQTs7Ozs7Q0FJQTs7Ozs7OztDQUpBOzs7OztDQUlBOzs7Ozs7O0NBSkE7Ozs7O0NBSUE7Ozs7Ozs7Q0FRQTs7Ozs7O0NBS0E7Ozs7Ozs7O0NBTEE7Ozs7OztDQUtBOzs7Ozs7OztDQUxBOzs7Ozs7Q0FLQTs7Ozs7Ozs7Q0FTQTs7Ozs7O0NBS0E7Ozs7Ozs7O0NBTEE7Ozs7OztDQUtBOzs7Ozs7OztDQUxBOzs7Ozs7Q0FLQTs7Ozs7Ozs7Q0FTQTs7Ozs7O0NBS0E7Ozs7Ozs7O0NBTEE7Ozs7OztDQUtBOzs7Ozs7OztDQUxBOzs7Ozs7Q0FLQSIsInNvdXJjZXMiOlsic3R5bGVzXC9fZnVuY3Rpb25zLnNjc3MiLCJzdHlsZXNcL19tYWluLnNjc3MiLCJzdHlsZXNcL19qcXVlcnktdWkuc2NzcyIsInN0eWxlc1wvX2xpZ2h0Ym94LnNjc3MiLCJzdHlsZXNcL19uYXZpZ2F0aW9uLnNjc3MiLCJzdHlsZXNcL19zbGlkZXNob3cuc2NzcyIsInN0eWxlc1wvX2Jsb2cuc2NzcyIsInN0eWxlc1wvX2dhbGxlcmllcy5zY3NzIiwic3R5bGVzXC9fcHJvZmlsZXMuc2NzcyIsInN0eWxlc1wvX2NhcnQuc2NzcyIsInN0eWxlc1wvX2ZpbGVzLnNjc3MiLCJzdHlsZXNcL191c2VyLnNjc3MiLCJzdHlsZXNcL190aW55bWNlLnNjc3MiLCJzdHlsZXNcL19hbmltYXRpb25zLnNjc3MiXSwibmFtZXMiOltdLCJfeF9vcmdfa29hbGEtZnJhbWV3b3JrX2xhc3QiOnsic291cmNlIjoxMywib3JpZ2luYWxMaW5lIjoxMzEsIm9yaWdpbmFsQ29sdW1uIjoxLCJuYW1lIjowfX0= */
