body {
  min-height: 5650px;
}

@keyframes bounceInLeft {
0% {
    opacity: 0;
    transform: translateX(-2000px);
}
60% {
    opacity: 1;
    transform: translateX(30px);
}
80% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(0px);
}
}
.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInDown {
0% {
    opacity: 0;
    transform: translateY(-2000px);
}
60% {
    opacity: 1;
    transform: translateY(30px);
}
80% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0px);
}
}
.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInRight {
0% {
    opacity: 0;
    transform: translateX(2000px);
}
60% {
    opacity: 1;
    transform: translateX(-30px);
}
80% {
    transform: translateX(10px);
}
100% {
    transform: translateX(0px);
}
}
.bounceInRight {
    animation-name: bounceInRight;
}

.fancybox-hidden {
    display: none;
}
.rtl #fancybox-left {
    left: auto;
    right: 0;
}
.rtl #fancybox-right {
    left: 0;
    right: auto;
}
.rtl #fancybox-right-ico {
    background-position: -40px -30px;
}
.rtl #fancybox-left-ico {
    background-position: -40px -60px;
}
.rtl .fancybox-title-over {
    text-align: right;
}
.rtl #fancybox-left-ico, .rtl #fancybox-right-ico {
    right: -9999px;
}
.rtl #fancybox-right:hover span {
    left: 20px;
    right: auto;
}
.rtl #fancybox-left:hover span {
    right: 20px;
}
#fancybox-img {
    max-height: none;
    max-width: none;
}
#fancybox-outer {
    background-color: #fff;
}
#fancybox-content {
    border-color: #fff;
}
#fancybox-content {
    color: inherit;
}



.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    bottom: auto !important;
    box-sizing: content-box !important;
    float: none !important;
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
    font-size: 1em !important;
    font-style: normal !important;
    font-weight: normal !important;
    height: auto !important;
    left: auto !important;
    line-height: 1.1em !important;
    margin: 0 !important;
    min-height: inherit !important;
    outline: 0 none !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    text-align: left !important;
    top: auto !important;
    vertical-align: baseline !important;
    width: auto !important;
}
.syntaxhighlighter {
    font-size: 1em !important;
    margin: 1em 0 !important;
    overflow: auto !important;
    position: relative !important;
    width: 100% !important;
}
.syntaxhighlighter.source {
    overflow: hidden !important;
}
.syntaxhighlighter .bold {
    font-weight: bold !important;
}
.syntaxhighlighter .italic {
    font-style: italic !important;
}
.syntaxhighlighter .line {
    white-space: pre !important;
}
.syntaxhighlighter table {
    width: 100% !important;
}
.syntaxhighlighter table caption {
    padding: 0.5em 0 0.5em 1em !important;
    text-align: left !important;
}
.syntaxhighlighter table td.code {
    width: 100% !important;
}
.syntaxhighlighter table td.code .container {
    position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
    background: none repeat scroll 0 0 white !important;
    border: medium none !important;
    box-sizing: border-box !important;
    height: 100% !important;
    left: 0 !important;
    overflow: hidden !important;
    padding-left: 1em !important;
    position: absolute !important;
    top: 0 !important;
    white-space: pre !important;
    width: 100% !important;
}
.syntaxhighlighter table td.gutter .line {
    padding: 0 0.5em 0 1em !important;
    text-align: right !important;
}
.syntaxhighlighter table td.code .line {
    padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
    padding-left: 0 !important;
}
.syntaxhighlighter.show {
    display: block !important;
}
.syntaxhighlighter.collapsed table {
    display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
    font-size: 1em !important;
    height: auto !important;
    padding: 0.1em 0.8em 0 !important;
    position: static !important;
    width: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
    display: inline !important;
    margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
    display: none !important;
    padding: 0 !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
    display: inline !important;
}
.syntaxhighlighter .toolbar {
    font-size: 10px !important;
    height: 11px !important;
    position: absolute !important;
    right: 1px !important;
    top: 1px !important;
    width: 11px !important;
    z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
    display: inline !important;
}
.syntaxhighlighter .toolbar a {
    display: block !important;
    padding-top: 1px !important;
    text-align: center !important;
    text-decoration: none !important;
}
.syntaxhighlighter .toolbar a.expandSource {
    display: none !important;
}
.syntaxhighlighter.ie {
    font-size: 0.9em !important;
    padding: 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
    line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
    padding-top: 0 !important;
}
.syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.syntaxhighlighter.printing .line .number {
    color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
    color: black !important;
}
.syntaxhighlighter.printing .toolbar {
    display: none !important;
}
.syntaxhighlighter.printing a {
    text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
    color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
    color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
    color: blue !important;
}
.syntaxhighlighter.printing .keyword {
    color: #006699 !important;
    font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
    color: gray !important;
}
.syntaxhighlighter.printing .variable {
    color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
    color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
    color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
    color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
    font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
    color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
    color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
    color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
    color: black !important;
}


.syntaxhighlighter {
    background-color: #1b2426 !important;
}
.syntaxhighlighter .line.alt1 {
    background-color: #1b2426 !important;
}
.syntaxhighlighter .line.alt2 {
    background-color: #1b2426 !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
    background-color: #323e41 !important;
}
.syntaxhighlighter .line.highlighted.number {
    color: #b9bdb6 !important;
}
.syntaxhighlighter table caption {
    color: #b9bdb6 !important;
}
.syntaxhighlighter .gutter {
    color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
    border-right: 3px solid #435a5f !important;
}
.syntaxhighlighter .gutter .line.highlighted {
    background-color: #435a5f !important;
    color: #1b2426 !important;
}
.syntaxhighlighter.printing .line .content {
    border: medium none !important;
}
.syntaxhighlighter.collapsed {
    overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
    background: none repeat scroll 0 0 black !important;
    border: 1px solid #435a5f !important;
    color: #5ba1cf !important;
}
.syntaxhighlighter.collapsed .toolbar a {
    color: #5ba1cf !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
    color: #5ce638 !important;
}
.syntaxhighlighter .toolbar {
    background: none repeat scroll 0 0 #435a5f !important;
    border: medium none !important;
    color: white !important;
}
.syntaxhighlighter .toolbar a {
    color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
    color: #e0e8ff !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
    color: #b9bdb6 !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
    color: #878a85 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
    color: #5ce638 !important;
}
.syntaxhighlighter .keyword {
    color: #5ba1cf !important;
}
.syntaxhighlighter .preprocessor {
    color: #435a5f !important;
}
.syntaxhighlighter .variable {
    color: #ffaa3e !important;
}
.syntaxhighlighter .value {
    color: #009900 !important;
}
.syntaxhighlighter .functions {
    color: #ffaa3e !important;
}
.syntaxhighlighter .constants {
    color: #e0e8ff !important;
}
.syntaxhighlighter .script {
    color: #5ba1cf !important;
    font-weight: bold !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
    color: #e0e8ff !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
    color: white !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
    color: #ffaa3e !important;
}


body {
    color: #000;
    font-family: "Exo 2",Raleway,Roboto,Bitter,sans-serif;
    font-size: 1.9em;
    font-weight: 200;
    line-height: 2;
    margin: 0;
}
* {
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    max-width: 1100px;
}
a {
    color: #7e464c;
    font-weight: 700;
}
a:hover {
    color: #fbf1c3;
    text-decoration: underline;
}
.roof {
    background: none repeat scroll 0 0 #fff;
    display: block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    top: 47px;
}
@media not all {
.roof {
    top: 46px;
}
}
.fa-bars {
    color: #ffffff;
    display: inline-block;
    font-size: 4.4em;
    margin: 0 30px 0 0;
    position: relative;
    top: 3px;
}
.glyphicon-chevron-down {
    display: inline-block;
    font-size: 1em;
    margin-left: 30px;
}
.hand-font {
    display: inline-block;
    font-family: "Gochi hand",Handlee,Roboto,serif;
    font-size: 1.2em;
    font-weight: 400;
}
.job {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px 0;
    display: block;
    font-size: 0.85em;
    margin: 0 auto 30px;
    max-width: 700px;
    padding: 25px;
}
#header {
    background: none repeat scroll 0 0 #7e464c;
    border-bottom: 2px solid #4b1319;
    display: block;
    height: auto;
    margin: 0;
    padding: 20px;
    position: relative;
    top: 0;
    width: 100%;
}
h1 {
    color: #333;
    display: inline-block;
    font-family: "Crete Round",Helvetica,serif;
    font-size: 4em;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding-top: 0;
}
.logo {
    color: #fff;
}
h2 {
    color: #333;
    font-family: "Crete Round",Bitter,serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.5;
    margin: 2% 0 5%;
    padding: 0 10%;
}
h1, h2, h3, a {
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}
#options .wrap {
    text-align: left;
}
#options h3, #options p {
    text-align: left;
}
#options h3 {
    display: inline-block;
}
#options p {
    display: block;
}
#options a {
    color: #ffa964;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 0 20px 20px;
    padding: 15px;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
#examples div {
    text-align: center;
}
p {
    padding-bottom: 15px;
    text-align: left;
}
#nav {
    font-size: 1em;
    margin: 0 auto;
    text-align: center;
}
#nav ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav li {
    display: inline;
    margin-right: 0;
}
#nav ul li a {
    color: #eee;
    margin: 0;
    padding: 10px 15px 0;
    text-decoration: none;
}
#nav ul li a:hover {
    color: #111;
    text-decoration: none;
}
#nav li.current-menu-item a {
    color: #ffffff;
    text-decoration: none;
}
#nav li.current_page_item {
    color: #ffffff;
    text-decoration: none;
}
#dp_swf_engine {
    display: none;
}
#home, #raspberry, #CSS, #setup, #credits, #contact, #download, #jquery, #examples {
    background: none repeat scroll 0 0 
    height: auto;
    margin: 0 auto;
    min-height: 100%;
    width: 1280px;
}
#contact h2 {
    font-size: 3.8em;
}
.fa-heart {
    margin-right: 10px;
}
.syntaxhighlighter {
    padding: 2px;
}
.active {
    color: #fff !important;
    text-decoration: underline !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.download {
    margin: 0;
    text-align: center;
}
.download .btn {
    border-radius: 6px;
    font-size: 20px;
    padding: 12px 24px;
}
.fa-cloud-download {
    margin-right: 10px;
}
.primary.btn {
    background-color: #3072b3;
    background-image: -moz-linear-gradient(center top , #599bdc 0%, #3072b3 100%);
    background-repeat: repeat-x;
    border: 1px solid #2967a4;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
}
code {
    font-family: Consolas,monospace !important;
}
#wpstats {
    display: none;
}
.grid, .unit {
    box-sizing: border-box;
}
.grid {
    clear: both;
    display: block;
}
.grid .unit {
    float: left;
    padding: 10px;
    width: 100%;
}
.grid .unit:first-child {
    padding-left: 20px;
}
.grid .unit:last-child {
    padding-right: 20px;
}
.unit .unit:first-child {
    padding-left: 0;
}
.unit .unit:last-child {
    padding-right: 0;
}
.unit .grid:first-child > .unit {
    padding-top: 0;
}
.unit .grid:last-child > .unit {
    padding-bottom: 0;
}
.no-gutters .unit, .unit.no-gutters {
    padding: 0 !important;
}
.wrap .grid, .grid.wrap {
    margin: 0 auto;
    max-width: 978px;
}
.grid .whole, .grid .w-1-1 {
    width: 100%;
}
.grid .half, .grid .w-1-2 {
    width: 50%;
}
.grid .one-third, .grid .w-1-3 {
    width: 33.3332%;
}
.grid .two-thirds, .grid .w-2-3 {
    width: 66.6665%;
}
.grid .one-quarter, .grid .w-1-4 {
    width: 25%;
}
.grid .three-quarters, .grid .w-3-4 {
    width: 75%;
}
.grid .one-fifth, .grid .w-1-5 {
    width: 20%;
}
.grid .two-fifths, .grid .w-2-5 {
    width: 40%;
}
.grid .three-fifths, .grid .w-3-5 {
    width: 60%;
}
.grid .four-fifths, .grid .w-4-5 {
    width: 80%;
}
.grid .golden-small, .grid .w-g-s {
    width: 38.2716%;
}
.grid .golden-large, .grid .w-g-l {
    width: 61.7283%;
}
.grid {
}
.grid:before, .grid:after {
    content: "";
    display: table;
    line-height: 0;
}
.grid:after {
    clear: both;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
@media screen and (max-width: 470px) {
.logo {
    font-size: 2em;
}
#home h2 {
    font-size: 1.3em;
}
}
@media screen and (max-width: 568px) {
.grid:not(.no-stacking-on-mobiles) > .unit {
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
}
.unit .grid .unit {
    padding-left: 0;
    padding-right: 0;
}
.center-on-mobiles {
    text-align: center !important;
}
.hide-on-mobiles {
    display: none !important;
}
h1 {
    font-size: 3.2em;
    margin-top: 30px;
}
.fa-bars {
    display: block;
    top: 36px;
    width: 100%;
}
@media not all {
.roof {
    top: 48px;
}
}
}
@media screen and (max-width: 1179px) {
.roof {
    width: 100%;
}
.fa-bars {
    display: block;
    top: 36px;
    width: 100%;
}
@media not all {
.roof {
    top: 48px;
}
}
}
@media screen and (min-width: 1180px) {
.wider .grid {
    margin: 0 auto;
    max-width: 1180px;
}
.fa-bars {
    top: 3px;
}
}
