* {
    outline : 0;
}

*:focus,
*:active,
a:active,
a:focus,
select:focus,
button:focus,
input:focus,
input:active {
    outline            : none;
    outline            : 0;
}

:-moz-any-link:focus {
    outline : none;
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border         : 0;
    font-family    : inherit;
    font-size      : 100%;
    font-style     : inherit;
    font-weight    : inherit;
    margin         : 0;
    outline        : 0;
    padding        : 0;
    vertical-align : baseline;
}

html {
    overflow-y               : scroll;
    -webkit-text-size-adjust : 100%;
    -ms-text-size-adjust     : 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display : block;
}

table {
    border-collapse : separate;
    border-spacing  : 0;
}

caption, th, td {
    font-weight : normal;
    text-align  : left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content : "";
}

blockquote, q {
    quotes : "" "";
}

a img {
    border : 0;
}

body,
button,
input,
select,
textarea {
    font-size   : 16px;
    line-height : 1.5;
}

input, textarea, select {
    padding            : 10px;
    margin-bottom      : 10px;
    width              : 100%;
    transition         : .3s;
    -webkit-transition : .3s;
}

input[type="password"], input[type="submit"],
input[type="checkbox"], input[type="radio"] {
    width : auto;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear         : both;
    font-weight   : bold;
    margin-bottom : 10px;
}

h1 {
    font-size : 42px;
}

h2 {
    font-size : 36px;
}

h3 {
    font-size : 24px;
}

h4 {
    font-size : 18px;
}

h5 {
    font-size : 16px;
}

h6 {
    font-size : 14px;
}

hr {
    border           : 0;
    height           : 1px;
    margin-bottom    : 1.5em;
}

/* Text elements */
p {
    margin-bottom : 15px;
}

ul, ol {
    margin : 0 0 1.5em 3em;
}

ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul,
ul ul, ol ol, ul ol, ol ul {
    margin-bottom : 0;
    margin-left   : 1.5em;
}

dt {
    font-weight : bold;
}

dd {
    margin : 0 0 28px;
}

b, strong {
    font-weight : bold;
}

dfn, cite, em, i {
    font-style : italic;
}

blockquote {
    background    : #f5f5f5;
    border-left   : 4px solid #8f8e99;
    margin-bottom : 10px;
    padding       : 20px;
}

address {
    font-style    : italic;
    margin-bottom : 24px;
}

pre {
    background    : #eeeeee;
    font-size     : 15px;
    line-height   : 1.6;
    margin-bottom : 1.6em;
    padding       : 1.6em;
    overflow      : auto;
    max-width     : 100%;
}

code, kbd, tt, var {
    font : 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom : 1px dotted #666666;
    cursor        : help;
}

mark, ins {
    background      : #fff9c0;
    text-decoration : none;
}

sup,
sub {
    font-size      : 75%;
    height         : 0;
    line-height    : 0;
    position       : relative;
    vertical-align : baseline;
}

sup {
    bottom : 1ex;
}

sub {
    top : .5ex;
}

small {
    font-size : 75%;
}

big {
    font-size : 125%;
}

figure {
    margin : 0;
}

table,
th,
td {
    border : 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse : separate;
    border-spacing  : 0;
    border-width    : 1px 0 0 1px;
    margin-bottom   : 24px;
    width           : 100%;
}

caption,
th,
td {
    font-weight : normal;
    text-align  : left;
}

th {
    border-width : 0 1px 1px 0;
    font-weight  : bold;
}

td {
    border-width : 0 1px 1px 0;
}

td, th {
    padding : 10px;
}

button,
input,
select,
textarea {
    font-size       : 100%;
    margin          : 0;
    vertical-align  : baseline;
    *vertical-align : middle;
}

button,
input {
    line-height : normal;
    *overflow   : visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border             : 1px solid #cccccc;
    border-color       : #cccccc #cccccc #bbbbbb #cccccc;
    border-radius      : 3px;
    background         : #e6e6e6;
    color              : rgba(0, 0, 0, .8);
    cursor             : pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance : button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size          : 14px;
    line-height        : 1;
    padding            : 1.12em 1.5em 1em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color : #cccccc #bbbbbb #aaaaaa #bbbbbb;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color : #aaaaaa #bbbbbb #bbbbbb #bbbbbb;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing : border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding    : 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance : textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing    : content-box;
    -webkit-box-sizing : content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing         : content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance : none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border  : 0;
    padding : 0;
}

input[type=text],
input[type=email],
textarea {
    color         : #666666;
    border        : 1px solid #e9e9e9;
    border-radius : 3px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color : #111111;
}

textarea {
    overflow       : auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left   : 3px;
    vertical-align : top; /* Improves readability and alignment in all browsers */
    width          : 98%;
}

a {
    color : #333333;
}

a:hover,
a:focus,
a:active {
    color           : #ffcd38;
    text-decoration : none;
}

/* Alignment */
.alignleft {
    display       : inline;
    float         : left;
    margin-right  : 25px;
    margin-bottom : 20px;
}

.alignright {
    display       : inline;
    float         : right;
    margin-left   : 25px;
    margin-bottom : 20px;
}

.aligncenter {
    clear   : both;
    display : block;
    margin  : 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
    clip     : rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip     : rect(1px, 1px, 1px, 1px);
    position : absolute !important;
}

.text-center {
    text-align : center;
}

.text-left {
    text-align : left;
}

.text-right {
    text-align : right;
}

.text-jus {
    text-align : justify
}