@font-face {
    font-display: auto;
    font-family: Trunk;
    src: url('https://lab.lunkertrunk.com/assets/fonts/LunkerTrunkIcons.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: auto;
    font-family: Trunk2;
    src: url('https://lunkertrunk.com/assets/fonts/trunk-icons.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: auto;
    font-family: Boot;
    src: url('https://lab.lunkertrunk.com/assets/fonts/boot.ttf');
    font-weight: normal;
    font-style: normal;
}*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
body{
    background:#efefef;
    font-family:Rubik;
    -webkit-font-smoothing:antialiased;
    color:#444;
    font-size:80%;
}
body:before{
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    box-shadow: 0px 0px 5px rgba(0,0,0,.8);
}
.clear:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.clear{
    display:inline-block;
}
* html .clear {
    height:1%;
}
.clear{
    display: block;
}
.left{
    float:left;
}
.right{
    float:right;
}
a{color:#333;text-decoration:none;}
.link{color:#333;}
.click{
    cursor: pointer;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.ns{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.content-row{
    display:flex;
}
.content-col{
    margin:0 auto;
    width:980px;
}
.scroll-content{
    margin-top:170px;
    margin-bottom:27px;
}
.scroll-content .content-col{
    display:flex;
}
.pin-top{
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
    z-index:102;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
    background:#efefef;
}
.header{
    display:flex;
}
.brand{
    background:#efefef;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
    position:fixed;
    top:0px;
    right:0px;
    left:0px;
    padding:6px;
    z-index:4;
}
.brand-logo{padding:6px;position:absolute;margin:auto auto;flex:1;margin-left:15%;}
.brand-icon{padding:6px;position:absolute;margin:auto auto;flex:1;opacity:0;}
.social{
    margin-top:63px;
}
.titlebar{
    position:absolute;
    margin-left:63px;
    line-height:63px;
    font-size:21px;
    font-weight:bold;
}
.action-content{
    position:fixed;
    left:0px;
    right:0px;
    top:118px;
    height:45px;
    background:#6EBF55;
    box-shadow: 0px 3px 3px rgba(0,0,0,.3);
    opacity:0.95;
    z-index:101;
}
.content-frame{
    margin-bottom:20px;
    margin-top:120px;
}
.content{
    flex:1;
}

.splash{

}
.header-navbar{
    flex:1;
    display:flex;
}
.desktop-nav{
    display:none;
}
.navbar{
    position:fixed;
    z-index:5;
    right:0px;
    bottom:0px;
    left:0px;
    background:#6EBF55;
    color:#FFF;
    line-height:33px;

    font-size:15px;
    box-shadow: 0px -3px 3px rgba(0,0,0,.3);
    border:1px solid #599B45;
    opacity:0.95;
}
.nav{
    padding:6px;
    display:flex;
    width:100%;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
}
.navbar .click{
    flex:1;
    text-align:center;
}
.nav-menu{
    padding:6px;
}

.column-menu{
    display:none;
}
.menu{
    clear:both;
}
.menu .click,.admin-menu .click{
    padding:9px;
    text-align:left;
    width:189px;
    line-height:18px;
    font-size:15px;
}
.menu-icon{
    font-family:Trunk;
    font-size:36px;
    float:left;
    line-height:9px;
    margin-right:6px;
    width:20px;
    color:rgba(0,0,0,.5);
}
.panel{
    border:1px solid #dedede;
    background:#FFF;
    padding:9px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    margin:6px;
}

.panel:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.section{
    margin:9px;
}
.section:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}

.ro{
    display:flex;
    flex-wrap: wrap;
    padding:0px;
    margin:0px;
}
.co{
    flex:1;
}
.tabs{
    color:#333;
    height:45px;
    line-height:45px;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    background:#efefef;
    box-shadow: 0px -2px 2px rgba(0,0,0,.3);
}
.tab{
    text-align:center;
}
.tab:hover{

}
.contact-menu{
    min-height:34px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.contact{
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color:#999;
}
.social{
    width:320px;
}
.progress-bar{
    display:none;
}

.tile-wrap{
    border:1px solid #ccc;
    padding:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.control-buttons{
    margin-top:3px;


}
.control-buttons .co{
    text-align:center;
}
.tile{
    min-height:320px;
}
.tile img{
    background:#FFF;
    width:100%;
    height:auto;
    border:1px solid #ccc;
    padding:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.4);
}

.port{
padding:5px;
}


.overlay-main{
    position:fixed;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    background:rgba(0,0,0,.8);
    display:flex;
}
.overlay{
 width:300px;
    margin:auto;
}

.panel{
    -webkit-animation: animation 1000ms linear both;
    animation: animation 1000ms linear both;
}

.panel{
    -webkit-animation: fadein 0.72s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.72s; /* Firefox < 16 */
    -ms-animation: fadein 0.72s; /* Internet Explorer */
    -o-animation: fadein 0.72s; /* Opera < 12.1 */
    animation: fadein 0.72s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.tile img{
    -webkit-animation: folio-fade 2000ms linear both;
    animation: folio-fade 2000ms linear both;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22t%22%2Ce%3A%22b%22%2Cd%3A2000%2CD%3A0%2Cf%3A%7Bx%3A-50%2Cy%3A0%7D%2Ct%3A%7Bx%3A0%2Cy%3A0%7D%2Cs%3A1%2Cb%3A0%7D%2C%7BT%3A%22c%22%2Ce%3A%22s%22%2Cd%3A500%2CD%3A0%2Cf%3A%7Bx%3A1%2Cy%3A1%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A5%2Cb%3A4%7D%5D%7D */



/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22t%22%2Ce%3A%22b%22%2Cd%3A2000%2CD%3A0%2Cf%3A%7Bx%3A-50%2Cy%3A0%7D%2Ct%3A%7Bx%3A0%2Cy%3A0%7D%2Cs%3A1%2Cb%3A0%7D%2C%7BT%3A%22c%22%2Ce%3A%22s%22%2Cd%3A500%2CD%3A0%2Cf%3A%7Bx%3A1%2Cy%3A1%7D%2Ct%3A%7Bx%3A0.5%2Cy%3A0.5%7D%2Cs%3A5%2Cb%3A4%7D%2C%7BT%3A%22r%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A0%2Cf%3A-45%2Ct%3A0%2Cs%3A3%2Cb%3A0%7D%5D%7D */

@-webkit-keyframes folio-fade {
    0% { -webkit-transform: matrix3d(0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, -50, 0, 0, 1); transform: matrix3d(0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, -50, 0, 0, 1); }
    0.65% { -webkit-transform: matrix3d(0.702, -0.557, 0, 0, 0.557, 0.702, 0, 0, 0, 0, 1, 0, -47.585, 0, 0, 1); transform: matrix3d(0.702, -0.557, 0, 0, 0.557, 0.702, 0, 0, 0, 0, 1, 0, -47.585, 0, 0, 1); }
    1.28% { -webkit-transform: matrix3d(0.733, -0.475, 0, 0, 0.475, 0.733, 0, 0, 0, 0, 1, 0, -45.369, 0, 0, 1); transform: matrix3d(0.733, -0.475, 0, 0, 0.475, 0.733, 0, 0, 0, 0, 1, 0, -45.369, 0, 0, 1); }
    1.6% { -webkit-transform: matrix3d(0.756, -0.444, 0, 0, 0.444, 0.756, 0, 0, 0, 0, 1, 0, -44.256, 0, 0, 1); transform: matrix3d(0.756, -0.444, 0, 0, 0.444, 0.756, 0, 0, 0, 0, 1, 0, -44.256, 0, 0, 1); }
    2.85% { -webkit-transform: matrix3d(0.857, -0.353, 0, 0, 0.353, 0.857, 0, 0, 0, 0, 1, 0, -40.213, 0, 0, 1); transform: matrix3d(0.857, -0.353, 0, 0, 0.353, 0.857, 0, 0, 0, 0, 1, 0, -40.213, 0, 0, 1); }
    3.15% { -webkit-transform: matrix3d(0.879, -0.333, 0, 0, 0.333, 0.879, 0, 0, 0, 0, 1, 0, -39.297, 0, 0, 1); transform: matrix3d(0.879, -0.333, 0, 0, 0.333, 0.879, 0, 0, 0, 0, 1, 0, -39.297, 0, 0, 1); }
    4.4% { -webkit-transform: matrix3d(0.945, -0.257, 0, 0, 0.257, 0.945, 0, 0, 0, 0, 1, 0, -35.691, 0, 0, 1); transform: matrix3d(0.945, -0.257, 0, 0, 0.257, 0.945, 0, 0, 0, 0, 1, 0, -35.691, 0, 0, 1); }
    5.98% { -webkit-transform: matrix3d(0.983, -0.179, 0, 0, 0.179, 0.983, 0, 0, 0, 0, 1, 0, -31.597, 0, 0, 1); transform: matrix3d(0.983, -0.179, 0, 0, 0.179, 0.983, 0, 0, 0, 0, 1, 0, -31.597, 0, 0, 1); }
    6.26% { -webkit-transform: matrix3d(0.986, -0.167, 0, 0, 0.167, 0.986, 0, 0, 0, 0, 1, 0, -30.93, 0, 0, 1); transform: matrix3d(0.986, -0.167, 0, 0, 0.167, 0.986, 0, 0, 0, 0, 1, 0, -30.93, 0, 0, 1); }
    6.31% { -webkit-transform: matrix3d(0.987, -0.165, 0, 0, 0.165, 0.987, 0, 0, 0, 0, 1, 0, -30.81, 0, 0, 1); transform: matrix3d(0.987, -0.165, 0, 0, 0.165, 0.987, 0, 0, 0, 0, 1, 0, -30.81, 0, 0, 1); }
    7.53% { -webkit-transform: matrix3d(0.994, -0.122, 0, 0, 0.122, 0.994, 0, 0, 0, 0, 1, 0, -28.009, 0, 0, 1); transform: matrix3d(0.994, -0.122, 0, 0, 0.122, 0.994, 0, 0, 0, 0, 1, 0, -28.009, 0, 0, 1); }
    9.41% { -webkit-transform: matrix3d(0.998, -0.076, 0, 0, 0.076, 0.998, 0, 0, 0, 0, 1, 0, -24.19, 0, 0, 1); transform: matrix3d(0.998, -0.076, 0, 0, 0.076, 0.998, 0, 0, 0, 0, 1, 0, -24.19, 0, 0, 1); }
    12.51% { -webkit-transform: matrix3d(0.999, -0.034, 0, 0, 0.034, 0.999, 0, 0, 0, 0, 1, 0, -18.947, 0, 0, 1); transform: matrix3d(0.999, -0.034, 0, 0, 0.034, 0.999, 0, 0, 0, 0, 1, 0, -18.947, 0, 0, 1); }
    13.79% { -webkit-transform: matrix3d(1, -0.025, 0, 0, 0.025, 1, 0, 0, 0, 0, 1, 0, -17.123, 0, 0, 1); transform: matrix3d(1, -0.025, 0, 0, 0.025, 1, 0, 0, 0, 0, 1, 0, -17.123, 0, 0, 1); }
    18.77% { -webkit-transform: matrix3d(1, -0.007, 0, 0, 0.007, 1, 0, 0, 0, 0, 1, 0, -11.49, 0, 0, 1); transform: matrix3d(1, -0.007, 0, 0, 0.007, 1, 0, 0, 0, 0, 1, 0, -11.49, 0, 0, 1); }
    18.82% { -webkit-transform: matrix3d(1, -0.007, 0, 0, 0.007, 1, 0, 0, 0, 0, 1, 0, -11.444, 0, 0, 1); transform: matrix3d(1, -0.007, 0, 0, 0.007, 1, 0, 0, 0, 0, 1, 0, -11.444, 0, 0, 1); }
    20.05% { -webkit-transform: matrix3d(1, -0.005, 0, 0, 0.005, 1, 0, 0, 0, 0, 1, 0, -10.362, 0, 0, 1); transform: matrix3d(1, -0.005, 0, 0, 0.005, 1, 0, 0, 0, 0, 1, 0, -10.362, 0, 0, 1); }
    25% { -webkit-transform: matrix3d(1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -6.909, 0, 0, 1); transform: matrix3d(1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -6.909, 0, 0, 1); }
    25.03% { -webkit-transform: matrix3d(1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -6.895, 0, 0, 1); transform: matrix3d(1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -6.895, 0, 0, 1); }
    37.54% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.397, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.397, 0, 0, 1); }
    50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.791, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.791, 0, 0, 1); }
    50.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.787, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.787, 0, 0, 1); }
    75.08% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.063, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.063, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes folio-fade {
    0% { -webkit-transform: matrix3d(0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, -50, 0, 0, 1); transform: matrix3d(0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, -50, 0, 0, 1); }
    0.65% { -webkit-transform: matrix3d(0.702, -0.557, 0, 0, 0.557, 0.702, 0, 0, 0, 0, 1, 0, -47.585, 0, 0, 1); transform: matrix3d(0.702, -0.557, 0, 0, 0.557, 0.702, 0, 0, 0, 0, 1, 0, -47.585, 0, 0, 1); }
    1.28% { -webkit-transform: matrix3d(0.733, -0.475, 0, 0, 0.475, 0.733, 0, 0, 0, 0, 1, 0, -45.369, 0, 0, 1); transform: matrix3d(0.733, -0.475, 0, 0, 0.475, 0.733, 0, 0, 0, 0, 1, 0, -45.369, 0, 0, 1); }
    1.6% { -webkit-transform: matrix3d(0.756, -0.444, 0, 0, 0.444, 0.756, 0, 0, 0, 0, 1, 0, -44.256, 0, 0, 1); transform: matrix3d(0.756, -0.444, 0, 0, 0.444, 0.756, 0, 0, 0, 0, 1, 0, -44.256, 0, 0, 1); }
    2.85% { -webkit-transform: matrix3d(0.857, -0.353, 0, 0, 0.353, 0.857, 0, 0, 0, 0, 1, 0, -40.213, 0, 0, 1); transform: matrix3d(0.857, -0.353, 0, 0, 0.353, 0.857, 0, 0, 0, 0, 1, 0, -40.213, 0, 0, 1); }
    3.15% { -webkit-transform: matrix3d(0.879, -0.333, 0, 0, 0.333, 0.879, 0, 0, 0, 0, 1, 0, -39.297, 0, 0, 1); transform: matrix3d(0.879, -0.333, 0, 0, 0.333, 0.879, 0, 0, 0, 0, 1, 0, -39.297, 0, 0, 1); }
    4.4% { -webkit-transform: matrix3d(0.945, -0.257, 0, 0, 0.257, 0.945, 0, 0, 0, 0, 1, 0, -35.691, 0, 0, 1); transform: matrix3d(0.945, -0.257, 0, 0, 0.257, 0.945, 0, 0, 0, 0, 1, 0, -35.691, 0, 0, 1); }
    5.98% { -webkit-transform: matrix3d(0.983, -0.179, 0, 0, 0.179, 0.983, 0, 0, 0, 0, 1, 0, -31.597, 0, 0, 1); transform: matrix3d(0.983, -0.179, 0, 0, 0.179, 0.983, 0, 0, 0, 0, 1, 0, -31.597, 0, 0, 1); }
    6.26% { -webkit-transform: matrix3d(0.986, -0.167, 0, 0, 0.167, 0.986, 0, 0, 0, 0, 1, 0, -30.93, 0, 0, 1); transform: matrix3d(0.986, -0.167, 0, 0, 0.167, 0.986, 0, 0, 0, 0, 1, 0, -30.93, 0, 0, 1); }
    6.31% { -webkit-transform: matrix3d(0.987, -0.165, 0, 0, 0.165, 0.987, 0, 0, 0, 0, 1, 0, -30.81, 0, 0, 1); transform: matrix3d(0.987, -0.165, 0, 0, 0.165, 0.987, 0, 0, 0, 0, 1, 0, -30.81, 0, 0, 1); }
    7.53% { -webkit-transform: matrix3d(0.994, -0.122, 0, 0, 0.122, 0.994, 0, 0, 0, 0, 1, 0, -28.009, 0, 0, 1); transform: matrix3d(0.994, -0.122, 0, 0, 0.122, 0.994, 0, 0, 0, 0, 1, 0, -28.009, 0, 0, 1); }
    9.41% { -webkit-transform: matrix3d(0.998, -0.076, 0, 0, 0.076, 0.998, 0, 0, 0, 0, 1, 0, -24.19, 0, 0, 1); transform: matrix3d(0.998, -0.076, 0, 0, 0.076, 0.998, 0, 0, 0, 0, 1, 0, -24.19, 0, 0, 1); }
    12.51% { -webkit-transform: matrix3d(0.999, -0.034, 0, 0, 0.034, 0.999, 0, 0, 0, 0, 1, 0, -18.947, 0, 0, 1); transform: matrix3d(0.999, -0.034, 0, 0, 0.034, 0.999, 0, 0, 0, 0, 1, 0, -18.947, 0, 0, 1); }
    13.79% { -webkit-transform: matrix3d(1, -0.025, 0, 0, 0.025, 1, 0, 0, 0, 0, 1, 0, -17.123, 0, 0, 1); transform: matrix3d(1, -0.025, 0, 0, 0.025, 1, 0, 0, 0, 0, 1, 0, -17.123, 0, 0, 1); }
    18.77% { -webkit-transform: matrix3d(1, -0.007, 0, 0, 0.007, 1, 0, 0, 0, 0, 1, 0, -11.49, 0, 0, 1); transform: matrix3d(1, -0.007, 0, 0, 0.007, 1, 0, 0, 0, 0, 1, 0, -11.49, 0, 0, 1); }
    18.82% { -webkit-transform: matrix3d(1, -0.007, 0, 0, 0.007, 1, 0, 0, 0, 0, 1, 0, -11.444, 0, 0, 1); transform: matrix3d(1, -0.007, 0, 0, 0.007, 1, 0, 0, 0, 0, 1, 0, -11.444, 0, 0, 1); }
    20.05% { -webkit-transform: matrix3d(1, -0.005, 0, 0, 0.005, 1, 0, 0, 0, 0, 1, 0, -10.362, 0, 0, 1); transform: matrix3d(1, -0.005, 0, 0, 0.005, 1, 0, 0, 0, 0, 1, 0, -10.362, 0, 0, 1); }
    25% { -webkit-transform: matrix3d(1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -6.909, 0, 0, 1); transform: matrix3d(1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -6.909, 0, 0, 1); }
    25.03% { -webkit-transform: matrix3d(1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -6.895, 0, 0, 1); transform: matrix3d(1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -6.895, 0, 0, 1); }
    37.54% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.397, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.397, 0, 0, 1); }
    50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.791, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.791, 0, 0, 1); }
    50.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.787, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.787, 0, 0, 1); }
    75.08% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.063, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.063, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}




@media(min-width:600px){
    .navbar{
        display:none;
    }
    .brand-logo{
        margin-left:0%;
    }
    .tabs{
        color:#333;
        height:54px;
        padding:10px;
        line-height:45px;
        position:fixed;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
        margin:6px;
        top:75px;
        overflow:hidden;
        border-bottom:1px solid #ccc;
    }
    .menu{
        background:none;
        z-index:20;
        position: -webkit-sticky;
    }
    .column-menu{
        position: fixed;
        top:171px;
        display:block;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
    }
    .desktop-nav{
        flex:40%;
        display:flex;
        font-weight:bold;
        font-size:15px;
    }
    .desktop-nav .click{
        flex:1;
        text-align:center;
        line-height:63px;
    }
    .content-frame{
        margin-bottom:20px;
        margin-top:170px;
    }
    .content-wrap{
        width:720px;
    }
    .content{

    }
    .row{
        display:flex;
        flex-wrap: wrap;
    }
    .col{
        flex:1;
    }
    .products{
        display:flex;
        flex-wrap: wrap;
    }
    .product{
        flex:40%;
        margin:6px;
        text-align:left;
        box-shadow: 1px 1px 3px rgba(0,0,0,.2);
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
        border-radius:6px;
        padding:3px;
        background:#FFF;
    }
    .tile-wrap{
        width:320px;
        height:320px;
        border:1px solid #ccc;
        padding:10px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
        box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    }

}input[type=submit],.button,button,.stripe-button-el{
    overflow:hidden;
    border:0;
    padding:9px;
    padding-left:12px;
    padding-right:12px;
    background:#36599C;
    color:#FFF;
    border:2px solid #5C79AF;
    text-decoration:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    cursor:pointer;
    font-family:Rubik;
    font-size:15px;
    z-index:1;
    text-align:center;
}.stripe-button-el{}
.stripe-button-el::-moz-focus-inner{
    border:0;padding:0;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    ser-select:none;
}
.stripe-button-el span{
    display:block;
    position:relative;
    padding:0 12px;
    height:30px;
    line-height:30px;
    background:#6EBF55;
    font-size:14px;color:#fff;font-weight:bold;
    font-family:Rubik;
    -webkit-border-radius:4px;-moz-border-radius:4px;
    -ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    ser-select:none;
}
.stripe-button-el:not(:disabled):active,.stripe-button-el.active{background:#6EBF55}
.stripe-button-el:not(:disabled):active span,.stripe-button-el.active span{
    color:#eee;
    background:#6EBF55;
    -webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    -ms-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    -o-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 0 rgba(0,0,0,0.1)}
.stripe-button-el:disabled,.stripe-button-el.disabled{
    background:rgba(0,0,0,0.2);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none}
.stripe-button-el:disabled span,.stripe-button-el.disabled span{
    color:#999;
    background:#6EBF55;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}.store-cart{
    width:200px;
    margin-right:30px;
}
.cart{
    margin:5px;
}
.cart-control{
    height:30px;
    font-size:12px;
}
.cart-control:after{
    content:"";
    display: table;
    clear:both;
}

.cart-tag{
    position: absolute;
}
.cart-total{
    padding:3px 6px 3px 6px;
    height:28px;
    line-height:23px;
    font-size:14px;
    background:#FF0000;
    color:#FFFFFF;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border-top:1px solid #CF0000;
    border-left:1px solid #CF0000;
    border-bottom:1px solid #CF0000;
}
.cart-tag-right{
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #CF0000;
    border-bottom: 14px solid transparent;
    position:relative;
}
.cart-tag-right:after{
    content:'';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid red;
    position:absolute;
    top:-13px;
    left:-14px;
}
.cart-view{

}
.cart-view img{
    margin-top:6px;
    cursor: pointer;
}
.cart-items{
    margin-top:0px;
    margin-left:25px;
    padding:3px;
    width:18px;
    height:18px;
    line-height:12px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    position:absolute;
    background:#FF0000;
    text-align:center;
    color:#FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    cursor: pointer;
}
.cart-checkout{
    font-family: Core;
}
.cart-checkout{
    margin-left:2px;
    width:60px;
}
.cart-clear{
    margin:6px;
}

.products{

}
.product-listings{
    clear:both;
    border:1px solid #ccc;
}
.product-name{
    font-size:18px;
    font-weight:bold;
    padding:2px;
}
.product-description{
    font-size:14px;
    padding:2px;
}
.product{
    margin:6px;
    text-align:left;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:3px;
    background:#FFF;
}
.product-thumb{
    width:100%;
    height:162px;

    overflow:hidden;
    text-align:center;
}
.product-price{
    font-size:18px;
    font-weight:bold;
    margin-left:3px;
}
.product-cart-remove{cursor: pointer;}
.product-cart-add{
    cursor: pointer;
    width:36px;
    height:36px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    background:#36599C;
    border:2px solid #5C79AF;
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    float:right;
}
.product .menu-icon{
    text-align:center;
    line-height:24px;
    color:#FFF;
}
.cart-icon{
    font-family:Trunk;
    text-align:center;
    font-size:47px;
    line-height:18px;
    cursor: pointer;
    color:#777;
}
.cart-icon-add{
    margin-left:3px;
    margin-top:3px;
}
.cart-preview{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #ccc;
    position:absolute;
    width:200px;
    background:#FFF;
    max-height:300px;
    overflow: auto;
    margin-top:35px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.cart-preview-total{
    margin:6px;
    font-size:14px;
}
.preview-cart-item{
    text-align:left;
    border-bottom:1px solid #ccc;
    margin:3px;
    padding:3px;
}
.checkout-item{
    display:flex;
}
.checkout-item div{
    flex:1;
}
.checkout-total{
    font-size:20px;
    font-weight:bold;
    background:#6EBF55;
    padding:6px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align:center;
    color:#000;
}
@media(min-width:600px){
    .product{
        width:389px;
    }
}input::-webkit-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #999999 !important;
    font-style:italic;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #999999 !important;
    font-style:italic;
}

input:-ms-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}

textarea::-webkit-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #999999 !important;
    font-style:italic;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #999999 !important;
    font-style:italic;
}

textarea:-ms-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}
.input,input[type=text],input[type=password],input[type=date],input[type=time],input[type=number],select,textarea{
    font-family: Rubik;
    background:#FFF;
    padding:6px;
    color:#000;
    border:1px solid rgba(0,0,0,.3);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-size:18px;
    margin:3px;
    height:40px;
    display:inline-block;
}
textarea{
    min-height:80px;
}
input[type=checkbox],input[type=checkbox]{
    background:#FFF;
    padding:6px;
    color:#000;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    width:27px;
    height:27px;
    margin-right:6px;
}
input:focus, textarea:focus {
    outline: none;
}
.submit div{
    margin:6px;
}

.overlay {
    -webkit-animation: animation 1000ms linear both;
    animation: animation 1000ms linear both;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A0%2Cf%3A%7Bx%3A0.5%2Cy%3A1%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A1%2Cb%3A4%7D%2C%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A0%2Cf%3A%7Bx%3A1%2Cy%3A0.5%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A1%2Cb%3A6%7D%5D%7D */

@-webkit-keyframes animation {
    0% { -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    3.4% { -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.7% { -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    6.81% { -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    9.41% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.21% { -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.61% { -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.11% { -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    17.52% { -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.72% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    21.32% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    24.32% { -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    25.23% { -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.03% { -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.93% { -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.54% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    36.74% { -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.04% { -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    44.44% { -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.15% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    59.86% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    63.26% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    90.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animation {
    0% { -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    3.4% { -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.7% { -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    6.81% { -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    9.41% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.21% { -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.61% { -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.11% { -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    17.52% { -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.72% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    21.32% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    24.32% { -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    25.23% { -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.03% { -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.93% { -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.54% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    36.74% { -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.04% { -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    44.44% { -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.15% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    59.86% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    63.26% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    90.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

