/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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
}

figure {
    margin: 1em 40px
}

hr {
    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;
    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
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
    margin: 0;
    padding: 0
}

abbr[title],
dfn[title] {
    cursor: help
}

u,
ins {
    text-decoration: none
}

ins {
    border-bottom: 1px solid
}

audio,
canvas,
img,
svg,
video {
    vertical-align: middle
}

table {
    width: 100%
}

[contenteditable] {
    outline: none
}

input,
textarea {
    border-radius: 0
}

select,
input,
textarea,
button {
    font-size: 16px;
    font-size: 1rem;
    margin: 0
}

select:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none
}

textarea {
    resize: vertical;
    vertical-align: top
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    vertical-align: bottom
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
    margin-bottom: 26px;
    margin-bottom: 1.625rem
}

ul,
ol,
dd {
    margin-left: 52px;
    margin-left: 3.25rem
}

::-moz-selection {
    background: rgba(50, 155, 221, 0.7);
    color: #fff;
    text-shadow: none
}

::selection {
    background: rgba(50, 155, 221, 0.7);
    color: #fff;
    text-shadow: none
}

html {
    font-size: 1em;
    line-height: 1.625;
    background-color: #fff;
    color: #000;
    overflow-y: scroll;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

html {
    font-family: "Titillium Web", sans-serif;
    color: #000;
    position: relative
}

main {
    overflow: hidden
}

ul {
    margin: 0
}

p {
    font-size: 16px;
    line-height: 1.2;
    color: #000
}

.list-unstyled {
    list-style: none
}

.right {
    float: right
}

.left {
    float: left
}

.hide {
    display: none !important
}

.gray {
    color: #b9b8b8 !important
}

.uppercase {
    text-transform: uppercase !important
}

.center {
    text-align: center !important;
    margin: 0 auto !important
}

.underline {
    text-decoration: underline !important
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.middle {
    vertical-align: middle !important
}

.block {
    display: block !important
}

.inline {
    display: inline-block !important
}

.visible {
    overflow: visible !important
}

.margin-auto {
    margin: 0 auto !important
}

.flex {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.italic {
    font-style: italic !important
}

.cursor-none {
    cursor: auto !important
}

.m-auto {
    margin: auto
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-20 {
    margin: 20px !important
}

.m-t-0 {
    margin-top: 0px !important
}

.m-t-2 {
    margin-top: 2px !important
}

.m-t-3 {
    margin-top: 3px !important
}

.m-t-4 {
    margin-top: 4px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-6 {
    margin-top: 6px !important
}

.m-t-8 {
    margin-top: 8px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-11 {
    margin-top: 11px !important
}

.m-t-13 {
    margin-top: 13px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-t-70 {
    margin-top: 70px !important
}

.m-t--2 {
    margin-top: -2px !important
}

.m-t--3 {
    margin-top: -3px !important
}

.m-t--4 {
    margin-top: -4px !important
}

.m-b-0 {
    margin-bottom: 0px !important
}

.m-b-4 {
    margin-bottom: 4px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-6 {
    margin-bottom: 6px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-12 {
    margin-bottom: 12px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-17 {
    margin-bottom: 17px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-b-55 {
    margin-bottom: 55px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-b-140 {
    margin-bottom: 140px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-b-245 {
    margin-bottom: 245px !important
}

.m-b-245 {
    margin-bottom: 245px !important
}

.m-b-m30 {
    margin-bottom: -30px !important
}

.m-b-m50 {
    margin-bottom: -50px !important
}

.m-l-0 {
    margin-left: 0px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-13 {
    margin-left: 13px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-60 {
    margin-left: 60px !important
}

.m-l-110 {
    margin-left: 110px !important
}

.m-r-0 {
    margin-right: 0px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-8 {
    margin-right: 8px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-12 {
    margin-right: 12px !important
}

.m-r-15 {
    margin-right: 10px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-r-60 {
    margin-right: 60px !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 1px !important
}

.p-5 {
    padding: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-40 {
    padding: 40px !important
}

.p-50 {
    padding: 50px !important
}

.p-60 {
    padding: 60px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-l-0 {
    padding-left: 0px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-13 {
    padding-left: 13px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-r-0 {
    padding-right: 0px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-13 {
    padding-right: 13px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.t-0 {
    top: 0
}

.t-5 {
    top: 5px
}

.t-10 {
    top: 10px
}

.t-15 {
    top: 15px
}

.b-0 {
    bottom: 0
}

.b-5 {
    bottom: 5px
}

.b-10 {
    bottom: 10px
}

.b-15 {
    bottom: 15px
}

.l-0 {
    left: 0
}

.l-5 {
    left: 5px
}

.l-10 {
    left: 10px
}

.l-15 {
    left: 15px
}

.r-0 {
    right: 0
}

.r-5 {
    right: 5px
}

.r-10 {
    right: 10px
}

.r-15 {
    right: 15px
}

h1,
.alpha {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.44444
}

h2,
.beta,
.typography h2,
.typography .beta {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.73333
}

h3,
.gamma,
.typography h3,
.typography .gamma {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08333
}

h4,
.delta,
.typography h4,
.typography .delta {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3
}

h5,
.epsilon,
.typography h5,
.typography .epsilon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625
}

h6,
.zeta,
.typography h6,
.typography .zeta {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85714
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit
}

hr {
    background-color: none;
    border: none;
    border-bottom: 1px solid rgba(221, 220, 220, 0.5);
    height: 1px;
    margin-bottom: 15px
}

.typography h1,
.typography .alpha {
    line-height: 1.1;
    margin-bottom: .25em;
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1.39286;
    font-weight: 700
}

.typography h2,
.typography .beta {
    line-height: 1.2;
    margin-bottom: .25em;
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.57576
}

.typography h3,
.typography .gamma {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.13043
}

.typography h4,
.typography .delta {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.2381
}

.typography h5,
.typography .epsilon {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444
}

.typography h6,
.typography .zeta {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.52941
}

.typography img:not(:last-child),
.typography p:not(:last-child),
.typography ul:not(:last-child),
.typography ol:not(:last-child),
.typography pre:not(:last-child),
.typography blockquote:not(:last-child),
.typography .embedded:not(:last-child) {
    margin-bottom: 15px
}

.typography i,
.typography em {
    font-style: italic
}

.typography b,
.typography strong {
    font-weight: 700
}

.typography ul {
    list-style-type: disc
}

.typography ol {
    list-style: decimal
}

.typography ul,
.typography ol {
    margin-left: 1em;
    margin-right: 1em
}

a {
    color: blue;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease-in
}

a:hover {
    text-decoration: none
}

.lede {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1.25
}

img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle
}

img[width],
img[height] {
    max-width: none
}

li>ul,
li>ol {
    margin-bottom: 0
}

.btn {
    transition: all .2s ease;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: none;
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn:hover {
    cursor: pointer;
    text-decoration: none
}

.btn--full {
    box-sizing: border-box;
    display: block !important;
    width: 100% !important
}

.tableize {
    display: table;
    width: 100%
}

.tableize__cell {
    display: table-cell;
    vertical-align: top
}

.tableize__cell--fill {
    width: 100%
}

.tableize--middle>.tableize__cell {
    vertical-align: middle
}

.tableize--bottom>.tableize__cell {
    vertical-align: bottom
}

.tableize--fixed {
    table-layout: fixed
}

.tableize--full {
    height: 100%
}

.tableize--full>.tableize__cell,
.tableize--full>.tableize__cell>.tableize__content {
    height: inherit
}

.justifize {
    font-size: 1px;
    text-align: justify
}

.justifize:after {
    content: "";
    display: inline-block;
    width: 100%
}

.justifize__box {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.justifize--top .justifize__box {
    vertical-align: top
}

.justifize--bottom .justifize__box {
    vertical-align: bottom
}

.flag {
    display: table;
    width: 100%
}

.flag__img,
.flag__body {
    display: table-cell;
    vertical-align: middle
}

.flag__img {
    padding-right: 26px
}

.flag__img>img {
    display: block;
    max-width: none
}

.flag__body {
    width: 100%
}

.flag__body,
.flag__body>:last-child {
    margin-bottom: 0
}

.flag--tiny>.flag__img {
    padding-right: 7px
}

.flag--tiny.flag--rev>.flag__img {
    padding-right: 0;
    padding-left: 7px
}

.flag--small>.flag__img {
    padding-right: 13px
}

.flag--small.flag--rev>.flag__img {
    padding-right: 0;
    padding-left: 13px
}

.flag--large>.flag__img {
    padding-right: 52px
}

.flag--large.flag--rev>.flag__img {
    padding-right: 0;
    padding-left: 52px
}

.flag--huge>.flag__img {
    padding-right: 104px
}

.flag--huge.flag--rev>.flag__img {
    padding-right: 0;
    padding-left: 104px
}

.flag--rev {
    direction: rtl
}

.flag--rev>.flag__img,
.flag--rev>.flag__body {
    direction: ltr
}

.flag--rev>.flag__img {
    padding-right: 0;
    padding-left: 26px
}

.flag--flush>.flag__img {
    padding-right: 0;
    padding-left: 0
}

.flag--top>.flag__img,
.flag--top>.flag__body {
    vertical-align: top
}

.flag--bottom>.flag__img,
.flag--bottom>.flag__body {
    vertical-align: bottom
}

@media screen and (max-width: 720px) {
    .flag--responsive {
        direction: ltr
    }
    .flag--responsive,
    .flag--responsive>.flag__img,
    .flag--responsive>.flag__body {
        display: block
    }
    .flag--responsive>.flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 26px
    }
    .flag--responsive.flag--tiny>.flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 7px
    }
    .flag--responsive.flag--small>.flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 13px
    }
    .flag--responsive.flag--large>.flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 52px
    }
    .flag--responsive.flag--huge>.flag__img {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 104px
    }
}

.media {
    display: block
}

.media__img {
    float: left;
    margin-right: 26px
}

.media__img>img {
    display: block
}

.media__body {
    overflow: hidden;
    display: block
}

.media__body,
.media__body>:last-child {
    margin-bottom: 0
}

.container {
    margin: 0 auto;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: 0%
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: 0%
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: 0%
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: 0%
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: 0%
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: 0%
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: 0%
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: 0%
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

section {
    padding: 100px 0;
    background-color: #fff
}

section h5 {
    text-align: center;
    color: #555555;
    margin-bottom: 55px;
    font-weight: 300
}

section h2 {
    text-align: center;
    color: #222222;
    margin-bottom: 60px;
    font-weight: 700;
    text-transform: uppercase
}

section p {
    font-size: 19px;
    color: #555555;
    line-height: 34px
}

section.gray-section {
    background-color: #f2f2f2
}

@media (max-width: 992px) {
    .container {
        width: 100%
    }
    section {
        padding: 30px 0
    }
    section h5 {
        margin-bottom: 25px
    }
    section h5 br {
        display: none
    }
    section h2 {
        margin-bottom: 30px;
        line-height: 1.2
    }
    section p {
        font-size: 16px;
        line-height: 1.4
    }
    section p br {
        display: none
    }
}

.embedded {
    display: block;
    overflow: hidden;
    position: relative
}

.embedded .embedded__item,
.embedded video,
.embedded iframe,
.embedded embed,
.embedded object {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.embedded:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%
}

.embedded--3by1:before {
    padding-bottom: 33%
}

.embedded--2by1:before {
    padding-bottom: 50%
}

.embedded--16by9:before {
    padding-bottom: 56.25%
}

.embedded--4by3:before {
    padding-bottom: 75%
}

.embedded--center .embedded__item,
.embedded--center video,
.embedded--center iframe,
.embedded--center embed,
.embedded--center object {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.icon {
    display: inline-block;
    fill: currentColor;
    height: 16px;
    vertical-align: middle;
    width: 16px
}

.media {
    display: block;
    overflow: hidden
}

.media__img {
    float: left;
    margin-left: 30px
}

.media__img>img {
    display: block
}

.media__body {
    overflow: hidden;
    display: block
}

.media__body,
.media__body>:last-child {
    margin-bottom: 0
}

.flag {
    display: table;
    width: 100%
}

.flag__img,
.flag__body {
    display: table-cell;
    vertical-align: middle
}

.flag--top .flag__img,
.flag--top .flag__body {
    vertical-align: top
}

.flag--bottom .flag__img,
.flag--bottom .flag__body {
    vertical-align: bottom
}

.flag__img {
    padding-left: 20px
}

.flag__img>img {
    display: block
}

.flag--reversed .flag__img {
    padding-left: 0;
    padding-right: 20px
}

.flag--gutterless .flag__img {
    padding: 0
}

.flag__body {
    width: 100%
}

.flag--prominent .flag__img {
    padding-left: 80px
}

.verticalize {
    text-align: center
}

.verticalize:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle
}

.verticalize--full {
    height: 100%
}

.verticalize__box {
    display: inline-block;
    max-width: 99%;
    text-align: left;
    vertical-align: middle
}

.list-bare {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-inline {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block
}

.list-inline--delimited>li+li:before {
    content: ", "
}

.box {
    display: block;
    padding: 26px
}

.box>:last-child {
    margin-bottom: 0
}

.layout {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -26px
}

.layout__item {
    display: inline-block;
    padding-left: 26px;
    vertical-align: top;
    width: 100%
}

.layout--tiny {
    margin-left: -7px
}

.layout--tiny>.layout__item {
    padding-left: 7px
}

.layout--small {
    margin-left: -13px
}

.layout--small>.layout__item {
    padding-left: 13px
}

.layout--large {
    margin-left: -52px
}

.layout--large>.layout__item {
    padding-left: 52px
}

.layout--huge {
    margin-left: -104px
}

.layout--huge>.layout__item {
    padding-left: 104px
}

.layout--flush {
    margin-left: 0
}

.layout--flush>.layout__item {
    padding-left: 0
}

.layout--rev {
    direction: rtl;
    text-align: left
}

.layout--rev>.layout__item {
    direction: ltr;
    text-align: left
}

.layout--middle>.layout__item {
    vertical-align: middle
}

.layout--bottom>.layout__item {
    vertical-align: bottom
}

.layout--right {
    text-align: right
}

.layout--right>.layout__item {
    text-align: left
}

.layout--center {
    text-align: center
}

.layout--center>.layout__item {
    text-align: left
}

.layout--auto>.layout__item {
    width: auto
}

.layout {
    font-size: 0
}

.layout__item {
    font-size: 16px;
    font-size: 1rem
}

.pack {
    width: 100%;
    display: table;
    table-layout: fixed
}

.pack__item {
    display: table-cell
}

.pack--middle>.pack__item {
    vertical-align: middle
}

.pack--rev {
    direction: rtl
}

.pack--rev>.pack__item {
    direction: ltr
}

.layout:after {
    content: "";
    display: block;
    margin-top: -26px
}

.layout__item {
    margin-bottom: 26px
}

.layout--tiny:after {
    margin-top: -7px
}

.layout--tiny>.layout__item {
    margin-bottom: 7px
}

.layout--small:after {
    margin-top: -13px
}

.layout--small>.layout__item {
    margin-bottom: 13px
}

.layout--large:after {
    margin-top: -52px
}

.layout--large>.layout__item {
    margin-bottom: 52px
}

.layout--huge:after {
    margin-top: -104px
}

.layout--huge>.layout__item {
    margin-bottom: 104px
}

.layout--flush:after {
    margin-top: 0
}

.layout--flush>.layout__item {
    margin-bottom: 0
}

.footer-main {
    background-color: #111111;
    padding: 40px
}

.footer-main small {
    position: relative;
    top: 9px;
    color: #777777;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.footer-main .social-links a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.52941;
    text-align: center;
    line-height: 43px;
    border: 2px solid #fff;
    border-radius: 50%
}

.footer-main .social-links a+a {
    margin-left: 10px
}

.footer-main .social-links a:hover {
    background-color: #fff;
    color: #222222
}

@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0
    }
}

@media (max-width: 600px) {
    .footer-main {
        padding: 20px 0
    }
    .footer-main small {
        display: block;
        text-align: center;
        margin-bottom: 20px
    }
    .footer-main .social-links {
        float: none !important;
        width: 100%;
        text-align: center;
        display: block
    }
}

.header-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 20;
    transition: all .3s ease
}

.header-main .container {
    position: relative
}

.custom-front img {
    display: inline-block background-color: red;
}

.header-main .logo-default {
    display: inline-block height: 200px;
    width: 200px;
}

.header-main .logo-second {
    display: none
}

.header-main .bars {
    display: none;
    font-size: 25px
}

.header-main.change,
.header-main.black-header {
    background-color: rgba(255, 255, 255, 0.8)
}

.header-main.change .bars,
.header-main.black-header .bars {
    color: #000
}

.header-main.change .logo-default,
.header-main.black-header .logo-default {
    display: none
}

.header-main.change .logo-second,
.header-main.black-header .logo-second {
    display: inline-block
}

.header-main.change nav a,
.header-main.black-header nav a {
    color: #000
}

.header-main.change nav a:before,
.header-main.black-header nav a:before {
    background-color: #222222
}

.header-main nav {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: auto
}

.header-main nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    position: relative;
    height: 90px;
    line-height: 90px
}

.header-main nav a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.52941;
    font-weight: 700;
    position: relative;
    text-transform: uppercase
}

.header-main nav a:hover {
    opacity: .8
}

.header-main .drop-link>a {
    pointer-events: none
}

.header-main .drop-link:hover .drop-down,
.header-main .drop-link:focus .drop-down,
.header-main .drop-link:target .drop-down {
    visibility: visible;
    opacity: 1;
    display: block\9
}

.iOS .header-main .drop-link:hover .drop-down,
.iOS .header-main .drop-link:focus .drop-down,
.iOS .header-main .drop-link:target .drop-down {
    display: block
}

.header-main .drop-down {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 200px;
    -ms-transform: translate(-50%, -20px);
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    background-color: #fff;
    padding: 15px 20px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.39)
}

.iOS .header-main .drop-down {
    opacity: 1;
    visibility: visible;
    display: none
}

.header-main .drop-down:before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -4px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff
}

.header-main .drop-down li {
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: 1
}

.header-main .drop-down li+li {
    margin-top: 10px
}

.header-main .drop-down a {
    text-transform: capitalize;
    white-space: nowrap;
    color: #222222;
    font-size: 18px;
    font-weight: 400
}

.header-main .drop-down a:hover {
    color: #a4a4a4
}

.header-main .drop-down a:before {
    display: none
}

@media (min-width: 950px) {
    .drop-link .drop-down {
        display: block !important
    }
}

@media (max-width: 950px) {
    .header-main {
        padding: 10px 0
    }
    .header-main .container {
        position: static
    }
    .header-main .bars {
        display: block
    }
    .header-main nav {
        max-height: calc(100vh - 63px);
        top: 100%;
        left: 0;
        right: 0;
        padding: 20px 10px;
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        background-color: #fff;
        border-top: 1px solid #E3E3E3;
        border-bottom: 1px solid #E3E3E3;
        transition: all .3s ease
    }
    .header-main nav.active {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .header-main nav ul li {
        display: block;
        height: 30px;
        line-height: 30px;
        margin: 0;
    }
    .header-main nav>ul {
        max-height: calc(100vh - 63px);
        overflow-y: auto;
    }
    .header-main nav ul li a {
        color: #000
    }
    .header-main nav a:before {
        display: none
    }
    .drop-link {
        height: auto !important;
        line-height: 1.2 !important
    }
    .drop-link .drop-down {
        visibility: visible;
        opacity: 1;
        display: block\9;
        position: relative;
        top: auto;
        left: auto;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 0;
        padding-left: 10px;
        text-align: left;
        box-shadow: none;
        display: none;
        transition: all 0s ease
    }
    .iOS .drop-link .drop-down {
        display: block
    }
    .drop-link .drop-down li+li {
        margin-top: 0
    }
}

.input,
.widget-search .input-field input {
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    box-sizing: border-box;
    transition: all .2s ease-in;
    background: none;
    border: 2px solid #e3e3e3;
    color: #000;
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    height: 56px;
    line-height: 52px;
    padding: 0 20px
}

.input:invalid,
.widget-search .input-field input:invalid {
    box-shadow: none
}

.input[readonly],
.widget-search .input-field input[readonly] {
    cursor: text
}

.input::-ms-clear,
.widget-search .input-field input::-ms-clear {
    display: none
}

.input::-webkit-input-placeholder,
.widget-search .input-field input::-webkit-input-placeholder {
    color: #222222
}

.input:-moz-placeholder,
.widget-search .input-field input:-moz-placeholder {
    color: #222222
}

.input::-moz-placeholder,
.widget-search .input-field input::-moz-placeholder {
    color: #222222
}

.input:-ms-input-placeholder,
.widget-search .input-field input:-ms-input-placeholder {
    color: #222222
}

.input:hover,
.widget-search .input-field input:hover,
.input:focus,
.widget-search .input-field input:focus {
    border: 2px solid #222
}

label {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative
}

label input.notify,
label textarea.notify {
    border-color: red
}

label input.notify:hover,
label textarea.notify:hover {
    border-color: red
}

label input.notify::-webkit-input-placeholder,
label textarea.notify::-webkit-input-placeholder {
    color: red
}

label input.notify:-moz-placeholder,
label textarea.notify:-moz-placeholder {
    color: red
}

label input.notify::-moz-placeholder,
label textarea.notify::-moz-placeholder {
    color: red
}

label input.notify:-ms-input-placeholder,
label textarea.notify:-ms-input-placeholder {
    color: red
}

label p.notify {
    position: absolute;
    left: 0;
    top: 100%;
    margin-bottom: 0;
    width: 100%;
    font-size: 12px;
    color: red;
    margin-top: 7px;
    line-height: 1.3
}

textarea.input {
    height: 255px
}

.input--primary:hover {
    border-color: #222222
}

.input--primary:focus {
    border-color: #222222
}

.is-error .input--primary,
.input--primary.is-error {
    border-color: #ff8688
}

.input--textarea {
    resize: none
}

input[type="checkbox"]:checked+.check-box-item {
    background-image: url("../images/check-icon.png")
}

.check-box-item {
    width: 23px;
    height: 23px;
    border: 2px solid #e3e3e3;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 56%;
    background-size: 13px auto;
    margin-right: 14px
}

@media (max-width: 768px) {
    .input,
    .widget-search .input-field input {
        height: 36px;
        line-height: 32px;
        padding: 0 10px
    }
}

.btn--primary {
    -webkit-font-smoothing: inherit;
    transition: all .2s ease-in;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0;
    color: #111;
    font-weight: 700;
    height: 53px;
    line-height: 53px;
    width: auto;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
    box-sizing: border-box;
    height: 56px;
    line-height: 50px;
    border: 2px solid #ebebeb;
    display: inline-block;
    position: relative;
    top: 1px
}

.btn--primary span {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 13px;
    transition: all .2s ease-in;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    opacity: 1\9;
    visibility: visible\9;
    display: none\9
}

.iOS .btn--primary span {
    opacity: 1;
    visibility: visible;
    display: none
}

.btn--primary:not(:disabled):hover {
    background-color: #4a8fe7;
    border-color: #4a8fe7;
    padding-right: 60px;
    color: #fff
}

.btn--primary:not(:disabled):hover span {
    -ms-transform: translate(-30px, -50%);
    -webkit-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%);
    visibility: visible;
    opacity: 1;
    display: block\9
}

.iOS .btn--primary:not(:disabled):hover span {
    display: block
}

.btn--primary:disabled {
    opacity: 0.5;
    cursor: default !important
}

.big-blue-btn {
    width: 100%;
    height: 75px;
    line-height: 75px;
    background-color: #4a8fe7;
    font-weight: 700;
    color: #fff;
    border: none;
    font-size: 23px;
    transition: all .2s ease-in
}

.big-blue-btn:hover {
    background-color: #3482e6
}

.btn--black:not(:disabled):hover {
    background-color: #111;
    border-color: #111;
    color: #fff
}

.read-more {
    height: 40px;
    line-height: 36px
}

.read-more:not(:disabled):hover {
    padding-right: 30px;
    background-color: #111;
    border-color: #111;
    color: #fff
}

@media (max-width: 768px) {
    .btn--primary {
        height: 46px;
        line-height: 42px
    }
    .big-blue-btn {
        font-size: 18px;
        height: 55px;
        line-height: 55px
    }
}

.site-logo {
    display: inline-block;
    vertical-align: middle
}

.site-logo>img {
    height: auto;
    vertical-align: middle;
    width: 181px
}

.site-logo:hover {
    text-decoration: none
}

.popup-email {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999
}

.popup-email .element {
    width: 300px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -50px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 10px
}

.popup-email .element p {
    color: #000;
    margin-bottom: 20px
}

.popup-email .element button {
    margin: 0 auto 10px;
    height: 40px;
    line-height: 36px
}

.popup-email .element button:hover {
    padding-right: 30px
}

.popup-email .success p {
    color: #15ad9e
}

.popup-email .error p {
    color: #ea5555
}

.popup {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    overflow-y: auto;
    transition: all .2s ease-in
}

.iOS .popup {
    opacity: 1;
    visibility: visible;
    display: none
}

.popup.active {
    visibility: visible;
    opacity: 1;
    display: block\9
}

.iOS .popup.active {
    display: block
}

.popup .close-popup {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #cccccc;
    line-height: .2;
    font-size: 43px
}

.popup .close-popup:hover {
    color: #222
}

.popup .overlay-popup {
    position: absolute;
    min-height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.popup .content-popup {
    width: 98%;
    max-width: 745px;
    margin: 100px auto;
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding: 90px 75px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.date-comment h5 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 1
}

.date-comment h5 a:hover {
    text-decoration: underline
}

.dot-divider {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #222;
    margin: 0 5px;
    margin-top: 2px
}

.lolnewheader {
    width: 100%;
    height: 100vh;
    display: block;
}

.subheader {
    width: 100%;
    height: 100vh;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.subheader:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6)
}

.subheader article {
    position: absolute;
    left: 50%;
    top: 40%;
    text-align: center;
    width: 90%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.subheader article h4,
.subheader article h1 {
    color: #fff
}

.subheader article h4 {
    font-weight: 400;
    margin-bottom: 10px
}

.subheader article h1 {
    text-transform: uppercase;
    margin-bottom: 45px
}

.subheader article a.btn--primary {
    width: 240px;
    color: #fff
}

.subheader .counter {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    text-align: center;
    z-index: 2;
    -ms-transform: translate(-50%, -100px);
    -webkit-transform: translate(-50%, -100px);
    transform: translate(-50%, -100px);
    text-align: center
}

.subheader .counter h5 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.36842;
    color: #fff
}

.subheader .counter ul.countdown {
    list-style: none;
    margin: 0 0;
    padding: 0;
    display: block;
    text-align: center
}

.subheader .counter ul.countdown li {
    display: inline-block;
    position: relative
}

.subheader .counter ul.countdown li+li {
    margin-left: 45px
}

.subheader .counter ul.countdown li+li:before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    -ms-transform: translate(-24px, -50%);
    -webkit-transform: translate(-24px, -50%);
    transform: translate(-24px, -50%);
    left: 0;
    top: 50%;
    width: 1px;
    height: 28px
}

.subheader .counter ul.countdown li span {
    font-size: 33px;
    font-weight: 700;
    line-height: 33px;
    color: #fff
}

.subheader .counter ul.countdown li.seperator {
    display: none
}

.subheader .counter ul.countdown li p {
    color: #e8e8e8;
    font-size: 17px;
    margin-bottom: 0;
    text-transform: capitalize
}

.about-section {
    background-color: #fff;
}

.about-section p {
    text-align: left;
}

.who-section .box {
    padding: 0
}

.who-section .box .img-wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
    background-size: 200px;
}

.who-section .box .img-wrap:hover .overlay {
    visibility: visible;
    opacity: 1;
    display: block\9;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.iOS .who-section .box .img-wrap:hover .overlay {
    display: block
}

.who-section .box .img-wrap:hover .overlay a {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.who-section .box h3 {
    text-align: center
}

.who-section .box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.77);
    visibility: visible;
    opacity: 1;
    display: block\9;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    transition: all 0.2s ease-in;
    font-size: 30px
}

.iOS .who-section .box .overlay {
    display: block
}

.who-section .box .overlay:before {
    position: absolute;
    content: "";
    height: 130px;
    width: 3px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.who-section .box .overlay .facebook-link {
    position: absolute;
    left: 30%;
    top: 30%;
    -ms-transform: translate(-100px, -100px);
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px);
    transition: all .5s ease
}

.who-section .box .overlay .facebook-link:hover {
    color: #3B5998
}

.who-section .box .overlay .twitter-link {
    position: absolute;
    right: 27%;
    bottom: 27%;
    -ms-transform: translate(100px, 100px);
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
    transition: all .5s ease
}

.who-section .box .overlay .twitter-link:hover {
    color: #28A9E0
}

.who-section .box .overlay a {
    display: block
}

.who-section .row>div {
    margin-bottom: 80px
}

.who-section a.btn--primary {
    width: 240px;
    margin: 70px auto 0;
    display: block;
    border-color: #555555
}

.clients-section {
    padding: 80px 0 60px;
    border-top: 1px solid #e3e3e3
}

.clients-section ul {
    text-align: center
}

.clients-section ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px 20px
}

.clients-section ul a {
    display: block;
    opacity: 1
}

.clients-section ul a:hover {
    opacity: 1
}

.prefooter-section {
    background-color: #222222;
    padding: 85px 0
}

.prefooter-section h6 {
    color: #fff;
    margin-bottom: 35px
}

.prefooter-section h3 {
    color: #fff
}

.prefooter-section a {
    color: #b1b1b1;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif
}

.prefooter-section a:hover {
    color: #fff
}

.prefooter-section li+li {
    margin-top: 3px
}

.prefooter-section .newsletter {
    margin-top: 80px
}

.prefooter-section .newsletter button {
    color: #fff !important
}

.newsletter input {
    height: 55px;
    line-height: 55px;
    border: none;
    width: 100%;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif
}

.newsletter label {
    width: calc(100% - 265px);
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.newsletter button {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    border-color: #4a4a4a;
    margin-left: 20px;
    border-width: 3px
}

.app-section {
    padding-bottom: 0
}

.app-section h2,
.app-section h5 {
    text-align: left
}

.app-section h5 {
    margin-bottom: 10px
}

.app-section h2 {
    margin-bottom: 30px
}

.app-section p {
    font-size: 19px;
    margin-bottom: 90px
}

.app-section .flag__body {
    text-align: center
}

.app-section .flag__body>div {
    display: inline-block
}

.when-section {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 110px
}

.when-section p {
    font-size: 18px;
    line-height: 28px
}

.when-section .nav-slider {
    margin-bottom: 50px
}

.when-section .nav-slider .text-nav {
    margin: 0 45px
}

.when-section .nav-slider a:hover {
    opacity: .7
}

.when-section article li {
    padding: 60px 0 40px
}

.when-section article li+li {
    border-top: 1px solid #e3e3e3
}

.when-section .newsletter {
    margin-top: 85px
}

.when-section .newsletter input {
    background-color: #f3f3f3
}

.when-section .newsletter button {
    border-color: #ebebeb
}

.where-section {
    padding-bottom: 0
}

.where-section #map {
    width: 100%;
    height: 400px;
    margin-top: 120px
}

.where-section .map {
    position: relative
}

.where-section .map-info-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden
}

.where-section .map-info-box .show-location {
    position: relative;
    z-index: 3;
    height: 45px;
    line-height: 45px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 0;
    background-color: #000;
    display: block;
    text-align: center
}

.where-section .map-info-box .map-info {
    position: absolute;
    left: 50%;
    height: auto;
    width: 95%;
    top: 50%;
    max-width: 600px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    display: block\9;
    text-align: center;
    transition: all 0.5s ease-in;
    z-index: 3
}

.iOS .where-section .map-info-box .map-info {
    display: block
}

.where-section .map-info-box .map-info h5 {
    margin-bottom: 5px;
    color: #fff
}

.where-section .map-info-box .map-info p {
    margin-bottom: 5px;
    color: #fff
}

.where-section .map-info-box.active .map-info {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    opacity: 1\9;
    visibility: visible\9;
    display: none\9
}

.iOS .where-section .map-info-box.active .map-info {
    opacity: 1;
    visibility: visible;
    display: none
}

.where-section .map-info-box.active:before {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.where-section .map-info-box.active:after {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.where-section .map-info-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 0.3s ease-in
}

.where-section .map-info-box:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 0.3s ease-in
}

.people-say .container {
    position: relative
}

.people-say .btn {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 5
}

.people-say .btn:hover {
    opacity: .5
}

.people-say .prev {
    left: -70px
}

.people-say .prev img {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.people-say .next {
    right: -70px
}

.people-say .item {
    text-align: center
}

.people-say p {
    color: #555555;
    font-size: 33px;
    line-height: 52px;
    font-weight: 300;
    width: 90%;
    margin: 0 auto 80px
}

.people-say small {
    font-size: 23px;
    color: #555555
}

.filter-section .select-cat {
    background-color: transparent;
    border: 1px solid #31355f;
    color: #fff;
    cursor: pointer;
    height: 50px;
    line-height: 47px;
    width: 170px;
    display: none;
    margin: 0 auto
}

.filter-section .filters {
    text-align: center;
    margin-bottom: 50px
}

.filter-section .filters li {
    display: inline-block
}

.filter-section .filters .filter {
    cursor: pointer;
    width: 170px;
    height: 50px;
    line-height: 47px;
    color: #fff;
    border: 1px solid #31355f;
    background-color: transparent
}

.filter-section .filters .filter:hover span {
    margin-left: 10px
}

.filter-section .filters .filter span {
    margin-left: -20px;
    color: #31355f;
    font-size: 10px;
    position: relative;
    top: -1px
}

.filter-section .filters .filter span svg {
    fill: #3f4474;
    width: 14px;
    height: 9px
}

.filter-section .filters li+li {
    margin-left: -1px
}

.filter-section .filter_content {
    margin: auto
}

.filter-section .filter_content .box-item {
    width: 265px;
    height: 240px;
    overflow: hidden;
    display: block;
    margin-bottom: 2px;
    margin: 10px;
    transition: all .5s ease-in-out
}

.filter-section .filter_content .box-item.width2 {
    width: 550px
}

.filter-section .filter_content .box-item.height2 {
    height: 500px
}

.filter-section .filter_content a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.filter-section .filter_content a>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg) rotateY(-90deg);
    -ms-transform: rotateX(-90deg) rotateY(-90deg);
    transform: rotateX(-90deg) rotateY(-90deg)
}

.filter-section .filter_content a span {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center
}

.filter-section .filter_content a small {
    display: block;
    text-align: center
}

.filter-section .filter_content a:hover>div {
    visibility: visible;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.filter-section .view-all {
    width: 240px;
    margin: 55px auto 0;
    display: block
}

.how-much-section article {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    width: 100%;
    padding: 60px 45px;
    position: relative;
    border: 3px solid #ebebeb;
    transition: all .3s ease-in
}

.how-much-section article>div {
    position: relative;
    z-index: 2;
    display: block;
    min-height: 430px
}

.how-much-section article a {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: auto;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.how-much-section article h1 {
    font-size: 66px;
    font-weight: 700;
    margin-bottom: 75px
}

.how-much-section article h3 {
    text-transform: uppercase
}

.how-much-section article h3,
.how-much-section article h5,
.how-much-section article h1 {
    transition: all .3s ease-in
}

.how-much-section article:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background-color: #fff;
    transition: all .3s ease-in
}

.how-much-section article:hover h3,
.how-much-section article:hover h5,
.how-much-section article:hover h1,
.how-much-section article:hover a {
    color: #fff
}

.how-much-section article:hover:before {
    background-color: rgba(0, 0, 0, 0.6)
}

.contact-section {
    padding-top: 240px
}

.contact-section h5 {
    font-size: 19px;
    font-weight: 400
}

.contact-section h2 {
    font-size: 38px;
    margin-bottom: 20px
}

.contact-section .test {
    position: relative;
    top: 3px;
    margin-top: 0;
    display: inline-block
}

.contact-section .numbs {
    float: right
}

.contact-section .numbs label {
    display: inline-block;
    width: auto
}

.contact-section .numbs label:hover span {
    background-color: #E3E3E3;
    color: #000
}

.contact-section .numbs label input {
    display: none
}

.contact-section .numbs label input:checked+span {
    background-color: #E3E3E3;
    color: #000
}

.contact-section .numbs label span {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #E3E3E3;
    display: block;
    font-weight: 700;
    transition: all .2s ease-in
}

.blog-page {
    padding-top: 240px
}

.blog-page h5 {
    font-size: 19px;
    font-weight: 400
}

.blog-page h3 {
    font-size: 23px;
    margin-bottom: 20px
}

.blog-page h3 a:hover {
    opacity: .7
}

.blog-page article {
    padding: 90px 0
}

.blog-page article p {
    margin-bottom: 20px;
    font-size: 18px
}

.blog-page .date-comment {
    margin-bottom: 20px
}

.blog-page article:last-child {
    padding-bottom: 0
}

.blog-page article+article {
    border-top: 1px solid #e3e3e3
}

.blog-page .more-posts {
    width: 250px
}

.blog-page iframe {
    width: 100%;
    height: 450px
}

.gallery-section {
    padding-top: 240px
}

.gallery-section .item-gallery {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.gallery-section .item-gallery>div {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.gallery-section .item-gallery>div img {
    margin-top: 50px
}

.gallery-section .item-gallery .verticalize {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg) rotateY(-90deg);
    -ms-transform: rotateX(-90deg) rotateY(-90deg);
    transform: rotateX(-90deg) rotateY(-90deg)
}

.gallery-section .item-gallery:hover .verticalize {
    visibility: visible;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

.gallery-section .item-gallery p {
    color: #fff;
    font-size: 15px
}

.gallery-section .row>div {
    margin-bottom: 30px
}

.blog-section2 article h3 {
    margin-bottom: 20px
}

.blog-section2 article p {
    margin-bottom: 20px
}

.blog-section2 h5 {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px
}

.blog-section3 h3 {
    font-size: 33px;
    margin-bottom: 75px
}

.blog-section3 p {
    margin-top: 75px
}

.blog-section4 .post-item {
    display: block;
    overflow: hidden
}

.blog-section4 .post-image {
    width: 330px;
    margin-right: 40px
}

.blog-section4 .post-image>div {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.blog-section4 h3 {
    font-size: 23px;
    line-height: 29px
}

.blog-section4 h3 a {
    transition: all .2s ease
}

.blog-section4 h3 a:hover {
    opacity: .6
}

.blog-section4 p {
    font-size: 18px;
    line-height: 28px
}

.blog-section4 .date-comment {
    margin-top: 20px
}

.blog-section4 .post-item {
    padding: 90px 0
}

.blog-section4 .post-item p {
    margin-bottom: 0;
    font-size: 18px
}

.blog-section4 .post-item:last-child {
    padding-bottom: 0
}

.blog-section4 .post-item+.post-item {
    border-top: 1px solid #e3e3e3
}

.blog-section4 article {
    overflow: hidden;
    padding: 0 !important
}

.related-articles .post-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
}

.related-articles .post-image>div {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.related-articles article h3 {
    font-size: 18px;
    line-height: 1.5
}

.related-articles article p {
    font-size: 15px;
    line-height: 1.5
}

.related-articles article .read-more {
    margin-top: 20px
}

.blog-subheader {
    height: 560px;
    margin-top: 105px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative
}

.blog-subheader:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6)
}

.blog-subheader .container {
    position: relative;
    z-index: 2
}

.blog-subheader p {
    color: #fff
}

.blog-subheader h1 {
    color: #fff
}

.blog-main-text p {
    margin-bottom: 45px
}

.blog-main-text blockquote {
    margin-bottom: 45px
}

.blog-main-text blockquote .flag__img {
    width: 50%;
    padding: 0
}

.blog-main-text .blockquote-img {
    width: 100%;
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.blog-main-text .blockquote-body {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px
}

.blog-main-text .blockquote-body h3 {
    line-height: 38px
}

.blog-main-text .blockquote-body p {
    margin-bottom: 0
}

.like-share a {
    color: #555555
}

.like-share a span.fa {
    margin-right: 5px
}

.like-share li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.like-share .fb_iframe_widget span {
    vertical-align: top !important
}

.comment-box {
    margin-top: 60px
}

.comment-box button {
    width: 230px
}

.comment-box .comment-list {
    margin-top: 30px
}

.comment-box .comment-list li {
    padding: 60px 0;
    padding-right: 50px
}

.comment-box .comment-list li+li {
    border-top: 1px solid #e3e3e3
}

.comment-box .comment-list li:first-child {
    padding-top: 0
}

.comment-box .comment-list li:last-child {
    padding-bottom: 0
}

#top {
    position: fixed;
    width: 52px;
    height: 52px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    right: 48px;
    bottom: 48px;
    z-index: 3;
    transition: all 0s ease
}

#top:hover {
    background-color: #fafafa
}

#top img {
    position: relative;
    top: 50%;
    vertical-align: top;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 1350px) {
    .people-say .prev {
        left: 0
    }
    .people-say .next {
        right: 0
    }
}

@media (max-width: 1200px) {
    .how-much-section .container {
        width: 100%
    }
    .how-much-section .container article {
        padding: 40px 30px
    }
}

@media (max-width: 1000px) {
    .people-say .prev {
        left: 20px
    }
    .people-say .next {
        right: 20px
    }
    .people-say p {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 30px;
        padding: 0 20px
    }
    .people-say small {
        font-size: 15px
    }
}

@media (max-width: 950px) {
    .blog-subheader {
        margin-top: 63px
    }
}

@media (max-width: 900px) {
    .how-much-section .col-sm-4 {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }
    .how-much-section .col-sm-4+.col-sm-4 {
        margin-top: 40px
    }
    .how-much-section article {
        display: block;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        text-align: center;
        width: 100%;
        padding: 60px 45px;
        position: relative;
        border: 3px solid #ebebeb;
        transition: all .3s ease-in
    }
    .how-much-section article>div {
        position: relative;
        z-index: 2;
        display: block;
        min-height: 430px
    }
}

@media (max-width: 768px) {
    .popup .content-popup {
        margin: 20px auto;
        padding: 50px 20px
    }
    .popup .close-popup {
        right: 20px;
        top: 20px
    }
    #top {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px
    }
    .subheader article h4 {
        font-size: 18px;
        margin-bottom: 20px
    }
    .subheader article h1 {
        font-size: 45px;
        line-height: 50px
    }
    .who-section h5.m-b-140 {
        margin-bottom: 25px !important
    }
    .who-section .box h5 br {
        display: none
    }
    .who-section a.btn--primary {
        margin-top: 0
    }
    .when-section {
        padding-bottom: 50px
    }
    .when-section article li {
        padding: 20px 0 0px;
        text-align: center
    }
    .when-section .newsletter {
        margin-top: 30px
    }
    .newsletter {
        text-align: center
    }
    .newsletter label {
        width: 100%;
        margin-bottom: 30px
    }
    .newsletter label input {
        height: 46px;
        line-height: 42px;
        padding: 0 10px
    }
    .newsletter button {
        margin-left: 0
    }
    .where-section .map {
        margin-top: 50px
    }
    .app-section {
        padding-bottom: 50px
    }
    .app-section .flag__img img {
        width: 150px;
        height: auto;
        position: relative;
        bottom: -50px
    }
    .app-section p,
    .app-section h2 {
        margin-bottom: 20px
    }
    .clients-section ul {
        text-align: center
    }
    .clients-section ul li {
        margin-bottom: 20px;
        text-align: center
    }
    .clients-section ul a {
        display: inline-block
    }
    .prefooter-section {
        padding: 50px 0
    }
    .contact-section,
    .gallery-section,
    .blog-page {
        padding-top: 110px
    }
    .blog-page h5 {
        margin-bottom: 20px !important
    }
    .blog-page h2 {
        margin-bottom: 20px !important
    }
    .blog-page h3 {
        margin-bottom: 40px
    }
    .blog-page article {
        padding: 30px 0
    }
    .blog-page article .date-comment {
        margin-bottom: 30px !important
    }
    .blog-page iframe {
        height: 300px
    }
    .blog-page .date-comment h5 {
        margin-bottom: 0 !important
    }
    .blog-section4 .post-image {
        margin-right: 0;
        margin-bottom: 20px;
        float: none !important
    }
    .blog-section4 .post-item {
        padding: 20px 0
    }
    .blog-section4 .post-item article h3 {
        margin-bottom: 20px
    }
    .blog-section4 .post-item article .date-comment {
        /*margin-bottom: 0 !important;*/
        margin-top: 20px !important
    }
    .blog-section3 p {
        margin-top: 30px
    }
    blockquote .flag__img {
        display: block;
        margin-bottom: 20px;
        padding: 0;
        width: 100% !important
    }
    blockquote .flag__body {
        display: block;
        width: 100%
    }
    blockquote .flag__body .blockquote-body {
        padding: 0
    }
}

@media (max-width: 599px) {
    .filter-section .filter_content .box-item {
        width: 100%;
        margin: 0 auto 10px
    }
    .filter-section .filter_content .box-item.width2 {
        width: 100%
    }
}

@media (max-width: 480px) {
    .subheader article h4 {
        font-size: 15px;
        margin-bottom: 18px
    }
    .subheader article h1 {
        font-size: 30px;
        line-height: 35px
    }
    .subheader .counter {
        -ms-transform: translate(-50%, -20px);
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px)
    }
    .subheader .counter h5 {
        margin-bottom: 20px
    }
    .subheader .counter ul.countdown li+li {
        margin-left: 18px
    }
    .subheader .counter ul.countdown li+li:before {
        -ms-transform: translate(-13px, -50%);
        -webkit-transform: translate(-13px, -50%);
        transform: translate(-13px, -50%)
    }
    .newsletter button {
        width: 100%
    }
    .clients-section ul li {
        margin: 0 0 20px;
        display: block
    }
    .app-section {
        padding-bottom: 50px
    }
    .app-section .flag__img {
        display: block;
        margin: 0 auto 20px;
        padding-right: 0
    }
    .app-section .flag__img img {
        width: 280px;
        height: auto;
        position: relative;
        bottom: 0;
        margin: 0 auto
    }
    .app-section .flag__body {
        display: block;
        text-align: center
    }
    .app-section .flag__body>div,
    .app-section .flag__body h2,
    .app-section .flag__body h5 {
        text-align: center !important
    }
    .app-section p,
    .app-section h2 {
        margin-bottom: 20px
    }
    .blog-section4 .post-image {
        width: 100%
    }
}

@media (max-width: 320px) {
    .blog-page iframe {
        height: 190px
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}


/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont93e3.eot?v=4.4.0");
    src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont93e3.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont93e3.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont93e3.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}


/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.sod_select,
.sod_select * {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 100%;
    padding: 0 20px;
    height: 56px;
    line-height: 52px;
    border: 2px solid #E3E3E3;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    outline: 0;
    outline-offset: -2px;
    cursor: default;
    transition: all .2s ease-in;
    cursor: pointer
}

.sod_select:before,
.sod_select:after {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 10px
}

.sod_select:after {
    content: "\25BC";
    top: auto;
    bottom: 0
}

.sod_select:hover,
.sod_select.open,
.sod_select.focus {
    border-color: #000000
}

.sod_select.open {
    color: #919191
}

.sod_select.disabled {
    border-color: #828282;
    color: #b2b2b2;
    cursor: not-allowed
}

.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px
}

.sod_select .sod_placeholder {
    color: #222222;
    opacity: .6
}

.sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 100%;
    margin: 0;
    background: #ffffff;
    border: 2px solid #E3E3E3;
    border-top: none;
    color: #222222;
    font-weight: 400;
    z-index: 1
}

.sod_select.open .sod_list_wrapper {
    display: block
}

.sod_select.disabled.open .sod_list_wrapper {
    display: none
}

.sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: 2px solid #E3E3E3;
    border-bottom: none
}

.sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0
}

.sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none
}

.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic
}

.sod_select .sod_option.groupchild {
    padding-left: 20px
}

.sod_select .sod_option.is-placeholder {
    display: none
}

.sod_select .sod_option.disabled {
    background: inherit;
    color: #cccccc
}

.sod_select .sod_option.active {
    background: #f7f7f7;
    color: #333333
}

.sod_select .sod_option.selected {
    font-weight: 700;
    padding-right: 25px
}

.sod_select .sod_option.selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #808080;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K)
}

.sod_select.no_highlight .sod_option.selected {
    font-weight: 300
}

.sod_select.no_highlight .sod_option.selected:before {
    display: none
}

.sod_select select {
    display: none !important
}

.sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1
}

@media (max-width: 768px) {
    .sod_select {
        padding: 0 10px;
        height: 36px;
        line-height: 32px
    }
}

.widget {
    margin-bottom: 60px;
    position: relative
}

.widget h5 {
    background-color: #fff;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
    color: #222222;
    font-family: "Titillium Web", sans-serif
}

.widget p,
.widget .textwidget {
    font-size: 18px;
    color: #000;
    font-family: "Titillium Web", sans-serif;
    line-height: 28px
}

.widget a img {
    width: 100%;
    max-width: 100%
}

.widget_nav_menu ul li {
    text-align: left !important
}

.widget_nav_menu ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px
}

.widget_nav_menu ul li a:hover {
    color: #ccc
}

.widget_nav_menu ul li+li {
    margin-top: 5px
}

.widget_nav_menu .sub-menu {
    padding: 5px 0 5px 20px
}

.widget_nav_menu .sub-menu li+li {
    margin-top: 5px
}

.latest-posts li {
    position: relative
}

.latest-posts li a {
    display: block
}

.latest-posts li .img-wrap-small {
    border-radius: 50%;
    display: block;
    height: 80px;
    overflow: hidden;
    width: 80px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

.latest-posts li .img-wrap-small a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.latest-posts li h4 {
    color: #000000;
    margin-bottom: 5px;
    line-height: 20px;
    text-transform: uppercase
}

.latest-posts li h4 a {
    font-family: "Titillium Web", sans-serif
}

.latest-posts li h4:hover {
    opacity: .6
}

.latest-posts li p {
    text-align: left;
    color: #000;
    font-size: 15px;
    margin-bottom: 0
}

.latest-posts li+li {
    margin-top: 20px
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_archive ul {
    padding: 0 6px
}

.widget_archive li+li,
.widget_categories li+li,
.widget_pages li+li,
.widget_meta li+li,
.widget_recent_entries li+li,
.widget_archive li+li {
    border-top: 1px solid #e3e3e3
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_archive li {
    display: block;
    text-align: left !important;
    position: relative;
    padding: 10px 0
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_archive li a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_archive li a:hover {
    opacity: .6
}

.widget_archive li span,
.widget_categories li span,
.widget_pages li span,
.widget_meta li span,
.widget_recent_entries li span,
.widget_archive li span {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    opacity: .6;
    font-size: 18px;
    font-family: "Titillium Web", sans-serif
}

.widget_about {
    border: none;
    padding: 0
}

.widget_about .widget-content {
    position: relative
}

.widget_about .widget-content a {
    display: block;
    overflow: hidden
}

.widget_about .widget-content a:hover img {
    opacity: .6
}

.widget_about .widget-content img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in
}

.widget_about .widget-content .overlay {
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    left: 35px;
    top: 35px;
    text-align: center
}

.widget_about .widget-content .overlay>div {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    line-height: 40px;
    width: 100%;
    max-width: 115px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Titillium Web", sans-serif
}

.widget_rss li>div,
.widget_rss li>cite,
.widget_rss li>span {
    color: #000;
    line-height: 28px;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0
}

.widget_rss li+li {
    margin-top: 20px
}

.widget_rss h5 a {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    line-height: 1;
    font-weight: 400
}

.widget_rss a {
    position: relative;
    font-family: "Titillium Web", sans-serif;
    color: #000 !important;
    font-weight: 700
}

.widget_rss a:hover {
    color: #ccc
}

.widget-contact label {
    width: 100%;
    position: relative
}

.widget-contact label input {
    height: 40px;
    line-height: 40px;
    color: #000
}

.widget-contact label input,
.widget-contact label textarea {
    width: 100%
}

.widget-contact label+label {
    margin-top: 10px
}

.widget-contact button {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-decoration: none !important;
    text-shadow: none !important;
    border: none;
    background-color: transparent;
    padding: 0
}

.widget-contact button img {
    width: 26px;
    height: 26px
}

.info {
    font-size: 18px;
    color: #33c201 !important;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 1px
}

.widget_calendar caption {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    color: #010101;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    text-align: left
}

.widget_calendar li {
    display: inline-block
}

.widget_calendar li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #010101;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px
}

.widget_calendar li a:hover {
    color: #ccc
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 10px 0
}

.widget_calendar th a,
.widget_calendar td a {
    color: #ccc;
    font-family: "Titillium Web", sans-serif;
    display: block;
    font-size: 18px
}

.instagram .img-wrap-small {
    width: 100%;
    overflow: hidden
}

.instagram .img-wrap-small a {
    position: relative;
    display: block
}

.instagram .img-wrap-small a:hover .overlay-icon {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.instagram .img-wrap-small a:hover .overlay-icon span {
    opacity: 1
}

.instagram .img-wrap-small a:before {
    display: none
}

.instagram .img-wrap-small a .overlay-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 8px;
    transition: all 0.3s ease-in;
    text-align: center
}

.instagram .img-wrap-small a .overlay-icon span {
    color: #fff;
    opacity: .6;
    font-size: 20px;
    transition: all 0.3s ease-in
}

.instagram .img-wrap-small img {
    width: 100%;
    height: auto
}

.instagram ul {
    overflow: hidden
}

.instagram li {
    float: left;
    width: 33.3%
}

.gallery-slider .slider-wrap {
    margin-bottom: 35px
}

.gallery-slider p {
    text-align: center
}

.instagram .img-wrap-small a .overlay-icon span {
    font-size: 15px
}

.widget_tag_cloud .tagcloud {
    margin-left: -2px;
    overflow: hidden
}

.widget_tag_cloud .tagcloud a {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    color: #000000;
    padding: 0 10px;
    font-weight: 400;
    background-color: #f1f1f1;
    float: left;
    margin: 0 2px 4px;
    margin-top: 0 !important;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    transition: all all 0.2s ease ease-in
}

.widget_tag_cloud .tagcloud a:hover {
    text-decoration: underline
}

.widget-tags ul {
    overflow: hidden;
    margin-left: -2px
}

.widget-tags li {
    float: left;
    margin: 0 2px 4px;
    margin-top: 0 !important
}

.widget-tags li a {
    box-shadow: none;
    font-family: "Titillium Web", sans-serif;
    background-color: #fafafa;
    height: 35px;
    line-height: 35px;
    padding: 0 10px
}

.widget-categories ul {
    padding: 0 6px
}

.widget-categories li+li {
    margin-top: 20px
}

.widget-categories li {
    display: block;
    text-align: left !important;
    position: relative
}

.widget-categories li a {
    padding: 0 20px;
    display: block;
    color: #fff;
    font-style: italic;
    font-family: "Titillium Web", sans-serif;
    font-size: 11px;
    height: 53px;
    line-height: 50px;
    background-color: #ccc;
    border: 2px solid #fff
}

.widget-categories li span {
    display: inline-block;
    color: #000000;
    font-size: 11px;
    font-style: italic;
    font-family: "Titillium Web", sans-serif;
    position: absolute;
    text-align: center;
    padding-top: 16px;
    right: 0;
    top: 0;
    width: 53px;
    height: 100%;
    background-color: #fff
}

.widget-search .input-field {
    position: relative
}

.widget-search .input-field input {
    padding-right: 55px
}

.widget-search .input-field a {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55px;
    text-align: center;
    color: #222;
    opacity: .6
}

.widget-search .input-field a:hover {
    opacity: 1
}

.widget-search .input-field a span {
    font-size: 18px;
    margin-top: 19px
}

.widget-social ul {
    overflow: hidden
}

.widget-social ul,
.widget-social a {
    display: inline-block;
    vertical-align: middle
}

.widget-social li {
    float: left
}

.widget-social li+li {
    margin-left: 0px;
    margin-top: 0 !important
}

.widget-social a {
    font-size: 23px;
    color: #000
}

.widget-social a:hover {
    color: #fa5d81 !important
}

.widget-social a:before {
    display: none
}

@media (max-width: 992px) {
    .sidebar {
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .widget {
        margin-bottom: 30px;
        padding: 20px 15px 15px
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.95;
    filter: alpha(opacity=95)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.is-invisible {
    transition: all .1s ease;
    opacity: 0 !important;
    visibility: hidden !important
}

.is-visually-hidden {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
    position: absolute !important
}

.is-hidden {
    display: none !important
}

.inline-block {
    display: inline-block !important
}

.is-not-scroll {
    overflow: hidden !important
}

.is-scrollable {
    overflow: auto !important
}

.is-scrollable-visible {
    overflow: visible !important
}

.is-scrollable-y {
    overflow-x: hidden !important;
    overflow-y: auto !important
}

.is-scrollable-x {
    overflow-x: auto !important;
    overflow-y: hidden !important
}

.flag--fix .flag__img {
    width: 1px
}

.flag--fix .flag__body {
    width: auto
}

.m {
    margin: 26px !important
}

.mt {
    margin-top: 26px !important
}

.mr {
    margin-right: 26px !important
}

.mb {
    margin-bottom: 26px !important
}

.ml {
    margin-left: 26px !important
}

.mh {
    margin-right: 26px !important;
    margin-left: 26px !important
}

.mv {
    margin-top: 26px !important;
    margin-bottom: 26px !important
}

.m-- {
    margin: 7px !important
}

.mt-- {
    margin-top: 7px !important
}

.mr-- {
    margin-right: 7px !important
}

.mb-- {
    margin-bottom: 7px !important
}

.ml-- {
    margin-left: 7px !important
}

.mh-- {
    margin-right: 7px !important;
    margin-left: 7px !important
}

.mv-- {
    margin-top: 7px !important;
    margin-bottom: 7px !important
}

.m- {
    margin: 13px !important
}

.mt- {
    margin-top: 13px !important
}

.mr- {
    margin-right: 13px !important
}

.mb- {
    margin-bottom: 13px !important
}

.ml- {
    margin-left: 13px !important
}

.mh- {
    margin-right: 13px !important;
    margin-left: 13px !important
}

.mv- {
    margin-top: 13px !important;
    margin-bottom: 13px !important
}

.m\+ {
    margin: 52px !important
}

.mt\+ {
    margin-top: 52px !important
}

.mr\+ {
    margin-right: 52px !important
}

.mb\+ {
    margin-bottom: 52px !important
}

.ml\+ {
    margin-left: 52px !important
}

.mh\+ {
    margin-right: 52px !important;
    margin-left: 52px !important
}

.mv\+ {
    margin-top: 52px !important;
    margin-bottom: 52px !important
}

.m\+\+ {
    margin: 104px !important
}

.mt\+\+ {
    margin-top: 104px !important
}

.mr\+\+ {
    margin-right: 104px !important
}

.mb\+\+ {
    margin-bottom: 104px !important
}

.ml\+\+ {
    margin-left: 104px !important
}

.mh\+\+ {
    margin-right: 104px !important;
    margin-left: 104px !important
}

.mv\+\+ {
    margin-top: 104px !important;
    margin-bottom: 104px !important
}

.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.-m {
    margin: -26px !important
}

.-mt {
    margin-top: -26px !important
}

.-mr {
    margin-right: -26px !important
}

.-mb {
    margin-bottom: -26px !important
}

.-ml {
    margin-left: -26px !important
}

.-mh {
    margin-right: -26px !important;
    margin-left: -26px !important
}

.-mv {
    margin-top: -26px !important;
    margin-bottom: -26px !important
}

.-m\+ {
    margin: -52px !important
}

.-mt\+ {
    margin-top: -52px !important
}

.-mr\+ {
    margin-right: -52px !important
}

.-mb\+ {
    margin-bottom: -52px !important
}

.-ml\+ {
    margin-left: -52px !important
}

.-mh\+ {
    margin-right: -52px !important;
    margin-left: -52px !important
}

.-mv\+ {
    margin-top: -52px !important;
    margin-bottom: -52px !important
}

.p {
    padding: 26px !important
}

.pt {
    padding-top: 26px !important
}

.pr {
    padding-right: 26px !important
}

.pb {
    padding-bottom: 26px !important
}

.pl {
    padding-left: 26px !important
}

.ph {
    padding-right: 26px !important;
    padding-left: 26px !important
}

.pv {
    padding-top: 26px !important;
    padding-bottom: 26px !important
}

.p-- {
    padding: 7px !important
}

.pt-- {
    padding-top: 7px !important
}

.pr-- {
    padding-right: 7px !important
}

.pb-- {
    padding-bottom: 7px !important
}

.pl-- {
    padding-left: 7px !important
}

.ph-- {
    padding-right: 7px !important;
    padding-left: 7px !important
}

.pv-- {
    padding-top: 7px !important;
    padding-bottom: 7px !important
}

.p- {
    padding: 13px !important
}

.pt- {
    padding-top: 13px !important
}

.pr- {
    padding-right: 13px !important
}

.pb- {
    padding-bottom: 13px !important
}

.pl- {
    padding-left: 13px !important
}

.ph- {
    padding-right: 13px !important;
    padding-left: 13px !important
}

.pv- {
    padding-top: 13px !important;
    padding-bottom: 13px !important
}

.p\+ {
    padding: 52px !important
}

.pt\+ {
    padding-top: 52px !important
}

.pr\+ {
    padding-right: 52px !important
}

.pb\+ {
    padding-bottom: 52px !important
}

.pl\+ {
    padding-left: 52px !important
}

.ph\+ {
    padding-right: 52px !important;
    padding-left: 52px !important
}

.pv\+ {
    padding-top: 52px !important;
    padding-bottom: 52px !important
}

.p\+\+ {
    padding: 104px !important
}

.pt\+\+ {
    padding-top: 104px !important
}

.pr\+\+ {
    padding-right: 104px !important
}

.pb\+\+ {
    padding-bottom: 104px !important
}

.pl\+\+ {
    padding-left: 104px !important
}

.ph\+\+ {
    padding-right: 104px !important;
    padding-left: 104px !important
}

.pv\+\+ {
    padding-top: 104px !important;
    padding-bottom: 104px !important
}

.p0 {
    padding: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-m {
        margin: 26px !important
    }
    .medium-mt {
        margin-top: 26px !important
    }
    .medium-mr {
        margin-right: 26px !important
    }
    .medium-mb {
        margin-bottom: 26px !important
    }
    .medium-ml {
        margin-left: 26px !important
    }
    .medium-mh {
        margin-right: 26px !important;
        margin-left: 26px !important
    }
    .medium-mv {
        margin-top: 26px !important;
        margin-bottom: 26px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-m {
        margin: 26px !important
    }
    .medium-and-up-mt {
        margin-top: 26px !important
    }
    .medium-and-up-mr {
        margin-right: 26px !important
    }
    .medium-and-up-mb {
        margin-bottom: 26px !important
    }
    .medium-and-up-ml {
        margin-left: 26px !important
    }
    .medium-and-up-mh {
        margin-right: 26px !important;
        margin-left: 26px !important
    }
    .medium-and-up-mv {
        margin-top: 26px !important;
        margin-bottom: 26px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-m {
        margin: 26px !important
    }
    .large-mt {
        margin-top: 26px !important
    }
    .large-mr {
        margin-right: 26px !important
    }
    .large-mb {
        margin-bottom: 26px !important
    }
    .large-ml {
        margin-left: 26px !important
    }
    .large-mh {
        margin-right: 26px !important;
        margin-left: 26px !important
    }
    .large-mv {
        margin-top: 26px !important;
        margin-bottom: 26px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-m {
        margin: 26px !important
    }
    .large-and-up-mt {
        margin-top: 26px !important
    }
    .large-and-up-mr {
        margin-right: 26px !important
    }
    .large-and-up-mb {
        margin-bottom: 26px !important
    }
    .large-and-up-ml {
        margin-left: 26px !important
    }
    .large-and-up-mh {
        margin-right: 26px !important;
        margin-left: 26px !important
    }
    .large-and-up-mv {
        margin-top: 26px !important;
        margin-bottom: 26px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-m {
        margin: 26px !important
    }
    .extralarge-and-up-mt {
        margin-top: 26px !important
    }
    .extralarge-and-up-mr {
        margin-right: 26px !important
    }
    .extralarge-and-up-mb {
        margin-bottom: 26px !important
    }
    .extralarge-and-up-ml {
        margin-left: 26px !important
    }
    .extralarge-and-up-mh {
        margin-right: 26px !important;
        margin-left: 26px !important
    }
    .extralarge-and-up-mv {
        margin-top: 26px !important;
        margin-bottom: 26px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-m-- {
        margin: 7px !important
    }
    .medium-mt-- {
        margin-top: 7px !important
    }
    .medium-mr-- {
        margin-right: 7px !important
    }
    .medium-mb-- {
        margin-bottom: 7px !important
    }
    .medium-ml-- {
        margin-left: 7px !important
    }
    .medium-mh-- {
        margin-right: 7px !important;
        margin-left: 7px !important
    }
    .medium-mv-- {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-m-- {
        margin: 7px !important
    }
    .medium-and-up-mt-- {
        margin-top: 7px !important
    }
    .medium-and-up-mr-- {
        margin-right: 7px !important
    }
    .medium-and-up-mb-- {
        margin-bottom: 7px !important
    }
    .medium-and-up-ml-- {
        margin-left: 7px !important
    }
    .medium-and-up-mh-- {
        margin-right: 7px !important;
        margin-left: 7px !important
    }
    .medium-and-up-mv-- {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-m-- {
        margin: 7px !important
    }
    .large-mt-- {
        margin-top: 7px !important
    }
    .large-mr-- {
        margin-right: 7px !important
    }
    .large-mb-- {
        margin-bottom: 7px !important
    }
    .large-ml-- {
        margin-left: 7px !important
    }
    .large-mh-- {
        margin-right: 7px !important;
        margin-left: 7px !important
    }
    .large-mv-- {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-m-- {
        margin: 7px !important
    }
    .large-and-up-mt-- {
        margin-top: 7px !important
    }
    .large-and-up-mr-- {
        margin-right: 7px !important
    }
    .large-and-up-mb-- {
        margin-bottom: 7px !important
    }
    .large-and-up-ml-- {
        margin-left: 7px !important
    }
    .large-and-up-mh-- {
        margin-right: 7px !important;
        margin-left: 7px !important
    }
    .large-and-up-mv-- {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-m-- {
        margin: 7px !important
    }
    .extralarge-and-up-mt-- {
        margin-top: 7px !important
    }
    .extralarge-and-up-mr-- {
        margin-right: 7px !important
    }
    .extralarge-and-up-mb-- {
        margin-bottom: 7px !important
    }
    .extralarge-and-up-ml-- {
        margin-left: 7px !important
    }
    .extralarge-and-up-mh-- {
        margin-right: 7px !important;
        margin-left: 7px !important
    }
    .extralarge-and-up-mv-- {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-m- {
        margin: 13px !important
    }
    .medium-mt- {
        margin-top: 13px !important
    }
    .medium-mr- {
        margin-right: 13px !important
    }
    .medium-mb- {
        margin-bottom: 13px !important
    }
    .medium-ml- {
        margin-left: 13px !important
    }
    .medium-mh- {
        margin-right: 13px !important;
        margin-left: 13px !important
    }
    .medium-mv- {
        margin-top: 13px !important;
        margin-bottom: 13px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-m- {
        margin: 13px !important
    }
    .medium-and-up-mt- {
        margin-top: 13px !important
    }
    .medium-and-up-mr- {
        margin-right: 13px !important
    }
    .medium-and-up-mb- {
        margin-bottom: 13px !important
    }
    .medium-and-up-ml- {
        margin-left: 13px !important
    }
    .medium-and-up-mh- {
        margin-right: 13px !important;
        margin-left: 13px !important
    }
    .medium-and-up-mv- {
        margin-top: 13px !important;
        margin-bottom: 13px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-m- {
        margin: 13px !important
    }
    .large-mt- {
        margin-top: 13px !important
    }
    .large-mr- {
        margin-right: 13px !important
    }
    .large-mb- {
        margin-bottom: 13px !important
    }
    .large-ml- {
        margin-left: 13px !important
    }
    .large-mh- {
        margin-right: 13px !important;
        margin-left: 13px !important
    }
    .large-mv- {
        margin-top: 13px !important;
        margin-bottom: 13px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-m- {
        margin: 13px !important
    }
    .large-and-up-mt- {
        margin-top: 13px !important
    }
    .large-and-up-mr- {
        margin-right: 13px !important
    }
    .large-and-up-mb- {
        margin-bottom: 13px !important
    }
    .large-and-up-ml- {
        margin-left: 13px !important
    }
    .large-and-up-mh- {
        margin-right: 13px !important;
        margin-left: 13px !important
    }
    .large-and-up-mv- {
        margin-top: 13px !important;
        margin-bottom: 13px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-m- {
        margin: 13px !important
    }
    .extralarge-and-up-mt- {
        margin-top: 13px !important
    }
    .extralarge-and-up-mr- {
        margin-right: 13px !important
    }
    .extralarge-and-up-mb- {
        margin-bottom: 13px !important
    }
    .extralarge-and-up-ml- {
        margin-left: 13px !important
    }
    .extralarge-and-up-mh- {
        margin-right: 13px !important;
        margin-left: 13px !important
    }
    .extralarge-and-up-mv- {
        margin-top: 13px !important;
        margin-bottom: 13px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-m\+ {
        margin: 52px !important
    }
    .medium-mt\+ {
        margin-top: 52px !important
    }
    .medium-mr\+ {
        margin-right: 52px !important
    }
    .medium-mb\+ {
        margin-bottom: 52px !important
    }
    .medium-ml\+ {
        margin-left: 52px !important
    }
    .medium-mh\+ {
        margin-right: 52px !important;
        margin-left: 52px !important
    }
    .medium-mv\+ {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-m\+ {
        margin: 52px !important
    }
    .medium-and-up-mt\+ {
        margin-top: 52px !important
    }
    .medium-and-up-mr\+ {
        margin-right: 52px !important
    }
    .medium-and-up-mb\+ {
        margin-bottom: 52px !important
    }
    .medium-and-up-ml\+ {
        margin-left: 52px !important
    }
    .medium-and-up-mh\+ {
        margin-right: 52px !important;
        margin-left: 52px !important
    }
    .medium-and-up-mv\+ {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-m\+ {
        margin: 52px !important
    }
    .large-mt\+ {
        margin-top: 52px !important
    }
    .large-mr\+ {
        margin-right: 52px !important
    }
    .large-mb\+ {
        margin-bottom: 52px !important
    }
    .large-ml\+ {
        margin-left: 52px !important
    }
    .large-mh\+ {
        margin-right: 52px !important;
        margin-left: 52px !important
    }
    .large-mv\+ {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-m\+ {
        margin: 52px !important
    }
    .large-and-up-mt\+ {
        margin-top: 52px !important
    }
    .large-and-up-mr\+ {
        margin-right: 52px !important
    }
    .large-and-up-mb\+ {
        margin-bottom: 52px !important
    }
    .large-and-up-ml\+ {
        margin-left: 52px !important
    }
    .large-and-up-mh\+ {
        margin-right: 52px !important;
        margin-left: 52px !important
    }
    .large-and-up-mv\+ {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-m\+ {
        margin: 52px !important
    }
    .extralarge-and-up-mt\+ {
        margin-top: 52px !important
    }
    .extralarge-and-up-mr\+ {
        margin-right: 52px !important
    }
    .extralarge-and-up-mb\+ {
        margin-bottom: 52px !important
    }
    .extralarge-and-up-ml\+ {
        margin-left: 52px !important
    }
    .extralarge-and-up-mh\+ {
        margin-right: 52px !important;
        margin-left: 52px !important
    }
    .extralarge-and-up-mv\+ {
        margin-top: 52px !important;
        margin-bottom: 52px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-m\+\+ {
        margin: 104px !important
    }
    .medium-mt\+\+ {
        margin-top: 104px !important
    }
    .medium-mr\+\+ {
        margin-right: 104px !important
    }
    .medium-mb\+\+ {
        margin-bottom: 104px !important
    }
    .medium-ml\+\+ {
        margin-left: 104px !important
    }
    .medium-mh\+\+ {
        margin-right: 104px !important;
        margin-left: 104px !important
    }
    .medium-mv\+\+ {
        margin-top: 104px !important;
        margin-bottom: 104px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-m\+\+ {
        margin: 104px !important
    }
    .medium-and-up-mt\+\+ {
        margin-top: 104px !important
    }
    .medium-and-up-mr\+\+ {
        margin-right: 104px !important
    }
    .medium-and-up-mb\+\+ {
        margin-bottom: 104px !important
    }
    .medium-and-up-ml\+\+ {
        margin-left: 104px !important
    }
    .medium-and-up-mh\+\+ {
        margin-right: 104px !important;
        margin-left: 104px !important
    }
    .medium-and-up-mv\+\+ {
        margin-top: 104px !important;
        margin-bottom: 104px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-m\+\+ {
        margin: 104px !important
    }
    .large-mt\+\+ {
        margin-top: 104px !important
    }
    .large-mr\+\+ {
        margin-right: 104px !important
    }
    .large-mb\+\+ {
        margin-bottom: 104px !important
    }
    .large-ml\+\+ {
        margin-left: 104px !important
    }
    .large-mh\+\+ {
        margin-right: 104px !important;
        margin-left: 104px !important
    }
    .large-mv\+\+ {
        margin-top: 104px !important;
        margin-bottom: 104px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-m\+\+ {
        margin: 104px !important
    }
    .large-and-up-mt\+\+ {
        margin-top: 104px !important
    }
    .large-and-up-mr\+\+ {
        margin-right: 104px !important
    }
    .large-and-up-mb\+\+ {
        margin-bottom: 104px !important
    }
    .large-and-up-ml\+\+ {
        margin-left: 104px !important
    }
    .large-and-up-mh\+\+ {
        margin-right: 104px !important;
        margin-left: 104px !important
    }
    .large-and-up-mv\+\+ {
        margin-top: 104px !important;
        margin-bottom: 104px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-m\+\+ {
        margin: 104px !important
    }
    .extralarge-and-up-mt\+\+ {
        margin-top: 104px !important
    }
    .extralarge-and-up-mr\+\+ {
        margin-right: 104px !important
    }
    .extralarge-and-up-mb\+\+ {
        margin-bottom: 104px !important
    }
    .extralarge-and-up-ml\+\+ {
        margin-left: 104px !important
    }
    .extralarge-and-up-mh\+\+ {
        margin-right: 104px !important;
        margin-left: 104px !important
    }
    .extralarge-and-up-mv\+\+ {
        margin-top: 104px !important;
        margin-bottom: 104px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-m0 {
        margin: 0 !important
    }
    .medium-mt0 {
        margin-top: 0 !important
    }
    .medium-mr0 {
        margin-right: 0 !important
    }
    .medium-mb0 {
        margin-bottom: 0 !important
    }
    .medium-ml0 {
        margin-left: 0 !important
    }
    .medium-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .medium-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-m0 {
        margin: 0 !important
    }
    .medium-and-up-mt0 {
        margin-top: 0 !important
    }
    .medium-and-up-mr0 {
        margin-right: 0 !important
    }
    .medium-and-up-mb0 {
        margin-bottom: 0 !important
    }
    .medium-and-up-ml0 {
        margin-left: 0 !important
    }
    .medium-and-up-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .medium-and-up-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-m0 {
        margin: 0 !important
    }
    .large-mt0 {
        margin-top: 0 !important
    }
    .large-mr0 {
        margin-right: 0 !important
    }
    .large-mb0 {
        margin-bottom: 0 !important
    }
    .large-ml0 {
        margin-left: 0 !important
    }
    .large-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .large-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-m0 {
        margin: 0 !important
    }
    .large-and-up-mt0 {
        margin-top: 0 !important
    }
    .large-and-up-mr0 {
        margin-right: 0 !important
    }
    .large-and-up-mb0 {
        margin-bottom: 0 !important
    }
    .large-and-up-ml0 {
        margin-left: 0 !important
    }
    .large-and-up-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .large-and-up-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-m0 {
        margin: 0 !important
    }
    .extralarge-and-up-mt0 {
        margin-top: 0 !important
    }
    .extralarge-and-up-mr0 {
        margin-right: 0 !important
    }
    .extralarge-and-up-mb0 {
        margin-bottom: 0 !important
    }
    .extralarge-and-up-ml0 {
        margin-left: 0 !important
    }
    .extralarge-and-up-mh0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .extralarge-and-up-mv0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-p {
        padding: 26px !important
    }
    .medium-pt {
        padding-top: 26px !important
    }
    .medium-pr {
        padding-right: 26px !important
    }
    .medium-pb {
        padding-bottom: 26px !important
    }
    .medium-pl {
        padding-left: 26px !important
    }
    .medium-ph {
        padding-right: 26px !important;
        padding-left: 26px !important
    }
    .medium-pv {
        padding-top: 26px !important;
        padding-bottom: 26px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-p {
        padding: 26px !important
    }
    .medium-and-up-pt {
        padding-top: 26px !important
    }
    .medium-and-up-pr {
        padding-right: 26px !important
    }
    .medium-and-up-pb {
        padding-bottom: 26px !important
    }
    .medium-and-up-pl {
        padding-left: 26px !important
    }
    .medium-and-up-ph {
        padding-right: 26px !important;
        padding-left: 26px !important
    }
    .medium-and-up-pv {
        padding-top: 26px !important;
        padding-bottom: 26px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-p {
        padding: 26px !important
    }
    .large-pt {
        padding-top: 26px !important
    }
    .large-pr {
        padding-right: 26px !important
    }
    .large-pb {
        padding-bottom: 26px !important
    }
    .large-pl {
        padding-left: 26px !important
    }
    .large-ph {
        padding-right: 26px !important;
        padding-left: 26px !important
    }
    .large-pv {
        padding-top: 26px !important;
        padding-bottom: 26px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-p {
        padding: 26px !important
    }
    .large-and-up-pt {
        padding-top: 26px !important
    }
    .large-and-up-pr {
        padding-right: 26px !important
    }
    .large-and-up-pb {
        padding-bottom: 26px !important
    }
    .large-and-up-pl {
        padding-left: 26px !important
    }
    .large-and-up-ph {
        padding-right: 26px !important;
        padding-left: 26px !important
    }
    .large-and-up-pv {
        padding-top: 26px !important;
        padding-bottom: 26px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-p {
        padding: 26px !important
    }
    .extralarge-and-up-pt {
        padding-top: 26px !important
    }
    .extralarge-and-up-pr {
        padding-right: 26px !important
    }
    .extralarge-and-up-pb {
        padding-bottom: 26px !important
    }
    .extralarge-and-up-pl {
        padding-left: 26px !important
    }
    .extralarge-and-up-ph {
        padding-right: 26px !important;
        padding-left: 26px !important
    }
    .extralarge-and-up-pv {
        padding-top: 26px !important;
        padding-bottom: 26px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-p-- {
        padding: 7px !important
    }
    .medium-pt-- {
        padding-top: 7px !important
    }
    .medium-pr-- {
        padding-right: 7px !important
    }
    .medium-pb-- {
        padding-bottom: 7px !important
    }
    .medium-pl-- {
        padding-left: 7px !important
    }
    .medium-ph-- {
        padding-right: 7px !important;
        padding-left: 7px !important
    }
    .medium-pv-- {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-p-- {
        padding: 7px !important
    }
    .medium-and-up-pt-- {
        padding-top: 7px !important
    }
    .medium-and-up-pr-- {
        padding-right: 7px !important
    }
    .medium-and-up-pb-- {
        padding-bottom: 7px !important
    }
    .medium-and-up-pl-- {
        padding-left: 7px !important
    }
    .medium-and-up-ph-- {
        padding-right: 7px !important;
        padding-left: 7px !important
    }
    .medium-and-up-pv-- {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-p-- {
        padding: 7px !important
    }
    .large-pt-- {
        padding-top: 7px !important
    }
    .large-pr-- {
        padding-right: 7px !important
    }
    .large-pb-- {
        padding-bottom: 7px !important
    }
    .large-pl-- {
        padding-left: 7px !important
    }
    .large-ph-- {
        padding-right: 7px !important;
        padding-left: 7px !important
    }
    .large-pv-- {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-p-- {
        padding: 7px !important
    }
    .large-and-up-pt-- {
        padding-top: 7px !important
    }
    .large-and-up-pr-- {
        padding-right: 7px !important
    }
    .large-and-up-pb-- {
        padding-bottom: 7px !important
    }
    .large-and-up-pl-- {
        padding-left: 7px !important
    }
    .large-and-up-ph-- {
        padding-right: 7px !important;
        padding-left: 7px !important
    }
    .large-and-up-pv-- {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-p-- {
        padding: 7px !important
    }
    .extralarge-and-up-pt-- {
        padding-top: 7px !important
    }
    .extralarge-and-up-pr-- {
        padding-right: 7px !important
    }
    .extralarge-and-up-pb-- {
        padding-bottom: 7px !important
    }
    .extralarge-and-up-pl-- {
        padding-left: 7px !important
    }
    .extralarge-and-up-ph-- {
        padding-right: 7px !important;
        padding-left: 7px !important
    }
    .extralarge-and-up-pv-- {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-p- {
        padding: 13px !important
    }
    .medium-pt- {
        padding-top: 13px !important
    }
    .medium-pr- {
        padding-right: 13px !important
    }
    .medium-pb- {
        padding-bottom: 13px !important
    }
    .medium-pl- {
        padding-left: 13px !important
    }
    .medium-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important
    }
    .medium-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-p- {
        padding: 13px !important
    }
    .medium-and-up-pt- {
        padding-top: 13px !important
    }
    .medium-and-up-pr- {
        padding-right: 13px !important
    }
    .medium-and-up-pb- {
        padding-bottom: 13px !important
    }
    .medium-and-up-pl- {
        padding-left: 13px !important
    }
    .medium-and-up-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important
    }
    .medium-and-up-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-p- {
        padding: 13px !important
    }
    .large-pt- {
        padding-top: 13px !important
    }
    .large-pr- {
        padding-right: 13px !important
    }
    .large-pb- {
        padding-bottom: 13px !important
    }
    .large-pl- {
        padding-left: 13px !important
    }
    .large-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important
    }
    .large-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-p- {
        padding: 13px !important
    }
    .large-and-up-pt- {
        padding-top: 13px !important
    }
    .large-and-up-pr- {
        padding-right: 13px !important
    }
    .large-and-up-pb- {
        padding-bottom: 13px !important
    }
    .large-and-up-pl- {
        padding-left: 13px !important
    }
    .large-and-up-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important
    }
    .large-and-up-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-p- {
        padding: 13px !important
    }
    .extralarge-and-up-pt- {
        padding-top: 13px !important
    }
    .extralarge-and-up-pr- {
        padding-right: 13px !important
    }
    .extralarge-and-up-pb- {
        padding-bottom: 13px !important
    }
    .extralarge-and-up-pl- {
        padding-left: 13px !important
    }
    .extralarge-and-up-ph- {
        padding-right: 13px !important;
        padding-left: 13px !important
    }
    .extralarge-and-up-pv- {
        padding-top: 13px !important;
        padding-bottom: 13px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-p\+ {
        padding: 52px !important
    }
    .medium-pt\+ {
        padding-top: 52px !important
    }
    .medium-pr\+ {
        padding-right: 52px !important
    }
    .medium-pb\+ {
        padding-bottom: 52px !important
    }
    .medium-pl\+ {
        padding-left: 52px !important
    }
    .medium-ph\+ {
        padding-right: 52px !important;
        padding-left: 52px !important
    }
    .medium-pv\+ {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-p\+ {
        padding: 52px !important
    }
    .medium-and-up-pt\+ {
        padding-top: 52px !important
    }
    .medium-and-up-pr\+ {
        padding-right: 52px !important
    }
    .medium-and-up-pb\+ {
        padding-bottom: 52px !important
    }
    .medium-and-up-pl\+ {
        padding-left: 52px !important
    }
    .medium-and-up-ph\+ {
        padding-right: 52px !important;
        padding-left: 52px !important
    }
    .medium-and-up-pv\+ {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-p\+ {
        padding: 52px !important
    }
    .large-pt\+ {
        padding-top: 52px !important
    }
    .large-pr\+ {
        padding-right: 52px !important
    }
    .large-pb\+ {
        padding-bottom: 52px !important
    }
    .large-pl\+ {
        padding-left: 52px !important
    }
    .large-ph\+ {
        padding-right: 52px !important;
        padding-left: 52px !important
    }
    .large-pv\+ {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-p\+ {
        padding: 52px !important
    }
    .large-and-up-pt\+ {
        padding-top: 52px !important
    }
    .large-and-up-pr\+ {
        padding-right: 52px !important
    }
    .large-and-up-pb\+ {
        padding-bottom: 52px !important
    }
    .large-and-up-pl\+ {
        padding-left: 52px !important
    }
    .large-and-up-ph\+ {
        padding-right: 52px !important;
        padding-left: 52px !important
    }
    .large-and-up-pv\+ {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-p\+ {
        padding: 52px !important
    }
    .extralarge-and-up-pt\+ {
        padding-top: 52px !important
    }
    .extralarge-and-up-pr\+ {
        padding-right: 52px !important
    }
    .extralarge-and-up-pb\+ {
        padding-bottom: 52px !important
    }
    .extralarge-and-up-pl\+ {
        padding-left: 52px !important
    }
    .extralarge-and-up-ph\+ {
        padding-right: 52px !important;
        padding-left: 52px !important
    }
    .extralarge-and-up-pv\+ {
        padding-top: 52px !important;
        padding-bottom: 52px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-p\+\+ {
        padding: 104px !important
    }
    .medium-pt\+\+ {
        padding-top: 104px !important
    }
    .medium-pr\+\+ {
        padding-right: 104px !important
    }
    .medium-pb\+\+ {
        padding-bottom: 104px !important
    }
    .medium-pl\+\+ {
        padding-left: 104px !important
    }
    .medium-ph\+\+ {
        padding-right: 104px !important;
        padding-left: 104px !important
    }
    .medium-pv\+\+ {
        padding-top: 104px !important;
        padding-bottom: 104px !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-p\+\+ {
        padding: 104px !important
    }
    .medium-and-up-pt\+\+ {
        padding-top: 104px !important
    }
    .medium-and-up-pr\+\+ {
        padding-right: 104px !important
    }
    .medium-and-up-pb\+\+ {
        padding-bottom: 104px !important
    }
    .medium-and-up-pl\+\+ {
        padding-left: 104px !important
    }
    .medium-and-up-ph\+\+ {
        padding-right: 104px !important;
        padding-left: 104px !important
    }
    .medium-and-up-pv\+\+ {
        padding-top: 104px !important;
        padding-bottom: 104px !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-p\+\+ {
        padding: 104px !important
    }
    .large-pt\+\+ {
        padding-top: 104px !important
    }
    .large-pr\+\+ {
        padding-right: 104px !important
    }
    .large-pb\+\+ {
        padding-bottom: 104px !important
    }
    .large-pl\+\+ {
        padding-left: 104px !important
    }
    .large-ph\+\+ {
        padding-right: 104px !important;
        padding-left: 104px !important
    }
    .large-pv\+\+ {
        padding-top: 104px !important;
        padding-bottom: 104px !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-p\+\+ {
        padding: 104px !important
    }
    .large-and-up-pt\+\+ {
        padding-top: 104px !important
    }
    .large-and-up-pr\+\+ {
        padding-right: 104px !important
    }
    .large-and-up-pb\+\+ {
        padding-bottom: 104px !important
    }
    .large-and-up-pl\+\+ {
        padding-left: 104px !important
    }
    .large-and-up-ph\+\+ {
        padding-right: 104px !important;
        padding-left: 104px !important
    }
    .large-and-up-pv\+\+ {
        padding-top: 104px !important;
        padding-bottom: 104px !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-p\+\+ {
        padding: 104px !important
    }
    .extralarge-and-up-pt\+\+ {
        padding-top: 104px !important
    }
    .extralarge-and-up-pr\+\+ {
        padding-right: 104px !important
    }
    .extralarge-and-up-pb\+\+ {
        padding-bottom: 104px !important
    }
    .extralarge-and-up-pl\+\+ {
        padding-left: 104px !important
    }
    .extralarge-and-up-ph\+\+ {
        padding-right: 104px !important;
        padding-left: 104px !important
    }
    .extralarge-and-up-pv\+\+ {
        padding-top: 104px !important;
        padding-bottom: 104px !important
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .medium-p0 {
        padding: 0 !important
    }
    .medium-pt0 {
        padding-top: 0 !important
    }
    .medium-pr0 {
        padding-right: 0 !important
    }
    .medium-pb0 {
        padding-bottom: 0 !important
    }
    .medium-pl0 {
        padding-left: 0 !important
    }
    .medium-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .medium-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media screen and (min-width: 481px) {
    .medium-and-up-p0 {
        padding: 0 !important
    }
    .medium-and-up-pt0 {
        padding-top: 0 !important
    }
    .medium-and-up-pr0 {
        padding-right: 0 !important
    }
    .medium-and-up-pb0 {
        padding-bottom: 0 !important
    }
    .medium-and-up-pl0 {
        padding-left: 0 !important
    }
    .medium-and-up-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .medium-and-up-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .large-p0 {
        padding: 0 !important
    }
    .large-pt0 {
        padding-top: 0 !important
    }
    .large-pr0 {
        padding-right: 0 !important
    }
    .large-pb0 {
        padding-bottom: 0 !important
    }
    .large-pl0 {
        padding-left: 0 !important
    }
    .large-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .large-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media screen and (min-width: 769px) {
    .large-and-up-p0 {
        padding: 0 !important
    }
    .large-and-up-pt0 {
        padding-top: 0 !important
    }
    .large-and-up-pr0 {
        padding-right: 0 !important
    }
    .large-and-up-pb0 {
        padding-bottom: 0 !important
    }
    .large-and-up-pl0 {
        padding-left: 0 !important
    }
    .large-and-up-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .large-and-up-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media screen and (min-width: 1025px) {
    .extralarge-and-up-p0 {
        padding: 0 !important
    }
    .extralarge-and-up-pt0 {
        padding-top: 0 !important
    }
    .extralarge-and-up-pr0 {
        padding-right: 0 !important
    }
    .extralarge-and-up-pb0 {
        padding-bottom: 0 !important
    }
    .extralarge-and-up-pl0 {
        padding-left: 0 !important
    }
    .extralarge-and-up-ph0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .extralarge-and-up-pv0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

[class~="1/1"] {
    width: 100% !important
}

[class~="1/2"],
[class~="2/4"],
[class~="3/6"],
[class~="4/8"],
[class~="5/10"],
[class~="6/12"] {
    width: 50% !important
}

[class~="1/3"],
[class~="2/6"],
[class~="3/9"],
[class~="4/12"] {
    width: 33.3333333% !important
}

[class~="2/3"],
[class~="4/6"],
[class~="6/9"],
[class~="8/12"] {
    width: 66.6666666% !important
}

[class~="1/4"],
[class~="2/8"],
[class~="3/12"] {
    width: 25% !important
}

[class~="3/4"],
[class~="6/8"],
[class~="9/12"] {
    width: 75% !important
}

[class~="1/5"],
[class~="2/10"] {
    width: 20% !important
}

[class~="2/5"],
[class~="4/10"] {
    width: 40% !important
}

[class~="3/5"],
[class~="6/10"] {
    width: 60% !important
}

[class~="4/5"],
[class~="8/10"] {
    width: 80% !important
}

[class~="1/6"],
[class~="2/12"] {
    width: 16.6666666% !important
}

[class~="5/6"],
[class~="10/12"] {
    width: 83.3333333% !important
}

[class~="1/8"] {
    width: 12.5% !important
}

[class~="3/8"] {
    width: 37.5% !important
}

[class~="5/8"] {
    width: 62.5% !important
}

[class~="7/8"] {
    width: 87.5% !important
}

[class~="1/9"] {
    width: 11.1111111% !important
}

[class~="2/9"] {
    width: 22.2222222% !important
}

[class~="4/9"] {
    width: 44.4444444% !important
}

[class~="5/9"] {
    width: 55.5555555% !important
}

[class~="7/9"] {
    width: 77.7777777% !important
}

[class~="8/9"] {
    width: 88.8888888% !important
}

[class~="1/10"] {
    width: 10% !important
}

[class~="3/10"] {
    width: 30% !important
}

[class~="7/10"] {
    width: 70% !important
}

[class~="9/10"] {
    width: 90% !important
}

[class~="1/12"] {
    width: 8.3333333% !important
}

[class~="5/12"] {
    width: 41.6666666% !important
}

[class~="7/12"] {
    width: 58.3333333% !important
}

[class~="11/12"] {
    width: 91.6666666% !important
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    [class~="medium-1/1"] {
        width: 100% !important
    }
    [class~="medium-1/2"],
    [class~="medium-2/4"],
    [class~="medium-3/6"],
    [class~="medium-4/8"],
    [class~="medium-5/10"],
    [class~="medium-6/12"] {
        width: 50% !important
    }
    [class~="medium-1/3"],
    [class~="medium-2/6"],
    [class~="medium-3/9"],
    [class~="medium-4/12"] {
        width: 33.3333333% !important
    }
    [class~="medium-2/3"],
    [class~="medium-4/6"],
    [class~="medium-6/9"],
    [class~="medium-8/12"] {
        width: 66.6666666% !important
    }
    [class~="medium-1/4"],
    [class~="medium-2/8"],
    [class~="medium-3/12"] {
        width: 25% !important
    }
    [class~="medium-3/4"],
    [class~="medium-6/8"],
    [class~="medium-9/12"] {
        width: 75% !important
    }
    [class~="medium-1/5"],
    [class~="medium-2/10"] {
        width: 20% !important
    }
    [class~="medium-2/5"],
    [class~="medium-4/10"] {
        width: 40% !important
    }
    [class~="medium-3/5"],
    [class~="medium-6/10"] {
        width: 60% !important
    }
    [class~="medium-4/5"],
    [class~="medium-8/10"] {
        width: 80% !important
    }
    [class~="medium-1/6"],
    [class~="medium-2/12"] {
        width: 16.6666666% !important
    }
    [class~="medium-5/6"],
    [class~="medium-10/12"] {
        width: 83.3333333% !important
    }
    [class~="medium-1/8"] {
        width: 12.5% !important
    }
    [class~="medium-3/8"] {
        width: 37.5% !important
    }
    [class~="medium-5/8"] {
        width: 62.5% !important
    }
    [class~="medium-7/8"] {
        width: 87.5% !important
    }
    [class~="medium-1/9"] {
        width: 11.1111111% !important
    }
    [class~="medium-2/9"] {
        width: 22.2222222% !important
    }
    [class~="medium-4/9"] {
        width: 44.4444444% !important
    }
    [class~="medium-5/9"] {
        width: 55.5555555% !important
    }
    [class~="medium-7/9"] {
        width: 77.7777777% !important
    }
    [class~="medium-8/9"] {
        width: 88.8888888% !important
    }
    [class~="medium-1/10"] {
        width: 10% !important
    }
    [class~="medium-3/10"] {
        width: 30% !important
    }
    [class~="medium-7/10"] {
        width: 70% !important
    }
    [class~="medium-9/10"] {
        width: 90% !important
    }
    [class~="medium-1/12"] {
        width: 8.3333333% !important
    }
    [class~="medium-5/12"] {
        width: 41.6666666% !important
    }
    [class~="medium-7/12"] {
        width: 58.3333333% !important
    }
    [class~="medium-11/12"] {
        width: 91.6666666% !important
    }
}

@media screen and (min-width: 481px) {
    [class~="medium-and-up-1/1"] {
        width: 100% !important
    }
    [class~="medium-and-up-1/2"],
    [class~="medium-and-up-2/4"],
    [class~="medium-and-up-3/6"],
    [class~="medium-and-up-4/8"],
    [class~="medium-and-up-5/10"],
    [class~="medium-and-up-6/12"] {
        width: 50% !important
    }
    [class~="medium-and-up-1/3"],
    [class~="medium-and-up-2/6"],
    [class~="medium-and-up-3/9"],
    [class~="medium-and-up-4/12"] {
        width: 33.3333333% !important
    }
    [class~="medium-and-up-2/3"],
    [class~="medium-and-up-4/6"],
    [class~="medium-and-up-6/9"],
    [class~="medium-and-up-8/12"] {
        width: 66.6666666% !important
    }
    [class~="medium-and-up-1/4"],
    [class~="medium-and-up-2/8"],
    [class~="medium-and-up-3/12"] {
        width: 25% !important
    }
    [class~="medium-and-up-3/4"],
    [class~="medium-and-up-6/8"],
    [class~="medium-and-up-9/12"] {
        width: 75% !important
    }
    [class~="medium-and-up-1/5"],
    [class~="medium-and-up-2/10"] {
        width: 20% !important
    }
    [class~="medium-and-up-2/5"],
    [class~="medium-and-up-4/10"] {
        width: 40% !important
    }
    [class~="medium-and-up-3/5"],
    [class~="medium-and-up-6/10"] {
        width: 60% !important
    }
    [class~="medium-and-up-4/5"],
    [class~="medium-and-up-8/10"] {
        width: 80% !important
    }
    [class~="medium-and-up-1/6"],
    [class~="medium-and-up-2/12"] {
        width: 16.6666666% !important
    }
    [class~="medium-and-up-5/6"],
    [class~="medium-and-up-10/12"] {
        width: 83.3333333% !important
    }
    [class~="medium-and-up-1/8"] {
        width: 12.5% !important
    }
    [class~="medium-and-up-3/8"] {
        width: 37.5% !important
    }
    [class~="medium-and-up-5/8"] {
        width: 62.5% !important
    }
    [class~="medium-and-up-7/8"] {
        width: 87.5% !important
    }
    [class~="medium-and-up-1/9"] {
        width: 11.1111111% !important
    }
    [class~="medium-and-up-2/9"] {
        width: 22.2222222% !important
    }
    [class~="medium-and-up-4/9"] {
        width: 44.4444444% !important
    }
    [class~="medium-and-up-5/9"] {
        width: 55.5555555% !important
    }
    [class~="medium-and-up-7/9"] {
        width: 77.7777777% !important
    }
    [class~="medium-and-up-8/9"] {
        width: 88.8888888% !important
    }
    [class~="medium-and-up-1/10"] {
        width: 10% !important
    }
    [class~="medium-and-up-3/10"] {
        width: 30% !important
    }
    [class~="medium-and-up-7/10"] {
        width: 70% !important
    }
    [class~="medium-and-up-9/10"] {
        width: 90% !important
    }
    [class~="medium-and-up-1/12"] {
        width: 8.3333333% !important
    }
    [class~="medium-and-up-5/12"] {
        width: 41.6666666% !important
    }
    [class~="medium-and-up-7/12"] {
        width: 58.3333333% !important
    }
    [class~="medium-and-up-11/12"] {
        width: 91.6666666% !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    [class~="large-1/1"] {
        width: 100% !important
    }
    [class~="large-1/2"],
    [class~="large-2/4"],
    [class~="large-3/6"],
    [class~="large-4/8"],
    [class~="large-5/10"],
    [class~="large-6/12"] {
        width: 50% !important
    }
    [class~="large-1/3"],
    [class~="large-2/6"],
    [class~="large-3/9"],
    [class~="large-4/12"] {
        width: 33.3333333% !important
    }
    [class~="large-2/3"],
    [class~="large-4/6"],
    [class~="large-6/9"],
    [class~="large-8/12"] {
        width: 66.6666666% !important
    }
    [class~="large-1/4"],
    [class~="large-2/8"],
    [class~="large-3/12"] {
        width: 25% !important
    }
    [class~="large-3/4"],
    [class~="large-6/8"],
    [class~="large-9/12"] {
        width: 75% !important
    }
    [class~="large-1/5"],
    [class~="large-2/10"] {
        width: 20% !important
    }
    [class~="large-2/5"],
    [class~="large-4/10"] {
        width: 40% !important
    }
    [class~="large-3/5"],
    [class~="large-6/10"] {
        width: 60% !important
    }
    [class~="large-4/5"],
    [class~="large-8/10"] {
        width: 80% !important
    }
    [class~="large-1/6"],
    [class~="large-2/12"] {
        width: 16.6666666% !important
    }
    [class~="large-5/6"],
    [class~="large-10/12"] {
        width: 83.3333333% !important
    }
    [class~="large-1/8"] {
        width: 12.5% !important
    }
    [class~="large-3/8"] {
        width: 37.5% !important
    }
    [class~="large-5/8"] {
        width: 62.5% !important
    }
    [class~="large-7/8"] {
        width: 87.5% !important
    }
    [class~="large-1/9"] {
        width: 11.1111111% !important
    }
    [class~="large-2/9"] {
        width: 22.2222222% !important
    }
    [class~="large-4/9"] {
        width: 44.4444444% !important
    }
    [class~="large-5/9"] {
        width: 55.5555555% !important
    }
    [class~="large-7/9"] {
        width: 77.7777777% !important
    }
    [class~="large-8/9"] {
        width: 88.8888888% !important
    }
    [class~="large-1/10"] {
        width: 10% !important
    }
    [class~="large-3/10"] {
        width: 30% !important
    }
    [class~="large-7/10"] {
        width: 70% !important
    }
    [class~="large-9/10"] {
        width: 90% !important
    }
    [class~="large-1/12"] {
        width: 8.3333333% !important
    }
    [class~="large-5/12"] {
        width: 41.6666666% !important
    }
    [class~="large-7/12"] {
        width: 58.3333333% !important
    }
    [class~="large-11/12"] {
        width: 91.6666666% !important
    }
}

@media screen and (min-width: 769px) {
    [class~="large-and-up-1/1"] {
        width: 100% !important
    }
    [class~="large-and-up-1/2"],
    [class~="large-and-up-2/4"],
    [class~="large-and-up-3/6"],
    [class~="large-and-up-4/8"],
    [class~="large-and-up-5/10"],
    [class~="large-and-up-6/12"] {
        width: 50% !important
    }
    [class~="large-and-up-1/3"],
    [class~="large-and-up-2/6"],
    [class~="large-and-up-3/9"],
    [class~="large-and-up-4/12"] {
        width: 33.3333333% !important
    }
    [class~="large-and-up-2/3"],
    [class~="large-and-up-4/6"],
    [class~="large-and-up-6/9"],
    [class~="large-and-up-8/12"] {
        width: 66.6666666% !important
    }
    [class~="large-and-up-1/4"],
    [class~="large-and-up-2/8"],
    [class~="large-and-up-3/12"] {
        width: 25% !important
    }
    [class~="large-and-up-3/4"],
    [class~="large-and-up-6/8"],
    [class~="large-and-up-9/12"] {
        width: 75% !important
    }
    [class~="large-and-up-1/5"],
    [class~="large-and-up-2/10"] {
        width: 20% !important
    }
    [class~="large-and-up-2/5"],
    [class~="large-and-up-4/10"] {
        width: 40% !important
    }
    [class~="large-and-up-3/5"],
    [class~="large-and-up-6/10"] {
        width: 60% !important
    }
    [class~="large-and-up-4/5"],
    [class~="large-and-up-8/10"] {
        width: 80% !important
    }
    [class~="large-and-up-1/6"],
    [class~="large-and-up-2/12"] {
        width: 16.6666666% !important
    }
    [class~="large-and-up-5/6"],
    [class~="large-and-up-10/12"] {
        width: 83.3333333% !important
    }
    [class~="large-and-up-1/8"] {
        width: 12.5% !important
    }
    [class~="large-and-up-3/8"] {
        width: 37.5% !important
    }
    [class~="large-and-up-5/8"] {
        width: 62.5% !important
    }
    [class~="large-and-up-7/8"] {
        width: 87.5% !important
    }
    [class~="large-and-up-1/9"] {
        width: 11.1111111% !important
    }
    [class~="large-and-up-2/9"] {
        width: 22.2222222% !important
    }
    [class~="large-and-up-4/9"] {
        width: 44.4444444% !important
    }
    [class~="large-and-up-5/9"] {
        width: 55.5555555% !important
    }
    [class~="large-and-up-7/9"] {
        width: 77.7777777% !important
    }
    [class~="large-and-up-8/9"] {
        width: 88.8888888% !important
    }
    [class~="large-and-up-1/10"] {
        width: 10% !important
    }
    [class~="large-and-up-3/10"] {
        width: 30% !important
    }
    [class~="large-and-up-7/10"] {
        width: 70% !important
    }
    [class~="large-and-up-9/10"] {
        width: 90% !important
    }
    [class~="large-and-up-1/12"] {
        width: 8.3333333% !important
    }
    [class~="large-and-up-5/12"] {
        width: 41.6666666% !important
    }
    [class~="large-and-up-7/12"] {
        width: 58.3333333% !important
    }
    [class~="large-and-up-11/12"] {
        width: 91.6666666% !important
    }
}

@media screen and (min-width: 1025px) {
    [class~="extralarge-and-up-1/1"] {
        width: 100% !important
    }
    [class~="extralarge-and-up-1/2"],
    [class~="extralarge-and-up-2/4"],
    [class~="extralarge-and-up-3/6"],
    [class~="extralarge-and-up-4/8"],
    [class~="extralarge-and-up-5/10"],
    [class~="extralarge-and-up-6/12"] {
        width: 50% !important
    }
    [class~="extralarge-and-up-1/3"],
    [class~="extralarge-and-up-2/6"],
    [class~="extralarge-and-up-3/9"],
    [class~="extralarge-and-up-4/12"] {
        width: 33.3333333% !important
    }
    [class~="extralarge-and-up-2/3"],
    [class~="extralarge-and-up-4/6"],
    [class~="extralarge-and-up-6/9"],
    [class~="extralarge-and-up-8/12"] {
        width: 66.6666666% !important
    }
    [class~="extralarge-and-up-1/4"],
    [class~="extralarge-and-up-2/8"],
    [class~="extralarge-and-up-3/12"] {
        width: 25% !important
    }
    [class~="extralarge-and-up-3/4"],
    [class~="extralarge-and-up-6/8"],
    [class~="extralarge-and-up-9/12"] {
        width: 75% !important
    }
    [class~="extralarge-and-up-1/5"],
    [class~="extralarge-and-up-2/10"] {
        width: 20% !important
    }
    [class~="extralarge-and-up-2/5"],
    [class~="extralarge-and-up-4/10"] {
        width: 40% !important
    }
    [class~="extralarge-and-up-3/5"],
    [class~="extralarge-and-up-6/10"] {
        width: 60% !important
    }
    [class~="extralarge-and-up-4/5"],
    [class~="extralarge-and-up-8/10"] {
        width: 80% !important
    }
    [class~="extralarge-and-up-1/6"],
    [class~="extralarge-and-up-2/12"] {
        width: 16.6666666% !important
    }
    [class~="extralarge-and-up-5/6"],
    [class~="extralarge-and-up-10/12"] {
        width: 83.3333333% !important
    }
    [class~="extralarge-and-up-1/8"] {
        width: 12.5% !important
    }
    [class~="extralarge-and-up-3/8"] {
        width: 37.5% !important
    }
    [class~="extralarge-and-up-5/8"] {
        width: 62.5% !important
    }
    [class~="extralarge-and-up-7/8"] {
        width: 87.5% !important
    }
    [class~="extralarge-and-up-1/9"] {
        width: 11.1111111% !important
    }
    [class~="extralarge-and-up-2/9"] {
        width: 22.2222222% !important
    }
    [class~="extralarge-and-up-4/9"] {
        width: 44.4444444% !important
    }
    [class~="extralarge-and-up-5/9"] {
        width: 55.5555555% !important
    }
    [class~="extralarge-and-up-7/9"] {
        width: 77.7777777% !important
    }
    [class~="extralarge-and-up-8/9"] {
        width: 88.8888888% !important
    }
    [class~="extralarge-and-up-1/10"] {
        width: 10% !important
    }
    [class~="extralarge-and-up-3/10"] {
        width: 30% !important
    }
    [class~="extralarge-and-up-7/10"] {
        width: 70% !important
    }
    [class~="extralarge-and-up-9/10"] {
        width: 90% !important
    }
    [class~="extralarge-and-up-1/12"] {
        width: 8.3333333% !important
    }
    [class~="extralarge-and-up-5/12"] {
        width: 41.6666666% !important
    }
    [class~="extralarge-and-up-7/12"] {
        width: 58.3333333% !important
    }
    [class~="extralarge-and-up-11/12"] {
        width: 91.6666666% !important
    }
}

.clearfix:after,
.media:after,
.box:after {
    content: "";
    display: table;
    clear: both
}

.hidden {
    display: none !important
}

.visuallyhidden {
    position: absolute;
    left: -999em
}

.invisible {
    visibility: hidden !important
}

.no-transition,
.no-transition * {
    transition: none !important
}

.amp {
    font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: normal
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.type-light {
    font-weight: 300 !important
}

.type-normal {
    font-weight: 400 !important
}

.type-semibold {
    font-weight: 600 !important
}

.type-bold {
    font-weight: 700 !important
}

.type-extrabold {
    font-weight: 800 !important
}

.type-uppercase {
    text-transform: uppercase !important
}

.type-lowercase {
    text-transform: lowercase !important
}

.type-capitalize {
    text-transform: capitalize !important
}

.type-no-transfrom {
    text-transform: none !important
}

.type-extra-tiny {
    font-size: 8px !important
}

.type-extra-small {
    font-size: 10px !important
}

.type-tiny {
    font-size: 12px !important
}

.type-small {
    font-size: 14px !important
}

.type-default {
    font-size: 16px !important
}

.type-large {
    font-size: 20px !important
}

.type-huge {
    font-size: 22px !important
}

.type-extrahuge {
    font-size: 24px !important
}

.type-x-huge {
    font-size: 32px !important
}

.type-super-huge {
    font-size: 66px !important
}

.bold {
    font-weight: 700
}

.regular {
    font-weight: 400
}

.light {
    font-weight: 300
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .text-left-medium {
        text-align: left !important
    }
    .text-center-medium {
        text-align: center !important
    }
    .text-right-medium {
        text-align: right !important
    }
    .none-medium {
        display: none !important
    }
    .float-none-medium {
        float: none !important
    }
    .float-left-medium {
        float: left !important
    }
    .float-right-medium {
        float: right !important
    }
}

@media screen and (min-width: 481px) {
    .text-left-medium-and-up {
        text-align: left !important
    }
    .text-center-medium-and-up {
        text-align: center !important
    }
    .text-right-medium-and-up {
        text-align: right !important
    }
    .none-medium-and-up {
        display: none !important
    }
    .float-none-medium-and-up {
        float: none !important
    }
    .float-left-medium-and-up {
        float: left !important
    }
    .float-right-medium-and-up {
        float: right !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .text-left-large {
        text-align: left !important
    }
    .text-center-large {
        text-align: center !important
    }
    .text-right-large {
        text-align: right !important
    }
    .none-large {
        display: none !important
    }
    .float-none-large {
        float: none !important
    }
    .float-left-large {
        float: left !important
    }
    .float-right-large {
        float: right !important
    }
}

@media screen and (min-width: 769px) {
    .text-left-large-and-up {
        text-align: left !important
    }
    .text-center-large-and-up {
        text-align: center !important
    }
    .text-right-large-and-up {
        text-align: right !important
    }
    .none-large-and-up {
        display: none !important
    }
    .float-none-large-and-up {
        float: none !important
    }
    .float-left-large-and-up {
        float: left !important
    }
    .float-right-large-and-up {
        float: right !important
    }
}

@media screen and (min-width: 1025px) {
    .text-left-extralarge-and-up {
        text-align: left !important
    }
    .text-center-extralarge-and-up {
        text-align: center !important
    }
    .text-right-extralarge-and-up {
        text-align: right !important
    }
    .none-extralarge-and-up {
        display: none !important
    }
    .float-none-extralarge-and-up {
        float: none !important
    }
    .float-left-extralarge-and-up {
        float: left !important
    }
    .float-right-extralarge-and-up {
        float: right !important
    }
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
}

.select-box {
    margin-bottom: 25px;
}
