.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 .select2-selection--single .select2-selection__clear {
    position: relative
}

.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;
    padding: 0
}

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

.select2-dropdown {
    background-color: #fff;
    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!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

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

.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;
    border-style: solid;
    border-width: 5px 4px 0;
    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;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    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__rendered li {
    list-style: none
}

.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: 700;
    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: 700;
    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-search--inline,
.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--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--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    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: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.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: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    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='#FFFFFFFF', endColorstr='#FFEEEEEE', 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: 700;
    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='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    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: 4px 0 0 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: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.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='#FFFFFFFF', endColorstr='#FFEEEEEE', 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='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    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: 700;
    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;
    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;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    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__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: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.frame:hover .overlay-text,
.overlay-text {
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

footer ul,
ol.commentlist {
    list-style: none
}

.quicklinksbtn {
    background: #000!important;
    color: #fff
}

.wlt_sellspace {
    text-align: center
}

.wlt_sellspace_list .sel {
    background: #e1fae1!important;
    color: green!important;
    border: 5px solid #5cb85c!important
}

.wlt_sellspace_list {
    background: #fff
}

.wlt_sellspace.full_top {
    margin-top: 20px
}

.sellspace_banner {
    display: inline-block;
    background: #e7e7e7;
    border: 1px solid #BEBEBE;
    position: relative;
    text-shadow: 1px 1px 0 #fff
}

.sellspace_banner .pricing {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 30px;
    background: #c8c8c8;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-shadow: none;
    font-size: 12px
}

.banner_125_125 {
    line-height: 125px;
    font-size: 14px;
    margin: 1%;
    float: left
}

.banner_728_90 {
    line-height: 90px
}

.banner_468_60 {
    line-height: 60px
}

.banner_290_100 {
    line-height: 100px;
    margin-bottom: 10px
}

.banner_360_300 {
    line-height: 300px
}

header .sellspace_banner {
    float: right
}

.col-lg-300,
.col-lg-820 .col-xs-300,
.col-lg-new5,
.col-md-300,
.col-md-820,
.col-md-new5,
.col-sm-300,
.col-sm-820,
.col-sm-new5,
.col-xs-820,
.col-xs-new5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-new5 {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-new5 {
        width: 20%;
        float: left
    }
    .col-sm-300 {
        width: 26%;
        float: left
    }
    .col-sm-820 {
        width: 74%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-new5 {
        width: 20%;
        float: left
    }
    .col-md-300 {
        width: 26%;
        float: left
    }
    .col-md-820 {
        width: 74%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-new5 {
        width: 20%;
        float: left
    }
}

.alignright,
.right {
    float: right
}

.required {
    color: red
}

.nopadding {
    padding: 0
}

.nomargin {
    margin: 0
}

.modal-dialog {
    padding-top: 15%
}

.list-group-item {
    background: 0 0
}

.morelink {
    text-decoration: underline
}

.widecontainer {
    padding: 0
}

#wlt_google_maps_div img {
    max-width: none
}

.block {
    margin-bottom: 20px
}

.block .block-title {
    background: #f6f6f6;
    padding: 10px 0 6px 10px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 5px
}

.block .block-title h1,
.block .block-title h3 {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 0;
    margin: 0;
    text-transform: uppercase
}

.block .block-content {
    color: #727272;
    border-top: 0
}

.block .block-content .nav-tabs {
    margin-bottom: 15px
}

.panel,
.panel-default>.panel-heading {
    border-radius: 0
}

.panel-default>.panel-heading h3 {
    margin-top: 10px
}

#bbpress-forums .avatar {
    max-width: 30px;
    max-height: 30px
}

#wpadminbar {
    position: absolute;
    top: 0;
    left: 0
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.aligncenter {
    display: block;
    margin: 5px auto
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

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.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    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: 0 4px 5px
}

.img-count {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 6px 14px;
    background-color: #66d9c1
}

.img-count:after {
    content: "\f1c5";
    padding-left: 5px;
    font: normal normal normal 14px/1 FontAwesome
}

#core_homepage_fullwidth_wrapper {
    padding-left: 15px;
    padding-right: 15px
}

#core_padding .core_section_top_row {
    padding-top: 10px!important
}

#core_header h1 {
    margin-top: 0
}

#core_header a {
    text-decoration: none
}

#core_header a h1 {
    font-size: 40px;
    line-height: 100px
}

#core_banner {
    margin-top: 20px;
    padding-left: 50px;
    text-align: center;
    padding-right: 20px
}

#core_banner img {
    max-width: 100%
}

@media(max-width:768px) {
    #core_logo .img-responsive {
        display: inline
    }
}

#core_logo {
    margin-top: 20px;
    margin-bottom: 10px
}

#core_logo .iconwrap {
    min-height: 60px;
    float: left
}

#core_logo .iconwrap img {
    max-width: 70px;
    max-height: 70px;
    margin-right: 20px;
    margin-top: 0
}

#core_logo .main,
#core_logo img {
    margin-top: -10px
}

#core_logo .main {
    font-size: 40px;
    display: block;
    font-weight: 700;
    color: #fff
}

#core_logo .submain {
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
    color: #fff
}

@media(max-width:768px) {
    #core_logo .main {
        font-size: 25px
    }
    #core_logo .submain {
        font-size: 14px
    }
}

.frame {
    position: relative;
    display: block
}

.overlay-text {
    visibility: hidden
}

.frame:hover .overlay-text {
    visibility: visible;
    background: rgba(20, 22, 23, .75);
    height: 30px;
    transition: background .5s ease-in;
    -moz-transition: background .5s ease-in;
    -webkit-transition: background .5s ease-in;
    -o-transition: background .5s ease-in
}

.frame:hover .overlay-text .info {
    position: absolute;
    bottom: 2px;
    left: 5px;
    color: #fff;
    width: 94%
}

.overlay-gallery,
.overlay-video {
    bottom: 0;
    position: absolute;
    right: 0
}

.overlay-text .wlt_starrating {
    margin: 0!important;
    color: #fff!important;
    padding: 0
}

.overlay-text .wlt_starrating .fa,
.overlay-text .wlt_starrating .readonlytrue:hover {
    color: #fff
}

.overlay-video {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.overlay-video:before {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -18px;
    border-radius: 50%;
    background: 0 0;
    text-align: center;
    font: 14px/40px FontAwesome;
    transform: scale(.8);
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    text-decoration: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .75);
    color: #fff
}

.overlay-video-active {
    background: rgba(20, 22, 23, .75);
    text-decoration: none
}

.overlay-video-active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    text-decoration: none
}

@media(min-width:768px) {
    .frame:hover .overlay-video,
    .playli:hover .overlay-video {
        background: rgba(20, 22, 23, .75);
        text-decoration: none
    }
    .frame:hover .overlay-video:before,
    .playli:hover .overlay-video:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        text-decoration: none
    }
}

.overlay-gallery {
    top: 0;
    left: 0;
    text-align: center;
    cursor: pointer
}

.single .galleryframe img {
    margin: auto
}

.overlay-gallery a {
    color: #000;
    font-size: 20px;
    background: #fff;
    padding: 10px 12px;
    border-radius: 50%!important;
    margin-right: 20px
}

.overlay-gallery .lbox {
    display: none;
    position: absolute;
    top: 45%;
    left: 25%;
    width: 140px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.overlay-gallery:hover .lbox {
    display: block
}

@media(min-width:768px) {
    .frame:hover .overlay-gallery {
        background: rgba(255, 255, 255, .6);
        text-decoration: none;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }
}

#wlt_shortcode_video_playerlist {
    background: #000
}

#wlt_shortcode_video_playerlist .item {
    margin-right: 10px
}

#wlt_shortcode_video_playerlist .item img {
    opacity: .3
}

#wlt_shortcode_video_playerlist .item .nextvid1 img,
#wlt_shortcode_video_playerlist .item img:hover {
    opacity: 1
}

ul.orderby li {
    border-right: 1px dotted #ccc;
    padding-right: 10px;
    margin-right: 4px
}

ul.orderby li.active a {
    background: #DADADA;
    color: #0A0A0A;
    padding: 5px
}

ul.orderby li:last-child {
    border-right: 0
}

hr {
    margin-top: 15px;
    margin-bottom: 15px
}

.search .box1 {
    border: 1px solid #ddd;
    padding: 20px;
    background: #F9F9F9
}

.ext1 li {
    padding-top: 8px
}

.starratingpanel {
    margin-left: 20px
}

@media (min-width:368px) and (max-width:1200px) {
    .search .text-right {
        align: text-center;
        float: right
    }
    .search .changebtns {
        float: none;
        margin-top: 10px;
        border-top: 1px solid #eee;
        padding-top: 10px
    }
    .search .ext1 {
        font-size: 11px
    }
}

._searchresultsblock h3 {
    margin-top: 10px;
    margin-bottom: 20px
}

._searchresultsblock h1 {
    margin-bottom: 30px
}

.search .itemdata.featured .thumbnail {
    border-color: #FFD0B4
}

.wlt_search_results .item.expired {
    opacity: .5
}

.wlt_search_results .pending .thumbnail {
    border-left: 10px solid red!important
}

.category_desc {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #666;
    border-color: #444
}

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #444
}

.wlt_shortcode_comments_small .comment .author,
.wlt_shortcode_lastreply .author {
    font-size: 12px;
    color: #666
}

.wlt_shortcode_COMMENT_AJAX a {
    text-decoration: underline
}

.wlt_shortcode_comments_small button {
    margin-top: 10px
}

.wlt_shortcode_comments_small .comment {
    margin-bottom: 10px
}

.wlt_shortcode_comments_small .comment img {
    float: left;
    margin: 0 20px 0 0!important;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
    max-width: 70px;
    max-height: 70px
}

.wlt_shortcode_comments_small .comment blockquote {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    background: #eee;
    margin: 0 0 0 20px;
    border: 0
}

.wlt_shortcode_comments_small .comment blockquote:after {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #eee;
    display: block;
    width: 0;
    z-index: 1
}

.wlt_shortcode_lastreply img {
    float: left
}

.wlt_shortcode_lastreply blockquote {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    background: #eee;
    margin: 0 0 0 20px;
    border: 0
}

.wlt_shortcode_lastreply blockquote:after {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #eee;
    display: block;
    width: 0;
    z-index: 1
}

.archive #wlt_core_subcategories ul {
    margin: 0
}

.archive #wlt_core_subcategories .cat-item a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f046";
    margin-right: 6px
}

.owl-item .featuredsticker,
.owl-item .sticker {
    display: none
}

.wlt_search_results .line1 {
    display: block;
    clear: both;
    border-bottom: 1px solid #efefef;
    margin: 5px 0 10px
}

.wlt_search_results.list_style .itemdata {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0
}

.wlt_search_results.list_style .frame {
    float: left
}

.wlt_search_results.list_style .frame img {
    max-width: 100%;
    max-height: 200px;
    margin: auto
}

.wlt_search_results.list_style .content {
    padding: 0 10px 0 20px;
    overflow: hidden
}

.wlt_search_results.list_style .content h4 {
    font-size: 22px
}

.wlt_search_results.list_style .content small {
    font-size: 13px
}

.wlt_search_results.grid_style .content small,
.wlt_search_results.list_style .content .wlt_shortcode_excerpt {
    font-size: 12px
}

.wlt_search_results.list_style .content .btn {
    margin-bottom: 10px
}

.wlt_search_results.list_style .content .col-md-3 .btn {
    width: 93%
}

.wlt_search_results.list_style .featuredsticker {
    top: -11px;
    left: -11px
}

.wlt_search_results.grid_style {
    margin-left: -15px;
    margin-right: -15px
}

.wlt_search_results.grid_style .thumbnail {
    padding: 10px
}

.wlt_search_results.grid_style .wlt_starrating {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block
}

.wlt_search_results.grid_style .featuredsticker {
    top: -15px;
    left: -15px
}

.wlt_search_results.grid_style .owl-item .featuredsticker {
    top: -5px;
    left: -5px
}

.wlt_search_results.grid_style .frame img {
    max-height: 100%;
    max-width: 100%;
    margin: auto
}

#core_menu_wrapper span.iconpack1,
.wlt_searchbox {
    margin-top: 7px
}

.wlt_search_results.grid_style .hidden_grid {
    display: none
}

.wlt_search_results.grid_style .hidden_list,
.wlt_search_results.list_style .hidden_grid {
    display: visible
}

.wlt_search_results.list_style .hidden_list {
    display: none
}

@media (min-width:0px) and (max-width:768px) {
    ._searchresultsblock h4 {
        font-size: 12px
    }
    ul.orderby {
        margin-bottom: 20px;
        clear: both;
        display: block
    }
    ul.orderby li {
        float: left;
        width: 48%;
        margin-right: 0;
        text-align: center
    }
    .wlt_search_results.list_style .frame {
        width: 100%;
        clear: both
    }
    .wlt_search_results.list_style .frame img {
        max-height: 300px
    }
    .wlt_search_results.grid_style .frame img {
        max-height: 150px
    }
}

@media (min-width:768px) {
    .wlt_search_results.list_style .frame {
        width: 150px
    }
    .wlt_search_results.grid_style .frame {
        height: 170px
    }
}

@media (min-width:992px) {
    .wlt_search_results.list_style .frame {
        width: 200px
    }
    .wlt_search_results.grid_style .frame {
        height: 170px
    }
}

@media (min-width:1200px) {
    .wlt_search_results.list_style .frame {
        width: 250px
    }
    .wlt_search_results.grid_style .frame {
        height: 170px
    }
}

#core_header_navigation {
    font-size: 11px
}

#core_header .nav>li.open>a,
#core_header_navigation .nav-pills>li a,
#core_header_navigation .nav-pills>li.open a,
#core_menu_wrapper .nav>li.open>a,
.header_style2 .nav>li.open>a {
    background: 0 0!important
}

#core_header_navigation .welcometext {
    padding-top: 10px;
    margin-right: 10px
}

#core_header_navigation .accountdetails .ua1:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f11a";
    margin-right: 5px
}

#core_header_navigation .accountdetails .ua2:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f003";
    margin-right: 5px
}

#core_header_navigation .accountdetails .ua3:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f08a";
    margin-right: 5px
}

#core_header_navigation .accountdetails .ua4:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f011";
    margin-right: 5px
}

#core_header_navigation .accountdetails .ua5:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f023";
    margin-right: 5px
}

#core_header_navigation .accountdetails .ua6:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f006";
    margin-right: 5px
}

#core_header_navigation .nav>li ul li a {
    font-size: 14px!important;
    color: #000!important
}

#core_menu_wrapper .navbar {
    margin-bottom: 0;
    border-radius: 0
}

#core_menu_wrapper .navbar-nav>li {
    padding: 0!important
}

#core_menu_wrapper .nav>li>a:focus,
#core_menu_wrapper .nav>li>a:hover {
    background: 0 0
}

#core_menu_wrapper .nav>li>a {
    font-weight: 400;
    line-height: 30px
}

#core_menu_wrapper .navbar-collapse {
    padding-left: 0
}

#core_menu_wrapper .nav>li>a .fa,
#core_menu_wrapper .nav>li>a .glyphicon {
    margin-right: 5px
}

#core_menu_wrapper .dropdown-menu>li>a {
    color: #6b6b6b!important;
    text-shadow: 0 0 0 #fff!important;
    font-size: 14px!important
}

#core_menu_wrapper .withicon {
    margin-left: 10px
}

#core_menu_wrapper .withicon1 {
    margin-left: 30px
}

.menu_style4 .button {
    margin-right: 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, .3);
    margin-top: 7px;
    color: #fff
}

.menu_style4 .button .title {
    /*padding: 5px; */
    padding: 8px 20px; 
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px
}

.menu_style5 .navbar-nav {
    float: none
}

.wlt_searchbox {
    position: relative;
    float: right;
    margin-right: 10px
}

.wlt_searchbox .wlt_button_search {
    float: right;
    font-size: 26.24px;
    color: #ccc;
    width: 46px;
    height: 46px;
    line-height: 46px;
    vertical-align: top;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0
}

#wlt_google_map_wrapper,
.dropdown-submenu,
.single #core_middle_column .panel {
    position: relative
}

.wlt_searchbox .wlt_button_search:hover {
    cursor: pointer
}

.wlt_searchbox input {
    color: #7e8e9b;
    border-radius: 0;
    line-height: 20px;
    height: 46px;
    width: 265px;
    max-width: none;
    margin: 0;
    padding: 13px 46px 13px 10px;
    border: 1px solid #ddd
}

.wlt_searchbox .text-right {
    margin-top: 10px
}

@media (min-width:0px) and (max-width:990px) {
    .wlt_searchbox .addthis_toolbox {
        margin-top: 0
    }
}

.header_style2 .navbar-nav>li>a {
    font-size: 16px
}

.header_style2 .navbar-nav>li>a:hover {
    background: 0 0
}

.header_style2 .dropdown-menu {
    border-radius: 0
}

.header_style2 .navbar-toggle {
    background: #000
}

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

.header_style2 .navbar-nav>li {
    padding-top: 0
}

.header_style2 .navbar {
    margin-top: 35px;
    float: right
}

.header_style2 .navbar-nav {
    background-color: rgba(0, 0, 0, .1)
}

.header_style2 .navbar-nav li a {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    text-transform: uppercase
}

.header_style2 .navbar-nav li:last-child a {
    border-right: 0
}

.header_style2 .navbar-nav li .dropdown-menu a {
    color: #000;
    text-shadow: none;
    font-size: 12px;
    line-height: 25px
}

.header_style2 .container-fluid,
.header_style2 .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:0px) and (max-width:990px) {
    .header_style2 .navbar-nav>li>.dropdown-menu {
        margin-top: 0
    }
    .header_style2 .container-fluid,
    .header_style2 .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px
    }
    .header_style2 .navbar-nav>li>a {
        font-size: 16px;
        line-height: 30px
    }
    #core_logo {
        text-align: center
    }
}

@media (max-width:480px) {
    .dropdown-toggle span:after {
        content: " \2b";
        font-family: glyphicon
    }
}

.header_style4 .wlt_searchbox {
    margin-right: 0!important;
    margin-top: 15px
}

.header_style4 .wlt_searchbox input {
    width: 350px
}

@media (min-width:0px) and (max-width:990px) {
    .header_style4 .wlt_searchbox {
        float: none
    }
    .header_style4 .wlt_searchbox input {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width:1000px) and (max-width:2090px) {
    .header_style4 .wlt_searchbox {
        float: right
    }
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

@media (max-width:480px) {
    #core_header,
    #core_smallmenu,
    footer {
        margin-right: 15px;
        margin-left: 15px
    }
    .page-wrapper.container {
        padding: 0!important
    }
    #core_padding .core_section_top_row {
        margin-left: 0;
        margin-right: 0
    }
}

#wlt_smalldevicemenubar {
    display: none
}

#wlt_smalldevicemenubar a.b1 {
    text-decoration: none;
    background: #444;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 17px;
    text-transform: uppercase;
    width: 100%
}

#wlt_map_toolbox .myl a,
footer a {
    text-decoration: underline
}

#core_mobile_menu .glyphicon-class,
.cartbtntop .glyphicon,
.menubtntop .glyphicon,
.searchbtntop .glyphicon,
footer,
footer a {
    color: #fff
}

#wlt_smalldevicemenubar a.b1 .glyphicon {
    float: right;
    margin-top: 6px
}

#wlt_smalldevicemenubar ul {
    margin-bottom: 0;
    padding-left: 0
}

#wlt_smalldevicemenubar ul li {
    list-style: none;
    background-color: #63c5b6;
    border-bottom: 1px solid #4eac9e;
    padding-top: 8px;
    padding-bottom: 8px;
    clear: both;
    display: block
}

#core_mobile_menu .nav li a span,
#wlt_smalldevicemenubar .dropdown-submenu:focus>a,
#wlt_smalldevicemenubar .dropdown-submenu:hover>a {
    background: 0 0
}

#wlt_smalldevicemenubar ul li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px
}

#wlt_smalldevicemenubar .dropdown-menu {
    display: block!important;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    border-radius: 0;
    clear: both
}

#wlt_smalldevicemenubar .dropdown-submenu>a:after,
#wlt_smalldevicemenubar .iconpack1 {
    display: none
}

#wlt_smalldevicemenubar .smalldevice_dropmenu {
    padding-top: 10px
}

#wlt_smalldevicemenubar .smalldevice_dropmenu li {
    border-top: 1px solid #000
}

#wlt_smalldevicemenubar .smalldevice_dropmenu li a {
    padding-left: 25px!important
}

#wlt_smalldevicemenubar .menu-item-has-children.dropdown {
    border-bottom: 0
}

#wlt_smalldevicemenubar .dropdown-submenu>.dropdown-menu {
    left: 0;
    clear: both
}

#wlt_smalldevicemenubar ul li .dropdown-toggle span:after {
    content: none!important
}

#wlt_smalldevicemenubar .menu-item-has-children {
    padding-bottom: 0
}

@media (max-width:990px) {
    #core_menu_wrapper {
        display: none
    }
    #wlt_smalldevicemenubar {
        display: block
    }
    .header_style4 {
        padding: 0
    }
    .header_style4 .wlt_searchbox input {
        margin-bottom: 10px
    }
}

#core_mobile_menu .nav li img {
    max-width: 30px;
    max-height: 30px
}

#core_mobile_menu .checkoutnow {
    text-align: center;
    border-top: 1px solid #111;
    font-weight: 700;
    padding-top: 10px
}

footer {
    background: #4eac9e
}

footer .avatar {
    max-width: 60px;
    max-height: 60px
}

footer .footer-block ul li p {
    padding-bottom: 1px
}

footer .footer-block ul li i {
    margin-right: 10px
}

footer .footer-block .col-md-8 {
    padding: 0
}

footer .footer-block .col-md-3 {
    padding-right: 0
}

footer .footer-block {
    padding-top: 2px
}

footer .footer-block-title {
    font-size: 16px;
    padding-bottom: 1px
}

footer .footer-block-content {
    line-height: 20px;
    font-size: 12px
}

footer .list-group-item {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

footer .panel {
    background: 0 0
}

#footer_content {
    padding-bottom: 2px
}

#footer_bottom {
    padding: 5px 10px 1px 20px;
    background: #429b8e;
    font-size: 12px
}

#footer_bottom .row {
    padding-left: 10px;
    line-height: 30px;
    font-size: 11px
}

#footer_bottom p,
footer .footer-block p,
footer ul {
    padding: 0;
    margin: 0
}

#footer_bottom .copybit,
.socialicons li {
    margin-right: 10px
}

#footer_bottom,
#footer_bottom a {
    color: rgba(255, 255, 255, .7)
}

.socialicons {
    margin-bottom: 0
}

.socialicons li {
    font-size: 16px;
    background: rgba(99, 99, 99, .7);
    text-align: center;
    width: 30px
}

.socialicons li:hover {
    background: 0 0
}

#back-top {
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    left: 50%;
    margin-left: 640px
}

#back-top a:hover {
    color: #79ec3e
}

#back-top span {
    width: 42px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: url(../img/up-arrow.png) left 0 no-repeat
}

#back-top a:hover span {
    background-position: left bottom
}

#core_breadcrumbs {
    border-bottom: 1px solid #ddd
}

#core_breadcrumbs a {
    font-size: 13px;
    color: #aaa
}

#core_breadcrumbs .breadcrumb {
    background: 0 0;
    margin-bottom: 0
}

#SINGLEIMAGEDISPLAY {
    margin-bottom: 15px;
    text-align: center;
    position: relative
}

#SINGLEIMAGEDISPLAY .col-md-5 .frame {
    border: 1px solid #ddd;
    padding: 2px
}

#SINGLEIMAGEDISPLAY .col-md-5 .frame img {
    max-width: 100%
}

#SINGLEIMAGEDISPLAY img {
    display: inline
}

#mousetrap {
    background: url(../img/mousetrap.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.single #core_middle_column #Tabs {
    margin-bottom: 20px
}

.single #core_middle_column #t1 {
    min-height: 250px
}

.single #core_middle_column .flexslider img {
    margin: auto
}

.single #core_middle_column #fullResImage {
    max-height: 100000px!important
}

.wlt_shortcode_btnbar {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #eee;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #f5f5f5 38%, #e2e2e2 98%);
    background-image: -o-linear-gradient(top, #f5f5f5 38%, #e2e2e2 98%);
    background-image: -moz-linear-gradient(top, #f5f5f5 38%, #e2e2e2 98%);
    background-image: -webkit-linear-gradient(top, #f5f5f5 38%, #e2e2e2 98%);
    background-image: -ms-linear-gradient(top, #f5f5f5 38%, #e2e2e2 98%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.38, #f5f5f5), color-stop(.98, #e2e2e2));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    margin: 10px 0 20px
}

.wlt_shortcode_btnbar a {
    margin-right: 10px
}

.wlt_shortcode_btnbar .hitsbit {
    margin-top: 10px;
    margin-right: 10px
}

@media (min-width:0px) and (max-width:400px) {
    .wlt_shortcode_btnbar a {
        display: block;
        clear: both;
        margin-bottom: 10px
    }
}

#qtybox input {
    width: 56px;
    float: left;
    height: 36px;
    line-height: 26px;
    padding: 5px 10px
}

#qtybox .btn {
    float: left;
    border: 0
}

.btn.button-minus,
.btn.button-plus {
    font-size: 14px;
    color: #b2b2b2;
    padding: 0;
    background-color: transparent
}

.btn.button-minus span,
.btn.button-plus span {
    display: block;
    border: 1px solid #BFBFBF;
    border-left: none;
    width: 37px;
    height: 36px;
    text-align: center;
    line-height: 36px
}

.single .single_audio_file,
.single .videobox {
    margin-bottom: 20px
}

.single .singleimg img {
    margin: auto
}

#respond {
    border: 1px solid #ddd;
    padding: 20px;
    background: #Fff;
    color: #666
}

#respond .btnbox .btn,
#respond .input-group-addon {
    border-radius: 0
}

#respond .btnbox {
    text-align: center
}

ol.commentlist li .says {
    font-size: 11px;
    color: #999
}

ol.commentlist {
    margin: 0;
    padding: 0!important;
    text-indent: 0
}

ol.commentlist li {
    color: grey;
    background: #f8f8f8;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px
}

ol.commentlist li.comment {
    padding: 1em
}

ol.commentlist li.comment div.vcard {
    font-size: 16px
}

ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal
}

ol.commentlist li.comment div.vcard img.avatar {
    border: 1px solid #ccc;
    padding: 1px;
    float: right;
    margin: 0 0 1em 1em
}

ol.commentlist li.comment div.comment-meta {
    font-size: 10px;
    border-bottom: 1px solid #ddd;
    line-height: 20px
}

ol.commentlist li.comment div.comment-meta a {
    color: #ccc
}

ol.commentlist li.comment p {
    margin: 0 0 1em
}

ol.commentlist li.comment ul {
    list-style: square;
    margin: 0 0 1em 2em
}

ol.commentlist li.comment div.reply {
    font-size: 11px
}

ol.commentlist li.comment div.reply a {
    font-weight: 700
}

ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0
}

ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 .25em .25em
}

ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 .25em .25em
}

ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 .25em .25em
}

ol.commentlist li.even {
    background: #fff
}

ol.commentlist li.odd {
    background: #f8f8f8
}

ol.commentlist li.parent {
    border-left: 5px solid #E4E4E4
}

ol.commentlist .form-group {
    padding-top: 10px
}

ol.commentlist li .avatar {
    padding: 2px;
    border: 1px solid #ddd
}

ol.commentlist li .wlt_starrating {
    float: right
}

ol.commentlist li .children {
    margin-top: 20px
}

#wlt_comment_tabs {
    margin-bottom: 20px
}

#commentform .form-group {
    margin-top: 15px
}

.cometchat_avatar {
    max-width: 40px;
    max-height: 40px
}

#wlt_map_location img {
    max-width: none
}

#wlt_google_map {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    margin-bottom: 10px
}

.wlt_map1_controls {
    display: none
}

.wlt_map1_controls ul {
    list-style: none;
    position: absolute;
    bottom: 15px;
    right: 50px
}

.wlt_map1_controls ul li {
    background: #444;
    color: #fff;
    text-align: center;
    float: left;
    margin-left: 5px
}

.wlt_map1_controls ul li.searchb input {
    font-size: 11px;
    border: 0;
    width: 200px;
    height: 40px;
    color: #000;
    padding-left: 10px
}

.wlt_map1_controls ul li.icon {
    width: 40px;
    height: 40px
}

.wlt_map1_controls ul li a {
    color: #fff;
    line-height: 40px
}

.wlt_map1_controls ul li .tooltip {
    width: 150px
}

#wlt_map_toolbox {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0;
    width: 250px;
    max-height: 400px;
    background: #444;
    display: none
}

#wlt_map_toolbox .nav-tabs {
    background: #666;
    border: 0;
    height: 40px
}

#wlt_map_toolbox .nav-tabs>li,
#wlt_map_toolbox .nav-tabs>li.active,
#wlt_map_toolbox .nav-tabs>li:hover {
    border: 0;
    margin: 0
}

#wlt_map_toolbox .nav-tabs>li a:hover {
    border: 0
}

#wlt_map_toolbox .nav-tabs>li a {
    color: #fff
}

#wlt_map_toolbox .nav-tabs>li.active>a {
    background: #444;
    border: 0;
    color: #fff
}

#wlt_map_toolbox .tab-content {
    padding: 10px;
    color: #fff
}

#wlt_map_toolbox .myl a {
    color: #fff;
    font-size: 11px
}

#wlt_map_toolbox #mapcatlist {
    list-style: none;
    color: #fff;
    margin: 10px 0 0;
    padding: 0;
    max-height: 150px;
    overflow-y: scroll
}

#wlt_map_toolbox .closewin {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer
}

.blue #wlt_map_toolbox,
.bluebox #wlt_map_toolbox .nav-tabs>li.active>a {
    background: #2481a6
}

.blue #wlt_map_toolbox .nav-tabs {
    background: #5da9c7
}

#wlt_map_toolbox .list-inline.mapids li {
    margin-bottom: 10px;
    text-align: center
}

#wlt_map_toolbox .list-inline.mapids li a {
    background: #fff;
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    margin-right: 10px;
    line-height: 40px
}

#AuthorSingle {
    min-height: 355px
}

#AuthorSingle .head {
    height: 200px
}

#AuthorSingle .tab-content hr {
    display: none
}

#AuthorSingle .list-group {
    margin-top: 20px
}

#AuthorSingle .nav-tabs>li.active>a,
#AuthorSingle .nav-tabs>li.active>a:focus,
#AuthorSingle .nav-tabs>li.active>a:hover {
    border: 0;
    border-radius: 0
}

#AuthorSingle .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#AuthorSingle .progress {
    position: relative;
    height: 35px;
    border-radius: 0;
    margin-bottom: 10px!important
}

#AuthorSingle .avatar,
#AuthorSingle .mbox {
    border: 1px solid #ddd
}

#AuthorSingle .progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px
}

#AuthorSingle .progress span strong {
    float: right;
    font-weight: 400;
    color: #999;
    text-shadow: 1px 1px 1px #ddd
}

#AuthorSingle .mbox {
    padding: 20px;
    background: #fff
}

#AuthorSingle .linkbar li {
    background: #5cb85c;
    padding: 10px;
    color: #fff;
    margin-right: 10px
}

#AuthorSingle .linkbar li a {
    color: #fff
}

#AuthorSingle .linkbar .ee {
    background: #B64242!important
}

#AuthorSingle .linkbar .tw {
    background: #00aced!important
}

#AuthorSingle .linkbar .fb {
    background: #3b5998!important
}

#AuthorSingle .linkbar .sk {
    background: #1ab7ea!important
}

#AuthorSingle .linkbar .in {
    background: #0976b4!important
}

#AuthorSingle .profile .avatar {
    max-width: 200px;
    max-height: 200px
}

#AuthorSingle #AuthorSingleFeedback .avatar {
    max-width: 80px;
    max-height: 80px
}

#AuthorSingleFeedback h4.text-center {
    margin-top: 30px
}

.feedback_big {
    border-radius: 0;
    background: #fff;
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 10px
}

.authorheader img,
.feedback_small {
    border: 1px solid #ddd;
    background: #fff
}

.feedback_small {
    padding: 2px;
    margin-top: 3px
}

.authorheader {
    padding-top: 10px
}

.authorheader img {
    max-width: 60px;
    max-height: 60px;
    padding: 2px;
    margin-top: 10px
}

.authorheader h1 {
    margin-top: 0
}

.authorheader .list-inline,
.authorheader .list-inline a {
    color: #BABABA
}

.authorheader .frame {
    margin-right: 20px;
    float: left
}

.authorheader hr {
    margin-bottom: 0
}

.account-block {
    text-align: center;
    position: relative;
    margin-top: 50px;
    min-height: 200px
}

.account-block .icon {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -20px;
    overflow: hidden;
    min-height: 100px;
    min-width: 100px;
    border: 10px solid #EAEAEA;
    border-radius: 50%!important;
    background: #fff
}

.account-block .icon i {
    border-radius: 50%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    min-width: 100%;
    font-size: 50px;
    line-height: 80px;
    color: #ccc
}

.account-block h3 {
    color: #7E7E7E;
    text-shadow: 1px 1px 1px #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 70px;
    margin-bottom: 5px
}

.account-block p {
    color: #6c6c6c;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
    height: 70px;
    overflow: hidden
}

.account-block .label {
    font-size: 14px;
    line-height: 30px
}

.account-block .description {
    background: #f5f5f5;
    overflow: hidden;
    font-style: italic;
    font-weight: 400;
    min-height: 250px
}

.account-block .description:hover {
    background: #E8E8E8
}

#MyAccountBlock a,
.accountbit a:hover {
    text-decoration: none
}

#PACKAGEBLOCK .moreinfo,
.memberlist li .right a {
    text-decoration: underline
}

#MyAccountBlock .media {
    border: 1px solid #ddd;
    margin-bottom: 10px
}

#MyAccountBlock .media .pull-left {
    font-size: 42px;
    background: #fafafa;
    color: #ccc
}

#MyAccountBlock .media .pull-left i {
    margin: 23px
}

#MyAccountBlock .media .media-body {
    padding: 15px;
    color: #999
}

#MyAccountBlock .media .media-heading {
    margin-bottom: 10px
}

#MyAccountBlock .media:hover .pull-left {
    color: #666
}

#myaccountdataform .control-label {
    display: block
}

#MyNewOrders img {
    max-width: 100px;
    max-height: 100px
}

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

.memberlist li {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.memberlist li .linkbar,
.memberlist li h2 {
    border-bottom: 1px dotted #ddd
}

.memberlist li h2 {
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-size: 22px
}

.memberlist li .desc,
.memberlist li .linkbar {
    padding-bottom: 10px;
    margin-bottom: 10px
}

.memberlist li .linkbar span {
    margin-right: 15px
}

.memberlist li .linkbar.bottom {
    text-align: right;
    border: 0;
    font-size: 12px
}

.memberlist li .avatar {
    max-height: 170px;
    padding: 2px;
    border: 1px solid #ddd
}

.wlt_3_columns .memberlist li .avatar {
    max-width: 120px
}

.wlt_runeditor {
    text-indent: 0;
    font-size: 9px;
    display: inline;
    margin-left: 2px
}

#login_registerbox .panel-body,
#register_loginbox .panel-body {
    padding-top: 85px;
    padding-bottom: 85px
}

#wlt_stepswizard .label {
    font-weight: 400
}

#wlt_stepswizard .fieldtitle {
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    background: #fafafa;
    padding: 20px;
    text-align: center;
    font-size: 20px
}

#wlt_stepswizard .step-number {
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 25px;
    margin-right: 10px;
    font-size: 12px
}

#wlt_stepswizard .col-md-9 input[type=file] {
    margin-bottom: 10px
}

#wlt_stepswizard .description {
    padding-top: 5px;
    font-size: 12px;
    color: #bbb
}

#wlt_stepswizard .bs-callout {
    margin-top: 0
}

#steps_left_column .info {
    line-height: 30px;
    font-size: 15px
}

#steps_left_column .totalpayment {
    font-size: 18px
}

#wlt_stepswizard .panel-default>.panel-heading {
    font-size: 16px
}

#PACKAGEBLOCK .panel {
    -webkit-transition-property: scale;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition: all .2s ease-in-out
}

#PACKAGEBLOCK .panel:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

#PACKAGEBLOCK .list-group-item {
    border: 0;
    border-top: 1px solid #ddd;
    text-align: left
}

#PACKAGEBLOCK .list-group-item.panel-footer,
#mediatablelist .itmbox,
#wlt_stepswizard .tcbox,
.countdown_row,
.countdown_section,
.packblock .price,
.uploadiconbox div a,
.uploadiconboxsmall div {
    text-align: center
}

#PACKAGEBLOCK .price {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff
}

#PACKAGEBLOCK .row-odd {
    background: #FCFCFC
}

#PACKAGEBLOCK .days {
    font-size: 12px;
    display: block
}

#PACKAGEBLOCK .moreinfo {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 10px
}

#PACKAGEBLOCK .btn-primary {
    border: 0
}

#PACKAGEBLOCK .glyphicon-ok {
    color: #379943
}

#PACKAGEBLOCK .mainicon {
    float: right;
    font-size: 110px;
    color: #ddd;
    padding-left: 20px
}

.editinfo ul {
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px
}

#wlt_stepswizard .tcbox {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 18px;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #fbfbfb;
    top: 0;
    left: 0;
    line-height: 40px;
    border-right: 1px solid #ededed
}

#wlt_stepswizard .twrap {
    padding-left: 35px
}

.label-s {
    background: #31b336
}

.label-w {
    background: #ff8f00
}

#mediatablelist {
    border: 1px solid #ddd;
    border-top: 0;
    padding-top: 20px
}

#mediatablelist .featureditem {
    border: 5px solid #f0ad4e!important
}

#mediatablelist .itmbox {
    height: 155px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #FCFCFC;
    position: relative
}

#mediatablelist .itmbox img {
    max-height: 150px;
    max-width: 100%;
    opacity: .5
}

#mediatablelist .itmbox .bits {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff
}

#mediatablelist .itmbox .btn {
    font-size: 11px
}

#mediatablelist .alert-danger {
    border-radius: 0
}

.txtonly {
    padding-top: 40px
}

.uploaditem {
    border-bottom: 1px solid #ddd;
    background: #FDFDFD;
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 1px solid #ddd;
    margin-bottom: 15px
}

.uploaditem .progress {
    margin-top: 10px
}

.uploaditem canvas,
.uploaditem img {
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
    max-height: 100px;
    max-width: 100px
}

.uploaditem .fname {
    color: #ccc
}

.uploaditem .btn,
.uploaditem .form-input {
    margin-top: 20px
}

.uploadiconbox div a {
    background: #ddd;
    margin-right: 10px;
    line-height: 20px;
    font-size: 12px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 30px
}

.uploadiconbox div a span {
    display: block;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 8px
}

.uploadiconbox div .c1 {
    background: #5b5
}

.uploadiconbox div .c2 {
    background: #3998cd
}

.uploadiconbox div .c3 {
    background: #e8aa4e
}

.uploadiconbox div .c4 {
    background: #cb4b44
}

.uploadiconboxform {
    display: none;
    margin-top: 50px
}

.uploadiconboxform input {
    margin-bottom: 10px
}

.uploadiconboxform .allowed {
    float: right;
    font-size: 40px;
    color: #ccc;
    text-shadow: 1px 1px 1px #fff
}

.uploadiconboxsmall {
    display: block;
    clear: both;
    margin-bottom: 0
}

.uploadiconboxsmall div a {
    font-size: 14px;
    background: #ddd;
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none
}

.wlt_toolbar a,
.wlt_toolbox a {
    text-decoration: underline
}

.uploadiconboxsmall div a.c1 {
    background: #5b5
}

.uploadiconboxsmall div a.c2 {
    background: #3998cd
}

.uploadiconboxsmall div a.c3 {
    background: #e8aa4e
}

.uploadiconboxsmall div a.c4 {
    background: #cb4b44
}

@media (min-width:0px) and (max-width:400px) {
    .uploadiconbox div,
    .uploadiconboxform .allowed {
        display: none
    }
    .uploadiconboxform {
        display: block!important
    }
}

.fileinput-button {
    z-index: 99;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer
}

.progress-animated .bar {
    background: url(../img/progressbar.gif)!important;
    filter: none
}

.fileupload-loading {
    position: absolute;
    left: 50%;
    width: 128px;
    height: 128px;
    background: url(../img/loading.gif) center no-repeat;
    display: none
}

.fileupload-processing .fileupload-loading {
    display: block
}

* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0
}

@media (max-width:767px) {
    .files .btn span {
        display: none
    }
    .files .preview * {
        width: 40px
    }
    .files .name * {
        width: 80px;
        display: inline-block;
        word-wrap: break-word
    }
    .files .progress {
        width: 20px
    }
    .files .delete {
        width: 60px
    }
}

#AddItems .wlt_thumbnail {
    padding: 2px;
    border: 1px solid #ddd
}

#showmapbox .well {
    margin-top: 10px
}

#showmapbox .controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

#showmapbox #form_map_location {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis
}

#showmapbox #form_map_location:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;
    width: 401px
}

#showmapbox #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0
}

#showmapbox #type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300
}

.compactdisplay .panel {
    padding: 20px
}

.packblock {
    border: 1px solid #ddd;
    background: #F5F5F5;
    position: relative
}

.packblock.selected {
    border: 1px solid #E0E0E0;
    border-bottom: 0;
    background: #FFF
}

.packblock .wrap {
    border: 1px solid #fff;
    padding: 10px
}

.totalpayment {
    font-size: 18px
}

.packblock .price {
    float: left;
    min-height: 50px;
    line-height: 60px;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    background: #777;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 60px;
    border: 1px solid #fff;
    color: #fff
}

#enhancementsblock .checkbox .badge {
    line-height: 25px;
    font-weight: 400;
    min-width: 40px;
    text-align: center;
    margin-right: 10px
}

#enhancementsblock .checkbox .badge.sel {
    background: #79A70A
}

#enhancementsblock .list-group {
    margin-left: 20px;
    list-style: none
}

#enhancementsblock .fa {
    font-size: 16px
}

#enhancementsblock .alert-success,
#wlt_stepswizard .label-default,
.packblock.selected .price {
    color: #FFF;
    background-color: #79A70A;
    border-color: #79A70A
}

.woocommerce .type-product {
    background: #fff;
    padding: 20px
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
    padding-top: 0
}

.page-template-tpl-blog-php article.sticky {
    background: #effbff;
    border: 1px solid #428bca;
    padding: 20px
}

.page-template-tpl-blog-php article.sticky a {
    color: #428bca
}

.single-post .img-polaroid {
    max-width: 100%;
    max-height: 500px
}

.blogcats ul {
    list-style: none
}

.blogitem {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ddd
}

.blogitem .blog-content {
    padding: 10px 23px 17px
}

.blogitem .imgframe {
    position: relative;
    display: block
}

.blogitem .imgframe img {
    width: 100%
}

.blogitem .imgframe:hover .overlay {
    visibility: visible;
    opacity: 1
}

.blogitem h5 {
    margin: 22px 0 15px;
    font-size: 18px
}

.blogitem h5>a {
    color: #464646;
    transition: all .1s ease-out
}

.blogitem .label-wrap {
    position: absolute;
    bottom: 0;
    left: 5px
}

.blogitem .label-wrap .label {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    margin-right: 2px;
    vertical-align: middle;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 1px;
    background: #4D4D4D;
    transition: all .1s ease-out
}

.blogitem .label-wrap .label:hover {
    background-color: #4D4D4D
}

.blogitem .label-wrap .label:hover::after {
    border-top-color: #4D4D4D
}

.blogitem .label-wrap .label::after {
    position: absolute;
    top: 100%;
    left: 20px;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #4D4D4D;
    border-width: 5px;
    transition: all .1s ease-out
}

.bs-callout,
.bs-callout .btn {
    border-radius: 0
}

.blogitem a span.read.more,
.blogitem a.more {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.blogitem a span.read.more::before,
.blogitem a.more::before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: -13px;
    top: 1px;
    font-size: 13px;
    transition: all .1s ease-out
}

.featuredsticker,
span.sticker {
    bottom: 0;
    right: 0;
    position: absolute
}

.blogitem .post-categories {
    list-style: none;
    padding: 0
}

.list_style .blogitem .imgframe {
    width: 300px;
    display: inline;
    float: left;
    margin-right: 30px
}

.list_style .blogitem .label-wrap .label::after {
    display: none
}

.bs-callout {
    margin: 20px 0;
    padding: 20px;
    background-color: #fcf8f2;
    border-color: #f0ad4e;
    min-height: 55px
}

.bs-callout h4 {
    color: #f0ad4e
}

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de
}

.bs-callout-info h4 {
    color: #5bc0de
}

.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f
}

.bs-callout-danger h4 {
    color: #d9534f
}

.bs-callout-success {
    background-color: #F2F7F0;
    border-color: #d6e9c6
}

.bs-callout-success h4 {
    color: #3c763d
}

.featuredsticker {
    top: -12px;
    left: -12px;
    background: url(../img/fe.png) no-repeat;
    height: 65px;
    width: 68px
}

.big .featuredsticker {
    position: absolute;
    float: left;
    background: url(../img/fe1.png) no-repeat;
    height: 100px;
    width: 100px;
    top: -8px;
    left: -8px
}

span.sticker0,
span.sticker1,
span.sticker10,
span.sticker2,
span.sticker3,
span.sticker4,
span.sticker5,
span.sticker6,
span.sticker7,
span.sticker8,
span.sticker9 {
    left: auto;
    right: -10px;
    top: -10px
}

span.sticker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: -5000px;
    background: url(../img/sprite_sticker.png) no-repeat;
    z-index: 10
}

span.sticker0 {
    background-position: 0 0
}

span.sticker1 {
    background-position: 0 -60px
}

span.sticker2 {
    background-position: 0 -120px
}

span.sticker3 {
    background-position: 0 -180px
}

span.sticker4 {
    background-position: 0 -240px
}

span.sticker5 {
    background-position: 0 -300px
}

span.sticker6 {
    background-position: 0 -360px
}

span.sticker7 {
    background-position: 0 -420px
}

span.sticker8 {
    background-position: 0 -480px
}

span.sticker9 {
    background-position: 0 -540px
}

span.sticker10 {
    background-position: 0 -600px
}

.grid_style span.sticker {
    top: -10px;
    right: 0
}

span.ftext {
    position: absolute;
    bottom: 5px;
    left: 10px
}

.wlt_shortcode_images_grid li {
    margin-right: 10px
}

.wlt_search_results .audiowrapper .frame,
.wlt_search_results.grid_style .audiowrapper,
.wlt_starrating img {
    margin-right: 0
}

.wlt_search_results .audiobox {
    z-index: 999;
    position: relative;
    left: 15px;
    max-width: 150px;
    top: -40px;
    height: 30px;
    margin-bottom: -30px
}

.wlt_search_results .audiobox .player {
    background: #000;
    border-radius: 4px;
    padding: 2px;
    position: relative;
    clear: both;
    display: block;
    cursor: pointer;
    border-width: 0 1px;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc
}

@media (max-width:990px) {
    .wlt_search_results .audiobox .player {
        max-width: 30px;
        height: 25px
    }
    .wlt_search_results .audiobox .col-md-1 {
        padding: 0 0 0 6px;
        margin: 0
    }
}

.wlt_search_results .audiobox .playbtn {
    color: #fff
}

.wlt_search_results .audiobox .progress {
    margin-bottom: 0;
    background: #212227;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .25);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 5px;
    margin-top: 7px
}

.wlt_search_results .audiobox .progress-bar-success {
    background: #90d26a;
    background: -webkit-linear-gradient(top, #90d26a 0, #83bb63 100%);
    background: -moz-linear-gradient(top, #90d26a 0, #83bb63 100%);
    background: -o-linear-gradient(top, #90d26a 0, #83bb63 100%);
    background: -ms-linear-gradient(top, #90d26a 0, #83bb63 100%);
    background: linear-gradient(top, #90d26a 0, #83bb63 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-indent: -9999px
}

.countdown_rtl {
    direction: rtl
}

.countdown_holding span {
    color: #888
}

.countdown_row {
    clear: both;
    width: 100%;
    padding: 0
}

.countdown_show1 .countdown_section {
    width: 98%
}

.countdown_show2 .countdown_section {
    width: 48%
}

.countdown_show3 .countdown_section {
    width: 32.5%
}

.countdown_show4 .countdown_section {
    width: 24.5%
}

.countdown_show5 .countdown_section {
    width: 19.5%
}

.countdown_show6 .countdown_section {
    width: 16.25%
}

.countdown_show7 .countdown_section {
    width: 14%
}

.countdown_section {
    display: block;
    float: left;
    font-size: 75%
}

.countdown_amount {
    font-size: 200%
}

.countdown_descr {
    display: block;
    width: 100%
}

.wlt_search_results.list_style .hasCountdown .countdown_section {
    width: 60px
}

.wlt_starrating {
    height: 24px;
    overflow: hidden
}

.wlt_starrating .fa {
    color: orange;
    margin-right: 3px
}

.wlt_starrating .fa:hover {
    color: green
}

.wlt_starrating .size24 {
    font-size: 24px
}

.wlt_starrating .readonlytrue:hover {
    color: orange
}

#core_left_column .wlt_starrating,
#core_right_column .wlt_starrating {
    display: block
}

#core_left_column .wlt_starrating img,
#core_right_column .wlt_starrating img {
    margin: 0;
    padding: 0
}

.wlt_rating_updown {
    float: right
}

.wlt_rating_updown .downv,
.wlt_rating_updown .upv {
    padding: 6px 4px;
    float: left;
    width: 95px;
    font-size: 12px;
    color: #fff;
    text-align: center
}

.wlt_rating_updown a {
    color: #fff
}

.wlt_rating_updown .upv {
    background: #a6c041
}

.wlt_rating_updown .downv {
    background: #c84847
}

.wlt_thumbs_style1 {
    float: right
}

.wlt_thumbs_style1 .up {
    border-right: 0;
    -webkit-border-bottom-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    -webkit-border-top-left-radius: 0!important;
    border-top-left-radius: 0!important;
    -moz-border-radius-bottomleft: 0!important;
    -moz-border-radius-topleft: 0!important
}

.wlt_thumbs_style2 {
    float: right;
    padding-left: 10px
}

.wlt_thumbs_style2 .btn {
    width: 40px
}

.wlt_rating_successmeter {
    float: right;
    width: 180px;
    padding: 0 10px 10px
}

.wlt_rating_successmeter h4,
.wlt_rating_successmeter.style9 {
    text-align: center
}

.wlt_rating_successmeter.style9 .progress {
    margin-bottom: 5px
}

.grid_style .wlt_rating_successmeter {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px
}

.wlt_rating_style3a .downv,
.wlt_rating_style3a .upv {
    margin-bottom: 5px;
    padding: 6px;
    font-size: 16px;
    cursor: pointer
}

.wlt_rating_style3a .upv {
    background: #7bb12f;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #658e2a;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1), inset 0 1px 0 0 #bdd894
}

.wlt_rating_style3a .upv:hover {
    background: #8FC543
}

.wlt_rating_style3a .downv {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1), inset 0 1px 0 0 #E9B2B2;
    border: 1px solid #80100F
}

.wlt_rating_style3a .downv:hover {
    background: #E25453
}

.wlt_rating_style3a .progress {
    padding: 0;
    height: 15px;
    margin: 5px 0 0;
    background: #fff;
    display: block;
    clear: both;
    border: 1px solid #ddd;
    width: 190px;
    font-size: 8px
}

.wlt_rating_style3a .progress-bar {
    font-size: 8px;
    line-height: 14px
}

.wlt_rating_style3a .progress-bar-success {
    background: #7bb12f
}

.wlt_rating_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px
}

.wlt_rating_box .rating .b1 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 21px
}

.wlt_rating_box .rating:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    border: 1px dashed #fff
}

.wlt_rating_box .rating {
    display: block;
    width: 100%;
    height: 55px;
    margin-top: -2px;
    padding: 10px 10px 11px;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(-53deg, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-image: -moz-linear-gradient(-53deg, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-image: -o-linear-gradient(-53deg, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-image: linear, 143deg, rgba(255, 255, 255, .2) 50%, transparent 50%
}

.wlt_rating_box .rt1 {
    background-color: #cd1111
}

.wlt_rating_box .rt2 {
    background-color: #01b18a
}

.wlt_rating_box .rt3 {
    background-color: #e89e00
}

.wlt_rating_box .rt4 {
    background-color: #108500
}

.wlt_rating_box .thumbs {
    position: absolute;
    top: 55px;
    left: 0;
    margin-top: -45px;
    margin-left: 20px
}

.wlt_rating_box .thumbs .up {
    margin-right: 18px
}

.wlt_rating_box .thumbs span {
    display: block;
    float: left;
    background: #000;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
    background-image: -webkit-linear-gradient(-53deg, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-image: -moz-linear-gradient(-53deg, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-image: -o-linear-gradient(-53deg, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-image: linear, 143deg, rgba(255, 255, 255, .2) 50%, transparent 50%
}

.wlt_rating_box .b3 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    left: 0;
    color: #444;
    font-size: 11px;
    width: 100%;
    text-align: center
}

.wlt_rating_box .thumbs {
    display: none
}

.wlt_rating_box:hover {
    cursor: pointer
}

.wlt_rating_box:hover .thumbs {
    display: block
}

.wlt_rating_box .novotes,
.wlt_rating_box:hover .b3,
.wlt_toolbar strong {
    display: none
}

span.iconpack1 {
    background-image: url(../img/iconpack1/fullpack_b.png);
    z-index: 10;
    text-indent: -5000px;
    width: 25px;
    height: 20px;
    overflow: hidden;
    position: absolute
}

#core_menu_wrapper .navbar .nav>li:hover span.iconpack1,
.current-menu-item span.iconpack1 {
    background-image: url(../img/iconpack1/fullpack_w.png)
}

.iconpack_1 {
    background-position: 0 0
}

.iconpack_2 {
    background-position: 0 -32px
}

.iconpack_3 {
    background-position: 0 -64px
}

.iconpack_4 {
    background-position: 0 -96px
}

.iconpack_5 {
    background-position: 0 -128px
}

.iconpack_6 {
    background-position: 0 -160px
}

.iconpack_7 {
    background-position: 0 -192px
}

.iconpack_8 {
    background-position: 0 -224px
}

.iconpack_9 {
    background-position: -32px 0
}

.iconpack_10 {
    background-position: -64px 0
}

.iconpack_11 {
    background-position: -96px 0
}

.iconpack_12 {
    background-position: -128px 0
}

.iconpack_13 {
    background-position: -160px 0
}

.iconpack_14 {
    background-position: -192px 0
}

.iconpack_15 {
    background-position: -224px 0
}

.iconpack_16 {
    background-position: -256px 0
}

.iconpack_17 {
    background-position: -288px 0
}

.iconpack_18 {
    background-position: -320px 0
}

.iconpack_19 {
    background-position: -354px 0
}

.iconpack_20 {
    background-position: -32px -32px
}

.iconpack_21 {
    background-position: -64px -32px
}

.iconpack_22 {
    background-position: -96px -32px
}

.iconpack_23 {
    background-position: -128px -32px
}

.iconpack_24 {
    background-position: -160px -32px
}

.iconpack_25 {
    background-position: -192px -32px
}

.iconpack_26 {
    background-position: -224px -32px
}

.iconpack_27 {
    background-position: -256px -32px
}

.iconpack_28 {
    background-position: -288px -32px
}

.iconpack_29 {
    background-position: -320px -32px
}

.iconpack_30 {
    background-position: -354px -32px
}

.iconpack_31 {
    background-position: -32px -64px
}

.iconpack_32 {
    background-position: -64px -64px
}

.iconpack_33 {
    background-position: -96px -64px
}

.iconpack_34 {
    background-position: -128px -64px
}

.iconpack_35 {
    background-position: -160px -64px
}

.iconpack_36 {
    background-position: -192px -64px
}

.iconpack_37 {
    background-position: -224px -64px
}

.iconpack_38 {
    background-position: -256px -64px
}

.iconpack_39 {
    background-position: -288px -64px
}

.iconpack_40 {
    background-position: -320px -64px
}

.iconpack_41 {
    background-position: -354px -64px
}

.iconpack_42 {
    background-position: -32px -96px
}

.iconpack_43 {
    background-position: -64px -96px
}

.iconpack_44 {
    background-position: -96px -96px
}

.iconpack_45 {
    background-position: -128px -96px
}

.iconpack_46 {
    background-position: -160px -96px
}

.iconpack_47 {
    background-position: -192px -96px
}

.iconpack_48 {
    background-position: -224px -96px
}

.iconpack_49 {
    background-position: -256px -96px
}

.iconpack_50 {
    background-position: -288px -96px
}

.iconpack_51 {
    background-position: -320px -96px
}

.iconpack_52 {
    background-position: -346px -96px
}

.iconpack_53 {
    background-position: -32px -128px
}

.iconpack_54 {
    background-position: -64px -128px
}

.iconpack_55 {
    background-position: -96px -128px
}

.iconpack_56 {
    background-position: -128px -128px
}

.iconpack_57 {
    background-position: -160px -128px
}

.iconpack_58 {
    background-position: -192px -128px
}

.iconpack_59 {
    background-position: -224px -128px
}

.iconpack_60 {
    background-position: -256px -128px
}

.iconpack_61 {
    background-position: -288px -128px
}

.iconpack_62 {
    background-position: -320px -128px
}

.iconpack_63 {
    background-position: -354px -128px
}

.iconpack_64 {
    background-position: -32px -160px
}

.iconpack_65 {
    background-position: -64px -160px
}

.iconpack_66 {
    background-position: -96px -160px
}

.iconpack_67 {
    background-position: -128px -160px
}

.iconpack_68 {
    background-position: -160px -160px
}

.iconpack_69 {
    background-position: -192px -160px
}

.iconpack_70 {
    background-position: -224px -160px
}

.iconpack_71 {
    background-position: -256px -160px
}

.iconpack_72 {
    background-position: -288px -160px
}

.iconpack_73 {
    background-position: -320px -160px
}

.iconpack_74 {
    background-position: -354px -160px
}

.iconpack_75 {
    background-position: -32px -192px
}

.iconpack_76 {
    background-position: -64px -192px
}

.iconpack_77 {
    background-position: -96px -192px
}

.iconpack_78 {
    background-position: -128px -192px
}

.iconpack_79 {
    background-position: -160px -192px
}

.iconpack_80 {
    background-position: -192px -192px
}

.iconpack_81 {
    background-position: -224px -192px
}

.iconpack_82 {
    background-position: -256px -192px
}

.iconpack_83 {
    background-position: -288px -192px
}

.iconpack_84 {
    background-position: -320px -192px
}

.iconpack_85 {
    background-position: -354px -192px
}

.wlt_shortcode_location:before {
    content: "\f041";
    padding-right: 5px;
    font: normal normal normal 14px/1 FontAwesome
}

.wlt_shortcode_breadcrumbs {
    margin-bottom: 0;
    background: 0 0;
    padding: 0
}

.wlt_toolbar {
    border: 1px solid #fff;
    margin-bottom: 10px;
    padding: 5px 5px 15px;
    line-height: 21px;
    text-transform: uppercase
}

.wlt_toolbox strong,
.wlt_toolset strong {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-weight: 700
}

.wlt_toolbar li {
    float: left;
    list-style: none;
    margin-right: 10px
}

.wlt_toolbar i {
    margin-right: 5px
}

.wlt_toolbox {
    width: 200px;
    border: 1px solid #E1E1E1;
    padding: 1px;
    float: right;
    margin: 0 0 10px 15px;
    background: #fff
}

.wlt_toolbox strong {
    background: #efefef;
    color: #323232;
    padding: 8px 9px 9px
}

.wlt_toolbox p {
    margin: 1px 0 0;
    border-top: solid 1px #E1E1E1;
    padding: 7px 10px 7px 7px;
    color: #555
}

.wlt_toolbox i {
    margin-right: 10px
}

.wlt_toolbox .rating,
.wlt_toolbox .social {
    text-align: center
}

.wlt_toolset {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 10px 10px 10px 0;
    margin-bottom: 20px
}

.wlt_toolset strong {
    color: #323232;
    padding: 8px 9px 9px
}

#core_mobile_menu,
.wlt_toolset .at15t_pdfmyurl,
.wlt_toolset .at16nc {
    display: none
}

.wlt_toolset ul li {
    width: 25%;
    float: left;
    list-style: none;
    line-height: 40px
}

.wlt_toolset i {
    padding-right: 5px
}

.wlt_attachments h4 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px
}

.wlt_attachments ul {
    list-style: none;
    margin-left: 0
}

@media (min-width:0px) and (max-width:400px) {
    .clicktoreveal .code,
    .searchresultsnum {
        text-align: center
    }
    #core_mobile_menu {
        display: block
    }
    #core_mobile_menu .padding {
        padding: 20px
    }
    .mmenu1 button {
        margin-top: 10px
    }
    .addcart .btn {
        margin-bottom: 10px
    }
    #CheckoutBlock .block-content {
        padding: 0
    }
    .searchresultsnum {
        font-size: 12px!important
    }
    .wlt_shortcodes_expiry_date {
        font-size: 12px!important;
        line-height: 20px!important
    }
    #core_mobile_menu #wlt_cart_qty,
    .list_style .wlt_starrating {
        display: none
    }
    #core_mobile_menu .nav>li {
        clear: both
    }
    .mobile_advanced_search label {
        color: #999
    }
}

@media (min-width:768px) and (max-width:992px) {
    .category_object_block .hasiconlarge {
        background: 0 0!important;
        padding-left: 0
    }
    .category_object_block .count,
    .category_object_block a.headBox1 .count {
        display: none!important
    }
    .header_style2 .navbar-nav>li {
        padding-top: 0
    }
}

@media (min-width:0px) and (max-width:1024px) {
    .category_object_block .hasiconlarge {
        background: 0 0!important;
        padding-left: 0
    }
}

@media (min-width:320px) and (max-width:568px) {
    .category_object_block {
        margin-bottom: 10px;
        margin-top: -10px
    }
    .category_object_block .block {
        background: 0 0;
        border: 0;
        padding: 0;
        margin: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 0 rgba(0, 0, 0, .15)
    }
    .category_object_block .block .block-content {
        padding: 0!important;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
    .category_object_block ul {
        margin: 0
    }
    .category_object_block .block .block-content ul li.col-md-3 {
        background: #fff;
        float: left;
        width: 50%;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding-left: 10px;
        height: 33px;
        overflow: hidden;
        line-height: 30px
    }
    .category_object_block .block .block-content ul li.col-md-3 a {
        font-weight: 700;
        font-size: 12px
    }
    .category_object_block .hasiconlarge {
        background: 0 0!important;
        padding-left: 0
    }
    .category_object_block .count {
        display: none
    }
    .category_object_block .media {
        background: #fff;
        margin-top: 10px
    }
    .category_object_block .media h4 {
        margin-top: 20px
    }
}

@media (min-width:0px) and (max-width:767px) {
    ._carouselblock .span4 {
        width: 100%!important
    }
}

@media (min-width:768px) and (max-width:1024px) {
    ._carouselblock .span4.lastitem {
        display: none
    }
}

@media (max-width:480px) and (max-width:500px) {
    #core_main_breadcrumbs .right,
    #wlt_search_tab3,
    ._searchresults .block-title {
        display: none
    }
    #wlt_search_tabs .btn-group .btn {
        font-size: 10px
    }
    #core_main_breadcrumbs {
        font-size: 11px
    }
    .resultsfound {
        font-size: 12px;
        line-height: 20px
    }
    #Tabs {
        clear: both;
        display: block
    }
    .wlt_toolbox {
        display: none
    }
    ..productattribute {
        padding-bottom: 15px
    }
    #footer_bottom p {
        font-size: 10px
    }
    #footer_bottom ul.socialicons {
        float: none
    }
}

@media (min-width:0px) and (max-width:500px) {
    .block {
        -moz-border-radius: 0!important;
        -webkit-border-radius: 0!important;
        border-radius: 0!important;
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .15)!important;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .15)!important;
        box-shadow: 0 0 0 rgba(0, 0, 0, .15)!important;
        border: 0!important
    }
}

.fa-info-circle {
    color: #ddd
}

.flag {
    width: 16px;
    height: 11px;
    background: url(../img/flags.png) no-repeat;
    display: inline-block;
    margin-right: 5px
}

.flag.flag-ad {
    background-position: -16px 0
}

.flag.flag-ae {
    background-position: -32px 0
}

.flag.flag-af {
    background-position: -48px 0
}

.flag.flag-ag {
    background-position: -64px 0
}

.flag.flag-ai {
    background-position: -80px 0
}

.flag.flag-al {
    background-position: -96px 0
}

.flag.flag-am {
    background-position: -112px 0
}

.flag.flag-an {
    background-position: -128px 0
}

.flag.flag-ao {
    background-position: -144px 0
}

.flag.flag-ar {
    background-position: -160px 0
}

.flag.flag-as {
    background-position: -176px 0
}

.flag.flag-at {
    background-position: -192px 0
}

.flag.flag-au {
    background-position: -208px 0
}

.flag.flag-aw {
    background-position: -224px 0
}

.flag.flag-az {
    background-position: -240px 0
}

.flag.flag-ba {
    background-position: 0 -11px
}

.flag.flag-bb {
    background-position: -16px -11px
}

.flag.flag-bd {
    background-position: -32px -11px
}

.flag.flag-be {
    background-position: -48px -11px
}

.flag.flag-bf {
    background-position: -64px -11px
}

.flag.flag-bg {
    background-position: -80px -11px
}

.flag.flag-bh {
    background-position: -96px -11px
}

.flag.flag-bi {
    background-position: -112px -11px
}

.flag.flag-bj {
    background-position: -128px -11px
}

.flag.flag-bm {
    background-position: -144px -11px
}

.flag.flag-bn {
    background-position: -160px -11px
}

.flag.flag-bo {
    background-position: -176px -11px
}

.flag.flag-br {
    background-position: -192px -11px
}

.flag.flag-bs {
    background-position: -208px -11px
}

.flag.flag-bt {
    background-position: -224px -11px
}

.flag.flag-bv {
    background-position: -240px -11px
}

.flag.flag-bw {
    background-position: 0 -22px
}

.flag.flag-by {
    background-position: -16px -22px
}

.flag.flag-bz {
    background-position: -32px -22px
}

.flag.flag-ca {
    background-position: -48px -22px
}

.flag.flag-catalonia {
    background-position: -64px -22px
}

.flag.flag-cd {
    background-position: -80px -22px
}

.flag.flag-cf {
    background-position: -96px -22px
}

.flag.flag-cg {
    background-position: -112px -22px
}

.flag.flag-ch {
    background-position: -128px -22px
}

.flag.flag-ci {
    background-position: -144px -22px
}

.flag.flag-ck {
    background-position: -160px -22px
}

.flag.flag-cl {
    background-position: -176px -22px
}

.flag.flag-cm {
    background-position: -192px -22px
}

.flag.flag-cn {
    background-position: -208px -22px
}

.flag.flag-co {
    background-position: -224px -22px
}

.flag.flag-cr {
    background-position: -240px -22px
}

.flag.flag-cu {
    background-position: 0 -33px
}

.flag.flag-cv {
    background-position: -16px -33px
}

.flag.flag-cw {
    background-position: -32px -33px
}

.flag.flag-cy {
    background-position: -48px -33px
}

.flag.flag-cz {
    background-position: -64px -33px
}

.flag.flag-de {
    background-position: -80px -33px
}

.flag.flag-dj {
    background-position: -96px -33px
}

.flag.flag-dk {
    background-position: -112px -33px
}

.flag.flag-dm {
    background-position: -128px -33px
}

.flag.flag-do {
    background-position: -144px -33px
}

.flag.flag-dz {
    background-position: -160px -33px
}

.flag.flag-ec {
    background-position: -176px -33px
}

.flag.flag-ee {
    background-position: -192px -33px
}

.flag.flag-eg {
    background-position: -208px -33px
}

.flag.flag-eh {
    background-position: -224px -33px
}

.flag.flag-england {
    background-position: -240px -33px
}

.flag.flag-er {
    background-position: 0 -44px
}

.flag.flag-es {
    background-position: -16px -44px
}

.flag.flag-et {
    background-position: -32px -44px
}

.flag.flag-eu {
    background-position: -48px -44px
}

.flag.flag-fi {
    background-position: -64px -44px
}

.flag.flag-fj {
    background-position: -80px -44px
}

.flag.flag-fk {
    background-position: -96px -44px
}

.flag.flag-fm {
    background-position: -112px -44px
}

.flag.flag-fo {
    background-position: -128px -44px
}

.flag.flag-fr {
    background-position: -144px -44px
}

.flag.flag-ga {
    background-position: -160px -44px
}

.flag.flag-gb {
    background-position: -176px -44px
}

.flag.flag-gd {
    background-position: -192px -44px
}

.flag.flag-ge {
    background-position: -208px -44px
}

.flag.flag-gf {
    background-position: -224px -44px
}

.flag.flag-gg {
    background-position: -240px -44px
}

.flag.flag-gh {
    background-position: 0 -55px
}

.flag.flag-gi {
    background-position: -16px -55px
}

.flag.flag-gl {
    background-position: -32px -55px
}

.flag.flag-gm {
    background-position: -48px -55px
}

.flag.flag-gn {
    background-position: -64px -55px
}

.flag.flag-gp {
    background-position: -80px -55px
}

.flag.flag-gq {
    background-position: -96px -55px
}

.flag.flag-gr {
    background-position: -112px -55px
}

.flag.flag-gs {
    background-position: -128px -55px
}

.flag.flag-gt {
    background-position: -144px -55px
}

.flag.flag-gu {
    background-position: -160px -55px
}

.flag.flag-gw {
    background-position: -176px -55px
}

.flag.flag-gy {
    background-position: -192px -55px
}

.flag.flag-hk {
    background-position: -208px -55px
}

.flag.flag-hm {
    background-position: -224px -55px
}

.flag.flag-hn {
    background-position: -240px -55px
}

.flag.flag-hr {
    background-position: 0 -66px
}

.flag.flag-ht {
    background-position: -16px -66px
}

.flag.flag-hu {
    background-position: -32px -66px
}

.flag.flag-ic {
    background-position: -48px -66px
}

.flag.flag-id {
    background-position: -64px -66px
}

.flag.flag-ie {
    background-position: -80px -66px
}

.flag.flag-il {
    background-position: -96px -66px
}

.flag.flag-im {
    background-position: -112px -66px
}

.flag.flag-in {
    background-position: -128px -66px
}

.flag.flag-io {
    background-position: -144px -66px
}

.flag.flag-iq {
    background-position: -160px -66px
}

.flag.flag-ir {
    background-position: -176px -66px
}

.flag.flag-is {
    background-position: -192px -66px
}

.flag.flag-it {
    background-position: -208px -66px
}

.flag.flag-je {
    background-position: -224px -66px
}

.flag.flag-jm {
    background-position: -240px -66px
}

.flag.flag-jo {
    background-position: 0 -77px
}

.flag.flag-jp {
    background-position: -16px -77px
}

.flag.flag-ke {
    background-position: -32px -77px
}

.flag.flag-kg {
    background-position: -48px -77px
}

.flag.flag-kh {
    background-position: -64px -77px
}

.flag.flag-ki {
    background-position: -80px -77px
}

.flag.flag-km {
    background-position: -96px -77px
}

.flag.flag-kn {
    background-position: -112px -77px
}

.flag.flag-kp {
    background-position: -128px -77px
}

.flag.flag-kr {
    background-position: -144px -77px
}

.flag.flag-kurdistan {
    background-position: -160px -77px
}

.flag.flag-kw {
    background-position: -176px -77px
}

.flag.flag-ky {
    background-position: -192px -77px
}

.flag.flag-kz {
    background-position: -208px -77px
}

.flag.flag-la {
    background-position: -224px -77px
}

.flag.flag-lb {
    background-position: -240px -77px
}

.flag.flag-lc {
    background-position: 0 -88px
}

.flag.flag-li {
    background-position: -16px -88px
}

.flag.flag-lk {
    background-position: -32px -88px
}

.flag.flag-lr {
    background-position: -48px -88px
}

.flag.flag-ls {
    background-position: -64px -88px
}

.flag.flag-lt {
    background-position: -80px -88px
}

.flag.flag-lu {
    background-position: -96px -88px
}

.flag.flag-lv {
    background-position: -112px -88px
}

.flag.flag-ly {
    background-position: -128px -88px
}

.flag.flag-ma {
    background-position: -144px -88px
}

.flag.flag-mc {
    background-position: -160px -88px
}

.flag.flag-md {
    background-position: -176px -88px
}

.flag.flag-me {
    background-position: -192px -88px
}

.flag.flag-mg {
    background-position: -208px -88px
}

.flag.flag-mh {
    background-position: -224px -88px
}

.flag.flag-mk {
    background-position: -240px -88px
}

.flag.flag-ml {
    background-position: 0 -99px
}

.flag.flag-mm {
    background-position: -16px -99px
}

.flag.flag-mn {
    background-position: -32px -99px
}

.flag.flag-mo {
    background-position: -48px -99px
}

.flag.flag-mp {
    background-position: -64px -99px
}

.flag.flag-mq {
    background-position: -80px -99px
}

.flag.flag-mr {
    background-position: -96px -99px
}

.flag.flag-ms {
    background-position: -112px -99px
}

.flag.flag-mt {
    background-position: -128px -99px
}

.flag.flag-mu {
    background-position: -144px -99px
}

.flag.flag-mv {
    background-position: -160px -99px
}

.flag.flag-mw {
    background-position: -176px -99px
}

.flag.flag-mx {
    background-position: -192px -99px
}

.flag.flag-my {
    background-position: -208px -99px
}

.flag.flag-mz {
    background-position: -224px -99px
}

.flag.flag-na {
    background-position: -240px -99px
}

.flag.flag-nc {
    background-position: 0 -110px
}

.flag.flag-ne {
    background-position: -16px -110px
}

.flag.flag-nf {
    background-position: -32px -110px
}

.flag.flag-ng {
    background-position: -48px -110px
}

.flag.flag-ni {
    background-position: -64px -110px
}

.flag.flag-nl {
    background-position: -80px -110px
}

.flag.flag-no {
    background-position: -96px -110px
}

.flag.flag-np {
    background-position: -112px -110px
}

.flag.flag-nr {
    background-position: -128px -110px
}

.flag.flag-nu {
    background-position: -144px -110px
}

.flag.flag-nz {
    background-position: -160px -110px
}

.flag.flag-om {
    background-position: -176px -110px
}

.flag.flag-pa {
    background-position: -192px -110px
}

.flag.flag-pe {
    background-position: -208px -110px
}

.flag.flag-pf {
    background-position: -224px -110px
}

.flag.flag-pg {
    background-position: -240px -110px
}

.flag.flag-ph {
    background-position: 0 -121px
}

.flag.flag-pk {
    background-position: -16px -121px
}

.flag.flag-pl {
    background-position: -32px -121px
}

.flag.flag-pm {
    background-position: -48px -121px
}

.flag.flag-pn {
    background-position: -64px -121px
}

.flag.flag-pr {
    background-position: -80px -121px
}

.flag.flag-ps {
    background-position: -96px -121px
}

.flag.flag-pt {
    background-position: -112px -121px
}

.flag.flag-pw {
    background-position: -128px -121px
}

.flag.flag-py {
    background-position: -144px -121px
}

.flag.flag-qa {
    background-position: -160px -121px
}

.flag.flag-re {
    background-position: -176px -121px
}

.flag.flag-ro {
    background-position: -192px -121px
}

.flag.flag-rs {
    background-position: -208px -121px
}

.flag.flag-ru {
    background-position: -224px -121px
}

.flag.flag-rw {
    background-position: -240px -121px
}

.flag.flag-sa {
    background-position: 0 -132px
}

.flag.flag-sb {
    background-position: -16px -132px
}

.flag.flag-sc {
    background-position: -32px -132px
}

.flag.flag-scotland {
    background-position: -48px -132px
}

.flag.flag-sd {
    background-position: -64px -132px
}

.flag.flag-se {
    background-position: -80px -132px
}

.flag.flag-sg {
    background-position: -96px -132px
}

.flag.flag-sh {
    background-position: -112px -132px
}

.flag.flag-si {
    background-position: -128px -132px
}

.flag.flag-sk {
    background-position: -144px -132px
}

.flag.flag-sl {
    background-position: -160px -132px
}

.flag.flag-sm {
    background-position: -176px -132px
}

.flag.flag-sn {
    background-position: -192px -132px
}

.flag.flag-so {
    background-position: -208px -132px
}

.flag.flag-somaliland {
    background-position: -224px -132px
}

.flag.flag-sr {
    background-position: -240px -132px
}

.flag.flag-ss {
    background-position: 0 -143px
}

.flag.flag-st {
    background-position: -16px -143px
}

.flag.flag-sv {
    background-position: -32px -143px
}

.flag.flag-sx {
    background-position: -48px -143px
}

.flag.flag-sy {
    background-position: -64px -143px
}

.flag.flag-sz {
    background-position: -80px -143px
}

.flag.flag-tc {
    background-position: -96px -143px
}

.flag.flag-td {
    background-position: -112px -143px
}

.flag.flag-tf {
    background-position: -128px -143px
}

.flag.flag-tg {
    background-position: -144px -143px
}

.flag.flag-th {
    background-position: -160px -143px
}

.flag.flag-tj {
    background-position: -176px -143px
}

.flag.flag-tk {
    background-position: -192px -143px
}

.flag.flag-tl {
    background-position: -208px -143px
}

.flag.flag-tm {
    background-position: -224px -143px
}

.flag.flag-tn {
    background-position: -240px -143px
}

.flag.flag-to {
    background-position: 0 -154px
}

.flag.flag-tr {
    background-position: -16px -154px
}

.flag.flag-tt {
    background-position: -32px -154px
}

.flag.flag-tv {
    background-position: -48px -154px
}

.flag.flag-tw {
    background-position: -64px -154px
}

.flag.flag-tz {
    background-position: -80px -154px
}

.flag.flag-ua {
    background-position: -96px -154px
}

.flag.flag-ug {
    background-position: -112px -154px
}

.flag.flag-um {
    background-position: -128px -154px
}

.flag.flag-us {
    background-position: -144px -154px
}

.flag.flag-uy {
    background-position: -160px -154px
}

.flag.flag-uz {
    background-position: -176px -154px
}

.flag.flag-va {
    background-position: -192px -154px
}

.flag.flag-vc {
    background-position: -208px -154px
}

.flag.flag-ve {
    background-position: -224px -154px
}

.flag.flag-vg {
    background-position: -240px -154px
}

.flag.flag-vi {
    background-position: 0 -165px
}

.flag.flag-vn {
    background-position: -16px -165px
}

.flag.flag-vu {
    background-position: -32px -165px
}

.flag.flag-wales {
    background-position: -48px -165px
}

.flag.flag-wf {
    background-position: -64px -165px
}

.flag.flag-ws {
    background-position: -80px -165px
}

.flag.flag-ye {
    background-position: -96px -165px
}

.flag.flag-yt {
    background-position: -112px -165px
}

.flag.flag-za {
    background-position: -128px -165px
}

.flag.flag-zanzibar {
    background-position: -144px -165px
}

.flag.flag-zm {
    background-position: -160px -165px
}

.flag.flag-zw {
    background-position: -176px -165px
}

@media (min-width:480px) and (max-width:980px) {
    #wlt_widgets_accountbox .btn {
        margin-bottom: 10px;
        width: 100%
    }
}

#wlt_widgets_accountbox .btn {
    width: 100%
}

#wlt_widgets_accountbox .li a {
    font-size: 12px
}

@media (min-width:480px) and (max-width:900px) {
    .core_widgets_pricesearch .slider-horizontal {
        display: none
    }
}

.slider.slider-horizontal {
    width: 100%!important
}

.wlt_widget_authorbox {
    padding-top: 20px;
    background-color: #F9F9F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

.wlt_widget_authorbox.hoverwlt_widget_authorbox {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center
}

.wlt_widget_authorbox.hoverwlt_widget_authorbox .wlt_widget_authorboxheader {
    background-size: cover;
    height: 150px
}

.wlt_widget_authorbox.hoverwlt_widget_authorbox .avatar {
    position: relative;
    top: -70px;
    margin-bottom: -80px
}

.wlt_widget_authorbox.hoverwlt_widget_authorbox .avatar img {
    width: 130px;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .5)
}

.wlt_widget_authorbox.hoverwlt_widget_authorbox .info {
    padding: 4px 8px 10px
}

.wlt_widget_authorbox.hoverwlt_widget_authorbox .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle
}

.wlt_widget_authorbox.hoverwlt_widget_authorbox .info .desc {
    overflow: hidden;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis
}

.wlt_widget_authorbox .btn-success {
    width: 100%;
    border-radius: 0
}

.wlt_widget_authorbox .box1 {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px;
    background: #FCFCFC;
    color: #666
}

.wlt_widget_authorbox .box1 h4 {
    margin-bottom: 20px;
    text-align: left;
    margin-top: 0
}

.wlt_widget_authorbox .box1 .small {
    font-size: 12px
}

.wlt_widget_authorbox .box1 .big {
    font-size: 18px
}

.wlt_widget_authorbox .contact ul {
    padding: 0;
    margin: 0
}

.wlt_widget_authorbox .contact ul li {
    margin-bottom: 10px;
    list-style: none
}

.wlt_widget_authorbox .contact input,
textarea {
    width: 100%;
    padding: 4px
}

.wlt_widget_authorbox .contact button {
    width: 100%;
    border-radius: 0
}

.wlt_widget_authorbox_wrapper .more {
    padding: 20px;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background: #fff
}

.wlt_widget_authorbox_wrapper .more .bot {
    text-align: center;
    text-decoration: underline
}

.wlt_widget_authorbox_wrapper .more .title {
    font-weight: 700;
    margin-bottom: 10px
}

.wlt_widget_authorbox_wrapper .more:after,
.wlt_widget_authorbox_wrapper .more:before {
    border-bottom: 12px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    left: 25px;
    position: absolute;
    top: -11px;
    z-index: 5
}

.wlt_widget_authorbox_wrapper .more img {
    max-height: 100px;
    max-width: 80px
}

.wlt_widget_authorbox_wrapper .more:after {
    border-color: transparent transparent #ddd;
    top: -13px;
    z-index: 0
}

.wlt_widget_authorbox .progress {
    position: relative;
    height: 25px;
    border-radius: 0
}

.wlt_widget_authorbox .progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
    line-height: 26px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px
}

.wlt_widget_authorbox .progress span strong {
    float: right;
    font-weight: 400;
    color: #999;
    text-shadow: 1px 1px 1px #ddd
}

.wlt_widget_authorbox .userdescription {
    text-align: left
}

.core_widgets_categories_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

.core_widgets_categories_list ul li {
    text-align: right;
    padding-right: 10px;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    position: relative
}

.core_widgets_categories_list ul li.withimg {
    min-height: 40px
}

.core_widgets_categories_list ul li:last-child {
    border-bottom: 0
}

.core_widgets_categories_list ul li a {
    float: left;
    padding-left: 10px;
    text-decoration: none;
    font-size: 14px
}

.core_widgets_categories_list ul li.withimg a {
    padding: 0 0 0 35px
}

.core_widgets_categories_list ul li.withimg .widthimg {
    padding: 0 0 0 10px
}

.core_widgets_categories_list ul li.withimg48 img {
    max-width: 100px;
    max-height: 100px;
    padding-right: 10px
}

.core_widgets_categories_list ul li.withimg48 a {
    padding: 0
}

.core_widgets_categories_list ul li.current-cat:hover {
    background: 0 0
}

.core_widgets_categories_list ul li .children {
    font-weight: 400;
    padding-left: 0;
    margin-right: -10px;
    display: none
}

.core_widgets_categories_list ul li .children li {
    padding-left: 10px;
    border: 0;
    line-height: 25px;
    clear: both
}

#core_advanced_search_widget_box .input-group-addon,
#core_advanced_search_widget_box form input,
#core_advanced_search_widget_box form select,
#core_advanced_search_widget_box form textarea {
    border-radius: 0
}

.core_widgets_categories_list ul li .children li a:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 11px;
    padding-right: 8px;
    text-decoration: none
}

.core_widgets_categories_list ul li .children li a {
    padding-left: 0;
    background: 0 0
}

.core_widgets_categories_list ul .current-cat .children {
    display: inherit
}

.core_widgets_categories_list .openall {
    display: inherit!important
}

.core_widgets_categories_list ul>li>a .fa {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 18px;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 40px
}

#core_advanced_search_widget_box form {
    padding-top: 10px
}

#core_advanced_search_widget_box .panel1 {
    margin-top: 10px
}

#core_advanced_search_widget_box .panel1 .panel-title {
    font-size: 14px
}

#core_advanced_search_widget_box .panel-body {
    padding: 0;
    margin-top: 10px
}

#core_advanced_search_widget_box #head_group_cat {
    font-size: 12px;
    margin-left: 20px
}

.fg-price,
.fg-price_current {
    float: left;
    width: 49%
}

.fg-price:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

@media (min-width:0px) and (max-width:996px) {
    .fg-price,
    .fg-price_current {
        float: none;
        width: 100%
    }
}

#core_advanced_search_widget_box .btnarea {
    margin-top: 10px;
    margin-bottom: 10px
}

.wlt_search_starrating .fa {
    color: orange
}

.col-md-3 #core_advanced_search_widget_box .fa,
.col-md-300 #core_advanced_search_widget_box .fa {
    font-size: 12px
}

.wlt_widget_mailinglist {
    width: 100%;
    min-height: 190px;
    margin-bottom: 20px;
    background-size: 100% 100%;
    max-height: 200px
}

.wlt_widget_mailinglist .msg {
    clear: both;
    display: block;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #444;
    padding: 15px 20px 10px
}

.wlt_widget_mailinglist .input-group {
    padding: 10px 20px 20px
}

.wlt_widget_mailinglist .input-group-addon {
    background: 0 0
}

.wlt_widget_mailinglist h2 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    text-shadow: 0 1px 0 #444
}

.wlt_widget_mailinglist button {
    border: 0;
    background: 0 0
}

#mailinglist10,
#mailinglist2,
#mailinglist3,
#mailinglist4,
#mailinglist5,
#mailinglist6,
#mailinglist7,
#mailinglist8,
#mailinglist9 {
    background-repeat: no-repeat
}

.wlt_widget_mailinglist .fa {
    color: #fff
}

.wlt_widget_mailinglist .form-search {
    clear: both;
    display: block
}

.wlt_widget_mailinglist b {
    color: #fff;
    padding: 10px;
    font-weight: 400
}

#mailinglist2 {
    background-image: url(../img/forms/mailinglist1.png)
}

#mailinglist2 .fa,
#mailinglist2 .msg,
#mailinglist2 h2 {
    color: #444;
    text-shadow: 0 0 0 #444
}

#mailinglist3 {
    background-image: url(../img/forms/mailinglist2.png)
}

#mailinglist4 {
    background-image: url(../img/forms/mailinglist3.png)
}

#mailinglist5 {
    background-image: url(../img/forms/mailinglist4.png)
}

#mailinglist6 {
    background-image: url(../img/forms/mailinglist5.png)
}

#mailinglist7 {
    background-image: url(../img/forms/mailinglist6.png)
}

#mailinglist8 {
    background-image: url(../img/forms/mailinglist7.png)
}

#mailinglist9 {
    background-image: url(../img/forms/mailinglist8.png)
}

#mailinglist10 {
    background-image: url(../img/forms/mailinglist9.png)
}

@media (min-width:0px) and (max-width:1199px) {
    .wlt_widget_mailinglist {
        background: #efefef!important
    }
}

.col-md-3 .wlt_widget_mailinglist {
    background-image: none
}

.col-md-3 .wlt_widget_mailinglist h2 {
    font-size: 16px
}

.sidelist .quote {
    color: #666;
    font-size: 12px;
    font-style: italic
}

.sidelist .quote:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f10d";
    font-size: 11px;
    color: #CFCFCF;
    margin-right: 5px
}

.sidelist .quote:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f10e";
    font-size: 11px;
    color: #CFCFCF;
    margin-left: 5px
}

.sidelist .author {
    font-size: 11px;
    color: #999
}

.sidelist .featuredsticker {
    display: none
}

.fa,
.fa-stack {
    display: inline-block
}

.wlt_widget_tabs {
    margin-bottom: 20px
}

.wlt_widget_tabs .tab-content {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

#core_padding .sidelist .col-md-9,
.core_widgets_listings .col-md-4 {
    padding-right: 0
}

.wlt_widget_tabs .nav-tabs>li.active>a,
.wlt_widget_tabs .nav-tabs>li.active>a:focus,
.wlt_widget_tabs .nav-tabs>li.active>a:hover,
.wlt_widget_tabs .tab-content {
    background: #f5f5f5
}

#core_padding .sidelist {
    background: #fff
}

#core_padding .sidelist a {
    text-decoration: none
}

#core_padding .sidelist img {
    max-width: 50px;
    max-height: 50px
}

#core_padding .col-md-4 .sidelist img {
    max-width: 75px;
    max-height: 75px
}

#core_padding .sidelist .desc {
    margin-bottom: 5px;
    margin-top: 5px
}

#core_padding .sidelist .desc,
.sidelist .desc a {
    font-size: 12px
}

#core_padding .sidelist .desc .hits {
    color: #999
}

.core_widgets_listings .storelogo {
    margin-bottom: 0!important
}

.core_widgets_listings .wlt_shortcode_excerpt {
    font-size: 11px
}

.core_widgets_listings .wlt_starrating {
    float: left
}

.core_widgets_listings .resultsbit {
    font-size: 11px;
    float: right
}

.tagcloud a {
    background: #fafafa;
    padding: 6px;
    float: left;
    margin: 5px;
    border: 1px solid #ddd
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.datepicker,
.datepicker td,
.datepicker th {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

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

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

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

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

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

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    position: absolute
}

.datepicker {
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 6px
}

.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 7px
}

.datepicker>div {
    display: none
}

.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
    background-color: #fbf069\9
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span.old {
    color: #999
}

.datepicker th.switch {
    width: 145px
}

.datepicker tfoot tr:first-child th,
.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker tfoot tr:first-child th:hover,
.datepicker thead tr:first-child th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video,
.mejs-mediaelement {
    width: 100%;
    height: 100%
}

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0
}

.me-plugin {
    position: absolute
}

.mejs-embed,
.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.mejs-background,
.mejs-mediaelement,
.mejs-poster {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-poster img {
    padding: 0;
    border: 0;
    display: block
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(../player/bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
    background-image: url(../player/bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url(../player/background.png);
    background: rgba(0, 0, 0, .9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .9)), to(rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: -o-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
    background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9))
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../player/loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(../player/background.png);
    background: rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    height: 30px;
    width: 100%
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    background: 0;
    font-family: Helvetica, Arial;
    border: 0
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: url(../player/controls.svg) no-repeat
}

.less-link,
.mejs-captions-layer a,
.more-link {
    text-decoration: underline
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(../player/controls.png)
}

.mejs-controls .mejs-button button:focus {
    outline: #ff0 solid 1px
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus,
div.pp_pic_holder a:focus {
    outline: 0
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    overflow: hidden;
    text-align: center;
    padding: auto 4px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.slider-selection,
.slider-track-high,
.slider-track-low {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.mejs-container .mejs-controls .mejs-time span {
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto
}

.mejs-controls .mejs-play button {
    background-position: 0 0
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
    width: 200px;
    padding-top: 5px
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50, 50, 50, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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: -ms-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: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60, 170, 200, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, .8)), to(rgba(78, 183, 212, .8)));
    background: -webkit-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: -moz-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: -o-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: -ms-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    background: linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8))
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #333;
    top: -2px;
    text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: 1px solid #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
    position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(../player/background.png);
    background: rgba(50, 50, 50, .7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, .5);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, .9);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, .9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0
}

.mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 60px;
    position: relative
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50, 50, 50, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
    background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.mejs-controls .mejs-captions-button {
    position: relative
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(../player/background.png);
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
    overflow: hidden;
    border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102, 102, 102, .7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(102, 102, 102, .7)), to(rgba(50, 50, 50, .6)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    background: -moz-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    background: -o-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    background: -ms-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    background: linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px;
    line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff
}

.mejs-captions-layer a {
    color: #fff
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0
}

.mejs-captions-position-hover {
    bottom: 45px
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(../player/background.png);
    background: rgba(20, 20, 20, .8)
}

.mejs-clear {
    clear: both
}

.me-cannotplay a {
    color: #fff;
    font-weight: 700
}

.me-cannotplay span {
    padding: 15px;
    display: block
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #999;
    z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
    position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(../player/background.png);
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}

.toast-container {
    font width: 320px;
    z-index: 9999
}

* html .toast-container {
    position: absolute
}

.toast-item {
    height: auto;
    background: #333;
    opacity: .9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #eee;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    border: 2px solid #999;
    display: block;
    position: relative;
    margin: 0 0 12px;
    padding: 20px 6px 10px
}

.toast-item p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    margin-left: 50px;
    margin-right: 50px
}

.toast-item-close {
    background: url(../img/t/close.gif);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer
}

.toast-item-image {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 30px;
    margin-top: -16px;
    left: 10px
}

.toast-item-image-notice {
    background: url(../img/t/notice.png)
}

.toast-item-image-success {
    background: url(../img/t/success.png)
}

.toast-item-image-warning {
    background: url(../img/t/warning.png)
}

.toast-item-image-error {
    background: url(../img/t/error.png)
}

.toast-type-notice,
.toast-type-success {
    color: #fff
}

.toast-type-warning {
    color: #fff;
    border-color: #FCBD57
}

.toast-type-error {
    color: #fff;
    border-color: #B32B2B
}

.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px
}

.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #ddd
}

.map-icon,
.map-icon-black,
.map-icon-blue,
.map-icon-orange,
.map-icon-pink {
    height: 37px;
    width: 32px
}

.paddingtop10 {
    padding-top: 10px
}

.paddingtop20 {
    padding-top: 20px
}

.map-icon {
    background: url(../img/map/icon.png)
}

.map-icon-blue {
    background: url(../img/map/icon-blue.png)
}

.map-icon-orange {
    background: url(../img/map/icon-orange.png)
}

.map-icon-black {
    background: url(../img/map/icon-black.png)
}

.map-icon-pink {
    background: url(../img/map/icon-pink.png)
}

.map {
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    height: 100%
}

#map {
    width: 100%;
    height: 700px
}

#map-simple {
    min-height: 160px
}

.map-submit {
    height: 300px
}

.gmnoprint img {
    max-width: initial!important
}

.cluster>div,
.marker-cluster>div {
    color: #fff!important;
    text-align: center!important;
    z-index: 3;
    line-height: 40px;
    font-size: 11px;
    font-weight: 700
}

.cluster>div:hover:before,
.marker-cluster>div:hover:before {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.cluster>div:before,
.marker-cluster>div:before {
    -moz-transition: all .4s cubic-bezier(.42, 0, .06, .99) 0s;
    -webkit-transition: all .4s cubic-bezier(.42, 0, .06, .99);
    -webkit-transition-delay: 0s;
    transition: all .4s cubic-bezier(.42, 0, .06, .99) 0s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #474747;
    border: 4px solid #ff513f;
    content: "";
    height: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 34px;
    z-index: -1
}

.leaflet-marker-icon {
    background: 0 0;
    border: none
}

.leaflet-popup .leaflet-popup-content-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    padding: 0
}

.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    line-height: inherit
}

.marker-active .map-marker {
    background-color: #ff513f
}

.marker-active .map-marker:before {
    border-color: #ff513f transparent transparent
}

.marker-active .map-marker.color1 {
    background-color: #998675
}

.marker-active .map-marker.color1:before {
    border-color: #998675 transparent transparent
}

.marker-active .map-marker.color2 {
    background-color: #f7941d
}

.marker-active .map-marker.color2:before {
    border-color: #f7941d transparent transparent
}

.marker-active .map-marker.color3 {
    background-color: #1fadc2
}

.marker-active .map-marker.color3:before {
    border-color: #1fadc2 transparent transparent
}

.marker-active .map-marker.color4 {
    background-color: #5fc251
}

.marker-active .map-marker.color4:before {
    border-color: #5fc251 transparent transparent
}

.infobox {
    font-family: Arial, sans-serif;
    display: block;
    width: 295px;
    position: relative
}

.infobox.color1 .inner {
    border-bottom: 35px solid #998675
}

.infobox.color2 .inner {
    border-bottom: 35px solid #f7941d
}

.infobox.color3 .inner {
    border-bottom: 35px solid #1fadc2
}

.infobox.color4 .inner {
    border-bottom: 35px solid #5fc251
}

.infobox>img {
    z-index: 1!important
}

.infobox .inner {
    border-bottom: 35px solid #ff513f
}

.infobox .inner .image {
    width: 100%;
    position: relative
}

.infobox .inner .image img {
    width: 100%
}

.infobox .inner .image .description:hover .meta h2 {
    color: #ff513f
}

.infobox .inner .image .description .meta {
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    bottom: -60px;
    min-width: 259px;
    right: 0;
    padding: 22px;
    position: absolute;
    z-index: 1
}

.infobox .inner .image .description .meta figure {
    color: #474747;
    font-size: 12px
}

.infobox .inner .image .description .meta h2 {
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    color: #474747;
    font-size: 14px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
    text-transform: none
}

.infobox .inner .image .description .meta i {
    color: #ff513f;
    bottom: 0;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px
}

.infobox .inner .image .description .meta .type {
    color: #a0a0a0;
    font-size: 11px
}

.infobox .inner .image .item-specific {
    filter: alpha(Opacity=95);
    opacity: .95;
    background-color: rgba(0, 0, 0, .8);
    bottom: 20px;
    color: #fff;
    left: 36px;
    margin-top: 3px;
    padding: 5px;
    position: absolute;
    height: inherit;
    width: initial
}

.infobox .inner .image .item-specific span {
    font-size: 11px;
    margin-right: 10px
}

.infobox .inner .image .item-specific span img {
    margin-right: 5px;
    vertical-align: baseline;
    width: auto
}

.infobox .inner .image .overlay {
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%
}

.infobox .inner .image .overlay:hover,
.infobox .inner .image .overlay:hover .wrapper .quick-view,
.infobox .inner .image .overlay:hover .wrapper hr {
    filter: alpha(enabled=false);
    opacity: 1
}

.infobox .inner .image .overlay:hover .wrapper hr {
    width: 140px
}

.infobox .inner .image .overlay:hover .wrapper .detail {
    filter: alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.infobox .inner .image .overlay .wrapper {
    bottom: 0;
    left: 0;
    height: 80px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.infobox .inner .image .overlay .wrapper a {
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    filter: alpha(Opacity=0);
    opacity: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    z-index: 1
}

.infobox .inner .image .overlay .wrapper a:hover {
    color: #ff513f
}

.infobox .inner .image .overlay .wrapper hr {
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    border-color: #ff513f;
    border-width: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 0
}

.infobox .inner .image .price {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    background-color: #ff513f;
    color: #fff;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    left: 22px;
    padding: 3px 8px;
    position: absolute;
    top: -4px
}

aside #wlt_google_map {
    height: 400px
}

.wlt-marker-wrapper {
    position: relative;
    width: 350px;
    height: 100px;
    background: #FFF;
    border: 1px solid;
    font-size: 13px!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.wlt-marker-title {
    padding: 15px;
    line-height: 1.6em;
    font-weight: 600;
    font-size: 14px!important;
    text-transform: uppercase;
    color: #fff!important;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.wlt-marker-title a {
    color: #fff
}

.wlt-marker-wrapper .media {
    background: #efefef;
    height: 100px;
    padding: 0;
    min-height: 80px;
    position: relative;
    top: 0;
    margin: 0
}

.wlt-marker-wrapper .media .ficons {
    position: absolute;
    bottom: 0;
    left: 0
}

.wlt-marker-wrapper .media .ficons a {
    background: #000;
    color: #fff;
    padding: 5px;
    margin-right: 5px
}

.wlt-marker-wrapper .content {
    line-height: 35px;
    padding: 0 15px 0 10px
}

.wlt-marker-wrapper .content .txt {
    line-height: 15px;
    color: #999;
    font-size: 11px
}

.wlt-marker-wrapper .content img {
    border: 1px solid #ddd;
    padding: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    max-width: 80px;
    max-height: 80px;
    margin-right: 10px
}

.wlt-marker-wrapper .content .close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1000;
    padding: 0 3px;
    color: #ccc;
    font-size: 13px;
    opacity: 1!important
}

.wlt-marker-wrapper .content .titleb {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px
}

@media (min-width:0px) and (max-width:400px) {
    .wlt-marker-wrapper {
        width: 300px
    }
    .wlt-marker-content {
        padding: 5px;
        line-height: 15px;
        font-size: 11px
    }
    .wlt-marker-title {
        padding: 5px
    }
    .wlt-marker-content .close {
        top: 8px
    }
}

#shortcode_dfeedback ul li.list-group-item {
    background: #fff;
    border-radius: 0;
    margin-bottom: 5px
}

#shortcode_dfeedback ul li.list-group-item .post_date {
    font-size: 11px;
    padding-bottom: 10px;
    color: #ccc
}

#shortcode_dfeedback ul li.list-group-item .post_content {
    font-size: 13px;
    padding-bottom: 10px
}

#shortcode_dfeedback ul li.list-group-item img {
    max-width: 80px;
    max-height: 80px
}

#shortcode_dfeedback h5 {
    text-align: center
}

#shortcode_authorbox hr {
    margin-top: 0
}

#shortcode_authorbox .flag {
    margin-top: 5px
}

#shortcode_authorbox .joined {
    font-size: 11px;
    color: #ccc;
    margin-bottom: 10px
}

#shortcode_authorbox .user_desc {
    line-height: 20px;
    font-size: 12px
}

#shortcode_authorbox .lastonline {
    color: #ccc
}

#shortcode_authorbox v1 {
    float: left
}

#shortcode_authorbox .feedback_big {
    padding: 0;
    font-size: 11px;
    border: 0
}

#shortcode_authorbox .progress {
    height: 10px
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move
}

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

#wlt_shortcode_media_wrapper {
    padding: 20px 20px 10px;
    background: #f1f1f1;
    border: 1px dashed #e5e5e5;
    margin-bottom: 10px
}

#wlt_shortcode_media_wrapper .thumbnail {
    float: left;
    margin-right: 10px
}

#wlt_shortcode_media_wrapper .thumbnail .wrap {
    height: 135px;
    width: 180px;
    overflow: hidden
}

#slider-carousel .owl-item {
    opacity: .5
}

#slider-carousel .synced {
    opacity: 1
}

.home .owl-carousel.style1 {
    margin: 10px 0;
    background: #efefef;
    padding: 20px 10px 10px
}

.owl-item .text {
    max-width: 550px;
    position: absolute;
    top: 50px;
    left: 70px;
    color: #fff
}

.owl-item .text h2 {
    color: #c90f07;
    font-size: 49px;
    text-transform: uppercase;
    padding-bottom: 10px
}

.owl-item .text h3 {
    color: #fff;
    font-size: 29px;
    text-transform: uppercase;
    padding-bottom: 5px
}

.owl-item .text p {
    color: #898888;
    font-size: 15px;
    text-transform: none;
    padding-bottom: 17px;
    padding-top: 3px;
    padding-left: 3px
}

.wlt_shortcode_images .owl-item img {
    margin: auto
}

.wlt_shortcode_images #slider-carousel {
    padding: 10px;
    background: #f1f1f1;
    border: 1px dashed #e5e5e5;
    BORDER-TOP: 0PX
}

.wlt_shortcode_images #slider-carousel .owl-item {
    background: #fff;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 2px
}

.wlt_shortcode_images #slider-carousel .owl-item:after {
    clear: both;
    content: " "
}

.wlt_shortcode_images #slider {
    padding: 10px 10px 0;
    background: #f1f1f1;
    border: 1px dashed #e5e5e5
}

.wlt_shortcode_images .navs a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.wlt_shortcode_images .navs .next {
    float: right
}

@media (min-width:960px) {
    .home .wlt_shortcode_images #slider-carousel .owl-item {
        height: 130px
    }
}

.bootstrap-transfer-container select {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.bootstrap-transfer-container .filtered {
    margin: 0;
    width: 100%
}

.bootstrap-transfer-container .selector-available,
.bootstrap-transfer-container .selector-chosen {
    float: left;
    width: 100%;
    text-align: center
}

.bootstrap-transfer-container .selector-available h2 {
    background: url(../img/bootstrap-transfer-nav-bg.gif) bottom left repeat-x #fff
}

.bootstrap-transfer-container .selector-chosen h2 {
    background: url(../img/bootstrap-transfer-default-bg.gif) bottom left repeat-x #fff;
    color: #666
}

.bootstrap-transfer-container .selector-available h2,
.bootstrap-transfer-container .selector-chosen h2 {
    border: 1px solid #CCC;
    margin: 0;
    height: 18px;
    padding-left: 4px;
    line-height: inherit;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.bootstrap-transfer-container .selector-available input {
    width: 105%;
    margin: -1px -8px
}

.bootstrap-transfer-container .selector-filter {
    background: #fff;
    border-width: 0 1px;
    padding: 3px;
    color: #999;
    font-size: 10px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    line-height: 140%
}

.bootstrap-datetimepicker-widget .picker-switch,
.flex-control-nav {
    text-align: center
}

.bootstrap-transfer-container .selector-filter.right {
    padding-top: 5px;
    height: 18px;
    position: relative;
    width: 97%
}

.bootstrap-transfer-container .selector-filter.right p {
    font-size: 11px
}

.bootstrap-transfer-container a.selector-chooseall,
.bootstrap-transfer-container a.selector-clearall {
    font-size: 80%;
    text-decoration: none;
    padding-left: 17px;
    margin: 0
}

.bootstrap-transfer-container a.selector-chooseall {
    background: url(../img/bootstrap-transfer-selector-addall.gif) left center no-repeat
}

.bootstrap-transfer-container a.selector-clearall {
    background: url(../img/bootstrap-transfer-selector-removeall.gif) left center no-repeat
}

.bootstrap-transfer-container .selector-chooser {
    float: left;
    width: 20px;
    margin-top: -24px;
    padding: 2px
}

.bootstrap-transfer-container .selector-add {
    background: url(../img/bootstrap-transfer-selector-add.gif) top center no-repeat;
    margin-bottom: 3px
}

.bootstrap-transfer-container .selector-remove {
    background: url(../img/bootstrap-transfer-selector-remove.gif) top center no-repeat
}

.bootstrap-transfer-container .selector-add,
.selector-remove {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -3000px;
    overflow: hidden
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider .slides>li:not(:first-child) {
    display: none;
    -webkit-backface-visibility: hidden
}

.flex-direction-nav a,
.no-js .slides>li:first-child,
.slides:after,
html[xmlns] .slides {
    display: block
}

.flexslider .slides img {
    display: block;
    max-height: 450px
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .slides {
    height: 1%
}

.flexslider {
    margin: 0 0 10px;
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    background: url(../img/slider/bg_direction_nav.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px
}

.flex-direction-nav .flex-prev {
    left: -36px
}

.flexslider:hover .flex-next {
    opacity: .8;
    right: 5px
}

.flexslider:hover .flex-prev {
    opacity: .8;
    left: 5px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0
    }
}

.flexslider {
    background: #efefef;
    border: 0;
    padding: 10px;
    overflow: hidden
}

#carousel img {
    background: #fff;
    padding: 3px;
    max-width: 100px;
    max-height: 150px
}

#carousel li {
    margin-right: 5px;
    cursor: pointer
}

.bootstrap-datetimepicker-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.input-group-addon .glyphicon {
    cursor: pointer
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(../img/slider/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(../img/slider/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(../img/slider/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(../img/slider/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(../img/slider/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(../img/slider/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../img/slider/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../img/slider/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(../img/slider/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(../img/slider/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(../img/slider/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../img/slider/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(../img/slider/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
    background: url(../img/slider/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
    background: url(../img/slider/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
    opacity: .7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(../img/slider/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../img/slider/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(../img/slider/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(../img/slider/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(../img/slider/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(../img/slider/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand:hover {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract:hover {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../img/slider/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../img/slider/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../img/slider/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(../img/slider/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(../img/slider/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand:hover {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract:hover {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../img/slider/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(../img/slider/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(../img/slider/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(../img/slider/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_expand:hover {
    background: url(../img/slider/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract {
    background: url(../img/slider/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract:hover {
    background: url(../img/slider/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/slider/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(../img/slider/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_nav .pp_pause {
    background: url(../img/slider/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_arrow_previous {
    background: url(../img/slider/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(../img/slider/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(../img/slider/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(../img/slider/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(../img/slider/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_expand:hover {
    background: url(../img/slider/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract {
    background: url(../img/slider/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract:hover {
    background: url(../img/slider/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/slider/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(../img/slider/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(../img/slider/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(../img/slider/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(../img/slider/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(../img/slider/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(../img/slider/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(../img/slider/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(../img/slider/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(../img/slider/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(../img/slider/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(../img/slider/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../img/slider/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(../img/slider/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(../img/slider/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, .5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(../img/slider/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

a.pp_next,
a.pp_previous {
    background: url(../img/slider/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    height: 100%;
    width: 49%;
    text-indent: -10000px
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px!important
}

a.pp_next {
    float: right
}

a.pp_previous {
    float: left
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

.pp_loaderIcon,
a.pp_close {
    display: block;
    position: absolute
}

a.pp_close {
    right: 0;
    top: 0;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    height: 24px;
    left: 50%;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

.pp_fade,
.pp_gallery li.default a img,
div.ppt {
    display: none
}

#pp_full_res {
    line-height: 1!important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
    text-indent: -99999px
}

div.light_rounded .pp_content,
div.pp_default .pp_content {
    background-color: #fff
}

div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline {
    color: #000
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff
}

div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
    position: relative
}

div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
    background: #fff
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px
}

div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px!important
}

div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(../img/slider/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_bottom .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_top .pp_middle {
    background: url(../img/slider/prettyPhoto/dark_rounded/contentPattern.png) top left
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.slider-handle.custom::before,
.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.pp_bottom,
.pp_top {
    height: 20px;
    position: relative
}

* html .pp_bottom,
* html .pp_top {
    padding: 0 20px
}

.pp_bottom .pp_left,
.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle,
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right,
.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
    margin-left: -10px;
    margin-top: -5px
}

.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
    border-width: 0 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    margin-top: 24px;
    display: inline-block;
    text-align: center
}

.slider .hide,
.slider input {
    display: none
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
    margin-left: -5px;
    margin-top: -10px
}

.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0
}

.slider-handle,
.slider-tick {
    width: 20px;
    height: 20px;
    position: absolute
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed
}

.home .jumbostyle1 .searchform .sb:hover,
.slider-track {
    cursor: pointer
}

.slider .tooltip.top {
    margin-top: -36px
}

.slider .tooltip-inner {
    white-space: nowrap
}

.slider-track {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    border-radius: 4px
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0)
}

.slider-track-high,
.slider-track-low {
    position: absolute;
    background: 0 0;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-handle {
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent
}

.slider-handle.round {
    border-radius: 50%
}

.slider-handle.custom,
.slider-handle.triangle {
    background: 0 0
}

.slider-tick {
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.custom,
.slider-tick.triangle {
    background: 0 0
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1
}

.home .catstyle1 span {
    color: #fff;
    text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
    z-index: 100;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.home .catstyle1 .block {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 150px
}

.home .catstyle1 .block:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 5
}

.home .catstyle1 a:hover .block:after {
    background: 0 0
}

.home .catstyle2 {
    padding: 5px;
    margin: 0
}

.home .catstyle2 .block {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-top: 150px
}

.home .catstyle2 .block span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: left;
    color: #fff;
    padding-left: 10px;
    background: rgba(0, 0, 0, .6);
    line-height: 40px
}

.home .catstyle3 .media .pull-left {
    padding: 6px;
    background-color: #ededed;
    margin-bottom: 10px;
    margin-right: 20px
}

.home .catstyle3 ul.categorysublist li {
    padding-left: 0;
    padding-right: 5px;
    background: 0 0;
    float: left
}

.home .catstyle3 .media .pull-left img {
    max-width: 50px;
    max-height: 50px
}

.home .catstyle3 .btn-viewall {
    color: #fff
}

.home .catstyle3 ul {
    margin: 0;
    padding: 0
}

.home .catstyle3 ul li {
    list-style: none;
    line-height: 25px;
    padding: 0;
    margin-bottom: 10px;
    min-height: 90px
}

.home .catstyle3 ul.list-inline a {
    font-size: 11px;
    margin-right: 5px;
    color: #666;
    text-decoration: underline
}

.home .catstyle3 ul.list-inline li {
    padding: 0
}

.home .catstyle3.cols3 .media .pull-left img {
    max-width: 150px;
    max-height: 100px
}

@media (min-width:768px) {
    .home .catstyle3.cols3 .media .pull-left img {
        max-width: 100px;
        max-height: 100px
    }
}

@media (max-width:768px) {
    .home .catstyle3 .media .pull-left {
        margin-right: 10px
    }
}

.home .catstyle4 {
    overflow: hidden;
    margin-bottom: 10px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

@media (max-width:850px) {
    .home .catstyle4 {
        max-width: 260px;
        display: table;
        margin: 20px auto 0
    }
}

.home .catstyle4 li:hover {
    background: #F9F9F9;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.home .catstyle4 .col-md-3:nth-child(4n) {
    padding-right: 0
}

.home .catstyle4 li:hover a:before {
    opacity: 1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.home .catstyle4 .catstyle4-content {
    padding: 30px 20px 20px;
    border-top: 3px solid #F9F9F9;
    border-left: 3px solid #F9F9F9;
    border-right: 3px solid #F9F9F9
}

.home .catstyle4 .catstyle4-content p {
    margin-bottom: 0
}

.home .catstyle4 h3 {
    position: relative
}

.home .catstyle4 h3 a {
    color: #565353;
    padding-bottom: 1px
}

.home .catstyle4 h3 a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: -24px;
    opacity: 0;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.home .title-lines h2:before,
.home .title-lines2 h2:before,
.home .title-lines3 h2:before {
    left: 100%
}

.home .catstyle4 img {
    max-width: 265px;
    max-height: 175px;
    width: 100%
}

.home .catstyle5 {
    background: #efefef;
    padding: 20px
}

.home .catstyle5 .media .pull-left {
    padding: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 20px
}

.home .catstyle5 ul.categorysublist li {
    padding-left: 0;
    padding-right: 5px;
    background: 0 0;
    float: left
}

.home .catstyle5 .media .pull-left img {
    max-width: 50px;
    max-height: 50px
}

.home .catstyle5 .btn-viewall {
    color: #fff
}

.home .catstyle5 ul {
    margin: 0;
    padding: 0
}

.home .catstyle5 ul li {
    list-style: none;
    line-height: 25px;
    padding: 0;
    margin-bottom: 0
}

.home .catstyle5 ul li small {
    font-size: 13px
}

.home .catstyle5 ul.list-inline a {
    font-size: 11px;
    margin-right: 5px;
    text-decoration: underline
}

.home .catstyle5 ul.list-inline li {
    padding: 0
}

.home .catstyle5.cols3 .media .pull-left img {
    max-width: 150px;
    max-height: 130px
}

@media (min-width:768px) {
    .home .catstyle5.cols3 .media .pull-left img {
        max-width: 130px;
        max-height: 130px
    }
}

@media (max-width:768px) {
    .home .catstyle5 .media .pull-left {
        margin-right: 10px
    }
}

.home .boxes1 .imgwrap {
    background-size: cover;
    margin-bottom: 15px
}

.home .boxes1 .wrap {
    background-color: rgba(0, 0, 0, .6);
    min-height: 200px;
    width: 100%;
    text-align: center
}

.home .home .boxes1 .wrap:hover {
    background-color: rgba(0, 0, 0, .4)
}

.home .boxes1 .wrap a {
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 9px 19px;
    line-height: 200px
}

.home .boxes1 .wrap:hover a {
    text-decoration: none
}

.home .tabstyle1 .nav-tabs {
    border: 1px solid #ddd;
    background: #F2F2F2
}

.home .tabstyle1 .nav-tabs>li a {
    color: #666;
    font-weight: 700;
    padding: 10px 50px;
    font-size: 16px;
    line-height: 40px;
    border: 0
}

.home .tabstyle1 .nav-tabs>li.active>a,
.home .tabstyle1 .nav-tabs>li.active>a:focus,
.home .tabstyle1 .nav-tabs>li.active>a:hover {
    margin-top: 5px;
    margin-left: 5px;
    padding: 10px 50px;
    line-height: 40px
}

.home .tabstyle1 .nav-tabs>li>a:hover {
    border-bottom: 0;
    background: 0 0
}

.home .jumbostyle1 {
    color: #fff;
    background: #000
}

.home .jumbostyle1 .jumbotron {
    background: 0 0;
    overflow: hidden;
    color: #fff;
    margin-bottom: 0
}

.home .jumbostyle1 img {
    margin-top: -30px
}

.home .jumbostyle1 .inner {
    max-width: 700px
}

.home .jumbostyle1 .inner.text-center {
    max-width: 100%
}

.home .jumbostyle1 .btn {
    margin-top: 30px;
    margin-right: 30px
}

.home .jumbostyle1.cols3 .mainicon {
    width: 380px;
    height: 400px;
    float: right
}

.home .jumbostyle1 .searchform .wrap .inner {
    width: 50%;
    position: relative;
    margin: auto
}

.home .jumbostyle1 .searchform .sb {
    font-size: 26.24px;
    color: #ccc;
    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
    position: absolute;
    text-align: center;
    right: 0
}

.home .title-lines h2:after,
.home .title-lines2 h2:after,
.home .title-lines3 h2:after {
    right: 100%
}

.home .jumbostyle1 .searchform input {
    color: #7e8e9b;
    border-radius: 0;
    line-height: 20px;
    width: 100%;
    height: 60px;
    max-width: none;
    margin: auto;
    padding: 13px 46px 13px 10px;
    border: 0
}

.home .jumbostyle1 .searchform .popular {
    text-align: left;
    font-size: 14px;
    margin-top: 10px
}

.home .title-lines h2:after,
.home .title-lines h2:before,
.home .title-lines2 h2:after,
.home .title-lines2 h2:before,
.home .title-lines3 h2:after,
.home .title-lines3 h2:before {
    top: 50%;
    margin-top: -3px;
    background: url(../img/home/title1.png);
    content: '';
    vertical-align: middle
}

.home .jumbostyle1 .searchform .popular a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    margin-right: 5px
}

@media (min-width:0px) and (max-width:480px) {
    .home .jumbostyle1 {
        text-align: center;
        padding: 10px
    }
    .home .jumbostyle1 .jumbotron {
        padding-top: 0;
        padding-bottom: 0
    }
    .home .jumbostyle1 p {
        font-size: 13px
    }
    .home .jumbostyle1 h1 {
        font-size: 26px
    }
    .home .jumbostyle1 h2 {
        font-size: 20px
    }
    .home .jumbostyle1 .btn {
        margin-right: 0!important
    }
}

@media (min-width:480px) and (max-width:770px) {
    .home .jumbostyle1 {
        text-align: center;
        padding: 10px
    }
    .home .jumbostyle1 p {
        font-size: 13px
    }
    .home .jumbostyle1 h2 {
        font-size: 22px
    }
    .home .jumbostyle1 .btn {
        margin-right: 0!important
    }
}

.home .title-lines {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center
}

.home .title-lines h2 {
    position: relative;
    display: inline-block;
    padding: 0 30px
}

.home .title-lines h2:after,
.home .title-lines h2:before {
    position: absolute;
    display: block;
    width: 1000px;
    height: 9px
}

.home .title-lines2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto
}

.home .title-lines2 h2 {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0
}

.home .title-lines2 h2:after,
.home .title-lines2 h2:before {
    position: absolute;
    display: block;
    width: 1000px;
    height: 9px
}

.home .title-lines3 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: right
}

.home .title-lines3 h2 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px
}

.home .title-lines3 h2:after,
.home .title-lines3 h2:before {
    position: absolute;
    display: block;
    width: 1000px;
    height: 9px
}

.home .page-header.style1 {
    margin-top: 0
}

.wlt_shortcode_listings_pagenav .current {
    font-weight: 700
}

.home .gmap500 #wlt_google_map {
    height: 500px
}

.home .fblock2 ul {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    overflow: hidden;
    border-top: solid 1px #e3e2e2;
    border-left: solid 1px #e3e2e2
}

.home .fblock2 li {
    float: left;
    padding: 15px;
    border-right: solid 1px #e3e2e2;
    border-bottom: solid 1px #e3e2e2;
    text-align: center;
    height: 100px
}

.home .fblock2 li .logo {
    text-align: center;
    line-height: 100px
}

.home .fblock2 li .logo img {
    margin: auto;
    max-height: 80px;
    max-width: 160px
}

.wlt_shortcode_likesbar.big {
    background: #efefef;
    padding: 15px 20px 15px 0;
    position: relative;
    text-align: right;
    font-size: 16px;
    min-width: 190px;
    color: #666;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff
}

.wlt_shortcode_likesbar.big i {
    font-size: 25px;
    position: absolute;
    display: block;
    width: 50px;
    height: 52px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #ededed;
    color: #fff;
    text-shadow: none;
    background: #F0AD4E
}

#AuthorSingleFeedback .col-md-9 img {
    max-width: 80px;
    max-height: 80px
}

.page-template-tpl-account .nav-tabs {
    border-bottom: 2px solid #DDD
}

.nav-tabs>li.active>a:hover,
.page-template-tpl-account .nav-tabs>li.active>a,
.page-template-tpl-account .nav-tabs>li.active>a:focus {
    border-width: 0
}

.page-template-tpl-account .nav-tabs>li>a {
    border: none;
    color: #666
}

.nav-tabs>li>a:hover,
.page-template-tpl-account .nav-tabs>li.active>a {
    border: none;
    color: #4285F4!important;
    background: 0 0
}

.account_header,
.page-template-tpl-account .wlt_widget_authorbox {
    border: 1px solid #ddd
}

.page-template-tpl-account .nav-tabs>li>a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0)
}

.page-template-tpl-account .nav-tabs>li.active>a::after,
.page-template-tpl-account .nav-tabs>li:hover>a::after {
    transform: scale(1)
}

.page-template-tpl-account .tab-nav>li>a::after {
    background: #21527d;
    color: #fff
}

.page-template-tpl-account .tab-pane {
    padding: 15px 0
}

.page-template-tpl-account .panel-title.price {
    margin-right: 10px
}

.membershipblock_account {
    margin-bottom: 50px
}

.membershipblock_account .packagelistitems {
    padding: 0
}

.page-template-tpl-account .wlt_widget_authorbox_wrapper .panel-heading {
    font-weight: 700
}

.page-template-tpl-account .listboxes {
    margin-left: -40px;
    line-height: 25px;
    min-height: 310px;
    list-style: none
}

.account_header {
    margin-bottom: 10px;
    font-size: 12px;
    background: #efefef
}

.account_header_wrapper {
    border: 1px solid #fff;
    padding: 10px
}

.listboxes li {
    border-bottom: 1px solid #ddd;
    line-height: 30px
}

.account_header ul span {
    font-size: 40px;
    display: block;
    font-weight: 700
}

.account_header ul li:nth-child(2),
.account_header ul li:nth-child(3),
.account_header ul li:nth-child(4) {
    background: #fff;
    border-right: 0
}

.account_header ul small {
    font-size: 12px;
    color: #999;
    text-transform: uppercase
}

.account_header ul.list-group {
    margin: 0;
    border-right: 1px solid #ddd
}

.account_header ul a {
    text-decoration: none
}

.account_header .membershipinfo {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px
}

.account_header h1 {
    font-size: 30px;
    text-shadow: 1px 1px 1px #fff
}

.noitemsfound {
    padding-top: 10%;
    padding-bottom: 10%
}

.activity-feed {
    padding: 15px;
    max-height: 350px;
    overflow-y: scroll
}

.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb
}

.activity-feed .feed-item:last-child {
    border-color: transparent
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f37167
}

.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 13px
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px
}

#login_box,
#register_box {
    margin-top: 15%;
    margin-bottom: 25%
}

.wlt_socialloginbtns div {
    margin-bottom: 10px
}

.wlt_socialloginbtns h4 {
    text-align: center
}

.wlt_socialloginbtns a {
    color: #fff;
    border-radius: 0;
    padding: 10px;
    opacity: .8;
    font-size: 10px
}

.wlt_socialloginbtns a:hover {
    color: #fff;
    opacity: 1
}

.wlt_socialloginbtns .onl_btn-facebook {
    background: #3b5998;
    border-color: #172d5e
}

.wlt_socialloginbtns .onl_btn-twitter {
    background: #00aced;
    border-color: #043d52
}

.wlt_socialloginbtns .onl_btn-google-plus {
    background: #c32f10;
    border-color: #6b1301
}

.wlt_socialloginbtns .onl_btn-linkedin {
    background: #0976b4;
    border-color: #004269
}

.page-template-tpl-account .wlt_widget_authorbox.hoverwlt_widget_authorbox .avatar img {
    margin: auto;
    height: auto
}

ul.orderby {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-top: 15px;
    padding-bottom: 10px
}

.single .embedplayer,
.single .vimeoplayer,
.single .youtubeplayer {
    min-height: 450px
}

.page-template-tpl-stores .storeslist {
    margin-top: 0;
    padding-bottom: 50px
}

.page-template-tpl-stores .storeslist h1 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px
}

.page-template-tpl-stores .storeslist p {
    font-size: 16px;
    line-height: 27px;
    color: #666
}

.page-template-tpl-stores .store {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    margin: 0 0 30px;
    padding-bottom: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0
}

.page-template-tpl-stores .store .img {
    position: relative;
    height: 220px;
    background: center center no-repeat #fff
}

.page-template-tpl-stores .store .img a {
    background-color: rgba(0, 0, 0, .4);
    border-bottom: solid 4px #0a76ab;
    border-radius: 3px 3px 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.page-template-tpl-stores .store .img:hover a {
    background: 0 0
}

.page-template-tpl-stores .store .img:hover i {
    display: none
}

.page-template-tpl-stores .store .img i {
    background-color: #0a76ab;
    color: #fff;
    height: 54px;
    font-size: 26px;
    left: 50%;
    line-height: 54px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all linear .15s;
    opacity: 1;
    width: 54px;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%)
}

.page-template-tpl-stores .store .desc {
    text-align: center
}

.page-template-tpl-stores .store .desc h4 {
    margin: 15px 5px 0;
    font-size: 16px;
    font-weight: 700
}

.page-template-tpl-stores .store .desc p {
    color: #b8b8b8;
    font-size: 14px;
    padding-top: 10px
}

.collapse-toggle {
    width: 100%
}

@media screen and (min-width:768px) {
    .custom-collapse .collapse {
        display: block;
        visibility: visible
    }
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc;
    outline: 0
}

.core_widgets_search .ss {
    position: relative;
    padding: 15px
}

.core_widgets_search .ss .sb {
    font-size: 20px;
    color: #ccc;
    width: 46px;
    height: 46px;
    line-height: 46px;
    vertical-align: top;
    position: absolute;
    text-align: center;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border: 0;
    background: 0 0
}

.core_widgets_search .ss .form-control {
    width: 100%
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d0d0d0!important
}



label {

     font-weight: 300;
}