/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}
/* -------------------------------- 

Primary

-------------------------------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #555;
    background-color: white;
}

body, html {
    height: 100%;
}

h2 {
    font-size: 48px;
    color: #333;
    margin: 0 0 40px 0;
}

a {
    color: #fff;
    text-decoration: none;
}

p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

/* -------------------------------- 

Builders

-------------------------------- */

.container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 1170px;
}

.one-half {
    width: 50%;
    display: block;
    float: left;
}

.one-fifth {
    float: left;
    display: inline-block;
    width: 17%;
    margin: 100px 1.5%;
    text-align: center;
}

.content {
    height: 402px;
    display: table-cell;
    vertical-align: middle;
}

.content h2, .content p {
    padding: 0 80px;
}

.center {
    text-align: center;
}

.button {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: #a7000b;
    padding: 11px 20px;
    text-decoration: none;
    margin: 0 auto;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.button:hover {
    background-color: #346e99;
}

/* --------------------------------

Cookies

-------------------------------- */

#message {
    display: none;
}

.cookies {
    position: relative;
    overflow: hidden;
    height: 50px;
    background-color: #222;
    border: none;
}

.cookies p {
    font-size: 11px;
    color: #777;
    padding: 0;
    margin-top: 8px;
    line-height: 14px;
}

.cookies a:hover {
    text-decoration: underline;
}

.confirm {
    height: 28px;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    background-color: #222;
    color: #fff;
    font-weight: bold;
    padding: 0 8px;
    margin-left: 10px;
    line-height: 24px;
    border: 2px solid #585857;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    float: right;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -ms-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}

.confirm:hover {
    background-color: #585857;
}

/* -------------------------------- 

Header and Login

-------------------------------- */

.top-bar {
    border: none;
    height: auto;
    background-color: #333;
    position: relative;
    overflow: hidden;
}

.header {
    position: relative;
}

.top-bar img {
    margin: 25px 0;
    float: left;
}

.login {
    float: right;
    font-size: 12px;
    margin-top: 27px;
    background-color: #fff;
    color: #333;
}

.login:hover {
    color: #fff;
}

.login ul li {
    float: left;
}

.login ul .pass a {
    display: block;
    color: #fff;
}

a.presentation-menu, a.presentation-selected {
    float: right;
    font-size: 15px;
    padding-top: 38px; /*27+11*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 11px;
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
    transition: all .25s ease-out;
    font-weight: bold;
}

a.presentation-menu:hover {
    color: #a7000b;
}

a.presentation-selected {
    color: #a7000b;
    border: 1px solid #a7000b;
    border-radius: 2px;
    padding-top: 11px;
    margin-top: 27px;
    /*pointer-events: none;
    cursor: default;*/
}

.forgot-password:hover {
    text-decoration: underline;
}

.username, .password {
    height: 36px;
    width: 200px;
    color: #999;
    padding-left: 13px;
    margin-right: 15px;
    border: none;
    background-color: #222;
    margin-bottom: 10px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
}

.email {
    height: 50px;
    width: 70%;
    color: #999;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: none;
    background-color: #222;
    margin-bottom: 18px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
}

.lost-password {
    font-size: 12px;
}

.submit, .send, .potrdi {
    height: 36px;
    text-transform: uppercase;
    border: none;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    padding: 0 13px;
    line-height: 36px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.send {
    background-color: #a7000b;
    font-size: 12px;
    padding: 0 50px;
    margin-top: 26px;
    color: #fff;
}

.potrdi {
    background-color: #a7000b;
    color: #fff;
}

.potrdi:hover {
    background-color: #346e99;
}

.submit:hover, .send:hover {
    background-color: #346e99;
    color: #fff;
}

textarea:focus, input:focus {
    outline: 0;
}

label.checkbox-label input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.checkbox-label {
    color: #999;
    margin-left: 5px;
}

.login-responsive {
    float: right;
    font-size: 12px;
    margin-top: 27px;
    display: none;
}

/* --------------------------------

Introduction

-------------------------------- */

.intro {
    background: url("../../public_html/promo/images/ozadje.jpg") no-repeat center #333;
    border: none;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.intro h1 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 100px;
}

.arrow {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    height: 58px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../../public_html/promo/images/arrow.png") no-repeat center center;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.arrow:hover {
    opacity: 0.5;
}

.intro-content {
    margin: 0 auto;
    max-width: 1170px;
    width: 90%;
}

/* --------------------------------

Navigation Bubbles

-------------------------------- */

#navigation {
    border: none;
    height: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.bubbles {
    position: relative;
}

.icon-bubble {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #346e99;
    border: 4px solid #ccdae5;
    font-size: 60px;
    line-height: 120px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.icon-bubble i {
    border: none;
    position: relative;
}

.icon-bubble:hover {
    background: #ccdae5;
}

.bubbles h3 {
    font-size: 18px;
    font-weight: bold;
    color: #346e99;
    margin: 30px 0 10px 0;
}

/* -------------------------------- 

Vertical Navigation

-------------------------------- */

#vertical-nav {
    position: fixed;
    left: 40px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.nav-line {
    position: fixed;
    left: 71px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #edece8;
    z-index: -5;
}

#vertical-nav li {
    text-align: left;
    list-style: none;
}

#vertical-nav a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#vertical-nav a:after {
    content: "";
    display: table;
    clear: both;
}

#vertical-nav a span {
    display: inline-block;
    float: left;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}

#vertical-nav a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#vertical-nav a:hover .label {
    opacity: 1;
}

#vertical-nav a.is-selected .dot {
    background-color: #346e99;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#vertical-nav .dot {
    position: relative;
    top: 8px;
    margin: 2px 0;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    color: #346e99;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* -------------------------------- 

Content Fields

-------------------------------- */

.field {
    min-height: 100%;
    border-top: 2px solid #edece8;
    position: relative;
    z-index: -10;
}

#zakonodaja {
    background-color: #fcf6f2;
}

#tabelice {
    background-color: #f9fcf4;
}

#pripomocki {
    background-color: #fefdf2;
}

#clanki {
    background-color: #f4f7fc;
}

#svetovanje {
    background-color: #fef9f2;
}

/* --------------------------------

Early Access

-------------------------------- */

.access {
    background-color: #333;
    text-align: center;
    padding: 100px 0 30px 0;
}

.access h2 {
    color: #fff;
    font-size: 48px;
    margin: 0 0 34px 0;
}

.access p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 45px;
    font-weight: lighter;
}

.access-box {
    padding: 80px;
    border: 2px solid #585857;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
}

/* --------------------------------

Footer

-------------------------------- */

.footer {
    position: relative;
    overflow: hidden;
    background-color: #333;
    height: 70px;
    font-size: 12px;
    color: #999;
    line-height: 70px;
}

.footer ul {
    float: right;
}

.footer ul li {
    float: left;
    margin-left: 50px;
    font-size: 12px;
}

.link {
    float: right;
}

.footer span {
    float: left;
}

.footer a {
    color: #999;
}

.footer a:hover {
    text-decoration: underline;
}

/* --------------------------------

Subpage Styles
-------------------------------- */

.article {
    background-color: #edece8;
    border-top: none;
    height: auto;
    min-height: 600px;
    padding-bottom: 40px;
}

.container-article {
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    min-height: 100%;
    position: relative;
}

.breadcrumbs {
    padding-top: 40px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.breadcrumbs span {
    margin: 0 10px;
}

.article a {
    color: #346e99;
    text-decoration: none;
}

.article a:hover {
    text-decoration: underline;
}

.article h1 {
    text-align: left;
    font-size: 48px;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
}

.article h2 {
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 0 0;
}

.article p {
    color: #555;
}

/* --------------------------------

Responsive Styles

-------------------------------- */

@media (max-width: 1024px) {

    .container {
        position: relative;
        margin-top: 20px;
    }

    .one-half {
        width: 100%;
    }

    .content {
        height: auto;
    }

    .intro h1 {
        font-size: 28px;
        margin-bottom: 50px;
        margin-top: 100px;
    }

    .content h2, .content p {
        padding: 0;
    }

    .content h2 {
        font-size: 36px;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .content img {
        margin-top: 40px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .header {
        margin: 0;
    }

    #vertical-nav {
        display: none;
    }

    .nav-line {
        display: none;
    }

    .bubbles {
        width: 80%;
    }

    .one-fifth {
        width: 40%;
        margin: 20px 5%;
    }

    .field {
        min-height: 0;
    }

    .mobile-cookies {
        margin-top: 0;
        position: absolute;
    }

    .access {
        padding: 30px 0 60px 0;
    }

    .access-box {
        padding: 0;
        border: none;
    }

    .footer {
        border-top: 2px solid #585857;
        height: auto;
        line-height: 20px;
        padding-bottom: 20px;
    }

}

@media (max-width: 1400px) and (min-width: 1024px) {
    #tabelice .container, #clanki .container {
        margin-left: 60px;
    }
}

@media (max-width: 640px) {

    .intro {
        height: 400px;
    }

    .intro h1 {
        font-size: 20px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .bubbles {
        width: 80%;
    }

    .one-fifth {
        width: 100%;
        margin: 20px 0;
    }

    .cookies {
        height: 100px;
    }

    .login-responsive {
        display: block;
    }

    .access h2 {
        font-size: 20px;
    }

    .access p {
        font-size: 14px;
        margin-bottom: 45px;
        font-weight: normal;
    }

    .email {
        width: 95%;
        font-size: 14px;
    }

    .footer span {
        margin-bottom: 20px;
    }

    .footer ul li {
        margin-left: 0px;
        margin-right: 50px;
        line-height: 30px;
    }

}















/*additional stuff*/

.nice-list ul {
    text-align: left;
    color: #333;
    display: inline-block;
    margin: 0 auto;
}

.nice-list ul li {
    list-style: disc;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#why-register h3 {
    color: #FFF;
    font-size: 36px;
    margin: 48px 0 24px 0;
}


#why-register-link:hover {
    cursor: pointer;
}

.p-bigger {
    color: #FFF;
    font-size: 1.3em;
    -webkit-font-smoothing: subpixel-antialiased;
}

#why-register .access-box {
    background: #333;
}

#why-register-content {
    display: none;
}

.register-form {
    margin-top: 30px;
}

.access p+p {
    margin-bottom: 10px;
}

.access p {
    margin-bottom: 20px;
}

.access h2 {
    margin-bottom: 40px;
}

#why-register-wrapper {
    margin: 0px;
    margin-left: 200px;
    margin-right: 0px;
    width: 406px;
    padding: 0px;
    text-align: left;
    display: inline-block;
    -webkit-font-smoothing: white;
}

#why-register-wrapper p {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.price-tag {
}

.left {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

.left .circle {
    width: 200px;
    height: 200px;
    border-radius: 100px;

    border: 1px solid #346e99;
    background-color: #346e99;

    color: #FFF;

    margin-right: 20px;
    position: relative;
    display: block;

}

.left .circle strikeout {
    text-decoration: line-through;
    font-size: 30px;
    display: block;

    margin: 0 auto;
    position: absolute;
    width: 200px;
    text-align: center;
    top: 20px;
}

.left .circle strong {
    font-size: 70px;
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 200px;
    text-align: center;
    top: 0px;
    line-height: 200px;
}

.left .circle span {
    font-size: 18px;
    line-height: 24px;
    display: block;
    position: absolute;
    width: 200px;
    text-align: center;
    bottom: 10px;
}

.right {
    display: inline-block;
    text-align: left;
    width: 400px;
}

.right p {
    padding-left: 20px;
    padding-right: 0px;

}

/* checkbox start */
#agree-wrapper {
    padding-top: 20px;
    padding-left: 220px;
}

#agree-wrapper label {
    width: auto;
}

#agree-wrapper label a {
    text-decoration: underline;
}

input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:34px;
    height:24px;
    display:inline-block;
    line-height:24px;
    font-size:16px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -24px;
}
label.css-label {
    background-image:url(../../public_html/ui/checkbox-02-grey.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* checkbox end */