@import "fontawesome.css";
@import "material-icons.css";
@import "custom-margin-padding.css";
@import "bootstrap.css";
@import "venobox.css";


@-webkit-keyframes sprite-animation {
    from {
        background-position: 0 0
    }
}

@keyframes sprite-animation {
    from {
        background-position: 0 0
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: top
}

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

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ''
}

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

button,
input,
textarea,
select {
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    color: inherit;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0
}

button,
input[type=button],
input[type=submit] {
    cursor: pointer
}

.lt-ie11 input {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom-left-radius: 1px !important
}

*,
*:before,
*:after {
    box-sizing: border-box
}

a,
a[href^="tel:"],
a[href^="callto:"] {
    font: inherit;
    color: inherit;
    text-decoration: none
}

a:focus,
a[href^="tel:"]:focus,
a[href^="callto:"]:focus {
    outline: none
}

img {
    max-width: 100%;
    height: auto
}

a,
button,
input {
    transition: .3s all ease
}

.page {
    overflow: hidden
}

html.boxed body {
    background: #444
}

html.boxed .page {
    background: #9d98a0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .12), 3px 4px 8px 0 rgba(0, 0, 0, .11);
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 300px;
    max-width: 480px
}

@media(min-width:768px) {
    .container {
        max-width: 750px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 2048px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

[class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

html.lt-ie10 *+[class*=col-],
html.lt-ie10 *+.row,
*+[class*=col-],
*+.row {
    margin-top: 30px
}

html.lt-ie10 .row-no-gutter,
.row-no-gutter {
    margin-left: 0;
    margin-right: 0
}

html.lt-ie10 .row-no-gutter>[class*=col],
.row-no-gutter>[class*=col] {
    padding-left: 0;
    padding-right: 0
}

html.lt-ie10 .row-no-gutter>*+[class*=col],
.row-no-gutter>*+[class*=col] {
    margin-top: 0
}

@media(min-width:480px) {
    *+[class*=col-xs-] {
        margin-top: 0
    }
    .row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .row>[class*=col] {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .row-xs-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .row-xs-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .row-xs-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .row-xs-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .row-xs-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .row-xs-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .row-xs {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .row-xs-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .row-xs-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .row-xs-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .col-xs-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .col-xs-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .col-xs-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .row>.col-xs-preffix-0 {
        margin-left: 0%
    }
    .row>.col-xs-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .row>.col-xs-preffix-1 {
        margin-left: 8.33333%
    }
    .row>.col-xs-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .row>.col-xs-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .row>.col-xs-preffix-2 {
        margin-left: 16.66667%
    }
    .row>.col-xs-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .row>.col-xs-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .row>.col-xs-preffix-3 {
        margin-left: 25%
    }
    .row>.col-xs-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .row>.col-xs-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .row>.col-xs-preffix-4 {
        margin-left: 33.33333%
    }
    .row>.col-xs-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .row>.col-xs-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .row>.col-xs-preffix-5 {
        margin-left: 41.66667%
    }
    .row>.col-xs-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .row>.col-xs-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .row>.col-xs-preffix-6 {
        margin-left: 50%
    }
    .row>.col-xs-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .row>.col-xs-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .row>.col-xs-preffix-7 {
        margin-left: 58.33333%
    }
    .row>.col-xs-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .row>.col-xs-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .row>.col-xs-preffix-8 {
        margin-left: 66.66667%
    }
    .row>.col-xs-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .row>.col-xs-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .row>.col-xs-preffix-9 {
        margin-left: 75%
    }
    .row>.col-xs-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .row>.col-xs-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .row>.col-xs-preffix-10 {
        margin-left: 83.33333%
    }
    .row>.col-xs-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .row>.col-xs-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .row>.col-xs-preffix-11 {
        margin-left: 91.66667%
    }
    .row>.col-xs-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .row>.col-xs-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .row>.col-xs-preffix-12 {
        margin-left: 100%
    }
    .row>.col-xs-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
}

@media(min-width:768px) {
    *+[class*=col-sm-] {
        margin-top: 0
    }
    .row-sm-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .row-sm-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .row-sm-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .row-sm-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .row-sm-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .row-sm-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .row-sm {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .row-sm-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .row-sm-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .row-sm-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .col-sm-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .col-sm-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .col-sm-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .row>.col-sm-preffix-0 {
        margin-left: 0%
    }
    .row>.col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .row>.col-sm-preffix-1 {
        margin-left: 8.33333%
    }
    .row>.col-sm-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .row>.col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .row>.col-sm-preffix-2 {
        margin-left: 16.66667%
    }
    .row>.col-sm-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .row>.col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .row>.col-sm-preffix-3 {
        margin-left: 25%
    }
    .row>.col-sm-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .row>.col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .row>.col-sm-preffix-4 {
        margin-left: 33.33333%
    }
    .row>.col-sm-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .row>.col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .row>.col-sm-preffix-5 {
        margin-left: 41.66667%
    }
    .row>.col-sm-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .row>.col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .row>.col-sm-preffix-6 {
        margin-left: 50%
    }
    .row>.col-sm-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .row>.col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .row>.col-sm-preffix-7 {
        margin-left: 58.33333%
    }
    .row>.col-sm-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .row>.col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .row>.col-sm-preffix-8 {
        margin-left: 66.66667%
    }
    .row>.col-sm-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .row>.col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .row>.col-sm-preffix-9 {
        margin-left: 75%
    }
    .row>.col-sm-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .row>.col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .row>.col-sm-preffix-10 {
        margin-left: 83.33333%
    }
    .row>.col-sm-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .row>.col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .row>.col-sm-preffix-11 {
        margin-left: 91.66667%
    }
    .row>.col-sm-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .row>.col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .row>.col-sm-preffix-12 {
        margin-left: 100%
    }
    .row>.col-sm-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
}

@media(min-width:992px) {
    *+[class*=col-md-] {
        margin-top: 0
    }
    .row-md-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .row-md-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .row-md-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .row-md-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .row-md-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .row-md-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .row-md {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .row-md-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .row-md-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .row-md-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .col-md-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .col-md-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .col-md-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .row>.col-md-preffix-0 {
        margin-left: 0%
    }
    .row>.col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .row>.col-md-preffix-1 {
        margin-left: 8.33333%
    }
    .row>.col-md-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .row>.col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .row>.col-md-preffix-2 {
        margin-left: 16.66667%
    }
    .row>.col-md-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .row>.col-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .row>.col-md-preffix-3 {
        margin-left: 25%
    }
    .row>.col-md-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .row>.col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .row>.col-md-preffix-4 {
        margin-left: 33.33333%
    }
    .row>.col-md-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .row>.col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .row>.col-md-preffix-5 {
        margin-left: 41.66667%
    }
    .row>.col-md-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .row>.col-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .row>.col-md-preffix-6 {
        margin-left: 50%
    }
    .row>.col-md-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .row>.col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .row>.col-md-preffix-7 {
        margin-left: 58.33333%
    }
    .row>.col-md-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .row>.col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .row>.col-md-preffix-8 {
        margin-left: 66.66667%
    }
    .row>.col-md-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .row>.col-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .row>.col-md-preffix-9 {
        margin-left: 75%
    }
    .row>.col-md-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .row>.col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .row>.col-md-preffix-10 {
        margin-left: 83.33333%
    }
    .row>.col-md-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .row>.col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .row>.col-md-preffix-11 {
        margin-left: 91.66667%
    }
    .row>.col-md-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .row>.col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .row>.col-md-preffix-12 {
        margin-left: 100%
    }
    .row>.col-md-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
}

@media(min-width:1200px) {
    *+[class*=col-lg-] {
        margin-top: 0
    }
    .row-lg-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .row-lg-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .row-lg-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .row-lg-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .row-lg-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .row-lg-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .row-lg {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .row-lg-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .row-lg-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .row-lg-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .col-lg-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .col-lg-middle {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .col-lg-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .row>.col-lg-preffix-0 {
        margin-left: 0%
    }
    .row>.col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .row>.col-lg-preffix-1 {
        margin-left: 8.33333%
    }
    .row>.col-lg-push-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .row>.col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .row>.col-lg-preffix-2 {
        margin-left: 16.66667%
    }
    .row>.col-lg-push-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .row>.col-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .row>.col-lg-preffix-3 {
        margin-left: 25%
    }
    .row>.col-lg-push-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .row>.col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .row>.col-lg-preffix-4 {
        margin-left: 33.33333%
    }
    .row>.col-lg-push-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .row>.col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .row>.col-lg-preffix-5 {
        margin-left: 41.66667%
    }
    .row>.col-lg-push-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .row>.col-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .row>.col-lg-preffix-6 {
        margin-left: 50%
    }
    .row>.col-lg-push-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .row>.col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .row>.col-lg-preffix-7 {
        margin-left: 58.33333%
    }
    .row>.col-lg-push-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .row>.col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .row>.col-lg-preffix-8 {
        margin-left: 66.66667%
    }
    .row>.col-lg-push-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .row>.col-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .row>.col-lg-preffix-9 {
        margin-left: 75%
    }
    .row>.col-lg-push-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .row>.col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .row>.col-lg-preffix-10 {
        margin-left: 83.33333%
    }
    .row>.col-lg-push-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .row>.col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .row>.col-lg-preffix-11 {
        margin-left: 91.66667%
    }
    .row>.col-lg-push-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .row>.col-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .row>.col-lg-preffix-12 {
        margin-left: 100%
    }
    .row>.col-lg-push-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
}

html.lt-ie10 .row>.col-xs-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie10 .row>.col-xs-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie10 .row>.col-xs-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie10 .row>.col-xs-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie10 .row>.col-xs-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie10 .row>.col-xs-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie10 .row>.col-xs-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie10 .row>.col-xs-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie10 .row>.col-xs-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie10 .row>.col-xs-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie10 .row>.col-xs-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie10 .row>.col-xs-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie10 .row>.col-sm-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie10 .row>.col-sm-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie10 .row>.col-sm-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie10 .row>.col-sm-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie10 .row>.col-sm-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie10 .row>.col-sm-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie10 .row>.col-sm-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie10 .row>.col-sm-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie10 .row>.col-sm-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie10 .row>.col-sm-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie10 .row>.col-sm-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie10 .row>.col-sm-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie10 .row>.col-md-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie10 .row>.col-md-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie10 .row>.col-md-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie10 .row>.col-md-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie10 .row>.col-md-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie10 .row>.col-md-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie10 .row>.col-md-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie10 .row>.col-md-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie10 .row>.col-md-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie10 .row>.col-md-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie10 .row>.col-md-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie10 .row>.col-md-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie10 .row>.col-lg-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie10 .row>.col-lg-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie10 .row>.col-lg-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie10 .row>.col-lg-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie10 .row>.col-lg-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie10 .row>.col-lg-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie10 .row>.col-lg-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie10 .row>.col-lg-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie10 .row>.col-lg-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie10 .row>.col-lg-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie10 .row>.col-lg-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie10 .row>.col-lg-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie10 .row>[class*=col-xs-preffix-],
html.lt-ie10 .row>[class*=col-sm-preffix-],
html.lt-ie10 .row>[class*=col-md-preffix-],
html.lt-ie10 .row>[class*=col-lg-preffix-] {
    margin-left: auto
}

html.lt-ie10 .row-no-gutter,
.row-no-gutter {
    margin-top: 0
}



html {
    font-size: 60px
}

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

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

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

html .old-ie {
    display: none
}

html.lt-ie11 .old-ie {
    display: block
}

body {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
    color: #bbbaba;
    background: #9d98a0
}

@media(min-width:768px) and (max-width:991px) {
    body {
        font-size: 18px
    }
}

@media(min-width:992px) {
    body {
        font-size: 18px;
        line-height: 30px
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
    display: block;
    font-weight: 400;
    font-family: "slabo 13px", sans-serif
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.heading-1 a:hover,
.heading-2 a:hover,
.heading-3 a:hover,
.heading-4 a:hover,
.heading-5 a:hover,
.heading-6 a:hover {
    color: #c6c6c6
}

h1,
.heading-1 {
    font-size: 38px;
    line-height: 1.33
}

@media(min-width:992px) {
    h1,
    .heading-1 {
        font-size: 86px;
        line-height: 1.16
    }
}

h1>.heading-2,
.heading-1>.heading-2 {
    margin-bottom: .33rem
}

h2,
.heading-2 {
    font-size: 40px;
    line-height: 1.3;
    color: #3f3545
}

@media(min-width:768px) and (max-width:991px) {
    h2--mod1,
    .heading-2--mod1 {
        font-size: 52px
    }
}

@media(min-width:992px) {
    h2--mod1,
    .heading-2--mod1 {
        font-size: 60px;
        line-height: 1.05
    }
}

@media(min-width:768px) and (max-width:991px) {
    h2,
    .heading-2 {
        font-size: 52px
    }
}

@media(min-width:992px) {
    h2,
    .heading-2 {
        font-size: 60px;
        line-height: 1
    }
}

h3,
.heading-3 {
    font-size: 30px;
    line-height: 1.4
}

@media(min-width:768px) {
    h3,
    .heading-3 {
        font-size: 50px;
        line-height: 1
    }
}

h4,
.heading-4 {
    font-size: 26px;
    color: #3f3545
}

@media(min-width:768px) {
    h4,
    .heading-4 {
        font-size: 30px;
        line-height: 1
    }
}

h5,
.heading-5 {
    font-family: montserrat, sans-serif;
    font-size: 22px
}

@media(min-width:768px) {
    h5,
    .heading-5 {
        font-size: 24px;
        line-height: 1.5
    }
}

h6,
.heading-6 {
    color: rgba(116,116,116,1.00);
    font-size: 18px;
    font-family: montserrat, sans-serif
}

@media(min-width:768px) {
    h6,
    .heading-6 {
        font-size: 18px;
        line-height: 1.66
    }
}

p,
.list,
.contact-info {}

p a:hover,
.list a:hover,
.contact-info a:hover {
    color: #c6c6c6
}

mark {
    display: inline-block;
    padding: 5px;
    color: #fff;
    background: #c6c6c6
}

em {
    font-size: 32px;
    color: #989898
}

small,
.small {
    display: block;
    font-size: .875em;
    line-height: 1.643em
}

.big {
    font-size: 1.2em
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(110,110,110,0.80);
}
time:before {
    padding-right: 8px
}

hr {
    height: 1px;
    width: 100%;
    display: none;
    padding: 0;
    background: rgba(255, 255, 255, .04)
}

.sign-block+.arrow1 {
    margin-top: 2%
}

@media(min-width:768px) {
    .sign-block+.arrow1 {
        margin-top: 2%
    }
}

@media(min-width:1290px) {
    .sign-block+.arrow1 {
        margin-top: 5%
    }
}

h6+h2 {
    margin-top: 35px
}

h2+.btn {
    margin-top: 39px
}

h2+p {
    margin-top: 30px
}

@media(min-width:768px) {
    h2+p {
        margin-top: 60px
    }
}

p+.btn {
    margin-top: 30px
}

@media(min-width:768px) {
    p+.btn {
        margin-top: 71px
    }
}

img+h6 {
    margin-top: 25px
}

h6+h4 {
    margin-top: 4px
}

.copyright-txt+.inline-list {
    margin-top: 34px
}

*+.container-fluid {
    margin-top: 66px
}

.page-content .offset-0 {
    margin-top: 0
}

@media(min-width:992px) {
    .page-content .offset-1 {
        margin-top: -12px
    }
}

.flow-offset-1>*+* {
    margin-top: 30px
}

@media(min-width:480px) {
    html:not(.lt-ie10) .flow-offset-1>.col-xs-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-12:nth-child(n) {
        margin-top: 0
    }
}

@media(min-width:480px) {
    html:not(.lt-ie10) .flow-offset-1>.col-xs-1:nth-child(n+13),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-2:nth-child(n+7),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-3:nth-child(n+5),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-4:nth-child(n+4),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-6:nth-child(n+3),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-12:nth-child(n+2),
    html:not(.lt-ie10) .flow-offset-1>.col-xs-8.col-xs-preffix-2 {
        margin-top: 30px
    }
}

@media(min-width:768px) {
    html:not(.lt-ie10) .flow-offset-1>.col-sm-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-12:nth-child(n) {
        margin-top: 0
    }
}

@media(min-width:768px) {
    html:not(.lt-ie10) .flow-offset-1>.col-sm-1:nth-child(n+13),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-2:nth-child(n+7),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-3:nth-child(n+5),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-4:nth-child(n+4),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-6:nth-child(n+3),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-12:nth-child(n+2),
    html:not(.lt-ie10) .flow-offset-1>.col-sm-8.col-sm-preffix-2 {
        margin-top: 30px
    }
}

@media(min-width:992px) {
    html:not(.lt-ie10) .flow-offset-1>.col-md-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-md-12:nth-child(n) {
        margin-top: 0
    }
}

@media(min-width:992px) {
    html:not(.lt-ie10) .flow-offset-1>.col-md-1:nth-child(n+13),
    html:not(.lt-ie10) .flow-offset-1>.col-md-2:nth-child(n+7),
    html:not(.lt-ie10) .flow-offset-1>.col-md-3:nth-child(n+5),
    html:not(.lt-ie10) .flow-offset-1>.col-md-4:nth-child(n+4),
    html:not(.lt-ie10) .flow-offset-1>.col-md-6:nth-child(n+3),
    html:not(.lt-ie10) .flow-offset-1>.col-md-12:nth-child(n+2),
    html:not(.lt-ie10) .flow-offset-1>.col-md-8.col-md-preffix-2 {
        margin-top: 30px
    }
}

@media(min-width:1200px) {
    html:not(.lt-ie10) .flow-offset-1>.col-lg-1:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-2:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-3:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-4:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-5:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-6:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-7:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-8:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-9:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-10:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-11:nth-child(n),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-12:nth-child(n) {
        margin-top: 0
    }
}

@media(min-width:1200px) {
    html:not(.lt-ie10) .flow-offset-1>.col-lg-1:nth-child(n+13),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-2:nth-child(n+7),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-3:nth-child(n+5),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-4:nth-child(n+4),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-6:nth-child(n+3),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-12:nth-child(n+2),
    html:not(.lt-ie10) .flow-offset-1>.col-lg-8.col-lg-preffix-2 {
        margin-top: 30px
    }
}

.container .rd-navbar-search-results .result-item+.result-item {
    margin-top: 30px
}

.js-postfix-1 {
    margin-right: -366px
}

.postfix-1 {}

@media(min-width:1200px) {
    .postfix-1 {
        margin-right: -16px;
        margin-left: -14px
    }
}

@media(min-width:1200px) {
    .inset-1 {
    padding-right: 30px;
    color: rgba(94,94,94,1.00);

    }
}
.product img {
    max-width: 300px;
    max-height: 100%;
    border: 1px solid rgba(215,215,215,1.00);
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    background-color: rgba(228,228,228,1.00);
} 

@media(min-width:768px) {
    .inset-2 {
        padding-left: 100px
    }
}

.well-xs,
.well-xs.page-footer {
    padding-top: 30px;
    padding-bottom: 30px
}

.page .well-sm {
    padding-top: 20px;
    padding-bottom: 20px
}

@media(min-width:768px) {
    .page .well-sm {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.well-md {
    padding-top: 1rem;
    padding-bottom: 1.06rem
}

.well-md--inset1 {
    padding-top: 1.17rem;
    padding-bottom: 1.18rem
}

.well-md--inset2 {
    padding-top: 1.17rem;
    padding-bottom: 45px
}

.well-md--inset3 {
    padding-bottom: 1.43rem
}

.well-lg {
    padding-top: 5%;
    padding-bottom: 5%
}

@media(min-width:768px) {
    .well-lg {
        padding-top: 5%
    }
}

@media(min-width:1290px) {
    .well-lg {
        padding-top:0
    }
}

.well-xl {
    padding-top: 1.5rem;
    padding-bottom: 1.45rem
}

.round {
    border-radius: 50%
}

.desktop .viewport-height {
    min-height: 100vh
}

html body .page .text-primary {
    color: #c6c6c6
}

.bg-primary {
    background: #c6c6c6
}

.bg-primary,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary .heading-1,
.bg-primary .heading-2,
.bg-primary .heading-3,
.bg-primary .heading-4,
.bg-primary .heading-5,
.bg-primary .heading-6 {
    color: #fff
}

.bg-primary .icon-primary {
    color: #fff;
    border-color: #fff;
    background: 0 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .12)
}

.bg-primary p a:hover,
.bg-primary .list a:hover,
.bg-primary .terms-list a:hover {
    color: #fff;
    text-decoration: underline
}

.bg-default {
    position: relative
}

.bg-default .container,
.bg-default .row,
.bg-default>* {
    position: relative;
    z-index: 1
}

.bg-default:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: 10000px;
    content: "";
    background: #fff;
    z-index: 0
}

@media(min-width:480px) {
    .bg-default:before {
        left: 0
    }
}

.bg-default--variant-2:before {
    background: #eee
}

.bg-default--variant-2 .btn-default {
    background: #fff;
  /*  border-color: #e4e4e4 */
}

.bg-default--variant3:before {
    left: -115px
}

.bg-default-variant-4 {
    background: #eee;
    position: relative
}

.bg-default-variant-4 .big {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
    right: 50px;
    text-align: right;
    font-size: 200px;
    line-height: 1.4;
    text-indent: 20px;
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .bg-default-variant-4 .big {
        display: none
    }
}

@media(min-width:1200px) {
    .bg-default-variant-4 .big {
        font-size: 400px;
        line-height: 1.4;
        text-indent: 340px;
        text-align: center;
        top: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        right: 50px
    }
}

@media(max-width:1250px) {
    .bg-default-variant-4 .big {
        text-indent: 290px
    }
}

.bg-default-variant-4 .z2 {
    z-index: 2
}

.bg-default-variant-4 .btn-default {
    background: #fff;
    border-color: #e4e4e4
}

.bg-white {
    position: relative;
    background: #fff
}

.pull-left {
    float: left
}

.pull-none {
    float: none
}

.pull-right {
    float: right
}

@media(min-width:480px) {
    .pull-xs-left {
        float: left
    }
    .pull-xs-none {
        float: none
    }
    .pull-xs-right {
        float: right
    }
}

@media(min-width:768px) {
    .pull-sm-left {
        float: left
    }
    .pull-sm-none {
        float: none
    }
    .pull-sm-right {
        float: right
    }
}

@media(min-width:992px) {
    .pull-md-left {
        float: left
    }
    .pull-md-none {
        float: none
    }
    .pull-md-right {
        float: right
    }
}

@media(min-width:1200px) {
    .pull-lg-left {
        float: left
    }
    .pull-lg-none {
        float: none
    }
    .pull-lg-right {
        float: right
    }
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@media(min-width:480px) {
    html:not(.lt-ie10) .text-xs-left {
        text-align: left
    }
    html:not(.lt-ie10) .text-xs-center {
        text-align: center
    }
    html:not(.lt-ie10) .text-xs-right {
        text-align: right
    }
}

@media(min-width:768px) {
    html:not(.lt-ie10) .text-sm-left {
        text-align: left
    }
    html:not(.lt-ie10) .text-sm-center {
        text-align: center
    }
    html:not(.lt-ie10) .text-sm-right {
        text-align: right
    }
}

@media(min-width:992px) {
    html:not(.lt-ie10) .text-md-left {
        text-align: left
    }
    html:not(.lt-ie10) .text-md-center {
        text-align: center
    }
    html:not(.lt-ie10) .text-md-right {
        text-align: right
    }
}

@media(min-width:1200px) {
    html:not(.lt-ie10) .text-lg-left {
        text-align: left
    }
    html:not(.lt-ie10) .text-lg-center {
        text-align: center
    }
    html:not(.lt-ie10) .text-lg-right {
        text-align: right
    }
}

.text-italic {
    font-style: italic
}

.text-underline {
    text-decoration: underline
}

.text-strike {
    text-decoration: line-through
}

.text-thin {
    font-weight: 100
}

.text-light {
    font-weight: 300
}

.text-regular {
    font-weight: 400
}

.text-medium {
    font-weight: 500
}

.text-sbold {
    font-weight: 600
}

.text-bold,
strong {
    font-weight: 700
}

.text-ubold {
    font-weight: 900
}

.text-uppercase {
    text-transform: uppercase
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

html:not(.lt-ie10) .not-animated {
    opacity: 0
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .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;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -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 {
    0%,
    100% {
        -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)
    }
    100% {
        -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)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        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)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        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)
    }
    100% {
        -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(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -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 {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -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 {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -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 {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -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
    }
    100% {
        -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-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -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
    }
    100% {
        -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-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -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
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -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
    }
    100% {
        -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 {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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
    }
    100% {
        -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
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        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 {
    0% {
        opacity: 1
    }
    100% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.box__left {
    padding-bottom: 30px
}

.box__right {
    padding-top: 30px
}

.box-rtl {
    direction: rtl
}

.box-rtl>.box__left {
    padding-right: 0;
    padding-left: 30px
}

.box-rtl>.box__right {
    padding-right: 30px;
    padding-left: 0
}

.box-ltr {
    direction: ltr
}

.box-group,
.box-group-outer>* {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.box>.box__left img,
.box>.box__right img {
    max-width: none
}

.box>.box__left,
.box>.box__right,
.box>.box__body {
    padding: 0;
    direction: ltr;
    display: table-cell;
    vertical-align: top
}

.box>.box__left {
    padding-right: 30px;
    padding-bottom: 0
}

.box>.box__right {
    padding-left: 30px;
    padding-top: 0
}

@media(min-width:480px) {
    html:not(.lt-ie10) .box-xs>.box__left img,
    html:not(.lt-ie10) .box-xs>.box__right img {
        max-width: none
    }
    html:not(.lt-ie10) .box-xs>.box__left,
    html:not(.lt-ie10) .box-xs>.box__right,
    html:not(.lt-ie10) .box-xs>.box__body {
        display: table-cell;
        vertical-align: top
    }
    html:not(.lt-ie10) .box-xs>.box__left {
        padding-right: 30px;
        padding-bottom: 0
    }
    html:not(.lt-ie10) .box-xs>.box__right {
        padding-left: 30px;
        padding-top: 0
    }
    html:not(.lt-ie10) .box-xs-clear>.box__left img,
    html:not(.lt-ie10) .box-xs-clear>.box__right img {
        max-width: 100%
    }
    html:not(.lt-ie10) .box-xs-clear>.box__left,
    html:not(.lt-ie10) .box-xs-clear>.box__right,
    html:not(.lt-ie10) .box-xs-clear .box__body {
        padding: 0;
        display: block;
        vert-align: top
    }
    html:not(.lt-ie10) .box-xs-clear>.box__left {
        padding-bottom: 30px
    }
    html:not(.lt-ie10) .box-xs-clear>.box__right {
        padding-top: 30px
    }
    html:not(.lt-ie10) .box-xs-rtl {
        direction: rtl
    }
    html:not(.lt-ie10) .box-xs-rtl>.box__left {
        padding-right: 0;
        padding-left: 30px
    }
    html:not(.lt-ie10) .box-xs-rtl>.box__right {
        padding-right: 30px;
        padding-left: 0
    }
    html:not(.lt-ie10) .box-xs-ltr {
        direction: ltr
    }
    html:not(.lt-ie10) .box-xs-ltr>.box__left {
        padding-right: 30px;
        padding-left: 0
    }
    html:not(.lt-ie10) .box-xs-ltr>.box__right {
        padding-right: 0;
        padding-left: 30px
    }
}

@media(min-width:768px) {
    html:not(.lt-ie10) .box-sm>.box__left img,
    html:not(.lt-ie10) .box-sm>.box__right img {
        max-width: none
    }
    html:not(.lt-ie10) .box-sm>.box__left,
    html:not(.lt-ie10) .box-sm>.box__right,
    html:not(.lt-ie10) .box-sm>.box__body {
        display: table-cell;
        vertical-align: top
    }
    html:not(.lt-ie10) .box-sm>.box__left {
        padding-right: 30px;
        padding-bottom: 0
    }
    html:not(.lt-ie10) .box-sm>.box__right {
        padding-left: 30px;
        padding-top: 0
    }
    html:not(.lt-ie10) .box-sm-clear>.box__left img,
    html:not(.lt-ie10) .box-sm-clear>.box__right img {
        max-width: 100%
    }
    html:not(.lt-ie10) .box-sm-clear>.box__left,
    html:not(.lt-ie10) .box-sm-clear>.box__right,
    html:not(.lt-ie10) .box-sm-clear .box__body {
        padding: 0;
        display: block;
        vert-align: top
    }
    html:not(.lt-ie10) .box-sm-clear>.box__left {
        padding-bottom: 30px
    }
    html:not(.lt-ie10) .box-sm-clear>.box__right {
        padding-top: 30px
    }
    html:not(.lt-ie10) .box-sm-rtl {
        direction: rtl
    }
    html:not(.lt-ie10) .box-sm-rtl>.box__left {
        padding-right: 0;
        padding-left: 30px
    }
    html:not(.lt-ie10) .box-sm-rtl>.box__right {
        padding-right: 30px;
        padding-left: 0
    }
    html:not(.lt-ie10) .box-sm-ltr {
        direction: ltr
    }
    html:not(.lt-ie10) .box-sm-ltr>.box__left {
        padding-right: 30px;
        padding-left: 0
    }
    html:not(.lt-ie10) .box-sm-ltr>.box__right {
        padding-right: 0;
        padding-left: 30px
    }
}

@media(min-width:992px) {
    html:not(.lt-ie10) .box-md>.box__left img,
    html:not(.lt-ie10) .box-md>.box__right img {
        max-width: none
    }
    html:not(.lt-ie10) .box-md>.box__left,
    html:not(.lt-ie10) .box-md>.box__right,
    html:not(.lt-ie10) .box-md>.box__body {
        display: table-cell;
        vertical-align: top
    }
    html:not(.lt-ie10) .box-md>.box__left {
        padding-right: 30px;
        padding-bottom: 0
    }
    html:not(.lt-ie10) .box-md>.box__right {
        padding-left: 30px;
        padding-top: 0
    }
    html:not(.lt-ie10) .box-md-clear>.box__left img,
    html:not(.lt-ie10) .box-md-clear>.box__right img {
        max-width: 100%
    }
    html:not(.lt-ie10) .box-md-clear>.box__left,
    html:not(.lt-ie10) .box-md-clear>.box__right,
    html:not(.lt-ie10) .box-md-clear .box__body {
        padding: 0;
        display: block;
        vert-align: top
    }
    html:not(.lt-ie10) .box-md-clear>.box__left {
        padding-bottom: 30px
    }
    html:not(.lt-ie10) .box-md-clear>.box__right {
        padding-top: 30px
    }
    html:not(.lt-ie10) .box-md-rtl {
        direction: rtl
    }
    html:not(.lt-ie10) .box-md-rtl>.box__left {
        padding-right: 0;
        padding-left: 30px
    }
    html:not(.lt-ie10) .box-md-rtl>.box__right {
        padding-right: 30px;
        padding-left: 0
    }
    html:not(.lt-ie10) .box-md-ltr {
        direction: ltr
    }
    html:not(.lt-ie10) .box-md-ltr>.box__left {
        padding-right: 30px;
        padding-left: 0
    }
    html:not(.lt-ie10) .box-md-ltr>.box__right {
        padding-right: 0;
        padding-left: 30px
    }
}

@media(min-width:1200px) {
    html:not(.lt-ie10) .box-lg>.box__left img,
    html:not(.lt-ie10) .box-lg>.box__right img {
        max-width: none
    }
    html:not(.lt-ie10) .box-lg>.box__left,
    html:not(.lt-ie10) .box-lg>.box__right,
    html:not(.lt-ie10) .box-lg>.box__body {
        display: table-cell;
        vertical-align: top
    }
    html:not(.lt-ie10) .box-lg>.box__left {
        padding-right: 30px;
        padding-bottom: 0
    }
    html:not(.lt-ie10) .box-lg>.box__right {
        padding-left: 30px;
        padding-top: 0
    }
    html:not(.lt-ie10) .box-lg-clear>.box__left img,
    html:not(.lt-ie10) .box-lg-clear>.box__right img {
        max-width: 100%
    }
    html:not(.lt-ie10) .box-lg-clear>.box__left,
    html:not(.lt-ie10) .box-lg-clear>.box__right,
    html:not(.lt-ie10) .box-lg-clear .box__body {
        padding: 0;
        display: block;
        vert-align: top
    }
    html:not(.lt-ie10) .box-lg-clear>.box__left {
        padding-bottom: 30px
    }
    html:not(.lt-ie10) .box-lg-clear>.box__right {
        padding-top: 30px
    }
    html:not(.lt-ie10) .box-lg-rtl {
        direction: rtl
    }
    html:not(.lt-ie10) .box-lg-rtl>.box__left {
        padding-right: 0;
        padding-left: 30px
    }
    html:not(.lt-ie10) .box-lg-rtl>.box__right {
        padding-right: 30px;
        padding-left: 0
    }
    html:not(.lt-ie10) .box-lg-ltr {
        direction: ltr
    }
    html:not(.lt-ie10) .box-lg-ltr>.box__left {
        padding-right: 30px;
        padding-left: 0
    }
    html:not(.lt-ie10) .box-lg-ltr>.box__right {
        padding-right: 0;
        padding-left: 30px
    }
}

.box .box__middle,
html:not(.lt-ie10) .box .box__middle,
.box-xs .box__middle,
html:not(.lt-ie10) .box-xs .box__middle,
.box-sm .box__middle,
html:not(.lt-ie10) .box-sm .box__middle,
.box-md .box__middle,
html:not(.lt-ie10) .box-md .box__middle,
.box-lg .box__middle,
html:not(.lt-ie10) .box-lg .box__middle {
    vertical-align: middle
}

.box .box__bottom,
html:not(.lt-ie10) .box .box__bottom,
.box-xs .box__bottom,
html:not(.lt-ie10) .box-xs .box__bottom,
.box-sm .box__bottom,
html:not(.lt-ie10) .box-sm .box__bottom,
.box-md .box__bottom,
html:not(.lt-ie10) .box-md .box__bottom,
.box-lg .box__bottom,
html:not(.lt-ie10) .box-lg .box__bottom {
    vertical-align: bottom
}

.list li+li {
    margin-top: 10px
}

.inline-list {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: -30px;
    margin-left: -14px
}

.inline-list>li {
    display: inline-block;
    margin-top: 30px;
    margin-left: 14px
}

.marked-list {
    text-align: left
}

.marked-list>li {
    position: relative;
    padding-left: 30px
}

.marked-list>li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 1em;
    font-family: fontawesome;
    color: #c6c6c6
}

.marked-list>li+li {
    margin-top: 10px
}

.marked-list>li>a:hover {
    color: #c6c6c6
}

.index-list {
    counter-reset: li
}

.index-list>li>.index-list__counter:before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li
}

.index-list>*+* {
    margin-top: 30px
}

@media(min-width:480px) {
    html:not(.lt-ie10) .index-list>.col-xs-1:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-2:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-3:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-4:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-5:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-6:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-7:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-8:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-9:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-10:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-11:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-xs-12:nth-child(n) {
        margin-top: 0
    }
}

@media(min-width:480px) {
    html:not(.lt-ie10) .index-list>.col-xs-1:nth-child(n+13),
    html:not(.lt-ie10) .index-list>.col-xs-2:nth-child(n+7),
    html:not(.lt-ie10) .index-list>.col-xs-3:nth-child(n+5),
    html:not(.lt-ie10) .index-list>.col-xs-4:nth-child(n+4),
    html:not(.lt-ie10) .index-list>.col-xs-6:nth-child(n+3),
    html:not(.lt-ie10) .index-list>.col-xs-12:nth-child(n+2),
    html:not(.lt-ie10) .index-list>.col-xs-8.col-xs-preffix-2 {
        margin-top: 30px
    }
}

@media(min-width:768px) {
    html:not(.lt-ie10) .index-list>.col-sm-1:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-2:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-3:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-4:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-5:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-6:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-7:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-8:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-9:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-10:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-11:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-sm-12:nth-child(n) {
        margin-top: 0
    }
}

@media(min-width:768px) {
    html:not(.lt-ie10) .index-list>.col-sm-1:nth-child(n+13),
    html:not(.lt-ie10) .index-list>.col-sm-2:nth-child(n+7),
    html:not(.lt-ie10) .index-list>.col-sm-3:nth-child(n+5),
    html:not(.lt-ie10) .index-list>.col-sm-4:nth-child(n+4),
    html:not(.lt-ie10) .index-list>.col-sm-6:nth-child(n+3),
    html:not(.lt-ie10) .index-list>.col-sm-12:nth-child(n+2),
    html:not(.lt-ie10) .index-list>.col-sm-8.col-sm-preffix-2 {
        margin-top: 30px
    }
}

@media(min-width:992px) {
    html:not(.lt-ie10) .index-list>.col-md-1:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-2:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-3:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-4:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-5:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-6:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-7:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-8:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-9:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-10:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-11:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-md-12:nth-child(n) {
        margin-top: 0
    }
}

@media(min-width:992px) {
    html:not(.lt-ie10) .index-list>.col-md-1:nth-child(n+13),
    html:not(.lt-ie10) .index-list>.col-md-2:nth-child(n+7),
    html:not(.lt-ie10) .index-list>.col-md-3:nth-child(n+5),
    html:not(.lt-ie10) .index-list>.col-md-4:nth-child(n+4),
    html:not(.lt-ie10) .index-list>.col-md-6:nth-child(n+3),
    html:not(.lt-ie10) .index-list>.col-md-12:nth-child(n+2),
    html:not(.lt-ie10) .index-list>.col-md-8.col-md-preffix-2 {
        margin-top: 30px
    }
}

@media(min-width:1200px) {
    html:not(.lt-ie10) .index-list>.col-lg-1:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-2:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-3:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-4:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-5:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-6:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-7:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-8:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-9:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-10:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-11:nth-child(n),
    html:not(.lt-ie10) .index-list>.col-lg-12:nth-child(n) {
        margin-top: 0
    }
}

@media(min-width:1200px) {
    html:not(.lt-ie10) .index-list>.col-lg-1:nth-child(n+13),
    html:not(.lt-ie10) .index-list>.col-lg-2:nth-child(n+7),
    html:not(.lt-ie10) .index-list>.col-lg-3:nth-child(n+5),
    html:not(.lt-ie10) .index-list>.col-lg-4:nth-child(n+4),
    html:not(.lt-ie10) .index-list>.col-lg-6:nth-child(n+3),
    html:not(.lt-ie10) .index-list>.col-lg-12:nth-child(n+2),
    html:not(.lt-ie10) .index-list>.col-lg-8.col-lg-preffix-2 {
        margin-top: 30px
    }
}

.ordered-list>li {
    padding-left: 20px;
    list-style-type: decimal
}

.terms-list>dt+dd {
    margin-top: 10px
}

.terms-list>dd+dt {
    margin-top: 20px
}

.contact-info dl dt,
.contact-info dl dd {
    display: inline-block
}

.contact-info dl dt:after {
    content: ':'
}

.contact-info dl dt {
    min-width: 80px
}

.thumb {
    position: relative;
    display: block;
    overflow: hidden
}

.thumb>img {
    width: 100%
}

.thumb__overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    opacity: 1;
    text-align: center;
    transition: .3s all ease
}

.thumb__overlay>* {
    vertical-align: middle;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: .3s all ease
}

.thumb__overlay:before {
    display: inline-block;
    height: 50%
}

.thumb .video_sign {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/video_sign.png) 50% 50% no-repeat;
    transition: .4s all ease
}
@media (max-width: 575.98px) {
    .thumb .video_sign {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/video_sign.png) 50% 50% no-repeat;
    transition: .4s all ease
    }
}

.thumb:hover .thumb__overlay {
    opacity: 1
}

.thumb:hover .thumb__overlay>* {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.thumb:hover .video_sign {
    opacity: .5
}

.lt-ie9 .thumb:hover .video_sign {
    -ms-filter: "alpha(opacity=0.5)";
    filter: alpha(opacity=50)
}

.event-wrapper {
    overflow: hidden
}

.event-wrapper .event {
    position: relative;
    float: left;
    overflow: hidden;
    width: 50%;
    background: #000
}

@media(min-width:992px) {
    .event-wrapper .event {
        width: 33.33333%
    }
}

@media(min-width:1200px) {
    .event-wrapper .event {
        width: 20%
    }
}

.event-wrapper .event:before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 50%;
    margin-left: -12px;
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #fff transparent transparent transparent;
    transition: .4s all ease;
    opacity: 0;
    z-index: 11
}

.lt-ie9 .event-wrapper .event:before {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0)
}

.event-wrapper .event:hover:before {
    top: 0;
    opacity: 1
}

.lt-ie9 .event-wrapper .event:hover:before {
    -ms-filter: "alpha(opacity=1)";
    filter: alpha(opacity=100)
}

.event-wrapper .event:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.event-wrapper .event:hover time {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.event-wrapper .event img {
    width: 100%;
    transition: .7s all ease-in-out;
    position: relative;
    z-index: 0
}

.event-wrapper .event .event-block {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.event-wrapper .event .event-block time {
    font-family: "slabo 13px", sans-serif;
    font-size: 28px;
    line-height: 1.2;
    transition: .4s all ease
}

@media(min-width:768px) {
    .event-wrapper .event .event-block time {
        font-size: 60px
    }
}

@media(max-width:768px) {
    .event-wrapper .event .event-block .heading-4 {
        font-size: 20px
    }
}

.event-wrapper .event .event-block a {
    color: #fff;
    position: relative
}

.event-wrapper .event .event-block a:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1%;
    height: 3px;
    left: -110%;
    right: 100%;
    top: 100%;
    background: #fff;
    transition: .4s all ease
}

.event-wrapper .event .event-block a:hover {
    color: rgba(255, 255, 255, .8);
    text-decoration: none
}

.event-wrapper .event .event-block a:hover:before {
    left: 0;
    width: 100%
}

.img-wrapper {
    position: relative
}

@media(min-width:768px) {
    .img-wrapper {
        margin-right: -440px
    }
}

.img-wrapper img {
    width: 100%
}

.arrow-left {
    position: relative
}

.arrow-left:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 50%;
    margin-top: -12px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 12px 11px 0;
    border-color: transparent #fff transparent transparent;
    transition: .4s all ease
}

.arrow-left--mod2:after {
    right: auto;
    left: -112px
}

.arrow-right {
    position: relative
}

.arrow-right:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 50%;
    margin-top: -12px;
    left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 13px;
    border-color: transparent transparent transparent #fff;
    transition: .4s all ease;
    z-index: 20
}

.text-section {
    position: relative
}

@media(min-width:768px) {
    .text-section {
        margin-right: -15px
    }
}

.text-section .text-section__txt {
    position: absolute;
    left: 4%;
    bottom: 4%
}

@media(min-width:768px) {
    .text-section .text-section__txt {
        left: 13%;
        bottom: 14%
    }
}

.text-section .text-section__txt h2 {
    color: #fff
}

.text-section .text-section__txt .text-section__txt2 {
    margin-top: 14%;
    padding: 10px;
    background: #fff;
    display: inline-block
}

@media(min-width:768px) {
    .text-section .text-section__txt .text-section__txt2 {
        padding: 7% 9% 7% 13%
    }
}

.audio-player {
    padding: 43px 110px 49px 71px;
    padding: 20px
}

@media(min-width:992px) {
    .audio-player {
        padding: 31px 110px 31px 71px
    }
}

.audio-player iframe#audio-player-iframe {
    width: 100%;
    height: 188px;
    overflow: hidden
}

.audio-player iframe #widget .g-background-default {
    background: 0 0 !important
}

.link {
    display: inline-block
}

.video {
    position: relative;
    padding-bottom: 59.64912%
}

.video>iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.btn {
    position: relative;
    margin-top: 27px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    max-width: 100%;
    border: 0.5px solid rgba(236,236,236,1.00);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: none !important;
    cursor: pointer;
    transition: .3s all ease;
    font-family: "slabo 13px", sans-serif;
}

.btn:before {
    float: left;
    vertical-align: middle
}

.btn-xs {
    border-width: 2px;
    padding: 9px;
    font-size: 15px
}

.btn-xs:before {
    font-size: 22.61px;
    padding-right: 10px;
    line-height: .75188em
}

.btn-sm {
    border-width: 2px;
    padding: 13px;
    font-size: 17px
}

.btn-sm:before {
    font-size: 21.93px;
    padding-right: 10px;
    line-height: 1em
}

.btn-md {
    border-width: 0.8px;
    padding: 24px;
    font-size: 17px;
    position: relative
}

.btn-md:before {
    font-size: 24.14px;
    padding-right: 10px;
    line-height: .70423em
}

.btn-lg {
    border-width: 0.8px;
    padding: 36px 40px;
    font-size: 17px
}

.btn-lg:before {
    font-size: 41.99px;
    padding-right: 20px;
    line-height: .40486em
}

.btn-xl {
    border-width: 0.8px;
    padding: 42px;
    font-size: 22px
}

.btn-xl:before {
    font-size: 40.1625px;
    padding-right: 20px;
    line-height: .53333em
}

.btn-default {
    font-family: montserrat, sans-serif;
    color: #787a7c;
    font-weight: 500;
    background: #fff;
   /* border-color: #D9D9D9;*/
    padding-right: 135px
}

.btn-default.btn-xs {
    padding-right: 49px
}

.btn-default.btn-xs:before {
    right: 24px
}

.btn-default.btn-sm {
    padding-right: 69px
}

.btn-default.btn-sm:before {
    right: 37px
}

.btn-default.btn-md {
    min-width: 240px
}

.btn-default.btn-lg {
    padding-right: 129px
}

.btn-default.btn-lg:before {
    right: 68px
}

.btn-default.btn-xl {
    padding-right: 149px
}

.btn-default.btn-xl:before {
    right: 80px
}

.btn-default:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 98px;
    content: '';
    border-left: 2px solid #3f3545;
    transition: .4s all ease
}

.btn-default:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    font-size: 35px;
    line-height: .70423em;
    content: '\e5cf';
    font-family: material icons;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
    /*line-height: 72px;*/
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #3f3545
}

.btn-default:before {
    border-color: #eee
}

.btn-default:hover,
.btn-default:active {
    color: #3f3545;
    /*background: #c6c6c6;*/
    color: #fff;
    background:#305055;
    border-color: #305055;
}

.btn-default:hover:before,
.btn-default:hover:after,
.btn-default:active:before,
.btn-default:active:after {
    color: #fff;
    border-color: #c6c6c6
}

.btn-default-variant-2 {
    color: #3f3545;
    background: #fff;
    border-color: #fff;
    font-size: 20px;
    border-radius: 0 !important;
    padding: 22px 37px
}

.btn-default-variant-2:before {
    border-color: #eee
}

.btn-default-variant-2:hover {
    color: #fff;
    background: #305055;
    border-color: #D5D5D5
}


.btn-default-variant-2:hover:before {
    border-color: #3f3545
}

.btn-default-variant-2:active {
    background: #b9b9b9;
    border-color: #b9b9b9
}

.btn-primary {
    color: #fff;
    background: #c6c6c6;
    border-color: #c6c6c6;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, .11)
}

.btn-primary:hover,
.btn-primary:active {
    background: #b9b9b9;
    border-color: #b9b9b9
}

.btn-primary:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .12)
}

.btn-primary:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, .12)
}

.btn.fa-facebook {
    color: #fff;
    background: #4569ae;
    border-color: #4569ae;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, .11)
}

.btn.fa-facebook:hover,
.btn.fa-facebook:active {
    background: #3e5e9c;
    border-color: #3e5e9c
}

.btn.fa-facebook:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .12)
}

.btn.fa-facebook:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, .12)
}

.btn.fa-twitter {
    color: #fff;
    background: #5ea9dd;
    border-color: #5ea9dd;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, .11)
}

.btn.fa-twitter:hover,
.btn.fa-twitter:active {
    background: #499ed9;
    border-color: #499ed9
}

.btn.fa-twitter:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .12)
}

.btn.fa-twitter:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, .12)
}

.btn.fa-pinterest {
    color: #fff;
    background: #cb2027;
    border-color: #cb2027;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, .11)
}

.btn.fa-pinterest:hover,
.btn.fa-pinterest:active {
    background: #b51d23;
    border-color: #b51d23
}

.btn.fa-pinterest:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .12)
}

.btn.fa-pinterest:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, .12)
}

.btn-group {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: -30px;
    margin-left: -30px
}

.btn-group .btn {
    margin-top: 30px;
    margin-left: 30px
}

.icon {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border-style: solid
}

.icon-xs {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 28px;
    border-width: 2px
}

.icon-sm {
    width: 74px;
    height: 74px;
    line-height: 70px;
    font-size: 24px;
    border-width: 2px
}

.icon-md {
    width: 80px;
    height: 80px;
    line-height: 76px;
    font-size: 30px;
    border-width: 2px
}

.icon-md-variant-1 {
    width: 70px;
    height: 70px;
    line-height: 66px;
    font-size: 70px;
    border-width: 2px
}

.icon-lg {
    width: 90px;
    height: 90px;
    line-height: 86px;
    font-size: 36px;
    border-width: 2px
}

.icon-xl {
    width: 108px;
    height: 108px;
    line-height: 104px;
    font-size: 44px;
    border-width: 2px
}

.icon-default {
    color: #fff;
    border-color: #fff;
    background: 0 0;
    border-width: 4px
}

.icon-default-variant-2 {
    color: #fff;
    border-color: transparent
}

.icon-primary {
    color: #fff;
    background: #c6c6c6;
    border-color: #c6c6c6;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, .11)
}

a.icon-default:hover {
    color: #fff;
    border: 3px solid #2C5D6E;
    background-color: #0E4355;
    text-decoration: none;
}

a.icon-default-variant-2:hover {
    color: rgba(255, 255, 255, .6)
}

a.icon-primary:hover {
    background: #b9b9b9
}

.rd-mailform {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.rd-mailform fieldset {
    border: none
}

.rd-mailform fieldset>.row+.row {
    margin-top: 30px
}

.rd-mailform label {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 36.5px
}

.rd-mailform label:first-child {
    margin-top: 0
}

.rd-mailform label input,
.rd-mailform label select {
    height: 73px
}

.rd-mailform label input,
.rd-mailform label select,
.rd-mailform label textarea {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 18px;
    padding: 19.5px 18px 19.5px 40px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
    color: #fff;
    background: #2c2630
}

@media(min-width:1200px) {
    .rd-mailform label input,
    .rd-mailform label select,
    .rd-mailform label textarea {
        padding-left: 40px;
        padding-right: 40px
    }
}

.rd-mailform label input:-moz-placeholder,
.rd-mailform label select:-moz-placeholder,
.rd-mailform label textarea:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.rd-mailform label input::-webkit-input-placeholder,
.rd-mailform label select::-webkit-input-placeholder,
.rd-mailform label textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.rd-mailform label input::-moz-placeholder,
.rd-mailform label select::-moz-placeholder,
.rd-mailform label textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.rd-mailform label input:-ms-input-placeholder,
.rd-mailform label select:-ms-input-placeholder,
.rd-mailform label textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.rd-mailform label textarea {
    resize: vertical;
    overflow: auto;
    min-height: 73px;
    height: 191px;
    max-height: 286.5px
}

@media(min-width:768px) {
    .rd-mailform label {
        margin-top: 30px
    }
}

.mfControls {
    margin-top: 30px
}

.mfControls .btn {
    margin-top: 10px
}

@media(min-width:480px) {
    .mfControls .btn {
        margin-top: 0
    }
}

.row+.mfControls,
label+.mfControls {
    margin-top: 59px
}

@-webkit-keyframes fout {
    0% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
    100% {
        -webkit-transform: scale(0) translateX(0);
        transform: scale(0) translateX(0)
    }
}

@keyframes fout {
    0% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
    100% {
        -webkit-transform: scale(0) translateX(0);
        transform: scale(0) translateX(0)
    }
}

.mfPlaceHolder {
    cursor: text;
    position: absolute;
    left: 0;
    top: 0;
    padding: 19.5px 18px 19.5px 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: inherit;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    opacity: 1;
    transition: .2s all ease;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(min-width:1200px) {
    .mfPlaceHolder {
        padding-left: 40px;
        padding-right: 40px
    }
}

*:-webkit-autofill~.mfPlaceHolder {
    opacity: .4
}

.mfPlaceHolder.state-1 {
    opacity: 0
}

*:-webkit-autofill~.mfPlaceHolder {
    display: none
}

.mfInput.filled .mfPlaceHolder.state-1 {
    display: none
}

.mfValidation {
    position: absolute;
    top: 6px;
    padding-left: 18px;
    right: 10px;
    color: #ff9786;
    font-weight: inherit;
    font-size: 11px;
    line-height: 20px;
    opacity: 0;
    cursor: text;
    visibility: hidden;
    z-index: 997;
    pointer-events: none;
    transition: .3s all ease
}

.mfValidation.show {
    opacity: 1;
    visibility: visible
}

.mfValidation.hide,
.mfValidation.valid {
    opacity: 0;
    visibility: hidden
}

.mfInfo,
.mfProgress {
    position: fixed;
    left: 15px;
    bottom: 15px;
    padding: 17px;
    height: 54px;
    color: #fff;
    background: #111;
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .12), 3px 4px 8px 0 rgba(0, 0, 0, .11);
    line-height: 20px;
    font-size: 13px;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(83px);
    transform: translateY(83px);
    z-index: 999
}

.mfInfo .loader,
.mfProgress .loader {
    display: inline-block;
    position: relative;
    margin-right: 16px
}

.mfInfo .loader,
.mfInfo .loader:before,
.mfInfo .loader:after,
.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
    width: 20px;
    height: 20px;
    line-height: 20px
}

.mfInfo .loader:before,
.mfInfo .loader:after,
.mfProgress .loader:before,
.mfProgress .loader:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0
}

.mfInfo .loader:before,
.mfProgress .loader:before {
    -webkit-animation: mfLoader 1.1s infinite linear;
    animation: mfLoader 1.1s infinite linear;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    transition: .3s all ease
}

.mfInfo .loader:after,
.mfProgress .loader:after {
    opacity: 0;
    visibility: hidden;
    font-weight: 400;
    font-family: fontawesome;
    font-size: 20px;
    transition: .6s all ease;
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0)
}

.mfInfo.fail,
.mfProgress.fail {
    background: #f34234
}

.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
    content: '\f00d'
}

.mfInfo.success,
.mfProgress.success {
    background: #2e7d32
}

.mfInfo.success .loader:after,
.mfProgress.success .loader:after {
    content: '\f00c'
}

.mfInfo.fail .loader:before,
.mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mfInfo.fail .loader:after,
.mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
}

.mfInfo.fail,
.mfInfo.success,
.mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media(min-width:768px) {
    .mfInfo,
    .mfProgress {
        bottom: 24px;
        left: 50%;
        -webkit-transform: translate(-50%, 83px);
        transform: translate(-50%, 83px)
    }
    .mfInfo.fail,
    .mfInfo.success,
    .mfInfo.sending,
    .mfProgress.fail,
    .mfProgress.success,
    .mfProgress.sending {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@-webkit-keyframes mfLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes mfLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.mfInput[data-add-icon] input,
.mfInput[data-add-icon] .mfPlaceHolder {
    padding-right: 44px
}

.mfIcon {
    position: absolute;
    text-align: center;
    top: 24.5px;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #3f3545;
    font: 400 20px/24px "FontAwesome"
}

.mfIcon span:before,
.mfIcon span:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -10px;
    transition: .4s all ease-in-out
}

.mfIcon span:before {
    content: "îƒ˜"
}

.mfIcon span:after {
    content: "ï€";
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-animation: zoom-out .4s ease-in-out 1 forwards;
    animation: zoom-out .4s ease-in-out 1 forwards
}

.mfIcon.state-1:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #3f3545;
    -webkit-animation: line 1.2s .4s infinite;
    animation: line 1.2s .4s infinite
}

.mfIcon.state-1 span:before {
    -webkit-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg)
}

.mfIcon.state-1 span:after {
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
    -webkit-animation: zoom-in-state-1 .4s ease-in-out 1 forwards, anim-1 1.2s .3s infinite, anim-2 .6s .3s infinite;
    animation: zoom-in-state-1 .4s ease-in-out 1 forwards, anim-1 1.2s .3s infinite, anim-2 .6s .3s infinite
}

.mfIcon.state-2 span:before {
    content: "ï€";
    -webkit-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg)
}

.mfIcon.state-2 span:after {
    -webkit-transform: scale(1) rotate(-210deg);
    transform: scale(1) rotate(-210deg);
    -webkit-animation: zoom-in-state-2 .4s ease-in-out 1 forwards, anim-3 .6s .4s infinite;
    animation: zoom-in-state-2 .4s ease-in-out 1 forwards, anim-3 .6s .4s infinite
}

@-webkit-keyframes anim-1 {
    0% {
        left: 50%
    }
    100% {
        left: 90%
    }
}

@keyframes anim-1 {
    0% {
        left: 50%
    }
    100% {
        left: 90%
    }
}

@-webkit-keyframes anim-2 {
    0% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
    25% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    50% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
}

@keyframes anim-2 {
    0% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
    25% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    50% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
}

@-webkit-keyframes anim-3 {
    0% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
        left: 50%
    }
    50% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
        left: 90%
    }
    100% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
        left: 50%
    }
}

@keyframes anim-3 {
    0% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
        left: 50%
    }
    50% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
        left: 90%
    }
    100% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
        left: 50%
    }
}

@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(1) rotate(-35deg);
        transform: scale(1) rotate(-35deg)
    }
    100% {
        -webkit-transform: scale(0) rotate(-180deg);
        transform: scale(0) rotate(-180deg)
    }
}

@keyframes zoom-out {
    0% {
        -webkit-transform: scale(1) rotate(-35deg);
        transform: scale(1) rotate(-35deg)
    }
    100% {
        -webkit-transform: scale(0) rotate(-180deg);
        transform: scale(0) rotate(-180deg)
    }
}

@-webkit-keyframes zoom-in-state-1 {
    0% {
        -webkit-transform: scale(0) rotate(-180deg);
        transform: scale(0) rotate(-180deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(-35deg);
        transform: scale(1) rotate(-35deg)
    }
}

@keyframes zoom-in-state-1 {
    0% {
        -webkit-transform: scale(0) rotate(-180deg);
        transform: scale(0) rotate(-180deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(-35deg);
        transform: scale(1) rotate(-35deg)
    }
}

@-webkit-keyframes zoom-in-state-2 {
    0% {
        -webkit-transform: scale(0) rotate(-35deg);
        transform: scale(0) rotate(-35deg)
    }
    100% {
        left: 50%;
        -webkit-transform: scale(1) rotate(150deg);
        transform: scale(1) rotate(150deg)
    }
}

@keyframes zoom-in-state-2 {
    0% {
        -webkit-transform: scale(0) rotate(-35deg);
        transform: scale(0) rotate(-35deg)
    }
    100% {
        left: 50%;
        -webkit-transform: scale(1) rotate(150deg);
        transform: scale(1) rotate(150deg)
    }
}

@-webkit-keyframes line {
    0% {
        left: 40%
    }
    100% {
        left: 40%;
        width: 40%
    }
}

@keyframes line {
    0% {
        left: 40%
    }
    100% {
        left: 40%;
        width: 40%
    }
}

.mfInput input[name=phone]~.mfIcon span:before,
.mfInput select[name=phone]~.mfIcon span:before,
.mfInput textarea[name=phone]~.mfIcon span:before {
    content: "ï‚•"
}

.mfInput input[name=email]~.mfIcon span:before,
.mfInput select[name=email]~.mfIcon span:before,
.mfInput textarea[name=email]~.mfIcon span:before {
    content: "ïƒ "
}

.mfInput input[name=name]~.mfIcon span:before,
.mfInput select[name=name]~.mfIcon span:before,
.mfInput textarea[name=name]~.mfIcon span:before {
    content: "ï€‡"
}

.mfInput input[name=date]~.mfIcon span:before,
.mfInput select[name=date]~.mfIcon span:before,
.mfInput textarea[name=date]~.mfIcon span:before {
    content: "ï³"
}

.mfInput input[name=guests]~.mfIcon span:before,
.mfInput select[name=guests]~.mfIcon span:before,
.mfInput textarea[name=guests]~.mfIcon span:before {
    content: "ïƒ€"
}

.mfInput input[name=message]~.mfIcon,
.mfInput select[name=message]~.mfIcon,
.mfInput textarea[name=message]~.mfIcon {
    display: none
}

.mfInput input:-webkit-autofill~.mfIcon span:before,
.mfInput textarea:-webkit-autofill~.mfIcon span:before {
    color: #2d2d2d
}

.mfSelect {
    position: relative
}

.mfSelect .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    max-height: 300px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #888;
    box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, .11);
    transition: .3s all ease-in-out;
    outline: none;
    -webkit-appearance: none;
    font-weight: inherit;
    line-height: 34px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 0;
    z-index: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.mfSelect .dropdown .option {
    position: relative;
    z-index: 1;
    text-transform: none;
    cursor: pointer;
    padding: 10px 15px;
    overflow: hidden;
    transition: .4s all ease-in-out;
    transition-delay: .2s;
    font-size: 16px;
    line-height: 30px
}

.mfSelect .dropdown .option.selected {
    background: #aeadad;
    color: #fff
}

.mfSelect .dropdown .option:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #bbbaba;
    opacity: 0;
    z-index: -1;
    transition: .4s all ease-in-out;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%)
}

.mfSelect .dropdown .option:before {
    content: '\f00c';
    position: absolute;
    display: inline-block;
    left: 15px;
    color: #fff;
    font: 400 20px fontawesome;
    line-height: inherit;
    transition: .4s all ease-in-out;
    -webkit-transform: scale(0) rotate(-60deg);
    transform: scale(0) rotate(-60deg)
}

.mfSelect .dropdown .option:hover {
    color: #fff;
    padding-left: 40px;
    transition-delay: 0s
}

.mfSelect .dropdown .option:hover:before {
    transition-delay: .15s;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.mfSelect .dropdown .option:hover:after {
    width: 500px;
    height: 500px;
    opacity: 1
}

.mfSelect .dropdown:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px;
    border-color: transparent transparent #000 transparent
}

.mfSelect .dropdown:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #000 transparent
}

.mfSelect .value {
    cursor: pointer;
    transition: .4s all ease-in-out;
    font-size: 18px;
    padding: 19.5px 18px 19.5px 40px;
    line-height: 34px;
    color: #fff;
    background: #2c2630;
    border: none;
    border-radius: 0
}

.mfSelect .value:before,
.mfSelect .value:after {
    position: absolute;
    right: 12px;
    top: 24.5px;
    width: 24px;
    height: 24px;
    font: 400 20px fontawesome;
    line-height: 24px;
    color: #3f3545;
    text-align: center;
    transition: .4s all ease
}

.mfSelect .value:before {
    content: '\f0c9';
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
}

.mfSelect .value:after {
    content: '\f107';
    font-size: 24px;
    -webkit-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0)
}

.mfSelect.show .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mfSelect.show .value {
    background: #000;
    color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, .12), 3px 4px 8px 0 rgba(0, 0, 0, .11)
}

.mfSelect.show .value:before,
.mfSelect.show .value:after {
    color: #fff
}

.mfSelect.show .value:before {
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0)
}

.mfSelect.show .value:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
}

.mfDatePicker {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 15px;
    padding: 10px 15px;
    opacity: 0;
    z-index: 1041;
    visibility: hidden;
    box-shadow: 0 0 0 rgba(0, 0, 0, .12), 3px 4px 8px 0 rgba(0, 0, 0, .11);
    transition: .3s all ease-in-out;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    background: #3f3545;
    color: #000;
    border-radius: 8px;
    border: 1px solid #3f3545
}

.mfDatePicker:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #3f3545 transparent
}

.mfDatePicker table {
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px;
    font-size: 12px
}

.mfDatePicker table th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px
}

.mfDatePicker table td {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    transition: .3s all ease;
    border-radius: 50%
}

.mfDatePicker table td:hover {
    color: #3f3545;
    background: #c6c6c6
}

.mfDatePicker table td.dp-offset {
    color: #c6bbba
}

.mfDatePicker table td.dp-today {
    color: #3f3545;
    background: #fff
}

.mfDatePicker table td.dp-selected {
    color: #fff;
    background: #c6c6c6
}

.mfDatePicker_title {
    font-size: 16px;
    line-height: 30px
}

.mfDatePicker_next,
.mfDatePicker_prev {
    font: 400 22px fontawesome;
    line-height: inherit;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.mfDatePicker_next:hover,
.mfDatePicker_prev:hover {
    color: #c6c6c6
}

.mfDatePicker_panel {
    text-align: center;
    padding: 0 2px;
    line-height: 30px
}

.mfDatePicker_next {
    float: right
}

.mfDatePicker_next:before {
    content: '\f105'
}

.mfDatePicker_prev {
    float: left
}

.mfDatePicker_prev:before {
    content: '\f104'
}

.mfDatePicker_panel+table {
    margin-top: 5px
}

.mfDatePicker.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.rd-google-map {
    color: #333
}

.rd-google-map__model {
    height: 250px
}

.rd-google-map__model img {
    max-width: none !important
}

@media(min-width:480px) {
    .rd-google-map__model {
        height: 250px
    }
}

@media(min-width:768px) {
    .rd-google-map__model {
        height: 550px
    }
}

.rd-google-map__locations {
    display: none
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-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-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-text-select-on .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
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:before {
    content: '\f144'
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 400 46px/50px "FontAwesome";
    opacity: .5
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1
}

.owl-prev {
    left: 0
}

.owl-prev:before {
    content: '\f104'
}

.owl-next {
    right: 0
}

.owl-next:before {
    content: '\f105'
}

.owl-dots {
    line-height: 10px;
    margin-left: -10px
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    text-align: center;
    border-radius: 50%
}

.rd-parallax {
    background-color: #eee;
}

.rd-parallax.parallax__bg2 {
    background-color: #eee;
}

.rd-parallax-inner {
    overflow: hidden;
    position: relative;
    min-height: 100%
}

.rd-parallax-outer {
    overflow: hidden
}

.rd-parallax-outer .rd-parallax-inner {
    overflow: visible
}

.rd-parallax-layer[data-type=media] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-backface-visibility: hidden
}

.rd-parallax-layer[data-type=media] iframe {
    width: 100%;
    height: 100%
}

.rd-parallax-layer[data-url] {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.rd-parallax-layer[data-type=html] {
    position: relative
}

.ui-to-top {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 56px;
    color: #fff;
    background: #305055;
    box-shadow: 0 0 0 rgba(0, 0, 0, .12), 3px 4px 8px 0 rgba(0, 0, 0, .11);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.ui-to-top:hover {
    color: #fff;
    background: #675670;
    text-decoration: none
}

.ui-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mobile .ui-to-top,
.tablet .ui-to-top {
    display: none !important
}

@media(min-width:480px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-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;
    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: -.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: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    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: .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: .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: .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, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    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, .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, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-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
}

.resp-tabs-list li {
    cursor: pointer
}

.resp-accordion {
    display: none
}

.resp-tab-content {
    display: none
}

.resp-tab-content-active {
    display: block
}

.responsive-tabs-default .resp-tabs-list {
    display: none;
    word-spacing: -4px;
    margin-bottom: -1px
}

.responsive-tabs-default .resp-accordion,
.responsive-tabs-default .resp-tabs-list>li {
    display: inline-block;
    word-spacing: normal;
    padding: 10px 20px;
    background: #ddd;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: .3s all ease
}

.responsive-tabs-default .resp-accordion:hover,
.responsive-tabs-default .resp-accordion.resp-tab-active,
.responsive-tabs-default .resp-tabs-list>li:hover,
.responsive-tabs-default .resp-tabs-list>li.resp-tab-active {
    color: #333;
    background: #fff
}

.responsive-tabs-default .resp-accordion.resp-tab-active,
.responsive-tabs-default .resp-tabs-list>li.resp-tab-active {
    border-bottom-color: transparent
}

.responsive-tabs-default .resp-accordion {
    display: block;
    border-radius: 0
}

.responsive-tabs-default .resp-tab-content {
    display: none;
    padding: 20px;
    background: #ddd;
    border: 1px solid #ccc;
    color: #333;
    background: #fff
}

.responsive-tabs-variant-2 {
    overflow: hidden
}

.responsive-tabs-variant-2 .resp-tabs-list {
    display: none
}

.responsive-tabs-variant-2 .resp-tabs-list>li {
    position: relative;
    display: inline-block
}

.responsive-tabs-variant-2 .resp-tabs-list>li.resp-tab-active:before,
.responsive-tabs-variant-2 .resp-tabs-list>li.resp-tab-active:after {
    display: block
}

.responsive-tabs-variant-2 .resp-tabs-list>li.resp-tab-active>.btn {
    border-bottom-color: transparent
}

.responsive-tabs-variant-2 .resp-tabs-list>li.resp-tab-active>.btn:hover {
    color: inherit;
    background: 0 0
}

.responsive-tabs-variant-2 .resp-tabs-list>li>.btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}

.responsive-tabs-variant-2 .resp-tabs-list>li>.btn:hover {
    transition: .3s all ease
}

.responsive-tabs-variant-2 .resp-tabs-list>li:before,
.responsive-tabs-variant-2 .resp-tabs-list>li:after {
    content: '';
    display: none;
    position: absolute;
    width: 5000px;
    border-bottom: 2px solid;
    bottom: 0
}

.responsive-tabs-variant-2 .resp-tabs-list>li:before {
    right: 100%;
    margin-right: -2px
}

.responsive-tabs-variant-2 .resp-tabs-list>li:after {
    left: 100%;
    margin-left: -2px
}

.responsive-tabs-variant-2 .resp-accordion.resp-tab-active .btn-default-variant2,
.responsive-tabs-variant-2 .resp-tabs-list>li.resp-tab-active .btn-default-variant2 {
    color: #fff;
    border-color: none;
    background: 0 0
}

.responsive-tabs-variant-2 .btn-default-variant2 {
    color: #000
}

.responsive-tabs-variant-2 .btn-default-variant2:hover {
    color: #fff;
    border-color: none;
    background: 0 0
}

.responsive-tabs-variant-2 .resp-accordion {
    display: block
}

.responsive-tabs-variant-2 .resp-accordion>.btn {
    display: block
}

.responsive-tabs-variant-2 .resp-tab-content {
    display: none;
    padding-top: 50px
}

.responsive-tabs-variant-2 .resp-tab-content+.resp-accordion {
    margin-top: 10px
}

@media(min-width:768px) {
    .responsive-tabs:not(.resp-easy-accordion) .resp-accordion {
        display: none
    }
    .responsive-tabs:not(.resp-easy-accordion) .resp-tabs-list {
        display: block
    }
}

.page-header {
    text-align: center;
    color: #fff
}

.brand {
    display: inline-block;
    font-family: montserrat, sans-serif
}

.brand__name {
    overflow: hidden;
    text-transform: none;
    margin-top: 31px;
    font-size: 60px;
    line-height: 1.3
}

@media(min-width:768px) {
    .brand__name {
        font-size: 120px;
        line-height: 1;
        padding-bottom: 16px
    }
}

.brand__name a {
    color: inherit
}

.brand__name a:hover {
    color: inherit
}

.brand__slogan {
    font-size: 20px;
    text-transform: uppercase
}

.sign-block {
    font-size: 14px;
    line-height: 32px;
    position: relative
}

.sign-block span+span {
    margin-left: 44px
}

.sign-block:before,
.sign-block:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 97px;
    height: 1px;
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.sign-block:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.desktop .page-content {
    min-height: 100vh
}

.page-footer {
    position: relative;
    z-index: 2;
    padding: 110px 0 200px;
    font-family: "slabo 13px", sans-serif
}

.page-footer,
.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5,
.page-footer h6,
.page-footer .heading-1,
.page-footer .heading-2,
.page-footer .heading-3,
.page-footer .heading-4,
.page-footer .heading-5,
.page-footer .heading-6 {
    color: #fff
}

.page-footer .copyright-txt {
    font-size: 14px;
    font-family: montserrat, sans-serif
}

.page-footer h3+p {
    font-size: 18px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .6)
}

.page-footer p+.rd-mailform {
    margin-top: 55px
}

.header-top {
}
 .arrow {
    margin-top: 32%;
    margin-left: -8%;
}
.brand {
   visibility: hidden; 
}

@media (max-width: 575.98px) {
    .header-top {
    margin-top: 22%;
    margin-left: -1%;
    }
    .brand {
   visibility: visible; 
    }
}
