/* Placeholders */
input::-webkit-input-placeholder { color:#959595; font-style: italic; }
input::-moz-placeholder { color:#959595; font-style: italic; }
input:-ms-input-placeholder { color:#959595; font-style: italic; }
input:-moz-placeholder { color:#959595; font-style: italic; }

/* Common */
html {
    min-height: 100%;
}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    height: 100%;
    width: 100%;
}
a, a:visited {
    color: #000;
}
a:active {
    color: #fb8226;
}
.clear {
    clear: both;
}

/* Menu */
div#slide-menu {
    background: #2d3036;
    position: absolute;
    top: 0;
    left: -100px;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 424px;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 13;
}

div#slide-menu div.help {
    font-size: 12px;
    height: 36px;
    padding: 7px 15px;
    text-align: right;
    color: #959595;
}
div#slide-menu div.help i.arrow-right {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url("/img/arrow_right.png") no-repeat top left;
    width: 10px;
    height: 19px;
    margin-bottom: -6px;
    margin-left: 4px;
}
div#slide-menu div.telegraph-logo {
    background: url("/img/telegraph_logo.png") no-repeat top left;
    height: 30px;
    width: 220px;
    margin-left: 44px;
    cursor: pointer;
}
div#slide-menu div.logo {
    margin-top: 10px;
    margin-left: 44px;
    background: url("/img/moc_logo.png") no-repeat top left;
}
div#slide-menu div.subscribe {
    margin-bottom: 40px;
}
div#slide-menu div.welcome,
div#slide-menu div.subscribe {
    color: #959595;
}
div#slide-menu div.logo,
div#slide-menu div.welcome,
div#slide-menu div.subscribe {
    padding: 7px 44px;
}
div#slide-menu .subscribe form#subscribe-form div.error {
    text-align: right;
    color: #e85353;
    font-size: 12px;
    height: 18px;
    width: 276px;
}
div#slide-menu .subscribe form#subscribe-form input {
    display: block;
    margin-bottom: 5px;
    background: transparent;
    color: #fff;
    height: 34px;
    padding: 0 14px;
}
div#slide-menu .subscribe form#subscribe-form input[type=text] {
    height: 32px;
    border: 1px solid #4a5c73;
    width: 246px;
}
div#slide-menu .subscribe form#subscribe-form input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    width: 276px;
    border: 0;
    background: #fb8226;
    cursor: pointer;
}
div#slide-menu .subscribe form#subscribe-form input[type=submit]:hover {
    background: #fe8b33;
}
div#slide-menu p.lead {
    font-size: 20px;
    font-weight: 100;
    line-height: 150%;
}
div#slide-menu p.secondary {
    font-size: 12px;
}
div#slide-menu div.subscribe div.success {
    text-align: center;
    padding-top: 10px;
}
body.menu-active div#slide-menu {
    left: 0;
}

/* Timeline */
div#timeline {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    /*background: #22252b;*/
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    width: 100px;
    /*height: 100%;*/
    text-align: right;
    font-size: 12px;
    line-height: 15px;
    z-index: 15;
    background-color: #0d161c;
    vertical-align: top;
}
body.menu-active div#timeline {
    left: 424px;
}
div#timeline div.logo-2 {
    margin: 52px auto 0 auto;
    background: url("/img/moc_logo2.png") no-repeat center;
    width: 45px;
    height: 24px;
}
div#timeline div.year-months {
    color: #fff;
}
div#timeline div.year-months span.year {
    display: block;
    padding-right: 28px;
    margin: 0;
    line-height: 22px;
}
div#timeline div.year-months div.dates a.date {
    position: relative;
    text-decoration: none;
    display: block;
    color: #348fb4;
    padding: 2px 28px 2px 0;
}
div#timeline div.year-months div.dates a.date:hover {
    background: #191c20;
    color: #fb8226;
}
div#timeline div.year-months div.dates a.date.active {
    color: #000;
    background: #fb8226;
}
div#timeline div.year-months div.dates a.date.active:after {
    content:"";
    position: absolute;
    top: -1px;
    right: -9px;
    z-index: 14;
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid #fb8226;
}

/* Content */
div#content {
    float: left;
    vertical-align: top;
    position: relative;
    margin-left: -110px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fcfeff;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 12;
}

/* Triggers */
div.menu-trigger {
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    height: 36px;
    background: #191c20;
    cursor: pointer;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
div.menu-trigger:before {
    content: '\f0c9';
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 36px;
    height: 36px;
    margin-left: 32px;
    color: #6f6f6f;
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 1.2em;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    line-height: 36px;
}
div.google-trigger:hover,
div.facebook-trigger:hover,
div.twitter-trigger:hover,
div.advertise-trigger:hover,
div.menu-trigger:hover,
div.search-trigger:hover,
div.donate-trigger:hover {
    background: #2d3036;
}
div.menu-trigger:hover:before,
div.search-trigger:hover:before {
    color: #fcfeff;
}
div.google-trigger,
div.twitter-trigger,
div.facebook-trigger,
div.advertise-trigger,
div.search-trigger,
div.donate-trigger {
    z-index: 15;
    width: 100px;
    height: 36px;
    margin-top: 40px;
    background: #191c20;
    cursor: pointer;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
div.search-trigger:before {
    font-family: 'FontAwesome';
    content: '\f002';
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    color: #6f6f6f;
    font-style: normal;
    font-size: 1.2em;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    line-height: 36px;
}
div.google-trigger:before,
div.facebook-trigger:before, div.twitter-trigger:before,
div.donate-trigger:before, div.advertise-trigger:before {
    font-family: 'Open Sans', sans-serif;
    content: 'Donate';
    display: block;
    margin: 0 auto;
    height: 36px;
    text-align: center;
    color: #348fb4;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    line-height: 36px;
    text-transform: uppercase;
}

div.advertise-trigger:before {
    content: 'Advertise'!important;
}

div.google-trigger:before {
    content: 'Google +'!important;
}

div.facebook-trigger:before {
    content: 'Facebook'!important;
}

div.twitter-trigger:before {
    content: 'Twitter'!important;
}

/* Search form */
div.search-wrapper {
    position: relative;
    z-index: 15;
    width: 100px;
    height: 36px;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

div.search-wrapper .search-form input {
    font-size: 14px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100px;
    display: block;
    padding-left: 10px;
    border: 1px solid #d8d8d8;
    width: 200px;
    height: 32px;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

div.search-wrapper .search-form div.status {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 310px;
    display: block;
    padding-top: 10px;
    width: 115px;
    height: 32px;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    font-size: 12px;
    text-transform: none;
}
div.search-wrapper .search-form div.status em {
    display: block;
    margin-left: 10px;
    text-align: left;
}
div.search-wrapper .search-form div.status em.nothing-found {
    color: #e85353;
}

body.menu-active div#content,
body.menu-active div.menu-trigger {
    left: 424px;
}

body.search-active .search-form input,
body.search-active .search-form div.status {
    opacity: 1;
}

/* Social */
span.follow {
    color: #b3b3b3;
    margin-right: 10px;
}
div.social {
    padding-left: 56px;
    line-height: 20px;
}
div.social a {
    font-size: 11px;
    color: #b3b3b3;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: text-bottom;
    zoom: 1;
    *display: inline;
    _height: 17px;
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
}
div.social a:hover,
a.download-link:hover {
    text-decoration: underline;
}
div.social a i {
    display: block;
    position: absolute;
    padding-right: 4px;
    vertical-align: bottom;
}
div.social a.google-plus i.google-plus-icon {
    width: 20px;
    height: 17px;
    top: 3px;
    left: -26px;
    background: url("/img/gplus.png") no-repeat;
}
div.social a.google-plus:hover i.google-plus-icon {
    background: url("/img/gplus_hover.png") no-repeat;
}
div.social a.facebook i.facebook-icon {
    width: 8px;
    height: 16px;
    top: 3px;
    left: -17px;
    background: url("/img/fb.png") no-repeat;
}
div.social a.facebook:hover i.facebook-icon {
    background: url("/img/fb_hover.png") no-repeat;
}
div.social a.twitter i.twitter-icon {
    width: 17px;
    height: 14px;
    top: 3px;
    left: -21px;
    background: url("/img/tw.png") no-repeat;
}
div.social a.twitter:hover i.twitter-icon {
    background: url("/img/tw_hover.png") no-repeat;
}

/* Map */
.node circle {
    fill: #fff;;
    stroke: #fb8226;
    stroke-width: 2.0px;
}
.node.root circle {
    fill: #fb8226;
}
.node text {
    /*font-size: 10px;*/
    font-size: 10px;
    font-weight: 600;
    /* For Chrome 8 */
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

.node text.btc {
    font-size: 10px;
}

.node.root text {
    font-size: 60px;
}
.link {
    fill: none;
    stroke: #888;
    stroke-width: 2.0px;
    opacity: .5;
}

/* Modal */
div.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 14;
    opacity: .7;
    background-color: rgba(0,0,0,0.8);
}
div.modal {
    z-index: 15;
    position: absolute;
    top: 120px;
    left: 50%;
    width: 520px;
    line-height: 140%;
    margin-left: -284px;
    padding: 18px 24px;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
    font-size: 12px;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.9);
}
div.modal div.logo {
    margin-bottom: 25px;
    margin-left: 15px;
}
/*div.modal div.logo,*/
div.modal div.body {
    float: left;
}
div.modal div.body {
    width: 70%;
}
div.modal div.body {
    padding-left: 25px;
}
div.modal div.body-donate {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 180%;
    text-align: center;
}
div.modal div.body h1,
div.modal div.body h3 {
    font-weight: 400;
}
div.modal div.body h1,
div.modal div.body-donate h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
div.modal div.body-donate p.wallet {
    margin-left: 22%;
    text-align: left;
}
div.modal div.body-donate p.wallet img {
    margin-right: 10px;
}
div.modal div.body-donate p.wallet img,
div.modal div.body-donate p.wallet span {
    vertical-align: middle;
}
div.modal div.body h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
div.modal div.body div.info p,
div.modal div.body a,
div.modal ul.specifications-list {
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
}
div.modal div.body a {
    color: #fb8226;
}
div.modal ul.specifications-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
div.modal a.close-modal {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/img/close.png") no-repeat top left;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 14px;
}
div.modal a.close-modal:hover {
    background: url("/img/close_hover.png") no-repeat top left;
}

/* Slider based on jQuery UI Slider */
div.zoom-slider {
    width: 200px;
    border: 0;
    background: #d7d7d7;
}
div.zoom-slider .ui-slider-handle {
    background: #348fb4;
    border: 0;
    height: 1.8em;
    width: .8em;
    top: -.9em;
}
div.zoom-slider .ui-slider-handle.ui-state-hover {
    cursor: pointer;
    border: 0;
    background: #3799c1;
}
div.zoom-plus,
div.zoom-minus {
    position: fixed;
}
div.zoom-plus {
    background: url("/img/plus.png") no-repeat top left;
    height: 11px;
    left: 250px;
    margin-top: 0;
    position: absolute;
    top: 20px;
    width: 11px;
}
div.zoom-plus:hover {
    cursor: pointer;
    background: url("/img/plus_hover.png") no-repeat top left;
}
div.zoom-minus {
    width: 13px;
    height: 4px;
    background: url("/img/minus.png") no-repeat top left;
    top: 24px;
    left: 11px;
    position: absolute;
}
div.zoom-minus:hover {
    cursor: pointer;
    background: url("/img/minus_hover.png") no-repeat top left;
}

/* Download button */
div.download {
    color: #b3b3b3;
    font-size: 12px;
    position: absolute;
    right: 34px;
    top: 10px;
}
a.download-link {
    color: #008eb3;
    letter-spacing: 1px;
}

/* Coins info */
div.coins-info {
    /*position: absolute;*/
    font-size: 12px;
    text-align: right;
    /*top: 20px;*/
    /*right: 60px;*/
    color: #000000;
}
div.coins-info span {
    color: #fb8226;
}

/*coins switcher*/
div.coins-switch {
    height: 40px;
    width: 192px;
    position: absolute;
}
div.coins-switch a {
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    display: inline-block;
    height: 38px;
    text-decoration: none;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #cecece;
    color: #348fb4;
    width: 95px;
}
div.coins-switch a:hover {
    color: #fb8226;
}
div.coins-switch a.active {
    border: 1px solid #fb8226;
    background: #fb8226;
    color: #ffffff;
}
div.coins-switch a.active:hover {
    color: #ffffff;
    cursor: default;
}
div.coins-switch #switch-left {
    border-right: 0!important;
}
div.coins-switch #switch-right {
    border-left: 0!important;
}

.circle-BCN {
    fill: #c70b4b!important;
    stroke: #c70b4b!important;
}

.circle-NXT {
    fill: #d0c220!important;
    stroke: #d0c220!important;
}

.circle-XRP {
    fill: #01617a!important;
    stroke: #01617a!important;
}

.circle-fork-BCN {
    stroke: #c70b4b!important;
}

.circle-fork-NXT {
    stroke: #d0c220!important;
}

.circle-fork-XRP {
    stroke: #01617a!important;
}
div.bnr {
    width: 250px;
    height: 210px;
    margin-bottom: 40px;
    padding-bottom: 7px;
    margin-left: 57px;
    cursor: pointer;
}

.coinhr-img {
    background: url("/img/coinhr.png") no-repeat top left;
}

.ego-img {
    background: url("/img/ego.jpg") no-repeat top left;
}

.bitstamp-img {
    background: url("/img/bitstamp.png") no-repeat top left;
}

.cryptoarticles-img {
    background: url("/img/cryptoarticles.jpg") no-repeat top left;
}

#maindiv {
    height: 100%;
    margin-top: -50px;
    /*margin-bottom: 50px;*/
}

#maindiv:after {
    content: ' ';
    height: 0;
    width: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.slider {
    position: relative;
}