@charset "UTF-8";
@font-face {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SourceSansPro/SourceSansPro-Regular.html) format("truetype")
}

@font-face {
    font-family: SourceSansPro-Light;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SourceSansPro/SourceSansPro-Light.html) format("truetype")
}

@font-face {
    font-family: SourceSansPro-ExtraLight;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SourceSansPro/SourceSansPro-ExtraLight.html) format("truetype")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Lato/Lato.html) format("truetype")
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

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

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

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.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;
    -moz-backface-visibility: hidden
}

.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(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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
}

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

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.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;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

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

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

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

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #f2f2f2!important;
    background: rgba(0, 0, 0, .06)!important;
    border: 0 none!important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 3px 12px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 12px;
    top: 50%;
    color: #333;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 0 0 0;
    border-left: 1px solid transparent;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: transparent
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: rgba(77, 77, 77, 0)
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #333;
    font-family: inherit;
    font-size: inherit;
    line-height: 20px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #ccc;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 12px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default!important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background: #efefef;
    color: #333;
    border: 0 solid transparent
}

.selectize-control.multi .selectize-input>div.active {
    background: #428bca;
    color: #fff;
    border: 0 solid transparent
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: grey;
    background: #fff;
    border: 0 solid rgba(77, 77, 77, 0)
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0!important;
    text-indent: 0!important;
    border: 0 none!important;
    background: 0 0!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: 0!important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(255, 237, 40, .4);
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: 3px 12px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #777;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5f5f5;
    color: #262626
}

.selectize-dropdown .active.create {
    color: #262626
}

.selectize-dropdown .create {
    color: rgba(51, 51, 51, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333 transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #333 transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 17px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fff
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.selectize-dropdown .optgroup-header {
    font-size: 12px;
    line-height: 1.42857143
}

.selectize-dropdown .optgroup:first-child:before {
    display: none
}

.selectize-dropdown .optgroup:before {
    content: ' ';
    display: block;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-left: -12px;
    margin-right: -12px
}

.selectize-dropdown-content {
    padding: 5px 0
}

.selectize-dropdown-header {
    padding: 6px 12px
}

.selectize-input {
    min-height: 34px
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.selectize-input.dropdown-active::before {
    display: none
}

.selectize-input.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.has-error .selectize-input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .selectize-input:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 9px;
    padding-right: 9px
}

.selectize-control.multi .selectize-input>div {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.form-control.selectize-control {
    padding: 0;
    height: auto;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0
}


/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px!important;
    max-height: 99999px!important;
    min-width: 0!important;
    min-height: 0!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    padding: 0!important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url(../img/components/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url(../img/components/fotorama%402x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2)
}

@media print {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: 0 0!important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive)>:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    float: none!important;
    z-index: 2147483647!important;
    background: #000;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1!important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0;
    border: none!important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px!important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .25)), to(rgba(64, 64, 64, .1)));
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

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

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

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0!important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none!important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0)!important;
    transform: translate3d(32px, -32px, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0)!important;
    transform: translate3d(-48px, 0, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0)!important;
    transform: translate3d(48px, 0, 0)!important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), color-stop(75%, transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), color-stop(75%, transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

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

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

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

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

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

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

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

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

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

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-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)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-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)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.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)
    }
    to {
        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)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!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;
    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-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    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;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-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;
    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:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    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 .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    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;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    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;
        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: 50px;
        height: 50px;
        line-height: 50px;
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .9);
    opacity: 1
}

:-moz-placeholder {
    color: rgba(255, 255, 255, .9);
    opacity: 1
}

::-moz-placeholder {
    color: rgba(255, 255, 255, .9);
    opacity: 1
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, .9);
    opacity: 1
}

.section-33::-webkit-input-placeholder,
.section-35::-webkit-input-placeholder,
.section-47::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .9)
}

.section-33:-moz-placeholder,
.section-35:-moz-placeholder,
.section-47:-moz-placeholder {
    color: rgba(0, 0, 0, .9)
}

.section-33::-moz-placeholder,
.section-35::-moz-placeholder,
.section-47::-moz-placeholder {
    color: rgba(0, 0, 0, .9)
}

.section-33:-ms-input-placeholder,
.section-35:-ms-input-placeholder,
.section-47:-ms-input-placeholder {
    color: rgba(0, 0, 0, .9)
}

::-moz-selection {
    background-color: #dca329;
    color: #fff
}

::selection {
    background-color: #dca329;
    color: #fff
}

#preloader {
    z-index: 999;
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cssload-thecube {
    width: 37px;
    height: 37px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dca329;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.cssload-thecube .cssload-c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.cssload-thecube .cssload-c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.cssload-thecube .cssload-c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.cssload-thecube .cssload-c2:before {
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.cssload-thecube .cssload-c3:before {
    -webkit-animation-delay: .69s;
    animation-delay: .69s
}

.cssload-thecube .cssload-c4:before {
    -webkit-animation-delay: 1.04s;
    animation-delay: 1.04s
}

@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(70px) rotateX(-180deg);
        transform: perspective(70px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(70px) rotateX(0);
        transform: perspective(70px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(70px) rotateY(180deg);
        transform: perspective(70px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(70px) rotateX(-180deg);
        transform: perspective(70px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(70px) rotateX(0);
        transform: perspective(70px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(70px) rotateY(180deg);
        transform: perspective(70px) rotateY(180deg);
        opacity: 0
    }
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #fff
}

body input:required:valid,
body textarea:required:valid {
    color: #fff
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: Lato, sans-serif;
    overflow-x: hidden;
    z-index: 1
}

.effect-hera {
    background: #303fa9
}

.effect-hera figcaption {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.effect-hera figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    border: 4px double #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

.effect-hera figcaption p {
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    left: 50%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

.effect-hera figcaption p {
    text-transform: none;
    font-size: 30px;
    display: block;
    width: 150px;
    height: 150px
}

.effect-hera figcaption p a {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    color: #fff
}

.effect-hera figcaption p a .icon {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/components/arrows_expand.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -webkit-calc(50% - 15px);
    margin-top: calc(50% - 15px);
    opacity: 0
}

.effect-hera:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.effect-hera:hover figcaption {
    background-color: rgba(0, 0, 0, .75)
}

.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1)
}

.effect-hera:hover figcaption p .icon {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

h1 {
    text-transform: uppercase;
    font-family: SourceSansPro-Light, sans-serif;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 50px;
    letter-spacing: 6px
}

h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    display: inline-block;
    font-family: SourceSansPro-Light, sans-serif;
    letter-spacing: 3px;
    margin: 0 0 50px 0
}

h3 {
    color: #0a0a0a;
    text-align: center;
    margin: 0;
    padding: 20px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: SourceSansPro-Light, sans-serif
}

h4 {
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 2px;
    position: relative;
    font-size: 16px;
    font-family: SourceSansPro-Light, sans-serif
}

h4::after,
h4::before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    content: '';
    width: 60px;
    height: 1px;
    position: absolute;
    display: block;
    background-color: #fff;
    bottom: 0;
    left: 0
}

h4::after {
    bottom: 3px
}

h4 span {
    color: #dca329
}

h5 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: SourceSansPro-Light, sans-serif
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

section {
    position: relative;
    text-align: center
}

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

.section-wrap {
    padding: 100px 0 50px 0
}
.video-bgc {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0
}

.button-wrap {
    text-align: center;
    padding: 50px 0 50px 0
}

.button-wrap .button,
.button-wrap .button-b {
    display: inline-block;
    padding: 15px 40px;
    text-transform: uppercase;
    background-color: #fff;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 2px;
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .25);
    font-size: 12.5px
}

.button-wrap .button-b:hover,
.button-wrap .button:hover {
    background-color: #d2d2dd
}

.button-wrap .button-b {
    background-color: #1a1a1a;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25)
}

.button-wrap .button-b:hover {
    background-color: #dca329
}

.arrow-wrap {
    text-align: center;
    width: 100%;
    padding: 50px 0 50px 0
}

.arrow-wrap .arrow-down {
    opacity: .5;
    background-image: url(../img/components/arrow_down.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.arrow-wrap .arrow-down:hover {
    opacity: 1
}

.mobile-menu {
    height: 100%;
    position: fixed;
    min-width: 285px;
    background-color: #1a1a1a;
    z-index: 999;
    left: -285px;
    overflow: auto;
    overflow-scrolling: touch;
    visibility: hidden
}

.mobile-menu .main-menu {
    text-align: right
}

.mobile-menu .main-menu .arrows-remove-wrap {
    background-color: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block
}

.mobile-menu .main-menu .arrows-remove-wrap .arrows-remove {
    width: 50px;
    height: 50px;
    background-image: url(../img/components/arrows_remove.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.mobile-menu .main-menu ul {
    text-align: left;
    margin: 0;
    padding: 25px 25px
}

.mobile-menu .main-menu ul li {
    list-style-type: none;
    display: block;
    margin: 10px 10px 10px 10px;
    position: relative
}

.mobile-menu .main-menu ul li a,
.mobile-menu .main-menu ul li p {
    text-decoration: none;
    cursor: pointer;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12.5px;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    padding: 0 0 10px 0;
    position: relative;
    margin: 0
}

.mobile-menu .main-menu ul li a:before,
.mobile-menu .main-menu ul li p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #dca329;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.mobile-menu .main-menu ul li a:hover:before,
.mobile-menu .main-menu ul li p:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.mobile-menu .main-menu ul li a ul li a,
.mobile-menu .main-menu ul li a ul li p,
.mobile-menu .main-menu ul li p ul li a,
.mobile-menu .main-menu ul li p ul li p {
    color: #fff
}

.mobile-menu .main-menu ul ul {
    padding: 0 0 0 15px
}

.mobile-menu .main-menu .social-links {
    text-align: center
}

.mobile-menu .main-menu .social-links .item {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 25px 4px 25px 4px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 4px double #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu .main-menu .social-links .item a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu .main-menu .social-links .item:hover {
    background-color: #fff
}

.mobile-menu .main-menu .social-links .item:hover a {
    color: #0a0a0a
}

.mobile-menu .main-menu .logo-wrap {
    text-align: center;
    margin: 50px 0
}

.mobile-menu .main-menu .logo-wrap .logo {
    display: inline-block
}

.header-scroll {
    background: rgba(0, 0, 0, .8)!important;
    width: 100%;
    height: 67px!important;
    position: fixed;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header-scroll .logo-wrap {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 0!important
}

.header-scroll .logo-wrap .logo {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 35px
}

.header-scroll .logo-wrap .logo img {
    width: 92px;
    height: 36px
}

.header-scroll .main-menu {
    top: 5px!important
}

.header-scroll .arrows-hamburger-wrap {
    top: 10px!important
}

.main-header {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 90px;

}

.main-header .logo-wrap {
    position: absolute;
    left: 50px;
    top: 30px
}

.main-header .main-menu {
    top: 25px;
    right: 50px;
    position: absolute
}

.main-header .main-menu ul {
    margin: 0
}

.main-header .main-menu ul li {
    display: inline-block;
    margin: 0 10px 0 10px;
    position: relative
}

.main-header .main-menu ul li a,
.main-header .main-menu ul li p {
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    padding: 0 0 10px 0;
    position: relative;
    margin: 15px 0
}

.main-header .main-menu ul li a:before,
.main-header .main-menu ul li p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #dca329;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.main-header .main-menu ul li a:hover:before,
.main-header .main-menu ul li p:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.main-header .main-menu ul li a ul li a,
.main-header .main-menu ul li a ul li p,
.main-header .main-menu ul li p ul li a,
.main-header .main-menu ul li p ul li p {
    color: #fff
}

.main-header .main-menu ul li ul {
    visibility: hidden;
    position: absolute;
    top: 150%;
    left: 0;
    padding: 0;
    font-size: 14px;
    min-width: 200px;
    opacity: 0
}

.main-header .main-menu ul li ul .li-in {
    float: none;
    width: 100%;
    padding: 5px 20px 5px 20px;
    margin: 0
}

.main-header .main-menu ul li ul .li-in:first-child {
    padding-top: 15px
}

.main-header .main-menu ul li ul .li-in:last-child {
    padding-bottom: 15px
}

.main-header .main-menu ul li ul .li-in a,
.main-header .main-menu ul li ul .li-in p {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    margin: 0;
    text-align: left
}

.main-header .main-menu ul li:hover>ul {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-header .arrows-hamburger-wrap {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 50px;
    top: 30px
}

.main-header .arrows-hamburger-wrap .arrows-hamburger {
    width: 50px;
    height: 50px;
    background-image: url(../img/components/arrows_hamburger.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.section-1,
.section-36 {
    width: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.section-1 .section-wrap,
.section-36 .section-wrap {
    padding: 0
}

.section-1 .section-wrap .flex-container,
.section-36 .section-wrap .flex-container {
    background-color: rgba(0, 0, 0, .8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    min-height: 900px;
    max-width: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.section-1 .section-wrap .flex-container .middle-text,
.section-36 .section-wrap .flex-container .middle-text {
    text-align: center;
    text-transform: uppercase;
    color: #f1f2f3;
    letter-spacing: 2px;
    font-family: SourceSansPro-Light, sans-serif
}

.section-1 .section-wrap .flex-container .middle-text span,
.section-36 .section-wrap .flex-container .middle-text span {
    color: #f5b215;
    margin: 0 10px 0 10px
}

.section-1 .section-wrap .flex-container .bottom-text,
.section-36 .section-wrap .flex-container .bottom-text {
    text-align: center;
    margin-top: 50px;
    color: #d2d2dd
}

.section-37 {
    width: 100%
}

.section-37 .section-wrap {
    padding: 0
}

.section-37 .section-wrap .owl-carousel .owl-item .content-wrap .content .flex-container {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.section-37 .section-wrap .owl-carousel .owl-item.active .content .flex-container {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.section-37 .section-wrap .owl-carousel .item {
    width: 100%;
    text-align: center;
    position: relative
}

.section-37 .section-wrap .owl-carousel .item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3)
}

.section-37 .section-wrap .owl-carousel .item .content-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.section-37 .section-wrap .owl-carousel .item .content-wrap .content {
    height: 100vh;
    min-height: 900px;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.section-37 .section-wrap .owl-carousel .item .content-wrap .content .flex-container {
    background-color: rgba(0, 0, 0, .8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    min-height: 900px;
    max-width: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.section-37 .section-wrap .owl-carousel .item .content-wrap .content .flex-container .middle-text {
    text-align: center;
    text-transform: uppercase;
    color: #f1f2f3;
    letter-spacing: 2px;
    font-family: SourceSansPro-Light, sans-serif
}

.section-37 .section-wrap .owl-carousel .item .content-wrap .content .flex-container .middle-text span {
    color: #f5b215;
    margin: 0 10px 0 10px
}

.section-37 .section-wrap .owl-carousel .item .content-wrap .content .flex-container .bottom-text {
    text-align: center;
    margin-top: 50px;
    color: #d2d2dd
}

.section-37 .section-wrap .owl-carousel .owl-dots {
    text-align: left;
    position: absolute;
    bottom: 50px;
    left: 50px
}

.section-37 .section-wrap .owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff
}

.section-37 .section-wrap .owl-carousel .owl-dots .owl-dot.active {
    border: 4px double #dca329
}

.slider-1 .owl-item:nth-child(3n+1) {
    background-color: #61bfce
}

.slider-1 .owl-item:nth-child(3n+2) {
    background-color: #ff796b
}

.slider-1 .owl-item:nth-child(3n+3) {
    background-color: #ffc86d
}

.section-2 {
    background-color: #1a1a1a
}

.section-2 .section-wrap {
    padding: 0
}

.section-2 .section-wrap .owl-carousel {
    position: relative
}

.section-2 .section-wrap .owl-carousel .owl-item:nth-child(2n+2) .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content {
    padding: 50px 50px
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content .services-composition {
    text-align: center;
    width: 100%
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content .services-composition .logo-wrap {
    text-align: center
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content .services-composition .logo-wrap .logo {
    display: inline-block
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content .services-composition h2 {
    margin-bottom: 50px
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content .services-composition ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content .services-composition ul li {
    line-height: 50px;
    color: #fff;
    max-width: 400px;
    display: block;
    padding: 0 15px 0 15px;
    margin: 0 auto;
    border-bottom: 1px dashed rgba(255, 255, 255, .5)
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content .services-composition ul li:first-child {
    border-top: 1px dashed rgba(255, 255, 255, .5)
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content .services-composition ul li strong {
    color: #0a0a0a;
    opacity: .75
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-content .services-composition .button-wrap {
    padding-bottom: 0
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item:hover .services-image {
    opacity: 1
}

.section-2 .section-wrap .owl-carousel .owl-item .services-item .services-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .75;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.section-2 .section-wrap .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%
}

.section-2 .section-wrap .owl-carousel .owl-nav .owl-next,
.section-2 .section-wrap .owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    line-height: 64px
}

.section-2 .section-wrap .owl-carousel .owl-nav .owl-next img,
.section-2 .section-wrap .owl-carousel .owl-nav .owl-prev img {
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-2 .section-wrap .owl-carousel .owl-nav .owl-next:hover,
.section-2 .section-wrap .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #d2d2dd
}

.section-2 .section-wrap .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.section-2 .section-wrap .owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit
}

.section-10,
.section-12,
.section-3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.section-10 .section-wrap,
.section-12 .section-wrap,
.section-3 .section-wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9)
}

.section-10 .section-wrap .effect-lily,
.section-12 .section-wrap .effect-lily,
.section-3 .section-wrap .effect-lily {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 50px 0;
    border: 4px double #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center
}

.section-10 .section-wrap .effect-lily img,
.section-12 .section-wrap .effect-lily img,
.section-3 .section-wrap .effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.section-10 .section-wrap .effect-lily figcaption,
.section-12 .section-wrap .effect-lily figcaption,
.section-3 .section-wrap .effect-lily figcaption {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-10 .section-wrap .effect-lily figcaption div,
.section-12 .section-wrap .effect-lily figcaption div,
.section-3 .section-wrap .effect-lily figcaption div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    width: 100%;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%)
}

.section-10 .section-wrap .effect-lily .name,
.section-10 .section-wrap .effect-lily .prof,
.section-10 .section-wrap .effect-lily .social-links,
.section-12 .section-wrap .effect-lily .name,
.section-12 .section-wrap .effect-lily .prof,
.section-12 .section-wrap .effect-lily .social-links,
.section-3 .section-wrap .effect-lily .name,
.section-3 .section-wrap .effect-lily .prof,
.section-3 .section-wrap .effect-lily .social-links {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    margin: 0
}

.section-10 .section-wrap .effect-lily .name,
.section-12 .section-wrap .effect-lily .name,
.section-3 .section-wrap .effect-lily .name {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 26px;
    margin-bottom: 10px
}

.section-10 .section-wrap .effect-lily .prof,
.section-12 .section-wrap .effect-lily .prof,
.section-3 .section-wrap .effect-lily .prof {
    color: #f1f2f3;
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s;
    transition: opacity .2s, transform .35s, -webkit-transform .35s;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

.section-10 .section-wrap .effect-lily .prof span,
.section-12 .section-wrap .effect-lily .prof span,
.section-3 .section-wrap .effect-lily .prof span {
    color: #dca329
}

.section-10 .section-wrap .effect-lily .social-links,
.section-12 .section-wrap .effect-lily .social-links,
.section-3 .section-wrap .effect-lily .social-links {
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s;
    transition: opacity .2s, transform .35s, -webkit-transform .35s;
    opacity: 0
}

.section-10 .section-wrap .effect-lily .social-links a,
.section-12 .section-wrap .effect-lily .social-links a,
.section-3 .section-wrap .effect-lily .social-links a {
    color: #fff;
    padding: 0 5px 0 5px;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-10 .section-wrap .effect-lily .social-links a:hover,
.section-12 .section-wrap .effect-lily .social-links a:hover,
.section-3 .section-wrap .effect-lily .social-links a:hover {
    color: #dca329
}

.section-10 .section-wrap .effect-lily .social-links a:first-child,
.section-12 .section-wrap .effect-lily .social-links a:first-child,
.section-3 .section-wrap .effect-lily .social-links a:first-child {
    padding: 0 5px 0 0
}

.section-10 .section-wrap .effect-lily .social-links a:last-child,
.section-12 .section-wrap .effect-lily .social-links a:last-child,
.section-3 .section-wrap .effect-lily .social-links a:last-child {
    padding: 0 0 0 5px
}

.section-10 .section-wrap .effect-lily:hover,
.section-12 .section-wrap .effect-lily:hover,
.section-3 .section-wrap .effect-lily:hover {
    border-color: #d2d2dd
}

.section-10 .section-wrap .effect-lily:hover figcaption,
.section-12 .section-wrap .effect-lily:hover figcaption,
.section-3 .section-wrap .effect-lily:hover figcaption {
    background-color: rgba(0, 0, 0, .5)
}

.section-10 .section-wrap .effect-lily:hover .prof,
.section-10 .section-wrap .effect-lily:hover .social-links,
.section-12 .section-wrap .effect-lily:hover .prof,
.section-12 .section-wrap .effect-lily:hover .social-links,
.section-3 .section-wrap .effect-lily:hover .prof,
.section-3 .section-wrap .effect-lily:hover .social-links {
    opacity: 1
}

.section-10 .section-wrap .effect-lily:hover .name,
.section-10 .section-wrap .effect-lily:hover img,
.section-12 .section-wrap .effect-lily:hover .name,
.section-12 .section-wrap .effect-lily:hover img,
.section-3 .section-wrap .effect-lily:hover .name,
.section-3 .section-wrap .effect-lily:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.section-10 .section-wrap .effect-lily:hover .prof,
.section-10 .section-wrap .effect-lily:hover .social-links,
.section-12 .section-wrap .effect-lily:hover .prof,
.section-12 .section-wrap .effect-lily:hover .social-links,
.section-3 .section-wrap .effect-lily:hover .prof,
.section-3 .section-wrap .effect-lily:hover .social-links {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.section-27-0,
.section-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    text-align: left
}

.section-27-0 .section-wrap,
.section-4 .section-wrap {
    background-color: rgba(255, 175, 83, .9);
    width: 50%;
    display: inline-block;
    padding-bottom: 100px
}

.section-27-0 .section-wrap .callback-wrap,
.section-4 .section-wrap .callback-wrap {
    text-align: center;
    width: 100%;
    display: inline-block
}

.section-27-0 .section-wrap .callback-wrap .callback .single-label,
.section-4 .section-wrap .callback-wrap .callback .single-label {
    text-align: center;
    margin-top: 25px
}

.section-27-0 .section-wrap .callback-wrap .callback .single-label input,
.section-27-0 .section-wrap .callback-wrap .callback .single-label textarea,
.section-4 .section-wrap .callback-wrap .callback .single-label input,
.section-4 .section-wrap .callback-wrap .callback .single-label textarea {
    line-height: 1px;
    display: inline-block;
    border: none;
    padding: 13.5px 15px 13.5px 15px;
    border-top: 1px solid rgba(0, 0, 0, .25);
    border-right: 1px solid rgba(0, 0, 0, .25);
    border-left: 1px solid rgba(0, 0, 0, .25);
    border-bottom: 2px solid rgba(0, 0, 0, .25);
    background-color: transparent;
    min-width: 450px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-27-0 .section-wrap .callback-wrap .callback .single-label input:focus,
.section-27-0 .section-wrap .callback-wrap .callback .single-label textarea:focus,
.section-4 .section-wrap .callback-wrap .callback .single-label input:focus,
.section-4 .section-wrap .callback-wrap .callback .single-label textarea:focus {
    border-color: rgba(0, 0, 0, .5);
    outline: 0;
    color: #fff
}

.section-27-0 .section-wrap .callback-wrap .callback .single-label textarea,
.section-4 .section-wrap .callback-wrap .callback .single-label textarea {
    min-height: 100px
}

.section-27-0 .section-wrap .callback-wrap .callback .logo-wrap,
.section-4 .section-wrap .callback-wrap .callback .logo-wrap {
    margin-right: 50px;
    text-align: right
}

.selectize-control {
    line-height: 1px
}

.selectize-control .selectize-input {
    max-width: 450px;
    max-height: 47px;
    padding: 12px 15px 12px 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid rgba(0, 0, 0, .25);
    border-right: 1px solid rgba(0, 0, 0, .25);
    border-left: 1px solid rgba(0, 0, 0, .25);
    border-bottom: 2px solid rgba(0, 0, 0, .25);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: left
}

.selectize-control .selectize-input input {
    color: #fff
}

.selectize-control .selectize-input:after {
    border-color: #fff transparent transparent transparent!important
}

.selectize-control .selectize-input.focus {
    border-color: rgba(0, 0, 0, .5)
}

.selectize-control .selectize-dropdown {
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-active {
    background-color: transparent!important;
    padding: 0
}

.section-5 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.section-5 .section-wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    padding-bottom: 100px
}

.section-5 .section-wrap .owl-carousel .owl-item .date,
.section-5 .section-wrap .owl-carousel .owl-item .img-wrap,
.section-5 .section-wrap .owl-carousel .owl-item .name,
.section-5 .section-wrap .owl-carousel .owl-item .recall,
.section-5 .section-wrap .owl-carousel .owl-item .score {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

.section-5 .section-wrap .owl-carousel .owl-item .name,
.section-5 .section-wrap .owl-carousel .owl-item .score {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.section-5 .section-wrap .owl-carousel .owl-item .date,
.section-5 .section-wrap .owl-carousel .owl-item .recall {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    max-width: 600px;
    max-height: 250px;
    margin: auto;
    color: #cecece;
    text-align: center
}

.section-5 .section-wrap .owl-carousel .owl-item.active .date,
.section-5 .section-wrap .owl-carousel .owl-item.active .img-wrap,
.section-5 .section-wrap .owl-carousel .owl-item.active .name,
.section-5 .section-wrap .owl-carousel .owl-item.active .recall,
.section-5 .section-wrap .owl-carousel .owl-item.active .score {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.section-5 .section-wrap .owl-carousel .owl-item .img-wrap img {
    margin: auto;
    width: 150px;
    height: 150px;
    overflow: auto;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    border: 4px double #fff
}

.section-5 .section-wrap .owl-carousel .owl-item .name {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px
}

.section-5 .section-wrap .owl-carousel .owl-item .score {
    text-align: center;
    color: #f5b215
}

.section-5 .section-wrap .owl-carousel .owl-item .recall {
    text-align: center;
    color: #d2d2dd;
    max-width: 500px;
    margin: 25px auto 25px auto
}

.section-5 .section-wrap .owl-carousel .owl-item .date {
    color: #fff;
    text-align: right
}

.section-5 .section-wrap .owl-carousel .owl-nav {
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    width: 100%
}

.section-5 .section-wrap .owl-carousel .owl-nav div {
    height: 30px;
    width: 16px;
    background-image: url(../img/components/slider-arrows.svg);
    position: absolute;
    left: 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .5
}

.section-5 .section-wrap .owl-carousel .owl-nav div:hover {
    opacity: 1
}

.section-5 .section-wrap .owl-carousel .owl-nav .owl-next {
    right: 50px;
    left: auto;
    background-position: -16px 0
}

.section-18,
.section-6 {
    background-color: #f1f2f3
}

.section-18 .section-wrap,
.section-6 .section-wrap {
    padding-bottom: 100px
}

.section-18 .section-wrap h2,
.section-6 .section-wrap h2 {
    color: #0a0a0a
}

.section-18 .section-wrap .title-text,
.section-6 .section-wrap .title-text {
    color: #444
}

.section-18 .section-wrap .owl-carousel,
.section-6 .section-wrap .owl-carousel {
    text-align: center
}

.section-18 .section-wrap .owl-carousel .item,
.section-6 .section-wrap .owl-carousel .item {
    display: inline-block;
    overflow: hidden;
    margin: 0 15px 0 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px 0 #ddd;
    box-shadow: 0 1px 5px 0 #ddd
}

.section-18 .section-wrap .owl-carousel .item .img-wrap,
.section-6 .section-wrap .owl-carousel .item .img-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff
}

.section-18 .section-wrap .owl-carousel .item .img-wrap img,
.section-6 .section-wrap .owl-carousel .item .img-wrap img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-18 .section-wrap .owl-carousel .item .img-wrap .hover,
.section-6 .section-wrap .owl-carousel .item .img-wrap .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-18 .section-wrap .owl-carousel .item .img-wrap .hover .hover-text,
.section-6 .section-wrap .owl-carousel .item .img-wrap .hover .hover-text {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-18 .section-wrap .owl-carousel .item .img-wrap .hover .hover-text span,
.section-6 .section-wrap .owl-carousel .item .img-wrap .hover .hover-text span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 15px 25px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    opacity: 0
}

.section-18 .section-wrap .owl-carousel .item .img-wrap .hover .hover-text span:hover,
.section-6 .section-wrap .owl-carousel .item .img-wrap .hover .hover-text span:hover {
    background-color: #fff;
    color: #0a0a0a
}

.section-18 .section-wrap .owl-carousel .item:hover .img-wrap,
.section-6 .section-wrap .owl-carousel .item:hover .img-wrap {
    color: #fff
}

.section-18 .section-wrap .owl-carousel .item:hover .img-wrap img,
.section-6 .section-wrap .owl-carousel .item:hover .img-wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-18 .section-wrap .owl-carousel .item:hover .img-wrap .hover,
.section-6 .section-wrap .owl-carousel .item:hover .img-wrap .hover {
    background-color: rgba(0, 0, 0, .75)
}

.section-18 .section-wrap .owl-carousel .item:hover .img-wrap .hover .hover-text,
.section-6 .section-wrap .owl-carousel .item:hover .img-wrap .hover .hover-text {
    top: 50%;
    margin-top: -18px
}

.section-18 .section-wrap .owl-carousel .item:hover .img-wrap .hover .hover-text span,
.section-6 .section-wrap .owl-carousel .item:hover .img-wrap .hover .hover-text span {
    opacity: 1
}

.section-18 .section-wrap .owl-carousel .item:hover .slide-content,
.section-6 .section-wrap .owl-carousel .item:hover .slide-content {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #1a1a1a
}

.section-18 .section-wrap .owl-carousel .item:hover .slide-content .name,
.section-6 .section-wrap .owl-carousel .item:hover .slide-content .name {
    color: #fff
}

.section-18 .section-wrap .owl-carousel .item:hover .slide-content .descr,
.section-6 .section-wrap .owl-carousel .item:hover .slide-content .descr {
    color: #f1f2f3
}

.section-18 .section-wrap .owl-carousel .item:hover .slide-content .price,
.section-6 .section-wrap .owl-carousel .item:hover .slide-content .price {
    color: #f1f2f3;
    opacity: 1
}

.section-18 .section-wrap .owl-carousel .item .slide-content,
.section-6 .section-wrap .owl-carousel .item .slide-content {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff
}

.section-18 .section-wrap .owl-carousel .item .slide-content .name,
.section-6 .section-wrap .owl-carousel .item .slide-content .name {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 16px;
    margin: 0;
    color: #0a0a0a;
    padding: 15px 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase
}

.section-18 .section-wrap .owl-carousel .item .slide-content .descr,
.section-6 .section-wrap .owl-carousel .item .slide-content .descr {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 35px 15px 0
}

.section-18 .section-wrap .owl-carousel .item .slide-content .price,
.section-6 .section-wrap .owl-carousel .item .slide-content .price {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #333;
    text-align: left;
    padding: 0 0 15px 35px;
    margin: 0;
    font-size: 17px;
    line-height: 17px;
    font-family: SourceSansPro-Regular, sans-serif
}

.section-18 .section-wrap .owl-carousel .item .slide-content .price sub,
.section-6 .section-wrap .owl-carousel .item .slide-content .price sub {
    font-size: 13px;
    vertical-align: baseline;
    top: 0
}

.section-18 .section-wrap .owl-carousel .owl-nav,
.section-6 .section-wrap .owl-carousel .owl-nav {
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    width: 100%
}

.section-18 .section-wrap .owl-carousel .owl-nav div,
.section-6 .section-wrap .owl-carousel .owl-nav div {
    height: 30px;
    width: 16px;
    background-image: url(../img/components/slider-arrows-2.svg);
    position: absolute;
    left: -50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .5
}

.section-18 .section-wrap .owl-carousel .owl-nav div:hover,
.section-6 .section-wrap .owl-carousel .owl-nav div:hover {
    opacity: 1
}

.section-18 .section-wrap .owl-carousel .owl-nav .owl-next,
.section-6 .section-wrap .owl-carousel .owl-nav .owl-next {
    right: -50px;
    left: auto;
    background-position: -16px 0
}

.section-15,
.section-27,
.section-43,
.section-7 {
    background-color: #fff
}

.section-15 .section-wrap .item-wrap,
.section-27 .section-wrap .item-wrap,
.section-43 .section-wrap .item-wrap,
.section-7 .section-wrap .item-wrap {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    margin: 0 0 50px 0;
    text-align: center
}

.section-15 .section-wrap .item-wrap .top-element,
.section-27 .section-wrap .item-wrap .top-element,
.section-43 .section-wrap .item-wrap .top-element,
.section-7 .section-wrap .item-wrap .top-element {
    width: 75px;
    height: 75px;
    text-align: center;
    display: inline-block;
    border: 4px double #1a1a1a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: 15px 0 15px 0
}

.section-15 .section-wrap .item-wrap .top-element span,
.section-27 .section-wrap .item-wrap .top-element span,
.section-43 .section-wrap .item-wrap .top-element span,
.section-7 .section-wrap .item-wrap .top-element span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #0a0a0a;
    font-size: 30px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 65px
}

.section-15 .section-wrap .item-wrap p,
.section-27 .section-wrap .item-wrap p,
.section-43 .section-wrap .item-wrap p,
.section-7 .section-wrap .item-wrap p {
    margin: 0;
    text-align: center;
    color: #444
}

.section-15 .section-wrap .item-wrap:hover .top-element,
.section-27 .section-wrap .item-wrap:hover .top-element,
.section-43 .section-wrap .item-wrap:hover .top-element,
.section-7 .section-wrap .item-wrap:hover .top-element {
    background-color: #1a1a1a
}

.section-15 .section-wrap .item-wrap:hover .top-element span,
.section-27 .section-wrap .item-wrap:hover .top-element span,
.section-43 .section-wrap .item-wrap:hover .top-element span,
.section-7 .section-wrap .item-wrap:hover .top-element span {
    color: #fff
}

.section-16,
.section-22,
.section-8 {
    width: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.section-16 .section-wrap,
.section-22 .section-wrap,
.section-8 .section-wrap {
    padding: 0
}

.section-16 .section-wrap .flex-container,
.section-22 .section-wrap .flex-container,
.section-8 .section-wrap .flex-container {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background-color: rgba(0, 0, 0, .8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    min-height: 900px;
    max-width: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right
}

.section-16 .section-wrap .flex-container .bottom-text,
.section-22 .section-wrap .flex-container .bottom-text,
.section-8 .section-wrap .flex-container .bottom-text {
    text-align: center;
    margin-top: 50px;
    color: #d2d2dd
}

.section-16 .section-wrap .flex-container .breadcrumbs,
.section-22 .section-wrap .flex-container .breadcrumbs,
.section-8 .section-wrap .flex-container .breadcrumbs {
    text-align: left;
    font-size: 14px;
    text-align: center;
    padding: 0 0 50px 0
}

.section-16 .section-wrap .flex-container .breadcrumbs a,
.section-22 .section-wrap .flex-container .breadcrumbs a,
.section-8 .section-wrap .flex-container .breadcrumbs a {
    color: #fff;
    text-transform: capitalize
}

.section-16 .section-wrap .flex-container .breadcrumbs span,
.section-22 .section-wrap .flex-container .breadcrumbs span,
.section-8 .section-wrap .flex-container .breadcrumbs span {
    color: #fff;
    padding: 0 5px
}

.section-16 .section-wrap .flex-container .breadcrumbs .current,
.section-22 .section-wrap .flex-container .breadcrumbs .current,
.section-8 .section-wrap .flex-container .breadcrumbs .current {
    padding: 0;
    color: #dca329;
    text-transform: capitalize
}

.section-9 {
    background-color: #f1f2f3;
    z-index: 1
}

.section-9 .section-wrap .about-text {
    margin: 0 0 50px 0;
    text-align: left
}

.section-9 .section-wrap .about-text p {
    margin: 0 0 15px 0
}

.section-9 .section-wrap .about-text p:last-child {
    margin-bottom: 0
}

.section-9 .section-wrap .fotorama {
    margin: 0 0 50px 0
}

.quote-wrap {
    margin-bottom: 15px
}

.quote-wrap .quote {
    width: 100%
}

.quote-wrap .quote .text {
    text-align: center;
    color: #0a0a0a;
    font-size: 16px;
    margin: 0
}

.quote-wrap .quote .text span {
    font-size: 20px
}

.quote-wrap .quote .author {
    text-align: right;
    margin: 0;
    padding: 5px 10px 5px 10px;
    text-transform: capitalize
}

.quote-wrap .quote:after {
    content: '';
    width: 100px;
    height: 1px;
    display: inline-block;
    background-color: #ccc;
    position: relative;
    top: 0;
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px)
}

.fotorama__thumb-border {
    border-color: #dca329
}

.section-11 {
    background-color: #fff
}

.section-11 .section-wrap {
    padding-bottom: 100px
}

.section-11 .section-wrap h2 {
    color: #0a0a0a;
    margin-bottom: 50px
}

.section-11 .section-wrap .text-wrap p {
    margin-top: 0;
    text-align: left
}

.section-11 .section-wrap .text-wrap:last-child p {
    margin-bottom: 0
}

.section-11-1 {
    background-color: #f1f2f3
}

.section-11-1 .section-wrap .items-wrap {
    text-align: center
}

.section-11-1 .section-wrap .items-wrap .item {
    margin: 20px 0 50px 0
}

.section-11-1 .section-wrap .items-wrap .item .number-1,
.section-11-1 .section-wrap .items-wrap .item .number-2,
.section-11-1 .section-wrap .items-wrap .item .number-3 {
    display: inline-block;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border: 4px double #1a1a1a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section-11-1 .section-wrap .items-wrap .item .number-1 p,
.section-11-1 .section-wrap .items-wrap .item .number-2 p,
.section-11-1 .section-wrap .items-wrap .item .number-3 p {
    font-size: 24px;
    color: #1a1a1a;
    margin: 0;
    line-height: 65px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section-11-1 .section-wrap .items-wrap .item:hover .number-1,
.section-11-1 .section-wrap .items-wrap .item:hover .number-2,
.section-11-1 .section-wrap .items-wrap .item:hover .number-3 {
    background-color: #1a1a1a
}

.section-11-1 .section-wrap .items-wrap .item:hover .number-1 p,
.section-11-1 .section-wrap .items-wrap .item:hover .number-2 p,
.section-11-1 .section-wrap .items-wrap .item:hover .number-3 p {
    color: #fff
}

.section-11-1 .section-wrap .items-wrap .item .desc {
    padding-top: 15px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #0a0a0a;
    letter-spacing: 2px
}

.section-13 {
    background-color: #fff
}

.section-13 .section-wrap .item-wrap {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    margin: 0 0 50px 0;
    text-align: center
}

.section-13 .section-wrap .item-wrap .top-element img,
.section-13 .section-wrap .item-wrap .top-element svg {
    width: 100px;
    height: 100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-13 .section-wrap .item-wrap:hover .top-element svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section-13 .section-wrap .item-wrap .descr {
    font-size: 16px;
    padding: 25px 0 25px 0;
    color: #0a0a0a;
    text-transform: capitalize
}

.section-13 .section-wrap .item-wrap p {
    margin: 0;
    text-align: center;
    color: #444
}

.section-14,
.section-20,
.section-42 {
    background-color: #fff
}

.section-14 .section-wrap,
.section-20 .section-wrap,
.section-42 .section-wrap {
    padding: 0
}

.section-14 .section-wrap .grid .grid-item,
.section-20 .section-wrap .grid .grid-item,
.section-42 .section-wrap .grid .grid-item {
    padding: 0;
    overflow: hidden
}

.section-14 .section-wrap .grid .grid-item figure img,
.section-20 .section-wrap .grid .grid-item figure img,
.section-42 .section-wrap .grid .grid-item figure img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-17,
.section-23 {
    background-color: #fff
}

.section-17 .section-wrap,
.section-23 .section-wrap {
    padding-bottom: 100px
}

.section-17 .section-wrap .text-wrap p,
.section-23 .section-wrap .text-wrap p {
    margin-top: 0;
    text-align: left
}

.section-17 .section-wrap .text-wrap:last-child p,
.section-23 .section-wrap .text-wrap:last-child p {
    margin-bottom: 0
}

.section-19,
.section-25,
.section-41 {
    background-color: #fff
}

.section-19 .section-wrap,
.section-25 .section-wrap,
.section-41 .section-wrap {
    text-align: center
}

.section-19 .section-wrap .item-wrap,
.section-25 .section-wrap .item-wrap,
.section-41 .section-wrap .item-wrap {
    border: 4px double #ddd;
    -webkit-box-shadow: 0 1px 5px 0 #ddd;
    box-shadow: 0 1px 5px 0 #ddd;
    margin: 0 0 50px 0;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    padding: 25px
}

.section-19 .section-wrap .item-wrap .item img,
.section-25 .section-wrap .item-wrap .item img,
.section-41 .section-wrap .item-wrap .item img {
    opacity: .75;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-19 .section-wrap .item-wrap .item:hover img,
.section-25 .section-wrap .item-wrap .item:hover img,
.section-41 .section-wrap .item-wrap .item:hover img {
    opacity: 1
}

.section-21 {
    background-color: #fff
}

.section-21 .section-wrap {
    padding: 0
}

.section-39 {
    background-color: #f1f2f3
}

.section-39 .section-wrap .container .item-wrap {
    margin: 0 0 50px 0
}

.section-39 .section-wrap .container .item-wrap:hover .item {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-39 .section-wrap .container .item-wrap:hover .item .img-wrap img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section-39 .section-wrap .container .item-wrap:hover .item .title-wrap {
    background-color: #dca329
}

.section-39 .section-wrap .container .item-wrap:hover .item .button-wrap .button-b {
    background-color: #dca329
}

.section-39 .section-wrap .container .item-wrap .item {
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px 0 #ddd;
    box-shadow: 0 1px 5px 0 #ddd
}

.section-39 .section-wrap .container .item-wrap .item .img-wrap {
    position: relative;
    max-height: 275px;
    overflow: hidden
}

.section-39 .section-wrap .container .item-wrap .item .img-wrap img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-39 .section-wrap .container .item-wrap .item .title-wrap {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #1a1a1a;
    width: 100%
}

.section-39 .section-wrap .container .item-wrap .item .title-wrap p {
    text-align: left;
    margin: 0 0 0 15px;
    padding: 0;
    border: 0;
    font-size: 25px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    font-family: SourceSansPro-Light, sans-serif
}

.section-39 .section-wrap .container .item-wrap .item .title-wrap .price-wrap p {
    text-align: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    margin: 0 15px 0 0;
    font-size: 30px;
    font-family: SourceSansPro-Regular, sans-serif
}

.section-39 .section-wrap .container .item-wrap .item .title-wrap .price-wrap p sub {
    font-size: 16px;
    vertical-align: baseline;
    top: 0
}

.section-39 .section-wrap .container .item-wrap .item .content {
    position: relative
}

.section-39 .section-wrap .container .item-wrap .item .content ul {
    padding: 0 25px;
    margin: 0
}

.section-39 .section-wrap .container .item-wrap .item .content ul li {
    text-transform: capitalize;
    list-style-type: none;
    text-align: center;
    padding: 10px 0;
    color: #333
}

.section-39 .section-wrap .container .item-wrap .item .content ul li:last-child {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-39 .section-wrap .container .item-wrap .item .content:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    background-color: #dca329;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.section-39 .section-wrap .container .item-wrap .item .content:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.section-39 .section-wrap .container .item-wrap .item .button-wrap {
    padding: 25px 0
}

.section-33,
.section-35,
.section-47 {
    background-color: #f1f2f3
}

.section-33 .section-wrap,
.section-35 .section-wrap,
.section-47 .section-wrap {
    padding: 50px 0 0 0
}

.section-33 .section-wrap .search,
.section-35 .section-wrap .search,
.section-47 .section-wrap .search {
    margin-bottom: 50px;
    position: relative
}

.section-33 .section-wrap .search input,
.section-35 .section-wrap .search input,
.section-47 .section-wrap .search input {
    outline: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px 0 #ddd;
    box-shadow: 0 1px 5px 0 #ddd;
    padding: 10px 30px 10px 15px;
    width: 100%;
    height: 100%;
    min-height: 45px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #0a0a0a
}

.section-33 .section-wrap .search input:focus,
.section-35 .section-wrap .search input:focus,
.section-47 .section-wrap .search input:focus {
    border-color: #dca329
}

.section-33 .section-wrap .search:before,
.section-35 .section-wrap .search:before,
.section-47 .section-wrap .search:before {
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-smoothing: antialiased;
    font-smoothing: grayscale;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999
}

.section-33 .section-wrap .sidebar-box,
.section-35 .section-wrap .sidebar-box,
.section-47 .section-wrap .sidebar-box {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px 0 #ddd;
    box-shadow: 0 1px 5px 0 #ddd;
    background-color: #fff;
    padding: 30px 30px;
    margin-bottom: 50px
}

.section-33 .section-wrap .sidebar-box:last-child,
.section-35 .section-wrap .sidebar-box:last-child,
.section-47 .section-wrap .sidebar-box:last-child {
    margin-bottom: 50px
}

.section-33 .section-wrap .sidebar-box:hover h4::after,
.section-33 .section-wrap .sidebar-box:hover h4::before,
.section-35 .section-wrap .sidebar-box:hover h4::after,
.section-35 .section-wrap .sidebar-box:hover h4::before,
.section-47 .section-wrap .sidebar-box:hover h4::after,
.section-47 .section-wrap .sidebar-box:hover h4::before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 90px
}

.section-33 .section-wrap .sidebar-box h4,
.section-35 .section-wrap .sidebar-box h4,
.section-47 .section-wrap .sidebar-box h4 {
    padding-top: 0;
    margin-top: 0;
    color: #0a0a0a
}

.section-33 .section-wrap .sidebar-box h4::after,
.section-33 .section-wrap .sidebar-box h4::before,
.section-35 .section-wrap .sidebar-box h4::after,
.section-35 .section-wrap .sidebar-box h4::before,
.section-47 .section-wrap .sidebar-box h4::after,
.section-47 .section-wrap .sidebar-box h4::before {
    background-color: #0a0a0a
}

.section-33 .section-wrap .sidebar-box .items-wrap,
.section-35 .section-wrap .sidebar-box .items-wrap,
.section-47 .section-wrap .sidebar-box .items-wrap {
    text-align: center
}

.section-33 .section-wrap .sidebar-box .items-wrap .item,
.section-35 .section-wrap .sidebar-box .items-wrap .item,
.section-47 .section-wrap .sidebar-box .items-wrap .item {
    margin-bottom: 5px
}

.section-33 .section-wrap .sidebar-box .items-wrap .item .left-col,
.section-35 .section-wrap .sidebar-box .items-wrap .item .left-col,
.section-47 .section-wrap .sidebar-box .items-wrap .item .left-col {
    display: table-cell;
    padding-right: 8px
}

.section-33 .section-wrap .sidebar-box .items-wrap .item .left-col span,
.section-35 .section-wrap .sidebar-box .items-wrap .item .left-col span,
.section-47 .section-wrap .sidebar-box .items-wrap .item .left-col span {
    color: #dca329;
    font-size: 19px
}

.section-33 .section-wrap .sidebar-box .items-wrap .item .left-col .box,
.section-35 .section-wrap .sidebar-box .items-wrap .item .left-col .box,
.section-47 .section-wrap .sidebar-box .items-wrap .item .left-col .box {
    width: 8px;
    height: 8px;
    border: 1px solid #0a0a0a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section-33 .section-wrap .sidebar-box .items-wrap .item .right-col,
.section-35 .section-wrap .sidebar-box .items-wrap .item .right-col,
.section-47 .section-wrap .sidebar-box .items-wrap .item .right-col {
    display: table-cell
}

.section-33 .section-wrap .sidebar-box .items-wrap .item .right-col a,
.section-33 .section-wrap .sidebar-box .items-wrap .item .right-col p,
.section-35 .section-wrap .sidebar-box .items-wrap .item .right-col a,
.section-35 .section-wrap .sidebar-box .items-wrap .item .right-col p,
.section-47 .section-wrap .sidebar-box .items-wrap .item .right-col a,
.section-47 .section-wrap .sidebar-box .items-wrap .item .right-col p {
    color: #0a0a0a;
    margin: 0;
    text-transform: capitalize
}

.section-33 .section-wrap .sidebar-box .items-wrap .item .right-col a,
.section-35 .section-wrap .sidebar-box .items-wrap .item .right-col a,
.section-47 .section-wrap .sidebar-box .items-wrap .item .right-col a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-33 .section-wrap .sidebar-box .items-wrap .item .right-col a:hover,
.section-35 .section-wrap .sidebar-box .items-wrap .item .right-col a:hover,
.section-47 .section-wrap .sidebar-box .items-wrap .item .right-col a:hover {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #dca329
}

.section-33 .section-wrap .sidebar-box .items-wrap .item .right-col a:hover span,
.section-35 .section-wrap .sidebar-box .items-wrap .item .right-col a:hover span,
.section-47 .section-wrap .sidebar-box .items-wrap .item .right-col a:hover span {
    color: #0a0a0a
}

.section-33 .section-wrap .sidebar-box .items-wrap .item .right-col a span,
.section-35 .section-wrap .sidebar-box .items-wrap .item .right-col a span,
.section-47 .section-wrap .sidebar-box .items-wrap .item .right-col a span {
    color: #0a0a0a
}

.section-33 .section-wrap .sidebar-box .news-wrap a,
.section-35 .section-wrap .sidebar-box .news-wrap a,
.section-47 .section-wrap .sidebar-box .news-wrap a {
    color: #0a0a0a
}

.section-33 .section-wrap .sidebar-box .news-wrap a:hover,
.section-35 .section-wrap .sidebar-box .news-wrap a:hover,
.section-47 .section-wrap .sidebar-box .news-wrap a:hover {
    color: #0a0a0a;
    text-decoration: none
}

.section-33 .section-wrap .sidebar-box .news-wrap a:hover .news,
.section-35 .section-wrap .sidebar-box .news-wrap a:hover .news,
.section-47 .section-wrap .sidebar-box .news-wrap a:hover .news {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(34, 34, 34, .1)
}

.section-33 .section-wrap .sidebar-box .news-wrap a:hover .news .left-col .hover,
.section-35 .section-wrap .sidebar-box .news-wrap a:hover .news .left-col .hover,
.section-47 .section-wrap .sidebar-box .news-wrap a:hover .news .left-col .hover {
    background-color: rgba(0, 0, 0, .8)
}

.section-33 .section-wrap .sidebar-box .news-wrap a:hover .news .left-col .hover .hover-text,
.section-35 .section-wrap .sidebar-box .news-wrap a:hover .news .left-col .hover .hover-text,
.section-47 .section-wrap .sidebar-box .news-wrap a:hover .news .left-col .hover .hover-text {
    top: 50%;
    margin-top: -18px
}

.section-33 .section-wrap .sidebar-box .news-wrap a:hover .news .left-col .hover .hover-text span,
.section-35 .section-wrap .sidebar-box .news-wrap a:hover .news .left-col .hover .hover-text span,
.section-47 .section-wrap .sidebar-box .news-wrap a:hover .news .left-col .hover .hover-text span {
    opacity: 1
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news,
.section-35 .section-wrap .sidebar-box .news-wrap a .news,
.section-47 .section-wrap .sidebar-box .news-wrap a .news {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 15px
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news .left-col,
.section-33 .section-wrap .sidebar-box .news-wrap a .news .right-col,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .left-col,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .right-col,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .left-col,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .right-col {
    display: table-cell;
    vertical-align: top
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news .left-col img,
.section-33 .section-wrap .sidebar-box .news-wrap a .news .right-col img,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .left-col img,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .right-col img,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .left-col img,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .right-col img {
    width: 75px;
    height: 75px
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news .left-col,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .left-col,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .left-col {
    position: relative;
    overflow: hidden
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news .left-col .hover,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .left-col .hover,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .left-col .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news .left-col .hover .hover-text,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .left-col .hover .hover-text,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .left-col .hover .hover-text {
    width: 100%;
    position: absolute;
    top: -25%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news .left-col .hover .hover-text span,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .left-col .hover .hover-text span,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .left-col .hover .hover-text span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #dca329;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 5px;
    opacity: 0
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news .right-col,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .right-col,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .right-col {
    padding-left: 5px
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news .right-col h5,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .right-col h5,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .right-col h5 {
    color: #0a0a0a
}

.section-33 .section-wrap .sidebar-box .news-wrap a .news .right-col p,
.section-35 .section-wrap .sidebar-box .news-wrap a .news .right-col p,
.section-47 .section-wrap .sidebar-box .news-wrap a .news .right-col p {
    text-transform: capitalize;
    text-align: left;
    color: #333;
    font-size: 12px;
    margin: 0
}

.section-33 .section-wrap .sidebar-box .tags-wrap,
.section-35 .section-wrap .sidebar-box .tags-wrap,
.section-47 .section-wrap .sidebar-box .tags-wrap {
    text-align: left
}

.section-33 .section-wrap .sidebar-box .tags-wrap p,
.section-35 .section-wrap .sidebar-box .tags-wrap p,
.section-47 .section-wrap .sidebar-box .tags-wrap p {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 12px;
    border: 1px solid #1a1a1a;
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer
}

.section-33 .section-wrap .sidebar-box .tags-wrap p:hover,
.section-35 .section-wrap .sidebar-box .tags-wrap p:hover,
.section-47 .section-wrap .sidebar-box .tags-wrap p:hover {
    background-color: #1a1a1a;
    color: #fff
}

.section-33 .section-wrap .article-body,
.section-35 .section-wrap .article-body,
.section-47 .section-wrap .article-body {
    margin-bottom: 50px
}

.section-33 .section-wrap .article-body .left-sect,
.section-35 .section-wrap .article-body .left-sect,
.section-47 .section-wrap .article-body .left-sect {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0
}

.section-33 .section-wrap .article-body .left-sect a,
.section-35 .section-wrap .article-body .left-sect a,
.section-47 .section-wrap .article-body .left-sect a {
    color: #fff
}

.section-33 .section-wrap .article-body .left-sect a:hover,
.section-35 .section-wrap .article-body .left-sect a:hover,
.section-47 .section-wrap .article-body .left-sect a:hover {
    color: #fff
}

.section-33 .section-wrap .article-body .left-sect .effect-apollo,
.section-35 .section-wrap .article-body .left-sect .effect-apollo,
.section-47 .section-wrap .article-body .left-sect .effect-apollo {
    overflow: hidden;
    width: 100%;
    background: #1a1a1a
}

.section-33 .section-wrap .article-body .left-sect .effect-apollo img,
.section-35 .section-wrap .article-body .left-sect .effect-apollo img,
.section-47 .section-wrap .article-body .left-sect .effect-apollo img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.section-33 .section-wrap .article-body .left-sect .effect-apollo .overflow-date,
.section-35 .section-wrap .article-body .left-sect .effect-apollo .overflow-date,
.section-47 .section-wrap .article-body .left-sect .effect-apollo .overflow-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    text-align: left;
    height: 65px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0 15px 0 15px
}

.section-33 .section-wrap .article-body .left-sect .effect-apollo .overflow-date .date-1,
.section-35 .section-wrap .article-body .left-sect .effect-apollo .overflow-date .date-1,
.section-47 .section-wrap .article-body .left-sect .effect-apollo .overflow-date .date-1 {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    float: left
}

.section-33 .section-wrap .article-body .left-sect .effect-apollo .overflow-date .date-2,
.section-35 .section-wrap .article-body .left-sect .effect-apollo .overflow-date .date-2,
.section-47 .section-wrap .article-body .left-sect .effect-apollo .overflow-date .date-2 {
    margin: 10px;
    text-align: left;
    display: inline-block;
    text-transform: capitalize;
    color: #f1f2f3;
    letter-spacing: 2px
}

.section-33 .section-wrap .article-body .left-sect .effect-apollo iframe,
.section-35 .section-wrap .article-body .left-sect .effect-apollo iframe,
.section-47 .section-wrap .article-body .left-sect .effect-apollo iframe {
    display: block;
    max-width: 100%;
    min-height: 275px!important;
    height: auto;
    width: 100%;
    min-height: 250px;
    margin: 0;
    padding: 0;
    border: 0
}

.section-33 .section-wrap .article-body .left-sect .effect-apollo figcaption::before,
.section-35 .section-wrap .article-body .left-sect .effect-apollo figcaption::before,
.section-47 .section-wrap .article-body .left-sect .effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0)
}

.section-33 .section-wrap .article-body:hover .left-sect .effect-apollo img,
.section-35 .section-wrap .article-body:hover .left-sect .effect-apollo img,
.section-47 .section-wrap .article-body:hover .left-sect .effect-apollo img {
    opacity: .6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-33 .section-wrap .article-body:hover .left-sect .effect-apollo .overflow-date,
.section-35 .section-wrap .article-body:hover .left-sect .effect-apollo .overflow-date,
.section-47 .section-wrap .article-body:hover .left-sect .effect-apollo .overflow-date {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-33 .section-wrap .article-body:hover .left-sect .effect-apollo figcaption::before,
.section-35 .section-wrap .article-body:hover .left-sect .effect-apollo figcaption::before,
.section-47 .section-wrap .article-body:hover .left-sect .effect-apollo figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0)
}

.section-33 .section-wrap .article-body:hover .left-sect .effect-apollo p,
.section-35 .section-wrap .article-body:hover .left-sect .effect-apollo p,
.section-47 .section-wrap .article-body:hover .left-sect .effect-apollo p {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.section-33 .section-wrap .article-body:hover .right-sect h4::after,
.section-33 .section-wrap .article-body:hover .right-sect h4::before,
.section-35 .section-wrap .article-body:hover .right-sect h4::after,
.section-35 .section-wrap .article-body:hover .right-sect h4::before,
.section-47 .section-wrap .article-body:hover .right-sect h4::after,
.section-47 .section-wrap .article-body:hover .right-sect h4::before {
    width: 90px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-33 .section-wrap .article-body .right-sect,
.section-35 .section-wrap .article-body .right-sect,
.section-47 .section-wrap .article-body .right-sect {
    text-align: left
}

.section-33 .section-wrap .article-body .right-sect h4,
.section-35 .section-wrap .article-body .right-sect h4,
.section-47 .section-wrap .article-body .right-sect h4 {
    padding-top: 0;
    margin: 0;
    font-size: 16px;
    text-align: left;
    display: inline-block
}

.section-33 .section-wrap .article-body .right-sect h4::after,
.section-33 .section-wrap .article-body .right-sect h4::before,
.section-35 .section-wrap .article-body .right-sect h4::after,
.section-35 .section-wrap .article-body .right-sect h4::before,
.section-47 .section-wrap .article-body .right-sect h4::after,
.section-47 .section-wrap .article-body .right-sect h4::before {
    background-color: #0a0a0a
}

.section-33 .section-wrap .article-body .right-sect h4 a,
.section-35 .section-wrap .article-body .right-sect h4 a,
.section-47 .section-wrap .article-body .right-sect h4 a {
    text-decoration: none;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-33 .section-wrap .article-body .right-sect h4:hover a,
.section-35 .section-wrap .article-body .right-sect h4:hover a,
.section-47 .section-wrap .article-body .right-sect h4:hover a {
    color: #dca329
}

.section-33 .section-wrap .article-body .right-sect h4:hover::after,
.section-33 .section-wrap .article-body .right-sect h4:hover::before,
.section-35 .section-wrap .article-body .right-sect h4:hover::after,
.section-35 .section-wrap .article-body .right-sect h4:hover::before,
.section-47 .section-wrap .article-body .right-sect h4:hover::after,
.section-47 .section-wrap .article-body .right-sect h4:hover::before {
    background-color: #dca329;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-33 .section-wrap .article-body .right-sect .article-content,
.section-35 .section-wrap .article-body .right-sect .article-content,
.section-47 .section-wrap .article-body .right-sect .article-content {
    overflow: hidden;
    margin-top: 15px
}

.section-33 .section-wrap .article-body .right-sect .article-content p,
.section-35 .section-wrap .article-body .right-sect .article-content p,
.section-47 .section-wrap .article-body .right-sect .article-content p {
    text-align: left;
    margin: 0;
    padding: 15px 0 15px 0;
    color: #333
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect,
.section-35 .section-wrap .article-body .right-sect .bottom-sect,
.section-47 .section-wrap .article-body .right-sect .bottom-sect {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .left-sect,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .left-sect,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .left-sect {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap {
    display: inline-block;
    margin-right: 5px
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item {
    margin-right: 5px
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item span,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item span,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item span {
    text-transform: capitalize;
    color: #333;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item:hover .author,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item:hover .author,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item:hover .author {
    color: #dca329
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item .cat:hover,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item .cat:hover,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .left-sect .item-wrap .item .cat:hover {
    color: #dca329
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .right-sect,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .right-sect,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .right-sect {
    text-align: right
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .right-sect .read-more,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .right-sect .read-more,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .right-sect .read-more {
    text-align: center;
    background-color: #dca329;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25)
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .right-sect .read-more a,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .right-sect .read-more a,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .right-sect .read-more a {
    padding: 7px 14px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px
}

.section-33 .section-wrap .article-body .right-sect .bottom-sect .right-sect .read-more:hover,
.section-35 .section-wrap .article-body .right-sect .bottom-sect .right-sect .read-more:hover,
.section-47 .section-wrap .article-body .right-sect .bottom-sect .right-sect .read-more:hover {
    background-color: #1a1a1a
}

.section-33 .section-wrap .bottom-nav,
.section-35 .section-wrap .bottom-nav,
.section-47 .section-wrap .bottom-nav {
    margin-bottom: 50px
}

.section-33 .section-wrap .bottom-nav .pages,
.section-33 .section-wrap .bottom-nav a,
.section-35 .section-wrap .bottom-nav .pages,
.section-35 .section-wrap .bottom-nav a,
.section-47 .section-wrap .bottom-nav .pages,
.section-47 .section-wrap .bottom-nav a {
    display: inline-block;
    border: 1px solid #1a1a1a;
    padding: 5px 15px;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none
}

.section-33 .section-wrap .bottom-nav .pages:hover,
.section-33 .section-wrap .bottom-nav a:hover,
.section-35 .section-wrap .bottom-nav .pages:hover,
.section-35 .section-wrap .bottom-nav a:hover,
.section-47 .section-wrap .bottom-nav .pages:hover,
.section-47 .section-wrap .bottom-nav a:hover {
    background-color: #1a1a1a;
    color: #fff
}

.section-33 .section-wrap .bottom-nav .pages:hover,
.section-35 .section-wrap .bottom-nav .pages:hover,
.section-47 .section-wrap .bottom-nav .pages:hover {
    background-color: transparent;
    color: #0a0a0a
}

.section-29 {
    background-color: #f1f2f3
}

.section-29 .section-wrap .grid .grid-item {
    margin: 0 0 50px 0;
    padding-right: 7.5px;
    padding-left: 7.5px
}

.section-29 .section-wrap .grid .grid-item .article-body {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px 0 #ddd;
    box-shadow: 0 1px 5px 0 #ddd
}

.section-29 .section-wrap .grid .grid-item .article-body .img-wrap {
    position: relative;
    overflow: hidden;
    display: block
}

.section-29 .section-wrap .grid .grid-item .article-body .img-wrap img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-29 .section-wrap .grid .grid-item .article-body .img-wrap .overflow-date {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    text-align: left;
    height: 65px
}

.section-29 .section-wrap .grid .grid-item .article-body .img-wrap .overflow-date .date-1 {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    float: left
}

.section-29 .section-wrap .grid .grid-item .article-body .img-wrap .overflow-date .date-2 {
    margin: 10px;
    text-align: left;
    display: inline-block;
    text-transform: capitalize;
    color: #f1f2f3;
    letter-spacing: 2px;
    vertical-align: bottom
}

.section-29 .section-wrap .grid .grid-item .article-body .img-wrap .overflow-date .view {
    display: none;
    color: #fff;
    font-size: 40px;
    float: right
}

.section-29 .section-wrap .grid .grid-item .article-body .img-wrap iframe {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    min-height: 250px;
    margin: 0;
    padding: 0;
    border: 0
}

.section-29 .section-wrap .grid .grid-item .article-body:hover .img-wrap img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section-29 .section-wrap .grid .grid-item .article-body:hover .img-wrap .overflow-date {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, .8)
}

.section-29 .section-wrap .grid .grid-item .article-body:hover .img-wrap .overflow-date .view {
    display: inline-block
}

.section-29 .section-wrap .grid .grid-item .article-body h4 {
    padding: 15px 15px;
    margin: 0;
    font-size: 18px;
    text-align: center
}

.section-29 .section-wrap .grid .grid-item .article-body h4 a {
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-29 .section-wrap .grid .grid-item .article-body h4 a:hover {
    color: #dca329
}

.section-29 .section-wrap .grid .grid-item .article-body .article-content {
    overflow: hidden
}

.section-29 .section-wrap .grid .grid-item .article-body .article-content p {
    margin: 0;
    padding: 0 15px 15px 15px;
    color: #333
}

.section-29 .section-wrap .grid .grid-item .article-body .date {
    color: #333;
    font-size: 12px;
    text-align: right;
    padding: 0 15px 15px 15px
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 0 0 0;
    margin-right: 15px;
    margin-left: 15px
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .left-sect {
    text-align: left
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .left-sect .item-wrap {
    display: inline-block;
    margin-right: 5px
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .left-sect .item-wrap .item {
    margin-right: 5px
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .left-sect .item-wrap .item span {
    text-transform: capitalize;
    color: #333;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .left-sect .item-wrap .item:hover .author {
    color: #dca329
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .left-sect .item-wrap .item .cat:hover {
    color: #dca329
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .right-sect {
    text-align: center;
    padding: 0;
    margin-top: 15px
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .right-sect .read-more {
    text-align: center;
    background-color: #1a1a1a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25)
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .right-sect .read-more a {
    padding: 7px 14px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px
}

.section-29 .section-wrap .grid .grid-item .article-body .bottom-sect .right-sect .read-more:hover {
    background-color: #dca329
}

.section-30 {
    background-color: #fff
}

.section-30 .section-wrap {
    padding: 0
}

.section-47 .section-wrap .article-body:hover .right-sect {
    background-color: rgba(34, 34, 34, .1)
}

.section-47 .section-wrap .article-body .right-sect {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-right: 2px solid transparent;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px 0 #ddd;
    box-shadow: 0 1px 5px 0 #ddd;
    min-height: 275px
}

.section-47 .section-wrap .article-body .right-sect h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-decoration: none;
    color: #0a0a0a;
    -webkit-transition: all .5s ea;
    transition: all .5s ea;
    font-size: 20px
}

.section-47 .section-wrap .article-body .right-sect h4::after,
.section-47 .section-wrap .article-body .right-sect h4::before {
    display: none
}

.section-47 .section-wrap .article-body .right-sect .bottom-sect {
    border: none
}

.section-47 .section-wrap .article-body .right-sect .bottom-sect .left-sect {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0
}

.section-47 .section-wrap .article-body .right-sect .article-content {
    margin: 0
}

.section-47 .section-wrap .article-body .right-sect .article-content p {
    padding-bottom: 0
}

.section-47 .section-wrap .article-body .right-sect .read-more {
    text-align: center;
    background-color: #dca329;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25)
}

.section-47 .section-wrap .article-body .right-sect .read-more a {
    padding: 7px 14px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px
}

.section-47 .section-wrap .article-body .right-sect .read-more:hover {
    background-color: #1a1a1a
}

.section-35 .section-wrap .article-body .body-sect .section-wrap {
    padding: 50px 0 50px 0
}

.section-35 .section-wrap .article-body .body-sect .section-wrap h1 {
    color: #0a0a0a;
    margin: 35px 0;
    border: none
}

.section-35 .section-wrap .article-body .body-sect .section-wrap h2 {
    color: #0a0a0a;
    border-color: #0a0a0a;
    margin: 0 0 35px 0
}

.section-35 .section-wrap .article-body .body-sect .section-wrap p {
    color: #333;
    margin-top: 0;
    text-align: left
}

.section-35 .section-wrap .article-body .bottom-sect {
    border-top: 4px double rgba(0, 0, 0, .1);
    border-bottom: 4px double rgba(0, 0, 0, .1);
    text-align: left;
    padding: 5px 15px
}

.section-35 .section-wrap .article-body .bottom-sect .item-wrap {
    display: inline-block;
    margin-right: 5px
}

.section-35 .section-wrap .article-body .bottom-sect .item-wrap .item {
    margin-right: 5px
}

.section-35 .section-wrap .article-body .bottom-sect .item-wrap .item span {
    text-transform: capitalize;
    color: #333;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-35 .section-wrap .article-body .bottom-sect .item-wrap .item:hover .author {
    color: #dca329
}

.section-35 .section-wrap .article-body .bottom-sect .item-wrap .item .cat:hover {
    color: #dca329
}

.section-35 .section-wrap .article-body .recent-posts h4 {
    padding: 0;
    margin: 0 0 25px 0;
    color: #0a0a0a;
    text-align: center
}

.section-35 .section-wrap .article-body .recent-posts h4::after,
.section-35 .section-wrap .article-body .recent-posts h4::before {
    display: none
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    max-height: 275px
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap a {
    color: #fff
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap a img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap a .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap a .hover .hover-text {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap a .hover .hover-text span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px 25px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    opacity: 0
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap a .hover .hover-text span:hover {
    background-color: #fff;
    color: #0a0a0a
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap .overflow-date {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    text-align: left
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap .overflow-date .date-1 {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    float: left;
    margin-left: 5px
}

.section-35 .section-wrap .article-body .recent-posts .item .img-wrap .overflow-date .date-2 {
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
    text-transform: capitalize;
    color: #f1f2f3;
    letter-spacing: 2px;
    vertical-align: bottom
}

.section-35 .section-wrap .article-body .recent-posts .item:hover .img-wrap img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section-35 .section-wrap .article-body .recent-posts .item:hover .img-wrap .hover {
    background-color: rgba(0, 0, 0, .75)
}

.section-35 .section-wrap .article-body .recent-posts .item:hover .img-wrap .hover .hover-text {
    top: 50%;
    margin-top: -18px
}

.section-35 .section-wrap .article-body .recent-posts .item:hover .img-wrap .hover .hover-text span {
    opacity: 1
}

.section-35 .section-wrap .article-body .recent-posts .item:hover .img-wrap .overflow-date .view {
    display: inline-block
}

.section-35 .section-wrap .article-body .recent-posts .item .content h5 {
    color: #0a0a0a;
    margin: 15px 0 50px 0
}

.section-35 .section-wrap .article-body .comment-add-sect {
    border-top: 4px double rgba(0, 0, 0, .1);
    border-bottom: 4px double rgba(0, 0, 0, .1);
    text-align: left
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap {
    padding: 50px 0 0 0
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .num-com {
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 0 50px 15px
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .avatar-wrap {
    width: 100%;
    text-align: right
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .avatar-wrap img {
    width: 50px;
    height: 50px;
    display: inline-block
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .comment-add .single-label {
    text-align: left;
    margin-top: 25px
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .comment-add .single-label:first-child {
    margin-top: 0
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .comment-add .single-label input,
.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .comment-add .single-label textarea {
    line-height: 1px;
    color: #0a0a0a;
    display: inline-block;
    border: none;
    padding: 13.5px 15px 13.5px 15px;
    border-top: 1px solid rgba(0, 0, 0, .25);
    border-right: 1px solid rgba(0, 0, 0, .25);
    border-left: 1px solid rgba(0, 0, 0, .25);
    border-bottom: 2px solid rgba(0, 0, 0, .25);
    background-color: transparent;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .comment-add .single-label input:focus,
.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .comment-add .single-label textarea:focus {
    border-color: rgba(0, 0, 0, .5);
    outline: 0;
    color: #0a0a0a
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .comment-add .single-label textarea {
    min-height: 100px
}

.section-35 .section-wrap .article-body .comment-add-sect .section-wrap .comment-add .button-wrap {
    text-align: right
}

.section-35 .section-wrap .article-body .comments .section-wrap {
    padding: 50px 0 0 0
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment {
    margin-bottom: 50px
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .avatar-wrap {
    width: 100%;
    text-align: right
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .avatar-wrap img {
    width: 50px;
    height: 50px;
    display: inline-block
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-area {
    min-height: 50px;
    width: 100%;
    background-color: #fff;
    text-align: left;
    padding: 10px 15px;
    position: relative
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-area::before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    left: -20px;
    top: 5px
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-bot {
    text-transform: uppercase;
    margin: 10px 10px;
    letter-spacing: 2px;
    text-align: left;
    font-size: 12px
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-bot .name {
    text-align: left;
    float: left;
    color: #333;
    margin-right: 5px
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-bot .comment-date {
    text-align: right;
    color: #333
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-bot .reply {
    display: block;
    text-align: right;
    float: right
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-bot .reply a {
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 700;
    letter-spacing: 2px
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-bot .reply a:hover {
    color: #dca329
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-bot .reply a span {
    margin-left: 2px
}

.section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .rep {
    margin-left: 50px
}

.section-24 {
    background-color: #f1f2f3
}

.section-24 .section-wrap {
    text-align: center
}

.section-24 .section-wrap h2 {
    color: #0a0a0a
}

.section-24 .section-wrap .title-text {
    color: #444
}

.section-24 .section-wrap .grid .grid-item {
    margin: 0 0 50px 0
}

.section-24 .section-wrap .grid .grid-item .item {
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px 0 #ddd;
    box-shadow: 0 1px 5px 0 #ddd
}

.section-24 .section-wrap .grid .grid-item .item .img-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff
}

.section-24 .section-wrap .grid .grid-item .item .img-wrap img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-24 .section-wrap .grid .grid-item .item .img-wrap .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-24 .section-wrap .grid .grid-item .item .img-wrap .hover .hover-text {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-24 .section-wrap .grid .grid-item .item .img-wrap .hover .hover-text span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 15px 25px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    opacity: 0
}

.section-24 .section-wrap .grid .grid-item .item .img-wrap .hover .hover-text span:hover {
    background-color: #fff;
    color: #0a0a0a
}

.section-24 .section-wrap .grid .grid-item .item:hover .img-wrap img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section-24 .section-wrap .grid .grid-item .item:hover .img-wrap .hover {
    background-color: rgba(0, 0, 0, .75)
}

.section-24 .section-wrap .grid .grid-item .item:hover .img-wrap .hover .hover-text {
    top: 50%;
    margin-top: -18px
}

.section-24 .section-wrap .grid .grid-item .item:hover .img-wrap .hover .hover-text span {
    opacity: 1
}

.section-24 .section-wrap .grid .grid-item .item:hover .slide-content {
    background-color: #1a1a1a
}

.section-24 .section-wrap .grid .grid-item .item:hover .slide-content .name {
    color: #fff
}

.section-24 .section-wrap .grid .grid-item .item:hover .slide-content .descr {
    color: #f1f2f3
}

.section-24 .section-wrap .grid .grid-item .item:hover .slide-content .price {
    color: #f1f2f3
}

.section-24 .section-wrap .grid .grid-item .item .slide-content {
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.section-24 .section-wrap .grid .grid-item .item .slide-content .name {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    color: #0a0a0a;
    padding: 15px 0 5px 0;
    letter-spacing: 2px
}

.section-24 .section-wrap .grid .grid-item .item .slide-content .descr {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
    margin: 0;
    padding: 0 15px 15px 0;
    letter-spacing: 1px
}

.section-24 .section-wrap .grid .grid-item .item .slide-content .price {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #333;
    text-align: left;
    padding: 0 0 15px 35px;
    margin: 0;
    font-size: 17px;
    line-height: 17px;
    font-family: SourceSansPro-Regular, sans-serif
}

.section-24 .section-wrap .grid .grid-item .item .slide-content .price sub {
    font-size: 13px;
    vertical-align: baseline;
    top: 0
}

.section-26,
.section-28,
.section-32,
.section-34,
.section-38,
.section-40,
.section-44,
.section-46 {
    width: 100%
}

.section-26 .section-wrap,
.section-28 .section-wrap,
.section-32 .section-wrap,
.section-34 .section-wrap,
.section-38 .section-wrap,
.section-40 .section-wrap,
.section-44 .section-wrap,
.section-46 .section-wrap {
    padding: 0;
    background-color: rgba(0, 0, 0, .3)
}

.section-26 .section-wrap .flex-container,
.section-28 .section-wrap .flex-container,
.section-32 .section-wrap .flex-container,
.section-34 .section-wrap .flex-container,
.section-38 .section-wrap .flex-container,
.section-40 .section-wrap .flex-container,
.section-44 .section-wrap .flex-container,
.section-46 .section-wrap .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 350px;
    height: 1vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-26 .section-wrap .flex-container h1,
.section-28 .section-wrap .flex-container h1,
.section-32 .section-wrap .flex-container h1,
.section-34 .section-wrap .flex-container h1,
.section-38 .section-wrap .flex-container h1,
.section-40 .section-wrap .flex-container h1,
.section-44 .section-wrap .flex-container h1,
.section-46 .section-wrap .flex-container h1 {
    padding-top: 50px
}

.section-26 .section-wrap .breadcrumbs,
.section-28 .section-wrap .breadcrumbs,
.section-32 .section-wrap .breadcrumbs,
.section-34 .section-wrap .breadcrumbs,
.section-38 .section-wrap .breadcrumbs,
.section-40 .section-wrap .breadcrumbs,
.section-44 .section-wrap .breadcrumbs,
.section-46 .section-wrap .breadcrumbs {
    text-align: left;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    padding: 5px 15px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    margin-top: 50px
}

.section-26 .section-wrap .breadcrumbs a,
.section-28 .section-wrap .breadcrumbs a,
.section-32 .section-wrap .breadcrumbs a,
.section-34 .section-wrap .breadcrumbs a,
.section-38 .section-wrap .breadcrumbs a,
.section-40 .section-wrap .breadcrumbs a,
.section-44 .section-wrap .breadcrumbs a,
.section-46 .section-wrap .breadcrumbs a {
    color: #fff;
    text-transform: capitalize
}

.section-26 .section-wrap .breadcrumbs span,
.section-28 .section-wrap .breadcrumbs span,
.section-32 .section-wrap .breadcrumbs span,
.section-34 .section-wrap .breadcrumbs span,
.section-38 .section-wrap .breadcrumbs span,
.section-40 .section-wrap .breadcrumbs span,
.section-44 .section-wrap .breadcrumbs span,
.section-46 .section-wrap .breadcrumbs span {
    color: #fff;
    padding: 0 5px
}

.section-26 .section-wrap .breadcrumbs .current,
.section-28 .section-wrap .breadcrumbs .current,
.section-32 .section-wrap .breadcrumbs .current,
.section-34 .section-wrap .breadcrumbs .current,
.section-38 .section-wrap .breadcrumbs .current,
.section-40 .section-wrap .breadcrumbs .current,
.section-44 .section-wrap .breadcrumbs .current,
.section-46 .section-wrap .breadcrumbs .current {
    padding: 0;
    color: #dca329;
    text-transform: capitalize
}

.section-27-0 {
    background-position: center
}

.section-27-0 .section-wrap {
    width: 100%
}

.section-27-1 .map-wrap {
    line-height: 1px;
    background-color: #1a1a1a
}

.section-31 {
    background-color: #fff
}

.section-31 .section-wrap {
    padding-bottom: 100px
}

.section-31 .section-wrap p {
    display: inline-block;
    color: #0a0a0a;
    font-size: 250px;
    margin: 0
}

.section-31 .section-wrap p span {
    text-transform: uppercase;
    font-size: 14px
}

.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: right bottom
}

.main-footer .section-wrap {
    padding-bottom: 0
}

.main-footer .section-wrap .footer-sect {
    margin-bottom: 50px
}

.main-footer .section-wrap .footer-sect:hover h4::after,
.main-footer .section-wrap .footer-sect:hover h4::before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 90px
}

.main-footer .section-wrap .footer-sect .logo-wrap {
    text-align: left
}

.main-footer .section-wrap .footer-sect .social-links {
    text-align: left
}

.main-footer .section-wrap .footer-sect .social-links .item {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 25px 4px 25px 4px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 4px double #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-footer .section-wrap .footer-sect .social-links .item a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-footer .section-wrap .footer-sect .social-links .item:hover {
    background-color: #fff
}

.main-footer .section-wrap .footer-sect .social-links .item:hover a {
    color: #0a0a0a
}

.main-footer .section-wrap .footer-sect .items-wrap {
    text-align: center
}

.main-footer .section-wrap .footer-sect .items-wrap .item {
    margin-bottom: 5px
}

.main-footer .section-wrap .footer-sect .items-wrap .item .left-col {
    display: table-cell;
    padding-right: 5px
}

.main-footer .section-wrap .footer-sect .items-wrap .item .left-col span {
    color: #dca329;
    font-size: 18px
}

.main-footer .section-wrap .footer-sect .items-wrap .item .left-col .box {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-footer .section-wrap .footer-sect .items-wrap .item .right-col {
    display: table-cell;
    text-align: left
}

.main-footer .section-wrap .footer-sect .items-wrap .item .right-col a,
.main-footer .section-wrap .footer-sect .items-wrap .item .right-col p {
    color: #f1f2f3;
    margin: 0;
    text-transform: capitalize
}

.main-footer .section-wrap .footer-sect .items-wrap .item .right-col a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-footer .section-wrap .footer-sect .items-wrap .item .right-col a:hover {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #dca329
}

.main-footer .section-wrap .footer-sect .news-wrap a {
    color: #fff
}

.main-footer .section-wrap .footer-sect .news-wrap a:hover {
    text-decoration: none;
    color: #fff
}

.main-footer .section-wrap .footer-sect .news-wrap a:hover .news {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(34, 34, 34, .9)
}

.main-footer .section-wrap .footer-sect .news-wrap a:hover .news .left-col .hover {
    background-color: rgba(0, 0, 0, .8)
}

.main-footer .section-wrap .footer-sect .news-wrap a:hover .news .left-col .hover .hover-text {
    top: 50%;
    margin-top: -18px
}

.main-footer .section-wrap .footer-sect .news-wrap a:hover .news .left-col .hover .hover-text span {
    opacity: 1
}

.main-footer .section-wrap .footer-sect .news-wrap a .news {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 15px
}

.main-footer .section-wrap .footer-sect .news-wrap a .news .left-col,
.main-footer .section-wrap .footer-sect .news-wrap a .news .right-col {
    display: table-cell;
    vertical-align: top
}

.main-footer .section-wrap .footer-sect .news-wrap a .news .left-col img,
.main-footer .section-wrap .footer-sect .news-wrap a .news .right-col img {
    width: 75px;
    height: 75px
}

.main-footer .section-wrap .footer-sect .news-wrap a .news .left-col {
    position: relative;
    overflow: hidden
}

.main-footer .section-wrap .footer-sect .news-wrap a .news .left-col .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-footer .section-wrap .footer-sect .news-wrap a .news .left-col .hover .hover-text {
    width: 100%;
    position: absolute;
    top: -25%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-footer .section-wrap .footer-sect .news-wrap a .news .left-col .hover .hover-text span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px 25px;
    color: #dca329;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 5px;
    opacity: 0
}

.main-footer .section-wrap .footer-sect .news-wrap a .news .right-col {
    padding-left: 5px
}

.main-footer .section-wrap .footer-sect .news-wrap a .news .right-col p {
    text-transform: capitalize;
    color: #d2d2dd;
    font-size: 12px;
    margin: 0
}

.main-footer .section-wrap .bottom-sect .sub-form {
    text-align: center
}

.main-footer .section-wrap .bottom-sect .sub-form .single-label {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 15px
}

.main-footer .section-wrap .bottom-sect .sub-form .single-label input {
    outline: 0;
    background-color: transparent;
    border: none;
    padding: 5px 15px 5px 15px;
    min-width: 250px;
    min-height: 45px;
    border: 1px double rgba(255, 255, 255, .25);
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-footer .section-wrap .bottom-sect .sub-form .single-label input:focus {
    border-color: #dca329
}

.main-footer .section-wrap .bottom-sect .sub-form .button-wrap {
    margin-bottom: 50px;
    padding: 0;
    text-align: left;
    display: inline-block
}

.main-footer .section-wrap .bottom-sect .sub-form .button-wrap .button {
    border: 1px solid transparent;
    color: #fff;
    padding: 11px 30px;
    background-color: #dca329
}

.main-footer .section-wrap .bottom-sect .sub-form .button-wrap .button:hover {
    color: #dca329;
    background-color: transparent;
    border-color: #dca329;
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-footer .section-wrap .bottom-sect .arrow-top {
    width: 50px;
    height: 50px;
    background-color: #1a1a1a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    float: right;
    cursor: pointer;
    margin-top: -25px
}

.main-footer .section-wrap .bottom-sect .arrow-top span {
    display: block
}

.main-footer .section-wrap .bottom-sect .arrow-top span i {
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-footer .section-wrap .bottom-sect .arrow-top:hover {
    background-color: #fff
}
.section-top {
    padding-top: 100px;
}
.gall_pg.pg_mar img {
    width: 100%;
}
.main-footer .section-wrap .bottom-sect .arrow-top:hover span i {
    color: #0a0a0a
}

.main-footer .section-wrap .bottom-line {
    text-align: center;
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, .3)
}

.main-footer .section-wrap .bottom-line p {
    padding: 25px 50px 25px 50px;
    margin: -25px 0
}

@media only screen and (max-width:1200px) {
    .section-18 .section-wrap .owl-carousel .owl-nav,
    .section-6 .section-wrap .owl-carousel .owl-nav {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .main-header .main-menu {
        display: none
    }
    .main-header .arrows-hamburger-wrap {
        display: block
    }
    .section-1 .section-wrap .flex-container,
    .section-16 .section-wrap .flex-container,
    .section-22 .section-wrap .flex-container,
    .section-36 .section-wrap .flex-container,
    .section-8 .section-wrap .flex-container {
        float: left
    }
    .section-2 .section-wrap .owl-carousel .owl-item .services-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section-10 .section-wrap .effect-lily .name,
    .section-12 .section-wrap .effect-lily .name,
    .section-3 .section-wrap .effect-lily .name {
        font-size: 20px
    }
    .section-4 .section-wrap {
        width: 100%
    }
    .section-33 .section-wrap .article-body .left-sect,
    .section-47 .section-wrap .article-body .left-sect {
        max-height: 500px
    }
    .section-33 .section-wrap .article-body .right-sect h4,
    .section-47 .section-wrap .article-body .right-sect h4 {
        margin-top: 15px
    }
}

@media only screen and (max-width:768px) {
    .section-29 .section-wrap .article-body .img-wrap {
        max-height: 500px
    }
    .section-31 .section-wrap p {
        font-size: 12.5em
    }
    .section-35 .section-wrap .article-body .comment-add-sect .section-wrap .avatar-wrap {
        text-align: left
    }
    .section-35 .section-wrap .article-body .comment-add-sect .section-wrap .comment-add {
        margin-top: 15px
    }
    .section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .avatar-wrap {
        text-align: left
    }
    .section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-area {
        margin-top: 15px
    }
    .section-35 .section-wrap .article-body .comments .section-wrap .comments-wrap .comment .comment-area::before {
        content: '';
        display: block;
        position: absolute;
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
        left: 5px;
        top: -20px
    }
    .main-footer .section-wrap .footer-sect {
        padding-left: 75px
    }
    .animated {
        -webkit-transition-property: none!important;
        transition-property: none!important;
        -ms-transform: none!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-animation: none!important;
        animation: none!important
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 2.125em
    }
    .section-16 .section-wrap .flex-container .top-text,
    .section-22 .section-wrap .flex-container .top-text,
    .section-8 .section-wrap .flex-container .top-text {
        padding-top: 140px
    }
    .selectize-control .selectize-input {
        max-width: 300px
    }
    .section-27-0 .section-wrap .callback-wrap .callback .single-label input,
    .section-27-0 .section-wrap .callback-wrap .callback .single-label textarea,
    .section-4 .section-wrap .callback-wrap .callback .single-label input,
    .section-4 .section-wrap .callback-wrap .callback .single-label textarea {
        min-width: 300px
    }
    .section-31 .section-wrap p {
        font-size: 9.375em
    }
    .section-33 .section-wrap .bottom-nav .pages,
    .section-35 .section-wrap .bottom-nav .pages,
    .section-47 .section-wrap .bottom-nav .pages {
        display: none
    }
    .section-33 .section-wrap .bottom-nav a,
    .section-35 .section-wrap .bottom-nav a,
    .section-47 .section-wrap .bottom-nav a {
        padding: 2px 10px
    }
    .main-footer .section-wrap .footer-sect {
        padding-left: 15px
    }
}

@media only screen and (min-width:992px) {
    .main-header .main-menu {
        display: block!important
    }
}

.owl-nav {
   display: none;
}