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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

body {
    font-family: 'Conv_avenir45book';
    height: auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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;
}

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

::selection {
    color: #fff;
    background: #f05568;
}

.ip-header .ip-loader svg path.ip-loader-circle {
    stroke: #0ADCD5;
}

strong {
    font-weight: bold;
}


.onoffswitch {
    position: relative;
    float: left;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch .onoffswitch-checkbox {
    display: none;
}

.onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: #CCC;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding: 0;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner:before, .onoffswitch .onoffswitch-label .onoffswitch-inner:after {
    box-sizing: border-box;
    color: white;
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    padding: 0;
    width: 60px;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #CCC;
    color: #21ABE6;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner:after {
    content: "";
    padding-right: 6px;
    background-color: #CCC;
    color: #656565;
    text-align: right;
}

.onoffswitch .onoffswitch-label .onoffswitch-switch {
    display: block;
    width: 26px;
    margin: 0;
    height: 26px;
    background: #656565;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 37px;
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background: #21ABE6;
}


