




@-webkit-keyframes left-right {    
    0% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -webkit-transform: translateY(0%) translateX(10%);
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-moz-keyframes left-right {    
    0% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -webkit-transform: translateY(0%) translateX(10%);
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-ms-keyframes left-right {    
    0% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -webkit-transform: translateY(0%) translateX(10%);
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@keyframes left-right {    
    0% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -webkit-transform: translateY(0%) translateX(10%);
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-webkit-keyframes right-left {    
    0% {
        -webkit-transform: translateY(0%) translateX(10%);
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@-moz-keyframes right-left {    
    0% {
        -webkit-transform: translateY(0%) translateX(10%);
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@-ms-keyframes right-left {    
    0% {
        -webkit-transform: translateY(0%) translateX(10%);
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@keyframes right-left {    
    0% {
        -webkit-transform: translateY(0%) translateX(10%);
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

.sy-box.sy-loading {
    min-height: 40px;
    background: url(/images/sy-loader.gif) 50% 50% no-repeat;
    -webkit-background-size: 32px;
    -moz-background-size: 32px;
    background-size: 32px;
    -o-background-size: 32px;
}

.sy-box.sy-loading .sy-slides-wrap,
.sy-box.sy-loading .sy-pager {
    visibility: hidden;
}

.sy-slides-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.sy-slides-wrap:hover .sy-controls {
    display: block;
}

.sy-slides-crop {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sy-list {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sy-list.horizontal {
    -webkit-transition: left ease;
    -moz-transition: left ease;
    -o-transition: left ease;
    transition: left ease;
}

.sy-list.vertical {
    -webkit-transition: top ease;
    -moz-transition: top ease;
    -o-transition: top ease;
    transition: top ease;
}

.sy-slide {
    z-index: 2;
    position: absolute;
    width: 100%;
}

.sy-slide.kenburns {
    left: -20%;
    width: 140%;
}

.sy-slide.kenburns.useCSS {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
    -webkit-animation-name: left-right;
    -moz-animation-name: left-right;
    -o-animation-name: left-right;
    animation-name: left-right;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
    -webkit-animation-name: right-left;
    -moz-animation-name: right-left;
    -o-animation-name: right-left;
    animation-name: right-left;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sy-slide.sy-active {
    z-index: 3;
}

.sy-slide > img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.sy-slide > a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.sy-slide > a>img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.sy-controls {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sy-controls li {
    z-index: 33;
    position: absolute;
    width: 10%;
    height: 100%;
    min-width: 4.2em;
}

.sy-controls li.sy-prev {
    top: 0;
    left: 0;
}

.sy-controls li.sy-prev a:after {
    background-position: -5% 0;
}

.sy-controls li.sy-next {
    top: 0;
    right: 0;
}

.sy-controls li.sy-next a:after {
    background-position: 105% 0;
}

.sy-controls li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.sy-controls li a:link,
.sy-controls li a:visited {
    opacity: 0.4;
}

.sy-controls li a:hover,
.sy-controls li a:focus {
    outline: none;
    opacity: 0.8;
}

.sy-controls li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.8em;
    height: 2.8em;
    margin-top: -1.4em;
    margin-left: -1.4em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    text-indent: 0;
    font-weight: 800;
    line-height: 2.8em;
    color: #111;
    background-color: #fff;
    background-image: url(/images/arrows.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media only screen and (max-device-width:600px) {
    .sy-controls {
        display: block;
    }

    .sy-controls li {
        min-width: 2.1em;
    }

    .sy-controls li a:after {
        width: 1.4em;
        height: 1.4em;
        margin-top: -0.7em;
        margin-left: -0.7em;
    }
}

.sy-caption-wrap {
    z-index: 12;
    position: absolute;
    bottom: 2em;
    left: 50%;
}

.sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    padding: 0.4em 1em;
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    border-radius: 1.2em;
    color: #fff;
    background-color: rgba(0,0,0,0.54);
}

.sy-caption-wrap .sy-caption a:link,
.sy-caption-wrap .sy-caption a:visited {
    text-decoration: none;
    font-weight: 600;
    color: #e24b70;
}

.sy-caption-wrap .sy-caption a:hover,
.sy-caption-wrap .sy-caption a:focus {
    text-decoration: underline;
}

@media only screen and (max-device-width:600px) ,
screen and (max-width:600px) {
    .sy-caption-wrap {
        bottom: 0.4em;
        left: 0;
    }

    .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 0.92em;
    }
}

.sy-pager {
    display: block;
    width: 100%;
    margin: 1em 0 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    list-style: none;
    *zoom: 1;
}

.sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sy-pager li.sy-active a {
    background-color: #e24b70;
}

.sy-pager li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999px;
    background-color: #ccc;
    -webkit-background-size: 2em;
    -moz-background-size: 2em;
    background-size: 2em;
    -o-background-size: 2em;
}

.sy-pager li a:link,
.sy-pager li a:visited {
    opacity: 1.0;
}

.sy-pager li a:hover,
.sy-pager li a:focus {
    opacity: 0.6;
}

.sy-filler {
    width: 100%;
}

.sy-filler.ready {
    -webkit-transition: padding 600ms ease;
    -moz-transition: padding 600ms ease;
    -o-transition: padding 600ms ease;
    transition: padding 600ms ease;
}

.highlight table td {
    padding: 5px;
}

.highlight table pre {
    margin: 0;
}

.highlight .cm {
    font-style: italic;
    color: #999988;
}

.highlight .cp {
    font-weight: bold;
    color: #999999;
}

.highlight .c1 {
    font-style: italic;
    color: #999988;
}

.highlight .cs {
    font-style: italic;
    font-weight: bold;
    color: #999999;
}

.highlight .c,
.highlight .cd {
    font-style: italic;
    color: #999988;
}

.highlight .err {
    color: #a61717;
    background-color: #e3d2d2;
}

.highlight .gd {
    color: #000000;
    background-color: #ffdddd;
}

.highlight .ge {
    font-style: italic;
    color: #000000;
}

.highlight .gr {
    color: #aa0000;
}

.highlight .gh {
    color: #999999;
}

.highlight .gi {
    color: #000000;
    background-color: #ddffdd;
}

.highlight .go {
    color: #888888;
}

.highlight .gp {
    color: #555555;
}

.highlight .gs {
    font-weight: bold;
}

.highlight .gu {
    color: #aaaaaa;
}

.highlight .gt {
    color: #aa0000;
}

.highlight .kc {
    font-weight: bold;
    color: #000000;
}

.highlight .kd {
    font-weight: bold;
    color: #000000;
}

.highlight .kn {
    font-weight: bold;
    color: #000000;
}

.highlight .kp {
    font-weight: bold;
    color: #000000;
}

.highlight .kr {
    font-weight: bold;
    color: #000000;
}

.highlight .kt {
    font-weight: bold;
    color: #445588;
}

.highlight .k,
.highlight .kv {
    font-weight: bold;
    color: #000000;
}

.highlight .mf {
    color: #009999;
}

.highlight .mh {
    color: #009999;
}

.highlight .il {
    color: #009999;
}

.highlight .mi {
    color: #009999;
}

.highlight .mo {
    color: #009999;
}

.highlight .m,
.highlight .mb,
.highlight .mx {
    color: #009999;
}

.highlight .sb {
    color: #d14;
}

.highlight .sc {
    color: #d14;
}

.highlight .sd {
    color: #d14;
}

.highlight .s2 {
    color: #d14;
}

.highlight .se {
    color: #d14;
}

.highlight .sh {
    color: #d14;
}

.highlight .si {
    color: #d14;
}

.highlight .sx {
    color: #d14;
}

.highlight .sr {
    color: #009926;
}

.highlight .s1 {
    color: #d14;
}

.highlight .ss {
    color: #990073;
}

.highlight .s {
    color: #d14;
}

.highlight .na {
    color: #008080;
}

.highlight .bp {
    color: #999999;
}

.highlight .nb {
    color: #0086B3;
}

.highlight .nc {
    font-weight: bold;
    color: #445588;
}

.highlight .no {
    color: #008080;
}

.highlight .nd {
    font-weight: bold;
    color: #3c5d5d;
}

.highlight .ni {
    color: #800080;
}

.highlight .ne {
    font-weight: bold;
    color: #990000;
}

.highlight .nf {
    font-weight: bold;
    color: #990000;
}

.highlight .nl {
    font-weight: bold;
    color: #990000;
}

.highlight .nn {
    color: #555555;
}

.highlight .nt {
    color: #000080;
}

.highlight .vc {
    color: #008080;
}

.highlight .vg {
    color: #008080;
}

.highlight .vi {
    color: #008080;
}

.highlight .nv {
    color: #008080;
}

.highlight .ow {
    font-weight: bold;
    color: #000000;
}

.highlight .o {
    font-weight: bold;
    color: #000000;
}

.highlight .w {
    color: #bbbbbb;
}

.highlight {
    background-color: #f8f8f8;
}

.highlight {
    padding: 0.4em;
    border: 1px solid #dcdcdc;
    overflow-x: auto;
    font-family: 'bebas_neueregular';
    font-size: 0.84em;
    background-color: #f0f0f0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
}

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

body {
    line-height: 1.48;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

body {
    margin: 0 auto;
    font-family: 'bebas_neueregular';
    font-size: 16px;
    color: #777;
    background-color: #f5f5f5;
}

div {
    vertical-align: top;
}

p {
    display: block;
    margin: 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.5em 0;
    font-family: 'bebas_neueregular';
    font-weight: 300;
    line-height: 1.5;
    color: #202123;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #202123;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #444;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.66em;
}

h3 {
    font-size: 1.33em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 0.87em;
}

h6 {
    font-size: 0.63em;
}

@-webkit-keyframes jumpings {    
    0% {
        top: 2.4%;
    }

    100% {
        top: 30%;
    }
}

@-moz-keyframes jumpings {    
    0% {
        top: 2.4%;
    }

    100% {
        top: 30%;
    }
}

@-o-keyframes jumpings {    
    0% {
        top: 2.4%;
    }

    100% {
        top: 30%;
    }
}

@keyframes jumpings {    
    0% {
        top: 2.4%;
    }

    100% {
        top: 30%;
    }
}

.restricted-width {
    margin-right: auto;
    margin-left: auto;
    padding: 1%;
}

@media only screen and (min-width:1180px) {
    .restricted-width {
        max-width: 1180px;
    }
}

a.button-link {
    display: inline-block;
    padding: 0.25em 0.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.1em;
    vertical-align: text-bottom;
    color: #fff;
    background-color: #31ACE2;
}

a.button-link.download {
    position: relative;
    padding-right: 1.54em;
    color: #31ACE2;
    background: none;
}

@media only screen and (max-width:600px) {
    a.button-link.download {
        display: none;
    }
}

a.button-link.download:after {
    content: '⬇';
    position: absolute;
    top: 15.4%;
    right: 4%;
}

a.button-link.download:hover {
    color: #31ACE2;
    background: none;
}

a.button-link.download:hover:after {
    -webkit-animation: jumpings 0.8s linear infinite;
    -moz-animation: jumpings 0.8s linear infinite;
    -o-animation: jumpings 0.8s linear infinite;
    animation: jumpings 0.8s linear infinite;
}

a.button-link:hover {
    color: #fff;
    background-color: #1c91c4;
}

section {

}

@media only screen and (max-width:600px) {
    section {
        margin-bottom: 0;
    }
}

a {
    color: #202123;
}

a:hover {
    color: #444;
}

#header {
    overflow: hidden;
    *zoom: 1;
}

#header a {
    text-decoration: none;
}

#header a.logo-link:hover {
    color: #444;
}

#header #site-name {
    float: left;
    padding: 0.75em 0;
    font-size: 2em;
}

#header nav {
    float: right;
    margin: 1.5em 0;
    margin: 3.2em 0;
    text-align: right;
    list-style: none;
}

#header nav li {
    display: inline-block;
    margin-left: 0.25em;
}

@media only screen and (min-width:601px) {
    #header nav {
        display: inline-block;
        float: right;
        margin: 3em 0;
        padding-right: 126px;
    }

    #header nav li {
        display: inline-block;
    }
}

@media only screen and (min-width:1280px) {
    #header nav {
        padding-right: 0;
    }
}

@media only screen and (max-width:600px) {
    #header .github-link {
        display: none;
    }
}

#header .github-link img {
    z-index: 12;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.sy-caption .red {
    color: #ff0048;
}

h2.slider-title {
    margin-top: 0;
}

.half {
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width:600px) {
    .half {
        width: 49.8%;
    }

    .half:nth-child(1) {
        padding-right: 1em;
    }

    .half:nth-child(2) {
        padding-left: 1em;
    }
}

.third {
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width:600px) {
    .third {
        width: 33%;
    }

    .third:nth-child(1) {
        padding-right: 1em;
    }

    .third:nth-child(2) {
        padding: 0 0.5em;
    }

    .third:nth-child(3) {
        padding-left: 1em;
    }
}

.twothird {
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width:769px) {
    .twothird {
        width: 66%;
    }

    .twothird:nth-child(1) {
        padding-right: 1em;
    }

    .twothird:nth-child(2) {
        padding: 0 0.5em;
    }

    .twothird:nth-child(3) {
        padding-left: 1em;
    }
}

a.github-download {
    display: block;
    width: 12em;
    margin: 0.25em auto;
    font-size: 2em;
    font-weight: 700;
}

@media only screen and (max-width:600px) {
    a.github-download {
        width: 100%;
        font-size: 1.6em;
    }
}

.big-number {
    display: block;
    display: none;
    float: left;
    clear: left;
    height: 100%;
    margin-right: 0.25em;
    font-size: 6em;
    font-weight: 700;
    line-height: 0.8;
}

.get-started {
    margin: 1em 0;
    overflow: hidden;
    *zoom: 1;
}

.get-started h3 {
    margin-top: 0;
}

code {
    padding: 0.1em 0.2em;
    font-family: monospace;
    color: #3B454F;
    background-color: #d9dee3;
}

#footer {
    padding-top: 2em;
    padding-bottom: 2em;
    color: #3B454F;
    background-color: #fff;
}

#footer .footer-content {
    overflow: hidden;
    text-align: center;
    *zoom: 1;
}

#footer .footer-content .githubs {
    float: left;
}

#footer .footer-content .right {
    float: right;
}

#footer .footer-content .block-link {
    display: inline-block;
    text-decoration: none;
    font-weight: 200;
}

#footer .footer-content .pixels-logo {
    height: 1.6em;
    vertical-align: middle;
}

#footer .footer-content .twitter-share-button {
    width: 92px !important;
}

@media only screen and (max-width:550px) {
    #footer .footer-content .right,
    #footer .footer-content .githubs {
        float: none;
        width: 100%;
        margin-bottom: 1em;
        text-align: center;
    }
}

.front-page .slide_box {
    max-height: 500px;
}

@media only screen and (min-width:550px) {
    #settings-jump {
        float: right;
    }
}

#settings-jump li {
    height: 2em;
    border-top: 1px solid #fff;
}

#settings-jump li.default {
    height: 1.6em;
    border-top: 0;
}

#settings-jump li #select-setting {
    position: relative;
    text-transform: uppercase;
}

#settings-jump li #select-setting:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 0.5em;
    margin-right: 0.5em;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

#settings-jump li.section-head {
    padding: 0.25em 0.5em;
}

#settings-jump li a {
    display: block;
    height: 2em;
    padding: 0.25em 0.5em;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background-color: #31ACE2;
}

#settings-jump li a:hover {
    background-color: #1c91c4;
}

#settings-jump.closed {
    height: 2em;
    overflow: hidden;
}

#settings-jump.closed #select-setting:after {
    border-top: 0.5em solid white;
}

#settings-jump.open {
    height: auto;
    background-color: #fff;
}

#settings-jump.open #select-setting:after {
    border-bottom: 0.5em solid white;
}

section.settings h4 {
    margin-top: 1.5em;
}

section.settings h3 {
    margin-top: 2em;
    border-bottom: 1px solid #bcc5cd;
}

.example-tiles .tile {
    display: inline-block;
    width: 100%;
    margin: 1% 0;
    padding: 0.8em 1em;
    text-align: center;
    text-decoration: none;
    font-family: 'bebas_neueregular';
    font-size: 1.5em;
    color: #fff;
    background-color: #31ACE2;
}

.example-tiles .tile.large {
    padding: 1.6em 1em;
    text-shadow: 0 0 0.1em rgba(0,0,0,0.4);
    opacity: 0.8;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.example-tiles .tile.large:hover {
    opacity: 1;
}

@media only screen and (min-width:411px) {
    .example-tiles .tile {
        width: 49%;
    }

    .example-tiles .tile:nth-child(2n+1) {
        margin: 1% 1% 1% 0;
    }

    .example-tiles .tile:nth-child(2n+2) {
        margin: 1% 0 1% 1%;
    }
}

@media only screen and (min-width:631px) {
    .example-tiles .tile {
        width: 32%;
    }

    .example-tiles .tile:nth-child(3n+1) {
        margin: 1% 1% 1% 0;
    }

    .example-tiles .tile:nth-child(3n+2) {
        margin: 1%;
    }

    .example-tiles .tile:nth-child(3n+3) {
        margin: 1% 0 1% 1%;
    }
}

.example-tiles .tile:hover {
    color: #fff;
    background-color: #1c91c4;
}

.example-tiles .tile.active {
    background-color: #1880ae;
}

.portfolio .sy-controls {
    display: block;
}

.portfolio .sy-pager {
    margin: 1.5em 0;
}

.portfolio .external-captions {
    padding: 1em;
    background-color: #fff;
}

.news-slider .text-content {
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    padding: 1em;
    font-size: 0.75em;
    background-color: rgba(255,255,255,0.9);
}

.news-slider .text-content h2 {
    margin: 0;
}

.news-slider .text-content p {
    display: none;
}

.news-slider .text-content a.button-link {
    position: absolute;
    right: 1em;
    bottom: 1em;
    padding: 0.25em 0.5em;
}

.news-slider .text-content .read-more {
    float: right;
    position: absolute;
    right: 1em;
    bottom: 1em;
}

@media only screen and (min-width:481px) {
    .news-slider .text-content {
        font-size: 1em;
    }
}

@media only screen and (min-width:769px) {
    .news-slider .text-content {
        width: 35%;
    }

    .news-slider .text-content p {
        display: block;
    }
}

@media only screen and (min-width:960px) {
    .news-slider .text-content {
        width: 30%;
    }
}

.news-slider .image-content {
    line-height: 0;
}

.news-slider .image-content img {
    max-width: 100%;
}

.news-slider .news-pager {
    display: block;
    margin: 0.2em 0 0;
    padding: 0;
    text-align: right;
    list-style: none;
}

.news-slider .news-pager li {
    display: inline-block;
    margin: 0 0 0 1em;
    padding: 0.6em;
}

.news-slider .news-pager li.sy-active a {
    color: #31ACE2;
}

.news-slider .news-pager li a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: #222;
}

.shop .sy-box {
    overflow: hidden;
}

@media only screen and (min-width:401px) {
    .shop .sy-box .sy-slides-wrap {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        max-width: 590px;
        min-width: 400px;
    }
}

.shop .sy-box .sy-slides-crop {
    overflow: visible;
}

@media only screen and (max-width:500px) {
    .shop .sy-box .sy-controls {
        display: block;
    }

    .shop .sy-box .sy-controls li {
        min-width: 2.4em;
    }

    .shop .sy-box .sy-controls li a:after {
        width: 1.4em;
        height: 1.4em;
        margin-top: -0.7em;
        margin-left: -0.7em;
        line-height: 1.4em;
    }
}

@media only screen and (min-width:501px) {
    .shop .sy-box .sy-controls li {
        width: 100%;
    }

    .shop .sy-box .sy-controls li.sy-prev {
        left: -100%;
    }

    .shop .sy-box .sy-controls li.sy-next {
        right: -100%;
    }

    .shop .sy-box .sy-controls li a:after {
        background: none;
    }
}

.shop .sy-box .sy-slide {
    opacity: 0.6;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.shop .sy-box .sy-slide .product-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1em;
}

@media only screen and (max-width:500px) {
    .shop .sy-box .sy-slide .product-info {
        padding: 1em 2.4em;
    }
}

.shop .sy-box .sy-slide .product-info p {
    margin-bottom: 1em;
}

.shop .sy-box .sy-slide .product-info p,
.shop .sy-box .sy-slide .product-info .button-link {
    opacity: 0;
}

.shop .sy-box .sy-slide .product-info .button-link {
    position: absolute;
    bottom: 1em;
}

.shop .sy-box .sy-slide .product-info .buy-now {
    right: 1em;
}

@media only screen and (max-width:500px) {
    .shop .sy-box .sy-slide .product-info .buy-now {
        right: 2.4em;
    }
}

.shop .sy-box .sy-slide .product-info .more-info {
    left: 1em;
}

@media only screen and (max-width:500px) {
    .shop .sy-box .sy-slide .product-info .more-info {
        left: 2.4em;
    }
}

.shop .sy-box .sy-slide .image-content {
    line-height: 0;
}

.shop .sy-box .sy-slide .image-content .product-image {
    max-width: 100%;
}

.shop .sy-box .sy-slide.sy-active {
    opacity: 1;
}

.shop .sy-box .sy-slide.sy-active .buy-now {
    opacity: 1;
}

.shop .sy-box .sy-slide.sy-active:hover .product-image {
    opacity: 0.2;
}

.shop .sy-box .sy-slide.sy-active:hover .product-info p,
.shop .sy-box .sy-slide.sy-active:hover .product-info .button-link {
    opacity: 1;
}

.shop .sy-box .sy-slide .product-info p,
.shop .sy-box .sy-slide .product-info .button-link,
.shop .sy-box .sy-slide .product-image,
.shop .sy-box .sy-slide.sy-active,
.shop .sy-box .sy-slide.sy-active .buy-now,
.shop .sy-box .sy-slide.sy-active:hover .product-image,
.shop .sy-box .sy-slide.sy-active:hover .product-info p,
.shop .sy-box .sy-slide.sy-active:hover .product-info .button-link,
.shop .sy-box .sy-slide.sy-active.transition {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.shop .product-name,
.shop .shop-slider .sy-slides-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width:401px) {
    .shop .product-name,
    .shop .shop-slider .sy-slides-wrap {
        width: 50%;
        max-width: 590px;
        min-width: 400px;
    }
}

.thumb-box {
    width: 102%;
    margin-left: -1%;
    padding: 1.4em 0 0;
}

.thumb-box .thumbs {
    overflow: hidden;
    *zoom: 1;
}

.thumb-box .thumbs li {
    float: left;
    width: 10%;
    padding: 0 1%;
    text-align: center;
}

.thumb-box .thumbs li img {
    width: 100%;
    border-bottom: 4px solid transparent;
    opacity: .8;
    -webkit-transition: opacity 0.32s;
    -moz-transition: opacity 0.32s;
    -o-transition: opacity 0.32s;
    transition: opacity 0.32s;
}

.thumb-box .thumbs li img.active {
    border-color: #0372c1;
    opacity: 1;
}

.thumb-box .thumbs li:hover img {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.newsletter {
    padding: 10px 15px;
    border: 2px solid #e24b70;
}

.newsletter h3 {
    margin: 0;
}

#mc-embedded-subscribe {
    float: right;
}

#mc_embed_signup form {
    padding: 8px 0 0 !important;
}

#mc_embed_signup input.email,
#mc_embed_signup #mc-embedded-subscribe {
    height: 48px;
    margin-bottom: 0 !important;
    min-width: auto;
    font-size: 18px;
}

.clear {
    overflow: hidden;
    *zoom: 1;
}

.carbonwrap {
    padding-bottom: 18px;
    border: 2px solid #ccc;
}

@media only screen and (max-width:768px) {
    .carbonwrap {
        display: none;
    }
}

#carbonads {
    margin: 18px 10px;
}

.carbon-poweredby {
    margin-top: 5px !important;
    text-decoration: none;
    font-size: 12px;
}

@media only screen and (min-width:840px) {
    .carbon-poweredby {
        margin-left: 15px !important;
    }
}

.carbon-poweredby:before {
    content: ' ';
    overflow: hidden;
    *zoom: 1;
}

.carbon-img {
    float: left;
}

.carbon-text {
    display: block !important;
    margin-bottom: 2px !important;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
}

@media only screen and (min-width:840px) {
    .carbon-text {
        float: none !important;
        width: auto !important;
        height: auto !important;
        margin-left: 145px !important;
        padding-top: 0 !important;
    }
}