﻿* {
    box-sizing: border-box
}
*:before,
*:after {
    box-sizing: border-box
}
* html {
    font-size: 75%
}

html {
    font-size: 12px;
    line-height: 1.66667em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    background: #fff;
    color: #5c5c5c;
    font-family: "Raleway";
    font-weight: 400;
    margin: 0
}
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
code,
kbd,
pre,
samp {
    font-size: 1em
}
pre {
    white-space: pre-wrap
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0
}
button,
input {
    line-height: normal
}
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
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    *zoom: 1
}
.container:before,
.container:after {
    content: "";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 640px) {
    .container {
        width: 720px
    }
}
@media (min-width: 992px) {
    .container {
        width: 940px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px
    }
}
.container-full {
    max-width: 100%
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    *zoom: 1
}
.container-fluid:before,
.container-fluid:after {
    content: "";
    display: table
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: 0;
    margin-right: 0;
    *zoom: 1
}
.row:before,
.row:after {
    content: "";
    display: table
}
.row:after {
    clear: both
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,
.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,
.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,
.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,
.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,
.col-xs-12,.col-sm-12,.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,
.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-1 {
    width: 8.33333%
}
.col-xs-2 {
    width: 16.66667%
}
.col-xs-3 {
    width: 25%
}
.col-xs-4 {
    width: 33.33333%
}
.col-xs-5 {
    width: 41.66667%
}
.col-xs-6 {
    width: 50%
}
.col-xs-7 {
    width: 58.33333%
}
.col-xs-8 {
    width: 66.66667%
}
.col-xs-9 {
    width: 75%
}
.col-xs-10 {
    width: 83.33333%
}
.col-xs-11 {
    width: 91.66667%
}
.col-xs-12 {
    width: 100%
}
.col-xs-pull-0 {
    right: 0%
}
.col-xs-pull-1 {
    right: 8.33333%
}
.col-xs-pull-2 {
    right: 16.66667%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-4 {
    right: 33.33333%
}
.col-xs-pull-5 {
    right: 41.66667%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-7 {
    right: 58.33333%
}
.col-xs-pull-8 {
    right: 66.66667%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-10 {
    right: 83.33333%
}
.col-xs-pull-11 {
    right: 91.66667%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-push-0 {
    left: 0%
}
.col-xs-push-1 {
    left: 8.33333%
}
.col-xs-push-2 {
    left: 16.66667%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-4 {
    left: 33.33333%
}
.col-xs-push-5 {
    left: 41.66667%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-7 {
    left: 58.33333%
}
.col-xs-push-8 {
    left: 66.66667%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-10 {
    left: 83.33333%
}
.col-xs-push-11 {
    left: 91.66667%
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-offset-0 {
    margin-left: 0%
}
.col-xs-offset-1 {
    margin-left: 8.33333%
}
.col-xs-offset-2 {
    margin-left: 16.66667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.33333%
}
.col-xs-offset-5 {
    margin-left: 41.66667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.33333%
}
.col-xs-offset-8 {
    margin-left: 66.66667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.33333%
}
.col-xs-offset-11 {
    margin-left: 91.66667%
}
.col-xs-offset-12 {
    margin-left: 100%
}
@media (min-width: 640px) {
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: 0%
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: 0%
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: 0%
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: 0%
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: 0%
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: 0%
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 1600px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left
    }
    .col-xl-1 {
        width: 8.33333%
    }
    .col-xl-2 {
        width: 16.66667%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-4 {
        width: 33.33333%
    }
    .col-xl-5 {
        width: 41.66667%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-7 {
        width: 58.33333%
    }
    .col-xl-8 {
        width: 66.66667%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-10 {
        width: 83.33333%
    }
    .col-xl-11 {
        width: 91.66667%
    }
    .col-xl-12 {
        width: 100%
    }
    .col-xl-pull-0 {
        right: 0%
    }
    .col-xl-pull-1 {
        right: 8.33333%
    }
    .col-xl-pull-2 {
        right: 16.66667%
    }
    .col-xl-pull-3 {
        right: 25%
    }
    .col-xl-pull-4 {
        right: 33.33333%
    }
    .col-xl-pull-5 {
        right: 41.66667%
    }
    .col-xl-pull-6 {
        right: 50%
    }
    .col-xl-pull-7 {
        right: 58.33333%
    }
    .col-xl-pull-8 {
        right: 66.66667%
    }
    .col-xl-pull-9 {
        right: 75%
    }
    .col-xl-pull-10 {
        right: 83.33333%
    }
    .col-xl-pull-11 {
        right: 91.66667%
    }
    .col-xl-pull-12 {
        right: 100%
    }
    .col-xl-push-0 {
        left: 0%
    }
    .col-xl-push-1 {
        left: 8.33333%
    }
    .col-xl-push-2 {
        left: 16.66667%
    }
    .col-xl-push-3 {
        left: 25%
    }
    .col-xl-push-4 {
        left: 33.33333%
    }
    .col-xl-push-5 {
        left: 41.66667%
    }
    .col-xl-push-6 {
        left: 50%
    }
    .col-xl-push-7 {
        left: 58.33333%
    }
    .col-xl-push-8 {
        left: 66.66667%
    }
    .col-xl-push-9 {
        left: 75%
    }
    .col-xl-push-10 {
        left: 83.33333%
    }
    .col-xl-push-11 {
        left: 91.66667%
    }
    .col-xl-push-12 {
        left: 100%
    }
    .col-xl-offset-0 {
        margin-left: 0%
    }
    .col-xl-offset-1 {
        margin-left: 8.33333%
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333%
    }
    .col-xl-offset-5 {
        margin-left: 41.66667%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333%
    }
    .col-xl-offset-8 {
        margin-left: 66.66667%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333%
    }
    .col-xl-offset-11 {
        margin-left: 91.66667%
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
}
.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
}
@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}
@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(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 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}
@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}
@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}
@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}
@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}
@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(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: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}
@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-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: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        -ms-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        -ms-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    100% {
        opacity: 0
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
    100% {
        opacity: 0
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        -ms-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        -ms-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
.cl {
    *zoom: 1
}
.cl:before,
.cl:after {
    content: "";
    display: table
}
.cl:after {
    clear: both
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}
.iblock {
    display: -moz-inline-stack;
    -moz-box-orient: vertical;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1
}
.alignleft {
    float: left;
    margin-right: 1.5em
}
.alignright {
    float: right;
    margin-left: 1.5em
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.alignnone {
    display: block
}
.accessible-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}
.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}
.hide-text {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize
}
.no-list-style {
    list-style: none;
    margin: 0;
    padding: 0
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    direction: ltr;
    margin: 0;
    padding: 0
}
a {
    color: #3c3c3c;
    text-decoration: none
}
a:visited {
    
}
a:hover {
    color: #6f6f6f;
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700
}
h1,
.alpha {
    font-size: 36px;
    font-size: 3rem;
    line-height: 1.11111
}
h2,
.beta {
    font-size: 30px;
    font-size: 2.5rem;
    line-height: 1.33333
}
h3,
.gamma {
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.66667
}
h4,
.delta {
    font-size: 20px;
    font-size: 1.66667rem;
    line-height: 1
}
h5,
.epsilon {
    font-size: 16px;
    font-size: 1.33333rem;
    line-height: 1.25
}
h6,
.zeta {
    font-size: 14px;
    font-size: 1.16667rem;
    line-height: 1.42857
}
p {
    margin: 0 0 1.5em
}
sup {
    vertical-align: sub
}
sub {
    vertical-align: super
}
abbr[title],
dfn[title] {
    cursor: help
}
del {
    color: #aaa;
    text-decoration: line-through;
    vertical-align: baseline
}
pre {
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #999;
    margin: 1.5em 0;
    padding: 20px
}
code {
    color: #2080ad
}
ins {
    text-decoration: underline
}
mark {
    background: #ff0;
    color: #990;
    font-size: 11px;
    font-size: 0.91667rem;
    line-height: 1.81818
}
blockquote {
    border-left: 3px solid #eee;
    color: #aaa;
    font-style: italic;
    margin: 1em 40px;
    padding-left: 20px
}
blockquote cite {
    color: #555;
    display: block;
    padding: 10px 0 0 20px;
    position: relative
}
blockquote cite:before {
    content: '\2014';
    left: 0;
    position: absolute
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}
address {
    display: block;
    margin: 0 0 1.5em;
    font-style: italic
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 1.5em
}
ul {
    list-style: disc
}
ol {
    list-style-type: decimal
}
ol ol {
    list-style: upper-alpha
}
ol ol ol {
    list-style: lower-roman
}
ol ol ol ol {
    list-style: lower-alpha
}
li ul,
li ol {
    margin: 0
}
dl {
    margin: 0 1.5em
}
dt {
    font-weight: bold
}
dd {
    margin-bottom: 1.5em
}
hr {
    border-top: 1px solid #3c3c3c;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    clear: both;
    height: 1px;
    margin: 1.5em 0;
    min-height: 0
}
hr.dotted {
    border-style: dotted
}
hr.dashed {
    border-style: dashed
}
hr.darkborder {
    border-color: #000
}
hr.lightborder {
    border-color: #fff
}
label {
    font-weight: bold;
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.66667
}
fieldset {
    border: 1px solid #ddd;
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.66667;
    line-height: 1.5;
    margin: 0 0 1.5em;
    padding: 0 1.5em 1.5em 1.5em
}
legend {
    background: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    left: 0;
    margin: 0;
    padding: .5em .8em;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    top: 0
}
fieldset {
    padding-top: 1.5em
}
legend {
    margin-top: 0;
    margin-bottom: 0
}
textarea {
    min-height: 100px;
    overflow: auto;
    resize: vertical;
    width: 100%
}
textarea,
select,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[class*="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    border: none;
    border-bottom: 1px solid #3c3c3c;
    background: transparent;
    height: 2.5em;
    padding: 3px 4px
}
.side_menu textarea,
.side_menu select,
.side_menu input[type="email"],
.side_menu input[type="password"],
.side_menu input[type="search"],
.side_menu input[type="text"],
.side_menu input[type="url"],
.side_menu input[class*="text"] {
    border-bottom-color: white
}
textarea:focus,
select:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[class*="text"]:focus {
    outline: 0
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[class*="text"]::-webkit-input-placeholder {
    font-style: italic
}
textarea:-moz-placeholder,
select:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[class*="text"]:-moz-placeholder {
    font-style: italic
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[class*="text"]::-moz-placeholder {
    font-style: italic
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[class*="text"]:-ms-input-placeholder {
    font-style: italic
}
input[type="search"]::-webkit-search-decoration {
    display: none
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus,
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    cursor: pointer;
    outline: 0;
    overflow: visible;
    margin: 0;
    *padding-top: 2px;
    *padding-bottom: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    vertical-align: top;
    width: auto
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
button {
    *padding-top: 1px;
    *padding-bottom: 1px
}
textarea,
select[size],
select[multiple] {
    height: auto
}
select[size="0"],
select[size="1"] {
    height: 1.8em;
    *height: auto
}
select {
    background: url("../img/select.png") no-repeat scroll 94% center;
    text-indent: 0.01px;
    text-overflow: "";
    border: none;
    border-bottom: 1px solid #3c3c3c;
    border-radius: 0;
    font-style: italic
}
table {
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.66667;
    max-width: 100%;
    width: 100%
}
table,
td {
    border-collapse: collapse;
    color: #5c5c5c;
    margin: 1.5em 0;
    padding: 10px
}
th {
    background-color: #3c3c3c;
    color: white;
    margin: 5px 0 10px;
    padding: 10px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px;
    font-weight: 300
}
table button,
table input {
    *overflow: auto
}
table.striped tr:nth-child(odd) {
    background-color: #DEDEDE
}
figure>img {
    display: block
}
img {
    height: auto;
    max-width: 100%
}
img[class*="align"],
img[class*="attachment-"] {
    height: auto
}
embed,
iframe,
object {
    max-width: 100%;
    width: 100%
}
.wp-caption {
    text-align: center;
    margin: 20px 0
}
.wp-caption.alignleft {
    margin-right: 20px
}
.wp-caption.alignright {
    margin-left: 20px
}
.wp-caption-text {
    font-style: italic;
    font-size: 12px;
    color: #999;
    margin: 10px 0
}
.bypostauthor {
    background: transparent
}
body {
    overflow-x: hidden
}
body.no_page_title #content,
body .no_slider {
    padding-top: 140px
}
.container {
    width: 100%;
    margin: 0 auto
}
@media screen and (min-width: 1367px) {
    .container {
        width: 1600px;
        max-width: 100%
    }
}
.layout-no-sidebar .sidebar {
    display: none
}
.layout-no-sidebar .content_inner {
    width: 100%
}
.layout-left-sidebar .sidebar {
    float: left
}
.layout-left-sidebar .content_inner {
    float: right
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed
    }
}
.page_header {
    z-index: 999
}
@media screen and (min-width: 768px) {
    .page_header {
        position: absolute;
        left: 0;
        right: 0
    }
}
@media screen and (max-width: 1600px) {
    .page_header .container {
        padding: 0 50px
    }
}
@media screen and (max-width: 990px) {
    .page_header .container {
        padding: 0 30px
    }
}
.mobile_nav_trigger {
    font-size: 26px;
    padding: 10px;
    margin-right: 10px;
    display: none
}
.mobile_menu {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 250px;
    background: #3c3c3c;
    z-index: 999999;
    overflow-y: auto;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 50px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1)
}
.mobile_menu ul {
    padding: 0;
    background: none !important
}
.mobile_menu .sub-menu {
    display: none;
    background: rgba(0, 0, 0, 0.1) !important
}
.mobile_menu .menu-item {
    position: relative
}
.mobile_menu .menu-item button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
    margin: 0;
    background: transparent;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none
}
.mobile_menu a {
    color: white;
    padding: 15px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block
}
@media screen and (max-width: 990px) {
    .mobile_nav_trigger {
        display: flex;
        align-items: center
    }
    .primary_menu {
        display: none !important
    }
}
.top_header {
    background: #3c3c3c;
    color: #fff
}
.top_header p {
    padding: 10px 0;
    margin: 0 50px
}
@media screen and (min-width: 1600px) {
    .top_header p {
        margin: 0
    }
}
@media screen and (max-width: 640px) {
    .top_header {
        display: none
    }
}
@media screen and (min-width: 768px) {
    .sticky_el {
        position: fixed;
        left: 0;
        right: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        z-index: 999;
        background-color: rgba(193,76,82,0.9) !important;
        top: 0
    }
    .admin-bar .sticky_el {
        top: 32px
    }
}
.cart_button{visibility:hidden;}
.bottom_header {
    transition: background .3s ease;
    background: rgba(193,76,82,0.8);
}
.bottom_header .container {
    position: relative;
    display: flex;
    justify-content: space-between
}
.bottom_header a{
    color: #ffffff;
}
.bottom_header a:hover{
    color:#000000;
}
.bottom_header a:active{
    color:#000000;
}
.logo {
    padding: 10px 0;
    margin-right: 20px;
    margin-left: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
@media screen and (min-width: 1600px) {
    .logo {
        margin-left: 0
    }
}
@media screen and (max-width: 768px) {
    .logo {
        margin-left: 10px
    }
}
.logo img {
    max-width: 300px;
    max-height: 100px;
    display: block
}
.logo #site-title {
    color: #3c3c3c;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.11111
}
@media screen and (max-width: 640px) {
    .logo #site-title {
        font-size: 24px
    }
}
.logo #site-description {
    color: #8e8e8e;
    font-size: 12px;
    font-style: italic;
    font-weight: normal
}
.right_section {
    display: flex;
    margin-left: auto;
    margin-right: 0
}
.right_section a {
    font-size: 14px;
    display: inline-block;
    padding: 0.32em 0.32em;
    text-align: center
}
#qtranslate-chooser{margin:0.7em;}
.right_section>ul,
.right_section>ul>li,
.right_section>ul>li>a {
    display: flex
}
.right_section>ul>li>a {
    align-items: center
}
.right_section ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.right_section ul>li {
    float: left
}
.cart_button {
    position: relative;
    z-index: 99
}
.cart_button .widget_shopping_cart {
    display: none;
    white-space: nowrap;
    position: absolute;
    padding: 20px !important;
    top: 100%;
    right: 0;
    min-width: 260px;
    background: white;
    padding: 30px;
    border-radius: 3px;
    border-top-right-radius: 0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.cart_button .widget_shopping_cart ul {
    overflow: hidden
}
.cart_button .widget_shopping_cart .cart_list li {
    display: block;
    float: none
}
.hero.page_title {
    background-color: #ededed
}
.hero.page_title .container {
    position: relative;
    padding: 250px 0 90px;
    background: url(img/book_tilt.png) 105% 120px no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media screen and (max-width: 768px) {
    .hero.page_title .container {
        padding-top: 90px !important
    }
}
@media screen and (max-width: 991px) {
    .hero.page_title .container {
        padding: 250px 30px 90px
    }
}
.hero.page_title .page_title {
    font-size: 100px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
    color: #3c3c3c
}
@media screen and (max-width: 640px) {
    .hero.page_title .page_title {
        font-size: 48px
    }
}
.slider {
    position: relative
}
.slider ul {
    padding: 0;
    margin: 0;
    position: relative
}
.slider .tp-bannertimer {
    bottom: -5px;
    top: auto
}
.slider .tp-bannershadow {
    display: none !important
}
.search_button {
    position: relative
}
.search_button .search_bar {
    display: none;
    width: 250px;
    position: absolute;
    top: 0;
    height: 35px;
    margin: auto;
    bottom: 0;
    right: 100%;
    z-index: 9;
    align-items: center
}
@media screen and (max-width: 768px) {
    .search_button .search_bar {
        top: 100%;
        bottom: auto;
        height: auto;
        right: 0;
        background-color: white;
        padding: 10px;
        border: 1px solid #e3e3e3
    }
    .search_button .search_bar input {
        border: none;
        border: 1px solid #e3e3e3;
        display: block;
        padding: 10px;
        top: 0 !important
    }
}
.search_button .search_bar input {
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 100;
    position: relative;
    top: 5px
}
@-webkit-keyframes down {
    0% {
        top: -200px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}
@-moz-keyframes down {
    0% {
        top: -200px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}
@keyframes down {
    0% {
        top: -200px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}
.primary_menu {
    margin-right: auto;
    display: flex;
    transition: .3s ease
}
.primary_menu.search_active {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
    z-index: -1
}
.primary_menu .menu {
    list-style: none;
    *zoom: 1;
    z-index: 1;
    display: flex
}
.primary_menu .menu:before,
.primary_menu .menu:after {
    content: "";
    display: table
}
.primary_menu .menu:after {
    clear: both
}
.primary_menu .menu-item {
    float: left;
    position: relative;
    border-bottom: 1px solid transparent;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.primary_menu .menu-item a {
    display: block;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold
}
.primary_menu .menu-item:hover {
    border-bottom-color: #df6d2e
}
.primary_menu .menu-item:hover>ul {
    display: block
}
.primary_menu .menu-item.mega-menu>.sub-menu {
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 10px 30px;
    left: 0
}
.primary_menu .menu-item.mega-menu>.sub-menu.with_bg_image {
    background-size: contain;
    padding-right: 200px
}
.primary_menu .menu-item.mega-menu>.sub-menu.with_bg_image.top-left,
.primary_menu .menu-item.mega-menu>.sub-menu.with_bg_image.bottom-left {
    padding-left: 200px
}
.primary_menu .menu-item.mega-menu>.sub-menu.with_bg_image.top-left {
    background-position: top left
}
.primary_menu .menu-item.mega-menu>.sub-menu.with_bg_image.top-right {
    background-position: top right
}
.primary_menu .menu-item.mega-menu>.sub-menu.with_bg_image.top-right,
.primary_menu .menu-item.mega-menu>.sub-menu.with_bg_image.bottom-right {
    padding-right: 200px
}
.primary_menu .menu-item.mega-menu>.sub-menu.with_bg_image.bottom-left {
    background-position: bottom left
}
.primary_menu .menu-item.mega-menu>.sub-menu.with_bg_image.bottom-right {
    background-position: bottom right
}
.primary_menu .menu-item.mega-menu>.sub-menu>.menu-item {
    min-width: 250px;
    max-width: 100%;
    display: table-cell;
    padding: 10px;
    border-bottom: none !important
}
.primary_menu .menu-item.mega-menu>.sub-menu>.menu-item:last-child>a {
    border-bottom: 1px solid #dedede
}
.primary_menu .menu-item.mega-menu>.sub-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(70, 70, 70, 0.1)
}
.primary_menu .menu-item.mega-menu>.sub-menu .menu-item:hover>a {
    background-color: transparent
}
.primary_menu .menu-item.mega-menu>.sub-menu .menu-item a {
    padding: 10px 0;
    white-space: normal;
    line-height: 1.7
}
.primary_menu .menu-item.mega-menu>.sub-menu .menu-item-has-children>a {
    font-weight: 700 !important;
    padding: 15px 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    position: relative
}
.primary_menu .menu-item.mega-menu>.sub-menu .menu-item-has-children>a:after {
    content: " ";
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}
.primary_menu .menu-item.mega-menu>.sub-menu .menu-item-has-children .menu-item {
    padding: 0
}
.primary_menu .menu-item.mega-menu>.sub-menu .menu-item-has-children .menu-item a {
    border: none
}
.primary_menu .menu-item.mega-menu>.sub-menu .sub-menu {
    position: relative;
    left: 0;
    box-shadow: none;
    transform: scale(1);
    transform-origin: 50% 0 !important;
    opacity: 1 !important;
    padding: 0;
    background-color: transparent;
    top: 0;
    display: block !important
}
.primary_menu .menu-item.mega-menu>.sub-menu .sub-menu .menu-item-has-children {
    margin-top: 10px
}
.primary_menu .menu-item.mega-menu.mega-fullwidth {
    position: static
}
.primary_menu .menu-item.mega-menu.mega-fullwidth>.sub-menu {
    left: 0;
    right: 0
}
.primary_menu .menu>.menu-item,
.primary_menu .menu>.menu-item>a {
    display: flex
}
.primary_menu .menu>.menu-item>a {
    align-items: center
}
.primary_menu .menu .sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    padding: 20px 0;
    background: white;
    border-radius: 3px;
    border-top-left-radius: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 999
}
.primary_menu .menu .sub-menu .menu-item:last-child>a {
    border-bottom: none
}
.primary_menu .menu .sub-menu .menu-item {
    float: none;
    white-space: nowrap;
    padding: 0 20px;
    border-bottom: none
}
.primary_menu .menu .sub-menu .menu-item:hover>a {
    border-bottom-color: #df6d2e
}
.primary_menu .menu .sub-menu .menu-item a {
    border-bottom: 1px solid #dedede;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.primary_menu .menu .sub-menu .sub-menu {
    top: -20px;
    left: 100%
}
.inline_nav ul li,
.filterable_nav ul li {
    display: inline-block
}
.inline_nav ul li a,
.filterable_nav ul li a {
    padding: 10px 20px
}
.widget {
    padding: 50px 50px 0;
    margin-bottom: 30px
}
@media screen and (max-width: 990px) {
    .widget {
        padding: 0 30px
    }
}
.push_menu .widget {
    padding: 0 0 30px
}
.widget .widget-title,
.widget .widget_title,
.widget .widgettitle {
    font-family: "Raleway";
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 3px
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.widget ul a {
    word-break: break-word
}
.widget ul.children {
    padding-left: 8px
}
.widget ul.children li:last-child {
    border-bottom-width: 0
}
.caixadownload {
    padding-bottom:5px;
}
.caixadownload li img{
    max-height: 20px;
    min-height: 20px;
    float: right;
    padding-right: 50px;
}
.get_app_top_d{
    color:#939393;
}
.get_app_top{
    color: #ffffff;
}
.get_app_top:hover{
    color: #939393;
}
.languagemenu li{
    list-style:none;
    display:inline;
    padding: 3px;
}
.languagemenu li a{
    color: #ffffff;
}
.languagemenu li a:hover{
    color: #6f6f6f;
}
.procurar{
    max-width: 250px;
    margin-right: 10px;
    color: #ffffff;
    float: right;
}
.procurar .right_section ul li a{
    color:#ffffff;
}
#top_s{
    color: #ffffff;
}
.caixadownload li{
    padding-bottom:5px;
    color: #939393;
    list-style: none;
    border: 1px solid;
    text-align: center;
}
.caixadownload li a{
    color: #939393;
    width: 100%;
}
.topo_personalizado{
    margin-left:8%;
    max-width:450px;
}
.prod_cat_thumb span img{
    max-width: 150px;
    color: #000000;
}
.topo_personalizado h1{
    text-transform: uppercase;
    font-family: "Raleway";
}
.topo_personalizado a {
    color: #aaaaaa;
    font-size: 10px;
}
.book_search input{
    max-width: 250px;

}
.book_search .container{text-align: center;}
.book_search .container form{
    max-width: 950px;
    margin: 0 auto;
}
.book_search .button{
    margin-left: 20px;

}
.book_search .postform{
    max-width: 250px;
}
.flipbook{
    padding-left: 20px;
}
.single_title{
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
.prod_cat_thumb{
    min-width: 19%;
    margin-bottom: 0px;
    padding-left: 20px;
}
.dividir_prod{
    border-top: 1px solid #dddddd;
}
.dividir_prod p{
    padding-top: 5px;
}
.widget li {
    padding-top: 4px;
    padding-bottom: 4px
}
.book_search.widget_book_search {
    background-color: #3c3c3c;
    padding: 65px 50px 90px;
    margin-bottom: 50px
}
.book_search.widget_book_search .widget_title {
    text-align: left;
    font-weight: 100;
    font-size: 36px;
    color: white;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 50px
}
.book_search.widget_book_search .widget_title strong {
    font-weight: 700;
    display: block
}
.book_search.widget_book_search input,
.book_search.widget_book_search select {
    width: 100% !important;
    margin: 5px 0;
    border-bottom-color: #797979
}
#wp-calendar {
    border-left-width: 0;
    border-right-width: 0
}
#wp-calendar td,
#wp-calendar th {
    border-left-width: 0;
    border-right-width: 0
}
.widget_latest_post img.thumbnail.post-image,
.post-type-widget img.thumbnail.post-image {
    display: block;
    margin-right: 15px;
    margin-bottom: 30px;
    float: left
}
.widget_latest_post h2,
.post-type-widget h2 {
    font-size: 14px;
    margin-bottom: 30px
}
.widget_subscribe input[type="email"],
.widget_tokokoo_mailchimp_widget input[type="email"] {
    width: 100%;
    margin-bottom: 10px
}
.widget_recent_entries li {
    margin-bottom: 10px
}
.widget_recent_entries .post-date {
    color: #808080;
    display: block
}
.widget.twitter-tweets .tweet {
    display: table;
    margin-bottom: 10px
}
.widget.twitter-tweets .tweet .tweet-avatar,
.widget.twitter-tweets .tweet .tweet-content {
    display: table-cell;
    vertical-align: top
}
.widget.twitter-tweets .tweet .tweet-avatar {
    padding-right: 10px;
    width: 48px
}
.widget_search .search_input,
.search-no-results .search_input {
    width: 100%
}
.comments-wrap .comments {
    margin-top: 30px
}
#comments-number {
    border-bottom: 1px solid #3c3c3c;
    padding: 30px 0;
    margin-bottom: 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #3c3c3c
}
#comments-number .button,
#comments-number .post .post_details .more-link,
.post .post_details #comments-number .more-link,
#comments-number .woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs #comments-number li,
#comments-number .single-product .col-md-7 .add_to_wishlist,
.single-product .col-md-7 #comments-number .add_to_wishlist,
#comments-number .col2-set .col-1 a.edit,
.col2-set .col-1 #comments-number a.edit,
#comments-number .col2-set .col-2 a.edit,
.col2-set .col-2 #comments-number a.edit,
#comments-number .col2-set#customer_login .lost_password a,
.col2-set#customer_login .lost_password #comments-number a,
#comments-number .vc_read_more {
    float: right;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    top: -5px;
    font-size: 9px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal
}
.log-in-out {
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.66667;
    text-align: right
}
ol.commentlist,
ol.comment-list {
    padding: 0 0 30px;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #3c3c3c
}
ol.commentlist .children,
ol.comment-list .children {
    padding: 0;
    list-style: none;
    padding-left: 0
}
ol.commentlist .comment-meta,
ol.comment-list .comment-meta {
    padding-bottom: 12px
}
ol.commentlist .comment-author,
ol.commentlist .comment-metadata,
ol.comment-list .comment-author,
ol.comment-list .comment-metadata {
    display: inline
}
ol.commentlist .comment-author a,
ol.commentlist .comment-metadata a,
ol.comment-list .comment-author a,
ol.comment-list .comment-metadata a {
    color: inherit
}
ol.commentlist .commenttext,
ol.comment-list .commenttext {
    min-height: 36px
}
ol.commentlist .avatar,
ol.comment-list .avatar {
    position: absolute;
    left: 0;
    width: 40px
}
@media screen and (max-width: 690px) {
    ol.commentlist .avatar,
    ol.comment-list .avatar {
        width: 30px;
        height: auto
    }
}
ol.commentlist .says,
ol.comment-list .says {
    display: none
}
ol.commentlist .fn,
ol.comment-list .fn {
    font-style: normal;
    font-weight: bold
}
.woocommerce-tabs ol.commentlist,
.woocommerce-tabs ol.comment-list {
    margin: 0
}
.comment-text,
.comment-body {
    *zoom: 1
}
.comment-text:before,
.comment-text:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table
}
.comment-text:after,
.comment-body:after {
    clear: both
}
.comment-text p.meta,
.comment-body p.meta {
    margin-top: 0
}
li.comment {
    padding: 0;
    padding-left: 60px;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef
}
li.comment .comment-reply-link {
    display: inline-block;
    margin-bottom: 20px
}
li.comment .children {
    border-top: 1px solid #efefef
}
li.comment .children li.comment:first-child {
    padding-top: 30px
}
li.comment .children li.comment:last-child {
    border-bottom-width: 0
}
@media screen and (max-width: 480px) {
    li.comment {
        padding-left: 0
    }
    li.comment .avatar {
        position: relative;
        float: left;
        margin-right: 10px
    }
}
#reply-title {
    text-transform: uppercase;
    font-size: 12px;
    padding: 50px 0 50px;
    letter-spacing: 3px
}
.comment-form {
    position: relative;
    padding-bottom: 60px
}
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author {
    margin-bottom: 10px;
    position: relative;
    width: 48%
}
.comment-form p[class^="form"] {
    display: table;
    width: 100%
}
.comment-form p[class^="form"] label,
.comment-form p[class^="form"] input,
.comment-form p[class^="form"] textarea {
    display: table-cell;
    vertical-align: top
}
.comment-form p[class^="form"] label {
    width: 20%
}
.comment-form p[class^="form"] #author,
.comment-form p[class^="form"] #email,
.comment-form p[class^="form"] #url {
    width: 95%
}
.comment-form p[class^="form"] textarea {
    width: 100%;
    min-height: 130px
}
.comment-form p[class^="form"] .form-submit {
    display: block
}
.comment-form p[class^="form"] .form-submit input {
    float: right
}
@media screen and (max-width: 480px) {
    .comment-form p[class^="form"] label {
        display: block
    }
}
.comment-form label {
    width: 70px;
    display: inline-block
}
.comment-form input.input-text {
    width: 100%
}
.comment-form .input-text {
    display: block
}
.comment-form .form-submit {
    float: right
}
.comment-form .form-submit input {
    min-width: 216px;
    position: absolute;
    right: 0
}
@media screen and (max-width: 480px) {
    .comment-form .form-submit input {
        width: 100% !important;
        float: none
    }
}
.comment-form.now-login .comment-form-comment {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 10px
}
.comment-form.now-login .comment-form-comment .input-text {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-height: 108px
}
.blog-single .comment-reply-title {
    margin-bottom: -24px
}
.blog-single .comment-form {
    margin-left: 16%
}
.blog-single .comment-form .required {
    display: none
}
.blog-single .form-submit {
    *zoom: 1
}
.blog-single .form-submit:before,
.blog-single .form-submit:after {
    content: "";
    display: table
}
.blog-single .form-submit:after {
    clear: both
}
#respond .ninja-forms-form-wrap label {
    display: none
}
#respond .ninja-forms-form-wrap input.ninja-forms-field {
    margin-left: 0
}
#respond .ninja-forms-form-wrap .submit-wrap .ninja-forms-field {
    min-width: 212px;
    float: right
}
section {
    position: relative
}
.center_align {
    text-align: center
}
.full_width {
    width: 100%;
    max-width: 100%;
    display: block
}
.inner_content {
    padding: 40px
}
@media screen and (min-width: 1366px) {
    .equal_height {
        display: table
    }
    .equal_height section {
        display: table-cell;
        float: none
    }
}
.welcome {
    padding: 60px 50px;
    position: relative;
    background: #f8f8f8;
    text-align: center
}
.welcome h2 {
    margin-bottom: 10px;
    color: #3c3c3c;
    font-size: 36px;
    font-weight: normal
}
.welcome p {
    color: #3c3c3c;
    font-size: 14px;
    margin-bottom: 0
}
.welcome.cart {
    background: white
}
.has_arrow:after {
    content: " ";
    position: absolute;
    bottom: -20px;
    border-color: #f8f8f8 transparent transparent;
    border-style: solid;
    border-width: 10px;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}
.new_arrival {
    text-align: center
}
.new_arrival h2 {
    display: inline-block
}
.new_arrival .list_products .block {
    width: 100%
}
.section_title {
    padding: 50px 20px;
    font-family: "Raleway";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}
@media screen and (max-width: 640px) {
    .section_title {
        padding: 50px
    }
}
.best_selling [class^="col-"] {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.best_selling .tokokoo-featured-product {
    display: block;
    margin-bottom: 20px !important
}
.best_selling .product h3 {
    margin-bottom: 20px
}
.monthly_exclusive .section_title {
    background: #000;
    color: #fff
}
.featured_book h3 {
    margin-bottom: 20px !important
}
.book_search {
    background: #f8f8f8;
    padding-bottom: 50px;
    text-align: center
}
.book_search .section_title {
    padding-bottom: 40px
}
.book_search input,
.book_search select {
    margin: 5px
}
.book_search input[type="text"] {
    width: 350px
}
.book_search select {
    width: 350px
}
.book_search input.button,
.book_search .post .post_details input.more-link,
.post .post_details .book_search input.more-link,
.book_search .single-product .col-md-7 input.add_to_wishlist,
.single-product .col-md-7 .book_search input.add_to_wishlist,
.book_search input.vc_read_more {
    margin: 0;
    padding: 5px 20px
}
@media screen and (max-width: 600px) {
    .book_search input,
    .book_search select {
        display: inline-block;
        width: 80% !important
    }
}
.widget_area {
    padding: 50px 0
}
.widget_area .widget {
    padding-left: 50px
}
@media screen and (max-width: 600px) {
    .widget_area .widget {
        padding: 50px 25px 0
    }
}
#gmap_canvas {
    margin-bottom: 50px
}
.address {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    color: #aaa
}
.address .fa.fa-bookmark-o {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #3c3c3c
}
.address h3 {
    color: #3c3c3c;
    font-size: 12px;
    margin-bottom: 10px
}
.address .button.tel,
.address .post .post_details .tel.more-link,
.post .post_details .address .tel.more-link,
.address .woocommerce-tabs .tabs li.tel,
.woocommerce-tabs .tabs .address li.tel,
.address .single-product .col-md-7 .tel.add_to_wishlist,
.single-product .col-md-7 .address .tel.add_to_wishlist,
.address .col2-set .col-1 a.tel.edit,
.col2-set .col-1 .address a.tel.edit,
.address .col2-set .col-2 a.tel.edit,
.col2-set .col-2 .address a.tel.edit,
.address .col2-set#customer_login .lost_password a.tel,
.col2-set#customer_login .lost_password .address a.tel,
.address .tel.vc_read_more {
    font-size: 14px;
    font-weight: 100;
    font-family: "Merriweather", georgia, serif;
    margin-bottom: 40px
}
.text,
.col2-set#customer_login .lost_password a {
    background: #f8f8f8;
    height: 100%;
    padding: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.text .section_title,
.col2-set#customer_login .lost_password a .section_title {
    padding-top: 0
}
@media screen and (max-width: 640px) {
    .text,
    .col2-set#customer_login .lost_password a {
        padding: 50px
    }
}
.text_medium {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px;
    font-size: 16px;
    font-weight: 100;
    line-height: 30px
}
.text_medium .section_title {
    padding-top: 0
}
@media screen and (max-width: 990px) {
    .text_medium {
        padding: 100px
    }
}
@media screen and (max-width: 640px) {
    .text_medium {
        padding: 50px
    }
}
.team_carousel p {
    padding: 0 100px;
    text-align: center
}
@media screen and (max-width: 640px) {
    .team_carousel p {
        padding: 0 50px
    }
}
.team_carousel nav {
    display: block;
    *zoom: 1
}
.team_carousel nav:before,
.team_carousel nav:after {
    content: "";
    display: table
}
.team_carousel nav:after {
    clear: both
}
.team_carousel nav a {
    padding: 10px;
    display: inline-block
}
.team_carousel nav #ca-team-prev {
    float: left;
    margin-left: 20px
}
.team_carousel nav #ca-team-next {
    float: right;
    margin-right: 20px
}
.team_group {
    float: left;
    width: 100%
}
.person {
    position: relative;
    overflow: hidden
}
.person img {
    max-width: 100%;
    width: 100%;
    display: block
}
.person .person_detail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(223, 109, 46, 0.8);
    text-align: center;
    color: white;
    opacity: 0;
    padding: 30px;
    -moz-box-sizing: broder-box;
    -webkit-box-sizing: broder-box;
    box-sizing: broder-box;
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease;
    -o-transition: -o-transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease
}
.person .person_detail h3 {
    font-size: 16px;
    font-weight: normal
}
.person .person_detail h3 a {
    color: white
}
.person:hover .person_detail {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.team {
    *zoom: 1
}
.team:before,
.team:after {
    content: "";
    display: table
}
.team:after {
    clear: both
}
.skill_bar {
    width: 100%;
    background: #3c3c3c;
    overflow: hidden;
    display: table
}
.skill_bar h2,
.skill_bar .skill_list {
    display: table-cell;
    vertical-align: middle
}
.skill_bar h2 {
    width: 30%;
    padding: 100px 50px 100px 100px;
    font-weight: 100;
    color: white;
    line-height: 25px;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media screen and (max-width: 640px) {
    .skill_bar h2 {
        padding: 50px
    }
}
.skill_bar h2 strong {
    font-weight: 800;
    display: block
}
.skill_bar.industries_served h2,
.skill_bar.industries_served .skill_list {
    display: block
}
.skill_bar.industries_served h2 {
    width: 100%;
    text-align: center;
    font-weight: 700
}
.skill_bar.industries_served h2 strong {
    display: inline-block
}
.skill_bar.industries_served .skill_list {
    margin-left: 50px;
    padding: 0 0 50px
}
.skill_bar .skill_list {
    padding: 100px 0
}
@media screen and (max-width: 640px) {
    .skill_bar .skill_list {
        padding: 50px 0
    }
}
.skill_bar .skill_list .bar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #575757;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    padding: 5px 20px;
    color: white;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase
}
.skill_bar .skill_list .bar .fill {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background: black;
    z-index: -1;
    -moz-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in
}
.skill_bar .skill_list .bar:first-child {
    margin-top: 0
}
.statistics {
    display: table;
    width: 100%;
    table-layout: fixed
}
.statistics .wpb_wrapper {
    display: table;
    width: 100%;
    table-layout: fixed
}
.statistics .data_title,
.statistics .data_stat {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 50px;
    border-bottom: 10px solid #f8f8f8;
    text-align: center
}
.statistics .data_title .num,
.statistics .data_stat .num {
    font-size: 40px;
    font-weight: 700;
    line-height: normal
}
.statistics .data_title .label,
.statistics .data_stat .label {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700
}
.statistics .data_title.orange,
.statistics .data_stat.orange {
    border-bottom-color: #da794e
}
.statistics .data_title.gold,
.statistics .data_stat.gold {
    border-bottom-color: #afa268
}
.statistics .data_title.red,
.statistics .data_stat.red {
    border-bottom-color: #9b6464
}
.statistics .data_title.gray,
.statistics .data_stat.gray {
    border-bottom-color: #3c3c3c
}
.statistics .data_title.green,
.statistics .data_stat.green {
    border-bottom-color: #4f7162
}
@media screen and (max-width: 1024px) {
    .statistics .data_title,
    .statistics .data_stat {
        display: block
    }
}
.statistics .data_title {
    padding: 10px
}
@media screen and (max-width: 1024px) {
    .statistics .data_title {
        display: block;
        width: 100%;
        padding: 0 !important
    }
}
@media screen and (max-width: 1024px) {
    .statistics .data_stat {
        width: 50%;
        float: left
    }
}
.testimonials {
    background-color: #e0e6e9;
    padding: 0 80px 50px
}
@media screen and (max-width: 640px) {
    .testimonials {
        padding: 0 30px 50px
    }
}
.testimonials.fullwidth {
    padding: 0 200px 50px
}
@media screen and (max-width: 640px) {
    .testimonials.fullwidth {
        padding: 0 50px 50px
    }
}
.testimonials.fullwidth blockquote p {
    font-size: 24px
}
.testimonials nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    padding: 40px;
    width: 100%;
    left: 0
}
.testimonials nav a {
    cursor: pointer
}
.testimonials nav #ca-testi-prev {
    float: left
}
.testimonials nav #ca-testi-next {
    float: right
}
@media screen and (max-width: 640px) {
    .testimonials nav {
        padding: 40px 20px
    }
}
.testimonials ul {
    list-style: none;
    padding: 0
}
.testimonials ul li {
    width: 100%;
    float: left
}
.testimonials blockquote {
    border-left: none;
    text-align: center;
    padding: 0;
    margin: 0
}
.testimonials blockquote p {
    font-size: 24px;
    color: #3c3c3c;
    line-height: 30px
}
.testimonials blockquote cite {
    display: inline-block;
    font-style: normal
}
.partner {
    padding-bottom: 50px;
    text-align: center
}
.partner a {
    display: inline-block;
    vertical-align: middle
}
.partner img {
    margin: 20px;
    vertical-align: middle
}
.vacancy {
    background: #363a50;
    color: white;
    padding: 100px 200px
}
@media screen and (max-width: 768px) {
    .vacancy {
        padding: 50px 20px
    }
}
.vacancy>h2,
.vacancy>h3 {
    text-align: center;
    font-weight: 300;
    color: #afb4cc
}
.vacancy h2 {
    margin-bottom: 20px
}
.vacancy>h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px
}
.vacancy p {
    text-align: center;
    padding: 0 100px;
    font-size: 14px
}
.vacancy hr.separator {
    border: 0;
    border-bottom: 10px solid #464a60;
    margin: 50px 0
}
.vacancy .wpb_accordion_header {
    text-align: left;
    font-family: inherit;
    text-transform: initial;
    font-weight: normal
}
.vacancy .wpb_accordion_header a {
    color: white
}
.vacancy .wpb_accordion_section {
    border-bottom-color: #464a60
}
.vacancy .wpb_accordion_section .wpb_accordion_content {
    text-align: left;
    padding: 0;
    color: #8488A1;
    margin: 20px 0 30px
}
.vacancy .wpb_accordion_section .wpb_accordion_content p {
    text-align: left;
    padding: 0
}
.workspace {
    display: table
}
@media screen and (max-width: 990px) {
    .workspace {
        display: block
    }
}
.workspace .col-md-8,
.workspace .col-md-4 {
    display: table-cell;
    vertical-align: top;
    float: none
}
@media screen and (max-width: 990px) {
    .workspace .col-md-8,
    .workspace .col-md-4 {
        display: block
    }
}
.workspace .col-md-4 {
    height: auto !important
}
@media screen and (max-width: 990px) {
    .workspace .col-md-4 {
        height: auto !important;
        padding-bottom: 130px
    }
}
.workspace ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: hidden
}
.workspace ul li {
    float: left
}
.workspace ul img {
    width: 100%;
    max-width: 100%;
    display: block
}
.workspace #workspace_slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: hidden
}
.workspace #workspace_slider ul img {
    width: 100%;
    max-width: 100%;
    height: auto
}
.workspace .workspace_detail {
    padding: 0 40px;
    position: relative
}
.workspace .flex-direction-nav .flex-next,
.workspace .flex-direction-nav .flex-prev {
    visibility: hidden;
    width: 100px;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    text-align: center
}
.workspace .flex-direction-nav .flex-next:after,
.workspace .flex-direction-nav .flex-prev:after {
    position: absolute;
    top: 5px;
    left: 10px;
    text-indent: 0px;
    visibility: visible
}
.workspace .flex-direction-nav .flex-next.flex-disabled,
.workspace .flex-direction-nav .flex-prev.flex-disabled {
    color: #aaa
}
.workspace .flex-direction-nav .flex-prev:after {
    content: "\f053"
}
.workspace .flex-direction-nav .flex-next:after {
    content: "\f054"
}
.workspace #workspace_carousel {
    padding-top: 32px;
    position: absolute;
    width: 100%;
    bottom: 0
}
.workspace #workspace_carousel .flex-direction-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.workspace #workspace_carousel li {
    float: right
}
.workspace #workspace_carousel li:first-child {
    float: left
}
.team_single {
    position: relative;
    display: none;
    clear: both
}
.team_single:after {
    content: "\f110";
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: 30px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-animation: spinbro 2s infinite;
    -moz-animation: spinbro 2s infinite;
    animation: spinbro 2s infinite;
    display: block;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    line-height: 34px;
    text-align: center;
    opacity: 0;
    z-index: 3
}
.team_single.loading:after {
    opacity: 1
}
.single-team-member .team_single {
    display: block
}
.team_single .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1
}
.team_single [class^="col-"] {
    padding: 40px 0
}
.team_single .single_avatar {
    text-align: center
}
.team_single small {
    margin-bottom: 20px;
    display: block;
    color: #aaa
}
.team_single h2 {
    font-size: 20px;
    font-weight: 700
}
.team_single h3 {
    font-size: 16px;
    cursor: pointer
}
.team_single .col-md-7 {
    padding: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.team_single .skill_bar {
    background: none;
    padding-right: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.team_single .skill_bar .skill_list {
    padding: 20px 0
}
.team_single .skill_bar .bar {
    border-radius: 3px
}
.team_single .button,
.team_single .post .post_details .more-link,
.post .post_details .team_single .more-link,
.team_single .woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs .team_single li,
.team_single .single-product .col-md-7 .add_to_wishlist,
.single-product .col-md-7 .team_single .add_to_wishlist,
.team_single .col2-set .col-1 a.edit,
.col2-set .col-1 .team_single a.edit,
.team_single .col2-set .col-2 a.edit,
.col2-set .col-2 .team_single a.edit,
.team_single .col2-set#customer_login .lost_password a,
.col2-set#customer_login .lost_password .team_single a,
.team_single .vc_read_more {
    display: block;
    margin: 0 20px
}
.team_single .social_icons {
    margin-top: 40px;
    display: block;
    position: relative
}
.posts_list h3 {
    font-size: 14px;
    margin: 0 !important;
    word-break: break-all;
    word-break: break-word
}
.posts_list h3 a {
    padding: 10px 0;
    display: block
}
.cat-archive ul,
.month-archive ul {
    list-style: none;
    padding: 0
}
.cat-archive a,
.month-archive a {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    margin-bottom: 0 !important;
    display: inline-block
}
.cat-archive li,
.month-archive li {
    border-bottom: 1px solid #ededed
}
.image_block {
    display: block;
    width: 100%;
    max-width: 100%
}
.entry-content input#s {
    width: 100%
}
.wpb_column.extra_padding {
    padding: 0 50px 50px 50px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media screen and (min-width: 990px) {
    .wpb_column.extra_padding:first-child {
        padding: 0 20px 0 100px !important
    }
    .wpb_column.extra_padding:last-child {
        padding: 0 100px 0 20px !important
    }
}
.button,
.post .post_details .more-link,
.woocommerce-tabs .tabs li,
.single-product .col-md-7 .add_to_wishlist,
.col2-set .col-1 a.edit,
.col2-set .col-2 a.edit,
.col2-set#customer_login .lost_password a,
.vc_read_more,
button,
input[type="submit"],
input[type="reset"] {
    -moz-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px 20px;
    margin: 10px 0;
    border: none;
    background: #b5242c;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 20px !important
}
.button:visited,
.post .post_details .more-link:visited,
.woocommerce-tabs .tabs li:visited,
.single-product .col-md-7 .add_to_wishlist:visited,
.col2-set .col-1 a.edit:visited,
.col2-set .col-2 a.edit:visited,
.col2-set#customer_login .lost_password a:visited,
.vc_read_more:visited,
button:visited,
input[type="submit"]:visited,
input[type="reset"]:visited {
    color: #fff
}
.button.small,
.post .post_details .small.more-link,
.post .post_details .more-link.vc_read_more,
.woocommerce-tabs .tabs li.small,
.woocommerce-tabs .tabs li.vc_read_more,
.single-product .col-md-7 .small.add_to_wishlist,
.single-product .col-md-7 .add_to_wishlist.vc_read_more,
.col2-set .col-1 a.edit,
.col2-set .col-2 a.edit,
.col2-set#customer_login .lost_password a.small,
.col2-set#customer_login .lost_password .col-1 a.edit,
.col2-set#customer_login .col-1 .lost_password a.edit,
.col2-set#customer_login .lost_password .col-2 a.edit,
.col2-set#customer_login .col-2 .lost_password a.edit,
.col2-set#customer_login .lost_password a.vc_read_more,
.vc_read_more,
button.small,
button.vc_read_more,
input[type="submit"].small,
input[type="submit"].vc_read_more,
input[type="reset"].small,
input[type="reset"].vc_read_more {
    font-size: 9px;
    padding: 0 10px
}
.button.big,
.post .post_details .big.more-link,
.woocommerce-tabs .tabs li.big,
.single-product .col-md-7 .big.add_to_wishlist,
.col2-set .col-1 a.big.edit,
.col2-set .col-2 a.big.edit,
.col2-set#customer_login .lost_password a.big,
.big.vc_read_more,
button.big,
input[type="submit"].big,
input[type="reset"].big {
    font-size: 12px;
    padding: 10px 30px
}
.button.text,
.post .post_details .text.more-link,
.woocommerce-tabs .tabs li.text,
.single-product .col-md-7 .text.add_to_wishlist,
.col2-set .col-1 a.text.edit,
.col2-set .col-2 a.text.edit,
.col2-set#customer_login .lost_password a,
.text.vc_read_more,
button.text,
input[type="submit"].text,
input[type="reset"].text {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #df6d2e;
    box-shadow: none;
    padding: 0 30px;
    font-weight: 700;
    color: #3c3c3c
}
input.button,
.post .post_details input.more-link,
.single-product .col-md-7 input.add_to_wishlist,
input.vc_read_more {
    padding: 10px 30px
}
.ca_control {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
    margin: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold
}
.breadcrumbs {
    color: #8b8b8b
}
.breadcrumbs .sep {
    color: #3c3c3c
}
.sorting {
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.sorting select {
    width: 100%
}
.page_info {
    margin: 0 50px;
    padding: 20px 0;
    border-top: 1px solid #3c3c3c
}
.page_info .woocommerce-result-count {
    font-weight: bold;
    margin: 0
}
.page_info .sorting {
    padding: 0
}
.pagination {
    *zoom: 1;
    background: #f8f8f8;
    position: relative;
    padding: 20px;
    text-align: center
}
.pagination:before,
.pagination:after {
    content: "";
    display: table
}
.pagination:after {
    clear: both
}
.pagination .page-numbers {
    display: inline
}
.pagination .page-numbers:after {
    content: " . ";
    font-size: 12px;
    padding: 5px
}
.pagination .page-numbers:last-child .page-numbers:after {
    display: none
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    -moz-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 0 10px;
    background: #000;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9px
}
.pagination .page-numbers.next:after,
.pagination .page-numbers.prev:after {
    display: none
}
.pagination .page-numbers.prev {
    float: left
}
@media screen and (max-width: 480px) {
    .pagination .page-numbers.prev {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
}
.pagination .page-numbers.next {
    float: right
}
@media screen and (max-width: 480px) {
    .pagination .page-numbers.next {
        width: 100%;
        float: none;
        margin-top: 20px
    }
}
.pagination a.button,
.pagination .post .post_details a.more-link,
.post .post_details .pagination a.more-link,
.pagination .single-product .col-md-7 a.add_to_wishlist,
.single-product .col-md-7 .pagination a.add_to_wishlist,
.pagination .col2-set .col-1 a.edit,
.col2-set .col-1 .pagination a.edit,
.pagination .col2-set .col-2 a.edit,
.col2-set .col-2 .pagination a.edit,
.pagination .col2-set#customer_login .lost_password a,
.col2-set#customer_login .lost_password .pagination a,
.pagination a.vc_read_more {
    margin: 0
}
@media screen and (max-width: 480px) {
    .pagination a.button,
    .pagination .post .post_details a.more-link,
    .post .post_details .pagination a.more-link,
    .pagination .single-product .col-md-7 a.add_to_wishlist,
    .single-product .col-md-7 .pagination a.add_to_wishlist,
    .pagination .col2-set .col-1 a.edit,
    .col2-set .col-1 .pagination a.edit,
    .pagination .col2-set .col-2 a.edit,
    .col2-set .col-2 .pagination a.edit,
    .pagination .col2-set#customer_login .lost_password a,
    .col2-set#customer_login .lost_password .pagination a,
    .pagination a.vc_read_more {
        float: none;
        display: block
    }
}
.pagination .woocommerce-pagination {
    display: inline-block
}
@media screen and (max-width: 480px) {
    .pagination .woocommerce-pagination {
        margin: 10px 0
    }
}
.pagination .woocommerce-pagination li {
    display: inline
}
.pagination .woocommerce-pagination li .page-numbers:after {
    content: " . ";
    font-size: 12px;
    padding: 5px
}
.pagination .woocommerce-pagination li:last-child .page-numbers:after {
    display: none
}
.quantity.buttons_added input[type="button"] {
    border: none;
    background: none;
    border-bottom: 1px solid #3c3c3c;
    height: 2.5em;
    padding: 3px 4px
}
.quantity.buttons_added input {
    margin-right: -3px;
    text-align: center
}
.pricing_table {
    display: table;
    table-layout: fixed;
    width: 100%
}
.pricing_table .wpb_wrapper {
    display: table;
    table-layout: fixed;
    width: 100%
}
.pricing_table .col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    color: white
}
@media screen and (max-width: 768px) {
    .pricing_table .col {
        display: block;
        float: left;
        width: 50%
    }
}
@media screen and (max-width: 600px) {
    .pricing_table .col {
        display: block;
        float: left;
        width: 100%
    }
}
.pricing_table .col .pricing_title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 10px
}
.pricing_table .col .pricing_title .title {
    font-size: 16px
}
.pricing_table .col .pricing_title .price {
    font-size: 60px;
    line-height: normal
}
.pricing_table .col ul {
    list-style: none;
    padding: 20px 50px
}
.pricing_table .col ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px
}
.pricing_table .col ul li:last-child {
    border-bottom: 0;
    padding: 30px 0
}
.pricing_table .col ul li:last-child .button,
.pricing_table .col ul li:last-child .post .post_details .more-link,
.post .post_details .pricing_table .col ul li:last-child .more-link,
.pricing_table .col ul li:last-child .woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs .pricing_table .col ul li:last-child li,
.pricing_table .col ul li:last-child .single-product .col-md-7 .add_to_wishlist,
.single-product .col-md-7 .pricing_table .col ul li:last-child .add_to_wishlist,
.pricing_table .col ul li:last-child .col2-set .col-1 a.edit,
.col2-set .col-1 .pricing_table .col ul li:last-child a.edit,
.pricing_table .col ul li:last-child .col2-set .col-2 a.edit,
.col2-set .col-2 .pricing_table .col ul li:last-child a.edit,
.pricing_table .col ul li:last-child .col2-set#customer_login .lost_password a,
.col2-set#customer_login .lost_password .pricing_table .col ul li:last-child a,
.pricing_table .col ul li:last-child .vc_read_more {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 9px;
    font-weight: normal
}
.pricing_table .col.orange {
    background-color: #da794e
}
.pricing_table .col.gold {
    background-color: #afa268
}
.pricing_table .col.red {
    background-color: #9b6464
}
.pricing_table .col.gray {
    background-color: #3c3c3c
}
.pricing_table .col.green {
    background-color: #4f7162
}
.pricing_table .col.featured {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative
}
.features {
    *zoom: 1
}
.features:before,
.features:after {
    content: "";
    display: table
}
.features:after {
    clear: both
}
.features .feature_content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 30px;
    border-left: 1px solid #d8d8d8;
    overflow: hidden;
    height: 270px;
    position: relative
}
.features .feature_content:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, #ffffff));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    left: -1px;
    bottom: 0;
    display: none
}
@media screen and (max-width: 480px) {
    .features .feature_content:after {
        display: block
    }
}
.features .feature_content h3 {
    font-size: 13px;
    margin-bottom: 20px;
    color: #555
}
.features .feature_content p {
    color: #666
}
.features .feature_content .fa {
    font-size: 26px;
    color: #d2d2d2;
    margin-bottom: 10px
}
.features.image_feature .feature_content {
    height: 400px
}
.features .image_feature {
    margin-bottom: 20px
}
.features .feature {
    border-bottom: 10px solid #dedede
}
.features .feature.orange {
    border-bottom-color: #da794e
}
.features .feature.gold {
    border-bottom-color: #afa268
}
.features .feature.red {
    border-bottom-color: #9b6464
}
.features .feature.gray {
    border-bottom-color: #3c3c3c
}
.features .feature.green {
    border-bottom-color: #4f7162
}
.features .feature:first-child .feature_content {
    border-left: none
}
.features.left_icon .feature_content {
    text-align: left;
    padding-left: 90px;
    position: relative
}
.features.left_icon .feature_content .fa {
    position: absolute;
    left: 30px;
    top: 30px
}
.vertical_feature_list .feature_item {
    position: relative;
    padding: 0 20px 0 50px;
    margin-bottom: 20px
}
.vertical_feature_list .feature_item .fa {
    font-size: 24px;
    color: #d2d2d2;
    position: absolute;
    top: 5px;
    left: 10px
}
.vertical_feature_list .feature_item .feature_title {
    font-size: 14px;
    margin-bottom: 10px
}
.wpb_accordion_wrapper {
    position: relative;
    margin-bottom: 20px !important
}
.wpb_accordion_wrapper .wpb_accordion_section {
    border-bottom: 1px solid #ededed
}
.wpb_accordion_wrapper .wpb_accordion_header {
    font-size: 12px !important;
    font-weight: 700 !important;
    position: relative;
    padding: 10px 0 !important;
    cursor: pointer;
    margin-bottom: 0 !important;
    background: none !important;
    color: white
}
.wpb_accordion_wrapper .wpb_accordion_header a {
    padding: 0 !important
}
.wpb_accordion_wrapper .wpb_accordion_content {
    display: none;
    padding: 20px 0 !important
}
.filterable_nav {
    display: block;
    text-align: center;
    padding: 50px 0
}
.filterable_nav a {
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 5px 15px;
    margin: 0 10px;
    border-radius: 3px;
    position: relative;
    font-size: 10px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase
}
.filterable_nav a:after {
    content: ".";
    position: absolute;
    right: -15px
}
.filterable_nav a:last-child:after {
    display: none
}
.filterable_nav a.current {
    border-radius: 3px;
    background: #dedede
}
.filterable_items .filterable_item {
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity
}
.filterable_items.no-transition,
.filterable_items.no-transition .filterable_item,
.filterable_items .filterable_item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}
.social_icons {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0
}
.social_icons .si {
    border-radius: 3px;
    color: white;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 7px;
    display: inline-block;
    margin: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.social_icons .si.si-facebook {
    background-color: #1242ba
}
.social_icons .si.si-twitter {
    background-color: #19b0d1
}
.social_icons .si.si-linkedin {
    background-color: #3f8295
}
.social_icons .si.si-dribbble {
    background-color: #dd2e70
}
.social_icons .si.si-email {
    background-color: #AF57E0
}
.social_icons .si.si-skype {
    background-color: #6EE5FF
}
.social_icons .si.si-gplus {
    background-color: #FF5C00
}
.social_icons .si.si-youtube {
    background-color: #D52727
}
.image_carousel {
    *zoom: 1
}
.image_carousel:before,
.image_carousel:after {
    content: "";
    display: table
}
.image_carousel:after {
    clear: both
}
.divider {
    border: none;
    border-bottom: 1px solid #dedede
}
.divider.no_margin {
    margin: 0
}
.css3_hover {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.css3_hover .product_details,
.css3_hover .caption {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}
.css3_hover.zoomInAye .product_details,
.css3_hover.zoomInAye .caption {
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3)
}
.css3_hover.zoomInAye .product:hover .product_details,
.css3_hover.zoomInAye:hover .caption {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.css3_hover.zoomOut .product_details,
.css3_hover.zoomOut .caption {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}
.css3_hover.zoomOut .product:hover .product_details,
.css3_hover.zoomOut:hover .caption {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.css3_hover.rotateLeft .product_details,
.css3_hover.rotateLeft .caption {
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.css3_hover.rotateLeft .product:hover .product_details,
.css3_hover.rotateLeft:hover .caption {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}
.css3_hover.rotateRight .product_details,
.css3_hover.rotateRight .caption {
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.css3_hover.rotateRight .product:hover .product_details,
.css3_hover.rotateRight:hover .caption {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}
.css3_hover.flipRotateBottom li,
.css3_hover.flipRotateBottom {
    -moz-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px
}
.css3_hover.flipRotateBottom .product_details,
.css3_hover.flipRotateBottom .caption {
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg)
}
.css3_hover.flipRotateBottom .product:hover .product_details,
.css3_hover.flipRotateBottom:hover .caption {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}
.css3_hover.flipRotateTop li,
.css3_hover.flipRotateTop {
    -moz-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px
}
.css3_hover.flipRotateTop .product_details,
.css3_hover.flipRotateTop .caption {
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg)
}
.css3_hover.flipRotateTop .product:hover .product_details,
.css3_hover.flipRotateTop:hover .caption {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}
.css3_hover.flipRotateLeft li,
.css3_hover.flipRotateLeft {
    -moz-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px
}
.css3_hover.flipRotateLeft .product_details,
.css3_hover.flipRotateLeft .caption {
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: rotateY(45deg);
    -ms-transform: rotateY(45deg);
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg)
}
.css3_hover.flipRotateLeft .product:hover .product_details,
.css3_hover.flipRotateLeft:hover .caption {
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1
}
.css3_hover.flipRotateRight li,
.css3_hover.flipRotateRight {
    -moz-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px
}
.css3_hover.flipRotateRight .product_details,
.css3_hover.flipRotateRight .caption {
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transform: rotateY(-45deg);
    -ms-transform: rotateY(-45deg);
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg)
}
.css3_hover.flipRotateRight .product:hover .product_details,
.css3_hover.flipRotateRight:hover .caption {
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1
}
.text_container {
    padding: 20px
}
.image_caption {
    position: relative;
    overflow: hidden
}
.image_caption img {
    max-width: 100%;
    width: 100%;
    display: block
}
.image_caption .caption {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #f8f8f8;
    text-align: center
}
.image_caption .caption .center_align {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}
.fullwidth_block {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 20px
}
.fullwidth_block.light_text {
    color: #fff
}
.fullwidth_block.dark_text {
    color: #333
}
.fullwidth_block.video_bg {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}
.fullwidth_block.video_bg video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: -1
}
.fullwidth_block.fixed_image {
    -moz-background-size: "cover";
    -o-background-size: "cover";
    -webkit-background-size: "cover";
    background-size: "cover";
    background-repeat: no-repeat;
    padding-bottom: 50px
}
.fullwidth_block .inner_content {
    background: rgba(255, 255, 255, 0.3)
}
.wow {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.review_tile {
    padding-bottom: 40px
}
.review blockquote {
    border-left: none;
    padding: 0;
    margin: 10px
}
.review blockquote p {
    padding: 20px;
    font-style: italic;
    background: #f3f3f3;
    position: relative;
    margin-bottom: 10px;
    color: #444
}
.review blockquote p:after {
    content: " ";
    border-width: 10px;
    border-style: solid;
    border-color: #f3f3f3 transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50px
}
.review blockquote .reviewer {
    *zoom: 1
}
.review blockquote .reviewer:before,
.review blockquote .reviewer:after {
    content: "";
    display: table
}
.review blockquote .reviewer:after {
    clear: both
}
.review blockquote .reviewer img {
    float: left;
    margin-right: 30px
}
.review blockquote .reviewer .reviewer_name {
    color: #444;
    font-size: 14px;
    font-style: normal
}
.review blockquote .reviewer small {
    font-size: 12px
}
.select2-container>a {
    border-bottom: 1px solid #000 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 5px !important;
    border-radius: 0 !important
}
.select2-drop {
    padding-top: 5px !important;
    border-top: 1px solid #000 !important
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir='rtl'] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
aside.sidebar {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3c3c3c;
    color: #ffffff;
}
aside.sidebar ul li a{color: #ffffff;
}
aside.sidebar .widget .widget_content {
    border-bottom: 1px solid #dedede;
    padding-bottom: 40px
}
.top_footer {
    background: #3c3c3c;
    color: #dcdcdc;
    font-family: "Raleway",
}
.top_footer .widget {
    padding: 0
}
.top_footer .widgets_container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 50px 0
}
.top_footer .widgets_container:last-child {
    border-right: none
}
.top_footer .widget-title {
    color: #7a7a7a
}
.top_footer a {
    color: #dcdcdc
}
.top_footer a:hover {
    color: #a9a9a9
}
.footer_text {
    display: inline-block
}
.bottom_footer {
    padding: 40px 0
}
.bottom_footer p {
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.bottom_footer .col-md-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
    *zoom: 1
}
.bottom_footer .col-md-6:before,
.bottom_footer .col-md-6:after {
    content: "";
    display: table
}
.bottom_footer .col-md-6:after {
    clear: both
}
.bottom_footer .footer-text {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}
.bottom_footer .social_links {
    float: left;
    font-size: 14px
}
.bottom_footer .social_links a {
    margin-right: 20px
}
.bottom_footer .footer_menu {
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media screen and (max-width: 990px) {
    .footer-text,
    .social_links,
    .footer_menu {
        width: 100%;
        padding: 20px 0 !important;
        text-align: center;
        display: block;
        margin-bottom: 0 !important
    }
    .footer-text {
        padding-left: 0 !important
    }
    .footer_menu .inline_nav,
    .footer_menu .filterable_nav {
        text-align: center
    }
}
.content_widget .widget,
footer .widget {
    margin-bottom: 40px
}
.content_widget .widget:last-child,
footer .widget:last-child {
    margin-bottom: 40px
}
.content_widget {
    margin-left: 25px;
    margin-right: 25px
}
.content_widget .widgets_container {
    padding-bottom: 0
}
@media screen and (max-width: 640px) {
    .content_widget {
        margin-bottom: 10px
    }
}
.widget_area .widget {
    padding-left: 25px;
    padding-right: 25px
}
.posts {
    margin-bottom: 50px
}
.section_title.sticky {
    background: #f8f8f8
}
.post {
    border-bottom: 1px solid #3c3c3c;
    padding: 50px 0;
    overflow: hidden
}
.post:first-child {
    padding-top: 0
}
.post .post_details {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    padding-right: 40px;
    word-break: break-word
}
.post .post_details:before,
.post .post_details:after {
    content: "";
    display: table
}
.post .post_details:after {
    clear: both
}
@media screen and (max-width: 990px) {
    .post .post_details {
        padding: 0
    }
}
.post .post_details .author {
    font-size: 10px;
    color: #aaa;
    margin-bottom: 10px;
    display: inline-block
}
.post .post_details .author a {
    color: #aaa
}
.post .post_details .entry-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold
}
.post .post_details .entry-title a {
    color: #3c3c3c;
    word-break: break-all
}
.post .post_details blockquote {
    border-left: none;
    color: #3c3c3c;
    font-size: 20px;
    font-style: italic;
    line-height: 25px;
    text-align: center;
    padding: 0
}
@media screen and (max-width: 480px) {
    .post .post_details blockquote {
        margin: 0
    }
}
.post .post_details blockquote p {
    margin-bottom: 20px
}
.post .post_details blockquote cite {
    display: inline-block;
    font-size: 12px;
    font-style: normal
}
.post .post_thumbnail {
    float: left;
    margin-right: 50px;
    margin-bottom: 30px
}
.post .post_thumbnail img {
    display: inline-block;
    max-width: 300px
}
@media screen and (max-width: 600px) {
    .post .post_thumbnail {
        float: none;
        display: block;
        text-align: center;
        margin: 0 0 20px
    }
}
.post .post_meta {
    text-align: center;
    font-size: 11px;
    display: table
}
@media screen and (max-width: 990px) {
    .post .post_meta {
        display: block;
        margin-top: 20px
    }
}
.post .post_meta span {
    display: block;
    text-align: center;
    color: #aaa
}
.post .post_meta .cat {
    font-weight: 700
}
.post .post_meta .cats {
    margin-bottom: 20px
}
.post .post_meta .category {
    font-weight: 700
}
.post .post_meta .button,
.post .post_meta .post_details .more-link,
.post .post_details .post_meta .more-link,
.post .post_meta .woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs .post .post_meta li,
.post .post_meta .single-product .col-md-7 .add_to_wishlist,
.single-product .col-md-7 .post .post_meta .add_to_wishlist,
.post .post_meta .col2-set .col-1 a.edit,
.col2-set .col-1 .post .post_meta a.edit,
.post .post_meta .col2-set .col-2 a.edit,
.col2-set .col-2 .post .post_meta a.edit,
.post .post_meta .col2-set#customer_login .lost_password a,
.col2-set#customer_login .lost_password .post .post_meta a,
.post .post_meta .vc_read_more {
    font-size: 9px;
    font-weight: normal
}
.post .post_meta .date {
    margin-bottom: 10px;
    color: #aaa
}
.post .icon_post_format {
    font-size: 20px;
    color: #3c3c3c !important;
    margin-bottom: 5px
}
.post .icon_post_format:after {
    content: "\f040"
}
.post.format-standard.sticky {
    background: #f8f8f8
}
.post.format-standard.sticky .post_details {
    padding-left: 30px
}
.post.format-image .icon_post_format:after {
    content: "\f030"
}
.post.format-quote .icon_post_format:after {
    content: "\f10e"
}
.post.format-video .icon_post_format:after {
    content: "\f03d"
}
.post.format-audio .icon_post_format:after {
    content: "\f001"
}
.post.format-sticky .icon_post_format:after {
    content: "\f097"
}
.post.format-standard.sticky .icon_post_format:after {
    content: "\f097"
}
.post.format-link .icon_post_format:after {
    content: "\f08e"
}
.post.format-gallery .icon_post_format:after {
    content: "\f03e"
}
.post.format-status .icon_post_format:after {
    content: "\f0e5"
}
.post.format-chat .icon_post_format:after {
    content: "\f086"
}
.post.format-gallery ul {
    padding: 0;
    list-style: none
}
.post.format-gallery ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center
}
.post.format-gallery ul img {
    display: block;
    width: 100%;
    max-width: 100%
}
.post.format-gallery .flex-control-thumbs {
    list-style: none;
    padding: 0
}
.post.format-gallery .flex-control-thumbs li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding: 5px;
    width: 16.666%
}
.post.format-gallery .flex-control-thumbs img {
    display: block;
    width: 100%;
    max-width: 100%
}
.post.format-gallery .flex-control-thumbs img.flex-active {
    opacity: .7
}
.single .post_meta {
    position: relative;
    text-align: left;
    padding-left: 40px
}
.single .post_meta .icon_post_format {
    position: absolute;
    left: 0;
    top: 5px
}
.single .post_meta .date {
    margin-bottom: 0
}
.single .post_meta span {
    display: inline
}
.single .post-author {
    margin-top: 30px;
    display: table
}
.single .post-author .title {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 30px
}
.single .post-author .author-box {
    position: relative;
    padding-left: 80px
}
.single .post-author .author-box .author-desc.author,
.single .post-author .author-box a {
    color: #555;
    font-size: 12px
}
.single .post-author .author-box .avatar {
    position: absolute;
    left: 0;
    top: 0
}
.single .post_details {
    margin-bottom: 50px
}
.single .post_content {
    padding-bottom: 30px;
    word-break: break-word
}
.single .post_content h1,
.single .post_content h2,
.single .post_content h3,
.single .post_content h4,
.single .post_content h5,
.single .post_content h6 {
    margin-bottom: 20px
}
.page-template-page-templatesarchive-php .cat-archive {
    margin-bottom: 50px
}
.page-template-page-templatesarchive-php .cat-archive.col-md-6 {
    padding-right: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
figure.gallery-item.col-3 img {
    width: 100%;
    max-width: 100%
}
.porto_meta,
.porto_details {
    padding: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.porto_meta {
    padding-right: 25px
}
.porto_meta .post_meta {
    position: relative;
    padding-left: 30px;
    color: #aaa
}
.porto_meta .post_meta .fa {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #3c3c3c
}
.porto_meta .post_meta span {
    display: block
}
@media screen and (max-width: 640px) {
    .porto_meta {
        padding: 50px 50px 0
    }
}
.porto_details {
    padding: 40px 50px 40px 25px
}
@media screen and (max-width: 640px) {
    .porto_details {
        padding: 50px
    }
}
.porto_gallery {
    margin-bottom: 50px
}
.porto_gallery ul.slides {
    list-style: none;
    padding: 0;
    overflow: hidden
}
.porto_gallery ul.slides li {
    float: left
}
.porto_gallery ul.slides li img {
    display: block
}
.porto_gallery .flex-control-paging {
    text-align: center
}
.porto_gallery .flex-control-paging li {
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    cursor: pointer
}
.porto_gallery .flex-control-paging li a {
    border-radius: 50%;
    background: #dedede;
    width: 10px;
    height: 10px;
    display: block;
    text-indent: -999px
}
.porto_gallery .flex-control-paging li a.flex-active {
    background: #bbb
}
.content_inner {
    padding: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media screen and (min-width: 1600px) {
    .content_inner {
        padding-left: 0
    }
}
@media screen and (max-width: 990px) {
    .content_inner {
        padding: 50px 30px
    }
}
.page .entry-title {
    margin-bottom: 20px
}
.search-no-results .page-title {
    font-size: 30px
}
.search-no-results .page-title span {
    font-weight: normal;
    font-style: italic
}
.search-no-results .page-title span:before {
    content: "“"
}
.search-no-results .page-title span:after {
    content: "”"
}
.search-no-results .entry-title {
    font-size: 26px;
    margin-bottom: 20px
}
body.side_menu_active {
    overflow: hidden
}
.side_menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s ease;
    width: 250px;
    padding: 50px 20px;
    background: #3c3c3c;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 999999;
    color: #dadada
}
.side_menu .widget {
    color: white;
    border-bottom: 1px solid #858585;
    padding: 10px;
    margin-bottom: 30px
}
.side_menu .widget .widget-title,
.side_menu .widget .widgettitle,
.side_menu .widget .widget_title {
    padding-top: 30px;
    color: #858585;
    margin-bottom: 20px
}
.side_menu .widget a {
    color: white
}
.off-pushleft {
    left: -250px
}
.off-pushleft.active {
    left: 0
}
.off-pushright {
    right: -250px
}
.off-pushright.active {
    right: 0
}
.push_menu .widgettitle {
    margin: 20px 0 20px
}
.sidemenu_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    cursor: url(../img/close-cursor.gif), e-resize;
    z-index: 9999
}
.woocommerce .form-row label {
    display: block
}
.woocommerce .form-row label.checkbox {
    display: inline
}
.woocommerce .form-row input[type="password"],
.woocommerce .form-row input[type="text"] {
    width: 100%
}
.woocommerce .form-row-last {
    margin-right: 0
}
@media screen and (max-width: 640px) {
    .post_content .woocommerce {
        padding: 0 !important
    }
}
.woocommerce.columns-2 .products li {
    width: 50%
}
@media screen and (max-width: 480px) {
    .woocommerce.columns-2 .products li {
        width: 100%
    }
}
.woocommerce.columns-3 .products li {
    width: 33.3333%
}
@media screen and (max-width: 990px) {
    .woocommerce.columns-3 .products li {
        width: 50%
    }
}
@media screen and (max-width: 480px) {
    .woocommerce.columns-3 .products li {
        width: 100%
    }
}
.woocommerce.columns-4 .products li {
    width: 25%
}
@media screen and (max-width: 990px) {
    .woocommerce.columns-4 .products li {
        width: 50%
    }
}
@media screen and (max-width: 480px) {
    .woocommerce.columns-4 .products li {
        width: 100%
    }
}
.woocommerce.columns-6 .products li {
    width: 16.6667%
}
@media screen and (max-width: 1600px) {
    .woocommerce.columns-6 .products li {
        width: 33.3333%
    }
}
@media screen and (max-width: 990px) {
    .woocommerce.columns-6 .products li {
        width: 50%
    }
}
@media screen and (max-width: 480px) {
    .woocommerce.columns-6 .products li {
        width: 100%
    }
}
.shop_table {
    margin: 0;
    padding: 0;
    border-width: 0
}
.shop_table td,
.shop_table th {
    margin: 0;
    padding: 12px 16px;
    border-width: 0
}
.cart_totals table {
    border-left-width: 0;
    border-right-width: 0
}
.cart_totals table td,
.cart_totals table th {
    border-left-width: 0;
    border-right-width: 0
}
.cart_totals table th {
    background-color: transparent;
    border-bottom: 1px solid #3c3c3c
}
table.variations {
    padding: 0;
    margin: 0;
    border-width: 0
}
table.variations th,
table.variations td {
    padding: 0;
    margin: 0;
    border-width: 0
}
.product_meta .sku_wrapper {
    display: block
}
.product_meta .posted_in {
    display: block
}
.product_meta .tagged_as {
    display: block
}
.woocommerce-message {
    *zoom: 1
}
.woocommerce-message:before,
.woocommerce-message:after {
    content: "";
    display: table
}
.woocommerce-message:after {
    clear: both
}
.woocommerce-message .button,
.woocommerce-message .post .post_details .more-link,
.post .post_details .woocommerce-message .more-link,
.woocommerce-message .woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs .woocommerce-message li,
.woocommerce-message .single-product .col-md-7 .add_to_wishlist,
.single-product .col-md-7 .woocommerce-message .add_to_wishlist,
.woocommerce-message .col2-set .col-1 a.edit,
.col2-set .col-1 .woocommerce-message a.edit,
.woocommerce-message .col2-set .col-2 a.edit,
.col2-set .col-2 .woocommerce-message a.edit,
.woocommerce-message .col2-set#customer_login .lost_password a,
.col2-set#customer_login .lost_password .woocommerce-message a,
.woocommerce-message .vc_read_more {
    float: right
}
.woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.woocommerce-tabs ul.tabs li {
    display: -moz-inline-stack;
    -moz-box-orient: vertical;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1
}
.woocommerce-tabs ul.tabs a {
    display: block;
    padding: 12px
}
.payment_methods.methods {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.payment_methods.methods li {
    padding: 12px 0
}
.stars span {
    background: url("../img/base/star-old.png");
    display: block;
    height: 16px;
    width: 85px;
    position: relative
}
.stars a {
    display: block;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: -999em;
    top: 0;
    left: 0
}
.stars a.active,
.stars a:hover {
    background: url("../img/base/star-old.png") 0 -16px;
    height: 16px
}
.stars .star-1 {
    width: 16px;
    z-index: 10
}
.stars .star-2 {
    width: 32px;
    z-index: 9
}
.stars .star-3 {
    width: 48px;
    z-index: 8
}
.stars .star-4 {
    width: 64px;
    z-index: 7
}
.stars .star-5 {
    width: 80px;
    z-index: 6
}
.star-rating {
    background: url("../img/base/star.png") 0 -16px;
    height: 18px;
    display: block;
    width: 50px;
    text-indent: -9999px
}
.star-rating>span {
    display: block;
    background: url("../img/base/star.png") 0 0;
    display: block;
    height: 16px;
    text-indent: -999em
}
.list_products {
    *zoom: 1;
    padding-left: 0;
    margin: 0
}
.list_products:before,
.list_products:after {
    content: "";
    display: table
}
.list_products:after {
    clear: both
}
.list_products .block {
    overflow: hidden;
    float: left
}
.list_products .product .product_details {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    padding: 30px
}
.product {
    position: relative;
    overflow: hidden;
    display: block
}
.product .onsale {
    position: absolute;
    left: -25px;
    top: 7px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: black;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 30px;
    color: white;
    z-index: 9
}
.product .star-rating {
    margin: 0 auto
}
.product img {
    width: 100%;
    max-width: 100%;
    display: block
}
.product .author {
    margin-bottom: 5px
}
.product .author,
.product .author a {
    color: #aaa;
    font-size: 11px
}
.product h3 {
    font-family: "Merriweather", Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0
}
.product .product_details {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center
}
.product .product_details .product_details_content {
    display: block;
    vertical-align: middle;
    width: 100%;
    top: 50%;
    position: relative;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media screen and (max-width: 768px) {
    .product .product_details .product_details_content {
        top: 0;
        -moz-transform: translateY(15%);
        -ms-transform: translateY(15%);
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }
}
.product .product_details .price,
.product .product_details .cats {
    display: block;
    margin: 0 auto;
	max-width: 150px;
	text-align: center;
}
.product .product_details .cat {
    color: #aaa;
    font-size: 11px
}
.product .product_details .price ins {
    font-size: 24px;
    display: block;
    font-weight: 700;
    text-decoration: none
}
.product .product_details .wish_list,
.product .product_details .add_to_wishlist {
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #df6d2e
}
.add_to_cart_button {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.add_to_cart_button.loading:before {
    content: "\f110";
    margin-right: 10px;
    display: inline-block;
    -webkit-animation: spinbro 2s infinite;
    -moz-animation: spinbro 2s infinite;
    -o-animation: spinbro 2s infinite;
    animation: spinbro 2s infinite
}
.add_to_cart_button.added:before {
    content: "\f00c";
    margin-right: 10px;
    display: inline-block
}
@-webkit-keyframes spinbro {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spinbro {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}
@-ms-keyframes spinbro {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}
@keyframes spinbro {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.added_to_cart {
    display: block
}
.featured_book .product {
    padding: 0 50px 100px 0;
    margin-left: 50px
}
.featured_book .product figure {
    padding-right: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.featured_book .product .product_desc {
    padding-right: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em;
    background: none;
    color: #333;
    font-family: merriweather, georgia, serif;
    text-transform: initial;
    letter-spacing: normal
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt th {
    background: rgba(0, 0, 0, 0.025)
}
.page_info .woocommerce-message {
    display: none
}
.images {
    padding-right: 20px
}
.product_title {
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 30px
}
.price {
    margin-bottom: 5px
}
.price del .amount {
    font-size: 12px;
    color: #888
}
.price .amount {
    font-size: 24px;
    color: #3c3c3c;
    display: block;
    text-decoration: none
}
[itemprop="description"] {
    margin-bottom: 30px
}
[itemprop="description"] .cats {
    margin-bottom: 20px;
    display: inline-block
}
.woocommerce-tabs {
    margin-top: 30px;
    position: relative;
    border-bottom: 1px solid #3c3c3c
}
.woocommerce-tabs .tabs {
    list-style: none;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c
}
.woocommerce-tabs .tabs li {
    -moz-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
    margin-right: 10px
}
.woocommerce-tabs .tabs li a {
    padding: 3px 10px;
    color: white;
    font-size: 9px;
    font-weight: 500
}
.woocommerce-tabs .tabs li.active {
    background: #dedede;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.woocommerce-tabs .tabs li.active a {
    color: #5c5c5c
}
.woocommerce-tabs .panel {
    padding: 50px 0
}
.woocommerce-tabs .panel h1,
.woocommerce-tabs .panel h2,
.woocommerce-tabs .panel h3,
.woocommerce-tabs .panel h4,
.woocommerce-tabs .panel h5,
.woocommerce-tabs .panel h6 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px
}
.related.products {
    padding-top: 30px
}
.related.products h2 {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase
}
.woocommerce-main-image {
    display: block
}
.woocommerce-main-image img {
    display: block
}
.images .caroufredsel_wrapper {
    margin: 10px auto !important
}
.images .thumbnail-carousel {
    position: relative
}
.images .thumbnail-carousel .thumb-nav {
    position: absolute;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.images .thumbnail-carousel .thumb-nav .fa {
    position: relative;
    top: 30%
}
.images .thumbnail-carousel .thumb-nav.prev {
    left: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left 0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(left 0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    background: linear-gradient(to right 0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0))
}
.images .thumbnail-carousel .thumb-nav.prev.disabled {
    display: none !important
}
.images .thumbnail-carousel .thumb-nav.next {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background: -moz-linear-gradient(left 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background: -ms-linear-gradient(left 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background: linear-gradient(to right 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9))
}
.images .thumbnail-carousel .thumb-nav.next.disabled {
    display: none !important
}
.images .thumbnail-carousel:hover .thumb-nav {
    opacity: 1
}
.images .thumbnails {
    overflow: hidden;
    margin-top: 10px;
    width: 100%
}
.images .thumbnails a.zoom {
    float: left;
    display: block;
    margin: 0 5px 10px;
    width: 70px
}
.images .thumbnails a.zoom img {
    display: block;
    width: 100%;
    max-width: 100%
}
.button-action {
    text-align: center
}
.single .product_details {
    padding: 40px 0;
    margin-bottom: 20px
}
.single .product_details h2,
.single .product_details h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px
}
.single .product_details ul {
    list-style: none;
    padding-left: 0
}
.single .product_details .author_box {
    margin-top: 0
}
.woocommerce .cats a {
    color: #aaa;
    font-size: 10px
}
.variations td {
    vertical-align: top
}
.variations .label {
    text-align: right;
    width: 30%;
    padding: 5px 10px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.variations select {
    width: 100%
}
.variations a.reset_variations {
    color: #999;
    font-style: italic;
    margin-top: 10px;
    display: inline-block !important;
    float: right
}
.single_variation_wrap {
    width: 100%;
    *zoom: 1
}
.single_variation_wrap:before,
.single_variation_wrap:after {
    content: "";
    display: table
}
.single_variation_wrap:after {
    clear: both
}
.single_variation_wrap .single_variation,
.single_variation_wrap .variations_button {
    float: left
}
.single_variation_wrap .single_variation {
    padding: 5px 10px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-align: right;
    width: 30%
}
.single_variation_wrap .variations_button {
    width: 70%
}
p.stock {
    float: left;
    margin-right: 20px;
    position: relative;
    top: 5px;
    font-weight: 700
}
.author_details {
    position: relative;
    padding-left: 80px
}
.author_details p {
    color: #555;
    font-size: 12px
}
.author_details .avatar {
    position: absolute;
    left: 0;
    top: 0
}
.woocommerce-page.woocommerce-cart #content .woocommerce {
    padding: 0 50px
}
@media screen and (max-width: 480px) {
    .woocommerce-page.woocommerce-cart #content .woocommerce {
        padding: 0
    }
}
#order_review_heading {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px
}
.shop_table {
    margin-bottom: 50px
}
.shop_table thead th {
    background: #3c3c3c;
    color: white;
    font-weight: 100;
    letter-spacing: 3px;
    font-size: 10px
}
.shop_table tbody tr:nth-child(odd) {
    background-color: #dedede
}
.shop_table tbody tr:last-child {
    background: white
}
.shop_table tbody tr:last-child td {
    background: white
}
.shop_table .product-remove {
    width: 30px
}
.shop_table .product-remove .remove {
    font-size: 24px;
    padding: 10px
}
.shop_table .product-thumbnail {
    width: 80px
}
@media screen and (max-width: 640px) {
    .shop_table .product-thumbnail {
        display: none
    }
}
.shop_table .actions {
    padding: 30px 0;
    text-align: center
}
.shop_table .actions .coupon {
    text-align: left;
    margin: 0
}
.shop_table .actions .coupon label,
.shop_table .actions .coupon input {
    display: inline-block;
    margin: 10px
}
.shop_table .actions .coupon input.input-text {
    margin-right: 10px
}
@media screen and (max-width: 480px) {
    .shop_table .actions .coupon #coupon_code {
        width: 100%;
        margin: 0 0 10px;
        -moz-box-sizing: border-radius;
        -webkit-box-sizing: border-radius;
        box-sizing: border-radius
    }
    .shop_table .actions .coupon input.button,
    .shop_table .actions .coupon .post .post_details input.more-link,
    .post .post_details .shop_table .actions .coupon input.more-link,
    .shop_table .actions .coupon .single-product .col-md-7 input.add_to_wishlist,
    .single-product .col-md-7 .shop_table .actions .coupon input.add_to_wishlist,
    .shop_table .actions .coupon input.vc_read_more {
        margin: 0
    }
}
.shop_table .actions .coupon,
.shop_table .actions input {
    display: inline-block
}
.shop_table .actions input {
    margin: 10px
}
.shop_table .actions input[name="update_cart"] {
    color: #ccc
}
.shop_table tfoot tr {
    border-bottom: 1px solid #dedede
}
.shop_table tfoot th {
    background: none;
    color: #5c5c5c;
    font-family: Merriweather, georgia, serif;
    letter-spacing: normal;
    text-transform: initial
}
.shop_table tfoot td {
    color: #333;
    font-weight: 700
}
@media screen and (max-width: 480px) {
    .shop_table .product-remove,
    .shop_table .product-thumbnail,
    .shop_table .product-price {
        display: none
    }
    .shop_table input.qty.text {
        width: 40px
    }
    .shop_table input.button,
    .shop_table .post .post_details input.more-link,
    .post .post_details .shop_table input.more-link,
    .shop_table .single-product .col-md-7 input.add_to_wishlist,
    .single-product .col-md-7 .shop_table input.add_to_wishlist,
    .shop_table input.vc_read_more {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}
.cart-collaterals {
    width: 40%;
    float: right
}
.cart-collaterals h2 {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px
}
.cart-collaterals .cart_totals {
    margin-bottom: 30px
}
.cart-collaterals .cart_totals th,
.cart-collaterals .cart_totals td {
    border-bottom: 1px solid #e8e8e8 !important
}
.cart-collaterals .cart_totals th {
    color: #3c3c3c;
    font-family: "Merriweather", georgia, serif;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: capitalize
}
.cart-collaterals select {
    width: 100%
}
@media screen and (max-width: 640px) {
    .cart-collaterals {
        float: none;
        width: 100%
    }
}
.payment_methods li {
    border-bottom: 1px solid #dedede
}
.payment_methods li.payment_method_paypal label img {
    height: 50px;
    vertical-align: middle;
    margin: 0 10px
}
.payment_methods a.about_paypal {
    float: right
}
.payment_methods .payment_box {
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #eaeaea
}
.col2-set {
    *zoom: 1
}
.col2-set:before,
.col2-set:after {
    content: "";
    display: table
}
.col2-set:after {
    clear: both
}
.col2-set .col-1,
.col2-set .col-2 {
    float: left;
    width: 50%;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media screen and (max-width: 640px) {
    .col2-set .col-1,
    .col2-set .col-2 {
        float: none;
        width: 100%
    }
}
.col2-set .col-1 .title h3,
.col2-set .col-1 h2,
.col2-set .col-2 .title h3,
.col2-set .col-2 h2 {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    text-transform: uppercase
}
.col2-set .col-1 a.edit,
.col2-set .col-2 a.edit {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px
}
.col2-set#customer_login .col-1,
.col2-set#customer_login .col-2 {
    padding: 100px
}
.col2-set#customer_login .col-1 {
    background-color: #f8f8f8
}
.col2-set#customer_login label {
    width: 200px
}
.col2-set#customer_login h2 {
    margin-bottom: 40px
}
.col2-set#customer_login .form-row.form-row-wide {
    display: table;
    width: 100%
}
.col2-set#customer_login .form-row.form-row-wide label,
.col2-set#customer_login .form-row.form-row-wide input {
    display: table-cell;
    vertical-align: middle
}
.col2-set#customer_login .form-row.form-row-wide label {
    color: #969696;
    font-weight: normal
}
.col2-set#customer_login .form-row.form-row-wide input {
    width: 100%
}
.col2-set#customer_login .form-row-action,
.col2-set#customer_login .lost_password {
    padding-left: 200px;
    margin-bottom: 0
}
.col2-set#customer_login .form-row-action .button,
.col2-set#customer_login .form-row-action .post .post_details .more-link,
.post .post_details .col2-set#customer_login .form-row-action .more-link,
.col2-set#customer_login .form-row-action .woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs .col2-set#customer_login .form-row-action li,
.col2-set#customer_login .form-row-action .single-product .col-md-7 .add_to_wishlist,
.single-product .col-md-7 .col2-set#customer_login .form-row-action .add_to_wishlist,
.col2-set#customer_login .form-row-action .col-1 a.edit,
.col2-set#customer_login .col-1 .form-row-action a.edit,
.col2-set#customer_login .form-row-action .col-2 a.edit,
.col2-set#customer_login .col-2 .form-row-action a.edit,
.col2-set#customer_login .form-row-action .lost_password a,
.col2-set#customer_login .lost_password .form-row-action a,
.col2-set#customer_login .form-row-action .vc_read_more,
.col2-set#customer_login .lost_password .button,
.col2-set#customer_login .lost_password .post .post_details .more-link,
.post .post_details .col2-set#customer_login .lost_password .more-link,
.col2-set#customer_login .lost_password .woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs .col2-set#customer_login .lost_password li,
.col2-set#customer_login .lost_password .single-product .col-md-7 .add_to_wishlist,
.single-product .col-md-7 .col2-set#customer_login .lost_password .add_to_wishlist,
.col2-set#customer_login .lost_password .col-1 a.edit,
.col2-set#customer_login .col-1 .lost_password a.edit,
.col2-set#customer_login .lost_password .col-2 a.edit,
.col2-set#customer_login .col-2 .lost_password a.edit,
.col2-set#customer_login .lost_password a,
.col2-set#customer_login .lost_password .vc_read_more {
    line-height: 18px !important
}
.woocommerce-page .entry-header {
    display: none
}
.woocommerce-account .entry-header {
    display: none
}
.woocommerce-account .content_inner {
    padding: 0 0 50px
}
.woocommerce-account .post_content .woocommerce h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500
}
.woocommerce-account .post_content .woocommerce .myaccount_address {
    margin-bottom: 50px
}
.woocommerce-checkout .col-1 {
    padding-right: 50px
}
.woocommerce-checkout .col-2 {
    padding-left: 50px
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 20px;
    margin: 20px 0
}
.woocommerce-checkout .shop_table .tfoot th {
    background-color: none;
    color: #3c3c3c;
    font-family: "Merriweather", georgia, serif;
    letter-spacing: normal
}
.widget_top_rated_products,
.widget_products {
    position: relative
}
.widget_top_rated_products .product_list_widget li,
.widget_products .product_list_widget li {
    position: relative;
    border-bottom: none;
    padding-top: 0
}
.widget_top_rated_products .product_list_widget li a,
.widget_products .product_list_widget li a {
    font-weight: bold;
    font-size: 11px;
    display: block
}
@media screen and (max-width: 1200px) {
    .widget_top_rated_products .product_list_widget li a,
    .widget_products .product_list_widget li a {
        padding-right: 0
    }
}
.widget_top_rated_products .product_list_widget li a img,
.widget_products .product_list_widget li a img {
    -moz-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    vertical-align: top
}
.widget_top_rated_products .product_list_widget li .star-rating,
.widget_products .product_list_widget li .star-rating {
    position: absolute;
    right: 0;
    top: 5px
}
@media screen and (max-width: 1200px) {
    .widget_top_rated_products .product_list_widget li .star-rating,
    .widget_products .product_list_widget li .star-rating {
        position: static
    }
}
.widget_top_rated_products .product_list_widget li a {
    padding-right: 50px
}
.widget_shopping_cart h3 {
    margin-bottom: 10px
}
.widget_shopping_cart li {
    float: none;
    border-bottom: none
}
.widget_shopping_cart li a {
    color: #5c5c5c;
    font-weight: bold;
    padding: 0;
    font-size: 11px;
    margin-left: 0
}
.widget_shopping_cart li .quantity {
    display: block
}
.widget_shopping_cart li.empty {
    padding: 0
}
.widget_shopping_cart .total {
    background: #df6d2e;
    padding: 10px;
    color: white;
    font-weight: bold;
    margin-bottom: 5px
}
.widget_shopping_cart .total .amount {
    float: right
}
.widget_shopping_cart .buttons a {
    width: 100%;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px
}
.widget_shopping_cart .buttons a.wc-forward {
    border-bottom: 1px solid #df6d2e;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block
}
.widget_shopping_cart .buttons a.checkout {
    border-bottom: none
}
.product_list_widget li {
    position: relative;
    padding-left: 46px;
    min-height: 46px;
    margin-bottom: 8px
}
.product_list_widget li img {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0
}
.widget_shopping_cart .buttons {
    margin: 0
}
.widget_shopping_cart .buttons .button,
.widget_shopping_cart .buttons .post .post_details .more-link,
.post .post_details .widget_shopping_cart .buttons .more-link,
.widget_shopping_cart .buttons .woocommerce-tabs .tabs li,
.woocommerce-tabs .tabs .widget_shopping_cart .buttons li,
.widget_shopping_cart .buttons .single-product .col-md-7 .add_to_wishlist,
.single-product .col-md-7 .widget_shopping_cart .buttons .add_to_wishlist,
.widget_shopping_cart .buttons .col2-set .col-1 a.edit,
.col2-set .col-1 .widget_shopping_cart .buttons a.edit,
.widget_shopping_cart .buttons .col2-set .col-2 a.edit,
.col2-set .col-2 .widget_shopping_cart .buttons a.edit,
.widget_shopping_cart .buttons .col2-set#customer_login .lost_password a,
.col2-set#customer_login .lost_password .widget_shopping_cart .buttons a,
.widget_shopping_cart .buttons .vc_read_more {
    display: block
}
.widget_shopping_cart a.remove {
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: black;
    border-radius: 50%;
    text-align: center
}
.yith-wcwl-add-button {
    position: relative
}
.yith-wcwl-add-button img.ajax-loading {
    position: absolute;
    left: 45%;
    top: 5px
}
.wishlist_list li {
    position: relative
}
.wishlist_list li .product-remove {
    position: absolute;
    top: 0;
    right: 0
}
.wishlist-thumnail {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px
}
.wishlist-thumnail img {
    width: 100%;
    max-width: 100%;
    display: block
}
.whislist-name {
    font-size: 11px;
    font-weight: 700;
    display: table
}
.product_details_content+.button.wcxp-quick-view-button,
.post .post_details .product_details_content+.wcxp-quick-view-button.more-link,
.woocommerce-tabs .tabs .product_details_content+li.wcxp-quick-view-button,
.single-product .col-md-7 .product_details_content+.wcxp-quick-view-button.add_to_wishlist,
.col2-set .col-1 .product_details_content+a.wcxp-quick-view-button.edit,
.col2-set .col-2 .product_details_content+a.wcxp-quick-view-button.edit,
.col2-set#customer_login .lost_password .product_details_content+a.wcxp-quick-view-button,
.product_details_content+.wcxp-quick-view-button.vc_read_more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37px;
    height: 37px;
    padding: 0;
    margin: 0 !important;
    background: url(../img/quickview.png) no-repeat;
    text-indent: -9999px;
    box-shadow: none;
    cursor: pointer
}
.featured-image-holder>a.wcxp-quick-view-button {
    display: none
}
.featured-image-holder>a.wcxp-quick-view-button span {
    display: none
}
.featured-image-holder {
    position: relative
}
.featured-image-holder:hover>a.wcxp-quick-view-button {
    display: block;
    margin: auto !important;
    width: 150px;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    text-align: center
}
body .wpb_content_element,
body ul.wpb_thumbnails-fluid>li,
body .last_toggle_el_margin,
body .wpb_button {
    margin-bottom: 35px
}
.wpb_row {
    margin: 0 !important
}
.wpb_column {
    padding: 0 !important
}
.vc_separator_align_center h4 {
    font-style: italic;
    font-weight: normal
}
.wpb_toggle {
    font-size: 12px !important;
    font-weight: 700 !important;
    position: relative;
    padding: 10px 0 !important;
    cursor: pointer;
    margin-bottom: 0 !important;
    color: #333;
    background-position: right center !important
}
.wpb_toggle_content {
    display: none;
    padding: 20px 0 !important
}
.wpb_teaser_grid_post .post-thumb img,
.vc_carousel_horizontal .post-thumb img {
    width: 100%;
    max-width: 100%
}
.wpb_teaser_grid_post .post-title,
.vc_carousel_horizontal .post-title {
    font-size: 16px;
    margin: 10px 0 20px
}
button.wpb_button {
    font-weight: 700
}
.featured-image-holder>a.wcxp-quick-view-button {
    display: none
}
.featured-image-holder>a.wcxp-quick-view-button span {
    display: none
}
.featured-image-holder {
    position: relative
}
.featured-image-holder:hover>a.wcxp-quick-view-button {
    display: block;
    margin: auto !important;
    width: 100px;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    text-align: center
}

li.active{
	text-decoration: underline;
}