@charset "UTF-8";
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;
}
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 {height: 100%}

body {
    background: #eceeef;
    background: -moz-radial-gradient(center, ellipse cover,  #eceeef 0%, #eeeeee 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #eceeef 0%,#eeeeee 100%);
    background: radial-gradient(ellipse at center,  #eceeef 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceeef', endColorstr='#eeeeee',GradientType=1 );
    font-family: 'Open Sans', sans-serif;
}

.homepage-center-block {
    margin: 12.5% auto 0 auto;
    width: 284px;
    padding: 10px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.homepage-center-block h3 {
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
}

.normal-bold-text {font-size: 16px; font-weight: 900}

[class^=panelify] {
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: 10px;
}
::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,150,136,0.4);
    border-radius: 5px;
    cursor: pointer;
}

.no-margin-top {margin-top: 0!important;}

.no-margin-bottom {margin-bottom: 0!important;}

.no-pad-important {padding: 0!important;}

.margin-top-light {margin-top: 10px!important;}

.no-margin-top-bottom {margin-top: 0!important; margin-bottom: 0!important;}

.small-height {height: 1.8rem!important;}

.collection .collection-item {padding: 5px 20px}