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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, 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: '';
}

label {
    display: inline-block;
    vertical-align: middle;
}

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

input, select, textarea,
.box, .block, .row, :after, :before,
.row > *, .row, .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
select {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background: white;
    border-bottom-width: 2px;
}

textarea{
    width: 100%;
    height: 6em;
    line-height: 1.2em;
    padding: 10px;
    resize: none;
}

select {
    background: #f9f9f9;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus {
    border-color: #0388a0;
}

.tac {
    text-align: center !important;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.nobg {
    background: none !important;
}

.noshadow {
    box-shadow: none !important;
}

.row {
    display: block;
    margin: -10px -10px 0 -10px;
}

.row:after {
    display: block;
    content: "";
    clear: both;
}

.row > * {
    display: block;
    float: left;
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.row > * > .wrap {
    display: block;
    background: white;
    padding: 20px;
    border-radius: 3px;
    overflow: hidden;
}

.row > *:after,
.row > * > .wrap:after {
    content: "";
    display: block;
    clear: both;
}

.row > *.filled .wrap {
    background: #6fb3ca;
    color: white;
}

.row > *.filled .button.empty {
    border-color: white !important;
    color: white;
}

.row > *.filled .button.empty.active,
.row > *.filled .button.empty:hover {
    background: white;
    color: #6fb3ca;
}

.row .header {
    display: block;
    margin: -20px -20px 20px -20px;
    padding: 20px;
    font-size: 16px;
    background: #fbfbfb;
    border-bottom: 1px solid #f1f1f1;
}

.row .header .right {
    position: relative;
    float: right;
    margin: -10px -10px 0 0;
    display: block;
    font-size: 12px;
}

.row .big {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 100px;
    padding: 40px 0 20px 0;
}

.row .clr {
    display: block;
    clear: both;
}

.row .blue {
    color: #0388a0;
}

.row > .bar {
    width: 100%;
}

.row > .bar > .wrap {
    padding: 0;
}

.row > .bar .arrow,
.row > .bar .arrow a {
    text-decoration: none;
}

.row > .bar .arrow span {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.row > .bar .arrow span.text {
    font-size: 14px;
    width: auto;
    padding-right: 15px;
}

.row > .bar .title {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 20px;
}

/* 12 grid = 8.3333 = 1 col */
.col-1 {
    width: 8.3333%;
}

.col-2 {
    width: 16.6666%;
}

.col-3 {
    width: 25.5555%;
}

.col-4 {
    width: 33.3333%;
}

.col-5 {
    width: 41.6666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333%;
}

.col-8 {
    width: 66.6666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333%;
}

.col-11 {
    width: 91.6666%;
}

.col-12 {
    width: 100%;
}

.table {
    display: table;
}

.table .cell {
    display: table-cell;
    vertical-align: middle;
}

.table .cell.thin {
    width: 1px;
    white-space: nowrap;
    padding: 0 10px;
}

.form-table {
    width: 100%;
}

.form-table td {
    vertical-align: middle;
    padding: 2px 10px;
}

.form-table td:first-child {
    padding-left: 0;
    width: 1px;
}

.form-table td:nth-child(2) {
    padding-right: 0;
}

.form-table td input[type="text"],
.form-table td input[type="password"],
.form-table td input[type="email"],
.form-table td input[type="number"],
.form-table td select,
.form-table td textarea {
    width: 100%;
}

.form-table td > .table {
    width: 100%
}

.form-table small,
.form-table .small,
.form-table .smaller,
.form-table .sub {
    font-size: 10px;
    color: gray;
    display: block;;
    margin: 0 0 10px 0;
}

.form-table label {
    white-space: nowrap;
    padding-right: 10px;
}

.hidden {
    display: none !important;
}

.list {
    width: 100%;
    border-collapse: collapse;
}

.list td,
.list th {
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

/*.list td:first-child,*/
/*.list th:first-child {padding-left: 0;}*/
/*.list td:last-child,*/
/*.list th:last-child {padding-right: 0;}*/
.list tr {
    border-bottom: 1px solid #eaeaea;
}

.list.stripes tr:nth-child(even) {
    background: #fbfbfb;
}

.list .price {
    text-align: right;
}

.list .thin {
    width: 1px;
    white-space: nowrap;
}

.list .icons a {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
}

.list .icon a {
    text-decoration: none;
}

.list .icon a span {
    display: inline-block;
    vertical-align: middle;
}

.list .icon a span:not(.text) {
    text-decoration: none;
    font-size: 18px;
}

.list .icon a span.text {
    padding-left: 5px;
}

.list .icon-cross {
    color: #e22222;
}


body.bgImage {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.bgImage .block > .wrap,
.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.label {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    border: 1px solid #ababab;
    color: #909090;
    border-radius: 3px;
}

.label.round {
    border-radius: 90px;
}

.label.green {
    border-color: #44ca44;
    color: #44ca44;
}

.label.red {
    border-color: #e22222;
    color: #e22222;
}

.wrapper {
    margin: 0 auto;
}

.blocks td {
    padding: 10px 0;
}

/*
 * Websitelike
 */
input.google-like {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    width: 100%;
    border-radius: 0;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
}
