* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ececec;
}

body, html {
    /*height: 700px;*/
    /*overflow: hidden;*/
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#content {
    position: relative;
    min-height: 100%;
}

#content.main {
    margin-bottom: -100px;
}

* html #content {
    height: 100%;
}

a {
    outline: none;
}

p {
    margin-bottom: 15px;
}

ul.empty {
    list-style: none;
}

ul.empty li {
    margin-bottom: 25px;
}

ul.list, ol.list {
    line-height: 25px;
}

#text {
    padding-bottom: 150px;
}

.pull-left {
    text-align: left;
}

.pull-right {
    text-align: right;
}

.copyright {
    line-height: 50px;
    float: right;
    font-size: 12px;
    color: #989898;
    font-weight: 300;
}

#footer {
    position: relative;
    margin-top: -100px;
    height: 100px;
    background: #fff;
    z-index: 100;
    width: 100%;
}

h1, h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 68px;
    font-weight: 300;
    letter-spacing: 1px;
}

h3 {
    display: block;
}

#header {
    width: 100%;
    height: 168px;
    position: relative;
}

#header h1, #header h3 {
    margin-top: 18px;
    white-space: nowrap;
}

#header.inner {
    padding-left: 30%;
    margin-left: -275px;
    height: 200px;
}

#header a {
    display: inline-block;
}

#logo h1:before {
    content: "";
    background-image: url("../img/inner-logo.png");
    width: 236px;
    height: 99px;
    display: inline-block;
    margin-right: -150px;
}

#logo-simple h1:before {
    content: "";
    background: url("../img/logo.png") no-repeat;
    width: 236px;
    height: 99px;
    display: inline-block;
    margin-right: -150px;
}

#column {
    position: relative;
    min-height: 800px;
    margin-left: 100px;
    left: 30%;
    width: 790px;
    margin-top: -38px;
}

#column.center {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.container {
    width: 790px;
    margin: 0 auto;
}

#sub-column {
    margin-top: 50px;
    margin-left: 200px;
}

#menu_static {
    position: absolute;
    margin-top: 20px;
}

#menu_static a:hover {
    color: #ff6600;
}

.common-menu a, #menu_static a {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

#menu_static a {
    text-decoration: none;
    color: #000000;
}

#menu_static li.active a {
    color: #ffffff;
}

#menu_static li {
    opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)!important";
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
}

#menu_static li.active:after {
    border-width: 30px 0 30px 23px!important;
}

#menu {
    position: fixed;
}

#menu, #menu_static {
    width: 30%;
    min-width: 265px;
    color: #ffffff;
    font-weight: bold;
    overflow: visible;
}

#menu ul, #menu_static ul {
    list-style: none;
    width: 100%;
}

#menu li, #menu_static li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
    text-transform: uppercase;
    height: 80px;
    margin-bottom: 10px;
    overflow: visible !important;
    width: 90%!important;
    position: relative;
}

#menu li.active, #menu_static li.active {
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#menu li:after, #menu_static li.active:after {
    border-style: solid;
    border-width: 40px 0 40px 23px;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: -23px;
    position: absolute;
    right: 0;
    width: 0;
}

#menu li:before, #menu_static li.active:before {
    content: "";
    display: inline-block;
    height: 80px;
    position: absolute;
    width: 70%;
}

#menu_static li.active:after {
    border-color: transparent transparent transparent #ff6600;
}

#menu_static li.active {
    background-color: #ff6600;
}

#menu li:first-child:after {
    border-color: transparent transparent transparent #01c13c;
}

#menu li:first-child {
    background-color: #01aa35;
}

#menu li:nth-child(2):after {
    border-color: transparent transparent transparent #76c101;
}

#menu li:nth-child(2) {
    background-color: #68aa01;
}

#menu li:nth-child(3):after {
    border-color: transparent transparent transparent #c2b200;
}

#menu li:nth-child(3) {
    background-color: #aa9c00;
}

#menu li:nth-child(4):after {
    border-color: transparent transparent transparent #eaa500;
}

#menu li:nth-child(4) {
    background-color: #d56e00;
}

#menu li:nth-child(5):after {
    border-color: transparent transparent transparent #f27d00;
}

#menu li:nth-child(5) {
    background-color: #d56e00;
}

#menu li:nth-child(6):after {
    border-color: transparent transparent transparent #d14f00;
}

#menu li:nth-child(6) {
    background-color: #b84500;
}

#menu li:nth-child(7):after {
    border-color: transparent transparent transparent #cf2c00;
}

#menu li:nth-child(7){
    background-color: #b62700;
}

#menu_static li div {
    text-align: left;
    width: 220px!important;
}

#menu li div, #menu_static li div {
    display: inline-block;
    float: right;
    height: 80px;
    right: 0;
    vertical-align: middle;
}

#menu li div, #menu_static li.active div {
    width: 203px;
}

#menu li div:before {
    border-style: solid;
    border-width: 40px 0 40px 23px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: 180px;
    width: 0;
}

#menu_static li.active div {
    background-color: #ff6600;
}

#menu_static li.active div:before {
    border-color: transparent transparent transparent #ff6600;
}

#menu li:first-child div {
    background-color: #01c13c;
}

#menu li:first-child div:before {
    border-color: transparent transparent transparent #01aa35;
}

#menu li:nth-child(2) div {
    background-color: #76c101;
}

#menu li:nth-child(2) div:before {
    border-color: transparent transparent transparent #68aa01;
}

#menu li:nth-child(3) div {
    background-color: #c2b200;
}

#menu li:nth-child(3) div:before {
    border-color: transparent transparent transparent #aa9c00;
}

#menu li:nth-child(4) div {
    background-color: #eaa500;
}

#menu li:nth-child(4) div:before {
    border-color: transparent transparent transparent #d56e00;
}

#menu li:nth-child(5) div {
    background-color: #f27d00;
}

#menu li:nth-child(5) div:before {
    border-color: transparent transparent transparent #d56e00;
}


#menu li:nth-child(6) div {
    background-color: #d14f00;
}

#menu li:nth-child(6) div:before {
    border-color: transparent transparent transparent #b84500;
}

#menu li:nth-child(6) div:before {
    border-color: transparent transparent transparent #b84500;
}

#menu li:nth-child(7) div {
    background-color: #cf2c00;
}

#menu li:nth-child(7) div:before {
    border-color: transparent transparent transparent #b62700;
}

#menu li span, #menu_static li span {
    display: table-cell;
    height: 80px;
    padding: 0 5px 0 30px;
    vertical-align: middle;
}

#menu a, #menu_static a {
    width: 100%;
    height: 100%;
}

#menu i, #menu_static i {
    display: inline-block;
    font-style: normal;
    margin-top: 30px;
    position: absolute;
    right: 220px;
}

#menu_static li, #menu_static li div, #menu_static li span {
    height: 40px!important;
}

#menu_static li.active, #menu_static li.active:before, #menu_static li.active span {
    height: 60px!important;
}

h2, h4 {
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    font-size: 26px;
    margin: 60px 0 30px 0;
}

#overview .title, .cryptonote {
    font-family: 'Dosis', sans-serif;
}

#overview {
    padding: 25px 25px 0 0;
    height: 294px;
}

.advantages {
    padding-top: 50px;
}

h2:before {
    content: "";
    display: inline-block;
    margin-left: -20px;
    margin-top: 10px;
    position: absolute;
    vertical-align: bottom;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 12px 9px 0;
}

h2.green:before {
    border-color: transparent #01c13c transparent transparent;
}

h2.dark-green:before {
    border-color: transparent #76c101 transparent transparent;
}

h2.yellow:before {
    border-color: transparent #c2b200 transparent transparent;
}

h2.dark-yellow:before {
    border-color: transparent #eaa500 transparent transparent;
}

h2.orange:before {
    border-color: transparent #f27d00 transparent transparent;
}

h2.dark-orange:before {
    border-color: transparent #d14f00 transparent transparent;
}

h2.light-red:before {
    border-color: transparent #b62700 transparent transparent;
}

h2.red:before {
    border-color: transparent #cf2c00 transparent transparent;
}

.code {
    color: #275673;
}

.example {
    color: #8a8a8a;
}

a, .orange {
    color: #ff6600;
}

ol {
    counter-reset: counter;
    list-style: none;
}

ol li {
    margin-bottom: 18px;
}

ol li:before {
    content: counter(counter) ". ";
    counter-increment: counter;
    margin-right: 5px;
    font-weight: bold;
}

a.button {
    background-color: #ff6600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    line-height: 50px;
    padding: 0 10px 0 10px;
}

a.github {
    padding: 0 15px 0 60px;
    background: #ff6600 url("../img/github-logo.png") no-repeat left 18px center;
    letter-spacing: 2px;
}

a.submit {
    padding-right: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 77px;
    /*margin-left: -60px;*/
    letter-spacing: 2px;
    line-height: 45px;
    background: #ff6600 url("../img/submit.png") no-repeat left 25px center;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

a.button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.list-title {
    display: inline-block;
}

.list-content {
    margin-top: 5px;
}

.list-content p {
    margin-top: 30px;
}

#footer .wrapper {
    padding-top: 20px;
}

h3 {
    color: #ffffff;
    font-weight: 300;
}

.main-body {
    background-image: url("../img/background.jpg");
    min-width: 1100px;
}

#guide {
    background-color: #ff7011;
    height: 170px;
    margin-top: 12px;
    color: #ffffff;
    width: 90%;
    font-size: 26px;
    line-height: 170px;
    position: relative;
}

#guide.wrapper {
    width: 1055px!important;
}

#guide:after {
    border-style: solid;
    border-width: 86px 0 86px 45px;
    content: "";
    display: inline-block;
    float: right;
    height: 0;
    margin-right: -45px;
    position: relative;
    width: 0;
    border-color: transparent transparent transparent #ff7011;
}

#guide:before {
    background-image: url("../img/lightbulb.png");
    content: "";
    display: inline-block;
    height: 62px;
    position: absolute;
    right: 0;
    width: 40px;
    margin-top: -31px;
    top: 50%;
}

#guide a {
    color: #0048a1;
}

#guide div.step-by-step {
    margin-right: 77px;
    margin-top: -25px;
    position: absolute;
    right: 0;
    top: 50%;
}

#guide .tips_button {
    padding: 0 43px!important;
}

#guide div.descr {
    font-family: 'Dosis', sans-serif;
}

#guide div {
    display: inline-block;
}

.shadowed {
    -webkit-box-shadow: 0 5px 0 -1px rgba(50, 50, 50, 0.4);
       -moz-box-shadow: 0 5px 0 -1px rgba(50, 50, 50, 0.4);
            box-shadow: 0 5px 0 -1px rgba(50, 50, 50, 0.4);
}

#scroller {
    width: 265px;
    height: 115px;
    position: relative;
    /*margin-left: 372px;*/;
}

#overview, #scroller {
    background-color: rgba(255,255,255,0.8);
}

#scroller a {
    margin: 20px;
    padding: 0 30px;
}

.lines {
    background: url("../img/lines.png");
    width: 11px;
    height: 75px;
    display: inline-block;
    position: absolute;
    margin-top: -11px;
    left: 0;
    margin-left: -15px;
}

.lines-right {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    margin-left: 200px;
    margin-top: -60px;
}

a.tips_button {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ff7011!important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    display: block;
    padding: 0 10px;
}

.inline {
    display: inline-block!important;
}

#overview {
    font-size: 26px;
}

#overview div.advantages {
    font-size: 14px;
    margin: 0 auto;
}

#overview div.advantages b {
    text-transform: uppercase;
}

#overview div.advantages div {
    width: 250px;
    margin-right: 20px;
}

.logo-lock {
    background: url("../img/lock.png") no-repeat;
    width: 50px!important;
    height: 50px;
    vertical-align: top;
}

.logo-lightning {
    background: url("../img/lightning.png") no-repeat;
    width: 50px!important;
    height: 50px;
    vertical-align: top;
}

.logo-monitor {
    background: url("../img/monitor.png") no-repeat;
    width: 50px!important;
    height: 50px;
    vertical-align: top;
}

.top {
    vertical-align: top;
}

#arrow {
    border-color: rgba(255,255,255,0.8) transparent transparent;
    border-style: solid;
    border-width: 45px 132px 0;
    display: block;
    height: 0;
    left: 0;
    margin-top: 115px;
    position: absolute;
    top: 0;
    width: 0;
}

.cryptonote-logo {
    background: url("../img/cryptonote_logo.png") no-repeat;
    width: 38px;
    height: 43px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    margin-top: -5px;
    z-index: 100;
}

#bottom {
    background-color: #ececec;
    min-height: 550px;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

#bottom span {
    display: block;
}

#bottom .title {
    font-weight: 300;
    font-size: 30px;
}

.cryptocoin {
    width: 131px;
    line-height: 25px;
    position: relative;
}

.cryptocoin:before {
    background-image: url("../img/coin-logo.png");
    content: "";
    display: block;
    height: 49px;
    margin-left: 40px;
    right: 0;
    width: 49px;
    margin-bottom: 12px;
}

.line {
    background-color: #cacaca;
    height: 2px;
    width: 100%;
    margin: 0 auto 25px auto;
}

.useful-links {
    margin-top: 30px;
    padding-bottom: 30px;
}

.useful {
    text-align: center;
    width: 33%;
}

.useful a {
    display: block;
    margin-bottom: 20px;
}

.cryptocoins {
    margin-top: 55px;
    margin-bottom: 45px;
}

#links {
    float: right;
    margin-top: -86px;
}

#links a {
    color: #ffffff!important;
    margin-left: 30px;
}

.github-transparent {
    text-decoration: none!important;
    background-color: transparent!important;
    border: 3px solid #cfcfcf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

#triangles {
    background: url("../img/triangles.png") no-repeat bottom;
    background-size: 100%;
    max-height: 149px;
    height: 149px;
}

#header.white h1, .white, #header.white .cryptonote {
    color: #ffffff;
}

.black {
    color: #000000;
}

.menuItem {
    color: #ffffff;
}

.scrollItem {
    color: #000000;
    text-decoration: none;
    cursor: default;
}

.descr span {
    margin-left: 101px;
}

.wrapper {
    width: 1100px!important;
    padding-left: 50%;
    margin-left: -550px;
}

.cryptocoin:after {
    content: "";
    display: block;
    top: 12px;
    left: 53px;
    position: absolute;
    height: 24px;
    width: 24px;
    margin-bottom: 12px;
}

.bytecoin:after {
    background-image: url("../img/bcn.png");
}

.xmr:after {
    background-image: url("../img/xmr.png");
}

.fcn:after {
    background-image: url("../img/fcn.png");
}

.duck:after {
    background-image: url("../img/duck.png");
}

.doge:after {
    background-image: url("../img/doge.png");
}

.qcn:after {
    background-image: url("../img/qcn.png");
}

.mcn:after {
    background-image: url("../img/mcn.png");
}
.bbr:after {
    background-image: url("../img/bbr.png");
}
.aeon:after {
    background-image: url("../img/aeon.png");
}

#menu_top {
    display: block;
    margin-top: 30px;
    margin-left: 117px;
    position: absolute;
    border-bottom: 1px solid #d0d0d0;
    width: 1000px;
    padding-bottom: 5px;
}

#header.white #menu_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 1000px;
}

#menu_top a {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#menu_top a.active, #menu_top a:hover {
    color: #ff6600!important;
}

.menu_top_links a {
    font-size: 12px;
    margin-left: 55px;
}

#header.white .menu_top_links a {
    color: #ffffff;
}

.cryptonote {
    font-size: 16px;
    text-transform: none;
    color: #000000;
    font-weight: normal;
}

.ui-fr {
    float: right;
}

input[type=text] {
    height: 37px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    width: 205px;
}

#emission {
    width:570px;
    height:400px;
}

.emission_params {
    width: 100px;
    margin-left: 15px;
    margin-top: 5px;
    vertical-align: top;
}

.emission_params input[type=text] {
    margin-top: 5px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.disabled {
    font-color:#cccccc !important;
}

.noborder {
    border: none!important;
}

.prefix_generator.dashed {
    /*border: 1px dashed #c0c0c0;*/
    padding: 0px;
}

.prefix_generator.dashed h4 {
    margin-top: 0;
}

.prefix_generator {
    width: 700px;
}

.prefix_generator div:first-child {
    margin-top: 40px;
}

.prefix_generator input[type=text] {
    margin-right: 70px;
    padding-left: 10px;
}

.prefix_generator label {
    display: inline-block;
    margin-bottom:3px;
}

.prefix_generator label:first-child {
    width: 290px;
}

.emission_chart {
    margin: 30px 0 30px -40px;
}

@media screen and (max-height: 860px) {
    #guide {
        height: 130px;
        line-height: 130px;
    }

    #guide:after {
        border-width: 65px 0 65px 45px!important;
    }

    #overview {
        height: 230px;
        padding: 25px 25px 0 0;
    }

    #header {
        height: 125px;
    }

    h1 {
        font-size: 48px;
    }

    .advantages {
        padding-top: 30px;
    }

    #scroller {
        height: 100px;
    }

    #arrow {
        margin-top: 100px;
    }
}
