*,
*:before,
*:after {
    box-sizing: border-box;
}
html, body {
   height: 100%;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}


mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

@media (max-width: 479px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 17px;
    }
}

em {
    font-style: italic;
}

strong {
    /*font-weight: 500;*/
}

small {
    letter-spacing: 0.02rem;
    font-weight: 500;
    font-size: 0.857rem;
    line-height: 1.72rem;
}

nav a {
    font-size: 0.928rem;
    line-height: 1.72rem;
    letter-spacing: 0.03rem;
}
::-moz-selection {
    background: #db1f30;
    color: #fff;
}
::selection {
    background: #db1f30;
    color: #fff;
}
::-webkit-input-placeholder {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
}
::-moz-placeholder {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
}
:-ms-input-placeholder {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
}
input:-moz-placeholder {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
}
:focus {
    outline: none;
}
.browsehappy {
    position: relative;
    z-index: 9999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1600px;
    background: #000;
    line-height: 300px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.browsehappy a {
    color: #f7919b;
    text-decoration: none;
}
.browsehappy a:hover {
    color: #fbc7cc;
    text-decoration: none;
}
body {
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
a,
a:hover,
a:focus {
    text-decoration: none;
     -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

ol, ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* ==========================================================================
   @ASSISTANT-CLASSES
   ========================================================================== */

.border {
    border: 1px solid #000;
}

.bold {
    font-weight: bold !important;
}
.shadow {
	-webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin-bottom:2rem;
}
.img-circle {border-radius: 50%}
.hr {
    width: 100%;
    height: 4px;
    display: block;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    clear: both;
}

.pRelative {
    position: relative;
}

.inBlock {
    display: inline-block;
    width: 100%;
}

.inFlex{
    display: flex;
}

.dBlock {
    display: block;
}

.hidden {
    display: none;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.alignMiddle {
    text-align: center;
}

.rFloat {
    float: right !important;
}

.lFloat {
    float: left !important;
}

.push-0 {
    margin: 0;
}

.push-5 {
    margin: 5px;
}

.push-10 {
    margin: 10px;
}

.push-15 {
    margin: 15px;
}

.push-20 {
    margin: 20px;
}

.push-32 {
    margin: 32px;
}

.push-top-0 {
    margin-top: 0;
}

.push-top-5 {
    margin-top: 5px;
}

.push-top-10 {
    margin-top: 10px;
}

.push-top-15 {
    margin-top: 15px;
}

.push-top-20 {
    margin-top: 20px;
}

.push-top-26 {
    margin-top: 26px;
}

.push-top-32 {
    margin-top: 32px;
}

.push-top-50 {
    margin-top: 50px;
}

.push-top-100 {
    margin-top: 100px;
}

.push-right-0 {
    margin-top: 0;
}

.push-right-5 {
    margin-right: 5px;
}

.push-right-10 {
    margin-right: 10px;
}

.push-right-15 {
    margin-right: 15px;
}

.push-right-20 {
    margin-right: 20px;
}

.push-right-32 {
    margin-right: 32px;
}

.push-right-50 {
    margin-right: 50px;
}

.push-right-100 {
    margin-right: 100px;
}

.push-bottom-0 {
    margin-bottom: 0;
}

.push-bottom-5 {
    margin-right: 5px;
}

.push-bottom-10 {
    margin-bottom: 10px;
}

.push-bottom-15 {
    margin-bottom: 15px;
}

.push-bottom-20 {
    margin-bottom: 20px !important;
}

.push-bottom-32 {
    margin-bottom: 32px;
}

.push-left-n-32 {
    margin-left: -32px;
}

.push-left-0 {
    margin-left: 0;
}

.push-left-10 {
    margin-left: 10px;
}

.push-left-15 {
    margin-left: 15px;
}

.push-left-20 {
    margin-left: 20px;
}
.push-left-32 {
    margin-left: 32px;
}

.push-left-50 {
    margin-left: 50px;
}

.pull-0 {
    padding: 0 !important;
}

.pull-5 {
    padding: 5px !important;
}

.pull-10 {
    padding: 10px !important;
}

.pull-15 {
    padding: 15px !important;
}

.pull-20 {
    padding: 20px !important;
}

.pull-32 {
    padding: 32px !important;
}

.pull-top-0 {
    padding-top: 0;
}

.pull-top-5 {
    padding-top: 5px;
}

.pull-top-10 {
    padding-top: 10px;
}

.pull-top-15 {
    padding-top: 15px;
}

.pull-top-20 {
    padding-top: 20px;
}

.pull-top-32 {
    padding-top: 32px;
}

.pull-top-50 {
    padding-top: 50px;
}

.pull-right-0 {
    padding-right: 0 !important;
}

.pull-right-5 {
    padding-right: 5px;
}

.pull-right-10 {
    padding-right: 10px;
}

.pull-right-15 {
    padding-right: 15px;
}

.pull-right-20 {
    padding-right: 20px;
}

.pull-right-32 {
    padding-right: 32px;
}
.pull-right-50 {
    padding-right: 50px;
}

.pull-bottom-0 {
    padding-bottom: 0;
}

.pull-bottom-10 {
    padding-bottom: 10px;
}

.pull-bottom-15 {
    padding-bottom: 15px;
}

.pull-bottom-20 {
    padding-bottom: 20px;
}

.pull-bottom-32 {
    padding-bottom: 32px;
}

.pull-left-0 {
    padding-left: 0 !important;
}

.pull-left-10 {
    padding-left: 10px;
}

.pull-left-15 {
    padding-left: 15px;
}

.pull-left-20 {
    padding-left: 20px;
}

.pull-left-32 {
    padding-left: 32px;
}

.pull-left-50 {
    padding-left: 50px;
}

.pull-left-100 {
    padding-left: 100px;
}

.widthFull {
    width: 100%;
}