/* Reset */
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, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, button, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: baseline;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Campton font */
@font-face {
    font-family: 'Campton-Bold';
    src: url('../fonts/35C969_0_0.eot');src: url('../fonts/35C969_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35C969_0_0.woff2') format('woff2'),url('../fonts/35C969_0_0.woff') format('woff'),url('../fonts/35C969_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Campton-Light';
    src: url('../fonts/35C969_1_0.eot');
    src: url('../fonts/35C969_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35C969_1_0.woff2') format('woff2'),url('../fonts/35C969_1_0.woff') format('woff'),url('../fonts/35C969_1_0.ttf') format('truetype');
}

html, body {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

body * {
    box-sizing: border-box;
    color: #404040;
    font-family: 'Campton-Light';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
}

li {
    list-style-type: none;
}

a, a:hover {
    text-decoration: none;
}

.h-full {
    height: 100%;
}

.dt {
    display: table;
}

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

.dt .dtc.top {
    vertical-align: top;
}

.lt {
    text-decoration: line-through;
}

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

input, textarea, input:focus, textarea:focus {
    background: #fff;
    border: 1px solid #cccccc;
    outline: none;
}

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

textarea {
    resize: none;
}

a.tdn, a.tdn:hover {
    text-decoration: none;
}

img.r {
    float: right;
}

b, .b   { font-family: 'Campton-Bold'; }
.c      { text-align: center; }
i, .i   { font-style: italic; }
.l      { text-align: left; }
.r      { text-align: right; }
.up     { text-transform: uppercase; }
.dn     { display: none; }
.oh     { overflow: hidden; }
.auto   { margin: 0 auto; }
.top    { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.j      { text-align: justify; }
.link   { cursor: pointer; }
.tdn    { text-decoration: none; }
.full   { width: 100%; }
.clear  { clear: both; }

.headline {
    font-size: 30px;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

h1, h2 {
    background: linear-gradient(left, #3381c3, #622d90);
    background: -webkit-linear-gradient(left, #3381c3, #622d90);
    background: -o-linear-gradient(left, #3381c3, #622d90);
    background: -moz-linear-gradient(left, #3381c3, #622d90);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Campton-Bold';
    font-size: 60px;
    text-transform: uppercase;
}

.show-on-small-device {
    display: none;
}

.padd-side-base {
    padding-left: 0px;
    padding-right: 0px;
}

img.ofc {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.button, .button:hover {
    background: linear-gradient(90deg, #3381C3 0%, #622D90 100%);
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -moz-box-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.button::before, .button:hover::before {
    background: #3381C3;
    border-radius: inherit;
    content: '';
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all ease-out 0.3s;
    width: 100%;
}

.button:hover::before {
    opacity: 1;
}

.button span {
    color: #fff;
    display: block;
    font-size: 20px;
    height: 100%;
    line-height: 1;
    padding: 20px 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}
