div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f00
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #f00;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    margin-left: 0.5em
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg)
}

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0
}

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2)
}

.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@-webkit-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

@-moz-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: rev-ani-mouse 2.5s linear infinite;
    -moz-animation: rev-ani-mouse 2.5s linear infinite;
    animation: rev-ani-mouse 2.5s linear infinite
}

.rev-scroll-btn.revs-dark {
    border-color: #333
}

.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3;
    background-color: rgba(255, 255, 255, 0.75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3B5998
}

.rev-sbutton-lightblue {
    background-color: #00A0D1
}

.rev-sbutton-red {
    background-color: #DD4B39
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0px
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0px !important;
    height: 5px
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../images/coloredbg.html) repeat
}

.tp-caption.slidelink a span {
    background: url(../images/coloredbg.html) repeat
}

.tp-shape {
    width: 100%;
    height: 100%
}

.tp-caption .rs-starring {
    display: inline-block
}

.tp-caption .rs-starring .star-rating {
    float: none
}

.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important;
    display: inline-block;
    vertical-align: top
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star
}

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.tp-caption .rs-starring star-rating span,
.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    font-size: 1em !important;
    font-family: star
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background: url(../images/loader.gif) no-repeat center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner5 {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #f00;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0)
    }

    40% {
        transform: scale(1.0)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

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

@-webkit-keyframes tp-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0.0)
    }

    50% {
        transform: scale(1.0)
    }
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0px;
    left: 0px
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff
}

.tp-bannertimer {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    height: 5px
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows:hover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4)
}

.hglayerinfo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0px;
    peft: 0px;
    z-index: 0
}

/*
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    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
}

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

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

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

    thead {
        display: table-header-group
    }

    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
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !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: rgba(0, 0, 0, 0)
}

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

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

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

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

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

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

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

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

[role=button] {
    cursor: pointer
}

.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
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.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-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.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
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

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
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.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>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px)and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-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
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

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

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-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
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

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

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

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

    table.visible-xs {
        display: table
    }

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

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

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

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

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

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

    table.visible-sm {
        display: table
    }

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

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

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

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

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

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

    table.visible-md {
        display: table
    }

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

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

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

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

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

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

    table.visible-lg {
        display: table
    }

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

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

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

    table.visible-print {
        display: table
    }

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

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

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

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

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

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

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

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

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

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox_sprite.html')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.html') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.html');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.html')
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancybox_sprite%402x.html');
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url('../images/fancybox_loading%402x.html');
        background-size: 24px 24px
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

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

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0
}

.bypostauthor>article .fn:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}

.wp-caption-text {
    margin-top: 10px
}

.btn-primary {
    color: #839bb8;
    border: 2px solid #839bb8;
    background-color: transparent;
    border-radius: 0
}

.btn-primary:active:focus {
    outline: none
}

input[type=submit]:hover {
    background-color: #10c45c;
    color: #fff;
    border-color: #10c45c;
    box-shadow: none
}

.post-password-form input[type="submit"],
.form-submit .submit,
.button,
.btn-default {
    display: inline-block;
    min-width: 135px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    padding: 12.5px 15px;
    color: #fff;
    border: 2px solid #48a7d4;
    border: 0;
    background-color: #48a7d4;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    outline: none !important
}

.post-password-form input[type="submit"] .link-title,
.form-submit .submit .link-title,
.button .link-title,
.btn-default .link-title {
    font-size: 14px;
    text-transform: uppercase
}

.button,
.btn.btn-default,
.textwidget .btn {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    z-index: 30
}

.button:after,
.btn.btn-default:after,
.textwidget .btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: -100%;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1
}

.button:hover,
.btn.btn-default:hover,
.textwidget .btn:hover {
    border-color: #fff;
    color: #fff;
    background-color: #48a7d4
}

.button:hover:after,
.btn.btn-default:hover:after,
.textwidget .btn:hover:after {
    left: 0
}

.textwidget .btn:active,
.textwidget .btn:focus,
.form-submit .submit:active,
.form-submit .submit:focus,
.button:focus,
.button:active,
.btn-default:active,
.btn-default:focus {
    background-color: #48a7d4;
    color: #fff;
    border-color: #48a7d4;
    box-shadow: none;
    text-decoration: none !important
}

.btn-default:active:focus {
    outline: none
}

.btn-sm {
    min-width: 106px;
    padding: 7px 10px
}

.btn-sm .link-title {
    font-size: 12px;
    text-transform: none
}

.btn-carousel-control {
    position: relative;
    float: left;
    width: 35px;
    height: 36px;
    vertical-align: top;
    text-align: center;
    line-height: 32px;
    color: #eab830;
    border: 2px solid #eab830;
    text-decoration: none !important;
    overflow: hidden
}

.btn-carousel-control i {
    position: relative;
    font-size: 14px;
    z-index: 11
}

.btn-carousel-control:hover {
    text-decoration: none;
    color: #fff
}

.btn-carousel-control:focus {
    color: #fff
}

.btn-carousel-control:active {
    color: #fff
}

.btn-carousel-control.simple_carousel_prev:after {
    right: -100%
}

.btn-carousel-control.simple_carousel_prev:hover:after {
    right: 0
}

.btn-carousel-control.simple_carousel_next:after {
    left: -100%
}

.btn-carousel-control.simple_carousel_next:hover:after {
    left: 0
}

.btn-carousel-control.simple_carousel_next:focus:after {
    left: 0%
}

.btn-carousel-control.simple_carousel_prev:focus:after {
    right: 0%
}

.btn-carousel-control:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    background-color: #eab830
}

.icon-btn {
    display: inline-block;
    position: relative;
    padding-left: 46px;
    border: 2px solid transparent;
    text-decoration: none !important
}

.icon-btn .icon_in_btn {
    position: absolute;
    padding: 0 23px;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    border-right: 2px solid transparent
}

.icon-btn .icon_in_btn:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-btn .link-title {
    display: block;
    padding: 8.5px 14.5px;
    min-width: 144px;
    line-height: 1.66666666;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.icon-btn:hover .link-title {
    text-decoration: none
}

.tp-caption {
    -webkit-transform: translateZ(0)
}

.tp-caption .icon-btn {
    border-color: #fff;
    color: #fff
}

.tp-caption .icon-btn:hover {
    border-color: #eab830
}

.tp-caption .icon-btn:hover .icon_in_btn {
    color: #eab830;
    border-color: #eab830
}

.tp-caption .icon-btn:hover .link-title {
    background-color: #eab830;
    color: #fff
}

.tp-caption .icon_in_btn {
    border-color: #fff
}

.tp-caption .link-title {
    background-color: #fff;
    color: #555
}

.see_more a {
    position: relative;
    display: inline-block;
    margin: 0;
    min-width: 135px;
    padding: 14px 20px;
    border: 2px solid #eab830;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden
}

.see_more a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: -100%;
    background-color: #eab830;
    z-index: -1
}

.see_more a:hover {
    color: #fff
}

.see_more a:hover:after {
    left: 0
}

.btn-no-icon .link-title {
    background-color: transparent !important
}

.post-password-form input[type=submit] {
    position: relative;
    top: -1px;
    padding: 11.5px 15px;
    vertical-align: bottom
}

textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.stm_sign_up_form .form-control {
    border-radius: 0;
    border: 2px solid #eee;
    background: #eee;
    box-shadow: none !important
}

textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
.select2-search__field,
.select2-search input.select2-input,
.form-control {
    display: block;
    padding: 6px 12px !important;
    height: 45px;
    line-height: 1.42857143;
    border-radius: 0;
    border: 1px solid #f0f2f5;
    background: #fff;
    box-shadow: none !important;
    color: #555
}

textarea.error,
input[type=text].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=tel].error,
.select2-search__field.error,
.select2-search input.select2-input.error,
.form-control.error {
    border-color: #f13e3e
}

.select2-search__field {
    border: 2px solid #f0f2f5 !important
}

.select2-search input.select2-input {
    height: 44px !important
}

textarea,
textarea.form-control {
    min-height: 130px;
    width: 100%;
    max-width: 100% !important
}

.stm_sign_up_form .form-control:active,
.stm_sign_up_form .form-control:focus {
    border-color: #48a7d4;
    background: #fff
}

textarea:active,
textarea:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=tel]:active,
input[type=tel]:focus,
.select2-search input.select2-input:active,
.select2-search input.select2-input:focus,
.select2-search__field:active,
.select2-search__field:focus,
.form-control:active,
.form-control:focus {
    background-color: #fff;
    border-color: #f0f2f5;
    outline: none
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

.wpcf7-response-output {
    margin: 15px auto !important
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #e1e2e4
}

.select2-container .select2-selection--single {
    height: 45px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #B9B9B9;
    line-height: 45px;
    padding: 0 48px 0 15px
}

.select2-container .select2-choice,
.select2-container--default .select2-selection--single {
    outline: none !important
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    width: 48px
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    line-height: 45px;
    text-align: center
}

.select2-container .select2-choice .select2-arrow b:after,
.select2-container .select2-choice .select2-selection__arrow b:after,
.select2-container--default .select2-selection--single .select2-arrow b:after,
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 0;
    text-align: center;
    color: #AB2423;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border: 0
}

.select2-dropdown-open .select2-choice .select2-selection__arrow b:after,
.select2-dropdown-open .select2-choice .select2-arrow b:after,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after,
.select2-container--default.select2-container--open .select2-selection--single .select2-arrow b:after {
    content: "\f077"
}

.select2-dropdown {
    border-color: #e1e2e4;
    border-radius: 0
}

.select2-container .select2-choice {
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    color: #555;
    border-color: #e1e2e4;
    font-weight: 700
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 51px;
    color: #555
}

.select2-container.select2-drop-above .select2-choice {
    border-radius: 0
}

.select2-drop.select2-drop-active {
    border-color: #e1e2e4;
    border-radius: 0
}

.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #e1e2e4
}

.select2-results {
    padding: 4px 0;
    background-color: #fff
}

.select2-results .select2-highlighted {
    border-radius: 0;
    background-color: #5897fb;
    color: #fff
}

.custom-border textarea,
.custom-border input[type=text],
.custom-border input[type=email],
.custom-border input[type=number],
.custom-border input[type=password],
.custom-border input[type=tel],
.custom-border .select2-search__field,
.custom-border .select2-search input.select2-input,
.custom-border .form-control {
    border-color: #e1e2e4;
    background-color: transparent
}

.custom-border textarea:active,
.custom-border input[type=text]:active,
.custom-border input[type=email]:active,
.custom-border input[type=number]:active,
.custom-border input[type=password]:active,
.custom-border input[type=tel]:active,
.custom-border .select2-search__field:active,
.custom-border .select2-search input.select2-input:active,
.custom-border .form-control:active {
    border-color: #eab830
}

.custom-border textarea:focus,
.custom-border input[type=text]:focus,
.custom-border input[type=email]:focus,
.custom-border input[type=number]:focus,
.custom-border input[type=password]:focus,
.custom-border input[type=tel]:focus,
.custom-border .select2-search__field:focus,
.custom-border .select2-search input.select2-input:focus,
.custom-border .form-control:focus {
    border-color: #eab830
}

#wrapper {
    position: relative;
    background-color: #fff;
    z-index: 16
}

#wrapper #main {
    min-height: 450px;
    position: relative;
    padding-bottom: 10px;
    z-index: 15;
    overflow: hidden
}

body.stm_locked #footer {
    z-index: initial
}

.container {
    width: auto;
    max-width: 1200px
}

html {
    min-height: 100%;
    position: relative;
    overflow-y: scroll;
    font-size: 100%
}

.display_inline_block {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.panel-group .panel.panel-default {
    border-radius: 0;
    border: 1px solid #e1e2e4
}

.panel-group .panel.panel-default>.panel-heading {
    padding: 0;
    background-color: #fff
}

.panel-group .panel.panel-default>.panel-heading a {
    display: block;
    padding: 14px 0
}

.panel-group .panel.panel-default>.panel-heading:hover {
    background-color: #f0f2f5;
    cursor: pointer
}

.panel-group .panel.panel-default>.panel-heading:hover .title {
    color: #457992
}

.panel-group .panel.panel-default.panel-collapsed {
    background-color: #f0f2f5
}

.panel-group .panel.panel-default.panel-collapsed .panel-heading {
    background-color: #f0f2f5
}

.panel-group .panel.panel-default .panel-body {
    border-top: 0 !important
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0
}

.modal-dialog {
    padding: 50px 0;
    z-index: 1051
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 4px;
    overflow: hidden
}

.modal-content label {
    font-weight: 400
}

.modal-backdrop.in {
    opacity: 1
}

.modal-backdrop {
    background: rgba(28, 28, 28, 0.88)
}

.modal .popup_title {
    position: relative;
    background: #eab830;
    padding: 30px 100px 30px 30px;
    font-size: 28px;
    color: #fff
}

.modal .popup_title h4 {
    font-weight: 700;
    margin: 10px 0 0;
    color: #fff
}

.modal .close_popup {
    position: absolute;
    right: 30px;
    top: 26px;
    width: 33px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 4px;
    cursor: pointer
}

.modal .close_popup:hover {
    background: #fff;
    border-color: #fff;
    color: #e85555
}

.modal .popup_content {
    position: relative;
    padding: 20px 30px;
    background: #fff
}

.modal .popup_content .alert-success {
    margin: 10px 0;
    color: #10c45c
}

.modal .loading {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 20px;
    visibility: hidden
}

.modal-open {
    padding-right: 0 !important
}

.modal-open #wrapper {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px)
}

.modal {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    opacity: 0
}

.modal.in {
    opacity: 1
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.6)
}

.gallery {
    margin-bottom: 20px;
    margin-left: -4px
}

.gallery:after {
    content: "";
    display: table;
    clear: both
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(21%);
    max-width: calc(21%)
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(16%);
    max-width: calc(16%)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(12.7%);
    max-width: calc(12.7%)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(10.28%);
    max-width: calc(10.28%)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(8.5%);
    max-width: calc(8.5%)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(7.1%);
    max-width: calc(7.1%)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

ul.slides {
    padding: 0;
    list-style: none;
    margin: 0 -15px
}

ul.slides li {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 24.7%
}

table {
    width: 100%;
    margin-bottom: 15px
}

table tr {
    border: 1px solid #ccc
}

table td,
table th {
    padding: 5px 10px
}

dl {
    margin: 0 20px
}

dt {
    font-weight: bold
}

dd {
    margin: 0 0 20px
}

iframe,
embed {
    max-width: 100%
}

ul>li>ul>li ul {
    margin-bottom: 8px
}

body {
    line-height: 22px
}

h1,
.h1 {
    font-weight: 700
}

h2,
.h2 {
    font-weight: 700;
    line-height: 1
}

h3,
.h3 {
    font-weight: 700
}

h4,
.h4 {
    letter-spacing: -0.2px
}

h5,
.h5 {
    font-weight: 700
}

a {
    color: #48a7d4
}

a:hover {
    text-decoration: none;
    color: #eab830
}

ul {
    padding-left: 20px
}

ul li {
    margin-bottom: 8px
}

ul li a {
    color: #555;
    font-size: 13px
}

ul li a:hover {
    color: #AB2423
}

ol {
    padding-left: 20px;
    margin-bottom: 25px
}

ol li {
    margin-bottom: 8px
}

ol li a {
    color: #555;
    font-size: 12px
}

ol li a:hover {
    color: #eab830
}

p {
    margin-bottom: 15px
}

blockquote {
    position: relative;
    padding: 14px 37px;
    padding-right: 35px;
    margin: 52px 0 47px;
    border-left: 3px solid #eab830
}

blockquote:before,
blockquote:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: 10;
    left: 0;
    background-color: #e1e2e4
}

blockquote:before {
    top: -24px
}

blockquote:after {
    bottom: -23px
}

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

select {
    max-width: 100%
}

.mg-bt-20 {
    margin-bottom: 20px
}

.mg-bt-10 {
    margin-bottom: 10px
}

label,
.label {
    padding: 0;
    margin: 0;
    margin-bottom: 1px;
    color: #aaa
}

label.h3,
label.h4,
label.h5,
label.h6,
.label.h3,
.label.h4,
.label.h5,
.label.h6 {
    color: #aaa
}

.vc_custom_heading.no-margin-top>* {
    margin-top: 0
}

legend {
    border-bottom: 0
}

#header {
    z-index: 30
}

.header_top_bar a {
    font-weight: 600
}

.header_top_bar {
    width: 100%;
    color: #aaa;
    font-weight: 600;
    z-index: 21
}

.header_top_bar .language-switcher-unit {
    position: relative;
    margin: 13px 0 13px;
    line-height: 1;
    z-index: 25
}

.header_top_bar .language-switcher-unit .stm_current_language.dropdown_toggle:hover {
    cursor: pointer
}

.header_top_bar .language-switcher-unit .stm_current_language.dropdown_toggle .fa {
    margin-left: 6px;
    font-size: 12px
}

.header_top_bar .header_login_url {
    margin: 11px 0 12px 0px;
    line-height: 1
}

.header_top_bar .header_login_url a {
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none !important;
    line-height: 1
}

.header_top_bar .header_login_url a:hover {
    color: #fff
}

.header_top_bar .header_login_url a.logout-link {
    margin-top: 0px
}

.header_top_bar .header_login_url .fa {
    position: relative;
    top: 1px;
    margin-right: 10px
}

.header_top_bar .header_login_url .fa.fa-user {
    font-size: 14px
}

.header_top_bar .header_top_bar_socs {
    margin: 12px 0 12px 40px;
    line-height: 1
}

.header_top_bar .header_top_bar_socs.reversed {
    margin: 12px 10px 12px 0
}

.header_top_bar .header_top_bar_socs ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header_top_bar .header_top_bar_socs ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 0
}

.header_top_bar .header_top_bar_socs ul li a .fa {
    font-size: 14px
}

.header_top_bar .header_top_bar_socs ul li a:hover {
    color: #fff
}

.header_top_bar .header_top_bar_socs ul li:last-child {
    margin-right: 0
}

.header_top_bar .top_bar_info {
    list-style: none;
    padding: 0;
    margin: 11px 0 12px
}

.header_top_bar .top_bar_info li {
    float: right;
    margin-left: 33px;
    margin-bottom: 0;
    line-height: 14px
}

.header_top_bar .top_bar_info li .fa {
    font-size: 14px;
    margin-right: 5px
}

.header_top_bar .top_bar_info li .fa.fa-phone {
    position: relative;
    top: 1px
}

.header_top_bar .top_bar_info li:last-child {
    margin-left: 0
}

.header_default {
    z-index: 21
}

#header.scrolling {
    z-index: initial
}

#header.sticky_header .header_default.fixed,
.menubg.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0px !important;
    background-color: #AB2423;
    z-index: 32;
    opacity: 1;
    -webkit-transform: translateZ(0)
}

#header.sticky_header .header_default.fixed .header-menu>li,
.menubg.fixed .header-menu>li {
    margin-bottom: 0
}

#header.sticky_header .header_default.fixed .header-menu>li>a,
.menubg.fixed .header-menu>li>a {
    color: #fff
}

#header.sticky_header .header_default.fixed:after,
.menubg.fixed:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    z-index: 10;
    bottom: -3px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1)
}

.header_main_menu_wrapper.fixed {
    margin-top: 9px
}

.header_main_menu_wrapper .header-menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 -14px
}

.header_main_menu_wrapper .header-menu>li {
    position: relative;
    float: left;
    padding: 0 13px;
    z-index: 20;
    margin: 0px;
}

.header_main_menu_wrapper .header-menu>li:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 35px;
    z-index: 10;
    bottom: -30px;
    left: 0;
    display: none
}

.header_main_menu_wrapper .header-menu>li>a {
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 13px;
    color:whitesmoke;
    text-decoration: none !important;
    font-weight: 600;
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu {
    visibility: hidden;
    width: 225px;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 20px 0 0 -20px;
    padding: 10px 0 10px 0;
    background-color: #CA4342;
    list-style: none;
    opacity: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    z-index: 10;
    top: 0;
    left: 0;
    background: #B62A29
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li {
    margin-bottom: 5px;
    position: relative
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li a {
    display: block;
    position: relative;
    padding: 6px 22px 6px 34px;
    font-size: 13px;
    font-weight: 400;
    z-index: 15;
    color: #fff;
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li a:hover {
    background: #AB2423;
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li.menu-item-has-children a:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 7px;
    z-index: 10;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 10px;
    right: 25px;
    font-size: 14px;
    content: "\f105"
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li:last-child {
    margin-bottom: 0
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    margin-left: 0
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li>.sub-menu {
    visibility: hidden;
    position: absolute;
    left: 100%;
    margin-left: 15px;
    top: -10px;
    width: 185px;
    padding: 12px 0 15px;
    margin-top: 0px;
    background-color: #fff;
    list-style: none;
    opacity: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: -1
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li>.sub-menu li {
    margin-bottom: 10px
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li>.sub-menu li:last-child {
    margin-bottom: 0
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li>.sub-menu li a {
    display: block;
    padding: 3px 25px 3px 15px
}

.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li>.sub-menu li a:after {
    content: '';
    display: none
}

.header_main_menu_wrapper .header-menu>li:hover:before {
    display: block
}

.header_main_menu_wrapper .header-menu>li:hover>ul.sub-menu {
    margin-top: 0px;
    visibility: visible;
    opacity: 1
}

.transparent_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

.transparent_header .header_default {
    background: url(../images/sspsimg/header.jpg);
}

.transparent_header_off {
    position: relative;
    padding-bottom: 0
}

.transparent_header_off .header_default {
    min-height: 109px;
    padding: 28px 0 25px;
    background-color: #fff
}

.transparent_header_off .header_default:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    z-index: 10;
    bottom: -3px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1)
}

.transparent_header_off .header_default .menubg.fixed {
    min-height: inherit
}

.transparent_header_off .header_main_menu_wrapper {
    margin-top: 9px
}

.transparent_header_off .header_main_menu_wrapper ul>li>a {
    color: #333;
    font-weight: 700
}

.transparent_header_off .header_main_menu_wrapper ul>li>ul.sub-menu>li a {
    display: block
}

.transparent_header_off .header_main_menu_wrapper ul>li>ul.sub-menu>li a:hover {
    color: #eab830
}

.logo-unit a:hover {
    text-decoration: none
}

.logo-unit .logo {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff
}

.logo-unit .logo.img-logo img {
    max-width: 500px
}

#searchform .search-input {
    padding: 20px 75px 20px 25px !important;
    margin: 0;
    height: 67px;
    line-height: 67px;
    font-size: 20px;
    color: #5f5f5f;
    border: 0;
    border-color: transparent;
    width: 100%;
    border-radius: 5px
}

#searchform .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 67px;
    width: 70px;
    background-color: #eab830;
    border: 0;
    font-size: 24px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

#searchform .search-wrapper {
    position: relative
}

#searchModal .modal-body {
    padding: 0
}

#searchModal .modal-content {
    box-shadow: none !important;
    background-color: transparent
}

#searchModal .modal-dialog {
    padding-top: 18%
}

.search-title {
    margin-bottom: 18px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

.search-toggler {
    display: block;
    position: relative;
    padding: 4px 8.5px;
    margin-left: 33px;
    background-color: transparent;
    border: 3px solid #eab830;
    color: #eab830;
    overflow: hidden
}

.search-toggler:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: -100%;
    top: 0;
    background-color: #eab830;
    z-index: 0
}

.search-toggler .fa {
    position: relative;
    z-index: 2
}

.search-toggler:hover {
    cursor: pointer;
    color: #fff;
    border-color: #eab830
}

.search-toggler:hover:after {
    left: 0
}

.search-toggler:focus {
    outline: none
}

.search-toggler:active {
    outline: none
}

.navbar-toggle {
    float: right;
    display: block;
    padding: 6px 0 1px 1px;
    margin: 0;
    border-radius: 0
}

.navbar-toggle:hover .icon-bar {
    /* background-color: #fff !important; */
}

.navbar-toggle .icon-bar {
    width: 29px;
    height: 4px;
    background-color: #eab830;
    border-radius: 5px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #eb2727;
}

.entry-header {
    padding: 50px 0 50px
}

.entry-header .entry-title {
    text-align: center
}

.entry-header .entry-title h1 {
    margin-bottom: 10px;
    text-transform: uppercase
}

.entry-header .entry-title .sub_title {
    margin: 0
}

.entry-header .entry-title .stm_colored_separator {
    margin-top: 23px
}

.entry-header.tag-header {
    background-color: #457992
}

.entry-header.tag-header .entry-title h1 {
    color: #fff
}

.fixed_invisible_top {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: -100%;
    opacity: 0
}

.mobile-search {
    margin-top: 3px
}

.mobile-search>#searchform {
    margin-left: 0
}

.mobile-search .search-toggler {
    margin-left: 0
}

.magic_line {
    position: absolute;
    visibility: hidden;
    left: 15px;
    width: 100%;
    margin-bottom: -9px;
    bottom: -14px;
    height: 3px;
    background-color: #eab830;
    z-index: 18;
    opacity: 0;
    display: none;
}

.magic_line:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 10;
    top: -3px;
    left: 50%;
    margin-left: -3px;
    border-style: solid;
    border-width: 0 3px 3px 3px;
    border-color: transparent transparent #eab830 transparent
}

.magic_line.line_visible {
    visibility: visible;
    margin-bottom: 0;
    opacity: 0.9
}

.lang_dropdown_menu li:last-child {
    margin-bottom: 0
}

.dp-in {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.yellow {
    color: #fdc735
}

.orange {
    color: #fd7635
}

.st_experts hr {
    margin: 10px 0
}

.st_experts.experts_list {
    margin-bottom: 30px
}

.st_experts .media {
    padding: 29px;
    border: 1px solid #e0e5eb
}

.st_experts .media .media-body {
    width: inherit
}

.st_experts .expert-media {
    width: 155px;
    padding-right: 26px
}

.st_experts .expert-media img {
    margin-bottom: 11px
}

.st_experts .expert_inner_title_link:hover .expert_inner_title {
    color: #48a7d4
}

.st_experts .expert_inner_title {
    margin-top: 0;
    font-size: 18px
}

.st_experts .expert_certified .orange {
    text-transform: uppercase
}

.st_experts .expert_job {
    text-transform: uppercase;
    color: #b8bfc9;
    font-size: 12px
}

.st_experts .expert_excerpt p {
    margin-bottom: 15px
}

.st_experts .expert_socials {
    margin: 0
}

.st_experts .expert_socials .fa {
    color: #fff
}

.st_experts .expert_socials a {
    position: relative;
    display: block;
    margin-bottom: 11px;
    float: left;
    width: 32.25px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    z-index: 5
}

.st_experts .expert_socials a.expert-social-facebook {
    background-color: #3684e3
}

.st_experts .expert_socials a.expert-social-twitter {
    background-color: #53c8ff
}

.st_experts .expert_socials a.expert-social-google-plus {
    background-color: #dd4b39
}

.st_experts .expert_socials a.expert-social-linkedin {
    background-color: #2437ab
}

.st_experts .expert_socials a.expert-social-youtube-play {
    background-color: #b00
}

.st_experts .expert_socials a:hover {
    margin-top: -11px;
    height: 43px;
    z-index: 6
}

.experts_control_bar_top {
    margin-bottom: 25px
}

.simple_carousel_prev {
    margin-left: 15px;
    border-right-width: 1px
}

.simple_carousel_prev i {
    font-size: 14px;
    text-indent: -1px
}

.simple_carousel_next {
    border-left-width: 1px
}

.simple_carousel_next i {
    font-size: 14px;
    text-indent: 1px
}

.experts_carousel_unit {
    margin: 0 -15px
}

.experts_control_bar {
    margin-top: 25px
}

.testimonials_control_bar {
    margin-top: 20px
}

.testimonials-carousel-unit {
    margin: 0 -15px
}

.testimonials-carousel-unit .media-left {
    padding-right: 15px
}

.short_separator {
    width: 31px;
    height: 5px;
    margin: 15px 0;
    background-color: #eab830
}

.vertical_divider {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 8px 0;
    width: 1px;
    height: 12px;
    background-color: #fff
}

.testimonials_control_bar_top {
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.testimonial-media-unit .testimonial-media-unit-rounded {
    border-radius: 50%;
    max-width: inherit;
    height: inherit
}

.testimonials_main_wrapper .testimonial_sphere {
    color: #aaa;
    font-size: 12px
}

.testimonials_main_wrapper .testimonials-inner-title {
    margin: 8px 0 4px
}

.testimonials_main_wrapper .short_separator {
    margin: 10px 0 23px
}

.testimonial_inner_wrapper:hover .testimonial_inner_content p {
    color: #555
}

.post_list_main_section_wrapper .post_list_content_unit {
    margin-bottom: 30px
}

.post_list_main_section_wrapper .post_list_section_main_title {
    margin-bottom: 25px
}

.post_list_main_section_wrapper .post_list_featured_image {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

.post_list_main_section_wrapper .post_list_item_title {
    display: block;
    margin-top: -3px;
    padding-right: 40px;
    font-weight: 400;
    word-spacing: -2px;
    line-height: 22px;
    text-decoration: none !important
}

.post_list_main_section_wrapper .post_list_item_title:hover {
    color: #48a7d4;
    text-decoration: none
}

.post_list_main_section_wrapper .post_list_item_title:focus {
    color: #48a7d4
}

.post_list_main_section_wrapper .post_list_item_title:active {
    color: #48a7d4
}

.post_list_main_section_wrapper .post_list_meta_unit {
    position: relative;
    display: inline-block;
    width: 50px;
    padding-top: 10px;
    margin-bottom: 15px;
    vertical-align: top;
    max-width: 100%;
    border: 2px solid #eab830;
    text-align: center
}

.post_list_main_section_wrapper .post_list_meta_unit .date-d {
    padding: 0 5px;
    margin-bottom: -4px;
    font-size: 24px;
    color: #eab830
}

.post_list_main_section_wrapper .post_list_meta_unit .date-m {
    padding: 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #eab830
}

.post_list_main_section_wrapper .post_list_meta_unit .post_list_comment_num {
    padding: 0 5px 0;
    margin-top: 1px;
    border-top: 2px solid #eab830;
    color: #eab830;
    font-size: 12px;
    vertical-align: top
}

.post_list_main_section_wrapper .post_list_meta_unit .post_list_comment_num span {
    margin-right: 4px
}

.post_list_main_section_wrapper .post_list_meta_unit .post_list_comment_num .fa-icon-stm_icon_comment_o {
    font-size: 10px
}

.post_list_main_section_wrapper .post_list_meta_unit .sticky_post {
    position: absolute;
    padding: 7px 7px 5px 7px;
    top: 100%;
    margin: 9px -2px 0;
    background-color: #eab830;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px
}

.post_list_main_section_wrapper .post_list_meta_unit .sticky_post:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 10;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent
}

.post_list_main_section_wrapper .post_list_cats {
    font-size: 13px;
    line-height: 1.4
}

.post_list_main_section_wrapper .post_list_cats .post_list_cats_label {
    color: #aaa
}

.post_list_main_section_wrapper .post_list_cats a {
    font-size: 13px;
    color: #48a7d4
}

.post_list_main_section_wrapper .post_list_cats a:hover {
    text-decoration: underline
}

.post_list_main_section_wrapper .post_list_cats .post_list_divider {
    color: #48a7d4
}

.post_list_main_section_wrapper .post_list_cats .post_list_divider:last-child {
    display: none
}

.post_list_main_section_wrapper .post_list_item_tags {
    font-size: 13px;
    line-height: 1.4
}

.post_list_main_section_wrapper .post_list_item_tags .post_list_tags_label {
    color: #aaa
}

.post_list_main_section_wrapper .post_list_item_tags a {
    font-size: 13px;
    color: #48a7d4
}

.post_list_main_section_wrapper .post_list_item_tags a:hover {
    text-decoration: underline
}

.post_list_main_section_wrapper .post_list_item_tags .post_list_divider {
    color: #48a7d4
}

.post_list_main_section_wrapper .post_list_item_tags .post_list_divider:last-child {
    display: none
}

.post_list_main_section_wrapper .post_list_inner_content_unit_left {
    margin-left: -30px
}

.post_list_main_section_wrapper .post_list_inner_content_unit_left .short_separator {
    margin-bottom: 16px
}

.post_list_main_section_wrapper .post_list_inner_content_unit_left .post_list_item_excerpt p {
    margin-bottom: 10px
}

.project_cat_single_item {
    position: relative;
    margin-bottom: 30px;
    padding: 34px 15px 27px 15px;
    border-radius: 3px;
    line-height: 20px
}

.project_cat_single_item:hover {
    margin-top: -15px
}

.project_cat_single_item:hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    z-index: 10;
    top: 100%;
    left: 0
}

.project_cat_single_item .course_category_title {
    display: inline-block;
    max-width: 100px;
    line-height: 20px
}

.simple_carousel_with_bullets {
    margin: 0 -15px
}

.simple-carousel-bullets {
    margin: 22px 9px 0;
    font-size: 0;
    text-align: center
}

.simple-carousel-bullets a {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: top;
    margin: 0 7px;
    border: 3px solid #d6d6d6;
    border-radius: 50%
}

.simple-carousel-bullets a.selected {
    border-color: #48a7d4
}

.simple-carousel-bullets a span {
    display: none
}

.product_categories_main_wrapper .simple_carousel_with_bullets {
    margin: 0 -12px
}

.product_categories_main_wrapper .simple_carousel_with_bullets .single-course-col {
    width: 210px;
    padding: 15px 10px 0;
    float: left
}

.stm_colored_separator {
    margin: 18px auto 27px
}

.triangled_colored_separator {
    position: relative;
    width: 40px;
    height: 3px;
    margin: 0 auto;
    background-color: #eab830
}

.triangled_colored_separator .triangle {
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #eab830
}

.triangled_colored_separator.left {
    margin: 0
}

.stats_counter .stats_counter_title {
    text-transform: uppercase
}

.icon_box {
    position: relative;
    top: 0;
    padding: 30px 32px 50px 32px
}

.icon_box .fa-icon-stm_icon_book {
    margin-left: -5px
}

.icon_box p {
    margin-bottom: 10px
}

.icon_box.dark a {
    color: #555;
    border: 0;
    text-decoration: none
}

.icon_box.dark a:hover {
    color: #48a7d4;
    border-color: #48a7d4
}

.overflowed_content {
    position: relative;
    z-index: 22
}

.overflowed_content .icon_box:hover {
    top: -25px
}

.overflowed_content .icon_box:hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 25px;
    z-index: 10;
    top: 100%;
    left: 0
}

.icon_alignment_left .icon {
    float: left;
    margin-right: 20px
}

.icon_alignment_left .icon_text {
    overflow: hidden
}

.icon_alignment_left .icon_text h3 {
    margin: 6px 0 8px
}

.icon_alignment_left .icon_text h4 {
    margin: 1px 0 0 0
}

.icon_alignment_left .icon_text h5 {
    margin: 0 0 1px
}

.icon_alignment_right .icon {
    float: right;
    margin-left: 20px
}

.icon_alignment_right .icon_text {
    overflow: hidden
}

.icon_alignment_right .icon_text h3 {
    margin-top: 6px;
    margin-bottom: 7px
}

.stm_theme_wpb_video_wrapper {
    position: relative;
    overflow: hidden
}

.stm_theme_wpb_video_wrapper .stm_video_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 5
}

.stm_theme_wpb_video_wrapper .stm_video_preview:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    border: 4px solid #eab830;
    border-radius: 50%
}

.stm_theme_wpb_video_wrapper .stm_video_preview:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid white
}

.stm_theme_wpb_video_wrapper .stm_video_preview:hover {
    cursor: pointer
}

.stm_theme_wpb_video_wrapper .stm_video_preview.video_preloader_hidden {
    top: -100%
}

.stm_theme_wpb_video_wrapper .wpb_video_wrapper {
    opacity: 0
}

.stm_theme_wpb_video_wrapper .wpb_video_wrapper.video_autoplay_true {
    opacity: 1;
    background: #000
}

.stm_theme_wpb_video_wrapper .wpb_video_wrapper.preview_hidden {
    opacity: 1 !important
}

.stm_video_wrapper_title {
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.stm_featured_products_unit .stm_featured_product_single_unit {
    margin-bottom: 30px;
    position: relative;
    padding-top: 15px
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered {
    position: relative;
    max-width: 270px;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_price .price {
    min-width: 76px;
    position: absolute;
    top: 13px;
    left: -4px;
    display: inline-block;
    padding: 11px 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 11
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_price .price h5 {
    margin: 0;
    color: #fff
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_image {
    position: relative
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_image a {
    position: relative;
    display: block;
    z-index: 5
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_image img {
    padding-bottom: 0
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_body {
    min-height: 92px;
    padding: 14px 13px 7px;
    background: #fff;
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_body a {
    text-decoration: none !important
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_body a .title {
    max-width: 100%;
    margin-bottom: 6px;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_body a .title:hover {
    color: #48a7d4
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_body .expert {
    color: #838383;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer {
    padding: 10px 13px 7px;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    font-weight: 400
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer .stm_featured_product_comments {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    color: #848484
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer .stm_featured_product_comments i {
    font-size: 12px;
    margin-right: 3px
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer .stm_featured_product_comments span {
    font-size: 13px
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer .stm_featured_product_stock {
    display: inline-block;
    vertical-align: top;
    color: #848484
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer .stm_featured_product_stock i {
    font-size: 12px;
    margin-right: 3px
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer .stm_featured_product_stock span {
    font-size: 13px
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer .stm_featured_product_show_more {
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    height: 42px
}

.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer .stm_featured_product_show_more a {
    padding: 10px;
    width: 100%;
    height: 100%
}

.stm_featured_products_unit .stm_featured_product_single_unit:hover .stm_featured_product_show_more {
    bottom: 0px !important
}

.featured_products_list .col-md-3:nth-child(4n+1) {
    clear: both
}

.featured_products_list .col-md-4:nth-child(3n+1) {
    clear: both
}

.featured_products_list .col-md-6:nth-child(2n+1) {
    clear: both
}

.featured_products_carousel .simple-carousel-bullets {
    margin: 32px 9px 1px
}

.stm_featured_product_footer .price {
    display: none
}

.star-rating {
    width: 75px;
    height: 13px;
    margin-top: 4px;
    background: url('../images/staremptyl.svg') left top repeat-x
}

.star-rating>span {
    display: block;
    text-indent: -9999px;
    line-height: 1;
    background: url('../images/starfull.svg') left top repeat-x
}

.widget_mailchimp .stm_subscribe_title {
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 400
}

.widget_mailchimp .stm_mailchimp_unit {
    position: relative;
    margin-top: 16px;
    overflow: hidden
}

.widget_mailchimp .stm_mailchimp_unit .stm_subscribe_email {
    height: 45px;
    padding-right: 155px;
    border-radius: 0;
    border: 0;
    background: #fff;
    box-shadow: none !important
}

.widget_mailchimp .stm_mailchimp_unit .button {
    height: 45px;
    padding: 0;
    line-height: 45px;
    min-width: 135px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #48a7d4;
    text-align: center;
    outline: none !important
}

.widget_mailchimp .stm_mailchimp_unit .button .h5 {
    color: #fff;
    text-transform: uppercase
}

.widget_mailchimp .stm_mailchimp_unit .form-group {
    margin-bottom: 0
}

.widget_mailchimp .stm_mailchimp_unit .stm_subscribe_preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    top: -100%;
    line-height: 45px;
    text-align: center;
    color: #fff;
    z-index: 9999
}

.widget_mailchimp .stm_mailchimp_unit .stm_subscribe_preloader.loading {
    opacity: 1;
    top: 0
}

.widget_mailchimp .success_message {
    margin-top: 13px
}

.stm_sign_up_now {
    padding: 0 31px
}

.stm_sign_up_now .stm_sign_up_now_inner {
    padding: 51px 67px 3px;
    position: relative;
    background-color: #fff;
    text-align: center;
    border-radius: 4px
}

.stm_sign_up_now .stm_sign_up_now_inner h2 {
    margin: 0 0 25px;
    word-spacing: 1px
}

.stm_sign_up_now .wpcf7-form .form-group {
    margin-bottom: 15px
}

.stm_sign_up_now .form-control {
    text-align: center;
    height: 47px;
    line-height: 47px;
    font-size: 13px;
    color: #aaa
}

.stm_sign_up_now .form-control:focus {
    color: #555;
    font-size: 16px;
    font-weight: 700
}

.stm_sign_up_now .ajax-loader {
    display: block;
    margin: 5px auto !important
}

.stm_sign_up_now input[type="submit"] {
    margin: 6px auto 0
}

.breadcrumbs_holder_empty,
.breadcrumbs_holder {
    margin-bottom: 52px
}

.stm_breadcrumbs_unit {
    background-color: #f6f6f6;
    padding: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f2f5;
}

.stm_breadcrumbs_unit .navxtBreads {
    font-size: 11px;
    color: #fff;
    /* text-transform: uppercase; */
    /* font-family: 'Lato'; */
    font-weight: bold;
}

.stm_breadcrumbs_unit .navxtBreads>span {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase
}

.stm_breadcrumbs_unit .navxtBreads>span a {
    font-size: 11px;
    color: #fff
}

.stm_breadcrumbs_unit .navxtBreads>span a:hover {
    color: #eab830
}

.stm_breadcrumbs_unit .navxtBreads i {
    font-size: 10px;
    margin: 0 10px;
    color: #dcdcdc
}

.gradient_overlay:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    background: -moz-linear-gradient(top, #000 0%, rgba(19, 19, 19, 0.3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(19, 19, 19, 0.3)));
    background: -webkit-linear-gradient(top, #000 0%, rgba(19, 19, 19, 0.3) 100%);
    background: -o-linear-gradient(top, #000 0%, rgba(19, 19, 19, 0.3) 100%);
    background: -ms-linear-gradient(top, #000 0%, rgba(19, 19, 19, 0.3) 100%);
    background: linear-gradient(to bottom, #000 0%, rgba(19, 19, 19, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#131313', GradientType=0);
    opacity: 0.3;
    z-index: 0
}

ul.page-numbers {
    padding: 0;
    margin: 0 -5px;
    list-style: none
}

ul.page-numbers:after {
    content: '';
    clear: both;
    display: block
}

ul.page-numbers>li {
    float: left;
    margin: 0 5px
}

ul.page-numbers>li a.page-numbers,
ul.page-numbers>li span.page-numbers {
    position: relative;
    display: block;
    padding: 2px 10px;
    color: #aaa;
    font-size: 12px;
    border: 2px solid #ccc;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    text-decoration: none !important
}

ul.page-numbers>li a.page-numbers.current,
ul.page-numbers>li span.page-numbers.current {
    color: #fff;
    border-color: #eab830
}

ul.page-numbers>li a.page-numbers.current:after,
ul.page-numbers>li span.page-numbers.current:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #eab830;
    z-index: -1
}

ul.page-numbers>li a.page-numbers:hover,
ul.page-numbers>li span.page-numbers:hover {
    color: #fff;
    border-color: #eab830
}

ul.page-numbers>li a.page-numbers:hover:after,
ul.page-numbers>li span.page-numbers:hover:after {
    left: 0
}

ul.page-numbers>li a.page-numbers:after,
ul.page-numbers>li span.page-numbers:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: -100%;
    background-color: #eab830;
    z-index: -1
}

ul.page-numbers>li .next .pagi_label {
    margin-right: 6px;
    text-transform: none
}

ul.page-numbers>li .next i {
    margin-left: 6px;
    font-size: 10px
}

ul.page-numbers>li .prev .pagi_label {
    text-transform: none
}

ul.page-numbers>li .prev i {
    margin-right: 6px;
    font-size: 10px
}

.blog_layout_grid .post_list_content_unit {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 70px;
    overflow: hidden
}

.blog_layout_grid .post_list_content_unit:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #eab830;
    bottom: 0;
    left: 0
}

.blog_layout_grid .post_list_content_unit:before {
    content: '';
    display: block;
    position: absolute;
    width: 700px;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    bottom: 1px;
    left: 65px
}

.blog_layout_grid .post_list_section_main_title {
    margin-bottom: 25px
}

.blog_layout_grid .post_list_featured_image {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

.blog_layout_grid .post_list_item_title {
    display: block;
    margin-top: -1px;
    padding-right: 40px;
    font-weight: 400;
    letter-spacing: 1.2px;
    word-spacing: -2px;
    line-height: 22px;
    text-decoration: none !important;
    text-overflow: ellipsis;
    overflow: hidden
}

.blog_layout_grid .post_list_item_title:hover {
    color: #48a7d4;
    text-decoration: none
}

.blog_layout_grid .post_list_item_title:focus {
    color: #48a7d4
}

.blog_layout_grid .post_list_item_title:active {
    color: #48a7d4
}

.blog_layout_grid .post_list_meta_unit {
    position: relative;
    float: left;
    min-width: 50px;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
    vertical-align: top;
    max-width: 100%;
    border: 2px solid #eab830;
    text-align: center
}

.blog_layout_grid .post_list_meta_unit .date-d {
    padding: 0 5px;
    margin-bottom: -4px;
    font-size: 24px;
    color: #eab830
}

.blog_layout_grid .post_list_meta_unit .date-m {
    padding: 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #eab830
}

.blog_layout_grid .post_list_meta_unit .post_list_comment_num {
    padding: 0 5px 0;
    margin-top: 1px;
    border-top: 2px solid #eab830;
    color: #eab830;
    font-size: 12px;
    vertical-align: top
}

.blog_layout_grid .post_list_meta_unit .post_list_comment_num span {
    margin-right: 4px
}

.blog_layout_grid .post_list_meta_unit .post_list_comment_num .fa-icon-stm_icon_comment_o {
    font-size: 10px
}

.blog_layout_grid .post_list_meta_unit .sticky_post {
    position: absolute;
    padding: 7px 7px 5px 7px;
    top: 100%;
    margin: 9px -2px 0;
    background-color: #eab830;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px
}

.blog_layout_grid .post_list_meta_unit .sticky_post:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 10;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent
}

.blog_layout_grid .post_list_cats {
    font-size: 13px;
    line-height: 1.4
}

.blog_layout_grid .post_list_cats .post_list_cats_label {
    color: #aaa
}

.blog_layout_grid .post_list_cats a {
    font-size: 13px;
    color: #48a7d4
}

.blog_layout_grid .post_list_cats a:hover {
    text-decoration: underline
}

.blog_layout_grid .post_list_cats .post_list_divider {
    color: #48a7d4
}

.blog_layout_grid .post_list_cats .post_list_divider:last-child {
    display: none
}

.blog_layout_grid .post_list_item_tags {
    font-size: 13px;
    line-height: 1.4
}

.blog_layout_grid .post_list_item_tags .post_list_tags_label {
    color: #aaa
}

.blog_layout_grid .post_list_item_tags a {
    font-size: 13px;
    color: #48a7d4
}

.blog_layout_grid .post_list_item_tags a:hover {
    text-decoration: underline
}

.blog_layout_grid .post_list_item_tags .post_list_divider {
    color: #48a7d4
}

.blog_layout_grid .post_list_item_tags .post_list_divider:last-child {
    display: none
}

.blog_layout_grid .post_list_inner_content_unit_left {
    overflow: hidden
}

.blog_layout_grid .post_list_inner_content_unit_left .short_separator {
    margin-bottom: 16px
}

.blog_layout_grid .col-md-4:nth-child(3n+1) {
    clear: both
}

.blog_main_layout_grid .sidebar-area {
    margin-top: 0
}

.sidebar-area.sidebar-area-none {
    padding-bottom: 0;
    margin-top: 0
}

.blog_layout_list .post_list_content_unit {
    margin-bottom: 65px;
    padding-bottom: 47px;
    border-bottom: 1px solid #dcdcdc
}

.blog_layout_list .post_list_item_title {
    text-transform: uppercase;
    margin: 0 0 34px
}

.blog_layout_list .post_list_item_title a {
    color: #333;
    text-decoration: none !important
}

.blog_layout_list .post_list_item_title a:hover {
    color: #48a7d4
}

.blog_layout_list .post_list_meta_unit {
    position: relative;
    float: left;
    min-width: 50px;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
    vertical-align: top;
    max-width: 100%;
    border: 2px solid #eab830;
    text-align: center
}

.blog_layout_list .post_list_meta_unit .date-d {
    padding: 0 5px;
    margin-bottom: -4px;
    font-size: 24px;
    color: #eab830
}

.blog_layout_list .post_list_meta_unit .date-m {
    padding: 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #eab830
}

.blog_layout_list .post_list_meta_unit .post_list_comment_num {
    padding: 0 5px 0;
    margin-top: 1px;
    border-top: 2px solid #eab830;
    color: #eab830;
    font-size: 12px;
    vertical-align: top
}

.blog_layout_list .post_list_meta_unit .post_list_comment_num span {
    margin-right: 4px
}

.blog_layout_list .post_list_meta_unit .post_list_comment_num .fa-icon-stm_icon_comment_o {
    font-size: 10px
}

.blog_layout_list .post_list_meta_unit .sticky_post {
    position: absolute;
    padding: 7px 7px 5px 7px;
    top: 100%;
    margin: 9px -2px 0;
    background-color: #eab830;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px
}

.blog_layout_list .post_list_meta_unit .sticky_post:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 10;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent
}

.blog_layout_list .post_list_inner_content_unit {
    overflow: hidden
}

.blog_layout_list .post_list_featured_image {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

.blog_layout_list .post_list_item_excerpt {
    padding-right: 30px;
    margin-bottom: 17px
}

.blog_layout_list .post_list_item_excerpt p {
    margin-bottom: 10px
}

.blog_layout_list .post_list_btn_more {
    margin-top: 23px
}

.blog_layout_list .post_list_cats {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    line-height: 1.4
}

.blog_layout_list .post_list_cats .post_list_cats_label {
    color: #aaa
}

.blog_layout_list .post_list_cats a {
    font-size: 13px;
    color: #48a7d4
}

.blog_layout_list .post_list_cats a:hover {
    text-decoration: underline
}

.blog_layout_list .post_list_cats .post_list_divider {
    color: #48a7d4
}

.blog_layout_list .post_list_cats .post_list_divider:last-child {
    display: none
}

.blog_layout_list .post_list_item_tags {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4
}

.blog_layout_list .post_list_item_tags .post_list_tags_label {
    color: #aaa
}

.blog_layout_list .post_list_item_tags a {
    font-size: 13px;
    color: #48a7d4
}

.blog_layout_list .post_list_item_tags a:hover {
    text-decoration: underline
}

.blog_layout_list .post_list_item_tags .post_list_divider {
    color: #48a7d4
}

.blog_layout_list .post_list_item_tags .post_list_divider:last-child {
    display: none
}

.blog_layout_grid .col-md-4:nth-last-child(3) .post_list_content_unit,
.blog_layout_grid .col-md-4:nth-last-child(2) .post_list_content_unit,
.blog_layout_grid .col-md-4:nth-last-child(1) .post_list_content_unit {
    margin-bottom: 40px
}

.stm_post_unit_vc:after,
.stm_post_unit_vc:before {
    display: none !important
}

.stm_post_unit {
    position: relative;
    margin-bottom: 38px;
    overflow: hidden
}

.stm_post_unit .text_block {
    padding-bottom: 9px
}

.stm_post_unit:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #eab830;
    bottom: 0;
    left: 0
}

.stm_post_unit:before {
    content: '';
    display: block;
    position: absolute;
    width: 1200px;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    bottom: 1px;
    left: 65px
}

.stm_post_info .post_title {
    padding: 15px 0 34px;
    margin: 0 0 11px;
    border-bottom: 1px solid #e1e2e4;
    text-transform: uppercase
}

.stm_post_info .post_thumbnail {
    margin-bottom: 33px
}

.stm_post_info .stm_post_details {
    margin-bottom: 4px
}

.stm_post_info .stm_post_details .post_meta {
    max-width: 75%;
    float: left;
    list-style: none;
    padding: 0;
    margin-bottom: 5px
}

.stm_post_info .stm_post_details .post_meta li {
    float: left;
    margin: 0;
    margin-right: 32px;
    margin-bottom: 5px
}

.stm_post_info .stm_post_details .post_meta li i {
    position: relative;
    top: 1px;
    color: #48a7d4;
    margin-right: 10px;
    font-size: 15px
}

.stm_post_info .stm_post_details .post_meta li span {
    display: inline-block;
    margin-bottom: 5px;
    color: #555
}

.stm_post_info .stm_post_details .post_meta li span.divider:last-child {
    display: none
}

.stm_post_info .stm_post_details .post_meta li a:hover span {
    color: #48a7d4
}

.stm_post_info .stm_post_details .comments_num {
    float: right;
    line-height: 1;
    margin-top: -2px
}

.stm_post_info .stm_post_details .comments_num .post_comments {
    margin: 0;
    color: #555
}

.stm_post_info .stm_post_details .comments_num .post_comments i {
    color: #48a7d4;
    margin-right: 10px;
    font-size: 17px
}

.stm_post_info .stm_post_details .comments_num .post_comments:hover {
    color: #48a7d4
}

.page-links {
    margin-bottom: 30px
}

.page-links label {
    position: relative;
    top: 2px;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 5px
}

.page-links>span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    color: #fff;
    border: 2px solid #eab830;
    background-color: #eab830;
    font-size: 12px;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    text-decoration: none !important;
    margin-right: 5px
}

.page-links>span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: -100%;
    background-color: #eab830;
    z-index: -1
}

.page-links>span:hover:after {
    left: 0
}

.page-links a>span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    color: #ccc;
    border: 2px solid #ccc;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    text-decoration: none !important;
    margin-right: 5px
}

.page-links span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: -100%;
    background-color: #eab830;
    z-index: -1
}

.page-links span:hover {
    border-color: #eab830;
    color: #fff
}

.page-links span:hover:after {
    left: 0
}

.stm_share {
    margin: 9px -3px 0
}

.stm_share label {
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 5px;
    color: #aaa;
    font-size: 13px;
    font-weight: 400
}

.stm_share .stButton .stLarge {
    width: 21px;
    height: 21px;
    background-size: 21px 21px
}

.stm_share .stButton .stLarge:hover {
    background-position: 0 0
}

div.multiseparator {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    height: 3px;
    width: 100%
}

div.multiseparator:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #eab830;
    bottom: 0;
    left: 0
}

div.multiseparator:before {
    content: '';
    display: block;
    position: absolute;
    width: 1200px;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    bottom: 1px;
    left: 65px
}

.stm_author_box {
    margin: 18px 0 -9px
}

.stm_author_box .author_name {
    margin-bottom: 20px
}

.stm_author_box .author_avatar img {
    float: left;
    margin: 0 23px 20px 0;
    max-width: 76px;
    height: auto
}

.stm_author_box .author_avatar .author_info {
    padding-right: 30px;
    color: #777;
    font-size: 13px;
    line-height: 22px
}

.stm_author_box .author_content {
    padding-top: 5px;
    overflow: hidden
}

.comments-area .vcard {
    width: 75px;
    margin-right: 28px;
    float: left
}

.comments-area .comment {
    margin-bottom: 20px
}

.comments-area .comment .comment-body {
    padding: 20px;
    background-color: #f0f2f5
}

.comments-area .comment-info {
    overflow: hidden;
    margin-bottom: 15px
}

.comments-area .comment-text {
    overflow: hidden
}

.comments-area .comment-text p {
    margin-bottom: 0
}

.comments-area .comments-title {
    margin: 37px 0 25px;
    text-transform: uppercase
}

.comments-area ul.children {
    position: relative;
    list-style: none;
    margin-top: 20px;
    padding-left: 20px
}

.comments-area ul.children:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 10;
    top: -8px;
    left: 43px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f0f2f5
}

.comments-area .commentmetadata {
    font-size: 12px;
    color: #aaa
}

.comments-area .commentmetadata i {
    margin-left: 3px;
    font-size: 11px;
    color: #48a7d4
}

.comments-area .vertical_divider {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 15px;
    background-color: #e1e2e4
}

.comments-area .comment-awaiting-moderation {
    margin-left: 10px
}

.comments-area div.multiseparator {
    margin: 50px 0
}

.comments-area .logged-in-as {
    margin-bottom: 15px
}

.comment-respond .form-control {
    background-color: #f0f2f5;
    border: 1px solid #e1e2e4;
    color: #777;
    font-size: 13px
}

.comment-respond .form-control:focus {
    background-color: #fff;
    color: #555
}

.stm_single_post .sidebar-area {
    margin-top: 19px
}

.stm_teacher_single_featured_image {
    position: relative
}

.stm_teacher_single_featured_image .display_inline_block {
    position: relative
}

.stm_teacher_single_featured_image .stm_teacher_single_socials {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0
}

.stm_teacher_single_featured_image .stm_teacher_single_socials a {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 5px 4px;
    height: 38px;
    width: 38px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 38px
}

.stm_teacher_single_featured_image .stm_teacher_single_socials a.expert-social-facebook {
    background-color: #3684e3
}

.stm_teacher_single_featured_image .stm_teacher_single_socials a.expert-social-twitter {
    background-color: #53c8ff
}

.stm_teacher_single_featured_image .stm_teacher_single_socials a.expert-social-google-plus {
    background-color: #dd4b39
}

.stm_teacher_single_featured_image .stm_teacher_single_socials a.expert-social-linkedin {
    background-color: #2437ab
}

.stm_teacher_single_featured_image .stm_teacher_single_socials a.expert-social-youtube-play {
    background-color: #b00
}

.stm_teacher_single_featured_image .stm_teacher_single_socials a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    z-index: 10;
    bottom: -6px;
    left: 0;
    display: none
}

.stm_teacher_single_featured_image .stm_teacher_single_socials a:hover {
    top: -6px
}

.stm_teacher_single_featured_image .stm_teacher_single_socials a:hover:after {
    display: block
}

.course_title {
    margin-bottom: 5px;
    color: #457992
}

.panel-default>.panel-heading {
    padding: 15px 0;
    font-size: 14px
}

.panel-default>.panel-heading .panel-title {
    font-size: 14px
}

.panel-default>.panel-heading .panel-title>a i.fa-sort-down {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
    color: #aaa
}

.panel-default>.panel-heading .panel-title>a.collapsed i.fa-sort-down {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: top
}

.course_table {
    width: 100%;
    margin-bottom: 0
}

.course_table tr {
    border: 0
}

.course_table tr td.number {
    width: 30px;
    opacity: 0;
    text-align: center;
    vertical-align: middle;
    color: #aaa
}

.course_table tr td.number.number-visible {
    opacity: 1
}

.course_table tr td.number.belowten {
    width: 30px;
    padding: 0 7px
}

.course_table tr td.number.overthousand {
    width: 40px;
    padding: 0 5px
}

.course_table tr td.icon {
    padding: 0 5px;
    vertical-align: middle;
    font-size: 16px;
    width: 33px;
    color: #457992
}

.course_table tr td.title {
    padding-right: 10px;
    color: #555
}

.course_table tr td.title i {
    margin: 0 5px;
    vertical-align: top;
    position: relative;
    top: 2px
}

.course_table tr td.stm_badge {
    text-align: right;
    padding-right: 20px
}

.course_table tr td.stm_badge .badge_unit {
    display: inline-block;
    min-width: 63px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #48a7d4;
    border-radius: 3px
}

.course_table tr td.stm_badge .badge_unit:first-letter {
    text-transform: uppercase
}

.course_table tr td.stm_badge .badge_unit.free {
    background-color: #10c45c
}

.course_table tr td.stm_badge .badge_unit.quiz {
    background-color: #eab830
}

.course_table tr td.stm_badge .badge_unit.exam {
    background-color: #d94da6
}

.course_table tr td.stm_badge .badge_unit.video {
    background-color: #1EC1D9
}

.course_table tr td.stm_badge .badge_unit.test {
    background-color: #f13e3e
}

.course_table tr td.stm_badge .badge_unit.private {
    background-color: #E35C49
}

.course_table tr td .meta {
    display: inline-block;
    text-align: right;
    padding-left: 15px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.course_table tr td .meta i {
    margin-right: 5px;
    font-size: 18px;
    color: #aaa;
    vertical-align: middle
}

.stm_fixed_background .vc_parallax-inner {
    background-attachment: fixed !important
}

.stm_fixed_background .vc_parallax-inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25)
}

.course_title {
    margin: 0 0 20px
}

.course_lessons_section {
    margin-bottom: 37px
}

.course_lessons_section p {
    margin-bottom: 10px
}

.teacher_content .teacher_img {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.teacher_content .teacher_img>a {
    text-decoration: none !important;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 12
}

.teacher_content .teacher_img>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0
}

.teacher_content .teacher_img:hover .expert_socials {
    opacity: 1;
    bottom: 15px
}

.teacher_content .teacher_img:hover>a:after {
    opacity: 1
}

.teacher_content .teacher_img .expert_socials {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100px;
    opacity: 0;
    z-index: 13
}

.teacher_content .teacher_img .expert_socials a {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 5px 4px;
    height: 29px;
    width: 29px;
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 29px
}

.teacher_content .teacher_img .expert_socials a.expert-social-facebook {
    background-color: #3684e3
}

.teacher_content .teacher_img .expert_socials a.expert-social-twitter {
    background-color: #53c8ff
}

.teacher_content .teacher_img .expert_socials a.expert-social-google-plus {
    background-color: #dd4b39
}

.teacher_content .teacher_img .expert_socials a.expert-social-linkedin {
    background-color: #2437ab
}

.teacher_content .teacher_img .expert_socials a.expert-social-youtube-play {
    background-color: #b00
}

.teacher_content .teacher_img .expert_socials a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    z-index: 10;
    bottom: -6px;
    left: 0;
    display: none
}

.teacher_content .teacher_img .expert_socials a:hover {
    top: -6px
}

.teacher_content .teacher_img .expert_socials a:hover:after {
    display: block
}

.teacher_content .title {
    padding-top: 30px;
    margin: 2px 0 0;
    color: #457992
}

.teacher_content .job {
    margin-bottom: 14px;
    font-size: 13px;
    color: #555
}

.teacher_content .content {
    font-size: 13px;
    line-height: 18px
}

.teacher-col.col-md-3:nth-child(4n+1) {
    clear: both
}

.teacher-col .multiseparator {
    margin: 46px 0 49px
}

.post-type-archive-events .sidebar-area,
.post-type-archive-gallery .sidebar-area {
    margin-top: 0
}

.post-type-archive-events .entry-header,
.post-type-archive-gallery .entry-header {
    display: none
}

.home .breadcrumbs_holder {
    margin-bottom: 0
}

.stm_pricing_plan {
    padding: 0 3px;
    margin-bottom: 56px
}

.stm_pricing_plan .border-top {
    margin: 0 -3px;
    height: 5px;
    background-color: #f2bf34
}

.stm_pricing_plan .inner {
    padding: 27px 30px 45px;
    background-color: #f6f6f6
}

.stm_pricing_plan .inner .title {
    margin: 5px 0 25px;
    text-transform: uppercase
}

.stm_pricing_plan .inner .content {
    margin-bottom: 29px;
    line-height: 26px;
    font-size: 14px
}

.stm_pricing_plan .inner .btn-plan {
    position: relative;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    padding: 12px 17px;
    border: 2px solid #f2bf34;
    overflow: hidden;
    z-index: 1;
    box-shadow: none !important
}

.stm_pricing_plan .inner .btn-plan:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: -100%;
    background-color: #f2bf34;
    z-index: -1
}

.stm_pricing_plan .inner .btn-plan:hover {
    color: #fff
}

.stm_pricing_plan .inner .btn-plan:hover:after {
    left: 0
}

.stm_pricing_plan .inner .btn-plan:focus {
    color: #fff
}

.stm_pricing_plan .inner .btn-plan:focus:after {
    left: 0
}

.stm_pricing_plan .inner .btn-plan:active {
    color: #fff
}

.stm_pricing_plan .inner .btn-plan:active:after {
    left: 0
}

.stm_pricing_plan .price_unit_round {
    position: relative;
    display: inline-block;
    padding: 59px 5px 20px;
    margin-bottom: 21px;
    max-width: 100%;
    vertical-align: top;
    border-radius: 50%;
    min-width: 185px;
    min-height: 185px;
    background-color: #f2bf34
}

.stm_pricing_plan .price_unit_round .plan_price {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff
}

.stm_pricing_plan .price_unit_round .price_period {
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.wpb_column>.wpb_wrapper>*:last-child.multiseparator {
    margin-bottom: 30px
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important
}

.wpcf7-form .form-group {
    margin-bottom: 5px
}

.wpcf7-form p {
    margin-bottom: 10px
}

.stm_contact {
    position: relative;
    margin: 0 0 44px 0
}

.stm_contact_image {
    float: left;
    margin: 0 30px 0 0
}

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

.stm_contact_info {
    position: relative;
    overflow: hidden
}

.stm_contact_info .name {
    margin: 0
}

.stm_contact_job {
    font-size: 12px;
    color: #aaa !important;
    margin: 0 0 7px 0
}

.stm_contact_row {
    font-size: 13px;
    line-height: 22px
}

.stm_contact_row a {
    color: #555
}

.stm_contact_row a:hover {
    color: #48a7d4
}

.stm_contact_row strong {
    color: #333
}

.gallery_single_view {
    position: relative;
    text-align: center
}

.gallery_single_view .gallery_img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.gallery_single_view .gallery_img a {
    position: relative;
    display: block
}

.gallery_single_view .gallery_img a:after {
    content: '';
    display: block;
    position: absolute;
    width: 84px;
    height: 84px;
    z-index: 10;
    content: '\f065';
    top: 50%;
    left: 50%;
    margin: -42px 0 0 -42px;
    background-color: #48a7d4;
    border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center;
    line-height: 84px;
    font-size: 21px;
    color: #fff;
    opacity: 0
}

.gallery_single_view .gallery_img a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.33);
    z-index: 9;
    opacity: 0
}

.gallery_single_view .gallery_img a:hover:after,
.gallery_single_view .gallery_img a:hover:before {
    opacity: 1
}

.fancybox-title-inside-wrap {
    padding: 5px !important
}

.archive_title_gallery {
    margin: 0;
    text-transform: uppercase
}

.gallery_entry_unit {
    margin-bottom: 45px
}

.gallery-col {
    margin-bottom: 30px
}

.multiseparator.gallery_sep {
    margin-top: 20px
}

.gallery_terms_list {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 4px 0 0
}

.gallery_terms_list li {
    display: inline-block;
    margin-left: 37px
}

.gallery_terms_list li a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
}

.gallery_terms_list li:first-child {
    margin-left: 0
}

.gallery_terms_list li.active a {
    color: #eab830
}

.stm-isotope-item-filtered {
    opacity: 0.4
}

.event-col .multiseparator {
    margin: 46px 0 50px
}

.event-col .event_archive_item {
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.event-col .event_archive_item>a {
    display: block
}

.event-col .event_archive_item>a:hover .title {
    color: #48a7d4
}

.event-col .event_archive_item>a:hover .event_img:after {
    opacity: 1
}

.event-col .event_archive_item .title {
    margin: 27px 0 20px;
    font-size: 15px;
    line-height: 19px
}

.event-col .event_archive_item .event_img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden
}

.event-col .event_archive_item .event_img:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.25)
}

.event-col .event_archive_item .event_start {
    margin-bottom: 2px;
    color: #aaa;
    font-size: 13px
}

.event-col .event_archive_item .event_start i {
    margin-right: 4px;
    font-size: 15px;
    color: #eab830
}

.event-col .event_archive_item .event_location {
    color: #aaa;
    font-size: 13px
}

.event-col .event_archive_item .event_location i {
    margin-right: 5px;
    font-size: 17px;
    color: #eab830
}

.certificate .certificate-frame {
    position: relative;
    background-color: transparent;
    background-image: url('../images/frame.html');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 45px
}

.certificate .certificate-frame:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 15px;
    left: 0;
    background-image: url('../images/frame-border.html');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain
}

.certificate .certificate-frame .certificate-holder {
    width: auto;
    max-width: 773px;
    margin: 0 auto;
    position: relative;
    padding: 5px
}

.certificate .certificate-frame .certificate-holder:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #2b1e1e;
    z-index: 0
}

.certificate .certificate-frame .certificate-holder:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #b24444;
    z-index: 0
}

.certificate .certificate-frame .certificate-holder img {
    position: relative;
    z-index: 10
}

.certificate .title {
    margin-top: 34px
}

.event_title {
    margin: 0 0 34px
}

.event_thumbnail {
    margin-bottom: 20px
}

.event_date_info_table {
    width: 100%;
    margin-bottom: 43px;
    border: 1px solid #e1e2e4
}

.event_date_info_table td {
    padding: 27px 0
}

.event_date_info_table .event_info {
    padding: 0 27px 0 40px
}

.event_date_info_table .event_btn {
    padding-right: 27px;
    text-align: right
}

.event_date_info_table .event_btn .btn-default {
    background-color: #eab830;
    border-color: #eab830
}

.stm_event_unit_vc {
    margin-bottom: 0
}

.event_date_info .event_date_info_unit {
    display: inline-block;
    margin: 3px 15px 3px 0
}

.event_date_info .event_date_info_unit .event_labels {
    display: inline-block;
    vertical-align: middle;
    color: #eab830;
    text-transform: uppercase;
    font-size: 12px
}

.event_date_info .event_date_info_unit .event_labels i {
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-right: 4px;
    font-size: 15px
}

.event_date_info .event_date_info_unit.event_location i {
    font-size: 17px
}

.entry-header {
    background-color: #457992
}

.entry-header .entry-title h1 {
    color: #fff
}

.entry-header .entry-title .sub_title {
    color: #fff
}

.btn-experts-all {
    margin-left: 15px
}

.error_page {
    padding: 10.2% 0 6.8%;
    text-align: center
}

.error_page .error_404 {
    margin-bottom: 32px;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    color: #333
}

.error_page .h2 {
    margin-bottom: 45px
}

.event-col-small.col-md-4:nth-child(3n+1) {
    clear: both
}

.blog-cols-sidebar.col-md-6:nth-child(2n+1) {
    clear: both
}

.stm_post_unit.stm_post_unit_vc {
    margin-bottom: 0
}

.page-id-1460 .breadcrumbs_holder {
    margin-bottom: 0
}

.stm_static_background.vc_row {
    background-size: cover !important;
    background-position: 50% 50% !important
}

.tax-product_cat .entry-header {
    display: none
}

.course-title-holder {
    position: relative;
    padding-right: 70px
}

.course-panel-body {
    padding-left: 20px
}

.stm-no-animation:hover {
    margin-top: 0 !important
}

#cookie-law-info-again {
    background-color: #48a7d4 !important;
    color: #fff !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #48a7d4 !important
}

#cookie-law-info-again:hover {
    background-color: #eab830 !important;
    border-color: #eab830 !important
}

#cookie_action_close_header {
    position: relative;
    top: -1px;
    padding: 2px 7px 3px;
    background: none !important;
    background-color: #48a7d4 !important;
    box-shadow: none !important
}

#cookie-law-info-bar {
    border-top-width: 2px !important
}

.product-category-new {
    margin-bottom: 30px !important
}

table.variations>tbody>tr {
    border: 0
}

table.variations>tbody>tr>td {
    padding: 0;
    display: block
}

table.variations>tbody>tr>td.label {
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    font-size: 100%;
    color: #eab830;
    font-size: 16px
}

table.variations>tbody>tr>td.label label:first-letter {
    text-transform: uppercase
}

.reset_variations {
    display: none !important
}

.variations_button .quantity {
    display: none !important
}

.single_variation_wrap .single_variation {
    margin-bottom: 15px
}

.event_action_button .btn.btn-default {
    -webkit-transform: none
}

.widget_top_rated_products ul {
    padding: 0;
    list-style: none
}

.textwidget {
    font-size: 13px;
    line-height: 20px
}

.textwidget .btn {
    margin-top: 25px;
    background: transparent;
    border: 2px solid #fff
}

.textwidget .btn:hover {
    background-color: transparent
}

.textwidget p {
    margin-bottom: 10px
}

.textwidget p:last-child {
    margin-bottom: 0
}

#footer .stm_product_list_widget {
    padding-top: 4px
}

.product_list_widget .attachment-shop_thumbnail {
    width: 50px;
    height: 50px
}

.product_list_widget li {
    margin-bottom: 23px
}

.product_list_widget li:last-child {
    margin-bottom: 0
}

.product_list_widget li del {
    display: none
}

.product_list_widget li ins {
    display: none
}

.widget_pages ul.style_1,
.widget_nav_menu ul.style_1 {
    padding: 0;
    list-style: none
}

.widget_pages ul.style_1 li,
.widget_nav_menu ul.style_1 li {
    margin-bottom: 0
}

.widget_pages ul.style_1 li a,
.widget_nav_menu ul.style_1 li a {
    position: relative;
    display: block;
    padding: 5px 0;
    padding-left: 18px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #0c0c0c;
    text-transform: uppercase;
    text-decoration: none !important
}

.widget_pages ul.style_1 li a .h6,
.widget_nav_menu ul.style_1 li a .h6 {
    color: #fff;
    margin: 0
}

.widget_pages ul.style_1 li a:after,
.widget_nav_menu ul.style_1 li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 7px;
    z-index: 10;
    top: 50%;
    left: 5px;
    margin-top: -4px;
    background-image: url('../images/chevron2x-right-orange.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 5px 7px
}

.widget_pages ul.style_1 li a:hover,
.widget_nav_menu ul.style_1 li a:hover {
    color: #eab830
}

.widget_pages ul.style_1 li a:hover .h6,
.widget_nav_menu ul.style_1 li a:hover .h6 {
    color: #eab830
}

.widget_pages ul.style_1 li a:active,
.widget_nav_menu ul.style_1 li a:active {
    color: #eab830
}

.widget_pages ul.style_1 li a:active .h6,
.widget_nav_menu ul.style_1 li a:active .h6 {
    color: #eab830
}

.widget_pages ul.style_1 li a:focus,
.widget_nav_menu ul.style_1 li a:focus {
    color: #eab830
}

.widget_pages ul.style_1 li a:focus .h6,
.widget_nav_menu ul.style_1 li a:focus .h6 {
    color: #eab830
}

.widget_pages ul.style_1 li:first-child a,
.widget_nav_menu ul.style_1 li:first-child a {
    padding-top: 0
}

.widget_pages ul.style_1 li:first-child a:after,
.widget_nav_menu ul.style_1 li:first-child a:after {
    top: 8px;
    margin-top: 0
}

.widget_pages ul.style_1 li:last-child a,
.widget_nav_menu ul.style_1 li:last-child a {
    padding-bottom: 0;
    border-bottom: 0
}

.widget_pages ul.style_1 li:last-child a:after,
.widget_nav_menu ul.style_1 li:last-child a:after {
    top: 13px;
    margin-top: 0
}

.sidebar-area .widget_pages ul.style_1,
.sidebar-area .widget_nav_menu ul.style_1 {
    padding: 0;
    list-style: none
}

.sidebar-area .widget_pages ul.style_1 li,
.sidebar-area .widget_nav_menu ul.style_1 li {
    margin-bottom: 0
}

.sidebar-area .widget_pages ul.style_1 li a,
.sidebar-area .widget_nav_menu ul.style_1 li a {
    position: relative;
    display: block;
    padding: 5px 0;
    padding-left: 18px;
    color: #555;
    font-size: 12px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #e1e2e4;
    text-transform: uppercase;
    text-decoration: none !important
}

.sidebar-area .widget_pages ul.style_1 li a .h6,
.sidebar-area .widget_nav_menu ul.style_1 li a .h6 {
    color: #555
}

.sidebar-area .widget_pages ul.style_1 li a:after,
.sidebar-area .widget_nav_menu ul.style_1 li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 7px;
    z-index: 10;
    top: 50%;
    left: 5px;
    margin-top: -4px;
    background-image: url('../images/chevron2x-right-orange.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 5px 7px;
    background-color: transparent !important
}

.sidebar-area .widget_pages ul.style_1 li a:hover,
.sidebar-area .widget_nav_menu ul.style_1 li a:hover {
    color: #eab830
}

.sidebar-area .widget_pages ul.style_1 li a:hover .h6,
.sidebar-area .widget_nav_menu ul.style_1 li a:hover .h6 {
    color: #eab830
}

.sidebar-area .widget_pages ul.style_1 li a:active,
.sidebar-area .widget_nav_menu ul.style_1 li a:active {
    color: #eab830
}

.sidebar-area .widget_pages ul.style_1 li a:active .h6,
.sidebar-area .widget_nav_menu ul.style_1 li a:active .h6 {
    color: #eab830
}

.sidebar-area .widget_pages ul.style_1 li a:focus,
.sidebar-area .widget_nav_menu ul.style_1 li a:focus {
    color: #eab830
}

.sidebar-area .widget_pages ul.style_1 li a:focus .h6,
.sidebar-area .widget_nav_menu ul.style_1 li a:focus .h6 {
    color: #eab830
}

.sidebar-area .widget_pages ul.style_1 li:first-child a,
.sidebar-area .widget_nav_menu ul.style_1 li:first-child a {
    padding-top: 0
}

.sidebar-area .widget_pages ul.style_1 li:first-child a:after,
.sidebar-area .widget_nav_menu ul.style_1 li:first-child a:after {
    top: 6px;
    margin-top: 0
}

.sidebar-area .widget_pages ul.style_1 li:last-child a,
.sidebar-area .widget_nav_menu ul.style_1 li:last-child a {
    padding-bottom: 0;
    border-bottom: 0
}

.sidebar-area .widget_pages ul.style_1 li:last-child a:after,
.sidebar-area .widget_nav_menu ul.style_1 li:last-child a:after {
    top: 13px;
    margin-top: 0
}

.sidebar-area .widget_contacts ul li .text {
    color: #555
}

.widget_contacts ul {
    list-style: none;
    padding: 0
}

.widget_contacts ul li {
    margin-bottom: 12px
}

.widget_contacts ul li:after {
    content: '';
    clear: both;
    display: block
}

.widget_contacts ul li .icon {
    float: left;
    margin-right: 23px;
    color: #aaa;
    font-size: 16px
}

.widget_contacts ul li .icon .fa-icon-stm_icon_pin {
    font-size: 20px
}

.widget_contacts ul li .text {
    max-width: 100%;
    font-size: 13px;
    overflow: hidden;
    color: #fff
}

.widget_contacts ul li .text a {
    color: #48a7d4;
    font-size: 13px
}

.widget_contacts ul li .text a:hover {
    color: #eab830
}

.widget_contacts ul li.widget_contacts_address .text {
    position: relative;
    top: -5px
}

.stm_product_list_widget {
    padding: 0;
    list-style: none
}

.stm_product_list_widget li {
    margin-bottom: 20px
}

.stm_product_list_widget li a {
    display: block;
    color: #fff
}

.stm_product_list_widget li a:after {
    content: '';
    clear: both;
    display: block
}

.stm_product_list_widget li a img {
    float: left;
    margin-right: 20px
}

.stm_product_list_widget li a .meta {
    overflow: hidden
}

.stm_product_list_widget li a .meta .title {
    font-size: 14px;
    margin-top: -5px
}

.stm_product_list_widget li a .meta .expert {
    text-transform: uppercase;
    color: #aaa
}

.stm_product_list_widget li a:hover .title {
    color: #eab830
}

.widget_categories ul {
    padding: 0;
    list-style: none
}

.widget_categories ul li {
    margin-bottom: 5px
}

.widget_categories ul li a {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important
}

.widget_categories ul li a:hover {
    color: #eab830 !important
}

.widget_categories ul li a:hover:after {
    background-color: #eab830
}

.widget_categories ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%
}

.sidebar-area .widget_categories ul li a {
    color: #48a7d4 !important
}

.sidebar-area .widget_categories ul li a:hover {
    color: #eab830 !important
}

.widget_pages ul.style_2 {
    padding: 0;
    list-style: none
}

.widget_pages ul.style_2 li {
    margin-bottom: 5px
}

.widget_pages ul.style_2 li a {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff
}

.widget_pages ul.style_2 li a .h6 {
    color: #fff;
    margin: 0
}

.widget_pages ul.style_2 li a:hover {
    color: #eab830
}

.widget_pages ul.style_2 li a:hover:after {
    background-color: #eab830
}

.widget_pages ul.style_2 li a:hover .h6 {
    color: #eab830
}

.widget_pages ul.style_2 li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%
}

.socials_widget_wrapper {
    margin: 0 -5px
}

.socials_widget_wrapper .widget_socials {
    max-width: 245px;
    content: '';
    clear: both;
    display: block
}

.socials_widget_wrapper .widget_socials li {
    float: left;
    margin: 0 5px 10px
}

.socials_widget_wrapper .widget_socials li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #48a7d4;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    font-size: 20px;
    color: #fff
}

.socials_widget_wrapper .widget_socials li .back a {
    background-color: #eab830
}

.socials_widget_wrapper .widget_socials li .back a:hover {
    color: #fff
}

.sidebar-area .socials_widget_wrapper {
    margin: 0 -5px
}

.sidebar-area .socials_widget_wrapper .widget_socials {
    max-width: 245px;
    list-style: none
}

.sidebar-area .socials_widget_wrapper .widget_socials:after {
    content: '';
    clear: both;
    display: block
}

.sidebar-area .socials_widget_wrapper .widget_socials li {
    float: left;
    margin: 0 5px 10px
}

.sidebar-area .socials_widget_wrapper .widget_socials li a {
    padding-left: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #48a7d4;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    font-size: 20px;
    color: #fff !important
}

.sidebar-area .socials_widget_wrapper .widget_socials li a:after {
    display: none
}

.sidebar-area .socials_widget_wrapper .widget_socials li .back a {
    background-color: #eab830 !important
}

.socials_widget_wrapper .simple_flip_container {
    perspective: 1000
}

.socials_widget_wrapper .simple_flip_container,
.socials_widget_wrapper .front,
.socials_widget_wrapper .back {
    width: 45px;
    height: 45px
}

.socials_widget_wrapper .simple_flip_container a:hover,
.socials_widget_wrapper .front a:hover,
.socials_widget_wrapper .back a:hover {
    color: #fff !important
}

.socials_widget_wrapper .simple_flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative
}

.socials_widget_wrapper .front,
.socials_widget_wrapper .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.socials_widget_wrapper .front {
    z-index: 2;
    transform: rotateY(0deg)
}

.socials_widget_wrapper .back {
    transform: rotateY(180deg)
}

.sidebar-area {
    position: relative
}

.sidebar-area .widget {
    position: relative;
    padding-top: 40px;
    margin-top: 48px;
    overflow: hidden
}

.sidebar-area .widget:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #eab830;
    top: 0;
    left: 0
}

.sidebar-area .widget:before {
    content: '';
    display: block;
    position: absolute;
    width: 700px;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    top: 1px;
    left: 65px
}

.sidebar-area .widget ul {
    padding: 0;
    list-style: none
}

.sidebar-area .widget ul li {
    margin-bottom: 10px
}

.sidebar-area .widget ul li a {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #48a7d4 !important
}

.sidebar-area .widget ul li a:hover {
    color: #eab830 !important
}

.sidebar-area .widget ul li a:hover:after {
    background-color: #eab830
}

.sidebar-area .widget ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background-color: #48a7d4;
    border-radius: 50%
}

.sidebar-area .widget ul li .children {
    margin-top: 8px;
    padding-left: 15px
}

.sidebar-area .widget ul li .children li {
    margin-bottom: 0
}

.sidebar-area {
    margin-top: 17px;
    padding-bottom: 20px
}

.sidebar-area .widget:first-child {
    margin-top: 7px
}

.sidebar-area .widget_title h3 {
    margin: 0 0 25px;
    text-transform: uppercase
}

.sidebar-area.sidebar-area-right:after {
    left: -31px;
    display: block
}

.sidebar-area.sidebar-area-left:after {
    right: -31px;
    display: block
}

.sidebar-area:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    z-index: 10;
    top: 7px;
    background-color: #e1e2e4;
    display: none
}

.widget_tag_cloud .tagcloud {
    margin: 0 -3px -9px
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 0 3px 9px;
    padding: 5px 9px;
    vertical-align: top;
    max-width: 100%;
    color: #aaa;
    background-color: #f0f2f5;
    border: 1px solid #f5f5f5;
    font-size: 13px !important
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #48a7d4;
    color: #fff;
    border-color: #48a7d4
}

.sidebar-area .widget_search {
    overflow: visible;
    padding-top: 0
}

.sidebar-area .widget_search:before {
    display: none
}

.sidebar-area .widget_search .widget_title {
    position: relative;
    padding-top: 40px;
    overflow: hidden
}

.sidebar-area .widget_search .widget_title:before {
    content: '';
    display: block;
    position: absolute;
    width: 700px;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    top: 1px;
    left: 65px
}

.widget_search .search-form {
    margin-left: -30px
}

.widget_search .search-form>label {
    display: block;
    position: relative;
    padding: 20px 30px;
    background-color: #f0f2f5;
    font-weight: 400
}

.widget_search .search-form>label:after {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 38px;
    z-index: 10;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    right: 30px;
    top: 20px;
    content: "\f002";
    color: #48a7d4;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    z-index: 0
}

.widget_search .search-form input[type=search] {
    background-color: #fff;
    padding: 0 45px 0 10px;
    width: 100%;
    border: 0;
    height: 38px;
    line-height: 38px;
    outline: none !important
}

.widget_search .search-form input[type=submit] {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 42px;
    height: 38px;
    opacity: 0;
    z-index: 5
}

.sidebar-area-right .widget_search .search-form {
    margin-right: 0;
    margin-left: -31px
}

.sidebar-area-left .widget_search .search-form {
    margin-left: 0;
    margin-right: -31px
}

.sidebar-area-none:after {
    display: none;
    opacity: 0;
    visibility: hidden
}

.widget_breadcrumb_navxt .breadcrumbs a {
    text-transform: uppercase;
    font-size: 11px
}

.widget_breadcrumb_navxt .breadcrumbs span {
    font-size: 11px;
    text-transform: uppercase
}

.widget_breadcrumb_navxt .breadcrumbs i {
    font-size: 10px;
    margin: 0 7px
}

.sidebar-area .widget_mailchimp .stm_subscribe_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.sidebar-area .widget_mailchimp .stm_mailchimp_unit .stm_subscribe_email {
    border: 2px solid #e0e5eb;
    background-color: #e0e5eb;
    padding-right: 115px
}

.sidebar-area .widget_mailchimp .stm_mailchimp_unit .stm_subscribe_email:focus {
    background-color: #fff
}

.sidebar-area .widget_mailchimp .stm_mailchimp_unit .button {
    min-width: 100px;
    line-height: 44px
}

.sidebar-area .widget_mailchimp .stm_mailchimp_unit .button .h5 {
    font-size: 13px
}

.widget_recent_comments a {
    padding-left: 0 !important
}

.widget_recent_comments a:after {
    display: none;
    opacity: 0;
    visibility: hidden
}

#wp-calendar {
    width: 100%
}

#wp-calendar>caption {
    padding-top: 0;
    margin-top: -4px
}

.footer_widgets_wrapper .widget ul li a {
    color: #fff
}

.footer_widgets_wrapper .widget ul li a:hover {
    color: #eab830
}

.footer_widgets_wrapper .widget ul li .children {
    margin-top: 5px;
    padding-left: 15px
}

.footer_widgets_wrapper .widget ul li .children li {
    margin-bottom: 0
}

.footer_widgets_wrapper .widget a.rsswidget {
    color: #fff;
    text-decoration: none !important
}

.footer_widgets_wrapper .widget a.rsswidget img {
    position: relative;
    top: 1px;
    vertical-align: top
}

.widget_recently_viewed_products li,
.widget_products li,
.widget_recent_reviews li,
.product_list_widget li {
    margin-bottom: 5px
}

.widget_recently_viewed_products li a,
.widget_products li a,
.widget_recent_reviews li a,
.product_list_widget li a {
    padding: 0;
    padding-left: 0 !important
}

.widget_recently_viewed_products li a:after,
.widget_products li a:after,
.widget_recent_reviews li a:after,
.product_list_widget li a:after {
    display: none;
    visibility: hidden;
    opacity: 0
}

.widget_recently_viewed_products li a.remove,
.widget_products li a.remove,
.widget_recent_reviews li a.remove,
.product_list_widget li a.remove {
    visibility: hidden;
    opacity: 0;
    display: none !important
}

.widget_recently_viewed_products li a .product-title,
.widget_products li a .product-title,
.widget_recent_reviews li a .product-title,
.product_list_widget li a .product-title {
    position: relative;
    top: -5px;
    display: block;
    overflow: hidden
}

.widget_recently_viewed_products li span.quantity,
.widget_products li span.quantity,
.widget_recent_reviews li span.quantity,
.product_list_widget li span.quantity {
    margin-top: 5px;
    display: block;
    overflow: hidden
}

.widget_recently_viewed_products .attachment-shop_thumbnail,
.widget_products .attachment-shop_thumbnail,
.widget_recent_reviews .attachment-shop_thumbnail,
.product_list_widget .attachment-shop_thumbnail {
    float: left;
    margin-right: 14px
}

.widget_recently_viewed_products li,
.widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li {
    margin-bottom: 20px !important
}

.widget_product_search .woocommerce-product-search {
    position: relative;
    padding: 20px 30px;
    background-color: #f0f2f5
}

.widget_product_search .woocommerce-product-search:after {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 38px;
    z-index: 10;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    right: 30px;
    top: 20px;
    content: "\f002";
    color: #48a7d4;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    z-index: 0
}

.widget_product_search .woocommerce-product-search input[type=search] {
    padding: 0 45px 0 10px;
    width: 100%;
    border: 0;
    height: 38px;
    line-height: 38px;
    outline: none !important
}

.widget_product_search .woocommerce-product-search input[type=submit] {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 42px;
    height: 38px;
    opacity: 0;
    z-index: 5
}

.widget_stm_recent_posts .widget_media {
    margin-bottom: 21px
}

.widget_stm_recent_posts .widget_media:last-child {
    margin-bottom: 0
}

.widget_stm_recent_posts .widget_media a:hover .h6 {
    color: #48a7d4
}

.widget_stm_recent_posts .widget_media img {
    float: left;
    width: 83px;
    padding-right: 20px
}

.widget_stm_recent_posts .widget_media .h6 {
    display: block;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: -1px
}

.widget_stm_recent_posts .widget_media .cats_w a {
    font-size: 13px;
    color: #aaa
}

.widget_stm_recent_posts .widget_media .cats_w a:hover {
    color: #eab830
}

.widget_stm_recent_posts .widget_media .cats_w .comma {
    margin-left: 2px;
    color: #aaa
}

.widget_stm_recent_posts .widget_media .cats_w .comma:last-child {
    display: none
}

.sidebar-area .stm_widget_top_rated_products ul li a {
    padding-left: 0 !important
}

.sidebar-area .stm_widget_top_rated_products ul li a .expert,
.sidebar-area .stm_widget_top_rated_products ul li a .title {
    text-transform: none
}

.sidebar-area .stm_widget_top_rated_products ul li a .title {
    line-height: 19px
}

.sidebar-area .stm_widget_top_rated_products ul li a:after {
    display: none;
    visibility: hidden;
    opacity: 0
}

.stm_product_list_widget.widget_woo_stm_style_2 li {
    min-height: 84px;
    margin-bottom: 17px !important
}

.stm_product_list_widget.widget_woo_stm_style_2 li:last-child {
    margin-bottom: 0 !important
}

.stm_product_list_widget.widget_woo_stm_style_2 li a {
    display: block !important
}

.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .title {
    margin-top: -3px;
    margin-bottom: 5px;
    line-height: 18px
}

.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .rating {
    display: inline-block;
    vertical-align: top
}

.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .rating .price {
    display: none
}

.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .expert {
    margin-top: 4px;
    line-height: 14px
}

.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top
}

.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price .price {
    min-width: 47px;
    padding: 4px;
    color: #fff;
    text-align: center;
    background-color: #48a7d4;
    border-radius: 3px;
    font-size: 12px;
    text-transform: none;
    line-height: 12px
}

.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price .price.price_free {
    background-color: #10c45c
}

.stm_product_list_widget.widget_woo_stm_style_2 li a:hover .title {
    color: #48a7d4
}

.sidebar-area .widget_text p {
    margin-bottom: 15px
}

.sidebar-area .widget_text .widget_title {
    margin-bottom: 15px
}

.sidebar-area .widget_text .btn {
    margin-top: 20px;
    background-color: #48a7d4;
    border-color: #48a7d4
}

.widget_working_hours .widget_title {
    margin-bottom: 14px
}

.table_working_hours {
    width: 100%
}

.table_working_hours tr {
    border: 0;
    border-bottom: 1px dashed #e1e2e4
}

.table_working_hours tr:last-child {
    border-bottom: 0
}

.table_working_hours tr td {
    color: #555
}

.table_working_hours tr td.day_label {
    text-align: left;
    padding: 9px 0
}

.table_working_hours tr td.day_label:first-letter {
    text-transform: uppercase
}

.table_working_hours tr td.day_value {
    padding-left: 3px;
    text-align: right
}

.table_working_hours tr td.day_value.closed span {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f13e3e;
    color: #fff;
    border-radius: 3px
}

.table_working_hours tr.opened:hover td {
    color: #10c45c
}

.table_working_hours tr.closed:hover td.day_label {
    color: #f13e3e
}

.sidebar-area .textwidget {
    padding-top: 5px
}

.sidebar-area .widget_woo_stm_style_2 {
    margin-bottom: 0
}

.sidebar-area .widget_text {
    margin-bottom: -13px
}

.widgettitle {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 25px;
    text-transform: uppercase
}

.widget_title h5 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 25px;
    text-transform: uppercase
}

.widget_shopping_cart .wc-forward {
    margin-bottom: 15px
}

.sidebar-area .widget.widget_recent_entries ul li a {
    padding-left: 0
}

.sidebar-area .widget.widget_recent_entries ul li a:after {
    display: none
}

.footer_widgets_wrapper .widget_working_hours .widget_title h3 {
    margin-bottom: 15px !important
}

.footer_widgets_wrapper .table_working_hours tr {
    border-color: #67757b
}

.footer_widgets_wrapper .table_working_hours tr td {
    padding: 9px 0;
    color: #fff
}

.footer_widgets_wrapper .table_working_hours tr td.day_value {
    padding-left: 3px
}

.widget_rss ul li a {
    padding-left: 0
}

.widget_rss ul li a:after {
    display: none
}

.widget_rss ul li .rss-date {
    display: block;
    padding-left: 3px;
    font-size: 13px;
    font-style: italic
}

.sidebar-area .widget_rss ul li a {
    padding-left: 0
}

.sidebar-area .widget_rss ul li a:after {
    display: none
}

.sidebar-area .widget_nav_menu .sub-menu {
    margin-top: 10px;
    padding-left: 15px
}

#footer .widget_text strong,
.sidebar-area .widget_text strong {
    display: inline-block;
    margin-bottom: 10px
}

#footer .widget_text img,
.sidebar-area .widget_text img {
    margin-bottom: 10px
}

#footer .widget_text .wp-caption-text,
.sidebar-area .widget_text .wp-caption-text {
    margin-bottom: 0
}

#footer .widget_text .wp-caption,
.sidebar-area .widget_text .wp-caption {
    max-width: 100%
}

#footer .widget_text .wp-caption.alignnone,
.sidebar-area .widget_text .wp-caption.alignnone {
    margin-right: 0
}

#footer .widget_search .search-form {
    margin-left: 0 !important
}

#footer .widget_pages ul ul {
    list-style: disc
}

#footer .widget_rss ul {
    list-style: none;
    padding-left: 0
}

#footer .widget_archive a {
    text-transform: uppercase
}

.wp-audio-shortcode {
    margin-bottom: 15px
}

#footer .widget_nav_menu ul {
    list-style: disc
}

woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #457992;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -0.3em;
    margin-left: -0.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #48a7d4
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin-bottom: 30px;
    border-radius: 1em;
    background-color: #48a7d4;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

#footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 15;
    clear: both;
}

#footer .widget_title h3 {
    margin: 0 0 25px;
    color: #fff;
    text-transform: uppercase
}

#footer_top {
    padding: 63px 0 30px;
    color: #ccc;
    clear: both;
}

#footer_bottom {
    padding: 63px 0 25px;
    color: #fff
}

#footer_bottom .widget_title h3 {
    margin-bottom: 21px
}

#footer_copyright {
    border-top: 1px solid #5e676b;
    padding: 23px 0 20px
}

#footer_copyright .footer_logo {
    max-width: 25px;
    margin-right: 20px
}

#footer_copyright .copyright_text {
    margin-top: 1px;
    color: #fff
}

#footer_copyright .copyright_text a {
    color: #fff;
    text-decoration: underline !important
}

#footer_copyright .copyright_text a:hover {
    color: #eab830
}

.cols_1 {
    margin: 0 -15px
}

.cols_1 aside {
    float: left;
    padding: 0 15px 15px;
    width: 100%
}

.cols_1 aside:nth-child(1n+1) {
    clear: both
}

.cols_2 {
    margin: 0 -15px
}

.cols_2 aside {
    float: left;
    padding: 0 15px 15px;
    width: 50%
}

.cols_2 aside:nth-child(2n+1) {
    clear: both
}

.cols_3 {
    margin: 0 -15px
}

.cols_3 aside {
    float: left;
    padding: 0 15px 15px;
    width: 33.333333333333%
}

.cols_3 aside:nth-child(3n+1) {
    clear: both
}

.cols_4 {
    margin: 0 -15px
}

.cols_4 aside {
    float: left;
    padding: 0 15px 15px;
    width: 25%
}

.cols_4 aside:nth-child(4n+1) {
    clear: both
}

.footer_menu {
    list-style: none;
    padding: 0
}

.footer_menu li {
    float: left;
    margin: 1px 20px 0 0
}

.footer_menu li.current-menu-item a {
    color: #fd7635
}

.footer_menu li a {
    text-transform: uppercase;
    color: #fff
}

.footer_menu li a:hover {
    color: #fd7635
}

.footer_menu li:last-child {
    margin-right: 0
}

.copyright_socials ul {
    list-style: none;
    padding-left: 0;
    margin-left: 50px
}

.copyright_socials ul li {
    display: inline-block;
    margin-bottom: 0
}

.copyright_socials ul li:last-child a {
    padding-right: 0
}

.copyright_socials ul li:first-child a {
    padding-left: 0
}

.copyright_socials ul li a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: #fff
}

.copyright_socials ul li a:hover {
    color: #fd7635
}

.stm_countdown {
    position: relative;
    padding-bottom: 37px;
    display: inline-block;
    vertical-align: top
}

.countDiv {
    display: block;
    float: left;
    width: 29px;
    height: 104px;
    position: relative;
    opacity: 1
}

.countDiv.flash {
    opacity: 0
}

@media (max-width:991px) and (min-width:768px) {
    .countDiv {
        height: 70px;
        width: 15px
    }
}

@media (max-width:515px) {
    .countDiv {
        height: 60px;
        width: 10px
    }
}

.countDiv:before,
.countDiv:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 10;
    background-color: #414b4f;
    border-radius: 50%;
    left: 50%;
    margin-left: -4px;
    top: 40px
}

@media (max-width:991px) and (min-width:768px) {

    .countDiv:before,
    .countDiv:after {
        width: 5px;
        height: 5px;
        margin-left: -2px;
        top: 25px
    }
}

@media (max-width:515px) {

    .countDiv:before,
    .countDiv:after {
        width: 5px;
        height: 5px;
        margin-left: -2px;
        top: 25px
    }
}

.countDiv:after {
    top: 56px
}

@media (max-width:991px) and (min-width:768px) {
    .countDiv:after {
        top: 40px
    }
}

@media (max-width:515px) {
    .countDiv:after {
        top: 35px
    }
}

.position {
    position: relative;
    display: block;
    width: 44px;
    height: 98px;
    float: left;
    color: #fff;
    font-size: 50px;
    line-height: 98px;
    z-index: 11
}

.position.h1 {
    margin: 0;
    color: #fff
}

.position .digit {
    position: absolute;
    width: 44px;
    height: 98px;
    padding-right: 2px;
    text-align: right;
    line-height: 98px;
    top: 0;
    left: 0
}

@media (max-width:991px) and (min-width:768px) {
    .position .digit {
        width: 30px;
        height: 70px;
        line-height: 70px
    }
}

@media (max-width:515px) {
    .position .digit {
        width: 25px;
        height: 60px;
        line-height: 60px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .position {
        width: 30px;
        height: 70px;
        line-height: 70px;
        font-size: 27px !important
    }
}

@media (max-width:515px) {
    .position {
        width: 25px;
        height: 60px;
        line-height: 60px;
        font-size: 27px !important
    }
}

.countDays,
.countHours,
.countMinutes,
.countSeconds {
    position: relative;
    display: block;
    width: 88px;
    height: 104px;
    text-align: center;
    float: left;
    border-top: 3px solid #676d70;
    border-bottom: 3px solid #495154;
    border-radius: 5px
}

.countDays .position:last-child .digit,
.countHours .position:last-child .digit,
.countMinutes .position:last-child .digit,
.countSeconds .position:last-child .digit {
    text-align: left;
    padding-left: 2px
}

.countDays:after,
.countHours:after,
.countMinutes:after,
.countSeconds:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #3b4448;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 10;
    bottom: 0;
    left: 0;
    background-color: #525b5f;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

@media (max-width:991px) and (min-width:768px) {

    .countDays,
    .countHours,
    .countMinutes,
    .countSeconds {
        width: 60px;
        height: 70px
    }
}

@media (max-width:515px) {

    .countDays,
    .countHours,
    .countMinutes,
    .countSeconds {
        width: 50px;
        height: 60px
    }
}

.countdown_label {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase
}

@media (max-width:991px) and (min-width:768px) {
    .countdown_label {
        font-size: 12px !important
    }
}

@media (max-width:515px) {
    .countdown_label {
        font-size: 10px !important
    }
}

.woocommerce-breadcrumb {
    background-color: #f6f6f6;
    padding: 9px 0 7px;
    margin-bottom: 52px;
    border-bottom: 1px solid #f0f2f5;
    color: #aaa;
    font-size: 11px;
    text-transform: uppercase
}

.woocommerce-breadcrumb a {
    font-size: 11px;
    color: #aaa
}

.woocommerce-breadcrumb a:hover {
    color: #eab830
}

.woocommerce-breadcrumb i {
    font-size: 10px;
    margin: 0 10px;
    color: #dcdcdc
}

.stm_archive_product_inner_unit {
    position: relative;
    margin-bottom: 30px
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered {
    position: relative;
    max-width: 270px;
    width: auto;
    margin: 0 auto;
    overflow: hidden
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_price .price {
    min-width: 76px;
    position: absolute;
    top: 13px;
    left: -4px;
    display: inline-block;
    padding: 11px 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #48a7d4;
    z-index: 11
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_price .price.price_free {
    background-color: #eab830
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_price .price h5 {
    margin: 0;
    color: #fff
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_image {
    position: relative
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_image a {
    position: relative;
    display: block;
    z-index: 5
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_image img {
    padding-bottom: 0
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_body {
    min-height: 90px;
    padding: 14px 13px 7px;
    border: 1px solid #dcdcdc
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_body a {
    text-decoration: none !important
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_body a .title {
    max-width: 190px;
    margin-bottom: 6px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    border: 0 !important
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_body a .title:hover {
    color: #48a7d4
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_body .expert {
    color: #aaa;
    font-size: 12px;
    font-weight: 400
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_footer {
    padding: 10px 13px 7px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    font-weight: 400
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_footer .stm_featured_product_comments {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    color: #848484
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_footer .stm_featured_product_comments i {
    font-size: 12px;
    margin-right: 3px
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_footer .stm_featured_product_comments span {
    font-size: 13px
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_footer .stm_featured_product_stock {
    display: inline-block;
    vertical-align: top;
    color: #848484
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_footer .stm_featured_product_stock i {
    font-size: 12px;
    margin-right: 3px
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_footer .stm_featured_product_stock span {
    font-size: 13px
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_footer .stm_featured_product_show_more {
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    height: 42px
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_footer .stm_featured_product_show_more a {
    padding: 10px;
    width: 100%;
    height: 100%
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered:hover .stm_featured_product_show_more {
    bottom: 0px !important
}

.stm-courses .col-md-4:nth-child(3n+1) {
    clear: both
}

.stm-courses .col-md-3:nth-child(4n+1) {
    clear: both
}

.archive-course-title {
    padding-top: 7px;
    margin: 0 0 35px;
    text-transform: uppercase
}

.stm_woo_helpbar {
    padding: 22px 25px 22px 30px;
    margin-bottom: 50px;
    background-color: #f0f2f5
}

.stm_woo_helpbar .woocommerce-product-search {
    margin-right: 20px
}

.stm_woo_helpbar .woocommerce-product-search .search-field {
    outline: none !important;
    padding: 0 22px;
    border: 1px solid #e1e2e4;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    margin-right: 7px
}

.stm_woo_helpbar .woocommerce-product-search input[type="submit"] {
    height: 36px;
    padding: 0;
    min-width: 105px;
    background-color: #eab830;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    border: 0;
    outline: none !important
}

.stm_woo_helpbar .select2 {
    min-width: 215px
}

.stm_woo_helpbar .select2-container--default .select2-selection--single {
    height: 36px
}

.stm_woo_helpbar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    font-weight: 400;
    color: #555;
    font-size: 12px
}

.stm_woo_helpbar .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 36px
}

.stm_woo_helpbar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    line-height: 37px
}

.stm_woo_helpbar .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    color: #aaa
}

.view_type_switcher {
    margin-left: 33px
}

.view_type_switcher a {
    display: inline-block;
    margin-right: 7px;
    width: 36px;
    height: 36px;
    background-color: #d7d8da;
    text-align: center;
    line-height: 36px;
    border-radius: 5px
}

.view_type_switcher a:last-child {
    margin-right: 0
}

.view_type_switcher a.view_list.active_list,
.view_type_switcher a.view_grid.active_grid {
    background-color: #48a7d4
}

.view_type_switcher a:hover {
    background-color: #48a7d4
}

.view_type_switcher i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 17px;
    color: #fff
}

.no_image_holder {
    height: 50px
}

.stm_woo_archive_view_type_list .stm_archive_product_inner_unit_centered {
    padding-bottom: 20px;
    max-width: 100%
}

.stm_woo_archive_view_type_list .stm_featured_product_image_list {
    float: left;
    margin: 0 30px 0 0
}

.stm_woo_archive_view_type_list .no_image_holder {
    min-width: 300px
}

.stm_woo_archive_view_type_list .stm_products_archive_body_list {
    overflow: hidden
}

.stm_woo_archive_view_type_list .stm_products_archive_body_list .title {
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e2e4;
    margin: 0 0 17px
}

.stm_woo_archive_view_type_list .star-rating {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 20px;
    margin: 10px 5px 0 0;
    background-size: 20px 20px
}

.stm_woo_archive_view_type_list .star-rating>span {
    height: 20px;
    background-size: 20px 20px
}

.stm_woo_archive_view_type_list .list_product_price_hidden_rating .price {
    display: none
}

.stm_woo_archive_view_type_list .votes_num {
    display: inline-block;
    margin: 13px 48px 0 0;
    vertical-align: top
}

.stm_woo_archive_view_type_list .expert_unit_link {
    display: block;
    text-decoration: none !important
}

.stm_woo_archive_view_type_list .expert_unit_link:hover .expert {
    color: #48a7d4
}

.stm_woo_archive_view_type_list .expert_unit .expert {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    color: #555
}

.stm_woo_archive_view_type_list .expert_unit .expert .value {
    margin: 5px 0 3px
}

.stm_woo_archive_view_type_list .expert_unit .expert span {
    display: block;
    color: #555 !important
}

.stm_woo_archive_view_type_list .expert_unit .expert_img {
    float: left;
    margin-right: 10px
}

.stm_woo_archive_view_type_list .expert_unit .expert_img img {
    max-width: 40px;
    border-radius: 50%
}

.stm_woo_archive_view_type_list .stm_featured_product_stock {
    margin-right: 13px
}

.stm_woo_archive_view_type_list .stm_featured_product_stock i {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 32px;
    color: #48a7d4;
    vertical-align: top
}

.stm_woo_archive_view_type_list .stm_featured_product_stock span {
    display: inline-block;
    padding-top: 4px;
    margin: 0;
    overflow: hidden;
    vertical-align: top
}

.stm_woo_archive_view_type_list .stm_product_meta_unit {
    margin-bottom: 11px
}

.stm_woo_archive_view_type_list .stm_archive_product_exceprt {
    margin-bottom: 17px
}

.stm_woo_archive_view_type_list .stm_archive_product_exceprt p {
    margin-bottom: 0
}

.stm_archive_product_inner_grid_content .stm_archive_product_inner_unit {
    margin-bottom: 50px
}

.stm_archive_product_inner_grid_content .stm-courses {
    margin-bottom: 0
}

.stm_archive_product_inner_grid_content .stm-courses li {
    margin-bottom: 0
}

.multiseparator.grid {
    margin: 0 0 40px
}

.multiseparator.list {
    display: none
}

.product_status {
    margin: 0;
    padding: 2px 7px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px
}

.product_status.hot {
    background-color: #ff005b;
    color: #fff;
    font-size: 10px
}

.product_status.special {
    background-color: #48a7d4;
    color: #fff;
    font-size: 10px
}

.product_status.new {
    background-color: #eab830;
    color: #fff;
    font-size: 10px
}

.post-type-archive-product .woocommerce-breadcrumb {
    margin-bottom: 61px
}

.stm_course_single_page_top .title {
    margin-top: 0;
    padding-bottom: 20px
}

.stm_product_meta_single_page {
    position: relative;
    padding-bottom: 45px;
    border-bottom: 1px solid #e1e2e4;
    margin-top: 35px;
    z-index: 11;
    background-color: #fff
}

.stm_product_meta_single_page.left {
    margin-right: -31px
}

.stm_product_meta_single_page.right {
    margin-left: -31px
}

.stm_product_meta_single_page .quantity {
    display: none
}

.stm_product_meta_single_page .price {
    margin-bottom: 20px
}

.shop_sidebar_single_page.sidebar-area {
    margin-top: 0
}

.shop_sidebar_single_page.sidebar-area .widget:first-child:before,
.shop_sidebar_single_page.sidebar-area .widget:first-child:after {
    display: none
}

.shop_sidebar_single_page.sidebar-area:after {
    top: 0
}

.single_product_inner_content .single_product_title {
    margin-top: 10px
}

.single_product_inner_content .single_product_title .product_title {
    margin-top: 0;
    padding-bottom: 23px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e1e2e4
}

.single_product_after_title {
    margin-bottom: 20px
}

.single_product_after_title .meta_pull {
    max-width: 80%
}

.single_product_after_title .meta-unit {
    margin-bottom: 10px
}

.single_product_after_title .meta-unit .value {
    color: #555;
    margin: -1px 0 0;
    text-transform: uppercase
}

.single_product_after_title .meta-unit .value span {
    margin: 0 3px;
    color: #555
}

.single_product_after_title .meta-unit .value a {
    color: #555
}

.single_product_after_title .meta-unit .value a:last-child span {
    display: none
}

.single_product_after_title .meta-unit .value a:hover {
    color: #eab830
}

.single_product_after_title .meta-unit .meta_values {
    float: left
}

.single_product_after_title .meta-unit i {
    display: block;
    padding-top: 5px;
    margin: 0 15px 0 2px;
    font-size: 30px;
    color: #eab830
}

.single_product_after_title .meta-unit.teacher {
    margin-right: 55px
}

.single_product_after_title .meta-unit.teacher:hover .value {
    color: #eab830
}

.single_product_after_title .star-rating {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 20px;
    margin: 1px 0 4px 0;
    background-size: 20px 20px
}

.single_product_after_title .star-rating>span {
    height: 20px;
    background-size: 20px 20px
}

.single_product_after_title .price {
    display: none
}

.images .stm_thumnbails_gallery_unit {
    margin: 0 -6px
}

.images .woocommerce-main-image {
    display: block;
    text-align: center
}

.images .woocommerce-main-image img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.images .thumbnails {
    margin: 20px 0 0
}

.images .thumbnails:after {
    content: '';
    clear: both;
    display: block
}

.images .thumbnails a {
    display: block;
    max-width: 170px;
    padding: 0 5px;
    float: left;
    text-align: center
}

.images .thumbnails a img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.stm_woo_gallery-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px
}

.stm_woo_gallery-wrapper .gallery-btn {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    opacity: 0
}

.stm_woo_gallery-wrapper .gallery-btn.gallery-prev {
    left: -30px
}

.stm_woo_gallery-wrapper .gallery-btn.gallery-next {
    right: -30px
}

.stm_woo_gallery-wrapper:hover .gallery-btn {
    opacity: 1
}

.stm_woo_gallery-wrapper:hover .gallery-btn.gallery-prev {
    left: 0px
}

.stm_woo_gallery-wrapper:hover .gallery-btn.gallery-next {
    right: 0px
}

.stm_price_label {
    display: block;
    margin: 0 0 8px;
    text-transform: uppercase
}

.price {
    margin-bottom: 15px
}

.price ins {
    text-decoration: none
}

.price ins .amount {
    font-size: 32px;
    font-weight: 700
}

.price del {
    margin-right: 5px
}

.out-of-stock {
    margin-bottom: 10px
}

.in-stock {
    display: none
}

.stm_product_sidebar_meta_units {
    margin-top: 15px
}

.stm_product_sidebar_meta_units .stm_product_sidebar_meta_unit table {
    width: 100%
}

.stm_product_sidebar_meta_units .stm_product_sidebar_meta_unit table tr {
    border: 0
}

.stm_product_sidebar_meta_units .stm_product_sidebar_meta_unit table td {
    border-bottom: 1px solid #e1e2e4;
    padding: 23px 0 23px
}

.stm_product_sidebar_meta_units .stm_product_sidebar_meta_unit table td.icon {
    padding-left: 5px;
    width: 60px;
    font-size: 30px;
    vertical-align: middle;
    color: #aaa
}

.stm_product_sidebar_meta_units .stm_product_sidebar_meta_unit table td.value {
    margin: 0;
    color: #555
}

.stm_product_sidebar_meta_units .stm_product_sidebar_meta_unit:last-child td {
    border-bottom: 0;
    padding-bottom: 0
}

.single_add_to_cart_button {
    width: 100%;
    max-width: 301px;
    text-align: center;
    height: 75px;
    font-size: 18px;
    letter-spacing: -0.2px
}

.single_add_to_cart_button_link {
    line-height: 50px
}

div.pp_woocommerce .pp_gallery ul li a:hover,
div.pp_woocommerce .pp_gallery ul li.selected a {
    border-color: #eab830 !important
}

.teacher_single_product_page_title {
    text-transform: uppercase;
    margin: 38px 0 20px
}

.teacher_single_product_page {
    padding-bottom: 15px
}

.teacher_single_product_page>a:hover .title {
    color: #eab830
}

.teacher_single_product_page img {
    float: left;
    margin-right: 15px;
    max-width: 100px;
    border-radius: 50%
}

.teacher_single_product_page .title {
    margin: 11px 0 2px;
    color: #457992
}

.teacher_single_product_page .job {
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 13px
}

.teacher_single_product_page .expert_socials {
    overflow: hidden;
    padding-top: 5px
}

.teacher_single_product_page .expert_socials a {
    position: relative;
    top: 0;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
    height: 28px;
    width: 28px;
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px
}

.teacher_single_product_page .expert_socials a.expert-social-facebook {
    background-color: #3684e3
}

.teacher_single_product_page .expert_socials a.expert-social-twitter {
    background-color: #53c8ff
}

.teacher_single_product_page .expert_socials a.expert-social-google-plus {
    background-color: #dd4b39
}

.teacher_single_product_page .expert_socials a.expert-social-linkedin {
    background-color: #2437ab
}

.teacher_single_product_page .expert_socials a.expert-social-youtube-play {
    background-color: #b00
}

.teacher_single_product_page .expert_socials a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    z-index: 10;
    bottom: -3px;
    left: 0;
    display: none
}

.teacher_single_product_page .expert_socials a:hover {
    top: -3px
}

.teacher_single_product_page .expert_socials a:hover:after {
    display: block
}

.teacher_single_product_page .expert_socials a:last-child {
    margin-left: 0
}

.teacher_single_product_page .content {
    margin-top: 30px
}

.woocommerce-verification-required {
    margin: 15px 0
}

.woo_reviews_title {
    margin: 38px 0 28px;
    text-transform: uppercase
}

.average_rating {
    float: left;
    margin-right: 95px
}

.detailed_rating {
    float: left;
    margin-bottom: 7px
}

.detailed_rating .detail_rating_unit {
    font-size: 13px
}

.detailed_rating .detail_rating_unit tr {
    border: 0
}

.detailed_rating .detail_rating_unit tr td {
    padding: 0;
    padding-bottom: 15px
}

.detailed_rating .detail_rating_unit tr td.key {
    padding-right: 15px;
    font-weight: 700;
    color: #555
}

.detailed_rating .detail_rating_unit tr td.bar {
    padding-right: 13px
}

.detailed_rating .detail_rating_unit tr td.bar .full_bar {
    position: relative;
    width: 177px;
    height: 14px;
    background-color: #e1e2e4;
    border-radius: 4px
}

.detailed_rating .detail_rating_unit tr td.bar .full_bar .bar_filler {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #eab830;
    border-radius: 4px
}

.average_rating_unit {
    min-width: 148px;
    padding: 20px 15px 13px;
    margin-bottom: 15px;
    border: 2px solid #eab830;
    border-radius: 5px;
    text-align: center
}

.average_rating_unit .average_rating_value {
    font-size: 75px;
    line-height: 75px;
    font-weight: 700;
    letter-spacing: -5px
}

.average_rating_unit .average_rating_num {
    color: #aaa
}

.average-rating-stars {
    margin-bottom: 10px
}

.average-rating-stars .star-rating {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 20px;
    margin-top: 8px;
    background-size: 20px 20px
}

.average-rating-stars .star-rating>span {
    height: 20px;
    background-size: 20px 20px
}

.average-rating-stars .price {
    display: none
}

.rating_sub_title {
    margin-bottom: 15px
}

.comment-form-rating.woo_stm_rating_fields {
    margin-bottom: 15px
}

.comment-form-rating.woo_stm_rating_fields .select2 {
    display: none !important
}

.comment-form-rating.woo_stm_rating_fields .stars {
    margin: 10px 0 25px;
    text-indent: -9999px
}

.comment-form-rating.woo_stm_rating_fields .stars span {
    display: block
}

.comment-form-rating.woo_stm_rating_fields .stars span:after {
    content: '';
    clear: both;
    display: block
}

.comment-form-rating.woo_stm_rating_fields .stars span a {
    display: block;
    float: left;
    padding-left: 3px;
    width: 20px;
    height: 20px;
    background: url('../images/staremptyl.svg') 0 0 no-repeat;
    background-size: 20px 20px
}

.comment-form-rating.woo_stm_rating_fields .stars span a.filled-active,
.comment-form-rating.woo_stm_rating_fields .stars span a.filled {
    background: url('../images/starfull.svg') 0 0 no-repeat;
    background-size: 20px 20px
}

.comment-form-rating.woo_stm_rating_fields label {
    font-size: 13px
}

h4 .verified {
    font-size: 13px
}

.stm_woo_comments .comment_container img {
    border-radius: 50%;
    float: left;
    margin-right: 27px
}

.stm_woo_comments .comment-list li {
    padding-bottom: 50px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e2e4
}

.stm_woo_comments .comment-list li:after {
    content: '';
    clear: both;
    display: block
}

.stm_woo_comments .comment-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.stm_woo_comments .comment-text .star-rating {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top;
    width: 100px;
    height: 20px;
    background-size: 20px 20px
}

.stm_woo_comments .comment-text .star-rating>span {
    height: 20px;
    background-size: 20px 20px
}

.stm_woo_comments .comment-text .description {
    margin-top: 6px
}

.stm_woo_comments .meta {
    display: inline-block;
    font-size: 12px;
    color: #aaa;
    vertical-align: top
}

.stm_woo_comments .stm_review_author_name {
    margin-bottom: 20px
}

.stm_woo_comments .stm_review_author_name h4 {
    margin: 0
}

.stm_woo_review_form .form-submit {
    margin-bottom: 0
}

.sidebar_product_content {
    margin-bottom: 15px
}

.sidebar_product_content:after {
    content: '';
    clear: both;
    display: block
}

.sidebar_product_content .product_main_data {
    float: left;
    margin-right: 30px
}

.sidebar_product_content .stm_product_sidebar_meta_units {
    float: left
}

.shop_table {
    width: 100%;
    margin-bottom: 0
}

.shop_table>tbody>tr {
    border: 0
}

.shop_table>tbody>tr td {
    padding: 30px 8px;
    vertical-align: middle
}

.shop_table>tbody>tr td.product-thumbnail {
    width: 60px
}

.shop_table>tbody>tr td.product-thumbnail img {
    display: block;
    width: 122px
}

.shop_table>tbody>tr td.product-quantity {
    padding: 0 20px;
    width: 140px
}

.shop_table>tbody>tr td.product-quantity input {
    width: 100%
}

.shop_table>tbody>tr td.actions {
    padding: 50px 0 10px
}

.shop_table>thead>tr th.product-quantity {
    padding: 8px 20px
}

.shop_table .shop_table_small_thumb img {
    width: 75px;
    margin-right: 10px
}

.cart-empty {
    margin: 0 0 20px
}

.woocommerce-page label {
    font-weight: 400;
    color: #aaa
}

.form-row {
    margin-bottom: 15px
}

.form-row input {
    width: 100%
}

.form-row .required {
    color: #f13e3e
}

.form-row label {
    margin-bottom: 5px
}

#place_order {
    max-width: 200px
}

.myaccount_user {
    border-left: 5px solid #eab830;
    padding: 6px 23px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin-bottom: 20px
}

.my_account_orders .order-actions {
    text-align: right
}

.my_account_orders .order-actions .button {
    min-width: 75px;
    padding: 10px
}

.my_account_orders td,
.my_account_orders th {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important
}

.payment_methods {
    padding: 0;
    list-style: none
}

.stm_product_gallery {
    position: relative
}

.stm_product_gallery_images {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1
}

.stm_product_gallery_images.active {
    position: relative;
    opacity: 1;
    z-index: 10
}

.stm_product_gallery_images.active.duplicate {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.woocommerce-error {
    list-style: none;
    padding: 0
}

.woocommerce-error li {
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid #ffb3b3;
    padding: 26px;
    margin-bottom: 30px
}

.woocommerce-error i,
.woocommerce-error span {
    color: #ff6868
}

.woocommerce-message {
    margin-bottom: 30px;
    position: relative
}

.woocommerce-message .button {
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce-message {
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid #10c45c;
    padding: 26px 165px 26px 26px;
    margin-bottom: 30px
}

.woocommerce-message:after {
    content: '';
    clear: both;
    display: table
}

.woocommerce-message .button {
    min-width: 115px;
    float: right;
    padding: 10px
}

.woocommerce-message i,
.woocommerce-message span {
    color: #10c45c;
    margin-right: 9px
}

.woocommerce-error i,
.woocommerce-info i,
.woocommerce-message i {
    margin-right: 9px
}

.woocommerce-info {
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid #457992;
    padding: 26px;
    margin-bottom: 30px
}

.woocommerce-info i,
.woocommerce-info span {
    color: #457992
}

.woocommerce .shop_table.cart .coupon {
    float: left
}

.woocommerce .shop_table.cart .coupon #coupon_code {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}

.woocommerce .shop_table.cart .coupon .button {
    display: inline-block;
    vertical-align: top
}

.woocommerce .shop_table.cart .button.update-cart {
    float: right
}

.table-no-border>tbody>tr>td,
.table-no-border>tbody>tr>th {
    border-top: 0
}

.woocommerce .cart-totals_wrap {
    border: 5px solid #d5d5d5;
    padding: 38px 37px 18px;
    margin-bottom: 20px
}

.woocommerce .cart-totals_wrap .shipping-calculator-button {
    border-bottom: 1px dashed #48a7d4;
    text-transform: none !important
}

.woocommerce .cart-totals_wrap .shipping-calculator-button:hover {
    border-color: #eab830
}

.woocommerce .cart-totals_wrap .shipping-calculator-form {
    padding-top: 10px
}

.woocommerce .cart-totals_wrap .shipping-calculator-form p {
    margin-bottom: 15px
}

.woocommerce .cart-totals_wrap .shipping-calculator-form p:last-child {
    margin-bottom: 0
}

.woocommerce .cart-totals_wrap p {
    margin-bottom: 0
}

.woocommerce .cart-totals_wrap tr {
    border: 0
}

.woocommerce .cart-totals_wrap th {
    width: 20%;
    font-weight: 700
}

.create-account #createaccount {
    width: inherit;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    margin-top: 5px
}

.create-account .checkbox {
    display: inline-block;
    margin: 0;
    vertical-align: top
}

.payment_method_paypal img {
    max-height: 35px;
    vertical-align: middle;
    margin-left: 13px
}

.woocommerce-checkout-review-order-table {
    width: 100%
}

.woocommerce-checkout-review-order-table .table_heading {
    text-transform: uppercase;
    font-weight: 900;
    color: #777
}

.woocommerce-checkout-review-order-table.shop-table>tbody>tr>td,
.woocommerce-checkout-review-order-table>tbody>tr>td,
.woocommerce-checkout-review-order-table.shop_table th,
.woocommerce-checkout-review-order-table.shop_table td,
.woocommerce-checkout-review-order-table th {
    padding: 6px 17px
}

.woocommerce-checkout-review-order-table td.product-name,
.woocommerce-checkout-review-order-table th {
    text-align: left
}

.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout-review-order-table td {
    text-align: right
}

.woocommerce-checkout-review-order-table>tbody>tr:nth-of-type(odd) {
    background-color: #f2f2f2
}

.woocommerce-checkout-review-order-table .shipping td {
    font-weight: 900
}

.payment_methods.methods {
    padding: 0;
    margin: 0;
    list-style: none
}

.payment_methods.methods label {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 10px 8px;
    color: #555
}

.payment_methods.methods label a {
    vertical-align: middle;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    margin-left: 15px;
    color: #aaa;
    text-decoration: underline !important
}

.payment_methods.methods label a:hover {
    text-decoration: none !important;
    color: #777
}

.payment_methods.methods .payment_box p {
    font-style: italic;
    line-height: 20px;
    color: #7b7b7b
}

.payment_method_paypal img {
    max-height: 35px;
    vertical-align: middle;
    margin-left: 13px
}

.payment_methods p {
    margin-bottom: 15px
}

.woocommerce abbr[title],
.woocommerce abbr[data-original-title] {
    cursor: default;
    border: 0 none
}

.woocommerce .shop_table.order_details {
    margin-bottom: 55px;
    width: inherit
}

.woocommerce .shop_table.order_details>tbody>tr>td {
    padding: 5px 10px
}

.woocommerce .shop_table.order_details th {
    padding: 5px 10px
}

.woocommerce .shop_table.order_details .product-total {
    text-align: right
}

.woocommerce .shop_table.order_details tfoot td {
    padding: 5px 10px;
    text-align: right
}

.woocommerce .shop_table.order_details>tbody>tr:nth-of-type(odd) {
    background-color: #f2f2f2
}

.shop_table.customer_details {
    width: inherit;
    margin-bottom: 55px
}

.shop_table.customer_details td {
    padding: 5px 10px
}

.my_account_orders {
    margin-bottom: 30px
}

.edit-billing-address {
    padding: 10px;
    min-width: 80px
}

mark {
    background: none;
    color: #eab830;
    padding: inherit
}

.woocommerce form.register,
.woocommerce form.login {
    border: 5px solid #d5d5d5;
    padding: 50px 50px 20px 50px
}

.woocommerce form.register:after,
.woocommerce form.login:after {
    content: '';
    clear: both;
    display: block
}

.woocommerce form.register .button,
.woocommerce form.login .button {
    min-width: 80px;
    padding: 10px;
    margin-right: 10px;
    width: inherit;
    display: inline-block
}

.woocommerce form.register p.form-row-login,
.woocommerce form.login p.form-row-login {
    float: left
}

.woocommerce form.register p.lost_password,
.woocommerce form.login p.lost_password {
    float: right;
    margin: 9px 0 0
}

.woocommerce form.login label #rememberme {
    display: inline-block;
    width: inherit
}

.woocommerce-pagination {
    margin-top: 50px
}

.product_main_data .price>span.amount {
    display: block;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 700
}

.digital-downloads {
    margin-top: 20px;
    list-style: none;
    padding-left: 0
}

.digital-downloads li a {
    font-size: 16px;
    color: #10c45c
}

.order-actions .button {
    margin-right: 10px
}

.order-actions .button:last-child {
    margin-right: 0
}

.shop_table tr {
    border: 0
}

.shop_table th,
.shop_table td {
    padding: 0
}

.stm_badge.stm_small_badge {
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: bottom
}

.stm_badge.stm_small_badge .badge_unit {
    display: inline-block;
    vertical-align: top;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #48a7d4;
    border-radius: 3px;
    line-height: 1.1;
    opacity: 0.9
}

.stm_badge.stm_small_badge .badge_unit.free {
    background-color: #10c45c
}

.stm_badge.stm_small_badge .badge_unit.quiz {
    background-color: #eab830
}

.stm_badge.stm_small_badge .badge_unit.exam {
    background-color: #d94da6
}

.stm_badge.stm_small_badge .badge_unit.video {
    background-color: #1EC1D9
}

.stm_badge.stm_small_badge .badge_unit.test {
    background-color: #f13e3e
}

.wpb_tabs .wpb_tabs_nav.ui-tabs-nav li {
    float: left;
    border-left: 1px solid #fff;
    margin-right: 0;
    font-size: 0
}

.wpb_tabs .wpb_tabs_nav.ui-tabs-nav li a {
    padding: 11.5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #457992;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}

.wpb_tabs .wpb_tabs_nav.ui-tabs-nav li.ui-state-active a {
    background-color: #f0f2f5;
    color: #457992
}

.wpb_tabs .wpb_tabs_nav.ui-tabs-nav li:first-child {
    border: 0
}

.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_tabs .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 37px 51px 44px
}

.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab h4,
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .h4,
.wpb_tabs .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content h4,
.wpb_tabs .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .h4 {
    margin-bottom: 20px
}

.wpb_tabs .form-control {
    background-color: #fff
}

.wpb_tabs .form-control:active {
    border-color: #48a7d4
}

.wpb_tabs .form-control:focus {
    border-color: #48a7d4
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #f0f2f5 !important
}

.vc_toggle {
    background-color: #457992
}

.vc_toggle .vc_toggle_title {
    padding: 11px 10px 11px
}

.vc_toggle .vc_toggle_title>h4 {
    color: #fff
}

.vc_toggle .vc_toggle_title .vc_toggle_icon:after,
.vc_toggle .vc_toggle_title .vc_toggle_icon:before {
    border-color: #fff !important
}

.vc_toggle .vc_toggle_content {
    margin-top: 0;
    padding: 15px 10px 0;
    background-color: #f0f2f5
}

.vc_toggle .vc_toggle_content p {
    margin-bottom: 15px
}

.vc_toggle.vc_toggle_active .vc_toggle_title {
    background-color: #f0f2f5
}

.vc_toggle.vc_toggle_active .vc_toggle_title>h4 {
    color: #457992
}

.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after,
.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
    border-color: #457992 !important
}

.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active {
    background-color: #f0f2f5
}

.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a {
    color: #457992
}

.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper {
    background-color: #f0f2f5
}

.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
    margin: 0;
    background-color: #457992;
    border-bottom: 1px solid #fff
}

.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li a {
    padding: 12px 11px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li:last-child {
    border-bottom: 0
}

.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 11px
}

.wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section {
    border-bottom: 1px solid #fff
}

.wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section .wpb_accordion_header {
    margin-bottom: 0;
    outline: none !important
}

.wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section .wpb_accordion_header a {
    padding: 12px 11px;
    outline: none !important;
    text-transform: uppercase;
    color: #fff;
    background-color: #457992
}

.wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section .wpb_accordion_header.ui-state-active a {
    background-color: #f0f2f5;
    color: #457992
}

.wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section .ui-state-default .ui-icon {
    top: 15px
}

.wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    background-color: #f0f2f5;
    padding: 12px
}

.ui-accordion-header-icon:hover {
    cursor: pointer
}

.vc_progress_bar.wpb_content_element .vc_single_bar {
    box-shadow: none;
    background-color: #f0f2f5
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label {
    color: #fff
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-container {
    margin-right: 0 !important
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list {
    display: table !important;
    table-layout: fixed;
    width: 100%;
    margin-left: 0 !important
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
    /*display:table-cell*/
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
    padding: 12px 20px;
    background-color: #B62A29;
    border: 0;
    border-left: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a span.vc_tta-title-text {
    color: #fff
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:first-child a {
    border-left: 0
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background-color: #f0f2f5
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a span.vc_tta-title-text {
    color: #457992
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #f0f2f5 !important
}

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 37px 23px 44px;
    border: 0;
    border-radius: 0;
    background-color: #f0f2f5
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-tabs-container {
    margin-right: 0 !important
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
    padding: 12px 20px;
    background-color: #457992;
    border: 0;
    border-left: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a span.vc_tta-title-text {
    color: #fff
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:first-child a {
    border-left: 0
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background-color: #f0f2f5
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a span.vc_tta-title-text {
    color: #457992
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #f0f2f5 !important
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 37px 51px 44px;
    border: 0;
    border-radius: 0;
    background-color: #f0f2f5
}

.vc_tta-accordion.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background-color: #000 !important;
    border: 0;
    border-radius: 0 !important
}

.vc_tta-accordion.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text {
    color: #fff;
    text-transform: uppercase
}

.vc_tta-accordion.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon:before {
    border-color: #fff !important
}

.vc_tta-accordion.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #fff !important
}

.vc_tta-accordion.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #f0f2f5 !important
}

.vc_tta-accordion.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text {
    color: #AB2423
}

.vc_tta-accordion.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before {
    border-color: #457992 !important
}

.vc_tta-accordion.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #457992 !important
}

.vc_tta-accordion.vc_tta-color-blue .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    border: 0;
    background-color: #f9f9f9 !important
}

.vc_separator h4 {
    padding: 0 15px
}

.vc_toggle .vc_toggle_title .vc_toggle_icon {
    margin-top: 3px
}

.vc_progress_bar.wpb_content_element {
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .lg-md-text-center {
        text-align: center
    }

    .lg-md-text-left {
        text-align: left
    }

    .lg-md-text-right {
        text-align: right
    }

    .lg-md-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }
}

@media (min-width: 1200px) {
    .lg-text-center {
        text-align: center
    }

    .lg-text-left {
        text-align: left
    }

    .lg-text-right {
        text-align: right
    }

    .lg-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .md-text-center {
        text-align: center
    }

    .md-text-left {
        text-align: left
    }

    .md-text-right {
        text-align: right
    }

    .md-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }
}

@media (max-width: 991px) {
    .sm-xs-text-center {
        text-align: center
    }

    .sm-xs-text-left {
        text-align: left
    }

    .sm-xs-text-right {
        text-align: right
    }

    .sm-xs-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sm-text-center {
        text-align: center
    }

    .sm-text-left {
        text-align: left
    }

    .sm-text-right {
        text-align: right
    }

    .sm-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }
}

@media (max-width: 767px) {
    .xs-text-center {
        text-align: center
    }

    .xs-text-left {
        text-align: left
    }

    .xs-text-right {
        text-align: right
    }

    .xs-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }
}

@media (max-width: 1370px) {
    .tparrows.preview1 {
        width: 43px
    }

    .tparrows.preview1:after {
        width: 43px
    }

    .tp-arr-imgholder {
        display: none !important
    }

    .hades.tparrows {
        width: 43px
    }

    .hades.tparrows .tp-arr-allwrapper {
        display: none !important
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding: 0 !important
    }

    .vc_sidebar_position_right>.wpb_wrapper,
    .sidebar_position_right {
        position: relative;
        padding-right: 32px
    }

    .vc_sidebar_position_right>.wpb_wrapper:after,
    .sidebar_position_right:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 95%;
        z-index: 10;
        bottom: 0;
        background-color: #e1e2e4;
        right: 0
    }

    .vc_sidebar_position_left>.wpb_wrapper,
    .sidebar_position_left {
        position: relative;
        padding-left: 32px
    }

    .vc_sidebar_position_left>.wpb_wrapper:after,
    .sidebar_position_left:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 95%;
        z-index: 10;
        background-color: #e1e2e4;
        bottom: 0;
        left: 0
    }

    #footer {
        position: fixed
    }
}

@media (min-width: 1200px) {
    .stm_woo_helpbar .woocommerce-product-search .search-field {
        min-width: 235px
    }

    #frontend_customizer #frontend_customizer_button {
        top: 30%
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .post_list_main_section_wrapper .post_list_inner_content_unit_left {
        margin-left: -20px
    }

    .overflowed_content .icon_text {
        min-height: 161px
    }
}

@media (max-width: 1025px) {
    .stm_fixed_background {
        position: relative
    }

    .stm_fixed_background .vc_parallax-inner {
        height: 100% !important;
        top: 0 !important;
        background-attachment: scroll !important;
        background-size: cover
    }
}

@media (max-width: 991px) {
    .vc_row.overflowed_content {
        margin-top: 0 !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding: 0 !important
    }

    .homeslidertitle .yellow {
        font-size: 30px
    }

    .blog_layout_grid .col-md-4:nth-child(3n+1) {
        clear: none
    }

    .blog_layout_grid .col-sm-6:nth-child(2n+1) {
        clear: both
    }

    .post_list_meta_unit.date-m {
        font-size: 9px !important
    }

    .post_list_meta_unit .date-d {
        font-size: 20px !important
    }

    .blog_layout_list.sidebar_position_left,
    .blog_layout_list.sidebar_position_right,
    .blog_layout_grid.sidebar_position_left,
    .blog_layout_grid.sidebar_position_right {
        padding: 0
    }

    .footer_widgets_wrapper .cols_4 aside {
        clear: none !important;
        width: 50%
    }

    .footer_widgets_wrapper .cols_4 aside:nth-child(2n+1) {
        clear: both !important
    }

    .overflowed_content .wpb_column {
        margin-top: 0 !important
    }

    .stm-courses .col-md-3:nth-child(4n+1) {
        clear: none !important
    }

    .teacher-col.col-md-3:nth-child(4n+1) {
        clear: none !important
    }

    .wpb_column.vc_custom_1435665068829 {
        padding-right: 15px !important
    }

    .vc_custom_heading.vc_custom_1435659711060 {
        margin-top: 0 !important
    }

    .stm_contact_image {
        float: none;
        margin-bottom: 30px
    }

    .fixed_invisible_top,
    .transparent_header {
        position: static
    }

    .transparent_header .logo_transparent_static {
        display: none !important;
        visibility: hidden !important
    }

    .transparent_header .logo_colored_fixed {
        display: block !important;
        visibility: visible !important
    }

    .stm_featured_products_unit .stm_featured_product_single_unit:hover,
    .icon_box:hover {
        margin-top: 0
    }

    .logo-unit {
        max-width: 85%;
        float: left
    }

    .sticky_header {
        padding-bottom: 0 !important
    }

    #header.sticky_header .header_default.fixed {
        position: static !important;
        min-height: 109px;
        padding: 28px 0 25px !important
    }

    #header.sticky_header .header_default.fixed .logo-unit {
        margin-top: 3px
    }

    .magic_line {
        display: none !important
    }

    .header-menu-mobile {
        padding: 0
    }

    .header-menu-mobile .header-menu {
        margin-top: 20px;
        padding: 0;
        border-top: 3px solid #e5e5e5;
        overflow: hidden
    }

    .header-menu-mobile .header-menu>li {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #e1e2e4
    }

    .header-menu-mobile .header-menu>li.opened>a {
        background-color: #fff;
        color: #eab830
    }

    .header-menu-mobile .header-menu>li>a {
        display: block;
        padding: 10px 30px 10px 30px;
        background-color: #f0f2f5;
        text-transform: uppercase;
        font-size: 13px
    }

    .header-menu-mobile .header-menu>li .arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 59px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #aaa;
        font-size: 22px
    }

    .header-menu-mobile .header-menu>li .arrow:hover {
        cursor: pointer
    }

    .header-menu-mobile .header-menu>li .arrow.active {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #eab830;
        right: 1px
    }

    .header-menu-mobile .header-menu>li .sub-menu {
        padding-left: 40px
    }

    .header-menu-mobile .header-menu>li .sub-menu li {
        margin-bottom: 0
    }

    .header-menu-mobile .header-menu>li>.sub-menu {
        display: none;
        padding: 0px;
        list-style: disc
    }

    .header-menu-mobile .header-menu>li>.sub-menu>li {
        color: #333;
        margin: 0px;
        list-style: none;
        background: #fff;
    }

    .header-menu-mobile .header-menu>li>.sub-menu>li>.sub-menu {
        margin-top: 20px;
        margin-left: -56px;
        list-style: none
    }

    .header-menu-mobile .header-menu>li>.sub-menu>li>.sub-menu>li {
        margin-bottom: 18px
    }

    .header-menu-mobile .header-menu>li>.sub-menu>li>.sub-menu>li:before {
        content: "\2014\0020"
    }

    .header-menu-mobile .header-menu>li>.sub-menu>li:last-child {
        margin-bottom: 0
    }

    .header-menu-mobile .header-menu>li>.sub-menu>li a {
        color: #333;
        font-size: 16px;
        padding: 5px 0px 5px 40px;
        display: block
    }

    #searchform-mobile .search-wrapper {
        position: relative
    }

    #searchform-mobile .search-wrapper .search-input {
        background-color: #fff;
        border: 0;
        padding: 14px 55px 14px 40px !important;
        height: 62px;
        font-size: 16px;
        color: #333
    }

    #searchform-mobile .search-wrapper .search-submit {
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -13px;
        background-color: transparent;
        color: #eab830;
        border: 0;
        font-size: 20px
    }

    .header_top_bar .language-switcher-unit {
        display: none
    }

    .project_cat_single_item:hover {
        margin-top: 0
    }

    .footer_widgets_wrapper aside {
        margin-bottom: 20px
    }

    .transparent_header_off .header_default::after {
        display: none
    }

    .woocommerce form.register,
    .woocommerce form.login {
        margin-bottom: 30px
    }

    .sm-xs-pull-left {
        float: left !important
    }

    .stm_woo_archive_view_type_list .stm_featured_product_stock {
        margin-top: 5px
    }

    .stm_product_meta_unit .expert_unit {
        margin-right: 30px
    }

    .stm_sm_gutter_back.wpb_column {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .stm_bottom_border .icon_box {
        border-bottom: 1px solid #e1e2e4
    }

    .stm_icon_box_responsive .icon_alignment_left .icon {
        width: 35px !important;
        padding-left: 5px !important
    }

    .post_list_main_section_wrapper .post_list_item_title {
        padding-right: 0
    }

    .fixed_invisible_top {
        opacity: 1
    }

    .project_cat_single_item:hover,
    .overflowed_content .icon_box:hover {
        top: 0 !important;
        margin-top: 0 !important
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .featured_products_list .col-md-3:nth-child(4n+1) {
        clear: none
    }

    .featured_products_list .col-md-4:nth-child(3n+1) {
        clear: none
    }

    .featured_products_list .col-md-6:nth-child(2n+1) {
        clear: none
    }

    .featured_products_list .col-sm-4:nth-child(3n+1) {
        clear: both
    }

    .navbar-collapse {
        padding: 0 !important
    }

    .blog_layout_grid .col-md-4:nth-last-child(3) .post_list_content_unit {
        margin-bottom: 70px
    }

    .teacher-col.col-sm-4:nth-child(3n+1) {
        clear: both
    }

    .wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
    .wpb_tabs .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
        padding: 25px 20px !important
    }

    .stm_sign_up_now {
        padding: 0 15px !important
    }

    .stm_sign_up_now .stm_sign_up_now_inner {
        padding: 15px 35px 1px !important
    }

    #main {
        z-index: initial
    }

    .header_main_menu_wrapper .header-menu>li {
        padding: 0 9px
    }

    .logo-unit {
        margin-top: 3px
    }

    .fixed .logo-unit {
        margin-top: 6px
    }

    .icon_box .icon_text h3 {
        min-height: 38px
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px
    }

    .navbar-nav>li {
        float: none
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .collapsing {
        overflow: hidden !important
    }

    .stm_product_gallery_images.active img {
        width: 100%
    }

    .overflowed_content .icon_text {
        min-height: 224px
    }

    .stm_woo_helpbar .select2 {
        max-width: 210px
    }
}

@media (max-width: 767px) {
    .entry-header .entry-title h1 {
        font-size: 30px
    }

    .blog_layout_grid .col-md-4:nth-last-child(2) .post_list_content_unit {
        margin-bottom: 70px
    }

    .footer_widgets_wrapper .cols_4 aside {
        width: 100%
    }

    .stm-courses .col-md-4:nth-child(3n+1) {
        clear: none !important
    }

    .stm-courses .col-xs-6:nth-child(2n+1) {
        clear: both
    }

    .stm_woo_helpbar {
        padding: 10px
    }

    .stm_woo_helpbar .woocommerce-product-search {
        margin-right: 20px
    }

    .stm_woo_helpbar .woocommerce-product-search .search-field {
        padding: 0 22px
    }

    .stm_woo_helpbar .woocommerce-product-search input[type="submit"] {
        min-width: 105px
    }

    .stm_woo_helpbar .select2-container--default .select2-selection--single {
        height: 36px
    }

    .stm_woo_helpbar .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 30px;
        height: 36px
    }

    .teacher-col.col-xs-6:nth-child(2n+1) {
        clear: both !important
    }

    .gallery_entry_unit {
        margin-bottom: 20px
    }

    .gallery_entry_unit .gallery_terms_list {
        margin-top: 15px
    }

    .gallery_entry_unit .gallery_terms_list li {
        display: inline-block;
        margin-left: 0;
        margin-right: 15px
    }

    .gallery_entry_unit .gallery_terms_list li:last-child {
        margin-right: 0
    }

    .wpb_tabs .wpb_tabs_nav.ui-tabs-nav li {
        float: none;
        width: 100% !important;
        border: 0 !important
    }

    .wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
    .wpb_tabs .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
        padding: 25px 20px !important
    }

    .stm_sign_up_now {
        padding: 0 15px
    }

    .stm_sign_up_now .stm_sign_up_now_inner {
        padding: 15px 15px 1px !important
    }

    .wpb_wrapper .vc_custom_heading {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .stats_counter {
        margin-bottom: 40px !important
    }

    .xs-pull-left {
        float: left !important
    }

    .stm_woo_archive_view_type_list .stm_featured_product_image_list {
        float: none;
        margin-bottom: 15px
    }

    .stm_woo_gallery-wrapper .caroufredsel_wrapper {
        display: none
    }

    .xs-product-cats-left {
        margin-right: 20px;
        margin-bottom: 10px
    }

    .xs-comments-left {
        float: left !important
    }

    .breadcrumbs_holder,
    .stm_breadcrumbs_unit,
    .woocommerce-breadcrumb {
        margin-bottom: 30px
    }

    .stm_pricing_plan {
        margin-bottom: 15px
    }

    .event_date_info_table td {
        display: block
    }

    .event_date_info_table td.event_btn {
        text-align: left;
        padding-right: 0;
        padding-left: 27px
    }

    .event_date_info_table td.event_info {
        padding: 15px 27px 0 27px
    }

    .stm_share {
        margin-top: 15px;
        margin-left: 0
    }

    .entry-header {
        background-size: cover;
        background-repeat: no-repeat
    }

    .vc_custom_heading {
        margin-top: 20px
    }

    .btn-experts-all {
        display: none
    }

    .simple-carousel-bullets {
        margin-top: 5px
    }

    #wrapper #main {
        padding-bottom: 40px
    }

    .stm_post_info .stm_post_details ul.post_meta {
        max-width: 100%;
        margin-bottom: 0
    }

    .stm_post_info .stm_post_details li {
        margin-bottom: 15px !important
    }

    .stm_post_info .stm_post_details .comments_num {
        float: left;
        margin-bottom: 5px
    }

    .stm_post_unit {
        margin-bottom: 15px
    }

    .stm_post_info .post_thumbnail {
        margin-bottom: 10px
    }

    .top_bar_info li.hidden-info {
        display: none
    }

    .stm_subscribe {
        margin-top: 15px
    }

    .post_list_main_section_wrapper .post_list_inner_content_unit_left {
        margin-left: 0
    }

    .footer_menu {
        margin: 15px 0 0
    }

    #footer_copyright .footer_logo {
        margin-top: 6px
    }

    .event-col-small.col-md-4:nth-child(3n+1) {
        clear: none !important
    }

    .post_list_main_section_wrapper .post_list_meta_unit .sticky_post {
        position: static;
        margin-top: 0
    }

    .post_list_main_section_wrapper .post_list_meta_unit .sticky_post:after {
        display: none
    }

    .copyright_socials ul {
        margin: 10px 0 0 0
    }

    .footer_logo {
        display: none
    }

    .header_top_bar .header_top_bar_socs.reversed {
        margin-right: 20px
    }
}

@media (max-width: 655px) {
    .stm_pricing_plan .price_unit_round .plan_price {
        font-size: 30px
    }

    .header_top_bar_socs li {
        display: none
    }

    .header_top_bar_socs li:first-child {
        display: block
    }

    .header_top_bar_socs li:nth-child(2) {
        display: block
    }

    .header_top_bar_socs li:nth-child(3) {
        display: block;
        margin-right: 0 !important
    }

    .course_table tr td.number.number-visible.number,
    .course_table tr td.number {
        display: none
    }

    .course_table tr td.number.number-visible.icon,
    .course_table tr td.icon {
        display: none
    }

    .course_table tr td.number.number-visible.meta,
    .course_table tr td.meta {
        display: none
    }

    .course_table tr td.number.number-visible.title,
    .course_table tr td.title {
        padding-left: 5px
    }
}

@media (max-width: 450px) {

    .teacher-col,
    .course-col {
        width: 100%
    }

    .wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
    .wpb_tabs .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
        padding: 10px !important
    }

    .stm_sign_up_now .stm_sign_up_now_inner {
        padding: 15px 15px 1px !important
    }

    .stm_sign_up_now .stm_sign_up_now_inner:before {
        display: none
    }

    .product_categories_main_wrapper .simple_carousel_with_bullets {
        max-width: 210px;
        width: auto;
        margin: 0 auto
    }

    .product_categories_main_wrapper .simple_carousel_with_bullets.single-course-col {
        width: 100%
    }

    .media-left {
        display: block
    }

    .header_top_bar .top_bar_info li {
        margin-left: 15px
    }

    .simple-carousel-bullets {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .top_bar_info li:first-child {
        display: none
    }
}

@media (max-width: 740px) {
    .stm_woo_helpbar .woocommerce-product-search {
        position: relative;
        margin-right: 0
    }

    .stm_woo_helpbar .woocommerce-product-search .search-field {
        width: 100%;
        padding-right: 90px
    }

    .stm_woo_helpbar .woocommerce-product-search input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        min-width: 85px
    }

    .stm_woo_helpbar>.pull-left {
        width: 100%
    }

    .stm_woo_helpbar .xs-right-help {
        width: 100%;
        float: left !important;
        margin-top: 20px
    }

    .stm_woo_helpbar .view_type_switcher {
        margin-left: 5px
    }

    .stm_woo_helpbar .view_type_switcher a {
        margin-right: 10px
    }

    .stm_woo_helpbar .view_type_switcher a:last-child {
        margin-right: 0
    }

    .stm_woo_helpbar .select-xs-left {
        float: left !important
    }

    .stm_woo_helpbar .select2 {
        width: 160px;
        min-width: 160px
    }
}

@media (max-width: 1070px) and (min-width: 768px) {
    .stm_woo_helpbar .select2 {
        max-width: 170px;
        min-width: inherit
    }
}

.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered:hover .stm_featured_product_show_more,
.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_show_more,
.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_single_unit_centered .stm_featured_product_footer .stm_featured_product_show_more,
.stm_featured_products_unit .stm_featured_product_single_unit:hover .stm_featured_product_show_more,
.stm_featured_products_unit .stm_featured_product_single_unit .stm_featured_product_footer,
.header-menu-mobile .header-menu>li .arrow,
.header-menu-mobile .header-menu>li .arrow.active,
.modal-open #wrapper,
#wrapper,
.vc_toggle.vc_toggle_active .vc_toggle_title,
.vc_toggle .vc_toggle_title,
.event-col .event_archive_item>a:hover .event_img:after,
.event-col .event_archive_item>a .event_img:after,
.event-col .event_archive_item>a .title,
.event-col .event_archive_item>a:hover .title,
.gallery_single_view .gallery_img a:hover:after,
.gallery_single_view .gallery_img a:hover:before,
.gallery_single_view .gallery_img a:after,
.gallery_single_view .gallery_img a:before,
.btn-carousel-control:after,
.btn-carousel-control:hover:after,
.textwidget .btn,
.textwidget .btn:hover,
.textwidget .btn:active,
.textwidget .btn:focus,
.form-submit .submit,
.form-submit .submit:hover,
.form-submit .submit:active,
.form-submit .submit:focus,
.button,
.button:hover,
.button:active,
.button:focus,
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.teacher_single_product_page>a:hover .title,
.teacher_single_product_page>a .title,
.panel-group .panel.panel-default>.panel-heading:hover,
.panel-group .panel.panel-default>.panel-heading,
.single_product_after_title .meta-unit.teacher:hover .value,
.single_product_after_title .meta-unit.teacher .value,
.stm_post_info .stm_post_details .post_meta li a:hover span,
.stm_post_info .stm_post_details .post_meta li a span,
.stm_woo_archive_view_type_list .expert_unit_link:hover .expert,
.stm_woo_archive_view_type_list .expert_unit_link .expert,
.form-control,
.form-control:focus,
.form-control:active,
.widget_stm_recent_posts .widget_media a:hover .h6,
.widget_stm_recent_posts .widget_media a .h6,
.sidebar-area .widget_mailchimp .stm_mailchimp_unit .stm_subscribe_email:focus,
.sidebar-area .widget_mailchimp .stm_mailchimp_unit .stm_subscribe_email,
.sidebar-area .widget ul li a:hover:after,
.sidebar-area .widget ul li a:after,
.widget_pages ul.style_2 li a:hover .h6,
.widget_pages ul.style_2 li a .h6,
.widget_pages ul.style_1 li a:hover .h6,
.widget_nav_menu ul.style_1 li a:hover .h6,
.widget_pages ul.style_1 li a .h6,
.widget_nav_menu ul.style_1 li a .h6,
.sidebar-area .widget>ul>li>a:hover:after,
.sidebar-area .widget>ul>li>a:after,
.testimonial_inner_wrapper:hover .testimonial_inner_content p,
.testimonial_inner_wrapper .testimonial_inner_content p,
.stm_product_list_widget li a:hover .title,
.stm_product_list_widget li a .title,
.widget_pages ul.style_2 li a:hover:after,
.widget_pages ul.style_2 li a:after,
.widget_categories ul li a:hover:after,
.widget_categories ul li a:after,
#footer_copyright .copyright_text a:hover,
#footer_copyright .copyright_text a,
a,
a:hover,
.countDiv,
.countDiv.flash,
.expert_socials a,
.expert_socials a:hover,
.search-submit,
.search-submit:hover {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.header_default.fixed,
.header_default {
    -webkit-transition: padding 0.25s ease, top 0.25s ease;
    -moz-transition: padding 0.25s ease, top 0.25s ease;
    -o-transition: padding 0.25s ease, top 0.25s ease;
    transition: padding 0.25s ease, top 0.25s ease
}

.stm_featured_products_unit .stm_featured_product_single_unit:hover .stm_featured_product_footer {
    transition-delay: 0.25s
}

.course_table tr td.number.number-visible,
.course_table tr td.number,
.stm_subscribe_preloader,
.stm_subscribe_preloader.loading {
    -webkit-transition: all 0.25s cubic-bezier(1, .83, .3, 1.25);
    -moz-transition: all 0.25s cubic-bezier(1, .83, .3, 1.25);
    -o-transition: all 0.25s cubic-bezier(1, .83, .3, 1.25);
    transition: all 0.25s cubic-bezier(1, .83, .3, 1.25)
}

.stm_pricing_plan .inner .btn-plan:hover:after,
.stm_pricing_plan .inner .btn-plan:after,
.teacher_content .teacher_img:hover>a:after,
.teacher_content .teacher_img>a:after,
.teacher_content .teacher_img:hover .expert_socials,
.teacher_content .teacher_img .expert_socials,
.see_more a:hover,
.see_more a:hover:after,
.see_more a,
.see_more a:after,
.page-links span:hover,
.page-links span,
.page-links span:hover:after,
.page-links span:after,
ul.page-numbers>li a.page-numbers:hover:after,
ul.page-numbers>li a.page-numbers:after,
ul.page-numbers>li span.page-numbers:hover:after,
ul.page-numbers>li span.page-numbers:after,
.search-toggler,
.search-toggler:hover,
.search-toggler:hover:after,
.search-toggler:after {
    -webkit-transition: all 0.25s cubic-bezier(.66, .36, .17, .91);
    -moz-transition: all 0.25s cubic-bezier(.66, .36, .17, .91);
    -o-transition: all 0.25s cubic-bezier(.66, .36, .17, .91);
    transition: all 0.25s cubic-bezier(.66, .36, .17, .91)
}

.project_cat_single_item:hover,
.project_cat_single_item,
.stm_featured_product_single_unit,
.stm_featured_product_single_unit:hover,
.icon_box,
.icon_box:hover {
    -webkit-transition: all 0.3s cubic-bezier(0, .01, .27, 1);
    -moz-transition: all 0.3s cubic-bezier(0, .01, .27, 1);
    -o-transition: all 0.3s cubic-bezier(0, .01, .27, 1);
    transition: all 0.3s cubic-bezier(0, .01, .27, 1)
}

.simple_flip_container:hover .simple_flipper,
.simple_flip_container.hover .simple_flipper {
    transform: rotateY(180deg)
}

.post_list_inner_content_unit>a:hover>.post_list_featured_image:after,
.post_list_inner_content_unit>a>.post_list_featured_image:after,
.post_list_inner_content_unit>a:hover>.post_list_featured_image:before,
.post_list_inner_content_unit>a>.post_list_featured_image:before,
.post_list_featured_image>a:hover:before,
.post_list_featured_image>a:before,
.post_list_featured_image>a:hover:after,
.post_list_featured_image>a:after,
.event-col .event_archive_item>a .event_img:before,
.event-col .event_archive_item>a .event_img:after,
.event-col .event_archive_item>a .event_img:hover:before {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.post_list_featured_image>a,
.post_list_inner_content_unit>a>.post_list_featured_image,
.event-col .event_archive_item>a .event_img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    position: relative
}

.post_list_featured_image>a:after,
.post_list_inner_content_unit>a>.post_list_featured_image:after,
.event-col .event_archive_item>a .event_img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0
}

.post_list_featured_image>a:before,
.post_list_inner_content_unit>a>.post_list_featured_image:before,
.event-col .event_archive_item>a .event_img:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e635";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    visibility: hidden;
    opacity: 0;
    z-index: 15
}

.post_list_inner_content_unit>a>.post_list_featured_image:before {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    line-height: 50px;
    font-size: 40px
}

.post_list_featured_image>a:hover:before,
.post_list_featured_image>a:hover:after,
.post_list_inner_content_unit>a:hover>.post_list_featured_image:before,
.post_list_inner_content_unit>a:hover>.post_list_featured_image:after,
.event-col .event_archive_item>a .event_img:hover:before,
.event-col .event_archive_item>a .event_img:hover:after {
    visibility: visible;
    opacity: 1;
    color: #fff
}

.button:after,
.button:hover:after,
.btn:after,
.btn:hover:after {
    -webkit-transition: all 0.25s cubic-bezier(.66, .36, .17, .91);
    -moz-transition: all 0.25s cubic-bezier(.66, .36, .17, .91);
    -o-transition: all 0.25s cubic-bezier(.66, .36, .17, .91);
    transition: all 0.25s cubic-bezier(.66, .36, .17, .91)
}

.icon-btn:hover .link-title,
.icon-btn .link-title,
.icon-btn,
.icon-btn:hover .icon_in_btn,
.icon-btn .icon_in_btn,
.tp-caption .icon-btn:hover .icon_in_btn,
.tp-caption .icon-btn .icon_in_btn,
.tp-caption .icon-btn:hover .link-title,
.tp-caption .icon-btn .link-title {
    -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    -moz-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease
}

.tp-caption .icon-btn,
.tp-caption .icon-btn:hover {
    -webkit-transition-property: border !important;
    -moz-transition-property: border !important;
    -o-transition-property: border !important;
    transition-property: border !important
}

.magic_line,
.magic_line.line_visible,
.header_main_menu_wrapper .header-menu>li:hover>ul.sub-menu,
.header_main_menu_wrapper .header-menu>li>ul.sub-menu,
.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li:hover>.sub-menu,
.header_main_menu_wrapper .header-menu>li>ul.sub-menu>li>.sub-menu {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.stm-no-animation,
.comment-form-rating.woo_stm_rating_fields .stars span a,
.comment-form-rating.woo_stm_rating_fields .stars span a.filled {
    -webkit-transition: all 0s ease !important;
    -moz-transition: all 0s ease !important;
    -o-transition: all 0s ease !important;
    transition: all 0s ease !important
}

ul.listimg {
    margin: 0px;
    padding: 0px;
}

ul.listimg li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 12.5%;
}

ul.listimg li img {
    width: 100%;
}

.fb-page,
.fb-page span,
.fb-page iframe {
    width: 100% !important;
}

.whitetext p {
    color: #fff;
}

.navxtBreads {
    float: left;
    padding: 14px 15px;
    background: #3aacf1;
    background-image: url(../images/sspsimg/pencil2.png);
}

.arc {
    float: left;
}

.mainbreadcrump {
    line-height: 42px;
    float: left;
    padding: 0px 15px;
}

.josefinslab p {
    font-family: 'Josefin Sans';
    font-size: 16px;
    line-height: 26px;
    color: #454545;
    text-align: justify;
}

.josefinslab p.higlight {
    font-family: 'Josefin Sans';
    font-size: 18px;
    line-height: 26px;
    color: red;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 5px;
}

.align-right {
    float: right;
    margin: 5px 0px 0px 25px;
}

.right-side-wrap-v1 {
    padding: 0 15px 0 25px;
    width: 27.5%;
}

.widget-wrap {
    position: relative;
}

.widget-wrap {
    background: #fff none repeat scroll 0 0;
    box-shadow: -3px 3px 6px #ededed;
    position: relative;
}

.widget-wrap .widget:first-child {
    padding-top: 0px;
}

.widget:nth-child(2) .widget-title-v2:before {
    border-right: 10px solid #66BB6A;
}

.widget {
    margin-bottom: 30px;
}

.widget-content {
    padding-left: 10px;
}

.widget:nth-child(2) .widget-title-v2 {
    background: #4fc3f7 none repeat scroll 0 0;
}

.widget:nth-child(3) .widget-title-v2 {
    background: #4fc3f7 none repeat scroll 0 0;
}

.widget:nth-child(4) .widget-title-v2 {
    background: #4fc3f7 none repeat scroll 0 0;
}

.widget:nth-child(5) .widget-title-v2 {
    background: #4fc3f7 none repeat scroll 0 0;
}

.widget:nth-child(6) .widget-title-v2 {
    background: #4fc3f7 none repeat scroll 0 0;
}

.widget:nth-child(6) .widget-title-v2:before {
    border-right: 10px solid #512da8;
}

.widget:nth-child(3) .widget-title-v2:before {
    border-right: 10px solid #fb8c00;
}

.widget-title-v2:before {
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    width: 0;
    border-right: 10px solid #03a9f4;
}

.widget-title-v2:after {
    background: rgba(0, 0, 0, 0) url("../images/widget-title-bg.png") repeat scroll 0 0;
    content: "";
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}

.widget-title-v2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    line-height: 35px;
    margin-left: -10px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
    background: #4fc3f7 none repeat scroll 0 0;
}

.widget-menu>li {
    border-bottom: 1px solid #ecf0f1;
}

.widget-menu li a {
    color: #424242;
    display: block;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    position: relative;
}

.widget-menu li a:before {
    color: #aaa;
    content: "\f105";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}

ul.widget-menu li {
    list-style: none;
}

.admissionenquiry input[type="text"],
.admissionenquiry input[type="email"] {
    width: 100%;
    border: 1px solid #e7e7e7;
    background: none;
    margin-bottom: 5px;
}

.admissionenquiry .select2 {
    margin-bottom: 5px;
}

.admissionenquiry textarea {
    background: none;
    resize: none;
    margin-bottom: 5px;
    border: 1px solid #e7e7e7;
}

.admissionenquiry input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.liststyle ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.liststyle li {
    list-style: square;
    line-height: 20px;
    padding-left: 5px;
    font-size: 13px;
}

.vc_custom_1435658011508 {
    margin-top: 0px !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    padding-top: 30px !important;
    padding-right: 0px !important;
    padding-bottom: 14px !important;
    padding-left: 0px !important;
    border-top-color: #e1e2e4 !important;
    border-top-style: solid !important;
    border-bottom-color: #e1e2e4 !important;
    border-bottom-style: solid !important;
}

.vc_custom_1435665617764 {
    margin-top: 27px !important;
    border-bottom-width: 1px !important;
    padding-top: 0px !important;
    padding-right: 15px !important;
    padding-bottom: 17px !important;
    padding-left: 0px !important;
    border-bottom-color: #e1e2e4 !important;
    border-bottom-style: solid !important;
}

.vc_custom_1435665538825 {
    margin-top: 27px !important;
    border-bottom-width: 1px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 17px !important;
    padding-left: 0px !important;
    border-bottom-color: #e1e2e4 !important;
    border-bottom-style: solid !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    font-weight: bold;
}

a.downloadbtn {
    display: inline-block;
    padding: 10px 15px;
   
    color: #fff;
}

@media (min-width:989px) and (max-width:1170px) {
    .header_main_menu_wrapper .header-menu>li {
        padding: 0 12px;
    }

    .header_main_menu_wrapper .header-menu>li>a {
        font-size: 11px !important;
    }
}

@media (max-width:989px) {
    .menubg.fixed {
        display: none;
    }

    #footer_top {
        clear: both;
    }
}

@media only screen and (max-width:767px) {
    ul.listimg li {
        width: 25%;
    }
}

@media only screen and (max-width:480px) {
    ul.listimg li {
        width: 33.3333%;
    }
}

@media only screen and (max-width:360px) {
    ul.listimg li {
        width: 50%;
    }
}








@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/websymbols-regular-webfont.woff') format('woff'),
        url('../fonts/websymbols-regular-webfont.ttf') format('truetype'),
        url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.a-btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 30px 10px 70px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(255, 255, 255, 1), 0), color-stop(rgba(246, 246, 246, 1), 0.74), color-stop(rgba(237, 237, 237, 1), 1));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 74%, rgba(237, 237, 237, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 74%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 74%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 74%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

.a-btn-symbol {
    color: #555;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 20px;
    line-height: 32px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.a-btn-text {
    font-size: 18px;
    color: #d7565b;
    line-height: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    display: block;
}

.a-btn-slide-text {
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
    text-align: left;
}

.a-btn-slide-icon {
    position: absolute;
    top: -30px;
    width: 22px;
    height: 22px;
    background: transparent url(../images/arrow_down_black.png) no-repeat top left;
    left: 20px;
    opacity: 0.4;
}

.a-btn:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
}

.a-btn:hover .a-btn-symbol {
    opacity: 0;
}

.a-btn:hover .a-btn-slide-icon {
    -webkit-animation: slideDown 0.9s linear infinite;
    -moz-animation: slideDown 0.9s linear infinite;
    animation: slideDown 0.9s linear infinite;
}

.a-btn:active {
    background: #d7565b;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
}

.a-btn:active .a-btn-text {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.a-btn:active .a-btn-slide-text {
    color: rgba(0, 0, 0, 0.4);
    text-shadow: none;
}

@keyframes slideDown {
    0% {
        top: -30px;
    }

    100% {
        top: 80px;
    }
}

@-webkit-keyframes slideDown {
    0% {
        top: -30px;
    }

    100% {
        top: 80px;
    }
}

@-moz-keyframes slideDown {
    0% {
        top: -30px;
    }

    100% {
        top: 80px;
    }
}

form#career select,
form#career input {
    height: 45px;
    display: block;
    padding: 6px 12px !important;
    line-height: 1.42857143;
    border-radius: 0;
    border: 1px solid #f0f2f5;
    background: #fff;
    box-shadow: none !important;
    color: #555;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/selection-arrow.png);
    background-position: 99% 50%;
    background-repeat: no-repeat;
}

form#career input {
    height: 45px;
    display: block;
    padding: 6px 12px !important;
    line-height: 1.42857143;
    border-radius: 0;
    border: 1px solid #f0f2f5;
    background: #fff;
    box-shadow: none !important;
    color: #555;
}

textarea {
    resize: none;
}

form#career input,
form#career .select2,
form#career textarea,
form#career select,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"] {
    width: 100%;
    resize: none;
    margin-bottom: 15px !important;
}

#career .vc_tta-panels p {
    font-size: 12px !important;
    text-transform: uppercase;
}

.vc_btn_alizarin {
    display: inline-block;
    padding: 10px 25px;
    background: #B62A29;
    color: #fff;
    font-size: 16px;
}

.wpb_content_element .wpb_tabs_nav li:hover {
    background: none !important;
}

.vc_btn_alizarin:hover {
    color: #000;
}

@media only screen and (max-width:1004px) {
    .centeralign {
        clear: both;
    }

    .martopminus {
        margin-top: -80px;
    }
}

@media only screen and (max-width:767px) {
    #footer_copyright .copyright_text {
        text-align: center;
    }

    #footer_copyright .pull-right {
        float: none;
        text-align: center !important;
    }

    #footer_copyright .pull-right {
        float: none !important;
        text-align: center !important;
    }

    .centeralign {
        text-align: center;
        clear: both;
    }

    .pad20 {
        padding-top: 2px !important;
    }

    .padtb {
        padding: 5px 0px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    .right-side-wrap-v1 {
        width: 100%;
    }

    .login-main {
        width: 100% !important;
    }
}