i {
    text-transform: none
}

img {
    border: 0
}

html {
    -webkit-tap-highlight-color: transparent
}

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

header,
nav {
    display: block
}

[hidden] {
    display: none
}

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

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

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

body {
    background-color: #fff
}

img {
    vertical-align: middle
}

input {
    color: inherit;
    font: inherit;
    margin: 0
}

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

html input[disabled] {
    cursor: default
}

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

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

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

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

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

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

html {
    font-size: 10px
}

body {
    margin: 0;
    line-height: 1.42857143
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

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

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

[role=button] {
    cursor: pointer
}

.container {

    width: auto;
    margin: 10px auto 0;
}

@media (min-width: 740px) {
    .container {
        width: auto;
        margin: 0 10px
    }
}

@media (min-width: 980px) {
    .container {
        width: auto;
        margin: 0 20px
    }
}

@media (min-width: 1200px) {
    body:not(.has_skin) .container {
        width: 1200px;
        margin: 0 auto
    }
}

@media (min-width: 2500px) {
    body:not(.has_skin) .container {
        width: 1400px
    }
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

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

i {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

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

.bg_vijesti {
    background-color: #d33d3d !important
}

.bg_biznis {
    background-color: #ef6f3e !important
}

.bg_sport {
    background-color: #55ac53 !important
}

.bg_magazin {
    background-color: #a45091 !important
}

.bg_lifestyle {
    background-color: #e2a600 !important
}

.bg_auto {
    background-color: #487baf !important
}

.bg_scitech {
    background-color: #40afee !important
}

.bg_klix {
    background-color: #aeaeae !important
}

.bg_logo {
    background-color: #2470ac !important
}

.tc_vijesti {
    color: #d33d3d !important
}

.tc_biznis {
    color: #ef6f3e !important
}

.tc_sport {
    color: #55ac53 !important
}

.tc_magazin {
    color: #a45091 !important
}

.tc_lifestyle {
    color: #e2a600 !important
}

.tc_auto {
    color: #487baf !important
}

.tc_scitech {
    color: #40afee !important
}

.tch_vijesti:hover {
    color: #d33d3d !important
}

.tch_biznis:hover {
    color: #ef6f3e !important
}

.tch_sport:hover {
    color: #55ac53 !important
}

.tch_magazin:hover {
    color: #a45091 !important
}

.tch_lifestyle:hover {
    color: #e2a600 !important
}

.tch_auto:hover {
    color: #487baf !important
}

.tch_scitech:hover {
    color: #40afee !important
}

.tch_klix:hover {
    color: #1777bb !important
}


@-webkit-keyframes bounce {

    100%,
    20%,
    53%,
    80%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    100%,
    20%,
    53%,
    80%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-webkit-keyframes flash {

    100%,
    50%,
    from {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    100%,
    50%,
    from {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-webkit-keyframes pulse {

    100%,
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {

    100%,
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@-webkit-keyframes rubberBand {

    100%,
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {

    100%,
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@-webkit-keyframes shake {

    100%,
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    100%,
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
}

@-webkit-keyframes tada {

    100%,
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {

    100%,
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@-webkit-keyframes wobble {

    100%,
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {

    100%,
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@-webkit-keyframes jello {

    100%,
    11.1%,
    from {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {

    100%,
    11.1%,
    from {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@-webkit-keyframes bounceIn {

    100%,
    20%,
    40%,
    60%,
    80%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    100%,
    20%,
    40%,
    60%,
    80%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes bounceInDown {

    100%,
    60%,
    75%,
    90%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    100%,
    60%,
    75%,
    90%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInLeft {

    100%,
    60%,
    75%,
    90%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    100%,
    60%,
    75%,
    90%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInRight {

    100%,
    60%,
    75%,
    90%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    100%,
    60%,
    75%,
    90%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInUp {

    100%,
    60%,
    75%,
    90%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    100%,
    60%,
    75%,
    90%,
    from {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

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

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

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

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

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

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

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

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

@keyframes rollOut {
    from {
        opacity: 1
    }

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

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

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

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

    100% {
        opacity: 0
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

i {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1
}

.icon_ljepotice:before {
    content: "\e90a"
}

.icon_klix:before {
    content: "\e906"
}

.icon_burger:before {
    content: "\e903"
}

.icon_enter:before {
    content: "\e625"
}

.icon_x:before {
    content: "\e622"
}

.icon_chevron_gore:before {
    content: "\e61d"
}

.icon_kursna_lista:before {
    content: "\e613"
}

.icon_chevron_dole:before {
    content: "\e601"
}

.icon_auto:before {
    content: "\e602"
}

.icon_forum:before {
    content: "\e604"
}

.icon_krizaljka:before {
    content: "\e607"
}

.icon_najnovije:before {
    content: "\e60a"
}

.icon_search:before {
    content: "\e60c"
}

.icon_tv:before {
    content: "\e60e"
}

.icon_user:before {
    content: "\e60f"
}

span.icon_x-logo {
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px
}

span.icon_x-logo {
    width: 25px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjZweCIgdmlld0JveD0iMCAwIDI1IDI2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjMgKDEyMDgxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5sb2dvIHBveml0aXY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9Ii0wLjAwMDY0NDQ2NDg1MiUiIHkxPSI1MC4wMDAyNDE5JSIgeDI9Ijk5Ljk5OTgzODklIiB5Mj0iNTAuMDAwMjQxOSUiIGlkPSJsaW5lYXJHcmFkaWVudC0xIj4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzMzMzMzMyIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjM0YzRjNGIiBvZmZzZXQ9IjguMSUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzVCNUI1QiIgb2Zmc2V0PSIzMS4zMSUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzcwNzA3MCIgb2Zmc2V0PSI1NC41MSUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzdDN0M3QyIgb2Zmc2V0PSI3Ny40OSUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzgwODA4MCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8cGF0aCBkPSJNMTMuNjIwMjM1Miw1LjUyMjk3NzQzIEwxOC43Njg4NzQ2LDAuMzcxNDI4NTcxIEwyNC44Njk1NjUyLDYuNDUyNjc5ODYgTDE5LjcwOTU4MTksMTEuNTUwNzEyNiBMMTMuNjIwMjM1Miw1LjUyMjk3NzQzIFogTTEzLjYyNjQzNjMsMTkuOTc0NDM5MiBMMTguNzU2NjUzNiwyNS4xMzMzMzMzIEwyNC44NTcxNDM5LDE5LjA1MjA4MiBMMTkuNzA3ODg3NywxMy45MzgxOTQ3IEwxMy42MjY0MzYzLDE5Ljk3NDQzOTIgWiIgaWQ9InBhdGgtMiI+PC9wYXRoPgogICAgICAgIDxwYXRoIGlkPSJwYXRoLTMiIGQ9Ik02LjE2ODAzNjI4LDI1LjEzMzMzMzMgTDAsMTkuMDExNTQ3IEw2LjQ1MDA4NDEzLDEyLjcxMjI0NTMgTDAuMDI3NTYxMDIzMiw2LjQ1MzY3ODI2IEw2LjE1NTE2MTA2LDAuMzcxNDI4NTcxIEwxOC42NTIxNzM5LDEyLjc0MTk5NzYgTDYuMTY4MDM2MjgsMjUuMTMzMzMzMyBMNi4xNjgwMzYyOCwyNS4xMzMzMzMzIFoiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJOb3ZhLW5hc2xvdm5hIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iV2lkZS0yLUNvcHktMiIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzLjAwMDAwMCwgLTE3LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iU2lkZS1iYXItbWFsaS1Db3B5IiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJiaWplbGkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJsb2dvLXBveml0aXYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzLjAwMDAwMCwgMTcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTaGFwZS1Db3B5LTIiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTEpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIHhsaW5rOmhyZWY9IiNwYXRoLTIiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSJub25lIiB4bGluazpocmVmPSIjcGF0aC0yIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU2hhcGUtQ29weSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9Im5vbmUiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjMUNDQkZCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

* {
    outline: 0
}

body {
    overflow-x: hidden;
    background: #fff;
    font-family: ClanPro-Book;
    font-size: 13px;
    color: #333
}

.btn {
    -khtml-transition: background .1s
}

.pointer {
    cursor: pointer
}

.kocka {
    float: left;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.btn {
    cursor: pointer;
    -moz-transition: background .1s;
    -ms-transition: background .1s;
    -o-transition: background .1s
}

.btn:hover {
    background: #555
}

.btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #555;
    color: #555;
    padding: 1px 10px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: background .1s;
    transition: background .1s;
    opacity: .5
}

.btn i {
    font-size: 10px
}

.btn:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none
}

.klix-input {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-top: 3px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

header,
header .search_box {
    background: #fff;
    width: 100%
}

header {
    outline: 0;
    display: block;
    border-bottom: 1px solid #eee;
    height: 60px;
    -webkit-backface-visibility: hidden;
    z-index: 35;
    padding: 0
}

header .nav_naslov {
    font-family: ClanPro-Medium;
    color: #333;
    cursor: pointer;
    padding-left: 15px;
    display: inline;
    font-size: 15px
}

header .nav_naslov.skriven {
    display: none
}

header .nav_naslov span {
    font-family: ClanPro-Medium;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 5px
}

header .search_box {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08);
    display: none;
    padding: 0;
    top: 50px;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

header .search_box.search_on {
    display: block
}

header .header_container .burger_wrap,
header .header_container nav.skriven {
    display: none
}

header .search_box .lupa {
    font-size: 20px;
    color: #bdbdbd;
    float: left;
    margin: 15px 35px
}

@media (min-width: 1200px) {
    header .search_box .lupa {
        margin-top: 25px
    }
}

@media (max-width: 740px) {
    header .search_box .lupa {
        margin: 15px
    }
}

header .search_box form {
    margin: 0;
    padding: 0
}

header .search_box input#pojam {
    float: left;
    width: 50%;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    height: 30px;
    margin: 10px 0;
    line-height: 30px
}

@media (min-width: 740px) {
    header .search_box input#pojam {
        width: 70%
    }
}

@media (min-width: 1200px) {
    header .search_box input#pojam {
        font-size: 22px;
        margin: 20px 0
    }
}

header .search_box a.submitlink {
    font-size: 20px;
    color: #333;
    margin-right: 20px;
    margin-top: 3px;
    float: right
}

header .search_box a.submitlink:hover {
    text-decoration: none;
    color: #1777bb
}

@media (min-width: 1200px) {
    header .search_box a.submitlink {
        margin-top: 12px
    }

    header .header_container {
        width: 1200px
    }
}

header .header_container {
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative
}

@media (min-width: 2500px) {
    header .header_container {
        width: 1400px
    }
}

header .header_container .burger_wrap a:hover {
    text-decoration: none
}

@media (max-width: 1015px) {
    header .header_container .burger_wrap {
        display: block;
        position: absolute;
        top: 2px;
        left: 15px
    }

    header .header_container .burger_wrap a.burger {
        color: #333;
        padding: 10px;
        margin: 0;
        margin-left: -10px
    }

    header .header_container .burger_wrap a.burger:hover {
        color: #1777bb
    }
}

header .header_container .logo_wrap {
    width: 94px;
    float: left;
    margin: 13px 0 10px 10px;
    height: 30px
}

@media (max-width: 1200px) {
    header .header_container .logo_wrap {
        margin-left: 25px
    }
}

@media (max-width: 1015px) {
    header .header_container .logo_wrap {
        margin: 0 auto;
        border: 0;
        float: none;
        padding-top: 11px;
        width: 67px
    }

    header .header_container .lsep {
        display: none
    }
}

header .header_container .lsep {
    float: left;
    width: 1px;
    height: 40px;
    background: #eee;
    margin-top: 11px
}

header .header_container .buttons_wrap {
    width: 100px;
    position: absolute;
    top: 0;
    right: 10px;
    height: 50px
}

@media (max-width: 739px) {
    header .header_container .buttons_wrap {
        width: 85px;
        right: 0
    }

    header .header_container .buttons_wrap .user-icon {
        padding: 0
    }
}

header .header_container nav {
    float: left
}

@media (min-width: 1200px) {
    header .header_container nav {
        width: 990px
    }
}

@media (min-width: 2500px) {
    header .header_container nav {
        width: 1160px
    }
}

@media (max-width: 1040px) {
    header .header_container nav {
        display: none
    }
    /*header {*/
    /*    display: none !important;*/
    /*}*/
}

header .header_container ul.categories > li {
    height: 60px
}

header .header_container .buttons_wrap .item,
header .header_container nav .item {
    padding: 0 8px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 13px;
    font-family: ClanPro-Book, Arial;
    text-decoration: none
}

@media (max-width: 2499px) {

    header .header_container .buttons_wrap .item,
    header .header_container nav .item {
        padding: 0 8px
    }
}

header .header_container .buttons_wrap .item a,
header .header_container nav .item a {
    color: #333;
    font-size: 15px;
    padding-right: 5px;
}

header .header_container .buttons_wrap .item a:hover,
header .header_container nav .item a:hover {
    text-decoration: none
}

header .header_container .buttons_wrap .item.pretraga-lupa,
header .header_container nav .item.pretraga-lupa {
    padding: 0 0 0 5px;
    font-size: 18px
}

header .header_container .buttons_wrap .item.pretraga-lupa i,
header .header_container nav .item.pretraga-lupa i {
    color: #333;
    margin-right: 0
}

header .header_container .buttons_wrap .item.pretraga-lupa a,
header .header_container nav .item.pretraga-lupa a {
    font-size: 18px
}

header .header_container .buttons_wrap .item.user-icon,
header .header_container nav .item.user-icon {
    font-size: 18px;
    min-width: 40px
}

header .header_container .buttons_wrap .item.user-icon a,
header .header_container nav .item.user-icon a {
    font-size: 18px
}

header .header_container .buttons_wrap .item.user-icon i,
header .header_container nav .item.user-icon i {
    color: #333;
    float: none
}

header .header_container .buttons_wrap .ulsep,
header .header_container nav .ulsep {
    width: 1px;
    height: 40px;
    background-color: #eee;
    margin: 10px;
    float: left
}

header .header_container .buttons_wrap ul,
header .header_container nav ul {
    margin: 0;
    padding: 0;
    float: left;
    height: 60px
}

header .header_container .buttons_wrap ul a,
header .header_container nav ul a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 60px;
    width: 100%
}

header .header_container .buttons_wrap ul.more,
header .header_container nav ul.more {
    display: block
}

header .header_container .buttons_wrap ul.more a,
header .header_container nav ul.more a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 60px;
    width: 100%
}

header .header_container .buttons_wrap ul.more a:hover,
header .header_container nav ul.more a:hover {
    color: #1777bb
}

@media (max-width: 1190px) {

    header .header_container .buttons_wrap ul.more li.li_krizaljka,
    header .header_container nav ul.more li.li_krizaljka {
        display: none
    }
}

@media (max-width: 1090px) {

    header .header_container .buttons_wrap ul.more li.li_forum,
    header .header_container nav ul.more li.li_forum {
        display: none
    }
}

header .header_container .buttons_wrap ul li.li_pocetna .kocka,
header .header_container nav ul li.li_pocetna .kocka {
    background-color: #bdbdbd
}

header .header_container .buttons_wrap ul.action_buttons,
header .header_container nav ul.action_buttons {
    float: right
}

header .header_container .buttons_wrap ul.action_buttons > li > a,
header .header_container nav ul.action_buttons > li > a {
    font-size: 18px;
    color: #444;
    font-weight: 700;
    padding: 0
}

header .header_container .buttons_wrap ul.action_buttons > li > a i,
header .header_container nav ul.action_buttons > li > a i {
    margin: 0;
    color: #333
}

header .header_container .buttons_wrap ul.action_buttons .item,
header .header_container nav ul.action_buttons .item {
    padding: 0
}

header .header_container .buttons_wrap ul.action_buttons .item.user-icon,
header .header_container nav ul.action_buttons .item.user-icon {
    text-align: center
}

header .header_container .buttons_wrap ul.action_buttons ul.nivo1,
header .header_container nav ul.action_buttons ul.nivo1 {
    left: -138px
}

header .header_container .buttons_wrap ul.action_buttons ul.nivo1 .strelica,
header .header_container nav ul.action_buttons ul.nivo1 .strelica {
    left: 146px
}

header .header_container .buttons_wrap ul.action_buttons ul.nivo1 .li_user,
header .header_container nav ul.action_buttons ul.nivo1 .li_user {
    background-color: #40afee
}

header .header_container .buttons_wrap ul.action_buttons ul.nivo1 .li_user .kocka,
header .header_container nav ul.action_buttons ul.nivo1 .li_user .kocka {
    background-color: #fff;
    margin-left: 0;
    margin-top: 14px;
    margin-right: 15px
}

header .header_container .buttons_wrap ul.action_buttons ul.nivo1 li .item,
header .header_container nav ul.action_buttons ul.nivo1 li .item {
    padding-left: 15px;
    position: relative
}

header .header_container .buttons_wrap ul.action_buttons ul.nivo1 li .item:hover,
header .header_container .buttons_wrap ul.action_buttons ul.nivo1 li .item:hover i,
header .header_container nav ul.action_buttons ul.nivo1 li .item:hover,
header .header_container nav ul.action_buttons ul.nivo1 li .item:hover i {
    color: #fff
}

header .header_container .buttons_wrap ul li,
header .header_container nav ul li {
    float: left;
    position: relative;
    margin-top: 0;
    list-style: none
}

header .header_container .buttons_wrap ul li .bbottom,
header .header_container nav ul li .bbottom {
    display: none;
    position: absolute;
    background-color: #eee;
    height: 5px;
    bottom: 0;
    left: 17px;
    right: 4px
}

header .header_container .buttons_wrap ul li > .item .kocka,
header .header_container nav ul li > .item .kocka {
    margin: 25px 10px 0
}

header .header_container .buttons_wrap ul li > .item i,
header .header_container nav ul li > .item i {
    margin-right: 8px;
    color: #aeaeae;
    min-width: 15px;
    line-height: 37px
}

header .header_container .buttons_wrap ul li > .item i.icon_forum,
header .header_container nav ul li > .item i.icon_forum {
    float: left;
    line-height: 60px
}

header .header_container .buttons_wrap ul li > .item i.icon_chevron_dole,
header .header_container .buttons_wrap ul li > .item i.icon_chevron_gore,
header .header_container nav ul li > .item i.icon_chevron_dole,
header .header_container nav ul li > .item i.icon_chevron_gore {
    display: none;
    font-size: 6px;
    margin-left: 10px;
    float: right;
    line-height: 50px;
    width: 40px;
    margin: 0;
    text-align: center;
    cursor: pointer
}

header .header_container .buttons_wrap ul li > .item:hover,
header .header_container .buttons_wrap ul li > .item:hover > i,
header .header_container nav ul li > .item:hover,
header .header_container nav ul li > .item:hover > i {
    color: #1777bb
}

header .header_container .buttons_wrap ul li > ul,
header .header_container nav ul li > ul {
    display: none;
    height: auto
}

header .header_container .buttons_wrap ul li:hover > ul.nivo1,
header .header_container nav ul li:hover > ul.nivo1 {
    display: block
}

header .header_container .buttons_wrap ul li ul.nivo1,
header .header_container nav ul li ul.nivo1 {
    position: absolute;
    background: #3d3d3d;
    padding: 0;
    width: 170px;
    top: 60px;
    left: 17px;
    z-index: 1
}

header .header_container .buttons_wrap ul li ul.nivo1 .strelica,
header .header_container nav ul li ul.nivo1 .strelica {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 7px;
    border-color: transparent transparent #3d3d3d;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 20px
}

header .header_container .buttons_wrap ul li ul.nivo1 li,
header .header_container nav ul li ul.nivo1 li {
    border-bottom: 1px solid #5d5d5d;
    width: 100%;
    z-index: 900
}

header .header_container .buttons_wrap ul li ul.nivo1 li:last-of-type,
header .header_container nav ul li ul.nivo1 li:last-of-type {
    border: 0
}

header .header_container .buttons_wrap ul li ul.nivo1 li .item,
header .header_container nav ul li ul.nivo1 li .item {
    height: 37px;
    line-height: 37px;
    padding-left: 20px
}

header .header_container .buttons_wrap ul li ul.nivo1 li .item a,
header .header_container nav ul li ul.nivo1 li .item a {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 37px;
    width: 100%
}

header .header_container .buttons_wrap ul li ul.nivo1 li .item:hover,
header .header_container nav ul li ul.nivo1 li .item:hover {
    background-color: #5d5d5d
}

header .header_container .buttons_wrap ul li ul.nivo1 li:hover > ul.nivo2,
header .header_container nav ul li ul.nivo1 li:hover > ul.nivo2 {
    display: block
}

header .header_container .buttons_wrap ul li ul.nivo1 li ul.nivo2,
header .header_container nav ul li ul.nivo1 li ul.nivo2 {
    position: absolute;
    left: 170px;
    width: 280px;
    top: 0;
    z-index: 1000;
    background: #393939;
    padding: 0;
    margin: 0
}

@media (max-width: 1015px) {

    header .header_container .buttons_wrap.expanded,
    header .header_container nav.expanded {
        position: fixed;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block;
        background-color: #fff;
        width: 100%;
        top: 70px;
        left: 0;
        bottom: 0;
        box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .2);
        border-top: 1px solid #ccc
    }

    header .header_container .buttons_wrap.expanded ul,
    header .header_container nav.expanded ul {
        float: none;
        clear: both;
        width: 100%;
        height: auto;
        display: block
    }

    header .header_container .buttons_wrap.expanded ul li,
    header .header_container nav.expanded ul li {
        float: none;
        clear: both;
        width: 100%;
        display: block;
        border-bottom: 1px solid #e6e6e6
    }

    header .header_container .buttons_wrap.expanded ul li > .item,
    header .header_container nav.expanded ul li > .item {
        height: 37px;
        line-height: 37px
    }

    header .header_container .buttons_wrap.expanded ul li > .item a,
    header .header_container nav.expanded ul li > .item a {
        color: #333;
        line-height: 37px;
        width: 80%;
        display: inline-block
    }

    header .header_container .buttons_wrap.expanded ul li > .item a:hover,
    header .header_container nav.expanded ul li > .item a:hover {
        color: #1777bb
    }

    header .header_container .buttons_wrap.expanded ul li > .item .kocka,
    header .header_container nav.expanded ul li > .item .kocka {
        margin: 13px 15px 0 10px;
        background-color: #bdbdbd
    }

    header .header_container .buttons_wrap.expanded ul li > .item .icon_chevron_dole,
    header .header_container .buttons_wrap.expanded ul li > .item .icon_chevron_gore,
    header .header_container nav.expanded ul li > .item .icon_chevron_dole,
    header .header_container nav.expanded ul li > .item .icon_chevron_gore {
        display: block;
        float: right;
        line-height: 37px
    }

    header .header_container .buttons_wrap.expanded ul li > .item i,
    header .header_container nav.expanded ul li > .item i {
        display: block;
        line-height: 37px;
        margin-left: 10px;
        float: left
    }

    header .header_container .buttons_wrap.expanded ul li ul.nivo1,
    header .header_container nav.expanded ul li ul.nivo1 {
        position: initial;
        width: 100%;
        display: none
    }

    header .header_container .buttons_wrap.expanded ul li ul.nivo1.visible,
    header .header_container nav.expanded ul li ul.nivo1.visible {
        display: block
    }

    header .header_container .buttons_wrap.expanded ul li ul.nivo1 li .item,
    header .header_container nav.expanded ul li ul.nivo1 li .item {
        padding-left: 43px
    }

    header .header_container .buttons_wrap.expanded ul li ul.nivo1 ul.nivo2,
    header .header_container nav.expanded ul li ul.nivo1 ul.nivo2 {
        display: none;
        position: initial;
        width: 100%;
        background-color: #494949
    }

    header .header_container .buttons_wrap.expanded .ulsep,
    header .header_container .buttons_wrap.expanded ul li .strelica,
    header .header_container nav.expanded .ulsep,
    header .header_container nav.expanded ul li .strelica {
        display: none
    }
}

div.linija {
    background-color: #fff;
    height: 4px;
    font-size: 0;
    width: 100%
}

.program i.title-icon {
    font-size: 16px !important
}

@media screen and (min-width: 562px) and (max-width: 739px) {
    .krizaljka .img {
        margin-left: 25%;
        width: 50%
    }
}

@-webkit-keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

html {
    font-family: sans-serif
}

body {
    margin: 0
}

article,
footer,
header,
nav,
section {
    display: block
}

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: 900
}

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

img {
    border: 0
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

@media print {

    *,
    ::after,
    ::before {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent none repeat scroll 0 0 !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: ""
    }

    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff none repeat scroll 0 0 !important
    }
}


* {
    box-sizing: border-box
}

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

html {
    font-size: 10px
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

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

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

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

a:focus {
    outline: thin dotted;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

p {
    margin: 0 0 10px
}

.small,
small {
    font-size: 85%
}

.text-center {
    text-align: center
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

    .col-sm-11 {
        width: 91.6667%
    }

    .col-sm-10 {
        width: 83.3333%
    }

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

    .col-sm-8 {
        width: 66.6667%
    }

    .col-sm-7 {
        width: 58.3333%
    }

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

    .col-sm-5 {
        width: 41.6667%
    }

    .col-sm-4 {
        width: 33.3333%
    }

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

    .col-sm-2 {
        width: 16.6667%
    }

    .col-sm-1 {
        width: 8.33333%
    }

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

    .col-sm-offset-11 {
        margin-left: 91.6667%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333%
    }

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

    .col-sm-offset-8 {
        margin-left: 66.6667%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333%
    }

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

    .col-sm-offset-5 {
        margin-left: 41.6667%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333%
    }

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

    .col-sm-offset-2 {
        margin-left: 16.6667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

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

@media (min-width: 992px) {

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

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

    .col-md-11 {
        width: 91.6667%
    }

    .col-md-10 {
        width: 83.3333%
    }

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

    .col-md-8 {
        width: 66.6667%
    }

    .col-md-7 {
        width: 58.3333%
    }

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

    .col-md-5 {
        width: 41.6667%
    }

    .col-md-4 {
        width: 33.3333%
    }

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

    .col-md-2 {
        width: 16.6667%
    }

    .col-md-1 {
        width: 8.33333%
    }

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

    .col-md-offset-11 {
        margin-left: 91.6667%
    }

    .col-md-offset-10 {
        margin-left: 83.3333%
    }

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

    .col-md-offset-8 {
        margin-left: 66.6667%
    }

    .col-md-offset-7 {
        margin-left: 58.3333%
    }

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

    .col-md-offset-5 {
        margin-left: 41.6667%
    }

    .col-md-offset-4 {
        margin-left: 33.3333%
    }

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

    .col-md-offset-2 {
        margin-left: 16.6667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

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

@media (min-width: 1200px) {

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

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

    .col-lg-11 {
        width: 91.6667%
    }

    .col-lg-10 {
        width: 83.3333%
    }

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

    .col-lg-8 {
        width: 66.6667%
    }

    .col-lg-7 {
        width: 58.3333%
    }

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

    .col-lg-5 {
        width: 41.6667%
    }

    .col-lg-4 {
        width: 33.3333%
    }

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

    .col-lg-2 {
        width: 16.6667%
    }

    .col-lg-1 {
        width: 8.33333%
    }

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

    .col-lg-offset-11 {
        margin-left: 91.6667%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333%
    }

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

    .col-lg-offset-8 {
        margin-left: 66.6667%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333%
    }

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

    .col-lg-offset-5 {
        margin-left: 41.6667%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333%
    }

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

    .col-lg-offset-2 {
        margin-left: 16.6667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

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

@media not all {

    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        line-height: 34px
    }

    input.input-sm[type=date],
    input.input-sm[type=datetime-local],
    input.input-sm[type=month],
    input.input-sm[type=time] {
        line-height: 30px
    }

    input.input-lg[type=date],
    input.input-lg[type=datetime-local],
    input.input-lg[type=month],
    input.input-lg[type=time] {
        line-height: 46px
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: outside none none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.clearfix::after,
.container::after,
.nav::after,
.row::after {
    clear: both
}

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

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

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

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

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

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

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

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

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

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

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

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

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

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

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

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

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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


.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.fa-search::before {
    content: ""
}

.fa-star::before {
    content: ""
}

.fa-star-o::before {
    content: ""
}

.fa-user::before {
    content: ""
}

.fa-film::before {
    content: ""
}

.fa-th::before {
    content: ""
}

.fa-th-list::before {
    content: ""
}

.fa-times::before {
    content: ""
}

.fa-cog::before {
    content: ""
}

.fa-file-o::before {
    content: ""
}

.fa-repeat::before {
    content: ""
}

.fa-list-alt::before {
    content: ""
}

.fa-tag::before {
    content: ""
}

.fa-font::before {
    content: ""
}

.fa-bold::before {
    content: ""
}

.fa-text-height::before {
    content: ""
}

.fa-text-width::before {
    content: ""
}

.fa-align-left::before {
    content: ""
}

.fa-align-center::before {
    content: ""
}

.fa-align-right::before {
    content: ""
}

.fa-align-justify::before {
    content: ""
}

.fa-list::before {
    content: ""
}

.fa-arrows::before {
    content: ""
}

.fa-stop::before {
    content: ""
}

.fa-chevron-left::before {
    content: ""
}

.fa-chevron-right::before {
    content: ""
}

.fa-ban::before {
    content: ""
}

.fa-gift::before {
    content: ""
}

.fa-eye::before {
    content: ""
}

.fa-random::before {
    content: ""
}

.fa-chevron-up::before {
    content: ""
}

.fa-arrows-v::before {
    content: ""
}

.fa-arrows-h::before {
    content: ""
}

.fa-key::before {
    content: ""
}

.fa-comments::before {
    content: ""
}

.fa-phone::before {
    content: ""
}

.fa-rss::before {
    content: ""
}

.fa-hdd-o::before {
    content: ""
}

.fa-bell::before {
    content: ""
}

.fa-hand-o-right::before {
    content: ""
}

.fa-hand-o-left::before {
    content: ""
}

.fa-hand-o-up::before {
    content: ""
}

.fa-filter::before {
    content: ""
}

.fa-arrows-alt::before {
    content: ""
}

.fa-link::before {
    content: ""
}

.fa-cut::before {
    content: ""
}

.fa-list-ul::before {
    content: ""
}

.fa-list-ol::before {
    content: ""
}

.fa-comments-o::before {
    content: ""
}

.fa-flash::before {
    content: ""
}

.fa-user-md::before {
    content: ""
}

.fa-bell-o::before {
    content: ""
}

.fa-file-text-o::before {
    content: ""
}

.fa-desktop::before {
    content: ""
}

.fa-reply::before {
    content: ""
}

.fa-meh-o::before {
    content: ""
}

.fa-reply-all::before {
    content: ""
}

.fa-info::before {
    content: ""
}

.fa-html5::before {
    content: ""
}

.fa-css3::before {
    content: ""
}

.fa-gbp::before {
    content: ""
}

.fa-usd::before {
    content: ""
}

.fa-inr::before {
    content: ""
}

.fa-cny::before,
.fa-jpy::before,
.fa-rmb::before,
.fa-yen::before {
    content: ""
}

.fa-rub::before {
    content: ""
}

.fa-krw::before,
.fa-won::before {
    content: ""
}

.fa-btc::before {
    content: ""
}

.fa-file::before {
    content: ""
}

.fa-file-text::before {
    content: ""
}

.fa-adn::before {
    content: ""
}

.fa-sun-o::before {
    content: ""
}

.fa-bug::before {
    content: ""
}

.fa-vk::before {
    content: ""
}

.fa-try::before {
    content: ""
}


body {
    overflow-x: hidden;
    margin-top: 0
}

a {
    cursor: pointer
}

a:focus,
a:hover {
    outline: medium;
    text-decoration: none
}

.m-t-25 {
    margin-top: 15px !important
}

.m-t-25 i {
    text-decoration: none;
    font-style: normal
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-8 {
    margin-bottom: 8px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.no-border-top {
    border-top: medium !important
}

.content-box {
    background: #fff none repeat scroll 0 0
}

.content h1 {
    font-family: roboto, sans-serif;
    font-weight: 900;
    margin: 30px 0 16px;
    color: #222;
    font-size: 46px;
    line-height: 46px
}

.content .img-responsive {
    margin: 0 auto 5px
}

.content p {
    font-family: roboto, sans-serif;
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 18px;
    color: #222
}

.content p.pink-text {
    color: #0198bd
}

.content h5 {
    font-family: roboto, sans-serif;
    font-weight: 400;
    color: #222;
    margin: 8px 0 20px;
    font-size: 21px;
    line-height: 28px
}

.content h5.pink-border-bottom {
    color: #666;
    border-bottom: 2px solid #0198bd;
    margin-bottom: 15px
}

.content h4 {
    font-family: roboto, sans-serif;
    font-weight: 900;
    font-size: 21px;
    line-height: 28px;
    color: #222;
    margin: 0 0 5px
}

.content p a {
    color: #0198bd
}

.content p a:focus,
.content p a:hover {
    color: #0198bd
}

.content h3 {
    font-family: roboto, sans-serif;
    font-weight: 900;
    color: #222;
    margin: 26px 0;
    font-size: 26px
}

.content .top-bottom-border {
    width: 100%;
    height: 13px;
    background: transparent none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0
}

@media only screen and (max-width: 767px) {
    .content h1 {
        font-size: 30px
    }
}

.comments {
    background: #fff none repeat scroll 0 0;
    /*padding-bottom: 30px*/
}

.recent {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 20px
}

.recent a,
.recent p {
    font-family: Tahoma;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    color: #3b5998
}

.recent p {
    font-weight: 700
}

.media {
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #e2e2e2
}

.media.border-bottom {
    border-bottom: 1px solid #e2e2e2
}

.media-left img {
    margin-top: 6px
}

.media-body h4 a {
    font-family: Tahoma;
    font-size: 13px;
    color: #3b5998;
    margin: 0 0 5px;
    line-height: 14px;
    font-weight: 700
}

.media-body h4 a:focus,
.media-body h4 a:hover {
    color: #3b5998
}

.media-body p {
    font-family: Tahoma;
    font-size: 12px;
    color: #1a1a1a;
    line-height: 15px;
    margin: 0 0 5px
}

.media-body p.bottom {
    color: #3b5998
}

.media-body p.bottom .like {
    margin-left: 4px;
    margin-right: 8px;
}

.media-body p.bottom .time {
    color: gray;
    border-bottom: 1px dotted gray
}

.comments p.small {
    font-family: Tahoma;
    font-size: 11px;
    color: #3b5998;
    margin: 10px 0
}

.col-md-4 {
    padding-top: 30px
}

body {
    margin: 0;
    padding: 0
}

#popup {
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, .85) none repeat scroll 0 0;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 999
}

#popup img {
    border: 10px solid #fff;
    border-radius: 30px
}

#close {
    right: 23px;
    position: fixed;
    top: 20px;
    text-align: center;
    padding: 3px 2px;
    line-height: 1;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    z-index: 999;
    font-family: inherit;
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer
}

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

body {
    margin: 0
}

article,
footer,
header,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }
}

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

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

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

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

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

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

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

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

img {
    vertical-align: middle
}

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

kbd,
pre {
    font-family: Menlo, Monaco, Consolas, courier new, monospace
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
    text-align: left
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        line-height: 34px
    }

    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

input[type=checkbox][disabled],
input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg {
    height: auto
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active {
    background-image: none
}

.btn-default[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active {
    background-image: none
}

.btn-info[disabled],
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.open > a {
    outline: 0
}

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav > li > a > img {
    max-width: none
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0
}

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

.clearfix:after,
.container:after,
.nav:after,
.row:after {
    clear: both
}

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

.hide {
    display: none !important
}

.show {
    display: block !important
}

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

.hidden {
    display: none !important;
    visibility: hidden !important
}

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

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

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

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

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

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

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

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

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

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

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

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

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

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

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

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

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

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

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

.SL_links {
    color: #1284b8;
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none
}

a.SL_links {
    color: #1284b8;
    font-size: 11px
}

a.SL_links:active {
    color: #1284b8;
    font-size: 11px
}

a.SL_links:hover {
    color: #be3b34
}

.SL_options {
    font-family: Verdana, Sans-serif;
    color: #1284b8;
    font-size: 11px;
    text-decoration: none
}

a.SL_options:link {
    font-family: Verdana, Sans-serif;
    color: #1284b8;
    font-size: 11px;
    text-decoration: none
}

a.SL_options:visited {
    color: #1284b8;
    font-size: 11px;
    text-decoration: none
}

a.SL_options:active {
    color: #1284b8;
    font-size: 11px;
    text-decoration: none
}

a.SL_options:hover {
    color: red;
    font-size: 11px;
    text-decoration: none
}

#SL_body,
#SL_body1,
#SL_body_content {
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    /*background: url(chrome://imtranslator/content/img/util/bg.png)*/
}

#SL_body1 {
    background: #fff
}

#SL_body::-webkit-scrollbar {
    width: 0 !important
}

#SL_h1,
#SL_h2,
#SL_h3,
#SL_h4 {
    color: #1284b8;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .1px
}

#SL_h2 {
    color: #be3b34
}

#SL_h3 {
    font-size: 12px
}

#SL_h4 {
    font-weight: 400
}

#SL_options1,
#SL_options1FF,
#SL_options2,
#SL_options2FF,
#SL_options3,
#SL_options3FF,
#SL_options4,
#SL_options4FF,
#SL_options5,
#SL_options5FF,
#SL_options6FF,
#SL_options7FF,
#SL_options8FF,
#SL_options9FF {
    position: absolute;
    border-top: 1px solid #e2e7fc;
    border-left: 1px solid #e2e7fc;
    border-right: 1px solid #e2e7fc;
    border-botom: 1px solid #fff;
    border-radius: 5px 5px 1px 1px;
    padding: 5px;
    margin-top: 4px;
    margin-left: 0;
    font-size: 11px
}

#SL_options2 {
    margin-left: 194px
}

#SL_options3 {
    margin-left: 290px
}

#SL_options4 {
    margin-left: 400px
}

#SL_options5 {
    margin-left: 87px
}

#SL_options3FF {
    margin-left: 89px
}

#SL_options4FF {
    margin-left: 198px
}

#SL_options1FF {
    margin-left: 297px
}

#SL_options5FF {
    margin-left: 370px
}

#SL_options6FF {
    margin-left: 476px
}

#SL_options9FF {
    margin-left: 545px
}

#SL_options7FF {
    margin-left: 615px
}

#SL_options8FF {
    margin-left: 677px
}

.SL_options-on {
    background: #fff;
    border-bottom: 1px solid #fff
}

.SL_options-off {
    background: #f4f5f5;
    border-bottom: 1px solid #e2e7fc
}

#SL_rtd {
    font-family: Verdana, Sans-serif;
    color: #1284b8;
    font-size: 12px;
    text-decoration: underline
}

#SL_h1,
#SL_h2,
#SL_h3 {
    color: #1284b8;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .1px
}

#SL_h2 {
    color: #be3b34
}

#SL_h3 {
    font-size: 12px
}

.SL_ltr {
    direction: ltr;
    text-align: left;
    font-size: 15px
}

.SL_rtl {
    direction: rtl;
    text-align: right;
    font-size: 15px
}

#SL_translate_container {
    width: 450px;
    text-align: left;
    min-height: 260px
}

#SL_source,
#SL_target {
    width: 400px;
    height: 100px;
    resize: none;
    font-size: 14px;
    font-family: Tahoma, Arial
}

#SL_translate_container {
    padding: 5px
}

#SL_about,
#SL_options,
#SL_tr_history {
    position: absolute;
    margin-left: 411px;
    margin-top: -13px;
    font-size: 11px
}

#SL_tr_history {
    margin-left: 400px
}

.SL_BG,
.SL_BG_op {
    background: #fff;
    margin-left: 4px;
    border: 1px solid #e2e7fc;
    padding: 3px;
    color: #1284b8
}

.SL_BG_op {
    color: #1284b8
}

.SL_footer,
.SL_footer2 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 11px
}

.SL_footer2 {
    font-size: 14px;
    width: 677px;
    border-top: 1px #c8c8c8 solid;
    padding-top: 15px
}

.CL_cel {
    cursor: pointer
}

.SL_small {
    font-size: 10px;
    color: #704e36
}

#SL_H_SEARCH {
    width: 205px;
    height: 16px;
    border-left: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    margin-left: 18px;
    margin-top: 2px
}

#SL_H_SEARCH_DIV {
    border: 1px solid #ccc;
    width: 250px;
    height: 22px;
    border-radius: 5px 5px 5px 5px
}

#SL_History {
    width: 677px
}

.SL_set_history {
    width: 250px;
    border: 1px solid #bab9b5;
    border-radius: 2px 2px 2px 2px;
    /*background: url(chrome://imtranslator/content/img/util/bg.png);*/
    position: absolute;
    margin-top: 12px
}

.SL_History_block {
    background-color: #fff;
    border: 1px solid #bab9b5;
    border-radius: 5px 5px 5px 5px;
    padding: 3px;
    font-size: 10px;
    min-width: 385px;
    word-wrap: break-word;
    width: 98%
}

#SL_History_Form {
    background: #f4f5f5;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 5px 5px 5px 5px;
    width: 260px;
    height: 190px;
    padding: 5px;
    margin-left: 90px;
    box-shadow: 3px 3px 3px #bab9b5;
    z-index: 99999
}

.SL_h_info {
    font-size: 9px;
    color: #1284b8;
    text-align: left
}

.SL_icon {
    margin-top: 5px
}

.SL_h_TD {
    font-size: 13px;
    color: #1284b8;
    text-align: left
}

.SL_SMALL {
    font-size: 10px;
    width: 95%;
    margin-left: 5px;
    margin-top: 17px;
    border-top: 1px solid #cbcbcb
}

#SL_TB {
    width: 96%;
    padding: 3px
}

#SL_button {
    /*background-image: url(chrome://imtranslator/content/img/util/imtranslator-s.png);*/
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -3px;
    margin-left: -3px;
    z-index: 999999
}

#SL_button {
    display: none;
    left: -10000px;
    top: -10000px;
    opacity: .4
}

#SL_lng_from,
#SL_lng_to {
    width: 100px;
    height: 18px;
    font-family: Verdana, Sans-serif;
    color: #000;
    font-size: 11px;
    margin: 0;
    padding: 0
}

.SL_td {
    font-family: Verdana, Sans-serif;
    color: #000;
    font-size: 11px;
    border: 0;
    margin: 0 !important;
    padding: 0 !important
}

.SL_font_on {
    /*background-image: url(chrome://imtranslator/content/img/util/font-on.png)*/
}

.SL_font_off {
    /*background-image: url(chrome://imtranslator/content/img/util/font-off.png)*/
}

.SL_pin_on {
    /*background-image: url(chrome://imtranslator/content/img/util/pin-on.png)*/
}

.SL_pin_off {
    /*background-image: url(chrome://imtranslator/content/img/util/pin-off.png)*/
}

.SL_TH {
    /*background-image: url(chrome://imtranslator/content/img/util/history.png);*/
    width: 16px;
    height: 16px;
    cursor: pointer
}

.SL_font_off,
.SL_font_on,
.SL_pin_off,
.SL_pin_on {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 0 !important
}

#SL_style {
    border: 1px solid #a9a9a9;
    padding: 2px;
    width: 50px
}

.SL_opt {
    height: 18px
}

.SRV {
    width: 200px;
    height: 22px;
    padding-left: 10px;
    font-size: 15px;
    border: 1px solid #a9a9a9
}

#LS_kbd,
#LS_kbd1,
#LS_kbd2,
#LS_kbd3,
#LS_kbd4 {
    width: 200px;
    height: 20px;
    position: absolute;
    font-size: 13px;
    border: 1px solid #bab9b5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 25px #bbb;
    margin-left: 191px;
    margin-top: -37px;
    display: none;
    padding: 7px;
    background: #fff;
    text-align: center
}

#LS_kbd1,
#LS_kbd2,
#LS_kbd3 {
    margin-left: 184px
}

#LS_kbd4 {
    width: 325px;
    margin-left: 35px;
    margin-top: -20px
}

.SL_del,
.SL_del2 {
    position: absolute;
    z-index: 0;
    margin-left: 192px;
    margin-top: -19px;
    width: 13px;
    height: 13px;
    /*background-image: url(chrome://imtranslator/content/img/util/delete2.png);*/
    cursor: pointer
}

.SL_del2 {
    margin-left: 170px
}

#SL_G {
    margin-left: 12px
}

#SL_M {
    margin-left: 90px
}

#SL_P {
    margin-left: 168px
}

#SL_style {
    border: 1px solid #a9a9a9;
    padding: 2px;
    width: 50px
}

#SL_kbd {
    display: none;
    width: 398px;
    height: 20px;
    font-size: 13px;
    border: 1px solid #666;
    border-radius: 3px 3px 3px 3px;
    padding: 7px;
    background: #fff;
    text-align: center
}

#SL_content {
    margin-left: 30px;
    width: 800px
}

#SL_content2 {
    margin-left: 30px;
    width: 670px
}

#SL_TTL_block {
    width: 665px;
    overflow: hidden;
    border-bottom: 1px solid #c8c8c8;
    height: 35px;
    margin-top: 20px
}

#SL_ttl,
#SL_ttl2 {
    color: #1284b8;
    font-size: 25px;
    width: 43%;
    float: left;
    font-weight: 400
}

#SL_ttl2 {
    width: 100%
}

#SL_info,
#SL_info:hover {
    cursor: pointer;
    /*background-image: url(chrome://imtranslator/content/img/util/info-off.png);*/
    width: 24px;
    height: 24px
}

#SL_info:hover {
    /*background-image: url(chrome://imtranslator/content/img/util/info-on.png)*/
}

#SL_body_content {
    overflow-y: auto;
    overflow-x: auto
}

.SL_sub_ttl {
    color: #1284b8;
    font-size: 16px;
    font-weight: 400
}

.TH_LEFT,
.TH_LEFT_RED,
.TH_RIGHT,
.TH_RIGHT_RED {
    float: right;
    margin-top: -5px;
    width: 95%;
    font-size: 15px;
    line-height: 20px
}

.TH_LEFT,
.TH_LEFT_RED {
    float: left
}

.TH_LEFT_RED {
    margin-left: 5px;
    color: red
}

.TH_RIGHT_RED {
    margin-right: 10px;
    color: red
}

#SL_status2 {
    position: fixed;
    margin-top: -20px;
    margin-left: -135px;
    z-index: 9999
}

.SL_about {
    font-size: 15px;
    text-decoration: none
}

a.SL_about {
    color: #1284b8;
    font-size: 15px
}

a.SL_about:active {
    color: #1284b8;
    font-size: 15px
}

a.SL_about:hover {
    color: #be3b34
}

#SL_LOC {
    height: 24px;
    width: 75px
}

.SRC {
    font-size: 16px
}

.TTS1,
.TTS2,
._V {
    /*background-image: url(chrome://imtranslator/content/img/util/tts.png);*/
    width: 16px;
    height: 16px;
    margin-left: 2px;
    cursor: pointer
}

#_AL,
#_AL2,
#_AR,
#_AR2,
#_FL,
#_FL2,
#_FR,
#_FR2,
#_V,
#_V2,
#_X,
#_X2,
#_XL,
#_XL2,
#_XR,
#_XR2,
#_XRT,
#_XRT2,
#_Y,
#_Y2 {
    font-family: Verdana, Sans-serif;
    font-size: 13px
}

#_FL,
#_FL2,
#_FR,
#_FR2 {
    font-weight: 700
}

#_A,
#_A2 {
    overflow: auto;
    width: 100%;
    border-top: 1px dotted #eee
}

#_AL,
#_AL2 {
    padding: 2px;
    margin-top: 2px;
    width: 40%;
    float: left
}

#_AR,
#_AR2 {
    padding: 2px;
    float: right;
    width: 55%;
    border-left: 1px dotted #eee
}

._V {
    /*background: url(chrome://imtranslator/content/img/util/tts.png);*/
    width: 16px;
    height: 16px;
    margin-left: 2px;
    cursor: pointer
}

#_X,
#_X2 {
    overflow: auto;
    max-width: 120%;
    scrolling: none
}

#_XL,
#_XL2 {
    width: 25px;
    float: left;
    scrolling: none
}

#_XR,
#_XR2,
#_XRT,
#_XRT2 {
    width: 77%;
    float: left;
    scrolling: none
}

#_XRT,
#_XRT2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px
}

#_Y,
#_Y2 {
    font-weight: 700
}

#SL_lng_from,
#_X,
#_X2,
#_XL,
#_XL2,
#_XR,
#_XR2,
#_XRT,
#_XRT2,
#_Y,
#_Y2 {
    font-family: Verdana, Sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #000
}

#_XRT,
#_XRT2,
#_Y,
#_Y2 {
    direction: ltr;
    text-align: left;
    margin-left: 5px
}

.SL_TAB,
.SL_TAB_OFF {
    border-radius: 5px 5px 0 0;
    background: #fff;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    height: 13px;
    border-top: 1px solid #e2e7fc;
    border-left: 1px solid #e2e7fc;
    border-right: 1px solid #e2e7fc;
    border-bottom: 0;
    text-align: center;
    cursor: pointer;
    color: #1284b8
}

.SL_TAB_OFF {
    border-bottom: 1px solid #e2e7fc;
    background-image: url(../images/bg2.png);
    height: 12px
}

.TTS2 {
    transform: scaleX(-1);
    width: 16px
}

#_FL {
    width: 20px;
    float: right;
    margin-left: 5px
}

article,
footer,
header,
nav,
section {
    display: block
}

#top.fn {
    padding: 0 0 10px;
    border-top: 4px solid #c20017;
    top: -56px;
    background: #036
}

#top.fn > div {
    margin: 0 auto
}

#top.fn .logo,
#top.fn .search a,
#top.fn .social li a {
    background: url(../hdr-sprite.html) no-repeat
}

#top.fn .logo {
    display: block
}

#top.fn .logo {
    width: 192px;
    height: 32px;
    margin: 0 26px 0 0;
    float: left;
    text-indent: -9999px
}

.header h3,
.logo,
.wrapper > ul li {
    display: inline-block
}

#top.fn .int {
    position: relative;
    float: right
}

#top.fn .search {
    display: inline-block;
    position: relative;
    right: 0;
    vertical-align: top
}

img {
    border: 0
}

input[type=submit],
input[type=text] {
    -webkit-appearance: none !important;
    border-radius: 0 !important
}

#top.fn .int .search input[type=text] {
    transition: all .2s linear;
    border: 0
}

#top.fn .search input[type=text] {
    width: 0;
    height: 40px;
    padding: 0 16px;
    opacity: 0;
    color: #222;
    font-size: 16px
}

#top.fn .search input[type=text]:focus {
    outline: 0
}

#top.fn .social {
    width: 124px;
    margin: 0 0 0 26px;
    position: absolute;
    top: 0;
    right: 0
}

ol,
ul {
    font-size: 0;
    list-style: none
}

li {
    font-size: 12px
}

#top.fn .social li {
    margin: 0 0 0 2px;
    display: inline-block;
    vertical-align: top
}

#top.fn .social li:first-child {
    margin: 0
}

article,
body,
br,
dd,
div,
dl,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
li,
mark,
nav,
ol,
p,
section,
td,
th,
time,
ul {
    margin: 0;
    padding: 0;
    background: 0
}

article,
footer,
header,
nav,
section {
    display: block
}

#doc {
    max-width: 972px
}

ol,
ul {
    font-size: 0;
    list-style: none
}

li {
    font-size: 12px
}

#top.fn .int .search input[type=text] {
    transition: all .2s linear;
    border: 0
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.title {
    font-size: 18px;
    color: #16387c;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -1px;
    cursor: pointer !important
}


.my-button1 {
    background-color: #d20f26;
    border-color: #ccc;
    color: #fff;
    padding: 7px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 10px;
    font-weight: 700
}

.my-button:hover {
    color: #fff;
    text-decoration: none
}

.my-button1:hover {
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width: 1180px) {
    #a10 {
        display: none
    }
}

@media only screen and (max-width: 1120px) {
    #a9 {
        display: none
    }
}

@media only screen and (max-width: 1060px) {
    #a8 {
        display: none
    }
}

@media only screen and (max-width: 1000px) {
    #a7 {
        display: none
    }
}

@media only screen and (max-width: 920px) {
    #a6 {
        display: none
    }
}

@media only screen and (max-width: 860px) {
    #a5 {
        display: none
    }
}

@media only screen and (max-width: 800px) {
    #a4 {
        display: none
    }
}

@media only screen and (max-width: 740px) {
    #a3 {
        display: none
    }
}

@media only screen and (max-width: 680px) {
    #a2 {
        display: none
    }

    .product-left {
        float: none;
        width: 100%
    }

    .product-right {
        float: none;
        width: 100%
    }

    .product-left img {
        max-width: 100%;
        margin: auto;
        display: block
    }
}

@media only screen and (max-width: 620px) {
    #a1 {
        display: none
    }
}

@media only screen and (max-width: 400px) {
    #c1 {
        padding-left: 11px
    }
}

@media only screen and (max-width: 310px) {
    #b1 {
        display: none
    }
}

a,
a:hover {
    color: #00f
}

body {
    margin: 0 auto !important;
    padding: 0;
    font-family: sans-serif
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.btn_submit_mpc_v3,
.text2_mpb_v2 {
    text-decoration: none
}

.header_mph_v5 {
    padding: 52px 0;
    box-shadow: 1px 1px 4px 0 #ccc;
    height: 64px;
    color: #bb0d00;
    margin: 0 auto
}

.text1_mpb_v2,
.text2_mpb_v2 {
    color: #000;
    font-weight: 700;
    font-family: Century;
    text-align: left
}

.wpmn_mpb_v2 {
    padding: 20px
}

.wpmn_mpb_v2 p {
    margin: 10px auto !important
}

.text1_mpb_v2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 auto
}

.text2_mpb_v2,
.txt1_mpb_v2 {
    font-size: 22px;
    line-height: 1
}

.text2_mpb_v2 {
    margin: 10px 0;
    padding: 0
}

.txt1_mpb_v2 {
    font-family: Times New Roman;
    font-style: italic;
    text-align: right;
    padding-left: 40px;
    color: #606060;
    margin: 26px 10px
}

.txt2_mpb_v2 {
    text-indent: 20px;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: Helvetica Neue, Arial, verdana, Sans-Serif;
    text-align: justify
}

.image_mpb_v2 img {
    width: 100%
}

.icon1_mpb_v2,
.icon2_mpb_v2,
.icon3_mpb_v2,
.icon4_mpb_v2 {
    padding: 5px;
    width: 25%
}

.image_mpb_v2 {
    margin: 0 auto;
    text-align: center;
    max-width: 800px
}

.icon1_mpb_v2 {
    background-color: #16a085
}

.icon2_mpb_v2 {
    background-color: #c0392b
}

.icon3_mpb_v2 {
    background-color: #2980b9
}

.icon4_mpb_v2 {
    background-color: #f39c12
}

.bottom_mpb_v2 {
    color: #7f7f7f;
    text-align: right;
    font-family: Arial, Sans-Serif;
    margin: 10px auto
}

.special,
.special p {
    text-align: center
}

.btm_mpb_v2 {
    color: #000
}

.border_mpb_v2 {
    border-bottom: 25px solid #000;
    margin: 10px auto
}

@media screen and (min-width: 240px) and (max-width: 309px) {
    .text1_mpb_v2 {
        font-size: 21px;
        line-height: normal
    }

    .txt1_mpb_v2 {
        margin: 15px auto;
        font-size: 18px
    }

    .txt2_mpb_v2 {
        font-size: 16px;
        line-height: normal
    }

    .icon1_mpb_v2,
    .icon2_mpb_v2,
    .icon3_mpb_v2,
    .icon4_mpb_v2 {
        width: 20%
    }

    .bottom_mpb_v2 {
        font-size: 11px
    }
}

@media screen and (min-width: 310px) and (max-width: 440px) {
    .text1_mpb_v2 {
        font-size: 25px;
        line-height: normal
    }

    .txt1_mpb_v2 {
        margin: 15px auto;
        font-size: 20px
    }

    .bottom_mpb_v2,
    .txt2_mpb_v2 {
        font-size: 14px
    }
}

#comments-list_mpc_v3 {
    max-width: 960px;
    width: 100%
}

.btn_submit_mpc_v3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

ol,
ul {
    padding: 0
}

#comments-list_mpc_v3 {
    height: 30px;
    border-bottom: solid 3px #5275bc;
    margin-top: 30px
}

#comments-list_mpc_v3 span {
    float: left;
    display: block;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    font-size: 18px
}

form {
    max-width: 500px;
    width: 100%
}

.form__mpc_v3 {
    overflow: hidden;
    max-width: 960px;
    width: 100%
}

.form__mpc_v3 input {
    display: block !important;
    padding: 5px 8px !important;
    margin-bottom: 8px !important
}

.form__mpc_v3 input {
    max-width: 210px;
    width: 100%
}

.btn_submit_mpc_v3 {
    color: #fff;
    font-size: 18px;
    padding: 5px;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 5px;
    max-width: 125px;
    border: 1px solid #fc692d;
    webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #fc510c), color-stop(1, #c13e09));
    background: -moz-linear-gradient(center top, #fc510c 5%, #c13e09 100%);
    background-color: #fc510c;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    cursor: pointer
}

.btn_submit_mpc_v3:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #c13e09), color-stop(1, #fc510c));
    background: -moz-linear-gradient(center top, #c13e09 5%, #fc510c 100%);
    background-color: #fc0
}

.imgs_mpc_v3 {
    max-width: 300px;
    width: 100%
}

p,
pre {
    margin: 1em 0
}

#cta-popup {
    padding-bottom: 80px
}

.kom-date {
    font-size: 12px;
    color: #b7b7b7
}

.red {
    color: red
}

.bold {
    font-weight: 700
}

.special {
    background: #efeeee;
    padding: 30px
}

.fs20 {
    font-size: 25px
}

@media (max-width: 530px) {
    .header_mph_v5 {
        padding: 20px 0
    }

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

    .wpmn_mpb_v2 {
        padding: 20px 10px
    }
}

@media (max-width: 400px) {
    .special {
        padding: 30px 10px
    }
}

#cta-popup {
    display: block;
    margin-bottom: 30px
}

.text-link {
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.center {
    margin: auto
}

.inner_input_height {
    height: 40px;
    font-size: 16pt
}

.item-gift {
    display: block;
    margin: 20px 0;
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #efb214;
    text-shadow: 1px 1px 1px #0000008c
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.form_container {
    display: block;
    position: relative;
    margin-bottom: 15px
}

.form_container {
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-align: center
}

.icon {
    position: absolute;
    bottom: 0;
    left: 11px
}

.icon_user {
    background: url(../images/name.png) 0 0 no-repeat;
    height: 22px;
    width: 22px
}

input.input__inner.input__inner_1 {
    width: 96%;
    padding: 8px 0 8px 8px
}

.input__inner {
    width: 96%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c1c0c0;
    outline: 0;
    padding: 5px 0 5px 8px;
    background: #fff
}

.inner_input_height {
    height: 40px;
    font-size: 16pt
}

.icon_phone {
    background: url(../images/phone.png) 0 0 no-repeat;
    height: 22px;
    width: 22px
}

.icon_phone {
    display: none
}

.form_btn {
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background: #efb214;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    height: 55px;
    padding-bottom: 7px;
    padding-top: 7px;
    transition: background .3s
}

.form_btn:hover {
    background: #061b98
}

.form_btn1 {
    font-weight: 500;
    font-size: 28px;
    height: 55px;
    color: #fff;
    text-align: center;
    background: #efb214;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    padding-bottom: 13px;
    padding-top: 13px
}

p.pb-12 {
    padding-bottom: 12px
}

.is-invalid {
    border-color: #dc3545;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.is-valid {
    border-color: #28a745;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}


.glue_popup {
    height: 450px;
    max-width: 700px;
    box-shadow: 0px 0px 7px #4a4a4a;
    -moz-box-shadow: 0px 0px 7px #4a4a4a;
    -webkit-box-shadow: 0px 0px 7px #4a4a4a;
    background: #fff;
    -webkit-animation: zoomin 0.4s;
    animation: zoomin 0.4s;
    border-radius: 5px;
    border: 3px solid rgba(0, 51, 102, .99);
    display: none;
    z-index: 1000;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100%;
    height: unset !important;
    padding: 10px 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*向左向上分别平移自身的一半*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.glue_popup * {
    font-family: "Roboto Slab";
}


.glue_close {
    cursor: pointer;
    position: relative;
    top: 0px;
    left: 0px;
    float: right;
    font-family: Arial;
    font-size: 17px;
    /*background-color: #dfdfdf;*/
    color: #4c4c4c;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    /*box-shadow: 0px 0px 3px #4d4d4d;
            -moz-box-shadow: 0px 0px 3px #4d4d4d;
            -webkit-box-shadow: 0px 0px 3px #4d4d4d;*/
    border-radius: 0px 5px 0px 5px;
}

.glue_content {
    padding: 20px;
}

.product-left {
    float: left;
    width: 40%;
}

.product-left a {
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
}

.glue_popup img {
    max-height: 450px;
    width: 100%;
}

.product-right {
    float: right;
    width: 60%;
}

.product-right h1 {
    font-size: 38px;
    text-align: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.73);
    /*font-family: 'Open Sans Condensed', sans-serif;*/
}

.product-right p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 160%;
    font-size: 20px;
    letter-spacing: normal;
    padding: 0 10px;
    margin-top: 60px;
}

.offerbox1,
.offerbox2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.offerbox1 a.cta,
.offerbox2 a.cta {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    /*background: rgb(255,48,25);
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top,rgba(255,48,25,1) 0%,rgba(191,3,3,1) 100%);
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,48,25,1)),color-stop(100%,rgba(191,3,3,1)));
                background: -webkit-linear-gradient(top,rgba(255,48,25,1) 0%,rgba(191,3,3,1) 100%);
                background: -o-linear-gradient(top,rgba(255,48,25,1) 0%,rgba(191,3,3,1) 100%);
                background: -ms-linear-gradient(top,rgba(255,48,25,1) 0%,rgba(191,3,3,1) 100%);
                background: linear-gradient(to bottom,rgba(255,48,25,1) 0%,rgba(191,3,3,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019',endColorstr='#bf0303',GradientType=0);
                border: 3px #AD0303 solid;*/
    color: #ffffff;
    padding: 14px 25px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 5px 0;
    text-shadow: 0 1px 0 #000000;
    /*text-transform: uppercase;*/
    background-color: #1b4e81;
    margin: 0 10px;
}

.eORIek {
    width: 1em;
    height: 1em;
    animation: 0.85s linear 0s infinite normal none running kwWELU;
}

.offerbox1 {
    text-align: center;
    margin-top: 40px;
}

.last_txt {
    margin-top: 10px;
}

@media (max-width: 767px) {

    .offerbox1 a.cta,
    .offerbox2 a.cta {
        font-size: 12px;
        padding: 7px 2px;
        margin: 0 5px;
        letter-spacing: normal;
    }

    .offerbox1 {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .product-right h1 {
        font-size: 21px;
    }

    .product-right p {
        margin-top: 10px;
        font-size: 14px;
    }

    #bottombar * {
        font-size: 14px;
    }

    .footer_left,
    .expire-text {
        line-height: 40px;
    }

    .public-DraftStyleDefault-block {
        padding-left: 11px;
        font-size: 14px;
    }
}


@keyframes zoomin {

    0% {
        opacity: 0.1;
    }

    40% {
        opacity: .4;
    }

    50% {
        opacity: .5;
    }

    60% {
        opacity: .6;
    }

    70% {
        opacity: .7;
    }

    80% {
        opacity: .8;
    }

    90% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }
}


.custom-social-proof {
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 9999999999999 !important;
}

.custom-social-proof .custom-notification {
    width: 320px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-social-proof .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 80px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 75px;
    width: 45px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
    vertical-align: middle;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: 0.8;
}

div#bottombar {
    position: fixed;
    bottom: 0;
    /* left: 0; right: 0; */
    height: 80px;
    background: #036;
    /*padding: 5px;*/
    font-size: 20px;
}

#bottombar * {
    font-family: "Roboto Slab";
}

.footer_left,
.footer_right {
    flex: 1;
    text-align: center;
    line-height: 80px;
}

.btn_click_here {
    text-align: center;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    overflow-wrap: break-word;
    /*box-sizing: border-box;*/
    font-size: 16px;
    font-weight: 700;
    color: #036;
    font-style: normal;
    line-height: 1;
    width: 60%;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    /*background-color: rgb(0, 50, 104);*/
    text-decoration: none;
    padding: 10px 15px;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 3px;
}

.expire-text {
    font-weight: bold;
    font: Arial;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    letter-spacing: 2px;
}

h1.article-header {
    font-size: 47px;
    line-height: 47px;
    padding: 0;
    margin: 0 auto 24px auto;
    max-width: 992px;
    margin-top: 40px;
}

@media screen and (max-width: 600px) {
    h1.article-header {
        font-size: 30px;
        line-height: 36px;
        font-weight: 900;
        letter-spacing: -1.2px;
        padding: 0 16px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

/*#region footer */
.wisepops-root {
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-animation: zoomin 0.5s;
    animation: zoomin 0.5s;
}

.wisepops-root .cqRQEn {
    z-index: 1;
    pointer-events: auto;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 1px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(51, 51, 51) 0px 0px 0px 0px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: rgb(94, 94, 100);
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    border-color: rgb(237, 237, 237);
    border-width: 1px;
    border-radius: 0px;
    transition: all 0.5s ease 0s;
    transform: translate(0px, 0px);
    opacity: 1;
}

.wisepops-root .fyqUCv {
    position: absolute;
    z-index: 200;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

.wisepops-root .fkNnGr {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    overflow: auto;
    flex: 1 1 auto;
    border-radius: 0px;
}

.wisepops-root .boVWwO {
    display: flex;
    box-sizing: border-box;
    position: relative;
    padding: 0px 20px;
    overflow: hidden;
    flex: 1 0 auto;
}

.wisepops-root .hCwzes {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex: 1 1 auto;
}

.wisepops-root .boVWwO > div:last-child {
    margin-bottom: 0px;
}

.wisepops-root .iELQYj {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 0;
    padding: 0px;
    flex: 0 1 23%;
    max-width: 20%;
}

.wisepops-root .dHHjmv {
    position: relative;
    width: 1px;
    z-index: 1;
    user-select: none;
    -webkit-user-drag: none;
    flex: 0 0 auto;
}

.wisepops-root .eqAvkZ {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: transparent;
    max-width: 39%;
    z-index: 0;
    padding: 0px;
    flex: 0 1 39%;
}

.wisepops-root .iLzdUP {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    background-image: none;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.wisepops-root .iELQYj > div.wisepops-blocks-wrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 1px;
    flex: 1 0 auto;
}

.wisepops-root .eqAvkZ > div.wisepops-blocks-wrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 1px;
    flex: 1 0 auto;
}

.wisepops-root .kfTgQJ {
    position: relative;
    min-height: 1px;
    transition: opacity 300ms ease 0s;
}

.wisepops-root .iDjiZL {
    width: 100%;
    text-align: center;
}

.wisepops-root .iDjiZL div {
    line-height: 0;
}

.wisepops-root .dHHjmv {
    position: relative;
    width: 1px;
    z-index: 1;
    user-select: none;
    -webkit-user-drag: none;
    flex: 0 0 auto;
}

.wisepops-root .iCgeZS {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: transparent;
    max-width: 38%;
    z-index: 0;
    padding: 0px;
    flex: 0 1 38%;
}

.wisepops-root .iLzdUP {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    background-image: none;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.wisepops-root .iCgeZS > div.wisepops-blocks-wrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 1px;
    flex: 1 0 auto;
}

.wisepops-root .cKRjAS {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.wisepops-root .VEpXU {
    width: 100%;
    height: auto;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    overflow: hidden;
}

.wisepops-root .euvGbb {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.wisepops-root .jUBOSE {
    max-width: 100%;
    height: auto;
    position: relative;
    left: 0%;
    top: 0%;
    flex: 0 0 auto;
}

.wisepops-root .OWGeE {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
}

.wisepops-root .gSggUM {
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-style: normal;
    line-height: 1;
    width: 60%;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: rgb(0, 50, 104);
    text-decoration: none;
    padding: 16px 20px;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 4px;
}

.wisepops-root .eORIek {
    width: 1em;
    height: 1em;
    animation: 0.85s linear 0s infinite normal none running kwWELU;
}

.timer_txt {
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.78);
    background-color: transparent;
    font-family: Roboto Slab;
}

.public-DraftStyleDefault-block {
    padding-left: 11px;
    font-size: 20px;
}


/* NEW CSS FOR HEADER  */
nav ul li a:hover {
    color: white !important;
    background: #d33d3d !important;
}

.buttons_wrap ul li a:hover {
    color: white !important;
    background: #d33d3d !important;
}

/* NEW CSS FOR TIMER */
.clock-time {
    background: red;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.media-heading a:hover {
    text-decoration: none;
}

.name-link {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.name-link:hover {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
