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,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

*,*:before,*:after {
    box-sizing: inherit;
}

.container {
    margin: 0 auto;
}

.row {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 -10px 0 -10px;
}

.row:before,.row:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.row .row {
    margin: 0 -10px 0 -10px;
}

.small-1,.medium-1,.large-1,.small-2,.medium-2,.large-2,.small-3,.medium-3,.large-3,.small-4,.medium-4,.large-4,.small-5,.medium-5,.large-5,.small-6,.medium-6,.large-6,.small-7,.medium-7,.large-7,.small-8,.medium-8,.large-8,.small-9,.medium-9,.large-9,.small-10,.medium-10,.large-10,.small-11,.medium-11,.large-11,.small-12,.medium-12,.large-12 {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding: 0 10px;
}

.small-1,.small-2,.small-3,.small-4,.small-5,.small-6,.small-7,.small-8,.small-9,.small-10,.small-11,.small-12 {
    float: left;
}

.small-1 {
    width: 8.33333%;
}

.small-2 {
    width: 16.66667%;
}

.small-3 {
    width: 25%;
}

.small-4 {
    width: 33.33333%;
}

.small-5 {
    width: 41.66667%;
}

.small-6 {
    width: 50%;
}

.small-7 {
    width: 58.33333%;
}

.small-8 {
    width: 66.66667%;
}

.small-9 {
    width: 75%;
}

.small-10 {
    width: 83.33333%;
}

.small-11 {
    width: 91.66667%;
}

.small-12 {
    width: 100%;
}

.small-hidden,.medium-visible,.large-visible {
    display: none;
}

.small-visible,.medium-hidden,.large-hidden {
    display: block;
}

.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

@media (max-width: 768px) {
    .small-only-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    };
    
    .homepage-info h1 {
        font-size: 2em;
    }


    .homepage-info h1 .line1 {
        font-size: 2em;
    }
    
    .homepage-info h1 .line4 {
        font-size: 1.70em;
    }
    
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    
     .homepage-info h1 {
        font-size: 1.9em;
    }


    .homepage-info h1 .line1 {
        font-size: 2em;
    }
    
    .homepage-info h1 .line4 {
        font-size: 1.30em;
    }

    .medium-1,.medium-2,.medium-3,.medium-4,.medium-5,.medium-6,.medium-7,.medium-8,.medium-9,.medium-10,.medium-11,.medium-12 {
        float: left;
    }

    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .small-hidden,.medium-visible,.large-hidden {
        display: block;
    }

    .small-visible,.medium-hidden,.large-visible {
        display: none;
    }

    .medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .medium-uncentered {
        float: left;
    };
}

@media (min-width: 768px) and (max-width: 992px) {
    .medium-only-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    };
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .large-1,.large-2,.large-3,.large-4,.large-5,.large-6,.large-7,.large-8,.large-9,.large-10,.large-11,.large-12 {
        float: left;
    }

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .small-hidden,.medium-hidden,.large-visible {
        display: block;
    }

    .small-visible,.medium-visible,.large-hidden {
        display: none;
    }

    .large-centered,.large-only-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .large-uncentered {
        float: left;
    };
}

@font-face {
    font-family:'icomoon';src:url("fonts/icomoon.eot?j9gfbd");src:url("fonts/icomoon.eot?#iefixj9gfbd") format("embedded-opentype"),url("fonts/icomoon.woff?j9gfbd") format("woff"),url("fonts/icomoon.ttf?j9gfbd") format("truetype"),url("fonts/icomoon.svg?j9gfbd#icomoon") format("svg");font-weight:normal;font-style:normal;
}

[class^="icon-"],[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\f00d";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-github:before {
    content: "\f09b";
}

.icon-bars:before {
    content: "\f0c9";
}

.icon-codepen:before {
    content: "\f1cb";
}

.icon-email:before {
    content: "\f1d8";
}

.syntax-string {
    color: #fff;
}

.syntax-comment {
    color: #ccc;
}

*,*:before,*:after {
    box-sizing: border-box;
}

body {
    background-color: #212121;
    padding: 0;
    margin: 0;
    color: #fff;
    font: 1em tahoma, arial, sans-serif;
    line-height: 1.8;
    -webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Raleway";
}

h2 {
    font-size: 1.6em;
    color: #fff;
    margin-bottom: 5px;
}

h2:not(:first-child) {
    margin-top: 30px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

h4 {
    color: #fff;
    font-size: .8em;
}

p {
    font-size: .8em;
    margin: 0;
    padding: 0;
    margin-bottom: 1.2em;
    color: #eee;
}

strong {
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-family: "Raleway";
}

strong span {
    font-size: 1.2em;
    font-weight: normal;
}

a {
    text-decoration: none;
    -webkit-transition: 1s color;
    transition: 1s color;
    color: #fff;
}

a:hover {
    color: #d9d9d9;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

pre {
    padding: 5px 5px 5px 10px;
    margin: 0 0 15px 0;
    border-left: 10px solid #353535;
    background: rgba(51,51,51,0.7);
    color: #ccc;
    overflow-y: scroll;
    font-family: "Courier new", Courier, monospace;
    font-size: 12px;
}

table pre {
    padding: 5px 0 5px 0;
    margin: 0;
    border: none;
    background: none;
}

code {
    font-family: "Courier new", Courier, monospace;
    color: #fff;
    background: #222;
}

table {
    font-size: 12px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(51,51,51,0.7);
    line-height: 2;
}

@media (max-width: 375px) {
    table .extra {
        display: none;
    };
}

th,td {
    padding: 10px;
    text-align: left;
}

th {
    font-family: "Raleway";
    font-weight: 900;
    text-transform: uppercase;
}

thead tr {
    background: #000;
}

tbody tr:nth-child(odd) {
    background: rgba(51,51,51,0.7);
}

.vegas-overlay {
    opacity: .4;
}

.vegas-timer-progress {
    background: #fff;
}

.container {
    position: relative;
}

.row {
    margin: 20px 0;
}

.banner {
    display: inline-block;
    background: #000;
    padding: 0 10px;
    font-size: 1em;
    font-weight: 0;
    font-family: "Raleway";
}

.banner a {
    font-weight: 900;
    font-family: "Raleway";
}

small.banner {
    font-family: taoma, sans-serif;
}

.button {
    padding: 5px 10px;
    display: block;
    font-weight: 900;
    font-family: "Raleway";
    text-transform: uppercase;
    text-align: center;
    color: #000 !important;
    background: #fff;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.button:hover {
    background: #d9d9d9;
}

.paypal-form {
    display: none;
}

.github-buttons {
    margin-top: 20px;
    margin-bottom: -10px;
    text-align: center;
}

.left-it {
    position: fixed;
    top: 1.5em;
    left: 3.5em;
    z-index: 50000;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

@media (max-width: 768px) {
    .left-it {
        top: 80px;
        right: 1em;
		display:none;
    };
}

@media (max-height: 550px) {
    .left-it {
        display: none;
    };
}

@media (max-width: 375px) {
    .left-it {
        display: none;
    };
}

.left-it:hover {
    opacity: 1;
}

.left-it svg {
    display: block;
    fill: #fff;
    border-radius: 50%;
    border: 2px solid white;
    padding: 15px;
    text-align: center;
    width: 60px;
    height: 60px;
}

.right-it {
    position: fixed;
    top: 1.5em;
    right: 3.5em;
    z-index: 1000;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

@media (max-width: 768px) {
    .right-it {
        top: 80px;
        right: 1em;
		display:none;
    };
}

@media (max-height: 550px) {
    .right-it {
        display: none;
    };
}

@media (max-width: 375px) {
    .right-it {
        display: none;
    };
}

.right-it:hover {
    opacity: 1;
}

.right-it svg {
    display: block;
    fill: #fff;
    border-radius: 50%;
    border: 2px solid white;
    padding: 15px;
    text-align: center;
    width: 60px;
    height: 60px;
}

.center-it {
    position: fixed;
    top: 1.5em;
    right: 6.5em;
    z-index: 1000;
    opacity: .5;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

@media (max-width: 768px) {
    .center-it {
        top: 80px;
        right: 1em;
		display:none;
    };
}

@media (max-height: 550px) {
    .center-it {
        display: none;
    };
}

@media (max-width: 375px) {
    .center-it {
        display: none;
    };
}

.center-it:hover {
    opacity: 1;
}

.center-it svg {
    display: block;
    fill: #fff;
    border-radius: 50%;
    border: 2px solid white;
    padding: 15px;
    text-align: center;
    width: 60px;
    height: 60px;
}


.topbar {
    z-index: 10;
}

.jaybar {
    z-index: 1;
}

.jaybar-buttons {
    -webkit-transition: 1s background;
    transition: 1s background;
}

#adblocked,#carbonads {
    z-index: 1000;
    line-height: 1;
}

#adblocked b,#carbonads b {
    text-transform: uppercase;
}

.carbon-img {
    display: block;
    margin-bottom: 10px;
}

.carbon-img img {
    display: block;
    width: 130px;
    height: 100px;
    background: #eee;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: 10px;
}

.carbon-text,.carbon-poweredby {
    font-size: 10px;
    text-decoration: none;
    color: #eee;
    text-shadow: 0 2px 1px #000, 0 -2px 1px #000, 2px 0 1px #000, -2px 0 1px #000;
    text-shadow: 1px 1px 0px #000;
}

.carbon-text b,.carbon-poweredby b {
    color: #fff;
    font-weight: bold;
}

.carbon-poweredby {
    display: block;
    opacity: 0.8;
    margin-top: 10px;
}

.homepage #adblocked,.homepage #carbonads {
    position: absolute;
    top: 50px;
    left: 12px;
    width: 130px;
}

@media (max-width: 375px) {
    .homepage #adblocked,.homepage #carbonads {
        display: none;
    };
}

@media (max-width: 649px) {
    .homepage #adblocked,.homepage #carbonads {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    };
}

@media (min-width: 650px) {
    .homepage #adblocked,.homepage #carbonads {
        top: auto;
        left: 15px;
        bottom: 20px;
    };
}

@media (min-width: 768px) {
    .homepage #adblocked,.homepage #carbonads {
        left: 25px;
        bottom: 40px;
    };
}

@media (min-width: 769px) {
    .homepage #adblocked,.homepage #carbonads {
        left: 3em;
        bottom: 3.5em;
    };
}

.documentation .sponsors {
    min-height: 100px;
    text-align: center;
}

@media (max-width: 992px) {
    .documentation .sponsors img {
        display: block;
        margin: 0 auto !important;
    };
}

@media (min-width: 992px) {
    .documentation .sponsors {
        text-align: left;
    };
}

.documentation .carbon-wrap {
    display: block;
    margin-top: 5px;
}

.documentation .carbon-img img {
    margin: 0;
}

@media (min-width: 992px) {
    .documentation .carbon-img img {
        float: left;
        margin-right: 15px;
    };
}

.documentation .carbon-text {
    color: #fff;
    line-height: 1.7;
}

.header-logo {
    position: absolute;
    top: 14px;
    left: 15px;
    font-family: "Raleway";
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.3),1px 1px 1px rgba(0,0,0,0.3);
}

.header-logo small {
    opacity: .8;
}

.header-logo a {
    color: #fff !important;
}

.header-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5),1px 1px 1px rgba(0,0,0,0.5);
}

.header-menu a {
    color: #fff !important;
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Raleway";
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-shown .menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.menu-container {
    height: 100%;
}

.menu-close {
    position: absolute;
    top: 14px;
    right: 24px;
    font-size: 24px;
}

.menu-close a {
    color: #fff;
}

.menu-wrapper {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    font-size: 2em;
}

.menu-wrapper a {
    color: #fff !important;
    opacity: .8;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.menu-wrapper a:hover {
    opacity: 1;
}

.menu-wrapper ul {
    vertical-align: middle;
    display: table-cell;
}

.menu-active a {
    opacity: 1;
}

.homepage-header {
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.homepage-info {
    position: absolute;
    overflow: hidden;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 2.2em;
    text-align: center;
    width: 100%;
    font-size: .60em;
	right:0;
    top: 30em;
}

.homepage-img {
    position: absolute;
    overflow: hidden;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 2.2em;
    text-align: center;
    width: 100%;
    font-size: .60em;
	right:0;
    top: 10em;
	display:none;
}

.homepage-menu {
   
    top: 11em;
}

@media (min-width: 768px) {
    .homepage-info {
        bottom: 2.5em;
        font-size: .60em;
    };
	
}

@media (max-width: 768px) {
     .homepage-info {
		font-size: .50em;
		letter-spacing: 2px;
		margin-bottom: .3em;
		top:110px;
	}
	
	.homepage-img{
		top: 2em;
		display:block;
	}
}

@media (min-width: 769px) {
    .homepage-info {
        font-size: .60em;
        bottom: 3em;
    };
	
	
}


.homepage-info h1 {
    position: relative;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.3),1px 1px 1px rgba(0,0,0,0.3),0 0 10px #000;
    letter-spacing: -1px;
    margin: .75em 0;
    pointer-events: none;
}

.homepage-info h1 span {
    display: block;
}

.homepage-info h1 .line1 {
    letter-spacing: 2px;
    margin-bottom: .3em;
}

.homepage-info h1 .line4 {
    letter-spacing: 2px;
    margin-bottom: .3em;
}

.homepage-info h1 .line2 {
    position: absolute;
    bottom: 0.30em;
    right: 0;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6),1px 1px 1px rgba(0,0,0,0.6),0px 0px 10px #000;
    opacity: 0.6;
    font-size: 7.7em;
}

.homepage-info h1 .line3 {
    opacity: 0.6;
}

.homepage-menu {
    position: relative;
    font-weight: 900;
    margin: .75em 0;
    font-size: 2em;
}

.homepage-menu a {
    color: #fff;
}

.homepage-menu li {
    margin-bottom: 4px;
}

.homepage-menu .pushable {
    -webkit-transition: .5s cubic-bezier(0, 0.5, 0, 1);
    transition: .5s cubic-bezier(0, 0.5, 0, 1);
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.homepage-menu .pushable:nth-child(1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.homepage-menu .pushable:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.homepage-menu .pushable:nth-child(3) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.homepage-menu .pushable:nth-child(4) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.homepage-menu.open .pushable {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0.3;
}

.homepage-menu.open .pushable:nth-child(2) {
    opacity: 1;
}

.homepage-submenu {
    line-height: 1.6;
    text-align: left;
    font-size: .68em;
    width: 140px;
    position: absolute;
    top: -4px;
    right: 0;
}

.homepage-submenu li {
    -webkit-transition: .5s cubic-bezier(0, 0.5, 0, 1);
    transition: .5s cubic-bezier(0, 0.5, 0, 1);
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    opacity: 0;
}

.homepage-submenu li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.homepage-submenu li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.homepage-submenu li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.homepage-submenu li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.homepage-submenu li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.open .homepage-submenu li {
    opacity: 1;
    margin-top: 4px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.homepage .support {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    visibility: hidden;
}

.homepage .support strong {
    color: #F6B700;
}

.homepage .support .button {
    background: #F6B700;
}

.homepage .support-shown {
    visibility: visible;
}

.homepage .support-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 320px;
}

.homepage .support-close {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.documentation-header {
    width: 100%;
    margin-bottom: 2em;
    text-shadow: 0 1px 1px #000;
    box-shadow: 5px 0 20px #000;
    height: 180px;
}

.documentation-header h1 {
    font-size: 1.6em;
    margin-bottom: -10px;
}

.documentation-header p {
    font-size: .9em;
    text-transform: uppercase;
}

.documentation-header-wrapper {
    text-align: center;
    padding: 70px 0 30px;
}

body.demo-playing>.vegas-overlay {
    opacity: 1 !important;
    background: rgba(17,17,17,0.8) !important;
}

.test {
    background: transparent url(/img/transparent.png) repeat;
    width: 100%;
    height: 170px;
    margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .test {
        height: 130px;
    };
}

.block {
    padding: 10px 20px 20px;
    margin-bottom: 20px;
    background: #000;
    font-size: .8em;
    line-height: 1.9;
    overflow: hidden;
}

.block h1,.block h2,.block h3,.block h4,.block h5,.block h6 {
    margin: 0;
}

.option {
    font-size: 13px;
    color: #bbb;
    font-family: "Courier new", courier, monospace;
}

.value {
    font-size: 13px;
    font-family: "Courier new", courier, monospace;
    color: #fff;
}

.console {
    border: 1px solid #444;
    height: 70px;
    font-size: 11px;
    font-family: "Courier new", courier, monospace;
    padding: 5px;
    margin-bottom: 20px;
}

.code-block {
    position: relative;
}

.code-block .block {
    border: 1px solid #fff;
    margin: 10px 0;
    overflow: visible;
}

.code-block .arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: relative;
    top: -18px;
    left: 50%;
    margin-left: -8px;
}

@media (min-width: 768px) {
    .code-block .arrow {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #fff;
        position: absolute;
        top: 50%;
        left: -8px;
        margin-top: -8px;
    }

    .code-block .block {
        z-index: 100;
        position: absolute;
        width: 250px;
        top: 50%;
        right: -250px;
        box-shadow: 0 0 30px #000;
        margin-top: -125px;
    };
}

@media (min-width: 992px) {
    .code-block .block {
        width: 320px;
        right: -325px;
        margin-top: -150px;
    };
}

#test2-4 {
    margin-bottom: 10px;
}

#test3-1 {
    height: 250px;
    margin-bottom: 10px;
}

#test3-2 {
    height: 250px;
    margin-bottom: 10px;
}

.button-list {
    margin: 20px 0 20px 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
}

.button-list li {
    border: 2px solid #222;
    border-bottom: 2px solid #222;
    width: 25%;
    margin: 0;
    height: 40px;
    line-height: 35px;
    text-align: center;
    float: left;
    background: #333;
    cursor: pointer;
    -webkit-transition: .5s border-color;
    transition: .5s border-color;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.button-list .active {
    border: 1px solid #fff;
    background: #222;
}

.overlay-list li {
    width: 33.333333%;
    height: 60px;
    line-height: 60px;
    background-color: #444;
}

.overlay-list .overlay-01 {
    background-image: url(/js/vegas/dist/overlays/01.png);
}

.overlay-list .overlay-02 {
    background-image: url(/js/vegas/dist/overlays/02.png);
}

.overlay-list .overlay-03 {
    background-image: url(/js/vegas/dist/overlays/03.png);
}

.overlay-list .overlay-04 {
    background-image: url(/js/vegas/dist/overlays/04.png);
}

.overlay-list .overlay-05 {
    background-image: url(/js/vegas/dist/overlays/05.png);
}

.overlay-list .overlay-06 {
    background-image: url(/js/vegas/dist/overlays/06.png);
}

.overlay-list .overlay-07 {
    background-image: url(/js/vegas/dist/overlays/07.png);
}

.overlay-list .overlay-08 {
    background-image: url(/js/vegas/dist/overlays/08.png);
}

.overlay-list .overlay-09 {
    background-image: url(/js/vegas/dist/overlays/09.png);
}

#test4-1 .label {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10em;
    font-weight: bold;
    opacity: .3;
}

.method-list .working {
    background: #222;
}

.method-example {
    display: none;
}

.method-example.active {
    display: block;
}

#test4-2 {
    position: relative;
}

#test4-2 .next,#test4-2 .previous,#test4-2 .add {
    opacity: .8;
    visibility: hidden;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    background: center center no-repeat;
    background-size: cover;
    top: 50%;
}

#test4-2 .next:hover,#test4-2 .previous:hover,#test4-2 .add:hover {
    color: #fff;
}

#test4-2 .previous {
    left: 10px;
    right: auto;
    background-image: url("/biro/img/icon-previous.svg") !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#test4-2 .add {
    top: auto;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("/biro/img/icon-add.svg") !important;
}

#test4-2 .next {
    left: auto;
    right: 10px;
    background-image: url("/biro/img/icon-next.svg") !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vegas-overlay {
    opacity: .2 !important;
}

.theme-city h2 {
    color: #dec9b0;
}

.theme-city h4 {
    color: #dec9b0;
}

.theme-city a {
    color: #dec9b0;
}

.theme-city a:hover {
    color: #c7a57a;
}

.theme-city strong {
    color: #dec9b0;
}

.theme-city code {
    color: #d8c9b6;
}

.theme-city .value {
    color: #d2c8bc;
}

.theme-city .block {
    border-color: #dec9b0;
}

.theme-city .arrow {
    border-bottom-color: #dec9b0;
}

@media (min-width: 768px) {
    .theme-city .arrow {
        border-bottom-color: transparent;
        border-right-color: #dec9b0;
    };
}

.theme-city .button-list .active {
    border-color: #dec9b0;
}

.theme-city .button {
    background: #dec9b0;
}

.theme-city .button:hover {
    background: #c7a57a;
}

.theme-city .vegas-timer-progress {
    background: #dec9b0;
}

.theme-city .syntax-string {
    color: #d2c8bc;
}

.theme-city .menu-active a {
    color: #dec9b0 !important;
}

.theme-car h2 {
    color: #8fcec8;
}

.theme-car h4 {
    color: #8fcec8;
}

.theme-car a {
    color: #8fcec8;
}

.theme-car a:hover {
    color: #5ab7ae;
}

.theme-car strong {
    color: #8fcec8;
}

.theme-car code {
    color: #96c7c2;
}

.theme-car .value {
    color: #9ebfbc;
}

.theme-car .block {
    border-color: #8fcec8;
}

.theme-car .arrow {
    border-bottom-color: #8fcec8;
}

@media (min-width: 768px) {
    .theme-car .arrow {
        border-bottom-color: transparent;
        border-right-color: #8fcec8;
    };
}

.theme-car .button-list .active {
    border-color: #8fcec8;
}

.theme-car .button {
    background: #8fcec8;
}

.theme-car .button:hover {
    background: #5ab7ae;
}

.theme-car .vegas-timer-progress {
    background: #8fcec8;
}

.theme-car .syntax-string {
    color: #9ebfbc;
}

.theme-car .menu-active a {
    color: #8fcec8 !important;
}

.theme-lion h2 {
    color: #d7a87a;
}

.theme-lion h4 {
    color: #d7a87a;
}

.theme-lion a {
    color: #d7a87a;
}

.theme-lion a:hover {
    color: #c6813f;
}

.theme-lion strong {
    color: #d7a87a;
}

.theme-lion code {
    color: #c2a88f;
}

.theme-lion .value {
    color: #baa897;
}

.theme-lion .block {
    border-color: #d7a87a;
}

.theme-lion .arrow {
    border-bottom-color: #d7a87a;
}

@media (min-width: 768px) {
    .theme-lion .arrow {
        border-bottom-color: transparent;
        border-right-color: #d7a87a;
    };
}

.theme-lion .button-list .active {
    border-color: #d7a87a;
}

.theme-lion .button {
    background: #d7a87a;
}

.theme-lion .button:hover {
    background: #c6813f;
}

.theme-lion .vegas-timer-progress {
    background: #d7a87a;
}

.theme-lion .syntax-string {
    color: #baa897;
}

.theme-lion .menu-active a {
    color: #d7a87a !important;
}

.theme-fruits h2 {
    color: #e7e151;
}

.theme-fruits h4 {
    color: #e7e151;
}

.theme-fruits a {
    color: #e7e151;
}

.theme-fruits a:hover {
    color: #cfc71d;
}

.theme-fruits strong {
    color: #e7e151;
}

.theme-fruits code {
    color: #bab77e;
}

.theme-fruits .value {
    color: #b0ae88;
}

.theme-fruits .block {
    border-color: #e7e151;
}

.theme-fruits .arrow {
    border-bottom-color: #e7e151;
}

@media (min-width: 768px) {
    .theme-fruits .arrow {
        border-bottom-color: transparent;
        border-right-color: #e7e151;
    };
}

.theme-fruits .button-list .active {
    border-color: #e7e151;
}

.theme-fruits .button {
    background: #e7e151;
}

.theme-fruits .button:hover {
    background: #cfc71d;
}

.theme-fruits .vegas-timer-progress {
    background: #e7e151;
}

.theme-fruits .syntax-string {
    color: #b0ae88;
}

.theme-fruits .menu-active a {
    color: #e7e151 !important;
}

.theme-bear h2 {
    color: #cec2b6;
}

.theme-bear h4 {
    color: #cec2b6;
}

.theme-bear a {
    color: #cec2b6;
}

.theme-bear a:hover {
    color: #af9c88;
}

.theme-bear strong {
    color: #cec2b6;
}

.theme-bear code {
    color: #d4c2b0;
}

.theme-bear .value {
    color: #cec2b6;
}

.theme-bear .block {
    border-color: #cec2b6;
}

.theme-bear .arrow {
    border-bottom-color: #cec2b6;
}

@media (min-width: 768px) {
    .theme-bear .arrow {
        border-bottom-color: transparent;
        border-right-color: #cec2b6;
    };
}

.theme-bear .button-list .active {
    border-color: #cec2b6;
}

.theme-bear .button {
    background: #cec2b6;
}

.theme-bear .button:hover {
    background: #af9c88;
}

.theme-bear .vegas-timer-progress {
    background: #cec2b6;
}

.theme-bear .syntax-string {
    color: #cec2b6;
}

.theme-bear .menu-active a {
    color: #cec2b6 !important;
}

.theme-sea h2 {
    color: #9ab8b1;
}

.theme-sea h4 {
    color: #9ab8b1;
}

.theme-sea a {
    color: #9ab8b1;
}

.theme-sea a:hover {
    color: #6d998f;
}

.theme-sea strong {
    color: #9ab8b1;
}

.theme-sea code {
    color: #8fc3b7;
}

.theme-sea .value {
    color: #98bab2;
}

.theme-sea .block {
    border-color: #9ab8b1;
}

.theme-sea .arrow {
    border-bottom-color: #9ab8b1;
}

@media (min-width: 768px) {
    .theme-sea .arrow {
        border-bottom-color: transparent;
        border-right-color: #9ab8b1;
    };
}

.theme-sea .button-list .active {
    border-color: #9ab8b1;
}

.theme-sea .button {
    background: #9ab8b1;
}

.theme-sea .button:hover {
    background: #6d998f;
}

.theme-sea .vegas-timer-progress {
    background: #9ab8b1;
}

.theme-sea .syntax-string {
    color: #98bab2;
}

.theme-sea .menu-active a {
    color: #9ab8b1 !important;
}

.theme-surf h2 {
    color: #8fcec8;
}

.theme-surf h4 {
    color: #8fcec8;
}

.theme-surf a {
    color: #8fcec8;
}

.theme-surf a:hover {
    color: #5ab7ae;
}

.theme-surf strong {
    color: #8fcec8;
}

.theme-surf code {
    color: #96c7c2;
}

.theme-surf .value {
    color: #9ebfbc;
}

.theme-surf .block {
    border-color: #8fcec8;
}

.theme-surf .arrow {
    border-bottom-color: #8fcec8;
}

@media (min-width: 768px) {
    .theme-surf .arrow {
        border-bottom-color: transparent;
        border-right-color: #8fcec8;
    };
}

.theme-surf .button-list .active {
    border-color: #8fcec8;
}

.theme-surf .button {
    background: #8fcec8;
}

.theme-surf .button:hover {
    background: #5ab7ae;
}

.theme-surf .vegas-timer-progress {
    background: #8fcec8;
}

.theme-surf .syntax-string {
    color: #9ebfbc;
}

.theme-surf .menu-active a {
    color: #8fcec8 !important;
}

.theme-dj h2 {
    color: #c77fcd;
}

.theme-dj h4 {
    color: #c77fcd;
}

.theme-dj a {
    color: #c77fcd;
}

.theme-dj a:hover {
    color: #ae47b8;
}

.theme-dj strong {
    color: #c77fcd;
}

.theme-dj code {
    color: #bc8bc1;
}

.theme-dj .value {
    color: #b594b8;
}

.theme-dj .block {
    border-color: #c77fcd;
}

.theme-dj .arrow {
    border-bottom-color: #c77fcd;
}

@media (min-width: 768px) {
    .theme-dj .arrow {
        border-bottom-color: transparent;
        border-right-color: #c77fcd;
    };
}

.theme-dj .button-list .active {
    border-color: #c77fcd;
}

.theme-dj .button {
    background: #c77fcd;
}

.theme-dj .button:hover {
    background: #ae47b8;
}

.theme-dj .vegas-timer-progress {
    background: #c77fcd;
}

.theme-dj .syntax-string {
    color: #b594b8;
}

.theme-dj .menu-active a {
    color: #c77fcd !important;
}

 .custom-border {
    width: 200px;  
    border-color: white !important;
 }
  
 .custom-height {
  height: 50px;
  padding: 10px;
  line-height: 1.5;
}

.custom-input {
    font-family: sans-serif;   /* atau: Arial, Helvetica, dsb */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;           /* default ukuran umum browser */
    line-height: normal;
}
  
.modal-login {		
    color: #337ab7;
    width: 500px;
    transform: translate(0, -20%);
    top: 20%;
    margin: 0 auto;
}
  
 /* Popup background */
    #popup {
      position: fixed;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.75);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    /* Popup box */
    #popupContent {
      background-color: #ffffff;
      padding: 30px 40px;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      text-align: center;
      max-width: 90%;
      animation: fadeIn 0.4s ease;
    }

    #popupContent h2 {
      margin-top: 0;
      font-size: 22px;
      color: #333;
    }

    #popupContent p {
      font-size: 20px;
      color: #666;
      margin-bottom: 20px;
    }

    #popupContent button {
      background-color: #28a745;
      color: white;
      border: none;
      padding: 12px 24px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    #popupContent button:hover {
      background-color: #218838;
    }

    /* Audio player */
    #audioContainer {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #ffffff;
      padding: 10px;
      border-radius: 10px;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
      z-index: 9998;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }


/*# sourceMappingURL=styles.min.css.map */
