@charset "UTF-8";

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

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

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

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

[hidden],
template {
    display: none
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

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

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

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

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.eot);
    src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

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

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

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

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

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

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

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

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

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

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

.h2,
h2 {
    font-size: 30px
}

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

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

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

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

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

/*deals coupon code 24/02/2020 */
.couponcode-custom {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px;
}

.couponcode-custom .aa-deal-box-price-save-label, .couponcode-custom .aa-deal-box-price-save-value {    display: inline-block !important;}
/*.couponcode-custom .aa-deal-box-price-save-value {   margin-left: 10px !important;}*/
.couponcode-custom .aa-deal-box-price-save-value span.aa-deal-box-price-save-whole {   font-size: 16px !important;    padding: 2px 8px;    border: 1px dashed;}
/*deals coupon code */


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

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

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

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

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

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

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

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

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

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

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

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

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

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

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

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

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

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

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

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

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

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

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

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

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

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

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

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

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav > li.disabled > a {
    color: #777
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills > li {
    float: left
}

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

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

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

.nav-stacked > li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

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

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

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

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

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

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

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

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

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

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {

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

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

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

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

@media(min-width:768px) {

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

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

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

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

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

.navbar-brand > img {
    display: block
}

@media(min-width:768px) {

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

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

    .navbar-nav > li {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb > li {
    display: inline-block
}

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

.breadcrumb > .active {
    color: #777
}

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

.pagination > li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
    display: inline
}

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

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

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

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

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

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

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

.label:empty {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    margin-top: 15px
}

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

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

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

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

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
    padding: 15px
}

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

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

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

.panel-title > a {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

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

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

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

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

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

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

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

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

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

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

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

    .modal-sm {
        width: 300px
    }
}

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

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

.tooltip.in {
    opacity: .9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative
}

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

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

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

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

@media screen and (min-width:992px) {
    .app-list .app-name{
        width: 75% !important;
    }
    .app-btn{
        padding: 9px 18px !important;
        font-size: 15px !important;
    }
}

@media screen and (min-width:1199px) {
    .app-list .app-name{
        width: 100% !important;
    }
    .app-btn{
        padding: 9px 19px !important;
        font-size: 18px !important;
    }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
    text-shadow: none
}

.btn.active,
.btn:active {
    background-image: none
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc
}

.btn-default:focus,
.btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px
}

.btn-default.active,
.btn-default:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb
}

.btn-default:disabled,
.btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #265a88;
    background-position: 0 -15px
}

.btn-primary.active,
.btn-primary:active {
    background-color: #265a88;
    border-color: #245580
}

.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #265a88;
    background-image: none
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

.btn-success:focus,
.btn-success:hover {
    background-color: #419641;
    background-position: 0 -15px
}

.btn-success.active,
.btn-success:active {
    background-color: #419641;
    border-color: #3e8f3e
}

.btn-success:disabled,
.btn-success[disabled] {
    background-color: #419641;
    background-image: none
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

.btn-info:focus,
.btn-info:hover {
    background-color: #2aabd2;
    background-position: 0 -15px
}

.btn-info.active,
.btn-info:active {
    background-color: #2aabd2;
    border-color: #28a4c9
}

.btn-info:disabled,
.btn-info[disabled] {
    background-color: #2aabd2;
    background-image: none
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13
}

.btn-warning:focus,
.btn-warning:hover {
    background-color: #eb9316;
    background-position: 0 -15px
}

.btn-warning.active,
.btn-warning:active {
    background-color: #eb9316;
    border-color: #e38d13
}

.btn-warning:disabled,
.btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28
}

.btn-danger:focus,
.btn-danger:hover {
    background-color: #c12e2a;
    background-position: 0 -15px
}

.btn-danger.active,
.btn-danger:active {
    background-color: #c12e2a;
    border-color: #b92c28
}

.btn-danger:disabled,
.btn-danger[disabled] {
    background-color: #c12e2a;
    background-image: none
}

.img-thumbnail,
.thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    background-repeat: repeat-x
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
    background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
    border-radius: 0
}

@media(max-width:767px) {

    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
        background-repeat: repeat-x
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    background-repeat: repeat-x
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
    background-repeat: repeat-x
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    background-repeat: repeat-x
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    background-repeat: repeat-x
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    background-repeat: repeat-x
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    background-repeat: repeat-x
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
    background-repeat: repeat-x;
    border-color: #2b669a
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
    text-shadow: none
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    background-repeat: repeat-x
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    background-repeat: repeat-x
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    background-repeat: repeat-x
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    background-repeat: repeat-x
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}

@media screen {
    .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 10px;
        padding-right: 10px
    }

    .clearer {
        clear: both;
        line-height: 0 !important;
        font-size: 0 !important;
        height: 0 !important
    }

    .clearfix:after {
        content: "";
        display: table;
        clear: both
    }

    .floatleft {
        float: left
    }

    .floatright {
        float: right
    }

    iframe {
        border: 0
    }

    :focus,
    input:focus,
    textarea:focus {
        outline: 0
    }

    .slider_error {
        text-align: center
    }

    .filter-error {
        font-size: 12px;
        padding: 20px
    }

    .background-ad {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 0
    }

    #ajax-error {
        display: none;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        left: 0;
        background: #000;
        color: #ff776e;
        font-size: 12px;
        padding: 5px 10px
    }

    .responsive-disable .hidden-md {
        display: none
    }

    .placeholder {
        color: #aaa
    }

    .row.no-margin {
        margin-left: 0;
        margin-right: 0
    }

    .col-md-12.no-padding,
    .col-sm-12.no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left {
        padding-left: 0
    }

    .no-padding-right {
        padding-right: 0
    }

    img.wp-post-image {
        max-width: 100%;
        height: auto
    }

    .header-wrapper,
    .page-wrapper {
        position: relative
    }

    .shadowed {
        border: 1px solid #e7e7e7;
        box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .1)
    }

    .builder-section {
        padding-top: 20px
    }

    #header-bar {
        width: 100%;
        height: 100px;
        position: absolute
    }

    #header-bar .row {
        margin-right: 0
    }

    #header-bar .row .col-md-12 {
        padding-right: 0
    }

    #header-inner {
        position: relative
    }

    #section-menu.no-margin {
        margin-left: 0
    }

    #section-menu ul li a.parent-item:hover,
    #section-menu ul li.current-menu-item > a.parent-item,
    #section-menu ul li.over > a.parent-item {
        background-color: #1f262e
    }

    #section-menu ul li .category-icon {
        position: absolute;
        top: 11px;
        left: 50%;
        margin-left: -14px
    }

    #section-menu a.no-icon .category-icon {
        display: none
    }

    #section-menu a.no-icon .category-title {
        display: block !important
    }

    #section-menu > ul > li > a.no-icon {
        padding-top: 25px
    }

    .standard-menu.sf-arrows > ul > li > a.sf-with-ul:after {
        display: none
    }

    .standard-menu.sf-arrows ul .sfHover > .sf-with-ul:after,
    .standard-menu.sf-arrows ul li:hover > .sf-with-ul:after,
    .standard-menu.sf-arrows ul li > .sf-with-ul:focus:after {
        border-left-color: #fff
    }

    #section-menu.standard-menu ul li a.parent-item:hover,
    #section-menu.standard-menu ul li a:hover,
    #section-menu.standard-menu ul li.current-menu-item > a,
    #section-menu.standard-menu ul li.current-menu-item > a.parent-item,
    #section-menu.standard-menu ul li.over > a,
    #section-menu.standard-menu ul li.over > a.parent-item {
        background-color: #1f262e
    }

    #section-menu.standard-menu ul ul li a.parent-item:hover,
    #section-menu.standard-menu ul ul li a:hover,
    #section-menu.standard-menu ul ul li.current-menu-item > a,
    #section-menu.standard-menu ul ul li.current-menu-item > a.parent-item,
    #section-menu.standard-menu ul ul li.over > a,
    #section-menu.standard-menu ul ul li.over > a.parent-item {
        background-color: #4b5b6e;
        opacity: 1
    }

    #section-menu.standard-menu ul ul ul {
        left: 190px;
        width: 150px;
        top: -10px
    }

    #section-menu.standard-menu ul ul ul ul {
        left: 150px
    }

    #sticky-inner.compact #section-menu {
        margin-left: 0
    }

    #sticky-inner.compact #section-menu > ul > li > a {
        padding-left: 5px;
        padding-right: 5px;
        min-width: 46px
    }

    #sticky-inner.compact #section-menu ul li a .category-icon {
        top: 18px
    }

    #sticky-inner.compact #section-menu ul li a .category-title {
        display: none
    }

    .after-header.no-header {
        margin-top: 65px
    }

    .after-header.no-sticky {
        margin-top: 80px
    }

    .after-header.no-sticky.no-header {
        margin-top: 0
    }

    .pagination-wrapper.mobile {
        display: none
    }

    .pagination {
        text-align: center;
        border-radius: 0;
        margin: 0;
        padding-left: 10px;
        height: 43px;
        border-top: 1px solid #e2e2e2;
        overflow: hidden;
        height: 43px
    }

    .pagination a,
    .pagination > span.page-number,
    .pagination > span.page-numbers {
        display: block;
        float: left;
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        min-width: 25px;
        line-height: 1em;
        height: 43px;
        padding: 13px 0;
        color: #babdd3
    }

    .pagination a span.page-number {
        color: #babdd3;
        cursor: pointer
    }

    .pagination a:hover {
        color: #000
    }

    .pagination .active,
    .pagination a.active:hover,
    .pagination a:active,
    .pagination span.page-number {
        cursor: default;
        color: #000
    }

    .pagination a.arrow {
        padding: 11px 0;
        width: 30px
    }

    .pagination a span:before {
        margin: 0;
        padding: 0;
        width: auto
    }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background: 0;
        border: 0;
        cursor: pointer;
        color: #000
    }

    .pagination span.theme-icon-right-fat {
        font-size: 11px;
        position: relative;
        top: -1px;
        right: -3px
    }

    .fixed-object {
        position: absolute
    }

    .fixed-object.fixed {
        position: fixed;
        top: 88px
    }

    .fixed-object.fixed.admin-bar {
        top: 120px
    }

    .fixed-object.taller-fixed {
        position: fixed
    }

    .panel-style .content-inner {
        position: relative;
        top: -1px
    }

    .builder-html .html-inner {
        background: #fff;
        position: relative;
        padding: 15px 20px
    }

    .subfooter {
        background: #f5f5f5;
        margin-top: -5px;
        color: #90a0b9;
        font-size: 12px;
        text-transform: uppercase;
        padding: 13px 15px 10px 15px
    }

    .subfooter .credits {
        text-align: right
    }

    .subfooter p {
        margin: 0
    }

    .single-wrapper {
        margin: 20px 0 0
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden
    }

    .video-container embed,
    .video-container object,
    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .video-container.featured-video-wrapper {
        padding-bottom: 55%
    }

    .single-page {
        position: relative
    }

    .single-page.shadowed {
        border: 0;
        border-bottom: 1px solid #e7e7e7
    }

    .single-page.unwrapped {
        margin-top: -10px
    }

    .single-page.unwrapped .padded-panel {
        padding: 0
    }

    .single-page.unwrapped .post-right {
        border: 0;
        box-shadow: none;
        padding-top: 0
    }

    .single-page h1:not(.article-title),
    .single-page h2:not(.article-title),
    .single-page h3:not(.article-title) {
        margin: 15px 0
    }

    .single-page h4,
    .single-page h5,
    .single-page h6 {
        margin: 15px 0;
        text-transform: uppercase
    }

    .single-page h1:not(.article-title) {
        font-size: 46px;
        line-height: 52px;
    }

    .single-page h2:not(.article-title) {
        line-height: 44px
    }

    .single-page h3:not(.article-title) {
        font-size: 30px;
        line-height: 36px
    }

    .single-page h4 {
        font-size: 36px;
        line-height: 42px
    }

    .single-page h5 {
        font-size: 30px;
        line-height: 36px
    }

    .single-page h6 {
        font-size: 24px;
        line-height: 30px
    }

    .post-content {
        font-size: 16px;
        word-wrap: break-word;
        position: relative;
        overflow: hidden
    }

    .page-content {
        padding: 0 20px 20px 20px
    }

    .post-left.taller-fixed {
        height: 9999px
    }

    .post-right {
        position: relative
    }

    .post-right.no-control-bar {
        padding-top: 20px
    }

    .post-right.wide {
        margin-left: 0
    }

    .padded-panel {
        padding: 0 8% 0 8%
    }

    .post-left-toggle {
        display: none;
        width: 12px;
        height: 296px;
        color: #fff;
        position: absolute;
        top: 38px;
        right: -12px;
        cursor: pointer;
        transition: opacity .2s ease;
        padding-top: 3px;
        opacity: .4
    }

    .post-left-toggle.active {
        opacity: 1 !important
    }

    .post-left-toggle span:before {
        width: auto
    }

    .post-left-toggle .theme-icon-left-open,
    .post-left-toggle .theme-icon-right-open {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px
    }

    .post-left-toggle .theme-icon-left-open {
        display: none
    }

    .post-left-opened .post-left {
        left: 0
    }

    .post-left-opened .post-left-toggle .theme-icon-left-open {
        display: inline-block
    }

    .post-left-opened .post-left-toggle .theme-icon-right-open {
        display: none
    }

    .post-left-opened .post-left-toggle {
        opacity: .8
    }

    .post-left-opened .post-left {
        border-right: 1px solid #e2e2e2 !important;
        box-shadow: 4px 0 40px 0 rgba(0, 0, 0, .28)
    }

    .main-category {
        height: 38px;
        width: 100%;
        position: relative;
        top: 0;
        padding: 8px 5px 6px 7px;
        overflow: hidden;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px
    }

    .main-category .category-icon {
        position: relative;
        top: 2px;
        margin-right: 6px
    }

    .postnav-wrapper {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 296px;
        padding: 15px 3px 5px 10px;
        overflow: hidden;
        left: 0;
        background-size: cover;
        background-position: center 20%
    }

    .postnav-layer {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: .85
    }

    .now-reading {
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        color: #fff
    }

    .now-reading-label {
        font-size: 11px;
        margin-bottom: 11px;
        text-transform: uppercase
    }

    .now-reading-title {
        font-size: 15px;
        line-height: 1.2em;
        height: 126px;
        overflow: hidden
    }

    .postnav {
        position: absolute;
        bottom: 0;
        left: -2px;
        z-index: 3;
        width: 100%;
        color: #fff;
        text-align: center
    }

    a.nav-link {
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 19px;
        color: #fff;
        margin-bottom: 6px;
        height: 31px;
        padding: 5px 28px 8px 28px;
        font-size: 11px;
        text-transform: uppercase;
        transition: background-color .2s ease, color .2s ease
    }

    a.nav-link.next-button {
        padding-right: 19px
    }

    a.nav-link.previous-button {
        padding-left: 19px
    }

    a.nav-link.random-button {
        padding-left: 16px;
        padding-right: 16px
    }

    a.nav-link.active {
        background: #fff
    }

    a.nav-link span.nav-icon {
        font-size: 16px
    }

    a.nav-link span.nav-icon:before {
        margin-left: 1px;
        margin-right: 1px
    }

    a.nav-link span.nav-icon.theme-icon-random:before {
        margin-right: 0
    }

    a.nav-link span.nav-title {
        position: relative;
        top: -2px
    }

    .single-page .review-label {
        margin-top: 5px;
        text-transform: uppercase;
        color: #aaa;
        font-size: 13px
    }

    .single-page .authorship-row {
        margin: 20px 0
    }

    .single-page .date:not(th) {
        display: block;
        text-transform: uppercase
    }

    .single-page .authorship {
        float: right;
        text-align: right;
        font-size: 12px;
        line-height: 16px;
        color: #666
    }

    a.featured-image {
        display: inline-block;
        max-width: 100%
    }

    .featured-image-wrapper,
    .featured-video-wrapper {
        margin: 0 10px 20px 10px
    }

    .sharing-wrapper-single {
        margin: 0 0 25px 20px;
        opacity: 0;
        min-height: 32px;
        position: relative
    }

    .single-page h1.single-title {
        margin: 15px 0 25px 0;
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -1px
    }

    .single-page .main-subtitle {
        font-size: 28px;
        line-height: 34px;
        color: #666;
        margin: 20px 0
    }

    .single-page .main-subtitle span {
        display: block
    }

    .single-page .divider-line {
        width: 100%;
        height: 1px;
        background: #e7e7e7;
        margin: 30px 0 10px 0
    }

    .section-subtitle {
        font-size: 13px;
        color: #666;
        text-transform: uppercase
    }

    .details-box-wrapper {
        border-top: 3px solid #000;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-radius: 3px;
        position: relative;
        background-size: cover;
        background-position: center 20%;
        margin: 15px 0
    }

    .details-box-overlay {
        position: absolute;
        z-index: 1;
        background: rgba(0, 0, 0, .81);
        width: 100%;
        height: 100%
    }

    .details-box {
        padding: 0 30px 0 0
    }

    .details-box .section-title {
        color: #fff;
        border: 1px solid #fff;
        position: relative;
        font-size: 20px;
        top: -4px;
        margin: 0 0 20px 25px;
        padding: 6px 13px 4px 13px;
        display: inline-block
    }

    .details-box {
        position: relative;
        z-index: 2;
        color: #fff;
        margin-bottom: 20px
    }

    .single-page .detail-item {
        width: 100%;
        position: relative;
        padding: 0
    }

    .single-page .detail-label {
        width: 140px;
        position: absolute;
        text-align: right
    }

    .single-page .detail-content {
        padding-left: 170px;
        display: block;
        font-size: 16px;
        line-height: 18px
    }

    .single-page .meta-label {
        text-transform: uppercase;
        font-size: 13px
    }

    .postinfo {
        margin: 20px 0 10px;
        padding: 0 20px 30px 20px;
        border-bottom: 1px solid #e7e7e7
    }

    .postinfo .postinfo-label {
        font-size: 12px;
        color: #333;
        text-transform: uppercase
    }

    .postinfo .category-list,
    .postinfo .tag-list,
    .postinfo a {
        font-size: 12px;
        color: #999
    }

    .postinfo .post-tags {
        float: right;
        text-align: right
    }

    .affiliate-code {
        margin: 20px 0 30px 0
    }

    .details-box .affiliate-code {
        margin: 0 10px 20px 20px;
        padding: 0
    }

    .popnav {
        opacity: 0;
        position: fixed;
        z-index: -1;
        bottom: 80px;
        padding: 12px 15px 10px 15px;
        color: #fff;
        width: 300px;
        height: 120px;
        overflow: hidden;
        box-shadow: 0 0 115px 0 rgba(0, 0, 0, .45);
        background: #29323e;
        transition: background-color .2s ease, opacity .2s ease
    }

    .popnav.shown {
        opacity: 1;
        z-index: 202
    }

    .popnav.active {
        background: #000
    }

    .popnav-previous {
        left: 0;
        text-align: right
    }

    .popnav-next {
        right: 0;
        text-aling: left
    }

    .popnav-link {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 201
    }

    .popnav .nav-label {
        text-transform: uppercase;
        font-size: 13px;
        padding-bottom: 7px
    }

    .popnav .nav-icon {
        position: absolute;
        font-size: 40px;
        top: 33px
    }

    .popnav-previous .nav-icon {
        left: -8px
    }

    .popnav-next .nav-icon {
        right: -8px
    }

    .popnav img {
        position: absolute
    }

    .popnav-previous img {
        right: 15px
    }

    .popnav-next img {
        left: 15px
    }

    .popnav .nav-title {
        font-size: 14px;
        line-height: 18px
    }

    .popnav-next .nav-title {
        padding: 0 20px 10px 85px
    }

    .popnav-previous .nav-title {
        padding: 0 85px 10px 20px
    }

    .single-page a.btn,
    .single-page a.btn:link,
    .single-page a.btn:visited {
        color: #333
    }

    .single-page a.btn-danger:link,
    .single-page a.btn-danger:visited,
    .single-page a.btn-info:link,
    .single-page a.btn-info:visited,
    .single-page a.btn-inverse:visited,
    .single-page a.btn-primary:link,
    .single-page a.btn-primary:visited,
    .single-page a.btn-success:link,
    .single-page a.btn-success:visited,
    .single-page a.btn-warning:link,
    .single-page a.btn-warning:visited {
        color: #fff
    }

    .single-page .alignleft {
        float: left;
        margin: 10px 15px 15px 0
    }

    .single-page .alignright {
        float: right;
        margin: 10px 0 15px 15px
    }

    .single-page .alignnone {
        margin: 10px 0
    }

    .single-page .video-container {
        margin-bottom: 25px
    }

    .single-page pre {
        margin-bottom: 20px
    }

    .single-page .wp-caption {
        background-color: #edeef4;
        color: #424242;
        text-align: center
    }

    .single-page .wp-caption img {
        border: none !important;
        padding: 0 !important
    }

    .single-page .wp-caption p {
        padding: 8px 10px 10px;
        text-align: center
    }

    .single-page .wp-caption-text {
        color: #464646;
        font-size: 12px;
        line-height: 16px
    }

    .wp-caption,
    .wp-caption-text {
        max-width: 100%;
        height: auto
    }

    .single-page blockquote {
        border-color: #f0f0f0
    }

    .single-page blockquote p {
        font-size: 20px;
        line-height: 1.2em
    }

    .single-page blockquote small {
        margin-top: 15px;
        color: #333;
        font-size: 60%
    }

    .billboard-authorship {
        margin: 5px auto 30px auto;
        position: relative
    }

    .billboard-authorship .authorship,
    .billboard-authorship .authorship a {
        text-align: center;
        color: #fff;
        text-shadow: 1px 2px 90px rgba(0, 0, 0, .82);
        line-height: 18px
    }

    .billboard-authorship .author {
        display: block;
        font-size: 18px
    }

    .billboard-authorship .date {
        display: block;
        font-size: 13px;
        text-transform: uppercase
    }

    .billboard-authorship .author a {
        text-transform: uppercase
    }

    .billboard-sharing {
        display: inline-block;
        margin-bottom: 20px
    }

    .template-authors .the-content {
        padding: 20px 0
    }

    .author-panel {
        margin: 10px 0;
        padding: 10px 0 25px;
        border-bottom: 1px solid #e7e7e7
    }

    .author-panel:last-child {
        border-bottom: 0
    }

    .author-panel a:hover {
        color: #666
    }

    .author-avatar-wrapper {
        position: relative;
        min-height: 100px;
        margin: 10px 0;
        padding: 0 0 0 116px
    }

    .author-avatar {
        position: absolute;
        top: 0;
        left: 0
    }

    .author-avatar img {
        border-radius: 50%;
        border: 7px solid #fff
    }

    h2.author-name {
        margin: 0 !important
    }

    h2.author-name a {
        color: #333
    }

    .template-authors .author-profile-fields {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px
    }

    .template-authors .author-profile-fields a {
        color: #ccc
    }

    .author-bio {
        line-height: 20px;
        font-size: 14px;
        color: #999
    }

    .author-link {
        text-transform: uppercase;
        font-size: 14px;
        color: #aaa;
        line-height: 15px;
        margin: 6px 0
    }

    .author-link a {
        text-transform: none
    }

    .directory .page-content {
        padding: 15px 20px 0 20px;
        margin-bottom: 20px
    }

    .directory .pagination {
        margin-bottom: -9px
    }

    .directory .the-content.padded-panel {
        padding: 0 0 15px 0
    }

    .directory-row {
        margin-bottom: 25px
    }

    .directory .single-page:not(.bp-page) .loading {
        top: 50px
    }

    .widget_d.directory.third .overlay-panel {
        width: 33.33333333%
    }

    .widget_d.directory br.clearer {
        display: none !important
    }

    .gallery-caption {
        padding: 5px 15px
    }

    .single-page dl.gallery-item {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 10px
    }

    .single-page dl.gallery-item img {
        border: 0 !important;
        max-width: 100%;
        height: auto
    }

    .single-page .gallery {
        margin: 40px 0 !important
    }

    .jumbotron {
        background-color: rgba(0, 0, 0, .06);
        font-size: 18px;
        line-height: 25px
    }

    .jumbotron .tagline {
        color: #888;
        font-size: 26px
    }

    .styled_list {
        list-style-type: none;
        padding-left: 5px
    }

    .carousel img {
        margin: 0 !important
    }

    .single-page .carousel h4 {
        margin-bottom: 0
    }

    .single-page .carousel p {
        margin-bottom: 5px
    }

    .single-page .carousel-indicators li {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 1);
        margin: 0 2px
    }

    .the-content a.carousel-control {
        color: #bbb !important;
        height: 100%
    }

    .the-content a.carousel-control span {
        position: relative;
        top: 50%;
        margin-top: -35px;
        font-size: 140%
    }

    .the-content a.carousel-control:hover {
        color: #fff !important
    }

    .divider {
        background: rgba(0, 0, 0, .06);
        clear: both;
        display: block;
        height: 20px;
        text-align: right;
        width: 100%;
        margin: 30px 0
    }

    .top {
        background-position: right center
    }

    .label {
        padding-top: .5em
    }

    .single-page .top a {
        color: #aaa;
        display: block;
        font-size: 10px;
        line-height: 20px;
        text-transform: uppercase;
        margin-right: 12px
    }

    .single-page .modal h3,
    .single-page .popover h3,
    .single-page h3.panel-title {
        font-size: 24px;
        line-height: 29px;
        margin: 0
    }

    .single-page h3.panel-title a {
        display: block;
        color: #000;
        font-size: 18px;
        line-height: 22px;
        padding: 10px 15px
    }

    .single-page .panel-heading {
        padding: 0
    }

    .single-page .modal p {
        margin: 0
    }

    .single-page .modal .modal-header br {
        display: none
    }

    .single-page .tab-pane {
        padding: 20px 0 15px
    }

    .single-page .nav-pills > li > a,
    .single-page .nav-tabs > li > a {
        color: #999;
        font-size: 18px
    }

    .single-page .nav-tabs > li.active > a,
    .single-page .nav-tabs > li.active > a:hover {
        background: #fff
    }

    .single-page .nav-tabs > li.active > a,
    .single-page .nav-tabs > li > a:hover {
        color: #000
    }

    .single-page .nav-pills > li.active > a,
    .single-page .nav-pills > li.active > a:hover,
    .single-page .nav-pills > li > a:focus {
        color: #fff
    }

    hr {
        margin-top: 20px;
        margin-bottom: 19px;
        background: rgba(0, 0, 0, .06);
        color: rgba(0, 0, 0, .06);
        border: 0;
        height: 1px
    }

    .signoff {
        background: rgba(0, 0, 0, .06);
        position: relative;
        border-radius: 6px;
        border: 1px solid #e2e2e2;
        min-height: 50px;
        margin: 20px 0;
        padding: 20px 20px 0 75px
    }

    .signoff p {
        font-size: 16px;
        line-height: 18px
    }

    .signoff.none {
        padding-left: 20px;
        min-height: 20px
    }

    .signoff span.icon {
        position: absolute;
        left: 8px;
        top: 15%;
        font-size: 40px;
        color: #fff;
        text-shadow: 0 0 50px rgba(0, 0, 0, .07)
    }

    .one_half {
        width: 48%
    }

    .one_third {
        width: 30.66%
    }

    .two_third {
        width: 65.33%
    }

    .one_fourth {
        width: 22%
    }

    .three_fourth {
        width: 74%
    }

    .one_fifth {
        width: 16.8%
    }

    .two_fifth {
        width: 37.6%
    }

    .three_fifth {
        width: 58.4%
    }

    .four_fifth {
        width: 79.2%
    }

    .one_sixth {
        width: 13.33%
    }

    .five_sixth {
        width: 82.67%
    }

    .custom_column {
        position: relative;
        float: left;
        margin: 0
    }

    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_third {
        position: relative;
        margin-right: 4%;
        float: left;
        min-height: 1px;
        margin-bottom: 0
    }

    .last {
        margin-right: 0 !important;
        clear: right
    }

    .margin0 {
        margin-bottom: 0 !important
    }

    .margin10 {
        margin-bottom: 10px !important
    }

    .margin20 {
        margin-bottom: 20px !important
    }

    .margin30 {
        margin-bottom: 30px !important
    }

    .margin40 {
        margin-bottom: 40px !important
    }

    .margin50 {
        margin-bottom: 50px !important
    }

    .margin60 {
        margin-bottom: 60px !important
    }

    .margin70 {
        margin-bottom: 70px !important
    }

    .margin80 {
        margin-bottom: 80px !important
    }

    .margin90 {
        margin-bottom: 90px !important
    }

    .margin100 {
        margin-bottom: 100px !important
    }

    .margin0,
    .margin10,
    .margin100,
    .margin20,
    .margin30,
    .margin40,
    .margin50,
    .margin60,
    .margin70,
    .margin80,
    .margin90 {
        clear: both;
        overflow: hidden
    }

    .styled_amp {
        font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
        font-style: italic;
        font-size: 130%
    }

    .single-page .nav-pills > li > a,
    .single-page .nav-pills > li > a:hover,
    .single-page .top a:hover {
        color: #000
    }

    .single-page .modal .modal-footer,
    .single-page input[type=checkbox],
    .single-page input[type=radio] {
        margin-top: 0
    }

    .popthis,
    .single-page label {
        display: inline-block
    }

    .table-striped > tbody > tr:nth-child(odd) > td,
    .table-striped > tbody > tr:nth-child(odd) > th {
        background-color: rgba(0, 0, 0, .1)
    }

    .popover {
        font-family: Rajdhani, sans-serif
    }

    .rating .letter,
    .rating .number {
        letter-spacing: -2px
    }

    .stars span {
        font-size: 22px;
        color: #fff
    }

    .stars span:before {
        margin-right: 0;
        margin-left: 0
    }

    .compact-panel .stars span,
    .overlay-panel .stars span {
        color: #333
    }

    .compact-panel .rating {
        margin-top: -1px
    }

    .compact-panel .rating .stars span,
    .overlay-panel .rating .stars span {
        font-size: 12px
    }

    .compact-panel .rating .letter,
    .compact-panel .rating .number,
    .overlay-panel .rating .letter,
    .overlay-panel .rating .number {
        letter-spacing: 0
    }

    .compact-panel .rating,
    .overlay-panel .rating {
        display: inline-block;
        float: left;
        margin-right: 10px
    }

    .widget_c .overlay-panel .rating,
    .widget_c .overlay-panel .stars span {
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 1)
    }

    .hidden-tags {
        display: none
    }

    .ui-helper-hidden {
        display: none
    }

    .ui-helper-hidden-accessible {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .ui-helper-reset {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        line-height: 1.3;
        text-decoration: none;
        font-size: 100%;
        list-style: none
    }

    .ui-helper-clearfix:after,
    .ui-helper-clearfix:before {
        content: "";
        display: table;
        border-collapse: collapse
    }

    .ui-helper-clearfix:after {
        clear: both
    }

    .ui-helper-clearfix {
        min-height: 0
    }

    .ui-helper-zfix {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        filter: Alpha(Opacity=0)
    }

    .ui-front {
        z-index: 100
    }

    .ui-state-disabled {
        cursor: default !important
    }

    .ui-icon {
        display: block;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat
    }

    .ui-widget-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .ui-slider {
        position: relative;
        text-align: left
    }

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

    .ui-slider-horizontal {
        height: .8em
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

    .ui-slider-vertical {
        width: .8em;
        height: 100px
    }

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
        text-decoration: none
    }

    .ui-state-hover a,
    .ui-state-hover a:hover,
    .ui-state-hover a:link,
    .ui-state-hover a:visited {
        text-decoration: none
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        text-decoration: none
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70)
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none
    }

    .ui-corner-all,
    .ui-corner-left,
    .ui-corner-tl,
    .ui-corner-top {
        border-top-left-radius: 4px
    }

    .ui-corner-all,
    .ui-corner-right,
    .ui-corner-top,
    .ui-corner-tr {
        border-top-right-radius: 4px
    }

    .ui-corner-all,
    .ui-corner-bl,
    .ui-corner-bottom,
    .ui-corner-left {
        border-bottom-left-radius: 4px
    }

    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-br,
    .ui-corner-right {
        border-bottom-right-radius: 4px
    }

    #cboxOverlay,
    #cboxWrapper,
    #colorbox {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow: hidden
    }

    #cboxBottomLeft,
    #cboxMiddleLeft {
        clear: left
    }

    #cboxContent {
        position: relative;
        background: #fff;
        overflow: hidden
    }

    #cboxLoadedContent {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 28px
    }

    #cboxTitle {
        position: absolute;
        bottom: 4px;
        left: 0;
        text-align: center;
        width: 100%;
        color: #949494;
        margin: 0
    }

    #cboxLoadingGraphic,
    #cboxLoadingOverlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    #cboxClose,
    #cboxNext,
    #cboxPrevious,
    #cboxSlideshow {
        cursor: pointer
    }

    .cboxPhoto {
        float: left;
        border: 0;
        display: block;
        max-width: none;
        -ms-interpolation-mode: bicubic;
        margin: auto
    }

    .cboxIframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
        background: #fff
    }

    #cboxContent,
    #cboxLoadedContent,
    #colorbox {
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box
    }

    #cboxTopLeft {
        width: 21px;
        height: 21px;
        background: url(images/colorbox/controls.png) no-repeat -101px 0
    }

    #cboxTopRight {
        width: 21px;
        height: 21px;
        background: url(images/colorbox/controls.png) no-repeat -130px 0
    }

    #cboxBottomLeft {
        width: 21px;
        height: 21px;
        background: url(images/colorbox/controls.png) no-repeat -101px -29px
    }

    #cboxBottomRight {
        width: 21px;
        height: 21px;
        background: url(images/colorbox/controls.png) no-repeat -130px -29px
    }

    #cboxMiddleLeft {
        width: 21px;
        background: url(images/colorbox/controls.png) left top repeat-y
    }

    #cboxMiddleRight {
        width: 21px;
        background: url(images/colorbox/controls.png) right top repeat-y
    }

    #cboxTopCenter {
        height: 21px;
        background: url(images/colorbox/border.png) 0 0 repeat-x
    }

    #cboxBottomCenter {
        height: 21px;
        background: url(images/colorbox/border.png) 0 -29px repeat-x
    }

    #cboxError {
        border: 1px solid #ccc;
        padding: 50px
    }

    #cboxCurrent {
        position: absolute;
        bottom: 4px;
        left: 58px;
        color: #949494
    }

    #cboxLoadingOverlay {
        background: url(images/colorbox/loading_background.png) no-repeat center center
    }

    #cboxLoadingGraphic {
        background: url(images/colorbox/loading.gif) no-repeat center center
    }

    #cboxClose,
    #cboxNext,
    #cboxPrevious,
    #cboxSlideshow {
        border: 0;
        overflow: visible;
        width: auto;
        background: 0;
        margin: 0;
        padding: 0
    }

    #cboxSlideshow {
        position: absolute;
        bottom: 4px;
        right: 30px;
        color: #0092ef
    }

    #cboxPrevious {
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(images/colorbox/controls.png) no-repeat -75px 0;
        width: 25px;
        height: 25px;
        text-indent: -9999px
    }

    #cboxPrevious:hover {
        background-position: -75px -25px
    }

    #cboxNext {
        position: absolute;
        bottom: 0;
        left: 27px;
        background: url(images/colorbox/controls.png) no-repeat -50px 0;
        width: 25px;
        height: 25px;
        text-indent: -9999px
    }

    #cboxNext:hover {
        background-position: -50px -25px
    }

    #cboxClose {
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(images/colorbox/controls.png) no-repeat -25px 0;
        width: 25px;
        height: 25px;
        text-indent: -9999px
    }

    #cboxClose:hover {
        background-position: -25px -25px
    }

    #cboxClose:active,
    #cboxNext:active,
    #cboxPrevious:active,
    #cboxSlideshow:active,
    #colorbox {
        outline: 0
    }

    .sf-arrows .sf-with-ul {
        padding-right: 1.9em
    }

    .sf-arrows > .sfHover > .sf-with-ul:after,
    .sf-arrows > li:hover > .sf-with-ul:after,
    .sf-arrows > li > .sf-with-ul:focus:after {
        border-left-color: #c03
    }
}

[class*=" theme-icon-"]:before,
[class^=theme-icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.theme-icon-ebay:before {
    content: "\e93e"
}

.theme-icon-amazon:before {
    content: "\e90a"
}

.theme-icon-android:before {
    content: "\f17b"
}

.theme-icon-get_app:before {
    content: "\e93f"
}

.theme-icon-gift:before {
    content: "\e940"
}

.theme-icon-googlestore:before {
    content: "\e903"
}

.theme-icon-shopping_cart:before {
    content: "\e941"
}

.theme-icon-apple:before {
    content: '\41'
}

.theme-icon-blackberry:before {
    content: '\e942';
    width: 24px
}

.theme-icon-ios:before {
    content: '\e943';
    width: 34px
}

.theme-icon-linux:before {
    content: '\e944'
}

.theme-icon-windows:before {
    content: '\e945'
}

.theme-icon-plus:before {
    content: '\2b'
}

.theme-icon-wikipedia:before {
    content: '\2c'
}

.theme-icon-minus:before {
    content: '\2d'
}

.theme-icon-html5:before {
    content: '\35'
}

.theme-icon-reddit:before {
    content: '\3e'
}

.theme-icon-appstore:before {
    content: '\41'
}

.theme-icon-mac:before {
    content: '\41'
}

.theme-icon-youtube:before {
    content: '\55'
}

.theme-icon-yahoo:before {
    content: '\59'
}

.theme-icon-gmail:before {
    content: '\6d'
}

.theme-icon-wordpress:before {
    content: '\77'
}

.theme-icon-acrobat:before {
    content: '\e3'
}

.theme-icon-right-thin:before {
    content: '\2192'
}

.theme-icon-plus-squared:before {
    content: '\229e'
}

.theme-icon-minus-squared:before {
    content: '\229f'
}

.theme-icon-home:before {
    content: '\2302'
}

.theme-icon-pause:before {
    content: '\2389'
}

.theme-icon-stop:before {
    content: '\25a0'
}

.theme-icon-play:before {
    content: '\25b6'
}

.theme-icon-cloud:before {
    content: '\2601'
}

.theme-icon-left-hand:before {
    content: '\261c'
}

.theme-icon-right-hand:before {
    content: '\261e'
}

.theme-icon-list:before {
    content: '\2630'
}

.theme-icon-moon:before {
    content: '\263d'
}

.theme-icon-liked:before {
    content: '\2665'
}

.theme-icon-grid:before {
    content: '\268f'
}

.theme-icon-flag:before {
    content: '\2691'
}

.theme-icon-tools:before {
    content: '\2692'
}

.theme-icon-cog:before {
    content: '\2699'
}

.theme-icon-attention:before {
    content: '\26a0'
}

.theme-icon-cog-alt:before {
    content: '\26ef'
}

.theme-icon-scissors:before {
    content: '\2702'
}

.theme-icon-email:before {
    content: '\2709'
}

.theme-icon-pencil:before {
    content: '\270e'
}

.theme-icon-check:before {
    content: '\2713'
}

.theme-icon-x:before {
    content: '\2716'
}

.theme-icon-right:before {
    content: '\27a1'
}

.theme-icon-forward:before {
    content: '\27a6'
}

.theme-icon-left:before {
    content: '\2b05'
}

.theme-icon-up:before {
    content: '\2b06'
}

.theme-icon-down:before {
    content: '\2b07'
}

.theme-icon-quote-circled:before {
    content: '\e053'
}

.theme-icon-up-bold:before {
    content: '\e4af'
}

.theme-icon-down-bold:before {
    content: '\e4b0'
}

.theme-icon-help-circled:before {
    content: '\e704'
}

.theme-icon-info-circled:before {
    content: '\e705'
}

.theme-icon-tag:before {
    content: '\e70c'
}

.theme-icon-commented:before {
    content: '\e718'
}

.theme-icon-comments:before {
    content: '\e720'
}

.theme-icon-rss:before {
    content: '\e73a'
}

.theme-icon-basket:before {
    content: '\e73d'
}

.theme-icon-window:before {
    content: '\e74e'
}

.theme-icon-zoom-in:before {
    content: '\e750'
}

.theme-icon-chart-pie:before {
    content: '\e751'
}

.theme-icon-down-open:before {
    content: '\e75c'
}

.theme-icon-left-open:before {
    content: '\e75d'
}

.theme-icon-right-open:before {
    content: '\e75e'
}

.theme-icon-up-open:before {
    content: '\e75f'
}

.theme-icon-suitcase:before {
    content: '\e78e'
}

.theme-icon-brush:before {
    content: '\e79a'
}

.theme-icon-magnet:before {
    content: '\e7a1'
}

.theme-icon-gauge:before {
    content: '\e7a2'
}

.theme-icon-cc:before {
    content: '\e7a5'
}

.theme-icon-viewed:before {
    content: '\e800'
}

.theme-icon-signal:before {
    content: '\e801'
}

.theme-icon-zoom-out:before {
    content: '\e802'
}

.theme-icon-attach:before {
    content: '\e803'
}

.theme-icon-link:before {
    content: '\e804'
}

.theme-icon-logout:before {
    content: '\e805'
}

.theme-icon-login:before {
    content: '\e806'
}

.theme-icon-last:before {
    content: '\e807'
}

.theme-icon-first:before {
    content: '\e808'
}

.theme-icon-next:before {
    content: '\e809'
}

.theme-icon-previous:before {
    content: '\e80a'
}

.theme-icon-emo-happy:before {
    content: '\e80b'
}

.theme-icon-emo-wink:before {
    content: '\e80c'
}

.theme-icon-emo-wink2:before {
    content: '\e80d'
}

.theme-icon-emo-unhappy:before {
    content: '\e80e'
}

.theme-icon-emo-sleep:before {
    content: '\e80f'
}

.theme-icon-emo-thumbsup:before {
    content: '\e810'
}

.theme-icon-emo-devil:before {
    content: '\e811'
}

.theme-icon-emo-surprised:before {
    content: '\e812'
}

.theme-icon-emo-tongue:before {
    content: '\e813'
}

.theme-icon-emo-sunglasses:before {
    content: '\e814'
}

.theme-icon-emo-displeased:before {
    content: '\e815'
}

.theme-icon-emo-beer:before {
    content: '\e816'
}

.theme-icon-emo-grin:before {
    content: '\e817'
}

.theme-icon-emo-angry:before {
    content: '\e818'
}

.theme-icon-emo-saint:before {
    content: '\e819'
}

.theme-icon-emo-cry:before {
    content: '\e81a'
}

.theme-icon-emo-shoot:before {
    content: '\e81b'
}

.theme-icon-emo-squint:before {
    content: '\e81c'
}

.theme-icon-emo-laugh:before {
    content: '\e81d'
}

.theme-icon-emo-coffee:before {
    content: '\e81e'
}

.theme-icon-register:before {
    content: '\e81f'
}

.theme-icon-star-full:before {
    content: '\e820'
}

.theme-icon-star:before {
    content: '\e821'
}

.theme-icon-star-half-empty:before {
    content: '\e822'
}

.theme-icon-star-half:before {
    content: '\e823'
}

.theme-icon-spin2:before {
    content: '\e824'
}

.theme-icon-left-1:before {
    content: '\e825'
}

.theme-icon-dollar:before {
    content: '\e826'
}

.theme-icon-sidebar:before {
    content: '\e827'
}

.theme-icon-style:before {
    content: '\e828'
}

.theme-icon-signoff:before {
    content: '\e829'
}

.theme-icon-pages:before {
    content: '\e82a'
}

.theme-icon-down-fat:before {
    content: '\e82b'
}

.theme-icon-settings:before {
    content: '\e82c'
}

.theme-icon-builder:before {
    content: '\e82d'
}

.theme-icon-left-fat:before {
    content: '\e82e'
}

.theme-icon-right-fat:before {
    content: '\e82f'
}

.theme-icon-up-fat:before {
    content: '\e830'
}

.theme-icon-footer:before {
    content: '\e831'
}

.theme-icon-sort:before {
    content: '\e832'
}

.theme-icon-magazine:before {
    content: '\e833'
}

.theme-icon-backward:before {
    content: '\e834'
}

.theme-icon-docs:before {
    content: '\e835'
}

.theme-icon-flame:before {
    content: '\e836'
}

.theme-icon-bookmarks:before {
    content: '\e837'
}

.theme-icon-sort-down:before {
    content: '\e838'
}

.theme-icon-award:before {
    content: '\e839'
}

.theme-icon-crown:before {
    content: '\e83a'
}

.theme-icon-share:before {
    content: '\e83b'
}

.theme-icon-power:before {
    content: '\e83c'
}

.theme-icon-ellipsis-vert:before {
    content: '\e83d'
}

.theme-icon-firefox:before {
    content: '\e840'
}

.theme-icon-chrome:before {
    content: '\e841'
}

.theme-icon-opera:before {
    content: '\e842'
}

.theme-icon-ie:before {
    content: '\e843'
}

.theme-icon-facebook:before {
    content: '\f052'
}

.theme-icon-beaker:before {
    content: '\f0c3'
}

.theme-icon-coffee:before {
    content: '\f0f4'
}

.theme-icon-food:before {
    content: '\f0f5'
}

.theme-icon-laptop:before {
    content: '\f109'
}

.theme-icon-tablet:before {
    content: '\f10a'
}

.theme-icon-flickr:before {
    content: '\f303'
}

.theme-icon-vimeo:before {
    content: '\f306'
}

.theme-icon-twitter:before {
    content: '\f309'
}

.theme-icon-googleplus:before {
    content: '\f30f'
}

.theme-icon-pinterest:before {
    content: '\f312'
}

.theme-icon-tumblr:before {
    content: '\f315'
}

.theme-icon-linkedin:before {
    content: '\f318'
}

.theme-icon-stumbleupon:before {
    content: '\f31e'
}

.theme-icon-lastfm:before {
    content: '\f321'
}

.theme-icon-spotify:before {
    content: '\f327'
}

.theme-icon-instagram:before {
    content: '\f32d'
}

.theme-icon-dropbox:before {
    content: '\f330'
}

.theme-icon-skype:before {
    content: '\f339'
}

.theme-icon-paypal:before {
    content: '\f342'
}

.theme-icon-picasa:before {
    content: '\f345'
}

.theme-icon-lock:before {
    content: '\f512'
}

.theme-icon-lock-open:before {
    content: '\f513'
}

.theme-icon-picture:before {
    content: '🌄'
}

.theme-icon-globe:before {
    content: '🌎'
}

.theme-icon-leaf:before {
    content: '🍂'
}

.theme-icon-video:before {
    content: '🎬'
}

.theme-icon-target:before {
    content: '🎯'
}

.theme-icon-awarded:before {
    content: '🏆'
}

.theme-icon-thumbs-up:before {
    content: '👍'
}

.theme-icon-thumbs-down:before {
    content: '👎'
}

.theme-icon-username:before {
    content: '👤'
}

.theme-icon-users:before {
    content: '👥'
}

.theme-icon-alert:before {
    content: '💥'
}

.theme-icon-water:before {
    content: '💦'
}

.theme-icon-credit-card:before {
    content: '💳'
}

.theme-icon-monitor:before {
    content: '💻'
}

.theme-icon-floppy:before {
    content: '💾'
}

.theme-icon-category:before {
    content: '📁'
}

.theme-icon-folder-open:before {
    content: '📂'
}

.theme-icon-doc:before {
    content: '📄'
}

.theme-icon-trending:before {
    content: '📈'
}

.theme-icon-pin:before {
    content: '📌'
}

.theme-icon-book:before {
    content: '📕'
}

.theme-icon-mobile:before {
    content: '📱'
}

.theme-icon-wifi:before {
    content: '📶'
}

.theme-icon-camera:before {
    content: '📷'
}

.theme-icon-random:before {
    content: '🔀'
}

.theme-icon-loop:before {
    content: '🔁'
}

.theme-icon-battery:before {
    content: '🔋'
}

.theme-icon-search:before {
    content: '🔍'
}

.theme-icon-key:before {
    content: '🔑'
}

.theme-icon-password:before {
    content: '🔒'
}

.theme-icon-bookmark:before {
    content: '🔖'
}

.theme-icon-fire:before {
    content: '🔥'
}

.theme-icon-wrench:before {
    content: '🔧'
}

.theme-icon-reviewed:before {
    content: '🔾'
}

.theme-icon-recent:before {
    content: '🕔'
}

.theme-icon-truck:before {
    content: '🚚'
}

div.loading {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

div.loading.load-infinite {
    position: relative;
    top: -20px
}

div.loading span {
    display: block;
    color: #000;
    font-size: 28px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

div.loading span:before {
    width: 30px;
    line-height: 41px
}

div.loading.loading-small span {
    font-size: 18px;
    width: 26px;
    height: 26px
}

div.loading.loading-small span:before {
    width: 20px;
    line-height: 26px
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.loading.white span {
    color: #fff
}

@media print {

    #footer-wrapper,
    #header,
    #postnav,
    #sticky-bar,
    #sticky-menu,
    .author-profile-fields,
    .contents-menu-wrapper,
    .it-ad,
    .it-ad-wrapper,
    .page-controls,
    .sharing-wrapper-single,
    .theme-icon-tag,
    .video-container,
    .widgets-wrapper {
        display: none !important
    }

    .author-info h3 {
        float: left;
        padding-left: 28px
    }

    body {
        background: #fff;
        font-size: 10pt;
        margin: 0
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    h3 {
        margin-left: 10px;
        margin-bottom: 0;
        padding-bottom: 0
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid
    }

    dl,
    ol,
    ul {
        page-break-before: avoid
    }

    .single-page img {
        max-width: auto;
        height: auto
    }

    img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    img.right {
        display: inline;
        margin: 0 0 2px 7px;
        padding: 4px
    }

    img.left {
        display: inline;
        margin: 0 7px 2px 0;
        padding: 4px
    }

    .right {
        float: right
    }

    .left {
        float: left
    }

    img {
        page-break-inside: avoid;
        page-break-after: avoid
    }
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {

    .now-reading-title,
    .popnav .nav-title {
        font-weight: 500
    }

    .widget_c .overlay-panel .article-title {
        font-weight: 700
    }
}

@media screen and (min-width:0\0) {
    .now-reading-title {
        font-weight: 500
    }
}

@media(max-width:1199px) {
    .row {
        margin-left: -5px;
        margin-right: -5px
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px
    }

    .builder-section {
        padding-top: 10px
    }

    .builder-widgets .widgets-inner {
        padding: 5px 10px
    }

    .widget_c .overlay-panel .rating-wrapper {
        top: 16px;
        left: 16px
    }

    .post-left {
        left: -178px;
        opacity: 1;
        z-index: 205
    }

    .post-right {
        margin-left: 0;
        border: 0 !important
    }

    .post-left-toggle {
        display: block
    }

    .post-left-opened .post-left {
        border: 0 !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .col-md-2 .bar-label {
        padding: 10px 5px 8px 8px
    }

    .col-md-2 .bar-label .label-text {
        font-size: 12px
    }

    .col-md-2 .widget-topics .content-inner {
        padding: 10px 2px 10px 8px
    }

    .col-md-2 .widget_a .compact-panel {
        padding: 10px 7px 6px 0
    }

    .col-md-2 .widget_a .article-info {
        padding-left: 12px !important
    }

    .col-md-2 .widget_b .content-inner {
        margin: 8px 8px 0 8px
    }

    .col-md-2 .center-panel {
        padding: 0
    }

    .col-md-2 .bar-label .metric-text {
        padding-left: 8px
    }

    .col-md-2 .article-title {
        font-size: 13px !important;
        line-height: 1.1em !important
    }

    .col-md-2 .widgets .social-counts {
        padding: 8px
    }

    .col-md-2 .widgets .social-counts a {
        padding: 5px 0
    }

    .widget-section .content-inner {
        padding: 13px 8px
    }

    .center-panel {
        padding: 4px 6px
    }

    .center-panel .article-title {
        font-size: 13px;
        line-height: 16px
    }

    .widget_c .overlay-panel {
        padding: 10px 10px 10px 10px
    }

    .widget_c .overlay-panel .article-title {
        padding: 0 15px 15px 20px;
        font-size: 16px;
        line-height: 16px
    }

    .directory-row .compact-panel .article-image-wrapper {
        display: none
    }

    .directory-row .compact-panel .article-info {
        padding-left: 15px !important
    }
}

@media(min-width:992px) and (max-width:1099px) {
    .col-md-3 .widget-tiles .category-tile {
        width: 100%;
        padding: 0 0 100% 0
    }

    .col-md-3 .category-tile-inner {
        padding-right: 0
    }

    .col-md-3 .widget_a .article-image-wrapper {
        display: none
    }

    .col-md-3 .widget_a .article-info {
        padding-left: 18px !important
    }
}

@media(max-width:991px) {
    .sticky-home {
        display: none
    }

    #section-menu .placeholder {
        padding: 25px 15px 15px 5px
    }

    #section-menu .post-list {
        padding: 30px 5px 10px 5px
    }

    #section-menu .article-info {
        font-size: 13px
    }

    #section-menu .compact-panel .article-title {
        font-size: 12px;
        line-height: 1.1em
    }

    #section-menu .header {
        display: none
    }

    #section-menu .overlay-panel .article-info {
        font-size: 19px
    }

    .builder-loop .col-md-2.loop-column,
    .builder-loop .col-md-3.loop-column {
        width: 50%;
        float: left
    }

    .col-md-2 .widget-tiles .category-tile {
        width: 50%;
        padding: 0 0 50% 0
    }

    .col-md-2 .category-tile-inner {
        padding-right: 5px
    }

    .col-md-2 .category-tile.last .category-tile-inner {
        padding-right: 0
    }

    .loop-column > .fixed-object,
    .single-sidebar.fixed-object,
    .single-sidebar.fixed-object.fixed.admin-bar {
        position: relative;
        top: 0
    }

    .post-content {
        overflow: visible
    }

    .single-sidebar {
        float: left
    }

    .single-sidebar .widgets .widget {
        width: 50%;
        float: left
    }

    .single-sidebar .widgets .content-inner {
        padding: 0 10px
    }

    .builder-widgets .widget-panel.col-md-3 {
        width: 50%;
        float: left
    }

    .category-tile {
        width: 25%;
        padding: 0 0 25% 0
    }

    .directory-row .col-sm-3 {
        width: 50%;
        float: left
    }
}

@media(max-width:782px) {
    .padded-panel {
        padding: 0 15px
    }

    .single-page .main-subtitle {
        font-size: 22px;
        line-height: 28px;
        margin: 10px 0 0 0
    }

    .details-box-wrapper {
        margin: 8px 0
    }

    .reaction {
        padding: 14px 6px 8px 6px;
        min-width: 65px
    }

    .postinfo .post-tags {
        float: none;
        text-align: left
    }

    .authorinfo .author-profile-fields {
        margin-left: 0
    }

    .popnav {
        width: 240px
    }

    .popnav img {
        display: none
    }

    .popnav-previous .nav-title {
        padding-right: 0
    }

    .popnav-next .nav-title {
        padding-left: 0
    }

    .postinfo .category-list {
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .subfooter .credits {
        text-align: left
    }
}

@media(max-width:600px) {
    .fixed-object.fixed.admin-bar {
        top: 45px
    }

    #main-menu .sf-arrows > .sfHover > .sf-with-ul:after,
    #main-menu .sf-arrows > li:hover > .sf-with-ul:after,
    #main-menu .sf-arrows > li > .sf-with-ul:focus:after {
        border: 5px solid transparent;
        border-left-color: transparent;
        border-top-color: #c03
    }

    .category-tile {
        width: 50%;
        padding: 0 0 50% 0
    }

    .col-md-3 .widget_a .article-image-wrapper {
        display: none
    }

    .col-md-3 .widget_a .article-info {
        padding-left: 18px !important
    }

    .widget_c .overlay-panel {
        padding: 6px 6px 6px 6px
    }

    .widget_c .overlay-panel .article-title {
        padding: 0 15px 13px 17px
    }

    .author-panel .author-avatar-wrapper {
        padding-left: 0;
        margin: 0
    }

    .author-panel .author-avatar {
        display: none
    }

    .widget_c .overlay-panel .rating-wrapper {
        top: 6px;
        left: 6px
    }

    .single-page h1.single-title {
        font-size: 30px;
        line-height: 30px
    }

    .single-page .main-subtitle {
        font-size: 18px;
        line-height: 23px
    }

    .single-page .detail-content {
        width: 100%;
        padding-left: 0
    }

    .single-page .detail-label {
        position: relative;
        width: 100%;
        text-align: left;
        margin-bottom: 5px
    }

    .details-box {
        padding: 0 20px
    }

    .popnav {
        width: 45px
    }

    .popnav .nav-label,
    .popnav .nav-title {
        display: none
    }

    .single-page .authorship {
        float: none;
        text-align: center;
        margin-bottom: 15px
    }

    .billboard-authorship .author {
        font-size: 15px
    }

    .billboard-authorship .date {
        font-size: 12px
    }

    .billboard-authorship {
        margin-bottom: 18px
    }

    .billboard-authorship .authorship,
    .billboard-authorship .authorship a {
        line-height: 14px
    }

    .details-box .section-title {
        margin-left: 0
    }

    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_third {
        width: 100%;
        float: none;
        margin-right: 0
    }
}

@media(min-width:441px) and (max-width:600px) {
    .widget_c .overlay-panel .article-title {
        font-size: 15px
    }

    .widgets .social-counts .social-panel {
        width: 100%
    }

    .widget-tiles .category-tile {
        width: 100% !important;
        padding: 0 0 100% 0 !important
    }

    .widget-tiles .category-tile-inner {
        padding-right: 0
    }

    .directory-row .compact-panel .article-image-wrapper {
        display: none
    }

    .directory-row .compact-panel .article-info {
        padding-left: 15px !important
    }
}

@media(max-width:440px) {

    .builder-loop .col-md-2.loop-column,
    .builder-loop .col-md-3.loop-column,
    .builder-widgets .widget-panel.col-md-3 {
        width: 100% !important;
        float: none
    }

    .widget-section-wrapper br.clearer {
        display: none
    }

    .single-sidebar {
        float: none
    }

    .single-sidebar .widgets .widget {
        width: 100%;
        float: none
    }

    .single-sidebar .widgets .content-inner {
        padding: 0
    }

    .directory-row .col-sm-3 {
        width: 100%;
        float: none
    }
}

.aa_hfp_wrapper {
    margin-top: 10px;
    position: relative;
    height: 531px;
    padding-bottom: 34px;
    border-bottom: 1px solid #edeef4;
    margin-bottom: 5px
}

.aa_hfp_wrapper .live-now-button {
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background: #f50505
}

.aa_hfp_container {
    margin: 10px 0 0 10px;
    width: calc(25% - 8px);
    float: left;
    height: calc(50% - 5px);
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.aa_hfp_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    border-radius: 4px
}

.aa_hfp_container .bottom-loop-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px 17px
}

.aa_hfp_category {
    position: absolute;
    z-index: 6;
    font-family: Proximanova Extrabold, sans-serif;
    font-size: 68px;
    color: #fff;
    left: 34px;
    top: 29px;
    letter-spacing: -.04em
}

.aa_hfp_title {
    overflow: hidden;
    color: #fff;
    max-height: 145px;
    font-family: "Proximanova Extrabold", sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 2px;
    margin-bottom: 7px
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 20%, rgba(252, 252, 252, 0) 21%, rgba(233, 233, 233, .05) 27%, rgba(201, 201, 201, .17) 37%, rgba(172, 172, 172, .28) 46%, rgba(96, 96, 96, .65) 70%, rgba(58, 58, 58, .83) 82%, rgba(26, 26, 26, .94) 92%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 20%, rgba(252, 252, 252, 0) 21%, rgba(233, 233, 233, .05) 27%, rgba(201, 201, 201, .17) 37%, rgba(172, 172, 172, .28) 46%, rgba(96, 96, 96, .65) 70%, rgba(58, 58, 58, .83) 82%, rgba(26, 26, 26, .94) 92%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 20%, rgba(252, 252, 252, 0) 21%, rgba(233, 233, 233, .05) 27%, rgba(201, 201, 201, .17) 37%, rgba(172, 172, 172, .28) 46%, rgba(96, 96, 96, .65) 70%, rgba(58, 58, 58, .83) 82%, rgba(26, 26, 26, .94) 92%, rgba(0, 0, 0, 1) 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.aa_hfp_container .overlay {
    background-image: url(../images/dark_overlay.png)
}

.aa_hfp_container.active .overlay {
    opacity: .35
}

.aa_hfp_container .aa_cat_name_block {
    z-index: 5;
    position: relative;
    margin: 16px 0 0 20px
}

@media only screen and (min-width:992px) {

    .aa_hfp_container:nth-child(1),
    .aa_hfp_container:nth-child(2) {
        width: calc(50% - 5px)
    }

    .aa_hfp_container:nth-child(1) {
        height: 100%;
        margin-left: 0
    }

    .aa_hfp_container:nth-child(2) .aa_hfp_title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 2px;
        margin-bottom: 3px
    }

    .aa_hfp_container:nth-child(1) .aa_hfp_title {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 2px;
        margin-bottom: 4px;
        max-height: 365px
    }
}

@media only screen and (max-width:991px) {
    .aa_hfp_wrapper {
        overflow-x: auto;
        white-space: nowrap;
        margin: 15px 0 3px;
        height: auto;
        padding: 0 0 0 15px;
        border: 0
    }

    .aa_hfp_container {
        display: inline-block;
        white-space: normal;
        width: 300px;
        margin: 0 11px 0 0;
        float: none;
        height: 180px;
        border-radius: 8px
    }

    .aa_hfp_container .aa_hfp_title {
        font-family: 'Roboto Bold', sans-serif;
        font-size: 19px;
        letter-spacing: -.12px;
        line-height: 25px;
        max-height: 100px;
        margin-bottom: 2px
    }
}

#sticky-bar {
    position: fixed;
    z-index: 5000005;
    height: 70px;
    top: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    width: 100%
}

#sticky-bar.admin-bar,
#sticky-bar.admin-bar.no-header {
    top: 32px
}

#sticky-bar .row {
    margin: 0
}

#sticky-inner {
    position: relative;
    max-height: 70px;
    overflow: hidden;
    background: #01e0bd;
    z-index: 2;
    background: -moz-linear-gradient(left, #00eb7d 0, #00ebba 100%);
    background: -webkit-linear-gradient(left, #00eb7d 0, #00ebba 100%);
    background: linear-gradient(to right, #00eb7d 0, #00ebba 100%)
}

#sticky-inner.visible {
    overflow: visible
}

.sticky-color {
    padding: 13px 0 0 25px;
    height: 70px;
    float: left
}

#aa_main_logo {
    background-image: url(../images/aa_logo_white.svg);
    background-repeat: no-repeat;
    display: block;
    height: 44px;
    position: relative;
    width: 200px
}

#section-menu {
    float: left;
    margin-left: 60px
}

#section-menu .menu-item-has-children a:after,
#section-menu .sf-arrows .sf-with-ul:after {
    display: none
}

#section-menu ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

#section-menu ul li {
    padding: 0;
    float: left;
    position: relative
}

#section-menu > ul > li > a {
    color: rgba(255, 255, 255, .6);
    color: #fff;
    font-family: "Roboto Medium", sans-serif;
    font-size: 14px;
    height: 70px;
    padding: 25px 10px 0 !important;
    position: relative;
    display: block;
    min-width: 65px;
    text-align: center;
    letter-spacing: -.09px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#section-menu ul li.current-menu-item > a.parent-item {
    background-color: transparent !important;
    border-bottom: 3px solid #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#section-menu ul li a.parent-item:hover,
#section-menu ul li a:hover,
#section-menu ul li.current-menu-item > a,
#section-menu ul li.current-menu-item > a.parent-item:hover,
#section-menu ul li.over > a,
#section-menu ul li.over > a.parent-item {
    color: rgba(255, 255, 255, 1) !important
}

#section-menu ul ul:not(.menu) {
    display: none;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute !important;
    padding: 4px 15px 5px 15px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .26);
    z-index: 10
}

.aa_more_section_items:after {
    content: '';
    display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 6px;
    border-color: #fff transparent transparent;
    right: -11px;
    top: 5px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    width: 0;
    height: 0
}

.aa_more_section_items.show_more:before {
    margin-top: -5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

li.over .aa_more_section_items:before {
    border-color: rgba(255, 255, 255, 1) transparent transparent;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

#section-menu-more {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 6;
    background: #01e0bd;
    background: -moz-linear-gradient(left, #00eb7d 0, #00ebba 0);
    background: -webkit-linear-gradient(left, #00eb7d 0, #00ebba 0);
    background: linear-gradient(to right, #00eb7d 0, #00ebba 0)
}

#section-menu-more.visible {
    background: #01e0bd;
    background: -moz-linear-gradient(left, #00eb7d 0, #00ebba 100%);
    background: -webkit-linear-gradient(left, #00eb7d 0, #00ebba 100%);
    background: linear-gradient(to right, #00eb7d 0, #00ebba 100%)
}

#section-menu-more:before {
    content: '';
    height: 0;
    display: block
}

#section-menu-more.visible:before {
    animation-name: show_hide_before;
    -webkit-animation-name: show_hide_before;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes show_hide_before {
    0% {
        height: 0
    }

    50% {
        height: 45px
    }

    100% {
        height: 0
    }
}

@keyframes show_hide_before {
    0% {
        height: 0
    }

    50% {
        height: 45px
    }

    100% {
        height: 0
    }
}

#section-menu-more ul {
    position: relative;
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 0;
    padding-left: 311px;
    margin: 0;
    box-shadow: none;
    overflow: hidden;
    -webkit-box-shadow: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: rgba(255, 255, 255, .3)
}

#section-menu-more.visible ul {
    height: 40px;
    opacity: 1;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

#section-menu-more ul li {
    display: inline-block;
    padding: 0
}

#section-menu-more ul a {
    font-family: "Roboto Medium", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-transform: capitalize;
    padding: 11px 9px 0;
    height: 40px;
    position: relative;
    top: -12px;
    opacity: 0;
    display: block;
    letter-spacing: -.09px
}

#section-menu-more.visible ul li a {
    animation-name: more_items;
    -webkit-animation-name: more_items;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

#section-menu-more.visible ul li:nth-child(1) a {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

#section-menu-more.visible ul li:nth-child(2) a {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

#section-menu-more.visible ul li:nth-child(3) a {
    animation-delay: .5s;
    -webkit-animation-delay: .5s
}

#section-menu-more.visible ul li:nth-child(4) a {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

#section-menu-more.visible ul li:nth-child(5) a {
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}

#section-menu-more.visible ul li:nth-child(6) a {
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}

#section-menu-more.visible ul li:nth-child(7) a {
    animation-delay: .9s;
    -webkit-animation-delay: .9s
}

#section-menu-more.visible ul li:nth-child(8) a {
    animation-delay: 1s;
    -webkit-animation-delay: 1
}

#section-menu-more.visible ul li:nth-child(9) a {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

#section-menu-more.visible ul li:nth-child(10) a {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s
}

#section-menu-more.visible ul li:nth-child(11) a {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s
}

#section-menu-more.visible ul li:nth-child(12) a {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

@-webkit-keyframes more_items {
    from {
        opacity: 0;
        top: -12px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes more_items {
    from {
        opacity: 0;
        top: -12px
    }

    to {
        opacity: 1;
        top: 0
    }
}

#search-toggle {
    height: 34px;
    line-height: 34px;
    width: 191px;
    float: right;
    cursor: pointer;
    border-radius: 14px;
    background: rgba(0, 0, 0, .1);
    margin: 18px 25px 0 0;
    color: #fff;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 14px;
    letter-spacing: -.09px;
    padding: 0 12px
}

#search-toggle .theme-icon-search {
    font-size: 21px;
    float: right;
    top: 1px;
    position: relative
}

#sticky-search.active .theme-icon-search:before {
    color: rgba(255, 255, 255, .5)
}

.aa-sticky-search-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 13
}

#sticky-search {
    background: 0 0;
    border: 0;
    box-shadow: none;
    display: none;
    top: 125px;
    position: relative;
    padding: 0;
    height: 64px;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    margin: 0 auto;
    max-width: 1200px;
    z-index: 999;
    width: 100%
}

#sticky-search div.loading.load-infinite {
    top: 68px
}

#sticky-search input[name="q"] {
    color: #fff;
    display: block;
    height: 66px;
    margin: 0 auto;
    padding: 0 0 0 3px;
    opacity: 1;
    font-family: Open Sans Bold, sans-serif;
    font-size: 32px;
    letter-spacing: -.02em;
    border: 0;
    background: 0;
    position: relative
}

#sticky-search input[name="q"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

#sticky-search input[name="q"]::-moz-placeholder {
    color: #fff;
    opacity: 1
}

#sticky-search input[name="q"]:-moz-placeholder {
    color: #fff;
    opacity: 1
}

#sticky-search input[name="q"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

#sticky-search label[for=sticky-search-submit] {
    border: medium none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    padding: 0;
    opacity: 1;
    top: 22px;
    margin: 0;
    right: 53px
}

#sticky-search label[for=sticky-search-submit]:before {
    content: '\e5c8';
    font-family: icons;
    color: #fff;
    font-size: 28px;
    position: absolute;
    left: -2px;
    line-height: 26px
}

#sticky-search input[name=q-submit] {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    color: transparent;
    top: 0;
    z-index: 13;
    opacity: 0
}

#close-search-button {
    position: absolute;
    right: 4px;
    top: 22px;
    width: 22px;
    height: 22px
}

#close-search-button:before {
    font-size: 37px;
    position: absolute;
    top: -14px;
    left: -7px;
    color: rgba(0, 0, 0, .2)
}

@-webkit-keyframes search_toggler {
    0% {
        opacity: 0;
        top: 92px;
        height: 104px
    }

    67% {
        opacity: 0;
        top: 92px;
        height: 104px
    }

    100% {
        opacity: 1;
        top: 122px;
        height: 64px
    }
}

@keyframes search_toggler {
    0% {
        opacity: 0;
        top: 92px;
        height: 104px
    }

    67% {
        opacity: 0;
        top: 92px;
        height: 104px
    }

    100% {
        opacity: 1;
        top: 122px;
        height: 64px
    }
}

.aa-search-popup {
    border-radius: 50%;
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: -50vw;
    right: -50vw;
    opacity: .4;
    z-index: 12;
    transform: scale(0) translate(0, 0);
    -webkit-transform: scale(0) translate(0, 0);
    transition: all .6s cubic-bezier(.67, .4, .67, .37);
    -webkit-transition: all .6s cubic-bezier(.67, .4, .67, .37);
    background: #6fc612;
    background: -moz-linear-gradient(left, rgba(111, 198, 18, .95) 0, rgba(0, 225, 190, .95) 100%);
    background: -webkit-linear-gradient(left, rgba(111, 198, 18, .95) 0, rgba(0, 225, 190, .95) 100%);
    background: linear-gradient(to right, rgba(111, 198, 18, .95) 0, rgba(0, 225, 190, .95) 100%)
}

.sticky-search-bar .aa-search-popup {
    opacity: 1;
    transform: scale(2) translate(-25%, 25%);
    -ms-transform: scale(2) translate(-25%, 25%);
    -webkit-transform: scale(2) translate(-25%, 25%);
    transition: all .6s cubic-bezier(.67, .4, .67, .37);
    -webkit-transition: all .6s cubic-bezier(.67, .4, .67, .37)
}

.sticky-search-bar #sticky-search,
.sticky-search-bar .aa-sticky-search-wrapper {
    display: block
}

@media only screen and (min-width:992px) {
    .sticky-search-bar #sticky-search {
        opacity: 0;
        top: 92px;
        height: 104px;
        -webkit-animation-name: search_toggler;
        -webkit-animation-duration: 1.2s;
        animation-name: search_toggler;
        animation-duration: 1.2s;
        opacity: 1;
        top: 122px;
        height: 66px
    }
}

.ui-autocomplete {
    z-index: 5000009;
    overflow-y: scroll;
    max-height: 320px;
    max-width: 480px
}

#section-menu .article-info {
    opacity: 1 !important
}

.aa-confirm-modal #wppb-form-element-22,
.wppb-input-hidden {
    display: none
}

.wppb-form-field .transformSelect ul {
    position: relative
}

.search-autocomplete {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    padding-bottom: 20px
}

.aa_autocomplete_item {
    width: 30.75%;
    float: left
}

.aa_autocomplete_item.aa_autocomplete_reviews {
    margin: 0 3.875%
}

.search-autocomplete.widgets-wrapper .bar-header {
    margin-bottom: 21px;
    opacity: 0
}

.search-autocomplete .bar-label .label-text {
    color: #23692f
}

.search-autocomplete .bar-label {
    border-color: rgba(255, 255, 255, .2);
    padding-bottom: 10px
}

.search-autocomplete .aa_widget_icon_articles .label-text:before {
    background-position: -72px -92px
}

.search-autocomplete .aa_widget_icon_reviews .label-text:before {
    background-position: -95px -92px
}

.search-autocomplete .aa_widget_icon_video .label-text:before {
    background-position: -147px -110px
}

#section-menu .search-autocomplete .compact-panel {
    padding-left: 0;
    border-bottom: rgba(255, 255, 255, .2) 1px solid;
    padding-bottom: 16px;
    margin-bottom: 11px
}

#section-menu .search-autocomplete .compact-panel:last-child {
    border: 0
}

.search-autocomplete .widget_a.compact-panel .article-title {
    color: #fff
}

.search-autocomplete .aa_item_info_block span {
    color: #2f9347;
    margin-right: 0
}

.search-autocomplete .aa_rating_background:before {
    color: rgba(255, 255, 255, .5)
}

.aa_rating_background:before,
.aa_rating_hover:before {
    letter-spacing: .2em;
    font-size: 12px
}

.search-autocomplete .aa_rating_hover:before {
    color: #2f9347
}

.search-autocomplete .aa_rating_wrap {
    margin: 6px 0 0 1px
}

a.aa_more_search_result {
    display: block;
    width: 100%;
    background: rgba(63, 63, 63, .8);
    height: 36px;
    color: #fff;
    font-family: Open Sans Bold, sans-serif;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    opacity: 0;
    position: relative;
    top: 6px
}

a.aa_more_search_result:hover {
    color: #fff !important;
    opacity: .6
}

#sticky-search div.loading span {
    border-color: rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) rgba(255, 255, 255, 1) rgba(255, 255, 255, .2);
    left: -24px
}

#sticky-search .loading.load-infinite:before {
    top: 12px;
    left: -46px;
    background-position: bottom center;
    opacity: .8
}

.aa_emty_search_result {
    width: 100%;
    background: #7eb42b;
    height: 36px;
    color: #fff;
    font-family: Proximanova Bold, sans-serif;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    margin-top: 20px
}

.search-autocomplete {
    -webkit-animation-name: first_ac_step;
    -webkit-animation-duration: .4s;
    animation-name: first_ac_step;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.search-autocomplete.widgets-wrapper .bar-header {
    opacity: 0;
    -webkit-animation-name: second_ac_step;
    -webkit-animation-duration: 2s;
    animation-name: second_ac_step;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.aa_autocomplete_item .content-inner .compact-panel {
    opacity: 0;
    -webkit-animation-name: third_ac_step;
    -webkit-animation-duration: .8s;
    animation-name: third_ac_step;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: 16px
}

.aa_autocomplete_item:nth-child(1) .content-inner .compact-panel:nth-child(1) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.aa_autocomplete_item:nth-child(1) .content-inner .compact-panel:nth-child(2) {
    animation-delay: .45s;
    -webkit-animation-delay: .45s
}

.aa_autocomplete_item:nth-child(1) .content-inner .compact-panel:nth-child(3) {
    animation-delay: .5s;
    -webkit-animation-delay: .5s
}

.aa_autocomplete_item:nth-child(2) .content-inner .compact-panel:nth-child(1) {
    animation-delay: .55s;
    -webkit-animation-delay: .55s
}

.aa_autocomplete_item:nth-child(2) .content-inner .compact-panel:nth-child(2) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.aa_autocomplete_item:nth-child(2) .content-inner .compact-panel:nth-child(3) {
    animation-delay: .65s;
    -webkit-animation-delay: .65s
}

.aa_autocomplete_item:nth-child(3) .content-inner .compact-panel:nth-child(1) {
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}

.aa_autocomplete_item:nth-child(3) .content-inner .compact-panel:nth-child(2) {
    animation-delay: .75s;
    -webkit-animation-delay: .75s
}

.aa_autocomplete_item:nth-child(3) .content-inner .compact-panel:nth-child(3) {
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}

.aa_more_search_result {
    -webkit-animation-name: second_ac_step;
    -webkit-animation-duration: .4s;
    animation-name: second_ac_step;
    animation-duration: .4s;
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes first_ac_step {
    from {
        margin-top: 140px
    }

    to {
        margin-top: 186px
    }
}

@keyframes first_ac_step {
    from {
        margin-top: 140px
    }

    to {
        margin-top: 186px
    }
}

@-webkit-keyframes second_ac_step {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes second_ac_step {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes third_ac_step {
    from {
        opacity: 0;
        min-height: 80px
    }

    to {
        opacity: 1;
        min-height: 75px
    }
}

@keyframes third_ac_step {
    from {
        opacity: 0;
        min-height: 80px
    }

    to {
        opacity: 1;
        min-height: 75px
    }
}

#sticky-bar.header_tweaks {
    top: -70px !important
}

#sticky-bar.admin-bar.header_tweaks {
    top: -38px !important
}

#sticky-bar.header_tweaks .billboard-sharing {
    display: block;
    margin-top: 19px;
    float: right
}

#sticky-bar.header_tweaks #tt_hot_products_menu {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px)
}

#sticky-search-desktop {
    float: right;
    margin: 18px 25px 0 0;
    position: relative
}

#sticky-search-desktop input[name="q"] {
    height: 34px;
    line-height: 34px;
    width: 191px;
    cursor: pointer;
    border-radius: 14px;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 14px;
    letter-spacing: -.09px;
    padding: 0 12px;
    border: 0
}

#sticky-search-desktop input[name="q"]::-webkit-input-placeholder {
    font-family: 'Roboto Medium', sans-serif;
    color: #fff
}

#sticky-search-desktop input[name="q"]::-moz-placeholder {
    font-family: 'Roboto Medium', sans-serif;
    color: #fff
}

#sticky-search-desktop input[name="q"]:-moz-placeholder {
    font-family: 'Roboto Medium', sans-serif;
    color: #fff
}

#sticky-search-desktop input[name="q"]:-ms-input-placeholder {
    font-family: 'Roboto Medium', sans-serif;
    color: #fff
}

label[for=sticky-search-desktop-submit] {
    top: 6px;
    position: absolute;
    right: 17px;
    margin: 0
}

label[for=sticky-search-desktop-submit]:before {
    content: '\e90d';
    font-family: icons;
    color: #fff;
    font-size: 18px
}

#sticky-search-desktop-submit {
    display: none !important
}

.menu-button {
    display: none;
    float: right;
    border: medium none;
    height: 44px;
    width: 44px;
    padding: 0;
    position: relative;
    background-color: transparent;
    z-index: 2
}

.menu-button span {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    margin: -1px auto;
    left: 0;
    right: 0;
    top: 20px
}

.menu-button span:after,
.menu-button span:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.menu-button span:first-child,
.menu-button span:first-child:after,
.menu-button span:first-child:before {
    opacity: 1
}

.menu-button span:first-child:after {
    top: 6px
}

.menu-button span:first-child:before {
    top: -6px
}

.menu-button span:last-child {
    opacity: 0;
    background-color: transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.menu-button span:last-child:after,
.menu-button span:last-child:before {
    top: 0
}

.menu-button span:last-child:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.menu-button span:last-child:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.menu-button span,
.menu-button span:after,
.menu-button span:before,
.show-menu .menu-button span,
.show-menu .menu-button span:after,
.show-menu .menu-button span:before {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.show-menu .menu-button span:first-child {
    opacity: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.show-menu .menu-button span:last-child {
    opacity: 1;
    transform: rotate(0);
    -webkit-transform: rotate(0)
}

.close-button {
    width: 20px;
    height: 20px;
    position: absolute;
    border: 0;
    background: 0 0;
    color: transparent;
    padding: 0
}

.close-button:before {
    content: "\e5cd";
    font-family: icons
}

#menu-wrap {
    position: fixed;
    z-index: 5000007;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    perspective: 300px
}

.sidebar-scroll-left {
    width: 100%;
    height: 100%;
    background: #3b4953;
    padding: 84px 0 23px;
    transform: rotateY(-115deg);
    transform-origin: 100% 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar-scroll-left:before {
    content: '';
    top: 0;
    height: 48px;
    width: 100%;
    background: rgba(255, 255, 255, .1);
    display: block;
    position: absolute;
    left: 0
}

.admin-bar #menu-wrap {
    top: 32px
}

.show-menu #menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    perspective: 700px
}

.show-menu .sidebar-scroll-left {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: rotateY(0);
    transform-origin: 100% 0;
    transition-delay: 70ms
}

body.show-menu {
    overflow: hidden
}

.show-menu .menu-button,
.show-menu .sticky-color {
    z-index: 5000008
}

.show-menu .menu-button {
    background: 0 0;
    border: 0
}

#main-menu {
    display: block !important;
    height: 100%;
    position: relative;
    top: auto;
    left: auto
}

#main-menu .menu-item,
#sticky-inner .menu-item {
    background-color: transparent
}

#main-menu ul,
#main-menu > ul {
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding: 0;
    height: 100%;
    width: auto;
    position: relative;
    list-style-type: none
}

#menu-aa-channels-menu {
    overflow-y: auto;
    padding-bottom: 20px !important
}

#main-menu ul ul {
    display: block;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 50px;
    left: auto;
    top: auto;
    width: auto
}

#main-menu ul ul:before {
    content: ''
}

#main-menu ul ul ul {
    display: none !important
}

#main-menu ul li a {
    color: #778d9f;
    font-family: Open Sans Bold, sans-serif !important;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 20px 27px 22px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: -.02em;
    display: block;
    line-height: 1em
}

#main-menu ul ul li a {
    color: #fff;
    font-size: 13px;
    padding: 0 0 17px 19px;
    text-transform: none
}

#main-menu ul li.current-menu-item > a {
    color: #00D49F
}

@-webkit-keyframes sub_li_before_pos {
    0% {
        opacity: 0;
        left: -40px
    }

    60% {
        opacity: .5;
        left: -40px
    }

    80% {
        opacity: .5
    }

    100% {
        opacity: 1;
        left: -1px
    }
}

@keyframes sub_li_before_pos {
    0% {
        opacity: 0;
        left: -40px
    }

    60% {
        opacity: 0;
        left: -40px
    }

    80% {
        opacity: .5
    }

    100% {
        opacity: 1;
        left: -1px
    }
}

#main-menu ul ul li a:before {
    content: '';
    border: 2px solid #4f5f6c;
    border-radius: 50%;
    background-color: #3b4953;
    left: -40px;
    top: 3px;
    position: absolute;
    height: 8px;
    width: 8px;
    opacity: 0
}

#main-menu ul li.over ul li a:before {
    -webkit-animation-name: sub_li_before_pos;
    -webkit-animation-duration: .8s;
    animation-name: sub_li_before_pos;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#main-menu .menu-item-contacts a {
    font-family: Proximanova Bold, sans-serif !important;
    font-size: 11px;
    padding: 6px 0 13px 24px
}

#main-menu ul ul {
    height: 0
}

@-webkit-keyframes sub_li_pos {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    80% {
        opacity: .5
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes sub_li_pos {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    80% {
        opacity: .5
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#main-menu ul li.over ul li {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-animation-name: sub_li_pos;
    -webkit-animation-duration: .8s;
    animation-name: sub_li_pos;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#main-menu .menu-item-has-children > a:after,
#main-menu .sf-arrows .sf-with-ul:after {
    background: 0 0;
    border-width: 0 2px 2px 0;
    border-color: transparent #556068 #556068 transparent;
    border-style: solid;
    height: 8px;
    width: 8px;
    right: 46px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute
}

#main-menu .menu-item-has-children.over > a:after,
#main-menu .over .sf-arrows .sf-with-ul:after {
    border-color: transparent #798086 #798086 transparent;
    top: 19px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out
}

#main-menu li.aa_menu_socials {
    padding: 20px 15px 0;
    border-bottom: 1px solid rgba(129, 139, 147, .15);
    text-align: justify
}

#main-menu .aa_menu_socials a {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 20px;
    width: 12.5%;
    padding-bottom: 0;
    border-bottom: 0;
    color: #fff;
    width: 36px;
    height: 36px;
    background: #39454d;
    border-radius: 3px;
    padding-top: 7px
}

#main-menu .aa_menu_socials a:hover {
    color: #00d49f !important
}

#main-menu .aa_menu_socials:after {
    content: '';
    width: 100%;
    display: inline-block
}

.theme-icon-googleplus:before {
    content: "\ea8b"
}

.theme-icon-email:before {
    content: '\e918'
}

.theme-icon-youtube:before {
    content: "\e63a"
}

.theme-icon-googleplay:before {
    content: "\e903"
}

.theme-icon-snapchat:before {
    content: "\e902"
}

.theme-icon-periscope:before {
    content: "\e909"
}

#main-menu .aa_main_contact_wrap ul {
    height: auto;
    padding: 0 20px;
    text-align: justify
}

#main-menu .aa_main_contact_wrap ul:after {
    content: '';
    display: inline-block;
    width: 100%
}

#main-menu .aa_main_contact_wrap ul li {
    display: inline-block
}

#main-menu .aa_main_contact_wrap ul li a {
    padding: 18px 0;
    text-transform: uppercase;
    letter-spacing: -.02em
}

#aa_sticky_soc_wrapper {
    float: right;
    position: relative;
    margin-right: 22px
}

#aa_sticky_soc_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#aa_sticky_soc_wrapper a.aa_soc {
    height: 70px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 27px 3px 0
}

#aa_sticky_soc_wrapper a.aa_soc.aa_sticky_soc_more_link {
    z-index: 11;
    margin-left: 10px
}

#aa_sticky_soc_wrapper a.aa_soc:hover {
    color: #fff !important
}

.theme-icon-morelink:before {
    content: '\e90e';
    font-size: 3px;
    width: auto;
    top: -5px;
    position: relative
}

#aa_sticky_soc_wrapper .theme-icon-googleplay {
    position: relative
}

#aa_sticky_soc_wrapper .theme-icon-googleplay:hover:after {
    opacity: 1;
    top: 5px;
    transition: opacity .3s easeInBounce;
    -webkit-transition: opacity .3s easeInBounce
}

#aa_sticky_soc_wrapper .theme-icon-googleplay:after {
    content: 'Download our App!';
    font-family: Open Sans Bold, sans-serif;
    font-size: 10px;
    background: #797979;
    padding: 2px 4px;
    border-radius: 3px;
    position: absolute;
    display: block;
    top: 0;
    width: 102px;
    left: -28px;
    opacity: 0;
    transition: top .3s cubic-bezier(0, 1.18, .4, 1.86), opacity .3s linear;
    -webkit-transition: top .3s cubic-bezier(0, 1.18, .4, 1.86), opacity .3s linear;
    letter-spacing: -.02em
}

a.aa_sticky_soc_more_link {
    z-index: 1;
    position: relative
}

#aa_sticky_soc_wrapper a.aa_sticky_soc_more_link.show_more:hover,
a.aa_sticky_soc_more_link.show_more {
    color: #11dda4 !important
}

ul.aa_sticky_soc_more_wrap {
    background: #fff;
    position: absolute;
    border-radius: 3px;
    right: 15px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    top: 19px;
    min-width: 159px;
    padding-top: 14px !important;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .14);
    z-index: 10
}

ul.aa_sticky_soc_more_wrap.visible {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0
}

.aa_sticky_soc_more_wrap ul li a {
    font-family: Open Sans Bold, sans-serif;
    font-size: 13px;
    color: #a5a5a5;
    display: inline-block;
    padding: 0 10px 16px;
    letter-spacing: -.02em;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.aa_sticky_soc_more_wrap.visible ul li a {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}

#tt_hot_products_menu {
    position: relative;
    top: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.hot-products-menu-content {
    background: #fff;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .07);
    position: relative;
    z-index: 2;
    float: left;
    width: calc(100% - 330px)
}

.hot-products-menu-content.full {
    width: 100%
}

#hot-products-menu {
    max-width: calc(100% - 104px)
}

#hot-products-menu,
.tt_hot_products_title {
    display: block;
    float: left
}

.tt_hot_products_title {
    margin-right: 40px;
    position: relative;
    color: #525767;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.tt_hot_products_title:before {
    font-size: 17px;
    content: '\e628';
    font-family: icons;
    display: block;
    position: absolute;
    left: -28px;
    top: 0;
    color: #00ebd7
}

.tt_hot_products_title:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 28px;
    border-radius: 1px;
    background: #f5f5f5;
    position: absolute;
    top: 6px;
    right: -27px
}

#hot-products-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    white-space: nowrap
}

#hot-products-menu ul li {
    display: inline-block;
    position: relative
}

#hot-products-menu ul li a {
    opacity: .75;
    color: #525767;
    font-family: "Roboto Medium", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -.07px;
    margin: 0 12px
}

.menu-item-type-sponsored {
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    height: 40px;
    margin-left: 14px;
    margin-right: 14px;
    float: left
}

.aa_mobile_device .menu-item-type-sponsored {
    height: 36px
}

.menu-item-type-sponsored a {
    margin: 0 !important
}

.menu-item-royole {
    background-image: url(../images/royole-logo-small.jpg);
    background-position: center;
    width: 100px
}

#deal_day_bar {
    display: block;
    right: 0;
    top: 0;
    position: relative;
    float: left;
    background-color: #513af7;
    height: 40px;
    width: 330px;
    color: #fff;
    font-family: 'Proximanova Bold', sans-serif;
    font-size: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABHklEQVRIS7WVvbXCMAyFr2xIR/UWSEVHxQJUdFR0DPCGYgAWYAEWoGKBLEBF58QWRz74vfCT2Abi0rrns3wly4SOxcwFgLJpUBJhQoQfkTLjzIzLaIQKQEVE5hWCHjcFWNeYKYUZEQTeuZhhnMNpPMbp8YA7sECtxSpk1wdtx+QWWmPfhv+Bb9BNLMtu62C0xi7APfjdTJ9t/M/cg43hudaY913dWhwlnqIrCjpSqgVa01bA1vJvrKDeEmaeOodFrFBKYS8a57BK0B6ornmpFMqYOCfuHCpqGl7ntlfsEGk/inkWIKkeB/1w4FQrcjL2VqQWLwfsi5fabjlgpXAY7oEM9qQHHUIt+HfHZmjqd8dn76Bvw7/+Nd1/N599plcw+uMr6Nr1qAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding: 0 50px 0 15px;
    letter-spacing: .02em;
    line-height: 40px;
    z-index: 3
}

#deal_day_bar img {
    max-height: 23px;
    position: relative;
    top: -4px;
    margin-right: 15px
}

#sticky-bar:not(.fixed):not(.header_tweaks) #deal_day_bar,
#sticky-bar:not(.fixed):not(.header_tweaks) #tt_hot_products_menu {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important
}

@media only screen and (min-width:992px) {
    #deal_day_bar {
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important
    }
}

@media only screen and (max-width:991px) {
    body.sticky-search-bar #tt_hot_products_menu {
        opacity: 0;
        visibility: hidden
    }

    .tt_hot_products_title {
        font-size: 0;
        margin-right: 0
    }

    .tt_hot_products_title:after {
        background: #edeef4;
        top: 4px;
        right: 2px
    }

    #hot-products-menu {
        overflow-y: hidden;
        max-width: calc(100% - 4px)
    }

    #hot-products-menu ul {
        padding-bottom: 8px
    }

    .hot-products-menu-content {
        height: 36px;
        line-height: 36px;
        padding-left: 37px;
        float: none;
        width: 100%
    }

    #deal_day_bar {
        font-size: 16px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 36px;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        z-index: 1;
        box-shadow: 0 0 15px -5px #513af7;
        -webkit-box-shadow: 0 0 15px -5px #513af7;
        position: absolute;
        float: none
    }

    #sticky-bar.header_tweaks #deal_day_bar {
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px)
    }
}

@media only screen and (max-width:1200px) {
    #aa_sticky_soc_wrapper {
        display: none
    }

    #section-menu-more ul {
        padding-left: 0
    }
}

@media only screen and (max-width:991px) {

    #close-search-button,
    #search-toggle span.text,
    #section-menu,
    .aa-search-popup {
        display: none
    }

    .sticky-color {
        padding: 0;
        float: none;
        left: 0;
        right: 0;
        margin: 11px auto 0;
        position: absolute;
        height: 20px;
        width: 152px
    }

    #aa_main_logo {
        background-image: url(../images/aa_logotype_white.svg);
        width: 100%;
        height: 100%
    }

    .menu-button {
        display: block
    }

    #sticky-bar {
        height: 44px
    }

    #search-toggle {
        height: 44px;
        width: 44px;
        margin: 0;
        float: left;
        line-height: 44px;
        background: 0 0;
        border-radius: 0;
        padding: 0;
        text-align: center
    }

    #search-toggle .theme-icon-search {
        float: none
    }

    #sticky-bar.header_tweaks {
        top: -44px !important
    }

    #sticky-bar.admin-bar.header_tweaks {
        top: -12px !important
    }

    #search-toggle .theme-icon-search {
        float: none;
        font-size: 19px;
        top: 0
    }

    #search-toggle .theme-icon-search:before {
        font-size: 19px
    }

    .aa-sticky-search-wrapper {
        width: auto;
        height: auto;
        position: relative
    }

    #sticky-search {
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out
    }

    .sticky-search-bar #sticky-search {
        background-color: #4f5c65 !important;
        top: 44px;
        height: 60px;
        border: 0;
        position: absolute;
        max-width: 100%;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out
    }

    body.sticky-search-bar:before {
        background: rgba(79, 92, 101, .9);
        content: "";
        height: 200%;
        width: 9999px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5000005;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    #sticky-search .searchform {
        height: 60px
    }

    #sticky-search input[name="q"] {
        height: 60px;
        color: #778c9f;
        padding: 0 10px;
        font-size: 14px;
        font-family: Open Sans Bold, sans-serif;
        padding-left: 23px
    }

    #sticky-search input[name="q"]::-webkit-input-placeholder {
        color: #778c9f
    }

    #sticky-search input[name="q"]::-moz-placeholder {
        color: #778c9f
    }

    #sticky-search input[name="q"]:-moz-placeholder {
        color: #778c9f
    }

    #sticky-search input[name="q"]:-ms-input-placeholder {
        color: #778c9f
    }

    #sticky-search label[for=sticky-search-submit] {
        top: 17px;
        right: 9px
    }

    #sticky-search label[for=sticky-search-submit]:before {
        font-size: 24px
    }
}

@media only screen and (max-width:782px) {

    #sticky-bar.admin-bar,
    #sticky-bar.admin-bar.fixed,
    #sticky-bar.admin-bar.sticky-mobile,
    .admin-bar #menu-wrap {
        top: 46px !important
    }

    #sticky-bar.admin-bar.header_tweaks {
        top: 2px !important
    }
}

@media only screen and (max-width:603px) {
    #sticky-bar.admin-bar.header_tweaks {
        top: 2px !important
    }

    #main-menu .menu-item-contacts a {
        border-bottom: 0;
        padding-left: 20px
    }

    #main-menu .aa-newsletter-item a {
        border-bottom: 0;
        padding: 20px 0 14px 0 !important
    }

    .aa-newsletter-item #main-menu-form {
        margin-left: 22px
    }

    .aa-newsletter-item .main-label-subscribe:before {
        top: 18px;
        background-position: -48px -362px
    }

    #main-menu .menu-item-has-children > a:after,
    #main-menu .sf-arrows .sf-with-ul:after {
        top: 0
    }

    #main-menu .menu-item-has-children.over > a:after,
    #main-menu .over .sf-arrows .sf-with-ul:after {
        top: 8px
    }

    #main-menu .aa_menu_socials:before {
        content: '';
        display: block;
        position: absolute;
        height: 11px;
        left: 0;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%)
    }
}

@media only screen and (max-width:600px) {

    #sticky-bar.admin-bar.fixed,
    #sticky-bar.admin-bar.fixed #menu-wrap {
        top: 0 !important
    }

    #main-menu ul.sub-menu {
        display: block !important
    }

    #sticky-bar.admin-bar.header_tweaks {
        top: -44px !important
    }
}

@media only screen and (max-width:600px) {
    .sticky-search-bar #sticky-search {
        top: 44px
    }
}

.aa_forum_modal {
    max-width: 600px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    border-radius: 8px;
    background-color: #f4f4f4;
    margin: 0 auto;
    padding: 15px 45px;
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999999
}

.aa_forum_modal .aa_close_popup {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 32px;
    height: 32px;
    background-color: #e9e9e9;
    border-radius: 50%;
    cursor: pointer
}

.aa_close_popup:after,
.aa_close_popup:before {
    position: absolute;
    left: 15px;
    top: 7px;
    content: '';
    height: 16px;
    width: 2px;
    background-color: #000
}

.aa_close_popup:before {
    transform: rotate(45deg)
}

.aa_close_popup:after {
    transform: rotate(-45deg)
}

.aa_forum_modal_title {
    color: #000;
    font-family: Open Sans Bold, sans-serif;
    font-size: 40px;
    line-height: 60px;
    position: relative;
    letter-spacing: -.02em;
    margin-bottom: 52px
}

.aa_forum_modal_title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -27px;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 2px;
    background-color: #00eb7d;
    margin: 0 auto
}

.aa_forum_modal_text {
    color: #424242;
    font-family: Proximanova Regular, sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px
}

@media only screen and (max-width:650px) {
    .aa_forum_modal {
        top: 85px;
        margin: 0 30px;
        padding: 19px 40px
    }

    .aa_forum_modal_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 47px
    }

    .aa_forum_modal_text {
        line-height: 26px
    }
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons/icons.eot?8hs84tx6);
    src: url(../fonts/icons/icons.eot?#iefix8hs84tx5) format('embedded-opentype'), url(../fonts/icons/icons.ttf?8hs84tx6) format('truetype'), url(../fonts/icons/icons.woff?8hs84tx6) format('woff'), url(../fonts/icons/icons.svg?8hs84tx6#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: icons;
        src: url(../fonts/icons/icons.svg?8hs84tx5#icomoon) format('svg')
    }
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url(../fonts/open_sans_semibold/OpenSans-Semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/open_sans_semibold/OpenSans-Semibold.woff) format('woff'), url(../fonts/open_sans_semibold/OpenSans-Semibold.ttf) format('truetype'), url(../fonts/open_sans_semibold/OpenSans-Semibold.svg#OpenSans-Semibold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Proximanova Bold Italic';
    src: url(../fonts/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.woff) format('woff'), url(../fonts/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.ttf) format('truetype'), url(../fonts/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans Bold Italic';
    src: url(../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.woff) format('woff'), url(../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.ttf) format('truetype'), url(../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans Light';
    src: url(../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans_light_macroman/OpenSans-Light-webfont.woff) format('woff'), url(../fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf) format('truetype'), url(../fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#OpenSans) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans Regular';
    src: local("Open Sans"), url(../fonts/open_sans_regular/OpenSans.eot?#iefix) format('embedded-opentype'), url(../fonts/open_sans_regular/OpenSans.woff) format('woff'), url(../fonts/open_sans_regular/OpenSans.ttf) format('truetype'), url(../fonts/open_sans_regular/OpenSans.svg#OpenSans) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: local("Open Sans Regular"), url(../fonts/open_sans_regular/OpenSans.eot?#iefix) format('embedded-opentype'), url(../fonts/open_sans_regular/OpenSans.woff) format('woff'), url(../fonts/open_sans_regular/OpenSans.ttf) format('truetype'), url(../fonts/open_sans_regular/OpenSans.svg#OpenSans) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url(../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot);
    src: url(../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.woff) format('woff'), url(../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.ttf) format('truetype'), url(../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.svg#open_sansbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans Extrabold';
    src: url(../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.eot);
    src: url(../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.woff) format('woff'), url(../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.ttf) format('truetype'), url(../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.svg#open_sansbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Consolas;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/consolas/Consolas.eot) format('embedded-opentype'), url(../fonts/consolas/Consolas.woff) format('woff'), url(../fonts/consolas/Consolas.ttf) format('truetype'), url(../fonts/consolas/Consolas.svg#Consolas) format('svg')
}

@font-face {
    font-family: 'Pt Serif Bolditalic';
    src: url(../fonts/ptserif_bolditalic_macroman/PTF76F-webfont.eot);
    src: url(../fonts/ptserif_bolditalic_macroman/PTF76F-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/ptserif_bolditalic_macroman/PTF76F-webfont.woff) format('woff'), url(../fonts/ptserif_bolditalic_macroman/PTF76F-webfont.ttf) format('truetype'), url(../fonts/ptserif_bolditalic_macroman/PTF76F-webfont.svg#pt_serifbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Pt Serif';
    src: url(../fonts/ptserif_regular_macroman/PTF55F-webfont.eot);
    src: url(../fonts/ptserif_regular_macroman/PTF55F-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/ptserif_regular_macroman/PTF55F-webfont.woff) format('woff'), url(../fonts/ptserif_regular_macroman/PTF55F-webfont.ttf) format('truetype'), url(../fonts/ptserif_regular_macroman/PTF55F-webfont.svg#pt_serifregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Aressence;
    src: url(../fonts/aressence/aressence.eot);
    src: local('â˜º'), url(../fonts/aressence/aressence.woff) format('woff'), url(../fonts/aressence/aressence.ttf) format('truetype'), url(../fonts/aressence/aressence.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Droid Sans Regular';
    src: url(../fonts/droidsansmono_regular_macroman/DroidSansMono-webfont.eot);
    src: url(../fonts/droidsansmono_regular_macroman/DroidSansMono-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/droidsansmono_regular_macroman/DroidSansMono-webfont.woff) format('woff'), url(../fonts/droidsansmono_regular_macroman/DroidSansMono-webfont.ttf) format('truetype'), url(../fonts/droidsansmono_regular_macroman/DroidSansMono-webfont.svg#droid_sans_monoregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Pangram Black';
    src: url(../fonts/pangram_black/Pangram-Black.eot);
    src: url(../fonts/pangram_black/Pangram-Black.eot?#iefix) format('embedded-opentype'), url(../fonts/pangram_black/Pangram-Black.woff) format('woff'), url(../fonts/pangram_black/Pangram-Black.ttf) format('truetype'), url(../fonts/pangram_black/Pangram-Black.svg#droid_sans_monoregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Proximanova Regular';
    src: url(../fonts/proximanova_regular/proximanova-regular-webfont.eot);
    src: url(../fonts/proximanova_regular/proximanova-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/proximanova_regular/proximanova-regular-webfont.woff2) format('woff2'), url(../fonts/proximanova_regular/proximanova-regular-webfont.woff) format('woff'), url(../fonts/proximanova_regular/proximanova-regular-webfont.ttf) format('truetype'), url(../fonts/proximanova_regular/proximanova-regular-webfont.svg#proxima_nova_rgregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Proximanova Bold';
    src: url(../fonts/proximanova_bold/proximanova-bold-webfont.eot);
    src: url(../fonts/proximanova_bold/proximanova-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/proximanova_bold/proximanova-bold-webfont.woff2) format('woff2'), url(../fonts/proximanova_bold/proximanova-bold-webfont.woff) format('woff'), url(../fonts/proximanova_bold/proximanova-bold-webfont.ttf) format('truetype'), url(../fonts/proximanova_bold/proximanova-bold-webfont.svg#proxima_novabold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Proximanova Black';
    src: url(../fonts/proximanova_black/proxima_nova_black-webfont.eot);
    src: url(../fonts/proximanova_black/proxima_nova_black-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/proximanova_black/proxima_nova_black-webfont.woff2) format('woff2'), url(../fonts/proximanova_black/proxima_nova_black-webfont.woff) format('woff'), url(../fonts/proximanova_black/proxima_nova_black-webfont.ttf) format('truetype'), url(../fonts/proximanova_black/proxima_nova_black-webfont.svg#proxima_novablack) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Proximanova Semibold';
    src: url(../fonts/proximanova_semibold/proximanova-semibold-webfont.eot);
    src: url(../fonts/proximanova_semibold/proximanova-semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/proximanova_semibold/proximanova-semibold-webfont.woff2) format('woff2'), url(../fonts/proximanova_semibold/proximanova-semibold-webfont.woff) format('woff'), url(../fonts/proximanova_semibold/proximanova-semibold-webfont.ttf) format('truetype'), url(../fonts/proximanova_semibold/proximanova-semibold-webfont.svg#proxima_nova_rgregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Proximanova Extrabold';
    src: url(../fonts/proximanova_extrabold/proximanova-extrabold-webfont.eot);
    src: url(../fonts/proximanova_extrabold/proximanova-extrabold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/proximanova_extrabold/proximanova-extrabold-webfont.woff2) format('woff2'), url(../fonts/proximanova_extrabold/proximanova-extrabold-webfont.woff) format('woff'), url(../fonts/proximanova_extrabold/proximanova-extrabold-webfont.ttf) format('truetype'), url(../fonts/proximanova_extrabold/proximanova-extrabold-webfont.svg#proxima_novaextrabold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto Medium';
    src: url(../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot);
    src: url(../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff) format('woff'), url(../fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf) format('truetype'), url(../fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#roboto_medium) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto Regular';
    src: url(../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot);
    src: url(../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff) format('woff'), url(../fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf) format('truetype'), url(../fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#roboto_regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto Bold';
    src: url(../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot);
    src: url(../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff) format('woff'), url(../fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf) format('truetype'), url(../fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#roboto_regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BigNoodleTitling;
    src: url(../fonts/bignoodle_titling/BigNoodleTitling.eot);
    src: url(../fonts/bignoodle_titling/BigNoodleTitling.eot?#iefix) format('embedded-opentype'), url(../fonts/bignoodle_titling/BigNoodleTitling.woff2) format('woff2'), url(../fonts/bignoodle_titling/BigNoodleTitling.woff) format('woff'), url(../fonts/bignoodle_titling/BigNoodleTitling.ttf) format('truetype'), url(../fonts/bignoodle_titling/BigNoodleTitling.svg#BigNoodleTitling) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    margin: 0;
    background-color: #fff;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.42857143
}

a {
    background-color: transparent
}

a,
a:link,
a:visited {
    color: #00d49f;
    text-decoration: none;
    transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out
}

a:hover {
    color: #3f3f3f !important
}

#wpadminbar {
    z-index: 5000010
}

.aa-item-icon:before {
    content: "";
    float: left;
    height: 18px;
    width: 18px;
    position: relative;
    display: block;
    font-family: icons
}

.compact-panel {
    display: block
}

.compact-panel.active .article-title {
    color: #00d49f
}

.neutral-button,
.primary-button,
.ripple,
.secondary-button {
    position: relative;
    overflow: hidden
}

.fab {
    border-radius: 50%;
    margin: 0;
    padding: 20px
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-animation-name: ripple-animation;
    -webkit-animation-duration: 2s;
    animation-name: ripple-animation;
    animation-duration: 2s
}

.container-fluid,
.container-fluid.no-padding,
.container.no-padding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0
}

#page .container-fluid .container-inner:not(.aa-footer-container) {
}

.container-inner {
    max-width: 1200px;
    margin: 0 auto
}

body.home .container-inner {
    max-width: 1000px
}

@media only screen and (min-width:1241px) {
    body.home .col-md-8.loop-column {
        max-width: 660px;
        min-width: 0
    }

    body.home .col-md-4.loop-column {
        min-width: 340px;
        max-width: 100%
    }
}

.home.aa_mobile_device .row.loop-row {
    margin-left: -5px;
    margin-right: -5px
}

.after-header {
    margin-top: 110px;
    padding-top: 0;
    margin-bottom: 0 !important;
    overflow: visible;
    position: relative
}

.fixed {
    position: fixed !important
}

.absolute {
    position: absolute !important
}

html {
    overflow-x: hidden
}

body .aa_hide,
body .hide {
    display: none
}

body #page .aa_nopadding {
    padding: 0 !important
}

img {
    max-width: 100%;
    height: auto
}

.aa_all {
    display: block
}

.mobile-visible,
.tablet-mobile-visible,
.tablet-visible {
    display: none
}

@media only screen and (max-width:991px) {
    .desktop-visible {
        display: none
    }

    .tablet-mobile-visible,
    .tablet-visible {
        display: block
    }
}

@media only screen and (max-width:603px) {

    .desktop-tablet-visible,
    .tablet-visible {
        display: none
    }

    .mobile-visible {
        display: block
    }
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.align_left {
    text-align: left
}

.clear {
    clear: both
}

.required {
    color: red
}

.ad.gpt {
    overflow: hidden
}

.page-beacon {
    float: left
}

h1.main-title,
h1.page-title {
    color: #000 !important;
    font-family: Proximanova Extrabold, sans-serif;
    font-weight: 400 !important;
    font-size: 40px;
    letter-spacing: -1.54px;
    text-transform: none;
    line-height: 60px
}

select {
    border-color: transparent transparent #e0e0e0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 400;
    outline: medium none;
    font-family: Open Sans Regular, sans-serif;
    line-height: 1.7em;
    padding: 3px 0;
    width: 100%
}

input:not([type=submit]),
textarea {
    border: 1px solid #dbe0e3;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    padding-left: 12px !important;
    font-family: Proximanova Bold, sans-serif;
    color: #696969;
    font-size: 14px
}

input:not([type=submit]) {
    height: 40px
}

input:not([type=submit]):focus,
textarea:focus {
    border: 1px solid #52cc39;
    -webkit-transition: all .3s;
    transition: all .3s
}

input:not([type=submit])::-webkit-input-placeholder {
    font-family: Proximanova Bold, sans-serif;
    color: #696969;
    font-size: 14px
}

input:not([type=submit]):-moz-placeholder {
    font-family: Proximanova Bold, sans-serif;
    color: #696969;
    font-size: 14px
}

input:not([type=submit])::-moz-placeholder {
    font-family: Proximanova Bold, sans-serif;
    color: #696969;
    font-size: 14px
}

input:not([type=submit]):-ms-input-placeholder {
    font-family: Proximanova Bold, sans-serif;
    color: #696969;
    font-size: 14px
}

input:not([type=submit])::placeholder {
    font-family: Proximanova Bold, sans-serif;
    color: #696969;
    font-size: 14px
}

input[type=submit] {
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-weight: 400;
    margin: 5px 0;
    padding: 8px 20px
}

.button,
.neutral-button,
.primary-button,
.secondary-button {
    border-radius: 3px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans Bold, sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 20px;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    height: 36px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.secondary-button {
    background: #608aff;
    color: #fff
}

.primary-button {
    background: #00D49F;
    color: #fff !important
}

.primary-button:hover {
    background: #3f3f3f
}

.neutral-button {
    background: #edf1f2
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

.button.aa-full-width-button,
.neutral-button.aa-full-width-button,
.primary-button.aa-full-width-button,
.secondary-button.aa-full-width-button {
    width: 100%
}

.button:hover,
.neutral-button:hover,
.primary-button:hover,
.secondary-button:hover {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.button:hover,
.neutral-button:hover,
.secondary-button:hover {
    opacity: .6;
    color: #fff !important
}

.button:hover a {
    color: #fff !important
}

.aa_comments_wrapper {
    margin-top: 20px
}

.trans-element-checkbox,
.trans-element-radio {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    position: relative;
    border: 2px solid #8a8a8a;
    vertical-align: middle;
    margin: 0 9px 5px 0;
    width: 14px;
    height: 14px
}

.trans-element-checkbox {
    border-radius: 2px;
    overflow: visible
}

.trans-element-radio.hide-radio {
    -webkit-animation-name: hide_radio;
    -webkit-animation-duration: .4s;
    animation-name: hide_radio;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.trans-element-checkbox.unchecked:before,
.trans-element-checkbox:before,
.trans-element-radio:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #00D49F;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
    transition: all .4s cubic-bezier(.23, 1, .32, 1)
}

.trans-element-radio,
.trans-element-radio:before {
    border-radius: 50%
}

.trans-element-checkbox.unchecked:before,
.trans-element-checkbox:before {
    border-radius: 1px
}

.trans-element-checkbox.checked:before,
.trans-element-radio.checked:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .4s cubic-bezier(.23, 1, .32, 1);
    transition: transform .4s cubic-bezier(.23, 1, .32, 1)
}

.trans-element-checkbox .aa_check_shine,
.trans-element-checkbox .aa_uncheck_shine,
.trans-element-radio .aa_check_shine {
    content: "";
    border-radius: 50%;
    width: 42px;
    height: 42px;
    top: -16px;
    position: absolute;
    left: -16px;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.trans-element-checkbox .aa_uncheck_shine {
    background: #00D49F
}

.trans-element-radio .aa_check_shine {
    background: #cecece
}

.trans-element-checkbox .aa_check_shine.show,
.trans-element-checkbox .aa_uncheck_shine.show,
.trans-element-radio .aa_check_shine.show {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 2s cubic-bezier(.23, 1, .32, 1) 0s, transform 1s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1) 0s, transform 1s cubic-bezier(.23, 1, .32, 1) 0s
}

.aa_mobile_device .trans-element-checkbox,
.aa_mobile_device .trans-element-radio {
    width: 18px;
    height: 18px
}

.aa_mobile_device .trans-element-checkbox:before {
    width: 12px;
    height: 12px
}

.aa_mobile_device .trans-element-radio:before {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 2px
}

#tristate img,
.image img {
    border: 1px solid #60b900;
    vertical-align: middle;
    margin: 0 10px 5px 0
}

.transformSelect {
    clear: both;
    position: relative;
    display: inline-block;
    padding-left: 0;
    width: 100%
}

.transformSelect li {
    position: relative;
    list-style: none
}

.transformSelect li:before {
    content: none
}

.transformSelect li,
.transformSelect ul {
    margin: 0 !important
}

.transformSelect > li > span {
    position: relative;
    min-height: 20px;
    padding: 10px 24px 10px 11px;
    background: #edf1f2;
    height: 38px;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: Open Sans Bold, sans-serif;
    font-size: 13px;
    color: #a5a5a5;
    min-width: 147px
}

.transformSelect > li > span:before {
    top: 16px;
    right: 11px;
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    z-index: 1;
    border-color: #c7c8ca transparent transparent
}

.transformSelect > li.open > span:before {
    border-color: transparent transparent #c7c8ca transparent;
    top: 2px
}

.transformSelect li .transformSelectDropdown {
    position: absolute;
    top: -80%;
    width: 100%;
    padding-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    height: 0;
    opacity: 0;
    overflow: visible;
    background: #fff
}

.transformSelect li .transformSelectDropdown li.disabled {
    display: none
}

.transformSelect li.open .transformSelectDropdown {
    opacity: 1;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.transformSelect ul li.selected span {
    color: #00d49f
}

.transformSelect ul span {
    border: 0;
    background: #fff
}

.transformSelect ul span:hover {
    background: #edf1f2
}

.transformSelect input[type=text],
.transformSelect span {
    background: 0 0;
    color: #a5a5a5;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0;
    padding: 10px 10px 10px 15px;
    top: 0;
    white-space: nowrap;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 100px;
    font-family: Open Sans Bold, sans-serif;
    font-size: 13px;
    letter-spacing: -.02em
}

.transformSelect li.group ul {
    position: static;
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0
}

.transformSelect li.group span {
    font-style: italic;
    background: #f7f7f7
}

.transformSelect li.group > span {
    background: #eee;
    border-top: 1px solid #ddd
}

.transformSelect li.group ul span {
    text-indent: 10px;
    font-style: normal
}

.transformSelect ul li.group ul span:hover {
    background: #ddd
}

.transformSelect input[type=checkbox] {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    cursor: pointer
}

.billboard-sharing {
    margin: 0;
    float: left
}

.single_share_block {
    width: 65px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #edeef4;
    display: inline-block;
    padding-left: 7px;
    margin-right: 4px;
    position: relative;
    float: left
}

.aa_socials {
    display: inline-block;
    float: left
}

.single_socs .soc {
    width: 22px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.fb:before {
    content: '\f052';
    color: #3b5998
}

.tw:before {
    content: '\f309';
    color: #1da1f2
}

.inst:before {
    content: '\f32d';
    color: #e02d71;
}

.soc:before {
    font-family: icons;
    font-size: 16px
}

.aa_hn_man_socials.single_socs .soc:before {
    color: #ffffff;
}

.aa_socs_total {
    display: inline-block;
    height: 28px;
    color: #b5b6c3;
    font-family: "Proximanova Regular", sans-serif;
    font-size: 13px;
    line-height: 28px;
    width: 143px;
    text-align: right;
    padding-right: 14px;
    overflow: hidden;
    position: relative
}

.aa_socs_total span {
    position: relative
}

.aa_socs_total span:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 2px;
    border-radius: 1px;
    background: #edeef4;
    top: 50%;
    right: calc(100% - -11px);
    margin: -1px auto
}

.aa_socs_total span:after {
    content: '\00a0Shares'
}

@media only screen and (max-width:991px) {
    .swipeicon:before {
        content: '';
        display: block;
        width: 28px;
        height: 35px;
        position: absolute;
        top: 10px;
        right: 10px;
        background-image: url(../images/swipeicon.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 20
    }

    .single_share_block {
        width: 65px;
        display: inline-block;
        float: none;
        margin-bottom: 15px
    }

    .aa_socs_total {
        width: 88px
    }

    .authorinfo {
        display: inline-block
    }

    .aa_socs_total span:before {
        right: 100%;
        right: calc(100% - -5px)
    }
}

.single-video .post-right.content-panel {
    padding-top: 0
}

.aa_authorship_wrapper {
    padding-bottom: 20px
}

.award-wrap,
.award-wrap-default {
    position: absolute;
    right: 0;
    top: 0
}

.award-wrap {
    z-index: 2
}

.award-wrap img {
    width: 100px;
    padding: 10px
}

.award-wrap-default img {
    width: 60px;
    padding: 7px
}

#back-to-top {
    border: 0;
    width: 55px;
    height: 55px;
    background: #00D49F;
    border-radius: 50%;
    bottom: 25px;
    right: 25px;
    z-index: 5000006;
    box-shadow: 0 4px 11px 1px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 4px 11px 1px rgba(0, 0, 0, .26);
    position: fixed;
    text-align: center;
    -webkit-transition-property: none;
    transition-property: none
}

#back-to-top {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important
}

#back-to-top span {
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute
}

.theme-icon-up-open:before {
    content: "";
    width: 14px;
    height: 14px;
    border-width: 3px 0 0 3px;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.aa_soc.theme-icon-globe:before {
    content: '\e910'
}

.aa_soc.theme-icon-call:before {
    content: '\e90f'
}

@media only screen and (max-width:768px) {
    #back-to-top {
        display: none !important
    }
}

.aa-subscribe-video-button {
    background-color: #e52d27;
    margin: 3px 2px;
    color: #fff !important;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 51px;
    min-height: 52px
}

.aa-subscribe-video-button a {
    display: block;
    width: 100%;
    color: #fff !important
}

.aa-subscribe-video-button a:before {
    font-family: icons;
    content: "\e63a";
    font-size: 25px;
    line-height: 29px;
    position: relative;
    top: 4px;
    right: 16px
}

@media only screen and (max-width:475px) {
    .aa-subscribe-video-button {
        padding-top: 5px;
        line-height: 25px;
        letter-spacing: 1px;
        font-size: 15px
    }
}

@media only screen and (max-width:325px) {
    .aa-subscribe-video-button a:before {
        display: none
    }

    .aa-subscribe-video-button {
        line-height: 17px;
        min-height: 45px
    }
}

.aa_pas_wrapper {
    width: 330px;
    max-width: 100%
}

.aa_pas_wrapper.left {
    margin-right: 10px
}

.aa_pas_wrapper.right {
    margin-left: 10px
}

.aa_pas {
    background-color: #fff;
    position: relative;
    height: 150px;
    padding: 25px 10px 10px 140px;
    border: 1px solid #e2e2e2;
    text-align: left
}

.aa_pas:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 12px;
    width: 63px;
    height: 20px;
    background-image: url(../images/amazonlogo.png);
    background-repeat: no-repeat;
    background-position: left center
}

.aa_pas_wrap_link {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.aa_pas h3,
.aa_pas h4 {
    margin: 3px 0 !important;
    padding: 0 !important;
    text-transform: none
}

.aa_pas h3,
.pas_price {
    line-height: 20px
}

.pas_shop_now {
    color: #e8721b;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 150% !important;
    position: absolute;
    left: 10px;
    top: 0
}

.pas_title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0066c0;
    line-height: 20px !important;
    max-height: 40px;
    overflow: hidden
}

.pas_image {
    width: 115px;
    max-height: 95px;
    position: absolute;
    top: 35px;
    left: 10px
}

.pas_price,
.pas_prime {
    line-height: 15px;
    height: 15px;
    float: left;
    margin: 3px 7px 3px 0
}

.pas_price {
    color: #b12704;
    font-size: 13px
}

.pas_prime {
    width: 47px;
    background-image: url(http://g-ecx.images-amazon.com/images/G/01/amazonui/sprites/aui_sprite_0037-1x._V1_.png);
    background-repeat: no-repeat;
    background-size: 400px 650px;
    background-position: -205px -246px
}

.pas_buy_at_amazon {
    height: 21px;
    width: 120px;
    max-width: 100%
}

.pas_buy_at_amazon span {
    background: rgba(0, 0, 0, 0) linear-gradient(#f7dfa5, #f0c14b) repeat scroll 0 0;
    border-color: #a88734 #9c7e31 #846a29;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #111;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 16px;
    text-align: center;
    display: block
}

#rating-anchor .aa_pas {
    margin-top: -20px
}

.aa_pas {
    max-width: 100%;
    padding: 25px 4% 10px 40%
}

.pas_image {
    width: 37%;
    left: 3%
}

.aa_pas:before {
    right: 4%;
    top: 11px
}

.review-product-intcont-wrapper {
    margin: 0 auto
}

.review-product-intcont-wrapper .aa_pas {
    margin-top: 5px
}

.widgets .widget {
    position: relative;
    margin-bottom: 25px
}

.widget > ul {
    list-style: none
}

.widgets li {
    padding: 0
}

.widget-title {
    color: #525767;
    font-family: "Proximanova Bold", sans-serif;
    font-size: 12px;
    letter-spacing: 2.9px;
    line-height: 24px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px
}

.widget-title a {
    color: #525767
}

.widget-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #edeef4;
    position: absolute;
    line-height: 24px;
    top: 50%;
    margin-left: 16px;
    margin-top: -1px
}

.overlay-panel,
.post-container {
    position: relative;
    width: 100%;

}

.overlay-link, #overlay-link-bypass {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    position: absolute;
    z-index: 5;
    opacity: 0 !important;
    color: transparent !important
}

.post-container .widgets-wrapper {
    margin-top: 6px
}

.post-container .widget-title {
    margin-bottom: 7px
}

@media only screen and (max-width:991px) {
    .widget-title {
        font-family: 'Roboto Bold', sans-serif;
        font-size: 20px;
        letter-spacing: -.13px;
        line-height: 19px;
        text-transform: none
    }

    .post-container .widget-title {
        margin-bottom: 18px
    }

    .widget-title:after {
        margin-top: 0
    }
}

.aa_rr_slider {
    overflow: hidden;
    position: relative;
    width: 100%
}

.aa_slider_div {
    position: relative
}

.aa_rr_slider_arr {
    width: 26px;
    height: 26px;
    background: #edf1f2;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -58px
}

.aa_rr_slider_arr.disabled {
    display: none
}

.aa_rr_slider_arr_left {
    right: 31px
}

.aa_rr_slider_arr_right {
    right: 0
}

.aa_rr_slider_arr:before {
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    margin: -5px auto;
    border-style: solid;
    border-width: 5px;
    display: block;
    position: absolute;
    right: 0
}

.aa_rr_slider_arr_left:before {
    border-color: transparent #c2c2c2 transparent transparent;
    left: -6px
}

.aa_rr_slider_arr_right:before {
    border-color: transparent transparent transparent #c2c2c2;
    left: 6px
}

@media only screen and (max-width:603px) {
    .aa_rr_slider_arr {
        display: none
    }
}

.content-panel.loop-sidebar-right,
.content-panel.single-sidebar {
    background: 0 0;
    max-width: 340px
}

.panel-style .bar-header {
    margin-bottom: 30px
}

.widgets .bar-header,
.widgets-wrapper .bar-header {
    margin-bottom: 20px
}

.bar-header {
    position: relative;
    display: inline-block;
    width: 100%
}

.bar-label {
    padding: 0 0 12px 0;
    border-bottom: 2px solid #ebebeb;
    position: relative
}

.single-sidebar-selector .bar-label {
    padding: 0 0 10px 0;
    margin-bottom: 5px
}

.aa_mobile_device .bar-label {
    border-bottom: 2px solid transparent;
    padding: 4px 11px 13px 11px
}

.aa_mobile_device .bar-label:after {
    content: '';
    display: block;
    width: calc(100% - -20px);
    position: absolute;
    bottom: -2px;
    height: 2px;
    background-color: #ebebeb;
    margin-left: -20px
}

.aa_mobile_device .panel-style .bar-header {
    margin-bottom: 19px
}

.bar-label .label-text {
    display: inline-block;
    font-family: Proximanova Extrabold, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #00D49F;
    text-transform: uppercase;
    line-height: 1.5em;
    position: relative;
    letter-spacing: -.02em
}

.bar-label .metric-text {
    display: none !important
}

.aa_item_info_block span,
.content-panel .loop-info-wrapper .bottom-loop-info {
    color: #b5b6c3;
    font-family: "Proximanova Regular", sans-serif;
    font-size: 11px;
    letter-spacing: -.07px
}

.aa_item_info_block span a {
    color: #b5b6c3
}

.aa_item_info_block span:not(:last-child):after {
    content: "\2022";
    margin: 0 5px
}

.aa_item_info_block {
    font-size: 11px
}

.aa_item_info_block span.numcount {
    margin-right: 0
}

.aa_ns_focused {
    background: #f1f5f7;
    margin-bottom: 38px;
    padding: 30px 16px 35px
}

.aa_ns_focused.left {
    margin-right: 21px;
    width: 50%
}

.aa_ns_focused.right {
    margin-left: 21px;
    width: 50%
}

.aa_ns_title,
.single-page h3.aa_ns_title {
    font-family: Proximanova Extrabold, sans-serif !important;
    font-size: 18px !important;
    color: #3f3f3f !important;
    line-height: 21px !important;
    letter-spacing: -.02em !important;
    margin: 0 0 6px !important
}

.aa_ns_description {
    font-family: Proximanova Bold, sans-serif;
    font-size: 13px;
    color: #9d9d9d;
    letter-spacing: -.025em;
    text-indent: 2px;
    margin-bottom: 26px
}

.aa_ns_focused .input-wrapper {
    float: left
}

.aa_ns_focused .input-text-wrapper {
    width: calc(40% - 5px);
    margin-right: 5px
}

.aa_ns_focused .input-submit-wrapper {
    width: 20%
}

.aa_ns_focused.left .input-submit-wrapper,
.aa_ns_focused.left .input-text-wrapper,
.aa_ns_focused.right .input-submit-wrapper,
.aa_ns_focused.right .input-text-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
}

.aa_ns_focused #drip-email,
.aa_ns_focused #drip-first-name {
    border: 0;
    height: 36px;
    padding-left: 8px !important
}

.aa_ns_focused input[type=submit] {
    padding: 8px 0;
    height: 36px;
    margin: 0;
    width: 100%
}

@media only screen and (max-width:603px) {
    .aa_ns_focused .input-wrapper {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.widget_home_newsletter {
    width: 100%;
    border-radius: 8px;
    padding: 17px 20px 20px;
    background: #00d49f;
    background-image: linear-gradient(57deg, #00eb7d 0, #00ebba 100%);
    background-image: -moz-linear-gradient(57deg, #00eb7d 0, #00ebba 100%);
    background-image: -webkit-linear-gradient(57deg, #00eb7d 0, #00ebba 100%)
}

.widget_home_newsletter h3.aa_newsletter_title {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-family: 'Proximanova Extrabold', sans-serif;
    margin: 0 0 9px;
    padding: 0 6px
}

.widget_home_newsletter .aa_newsletter_subtitle {
    font-family: 'Proximanova Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    color: #fff;
    margin-bottom: 20px;
    padding: 0 6px
}

.widget_home_newsletter label {
    width: 100%;
    margin: 0
}

.widget_home_newsletter input:not([type=submit]) {
    height: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    border-radius: 20px;
    background-color: #fff;
    color: rgba(36, 36, 36, .5);
    font-family: "Roboto Medium", sans-serif;
    font-size: 14px;
    border: 0;
    font-weight: 400;
    padding-left: 21px !important
}

label[for=drip-first-name] {
    margin-bottom: 15px
}

.widget_home_newsletter input:not([type=submit])::-webkit-input-placeholder {
    font-family: 'Roboto Medium', sans-serif;
    color: rgba(36, 36, 36, .5);
    font-size: 14px
}

.widget_home_newsletter input:not([type=submit]):-moz-placeholder {
    font-family: 'Roboto Medium', sans-serif;
    color: rgba(36, 36, 36, .5);
    font-size: 14px
}

.widget_home_newsletter input:not([type=submit])::-moz-placeholder {
    font-family: 'Roboto Medium', sans-serif;
    color: rgba(36, 36, 36, .5);
    font-size: 14px
}

.widget_home_newsletter input:not([type=submit]):-ms-input-placeholder {
    font-family: 'Roboto Medium', sans-serif;
    color: rgba(36, 36, 36, .5);
    font-size: 14px
}

.widget_home_newsletter input:not([type=submit])::placeholder {
    font-family: 'Roboto Medium', sans-serif;
    color: rgba(36, 36, 36, .5);
    font-size: 14px
}

.newsletter-submit {
    position: relative
}

label[for=drip-email] {
    position: relative;
    z-index: 2;
    width: calc(100% - 39px)
}

label[for=drip-email-submit] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 59px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+klEQVQ4T52SYXHCQBSEdxW0KAAUVEJBAUUBOOigoMEBDjpVACigEsABddAqWGZv3mUumQCh719y977dt++If5SkEYB3AEs+0i/pLRon0be/Cwi1hdUAWLms+VVAqLnRql31Q3LUAEh6zrN1qLUha5JVAkjyTNlm31jGJM+UtAMwu9H1B2AD4KO4syeZRssOHFAFYNgCnSIDi7wUZ1OS3zUgH0gqQWlGSVb3znOl8PJH5xa8Os8Xm9i2XK1IGprq5juQ9AvgqQUYkPT/XgDP+VoAvkh6zLruOfB6D13h9XIQb+Qc22mE9wjAlj8BNMLrDQgXRwCTMrwMuAALV1r3GejQvgAAAABJRU5ErkJggg==);
    background-position: 62% 50%;
    background-repeat: no-repeat
}

.widget_home_newsletter input[type=submit] {
    display: none !important
}

.aa_app_widget {
    margin-top: 46px;
    position: relative;
    height: 84px;
    border-radius: 8px;
    background-color: #f5f5f5
}

.aa_app_widget:before {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    display: block;
    background: #edeef4;
    position: absolute;
    top: -46px;
    left: 20px
}

.aa_app_widget > img {
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 103px;
    height: 104px
}

.aa_app_widget_title {
    display: block;
    color: #525767;
    font-family: "Proximanova Bold", sans-serif;
    font-size: 14px;
    letter-spacing: -.09px;
    line-height: 20px;
    padding: 23px 55px 0 103px
}

.aa_app_widget_title .green-text {
    color: #00d49f
}

.aa_app_widget_title:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAhCAYAAADOHBvaAAAERklEQVRYR7WW3W9TdRjHv885ZRsJKrUwhKTDJXDBhRe7IpEmxBcavdZLEx0SxYCxNf4BLb5NnNgZ2OaQZFMTE1FzBmVb61msrg4l02y+IImr7U658coyb8xYz2N+56U9PX1Z121LmqVNej7P5/k+z68/AoD7F16LwMP7dYnGCof6U+Kzrf4jpDnU0a4+1X5PIsAegk5QViU5/F93X24r4YTvOQUdR9t3qGnPfYkAywRdBnSZIysdqwPwxgpbUQDhugmGDmy7V03LvmRAgFkSLyowIVTcdXZss+GEH8tgAZe9app2JQMQ1mTAwYR5QArD27dp+RNucApsGtsv2Ted5s5EABJBlxyuRKPQKQrvxvMn/FRpXCpg93Qae5IBUFWTC2DEgJUN5U/42TIuAuCytVGAgD+QDNTJNwtGFN7W8ics1DG2W985nYZoOznUmVF+LwrnKLz931qlNzWHhF9cxrXMfeoM9glzJ931fJE/F89gZ3+2GTLhVwvsbrNj2My2qzNm2xvAATP/ZekD7O/7p1EBJpisqRZw27imeXIG+9Q14MzPFG7e+OTva0N0GHX3n3DTZbyWuS85g71fB0BS9byDOfhvLpO4ffkAPABkCKko9aBq/wl/OPZY9Ea0tSVz5uByLpPQLKjYf7n0UuBBmA6hdP4TbjmMBdA2bsa81Hbm4J1cJrF0+YABE1BhXAkXhUTQhgHqRsEEOzMWxus0DxZymUTWAS2b1iping6ih/BnjYybNJeKOr9y9/T1czz0sKOt1TB3Bzx4hLBYJ+MmzF/+TtEGxi/46bHMLB7NHmnY5nLbl+ggHiT8ZZ1ctqUz4wbmp1OKFvtysEtsNYGZjmVm8fgacMIYOhAyMxZgOPbYbVrD/NQ349r7nw92mQvF4kcMIAt+zILbOZttFsdphB4qrxUh10TGDvNT6rj23mdDtilIMoyN88wwfyIzi2D2iDXVS5AQoh4o7lOMkLWMxcOd01zD/KR6RTv3aRlqmZrGTvNgTsWTi7N0GJF6x2bZWHzZnanj/cnEVa3/YwtKJUPbFJJxYWDRgVGp7W6YUqmGdzUTLDK2jWuYvzgV194dHe4iATQf7myvBdVTRZJ7t/8w1dTttAw2CxZPrDB/YSKuvXNp2BwksgbJaqtRCCEHRu/2ual13cdMsDi53MYMnLgWz5+9OOIXACPDStMCJER3zE3Gmvn9rR4uzZpq29j6fyIez7/94Yjfzs45QBL02Crao955peU7N0GAXRk/f3Ui/9bwiN/ZXnNlWAGthr3zzeXY+CKQrzQ+fmUi/+bgiN8eIMt0AeDQ7t/i68qxMdg2BtA7PpF/48JHfuMwMAfpDgGhzt+V0VZyXNsYOPqcMpl//fxFEyq+IVF0pU2PdW8gx8bg2xx69qvJV8+cv2RAwfrYNokje28pTe1jq50QR+bOuaePv+RbXt4DJqV78YtNy7FRUf8DBtZ2XrOs7H8AAAAASUVORK5CYII=);
    position: absolute;
    color: #fff;
    right: 20px;
    top: 26px;
    width: 30px;
    height: 33px
}

.overlay-panel .aa_item_info_block .aa_item_time:before {
    background-position: -49px 0
}

.overlay-panel:hover .aa_item_info_block .aa_item_author:before {
    background-position: -50px -24px
}

.widget_d .overlay-panel {
    border-radius: 8px;
    overflow: hidden
}

.widget_d .overlay-panel:not(:last-child) {
    margin-bottom: 20px
}

.widget_d:not(.slider) .overlay-panel:before {
    background-image: url(../images/widget_overlay.png);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.widget_d:not(.slider) .overlay-panel.active:before {
    opacity: .75;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.widget_e .overlay-panel {
    margin: 4px 0 20px 0
}

.overlay-panel .article-image-wrapper {
    position: relative;
    height: 202px;
    background-size: cover !important;
    background-repeat: no-repeat
}

.widget_e .compact-panel {
    min-height: 112px;
    width: 47%;
    float: left;
    padding: 0;
    margin-right: 6%;
    margin-bottom: 6%
}

.widget_e .compact-panel:nth-child(odd) {
    margin-right: 0
}

.widget_e .compact-panel .article-image-wrapper {
    width: 100%;
    height: 100%;
    left: 0
}

.widget_e .compact-panel .article-image {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    border-radius: 5px
}

.widget_e .compact-panel .article-info {
    position: absolute;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, .5);
    z-index: 3;
    border-radius: 3px;
    padding: 4px 6px !important;
    bottom: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.widget_e .compact-panel.active .article-info {
    background: rgba(0, 197, 148, .9);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.widget_e .compact-panel .article-title {
    font-family: Proximanova Bold, sans-serif;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.widget_e .compact-panel.active .article-title {
    text-shadow: 1px 1px 1px rgba(109, 131, 37, 1);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.widget_a.compact-panel {
    position: relative;
    overflow: visible;
    padding: 0;
    border-bottom: 0;
    height: 60px
}

.widget_a.compact-panel:not(:last-child) {
    margin-bottom: 15px
}

.widget_a.compact-panel.active {
    background: 0 0
}

.compact-panel .article-title {
    color: #525767;
    font-family: "Proximanova Bold", sans-serif;
    font-size: 14px;
    letter-spacing: -.09px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    margin: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.content-panel.loop-panel.active .excerpt,
.widget_a.compact-panel.active .article-title {
    color: #00d49f
}

.loop-panel.active .bottom-loop-info a,
.loop-panel.active .bottom-loop-info span {
    color: #525767 !important
}

.widget_a.compact-panel .article-image-wrapper {
    position: relative;
    float: left;
    margin-right: 10px
}

.widget_a.compact-panel .article-image {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-size: cover !important
}

.widget_a.compact-panel .article-info {
    max-height: 70px;
    overflow: hidden
}

.widget_a.compact-panel .aa_item_info_block {
    margin-top: 3px
}

.aa_rating_wrap {
    width: 68px;
    position: relative;
    line-height: 12px;
    margin-left: 3px
}

.aa_rating_background {
    width: 100%
}

.aa_rating_background:before,
.aa_rating_hover:before {
    content: '\e820 \e820 \e820\e820\e820';
    font-family: icons;
    letter-spacing: .13em;
    font-size: 13px
}

.aa_rating_background:before {
    color: #ddd
}

.aa_rating_hover:before {
    color: #f9af2f;
    white-space: nowrap
}

.aa_rating_hover {
    overflow: hidden;
    position: absolute;
    top: 0
}

.widgets .social-counts,
.widgets .social-counts a {
    padding: 0;
    text-align: left
}

.widgets .social-counts a:hover .social-number {
    color: #6b9426
}

.widgets .social-counts a:hover .social-label {
    color: #00d49f
}

.widgets .social-counts .social-panel {
    margin-bottom: 20px;
    background: #f0f4f7;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 47%
}

.widgets .social-counts .social-panel:nth-child(odd) {
    margin-right: 6%
}

.widgets .social-counts {
    margin: 14px 0
}

.widgets .social-counts .social-label {
    font-family: Proximanova Bold, sans-serif;
    color: #9d9d9d;
    font-size: 11px;
    letter-spacing: -.02em;
    text-transform: none;
    font-weight: 700;
    margin-top: -4px
}

.widgets .social-counts .social-icon {
    width: 44px;
    height: 40px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    padding-top: 9px;
    display: block;
    float: left;
    margin: -3px 13px 0 2px
}

.widgets .social-counts .social-icon:before {
    font-size: 20px;
    margin-right: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    color: #fff
}

.widgets .social-counts .theme-icon-twitter {
    background: #6bcff1
}

.widgets .social-counts .theme-icon-facebook {
    background: #3b5999
}

.widgets .social-counts .theme-icon-googleplus {
    background: #d1402d
}

.widgets .social-counts .theme-icon-youtube {
    background: #ce332e
}

.widgets .social-counts .social-number {
    font-size: 14px;
    display: block;
    font-family: Proximanova Bold, sans-serif;
    color: #6b6b6b;
    margin-top: 4px
}

a.a_non_icon .label-text {
    padding-left: 0
}

a.a_non_icon .label-text:before {
    content: none;
    display: none
}

.aa_widget_icon_best .label-text:before {
    background-position: -24px -227px
}

.aa_widget_icon_articles .label-text:before {
    background-position: -2px -249px
}

.aa_widget_icon_gift .label-text:before {
    background-position: -23px -249px
}

.aa_widget_icon_video .label-text:before {
    background-size: 210px 555px;
    background-position: -110px -110px
}

.aa_widget_icon_android .label-text:before {
    background-position: -46px -249px
}

.aa_widget_icon_comments .label-text:before {
    background-position: -69px -248px
}

.aa_widget_icon_connected .label-text:before {
    background-position: -47px -227px
}

.aa_widget_icon_podcast .label-text:before {
    background-position: 0 -227px
}

.aa_widget_icon_features .label-text:before {
    background-position: -118px -226px
}

.aa_title_nowrap_wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.widget_a.compact-panel.products_item {
    margin-bottom: 25px
}

.widget_a.compact-panel.products_item .article-info {
    padding-right: 70px
}

.products_item .aa_product_price {
    min-width: 60px;
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 5
}

.product_buy_btn {
    font-family: Open Sans Bold, sans-serif;
    font-size: 13px;
    color: #fff !important;
    background-color: #6fc612;
    padding: 5px 0;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center
}

.aa_product_manufacturer {
    font-family: Proximanova Bold, sans-serif;
    font-size: 12px;
    color: #9d9d9d;
    margin-top: -2px;
    letter-spacing: -.05em
}

.products_item .aa_rating_wrap {
    margin-left: 1px;
    margin-top: 3px
}

.products_item .aa_rating_hover:before {
    color: #f3c50c
}

.products_item .aa_rating_background:before,
.products_item .aa_rating_hover:before {
    letter-spacing: .05em
}

.aa_mobile_device .widget_products .loop.widget-loop {
    margin-top: 10px
}

.aa_mobile_device .widget_a.compact-panel.products_item .article-info {
    padding-left: 90px !important;
    padding-right: 85px
}

.aa_mobile_device .aa_product_manufacturer {
    margin-top: 0
}

.aa_mobile_device .products_item .aa_product_price {
    min-width: 70px;
    right: 8px
}

.aa_mobile_device .product_buy_btn {
    padding: 11px 0
}

a.aa_cat_name_block {
    display: inline-block;
    text-shadow: 0 0 20px rgba(0, 0, 0, .8);
    color: #fff !important;
    font-family: "Proximanova Bold", sans-serif;
    font-size: 12px !important;
    letter-spacing: 2.4px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a.aa_cat_name_block:hover {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .05)
}

.aa_index_news_widget {
    max-width: 750px
}

.loop-panel.shadowed,
.widget_e .compact-panel.active,
.widget_e .overlay-panel {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .26);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loop-panel.shadowed.active,
.widget_e .compact-panel.active,
.widget_e .overlay-panel.active {
    box-shadow: 0 4px 11px 1px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 4px 11px 1px rgba(0, 0, 0, .26);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loop-image {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center
}

.content-panel .loop-image {
    height: 100%;
    background-size: cover !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    background-position: center
}

.loop-image-wrapper {
    position: relative;
    z-index: 2
}

.loop-image-wrapper .aa_hexagon_wrap {
    top: 16px;
    right: 67px;
    z-index: 3
}

.content-panel.loop-panel .excerpt {
    color: #110b09;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 13px;
    letter-spacing: -.08px;
    line-height: 19px;
    overflow: hidden;
    max-height: 40px;
    margin-top: 3px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.bottom-loop-info a,
.bottom-loop-info span {
    display: inline-block;
    position: relative;
    color: #b5b6c3 !important;
    font-family: "Proximanova Regular", sans-serif;
    font-size: 11px;
    letter-spacing: -.07px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.bottom-loop-info span:not(:last-child):after {
    content: '•';
    margin: 0 6px 0 6px
}

.loop-panel {
    position: relative
}

.loop-panel h2.article-title {
    max-height: 50px;
    color: #110b09;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 18px;
    letter-spacing: -.11px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.loop-panel.active h2.article-title {
    color: #00d49f !important
}

.loop-panel.content-panel {
    overflow: hidden;
    margin-bottom: 20px;
    clear: left
}

.content-panel .loop-image-wrapper {
    width: 224px;
    height: 126px;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
    float: left
}

.aa_nn_image:before,
.article-image-wrapper:before,
.loop-image-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .03);
    left: 0;
    top: 0
}

.content-panel .loop-info-wrapper .loop-info {
    height: 102px;
    overflow: hidden;
    padding-top: 7px;
    position: relative
}

.loop-info-wrapper {
    position: relative;
    z-index: 4;
    background: #fff
}

.content-panel .loop-info-wrapper {
    height: 126px;
    max-height: 126px;
    overflow: hidden
}

.content-panel.sticky .loop-info-wrapper {
    background: #f1f1f1
}

.loop-image.sticky-has-video:before {
    content: '\25b6';
    font-family: icons;
    font-size: 42px;
    line-height: 52px;
    text-indent: 8px;
    color: #fff;
    width: 52px;
    height: 52px;
    background: rgba(0, 0, 0, .4);
    display: block;
    position: absolute;
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: 35px auto 0;
    text-align: center
}

.content-panel.sticky .loop-info {
    padding-top: 7px
}

.content-panel.sticky .bottom-loop-info,
.loop-panel.content-panel.sticky .aa_item_info_block {
    padding-top: 5px
}

.live-now-button {
    width: 90px;
    height: 18px;
    border: 1px solid #f50505;
    font-size: 12px;
    font-family: Open Sans Bold, sans-serif;
    text-transform: uppercase;
    color: #f50505;
    text-align: center;
    line-height: 18px;
    border-radius: 3px
}

@media only screen and (max-width:603px) {
    .loop-image.sticky-has-video:before {
        font-size: 32px;
        line-height: 36px;
        text-indent: 6px;
        width: 36px;
        height: 36px;
        margin-top: 17px
    }
}

.error404 .content-panel.aa_featured_post .loop-image-wrapper,
.home .content-panel.aa_featured_post .loop-image-wrapper {
    width: 100%;
    height: 200px
}

.error404 .loop-panel.content-panel.aa_featured_post,
.home .loop-panel.content-panel.aa_featured_post {
    width: 48.438%;
    float: left;
    clear: none
}

.error404 .loop-panel.content-panel.aa_featured_post.fp_left,
.home .loop-panel.content-panel.aa_featured_post.fp_left {
    margin-right: 3.124%
}

.layout-f .content-panel.aa_featured_post .loop-image-wrapper {
    width: 100%;
    height: 297px
}

.article-info.full-image {
    position: absolute;
    bottom: 0;
    z-index: 5;
    padding: 0 20px 15px
}

.article-info.full-image h2.article-title {
    max-height: 72px;
    margin-bottom: 1px;
    line-height: 24px;
    letter-spacing: -.02em;
    font-family: 'Proximanova Extrabold', sans-serif;
    font-size: 18px;
    color: #fff !important;
    overflow: hidden;
    margin-top: 0
}

.article-info.full-image .aa_cat_name_block {
    line-height: 18px;
    font-size: 10px !important
}

.article-info.full-image .bottom-loop-info a,
.article-info.full-image .bottom-loop-info span {
    color: #b5b6c3 !important
}

.aa_featured_post .overlay {
    background-image: url(../images/featured_overlay.png);
    background-size: 100%;
    background-position: center center;
    z-index: 3;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1
}

.aa_featured_post.active .overlay {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: .7
}

.aa_button,
a.aa_button {
    background-color: #00d49f;
    border-radius: 3px;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans Bold, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400;
    padding: 12px 20px;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    height: 44px;
    line-height: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.aa_mobile_device .aa_button,
.aa_mobile_device a.aa_button {
    padding: 8px 20px;
    height: auto
}

.aa_button:hover {
    color: #fff !important;
    background-color: #3f3f3f;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.aa_custom_button_wrapp {
    margin: 15px 0
}

.aa_button.cbs_button {
    float: none;
    margin: 5px 10px
}

.aa_button.cbs_button.left {
    float: left
}

.aa_button.cbs_button.right {
    float: right
}

.cbs_button.cbs_icon {
    padding-left: 44px !important;
    position: relative
}

.cbs_button.cbs_icon .cbs_icon_item {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 50%;
    margin-top: -10px;
    background-size: cover;
    background-repeat: no-repeat
}

.aa_hexagon_wrap {
    position: absolute
}

.widget_d .overlay-panel .aa_hexagon_wrap {
    left: 9px;
    top: 17px
}

.aa_hexagon_wrap.aa_hexagon_medium {
    transform: scale(2);
    -webkit-transform: scale(2)
}

.aa_hexagon_wrap.aa_hexagon_big {
    transform: scale(3);
    -webkit-transform: scale(3)
}

.aa_hexa_rate_title,
.aa_hexagon_rating {
    position: absolute;
    color: #fff;
    width: 60px;
    text-align: center
}

.aa_hexagon_rating {
    font-family: Proximanova Bold, sans-serif;
    font-size: 18px;
    letter-spacing: -.02em;
    top: 13px
}

.aa_hexagon_big .aa_hexagon_rating {
    top: 16px
}

.aa_hexa_rate_title {
    position: absolute;
    color: #fff;
    width: 60px;
    text-align: center;
    top: 11px;
    font-family: Open Sans Bold, sans-serif;
    font-size: 6px;
    letter-spacing: -.02em
}

.aa_hexagon_border {
    left: 30px;
    top: 8px;
    opacity: .2;
    position: absolute
}

.aa_square {
    border-radius: 4px;
    position: absolute;
    width: 37px;
    height: 36px;
    background-color: transparent;
    box-shadow: 2px 0 0 0 #fff;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%
}

.aa_square_1 {
    transform: rotate(120deg) translateX(-10px);
    -webkit-transform: rotate(120deg) translateX(-10px)
}

.aa_square_2 {
    transform: rotate(60deg) translateX(-10px);
    -webkit-transform: rotate(60deg) translateX(-10px)
}

.aa_square_3 {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px)
}

.aa_square_4 {
    transform: rotate(-120deg) translateX(-10px);
    -webkit-transform: rotate(-120deg) translateX(-10px)
}

.aa_square_5 {
    transform: rotate(-180deg) translateX(-10px);
    -webkit-transform: rotate(-180deg) translateX(-10px)
}

.aa_square_6 {
    transform: rotate(-60deg) translateX(-10px);
    -webkit-transform: rotate(-60deg) translateX(-10px)
}

.aa_hexagon_color {
    overflow: hidden;
    width: 60px;
    height: 52px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-30deg) skewX(30deg);
    -webkit-transform: rotate(-30deg) skewX(30deg)
}

.aa_hexagon_inner {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    cursor: pointer;
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.aa_hexagon_inner:before {
    content: '';
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.aa_hexagon_inner.aa_hexagon_green:before {
    background: #00d49f;
    background: -moz-linear-gradient(-60deg, rgba(0, 197, 148, 1) 0, rgba(182, 206, 22, 1) 70%);
    background: -webkit-linear-gradient(-60deg, rgba(0, 197, 148, 1) 0, rgba(182, 206, 22, 1) 70%);
    background: linear-gradient(-60deg, rgba(0, 197, 148, 1) 0, rgba(182, 206, 22, 1) 70%)
}

.aa_hexagon_inner.aa_hexagon_yellow:before {
    background: #f9af2f;
    background: -moz-linear-gradient(-60deg, rgba(249, 175, 47, 1) 0, rgba(250, 204, 46, 1) 70%);
    background: -webkit-linear-gradient(-60deg, rgba(249, 175, 47, 1) 0, rgba(250, 204, 46, 1) 70%);
    background: linear-gradient(-60deg, rgba(249, 175, 47, 1) 0, rgba(250, 204, 46, 1) 70%)
}

.aa_hexagon_inner.aa_hexagon_red:before {
    background: #f56b60;
    background: -moz-linear-gradient(-60deg, rgba(245, 107, 96, 1) 0, rgba(242, 139, 96, 1) 70%);
    background: -webkit-linear-gradient(-60deg, rgba(245, 107, 96, 1) 0, rgba(242, 139, 96, 1) 70%);
    background: linear-gradient(-60deg, rgba(245, 107, 96, 1) 0, rgba(242, 139, 96, 1) 70%)
}

@media only screen and (max-width:603px) {
    .loop-image-wrapper .aa_hexagon_wrap.aa_hexagon_small {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        bottom: 51px;
        top: auto;
        left: 2px
    }

    .aa_hexagon_border {
        opacity: .5
    }

    .aa_square {
        box-shadow: 2px 0 0 0 #ccc
    }

    .aa_hexagon_inner.aa_hexagon_green:before {
        background: #00d49f
    }

    .aa_hexagon_inner.aa_hexagon_yellow:before {
        background: #f9af2f
    }

    .aa_hexagon_inner.aa_hexagon_red:before {
        background: #f56b60
    }

    .aa_hexagon_rating {
        font-size: 22px;
        top: 11px
    }
}

.editor-rating-wrap {
    width: 63px;
    height: 63px;
    background: #8ac24a;
    background: -moz-linear-gradient(45deg, #8ac24a 0, #7db182 100%);
    background: -webkit-linear-gradient(45deg, #8ac24a 0, #7db182 100%);
    background: linear-gradient(45deg, #8ac24a 0, #7db182 100%);
    border-radius: 50%;
    text-align: center;
    font-family: Proximanova Extrabold, sans-serif;
    font-size: 23px;
    padding-top: 14px
}

.editor-rating-wrap-full {
    color: #fff;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 7px solid #e2f4d0;
    position: relative;
    font-size: 36px;
    padding-top: 9px;
    background: #8ac24a;
    background: -moz-linear-gradient(45deg, #8ac24a 0, #7db182 100%);
    background: -webkit-linear-gradient(45deg, #8ac24a 0, #7db182 100%);
    background: linear-gradient(45deg, #8ac24a 0, #7db182 100%);
    border-radius: 50%;
    text-align: center;
    font-family: Proximanova Extrabold, sans-serif
}

.editor-rating-wrap-full:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - -28px);
    height: calc(100% - -28px);
    border: 7px solid #6fc612;
    background: 0 0;
    border-radius: 50%;
    top: -14px;
    left: -14px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .21);
    -webkit-box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .21)
}

.editor-rating-wrap-full:after {
    content: 'score';
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Open Sans Bold, sans-serif;
    letter-spacing: -.02em;
    position: relative;
    top: -6px
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    position: absolute;
    top: -15px;
    right: 0;
    width: 4px;
    height: 110%
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #506370
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    position: relative
}

.jspDrag {
    background: #d8e3e9;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: 0
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

#main-menu .jspVerticalBar {
    left: 0;
    top: 0;
    height: 100%;
    background: 0 0
}

#main-menu .jspTrack {
    background: 0 0
}

#main-menu .jspDrag {
    background: 0 0
}

#main-menu .jspPane {
    position: absolute;
    margin-left: 0 !important;
    width: 100% !important
}

.aa_vplayer {
    max-width: 100%;
    clear: both
}

.aa_vplayer #player,
.aa_vplayer #playerDiv,
.aa_vplayer .BrightcoveExperience,
.aa_vplayer iframe[id^=youtube_video] {
    height: 100% !important;
    max-width: 100%;
    width: 100%;
    display: block
}

.youtube-player {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    max-height: 360px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin: 0 auto
}

.youtube-player img {
    bottom: -100%;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: -100%
}

.aa_vplayer {
    position: relative;
    max-width: 100%;
    clear: both
}

.aa_video_info {
    position: absolute;
    z-index: 1;
    max-width: 60%;
    z-index: 2;
    top: 0;
    left: 4.8%;
    white-space: nowrap;
    height: 100%
}

.aa_video_info:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.centered {
    display: inline-block;
    vertical-align: middle;
    white-space: normal
}

.aa_video_info.video_is_playing {
    opacity: 0;
    visibility: hidden
}

.aa_vplayer h2.aa_video_title {
    font-family: Proximanova Extrabold, sans-serif !important;
    font-size: 64px !important;
    color: #fff !important;
    position: relative !important;
    margin: 0 !important;
    letter-spacing: -.07em !important
}

.single-page .aa_vplayer h2.aa_video_title {
    font-size: 64px !important
}

h2.aa_video_title:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 4px;
    background: #00d49f;
    left: -84px;
    top: 35px;
    margin-top: 2px
}

.aa_video_descr {
    color: #fff !important;
    opacity: .5;
    padding-top: 0 !important;
    margin-top: 30px;
    position: absolute;
    font-family: Proximanova Regular, sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.04em
}

.youtube-player *,
.youtube-player :after,
.youtube-player :before {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.youtube-video-overlay:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: repeat-x;
    background-position: bottom
}

.youtube-video-overlay:before {
    background-color: rgba(255, 255, 255, .2);
    opacity: 0
}

.youtube-player.active .youtube-video-overlay:before {
    opacity: 1
}

.youtube-player span.youtube-play {
    width: 88px;
    height: 88px;
    z-index: 1;
    border-radius: 50%;
    margin: -44px auto;
    right: 0;
    left: 0;
    top: 50%;
    position: absolute;
    background: rgba(0, 0, 0, .3)
}

.youtube-player span.youtube-play.video_has_title {
    right: 16.7%;
    left: auto
}

i.youtube-play-icon {
    background-image: url(../images/youtube-play.png);
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: 54% 50%;
    background-size: 27%;
    background-repeat: no-repeat;
    display: block;
    position: absolute
}

.youtube-play.video_has_title .youtube-play-icon:after,
.youtube-play.video_has_title .youtube-play-icon:before {
    content: '';
    height: 2px;
    width: 283px;
    background: rgba(255, 255, 255, .1);
    display: block;
    position: absolute;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg)
}

.youtube-play.video_has_title .youtube-play-icon:before {
    left: 9px;
    bottom: -9px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.youtube-play.video_has_title .youtube-play-icon:after {
    top: -6px;
    right: 8px;
    transform-origin: 0 0;
    -webkit-transform-origin: 100% 100%;
    width: 338px
}

.youtube-player.active span.youtube-play {
    transform: scale(1.3);
    -webkit-transform: scale(1.3)
}

@media only screen and (max-width:991px) {
    .youtube-player span.youtube-play {
        width: 92px;
        height: 92px;
        right: 0;
        left: 0;
        margin-top: -46px
    }

    i.youtube-play-icon {
        background-position: 57% 49%;
        background-size: 29%
    }

    .aa_video_descr,
    .youtube-play.video_has_title .youtube-play-icon:after,
    .youtube-play.video_has_title .youtube-play-icon:before,
    h2.aa_video_title:before {
        display: none
    }

    i.youtube-play-icon {
        background-position: 57% 49%;
        background-size: 29%
    }

    .aa_video_info {
        width: 100%;
        max-width: 100%;
        top: auto;
        left: 0;
        bottom: 8px;
        text-align: center;
        height: auto
    }

    .aa_vplayer h2.aa_video_title {
        padding: 0 20px !important;
        margin-bottom: 0 !important;
        max-height: 60px !important;
        overflow: hidden !important;
        line-height: 30px !important;
        font-size: 24px !important
    }

    .single-page .aa_vplayer h2.aa_video_title {
        font-size: 24px !important
    }

    .youtube-player span.youtube-play,
    .youtube-player span.youtube-play.video_has_title {
        left: 0;
        right: 0
    }
}

.aa_popup_close .aa_popup_overlay,
.aa_popup_close.aa_popup_open .aa_popup_overlay,
.aa_popup_overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    background: rgba(55, 58, 71, .9);
    opacity: 0;
    display: none;
    z-index: 5000005;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.aa_popup {
    display: none
}

.aa_popup_open .aa_popup_overlay {
    display: block;
    opacity: 1;
    pointer-events: auto
}

.aa_popup_close .aa_popup,
.aa_popup_open .aa_popup {
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.aa_popup_open .aa_popup {
    animation-name: popup-open;
    -webkit-animation-name: popup-open
}

.aa_popup_close .aa_popup {
    animation-name: popup-close;
    -webkit-animation-name: popup-close
}

.aa_authormail_modal {
    color: #9d9d9d;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    width: 40%;
    max-width: 616px;
    min-width: 400px;
    z-index: 5000008
}

@media only screen and (max-width:603px) {
    .aa_authormail_modal {
        width: 90%;
        min-width: 90%
    }
}

.aa_authormail_content_wrapper {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px
}

.aa_authormail_content_wrapper label {
    font-family: Open Sans Bold, sans-serif;
    font-size: 14px;
    color: #3f3f3f;
    letter-spacing: -.02em
}

.aa_authormail_content_wrapper input,
.aa_authormail_content_wrapper textarea {
    margin: 4px 0
}

.aa_authormail_content_wrapper textarea {
    max-width: 515px
}

.aa_authormail_content_wrapper .submit {
    margin-top: 10px
}

.aa_authormail_content_wrapper table {
    width: 100%
}

.aa_authormail_content_wrapper th {
    padding-right: 10px
}

@media(max-width:603px) {
    .show-menu #back-to-top {
        display: none !important
    }
}

.tooltip > .tooltip-inner {
    background-color: #9d9d9d;
    color: #fff;
    font-size: 11px;
    font-family: Open Sans Regular, sans-serif;
    letter-spacing: -.04em;
    border-radius: 3px;
    height: 22px;
    line-height: 15px
}

.tooltip > .tooltip-arrow {
    display: none
}

.comments-nav-wrap {
    display: block;
    width: auto;
    float: right;
    margin: 4px 2px 0 0
}

.comments-nav {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: #f0f4f7;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    margin-left: 4px
}

.comments-nav:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    top: 50%;
    left: 0;
    right: 0;
    margin: -3px auto
}

.comments-nav-right:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.comments-nav-left:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#recent-comments-m ul {
    padding: 0 !important;
    margin-top: 24px;
    position: relative;
    width: 100%
}

#recent-comments-m .comment-avatar {
    float: left;
    margin-right: 22px
}

#recent-comments-m .avatar {
    border-radius: 50%;
    border: 3px solid transparent
}

#recent-comments-m .comment-author-link {
    border-radius: 50%;
    border: 3px solid #cdd2d6
}

#recent-comments-m .comment-content-wrap {
    padding-left: 82px
}

#recent-comments-m .comment-content {
    padding: 8px 10px;
    font-family: Proximanova Bold, sans-serif;
    font-size: 12px;
    color: #9d9d9d;
    letter-spacing: -.02em;
    line-height: 1.2em;
    background: #f0f4f8;
    border-radius: 3px;
    position: relative;
    min-height: 50px
}

#recent-comments-m .comment-title {
    margin-bottom: 12px;
    margin-left: 2px
}

#recent-comments-m .comment-content:before {
    content: '';
    display: block;
    position: absolute;
    border-width: 13px;
    border-style: solid;
    border-color: #f0f4f8 transparent transparent;
    left: -13px;
    top: 27px
}

#recent-comments-m .comment-title-link {
    color: #6b6b6b;
    font-size: 12px;
    font-family: Proximanova Bold, sans-serif;
    line-height: 1.4em
}

#recent-comments-m li {
    border-bottom: 1px solid #eaebec;
    margin-bottom: 15px
}

#recent-comments-m li:last-child {
    border-bottom: 0
}

#recent-comments-m.loading_fade .aa-comment-loading {
    display: block
}

@-webkit-keyframes icon_opacity {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes icon_opacity {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes popup-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes popup-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes popup-close {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@-webkit-keyframes popup-close {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@-webkit-keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: .4
    }

    to {
        transform: scale(100);
        opacity: 0
    }
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: .4
    }

    to {
        transform: scale(100);
        opacity: 0
    }
}

@-webkit-keyframes hide_radio {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes hide_radio {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.aa_nn_item {
    position: relative;
    width: 182px;
    height: 180px;
    float: left;
    margin-right: 25px;
    margin-bottom: 34px;
    margin-top: 7px
}

.aa_nn_image_wrapper {
    margin-bottom: 6px
}

.aa_nn_image {
    width: 182px;
    height: 97px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.aa_nn_item .article-title {
    max-height: 60px
}

.aa_nn_domain_color_soundguys {
    color: #1eadd6 !important
}

.aa_nn_domain_color_androidauthority {
    color: #00D49F !important
}

.aa_nn_domain_color_dronerush {
    color: #ed1c24 !important
}

.aa_mobile_device .widget.aa_network_news {
    background-color: #f5f7fa;
    margin: 0 -10px
}

.aa_mobile_device .widgets .aa_network_news .bar-header {
    margin-bottom: 7px
}

.aa_mobile_device .widget.aa_network_news .bar-label {
    padding: 14px 21px 0 21px
}

.aa_mobile_device .aa_network_news .bar-label:after {
    display: none
}

.aa_network_news_content_wrapper {
    position: relative
}

.aa_mobile_device .aa_network_news_list {
    white-space: nowrap;
    margin-left: 20px;
    margin-bottom: 27px;
    overflow-y: scroll
}

.aa_mobile_device .aa_nn_item {
    float: none;
    display: inline-block;
    white-space: normal;
    width: 145px;
    margin-right: 16px;
    margin-bottom: 29px
}

.aa_mobile_device .aa_nn_image {
    width: 145px
}

.aa_mobile_device .aa_nn_item .article-title {
    height: 60px
}

.aa_mobile_device .aa_nn_domain_name {
    display: none
}

.widget_d .overlay-panel.first_deal {
    overflow: hidden;
    margin-bottom: 25px
}

.widget_a.compact-panel.deals_item .article-image {
    width: 89px;
    height: 78px
}

.overlay-panel.first_deal .aa_item_info_block {
    padding-top: 0
}

.aa_deal_prices {
    font-family: Proximanova Bold, sans-serif
}

.aa_deal_prices .aa_old_price {
    font-size: 12px;
    color: #9d9d9d;
    text-decoration: line-through
}

.aa_deal_prices .aa_new_price {
    font-size: 15px;
    color: #6fc612
}

.first_deal .aa_deal_prices .aa_old_price {
    font-size: 13px;
    color: #b8b8b8
}

.first_deal .aa_deal_prices .aa_new_price {
    font-size: 18px;
    color: #e2e2e2
}

.deals_item .aa_item_info_block span {
    font-family: Proximanova Bold, sans-serif;
    font-size: 12px;
    color: #9d9d9d;
    margin-top: 4px
}

.overlay-panel.first_deal .aa_item_info_block span {
    font-size: 13px;
    color: #b8b8b8
}

.percentage_block {
    background-color: #6fc612;
    position: absolute;
    width: 80px;
    height: 50px;
    top: -17px;
    left: -32px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.first_deal .percentage_block {
    width: 140px;
    height: 100px;
    top: -40px;
    left: -60px
}

.percentage_text {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    position: absolute;
    bottom: 0;
    display: inline-block;
    text-align: center;
    letter-spacing: -.02em;
    width: 100%
}

.percentage_text:before {
    content: '-';
    display: inline-block
}

.first_deal .percentage_text {
    display: block;
    width: 100%;
    font-family: Proximanova Extrabold, sans-serif;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    padding-left: 9px
}

.first_deal .percentage_text:before {
    display: none
}

.first_deal .percentage_text:after {
    content: 'OFF!';
    display: block;
    font-family: Open Sans Bold, sans-serif;
    font-size: 14px;
    opacity: .7;
    letter-spacing: -.02em;
    padding-right: 7px
}

.widget_a.compact-panel.deals_item {
    height: auto;
    overflow: hidden
}

.widget_a.compact-panel.deals_item .article-image-wrapper {
    margin-right: 10px !important
}

.widget_a.compact-panel.deals_item .article-info {
    padding-left: 100px !important
}

.widget .aa_mobile_link {
    float: right
}

.widget .aa_mobile_link a {
    font-family: Open Sans Bold, sans-serif;
    font-size: 14px;
    color: #9d9d9d;
    text-transform: uppercase;
    line-height: 35px
}

.aa_mobile_device .widget .aa_mobile_link {
    display: inline-block
}

@media only screen and (max-width:603px) {
    .widget_a.compact-panel.deals_item .article-image-wrapper {
        margin-right: 0 !important;
        float: none
    }

    .overlay-panel.first_deal {
        margin-top: 11px
    }

    .overlay-panel.first_deal .article-info {
        padding: 0 17px 12px 17px !important
    }

    .widget_a.compact-panel.deals_item .article-title {
        letter-spacing: -.035em
    }
}

.aa_help {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.aa_help:hover {
    opacity: 1
}

.aa_help:before {
    color: #3a3a3a;
    content: '\e705';
    font-family: icons
}

.aa_help_block {
    position: absolute;
    top: 100%;
    left: -20px;
    padding-top: 10px;
    width: 350px;
    max-width: none;
    z-index: 3;
    display: none
}

.aa_help_block_wrapper {
    font-size: 87.5%;
    line-height: 150%;
    background: #fff;
    padding: 10px 10px 10px 15px;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 3px 1px 1px 1px;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1)
}

.aa_help_block_wrapper:before {
    content: '';
    position: absolute;
    left: 19px;
    top: -22px;
    border-width: 10px 6px;
    border-color: transparent transparent #e2e2e2 transparent;
    border-style: solid
}

.aa_brc_autoplay_wrapper .aa_help_block {
    left: auto;
    right: -20px;
    top: auto;
    bottom: 100%;
    padding-top: 0;
    padding-bottom: 10px
}

.aa_brc_autoplay_wrapper .aa_help_block_wrapper {
    border-width: 1px 1px 3px;
    -webkit-box-shadow: -3px -3px 5px rgba(0, 0, 0, .1);
    box-shadow: -3px -3px 5px rgba(0, 0, 0, .1)
}

.aa_brc_autoplay_wrapper .aa_help_block_wrapper:before {
    top: auto;
    bottom: -22px;
    left: auto;
    right: 20px;
    border-color: #e2e2e2 transparent transparent
}

.playlist-visibility.collapse {
    visibility: visible
}

.aa_evergreen {
    min-width: 250px;
    margin: 10px 0 20px
}

.aa_evergreen.aa_egs_border {
    padding: 5px 10px;
    border: 1px solid #e2e2e2
}

.aa_evergreen.align_left,
.aa_evergreen.align_right {
    max-width: 50%
}

.aa_evergreen.align_center {
    margin: 0 auto;
    max-width: 70%
}

.aa_evergreen.align_left {
    float: left;
    margin-right: 10px
}

.aa_evergreen.align_right {
    float: right;
    margin-left: 10px
}

.aa_evergreen .aa_egs_sep {
    padding: 0 10px
}

@media only screen and (max-width:991px) {
    .after-header {
        margin-top: 80px;
        overflow: hidden
    }
}

.aa_mobile_device .align_scroll {
    overflow-x: hidden !important
}

.cbc-latest-videos {
    position: relative;
    max-width: 100%;
    max-height: 300px
}

.aa-cbc-playzone-wrapper {
    float: left;
    width: 66.5%
}

.cbc-recent-videos-widget {
    float: left;
    width: 33.5%
}

.cbc-recent-videos-widget .yt-thumb-subscr {
    font-family: Open Sans Bold, sans-serif;
    font-size: 14px;
    color: #3f3f3f;
    width: auto
}

.cbc-recent-videos-widget .yt-thumb-subscr p {
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 0
}

.cbc-recent-videos-widget .active .yt-thumb-subscr {
    color: #53cc39
}

.cbc-recent-videos-widget .aa_item_time {
    font-family: Proximanova Bold, sans-serif;
    font-size: 12px;
    color: #9d9d9d;
    display: block
}

.cbc-recent-videos-widget .yt-thumbnail-block,
.yt-thumbnail-block {
    display: block;
    float: left;
    width: 64px;
    height: 56px !important;
    margin-right: 15px;
    background-size: cover;
    opacity: .5;
    position: relative
}

.video.active .yt-thumbnail-block {
    opacity: 1
}

.video.active .yt-thumbnail-block:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background-color: #53cc39;
    position: absolute;
    top: -5px;
    left: -6px;
    border: 2px solid #fff
}

.video.active .yt-thumbnail-block:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 3px;
    border-style: solid;
    border-width: 4px;
    border-color: #fff transparent transparent;
    -webkit-transform: rotate(275deg);
    transform: rotate(275deg)
}

.cbc-recent-videos-widget .video {
    margin: 5px 0 20px 15px
}

.aa_mobile_device .aa_cbc_rv_wrapper {
    margin: 0 -10px;
    background-color: #f5f7fa;
    padding-top: 10px
}

.aa_mobile_device .aa_cbc_widget_header .bar-label {
    padding: 4px 20px 13px 20px
}

.aa_mobile_device .aa_cbc_widget_header .aa_mobile_device .bar-label:after {
    display: none
}

.aa_mobile_device .aa_cbc_widget_header.bar-header {
    margin-bottom: 1px
}

.aa_mobile_device .aa-cbc-playzone-wrapper {
    width: 100%
}

.aa_mobile_device .cbc-recent-videos-widget {
    width: calc(100% - 40px);
    margin: 15px 20px 0;
    position: relative
}

.aa_mobile_device .cbc-recent-videos-widget .video {
    margin: 0 0 20px 0
}

.aa_mobile_device .yt-thumbnail-block {
    width: 70px;
    height: 70px !important
}

.aa_mobile_device .active .yt-thumbnail-block:before {
    width: 30px;
    height: 30px;
    background-color: #28d77f;
    border: 3px solid #fff;
    top: -7px;
    left: -13px
}

.aa_mobile_device .active .yt-thumbnail-block:after {
    top: 3px;
    left: 1px;
    border-width: 5px
}

@media only screen and (max-width:603px) {
    .cbc-latest-videos {
        max-height: none;
        max-width: 100vw;
        left: 0;
        padding-top: 0
    }
}

.aa_ascdesc_sorter_wrapper .aa_check_shine,
.aa_ascdesc_sorter_wrapper .aa_uncheck_shine {
    display: none
}

.aa_ascdesc_sorter_wrapper .trans-element-checkbox {
    border: 0
}

.aa_ascdesc_sorter_wrapper .trans-element-checkbox:after,
.aa_ascdesc_sorter_wrapper .trans-element-checkbox:before {
    font-family: icons;
    font-size: 12px;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute
}

.aa_ascdesc_sorter_wrapper .trans-element-checkbox:before {
    content: '\e916';
    width: auto;
    height: auto;
    top: -2px;
    background-color: transparent;
    color: #cecece
}

.aa_ascdesc_sorter_wrapper .trans-element-checkbox:after {
    content: '\e915';
    display: block;
    left: 9px;
    top: 2px;
    color: #00D49F
}

.aa_ascdesc_sorter_wrapper .trans-element-checkbox:after,
.aa_ascdesc_sorter_wrapper .trans-element-checkbox:before {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out
}

.aa_ascdesc_sorter_wrapper .trans-element-checkbox.checked:before {
    color: #00D49F
}

.aa_ascdesc_sorter_wrapper .trans-element-checkbox.checked:after {
    color: #cecece
}

.aa_tripple_posts {
    width: 31.5%;
    float: left;
    position: relative;
    margin-right: 2.75%
}

.aa_tripple_posts:nth-child(3n+3) {
    margin-right: 0
}

.aa_tripple_posts .article-title {
    font-family: Proximanova Extrabold, sans-serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: -.04em
}

.aa_tripple_posts .aa_post_subinfo,
.aa_tripple_posts .aa_post_subinfo a {
    font-family: Proximanova Bold, sans-serif;
    font-size: 13px;
    color: #b8b8b8;
    letter-spacing: -.02em
}

.aa_tripple_posts .article-image {
    width: 100%;
    height: 211px;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.aa_tripple_posts .aa_above_image {
    position: absolute;
    bottom: 0;
    padding: 0 10px 10px 10px;
    width: 100%
}

.aa_tripple_posts .overlay {
    background-image: url(../images/overlay_tripple.png)
}

.aa_tripple_posts.active .overlay {
    opacity: .7
}

body.error404 .single-wrapper {
    margin-top: 0
}

.billboard-wrapper404 {
    height: 500px;
    background: #f1f5f7;
    text-align: center;
    padding-top: 111px;
    margin-bottom: 30px
}

.logo404 {
    margin-bottom: 40px
}

h1.title404 {
    font-size: 32px;
    font-family: Open Sans Regular, sans-serif;
    color: #3f3f3f;
    letter-spacing: -.04em;
    margin: 0 0 25px
}

.billboard-wrapper404 p {
    font-family: Open Sans Regular, sans-serif;
    font-size: 16px;
    color: #787878;
    letter-spacing: -.01em
}

.error404-post-container {
    margin-top: 21px
}

.error404-post-container .loop-panel.content-panel {
    width: 48.75%;
    float: left;
    clear: none;
    margin-right: 2.5%
}

.error404-post-container .loop-panel.content-panel:nth-child(even) {
    margin-right: 0
}

.error404-post-container .content-panel .loop-image-wrapper {
    width: 38.635%;
    float: left
}

.error404-post-container .content-panel .loop-info-wrapper {
    width: 61.365%
}

.aa_mobile_device .billboard-wrapper404 {
    padding: 54px 20px 0;
    height: 294px
}

.aa_mobile_device .logo404 {
    margin-bottom: 24px
}

.aa_mobile_device .logo404 img {
    width: 177px
}

.aa_mobile_device h1.title404 {
    margin: 0 0 19px;
    font-family: Proximanova Bold, sans-serif;
    font-size: 18px
}

.aa_mobile_device .error404-post-container {
    margin-top: 11px;
    padding: 0 10px
}

.aa_mobile_device .content-panel .aa_item_info_block,
.aa_mobile_device.error404 .loop-panel.content-panel.aa_featured_post {
    display: none
}

@media only screen and (max-width:603px) {
    .aa_mobile_device .error404-post-container .loop-panel.content-panel {
        width: 100%;
        float: none;
        clear: none;
        margin-right: 0;
        margin-bottom: 18px
    }

    .aa_mobile_device .error404-post-container .content-panel .loop-image-wrapper {
        width: 70px
    }

    .aa_mobile_device .error404-post-container .content-panel .loop-info-wrapper {
        width: calc(100% - 70px)
    }

    .aa_mobile_device .error404-post-container .loop-panel h2.article-title,
    .aa_mobile_device .error404-post-container .loop-panel h2.article-title a {
        max-height: 42px
    }
}

.loading_fade {
    position: relative
}

.loading_fade:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 3000010;
    cursor: progress
}

.aa_mobile_device .loading_fade:before {
    width: 100vw;
    left: -20px
}

.localization-bar {
    position: relative
}

.localization-options {
    position: absolute;
    right: 0;
    top: 0
}

.localization-options .transformSelect > li > span {
    color: #b5b6c3;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 14px;
    letter-spacing: -.09px;
    background: #fff;
    height: 22px;
    line-height: 22px;
    min-width: 0;
    min-height: 0;
    width: auto;
    padding: 0 31px 0 12px
}

.localization-options .transformSelect > li > span:before {
    border: 0;
    width: 13px;
    height: 8px;
    top: 8px;
    right: 9px;
    z-index: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAlElEQVQoU2Pctu1QwP//zA+8va0vMOAB69fvF2BjY4n39radyLh126EPDP8Z/zMwMDni0gjWwM6yn4GBwYDhP5Mh49atRw0YGP8ewKURVcP/RG9vuwWMIBfh0ohNA0g9WBM2jb9+/XqAcBLEBphauCYMjYwMDyB+QNWAYhOGjQyM/Ng0YNUEs5GR8a+Cl5fdBmyxAADYtFtoRdhpkAAAAABJRU5ErkJggg==)
}

.widget_home_wrapper .compact-panel {
    overflow: hidden;
    height: 70px
}

.widget_home_wrapper .widget_a.compact-panel:not(:last-child) {
    margin-bottom: 10px
}

.widget_home_wrapper .compact-panel .article-image {
    width: 70px;
    height: 70px
}

.widget_home_wrapper .compact-panel .article-title {
    color: #110b09;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 13px;
    letter-spacing: -.09px;
    line-height: 17px;
    margin-top: -2px
}

.widget_home .circle_rating_block {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px
}

.widget_a .circle_rating_block {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px
}

.loop-panel .circle_rating_block {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px
}

.circle_rating_block figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 72px;
    color: #00d49f;
    font-family: "Proximanova Bold", sans-serif;
    font-size: 20px;
    letter-spacing: -.6px
}

.widget_home .circle_rating_block figcaption {
    line-height: 72px
}

.loop-panel .circle_rating_block figcaption {
    line-height: 62px
}

.widget_a .circle_rating_block figcaption {
    line-height: 26px;
    font-size: 10px;
    letter-spacing: -.3px
}

.widget_home {
    width: 48.438%;
    margin-right: 10px;
    position: relative;
    float: left
}

.widget_home .article-image-wrapper {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 310px;
    width: 100%
}

.widget_home .article-image {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.widget_home .overlay {
    display: block;
    background-image: url(../images/widget_home_overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.widget_home.active .overlay {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    opacity: .75
}

.aa-mobile-loop #aa-subscribe-widget {
    padding: 3px 15px
}

.aa-mobile-loop #aa-subscribe-widget h4 {
    width: 100%;
    margin: 16px 0;
    letter-spacing: -.005em
}

#aa-subscribe-widget .widget-label-subscribe {
    margin: 0
}

.layout-f .loop-panel.content-panel {
    width: 48.8%;
    float: left;
    margin-bottom: 30px;
    clear: none
}

.layout-f .loop-panel.content-panel:nth-child(2n-1) {
    margin-right: 2.4%
}

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink,
#CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelDetailsButton {
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 30px
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
    font-size: 12.5pt;
    margin-top: 4px;
    padding: 5px 2px
}

#CybotCookiebotDialogBodyButtonDecline {
    min-width: 210px
}

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
    padding-left: 30px
}

@media only screen and (max-width:703px) {

    #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink,
    #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelDetailsButton {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 15px
    }

    #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
        padding: 10px 2px
    }

    #CybotCookiebotDialogBodyButtonAccept {
        float: right
    }
}

@media only screen and (max-width:520px) {
    #CybotCookiebotDialogBodyButtonAccept {
        float: none
    }

    #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
        display: block;
        margin: 0 auto 15px
    }

    #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink,
    #CybotCookiebotDialogBody #CybotCookiebotDialogBodyLevelDetailsButton {
        margin-top: 0
    }
}

.aa_ta_wrapper .textwidget {
    margin-bottom: 0 !important
}

.aa_fmtc_deals h1.page-title {
    position: relative;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: -.02em;
    margin-bottom: 34px
}

.aa_fmtc_deals h1.page-title::before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    bottom: -15px;
    width: 40px;
    height: 2px;
    border-radius: 1px;
    background-color: #00d49f
}

.aa_fmtc_loop_deals .aa_fmtc_item {
    width: 18.8%;
    margin-right: 1.5%;
    margin-bottom: 20px
}

.aa_fmtc_loop_deals .aa_fmtc_item:nth-child(5n+5) {
    margin-right: 0
}

.widget_fmtc_deals_items_wrapper {
    margin-bottom: 6px
}

.aa_fmtc_item {
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .03);
    -webkit-transition: .3s;
    transition: .3s
}

.aa_fmtc_item.active .aa_fmtc_item_title {
    color: #00c997
}

.aa_fmtc_item .article-image-wrapper {
    position: relative
}

.aa_fmtc_item .article-image {
    width: 100%;
    height: 147px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.aa_fmtc_item .article-info {
    background-color: #f5f5f5;
    padding: 12px 14px 13px
}

.aa_fmtc_item_merchant {
    font-family: Proximanova Regular, sans-serif;
    color: #b5b6c3;
    font-size: 11px
}

.aa_fmtc_item_expires,
.aa_fmtc_item_expires_mobile {
    position: relative;
    font-family: Proximanova, sans-serif;
    font-size: 11px;
    color: #b5b6c3;
    overflow: hidden
}

.aa_fmtc_item_expires_mobile {
    display: none
}

.aa_fmtc_item_expires span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    background-color: #f5f5f5;
    z-index: 1
}

.aa_fmtc_item_expires::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: #b5b6c3;
    opacity: .3
}

.aa_fmtc_item_title {
    font-family: Proximanova, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-top: 1px;
    letter-spacing: -.04em;
    font-weight: 600;
    height: 54px;
    overflow: hidden;
    margin-bottom: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aa_fmtc_item_get a {
    font-family: Proximanova Regular, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    display: block;
    text-align: center;
    margin-top: 8px;
    padding: 6px 7px;
    color: #fff;
    background-color: #00d49f;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 18px;
    -webkit-box-shadow: 0 5px 15px rgba(27, 212, 159, .4);
    box-shadow: 0 5px 15px rgba(27, 212, 159, .4);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aa_fmtc_item.active .aa_fmtc_item_get a {
    background-color: #00c997;
    -webkit-box-shadow: 0 2px 5px rgba(27, 212, 159, .4);
    box-shadow: 0 2px 5px rgba(27, 212, 159, .4)
}

.aa_mobile_device .aa_fmtc_loop_deals {
    margin: 30px 20px
}

.aa_mobile_device .aa_fmtc_deals h1.page-title::before {
    left: 20px
}

.deals-pagination-button {
    position: relative;
    display: block;
    margin: 11px auto 20px;
    color: #b5b6c3;
    width: 194px;
    box-shadow: 0 5px 10px rgba(82, 87, 103, .3);
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, .05);
    background-color: #525767;
    font-family: Proximanova Regular, sans-serif;
    font-size: 16px;
    letter-spacing: .01em;
    font-weight: 400;
    cursor: pointer
}

.deals-pagination-button:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    width: 16px;
    height: 16px;
    border: 3px solid #00d49f;
    border-top: 3px solid #00d49f;
    border-right: 3px solid #00d49f;
    border-bottom: 3px solid #00d49f;
    border-radius: 50%;
    border-color: #00d49f #00d49f #00d49f transparent;
    -webkit-animation: 2s preloader-deals linear infinite;
    -o-animation: 2s preloader-deals linear infinite;
    animation: 2s preloader-deals linear infinite
}

@keyframes preloader-deals {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes preloader-deals {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.aa_fmtc_deals_read_more {
    color: #fff;
    padding: 7px 0 5px;
    display: inline-block;
    font-weight: 700;
    text-indent: 5px;
    line-height: 19px;
    vertical-align: baseline
}

.aa_fmtc_deals_loading {
    display: none
}

.active.deals-pagination-button {
    border-radius: 8px;
    background-color: #f5f5f5;
    width: 224px;
    border: 1px solid rgba(0, 0, 0, .03);
    box-shadow: none
}

.active.deals-pagination-button:before {
    display: block
}

.active .aa_fmtc_deals_read_more {
    display: none
}

.active .aa_fmtc_deals_loading {
    display: block;
    padding: 33px 0 5px;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .015em;
    text-indent: 3px
}

@media only screen and (max-width:1024px) {

    .aa_fmtc_loop_deals .aa_fmtc_item,
    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(5n+5) {
        width: 23%;
        margin-right: 2.666%
    }

    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(4n+4) {
        margin-right: 0
    }
}

@media only screen and (max-width:800px) {

    .aa_fmtc_loop_deals .aa_fmtc_item,
    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(4n+4),
    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(5n+5) {
        width: 31%;
        margin-right: 3.5%
    }

    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media only screen and (max-width:603px) {

    .aa_fmtc_loop_deals .aa_fmtc_item,
    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(3n+3),
    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(4n+4),
    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(5n+5) {
        width: 47.5%;
        margin-right: 5%
    }

    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media only screen and (max-width:450px) {

    .aa_fmtc_deals h1.page-title,
    .aa_mobile_device .aa_fmtc_deals h1.page-title {
        font-size: 29px;
        line-height: 38px
    }

    .aa_mobile_device .aa_fmtc_loop_deals {
        margin: 35px 17px 0
    }

    .aa_fmtc_loop_deals .aa_fmtc_item,
    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(3n+3),
    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(4n+4),
    .aa_fmtc_loop_deals .aa_fmtc_item:nth-child(5n+5) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px
    }

    .aa_fmtc_item .article-image {
        width: 100px;
        height: 100px
    }

    .aa_fmtc_item .article-image-wrapper {
        float: left
    }

    .aa_fmtc_item .article-info {
        padding: 10px 0 0;
        height: 100px;
        overflow: hidden;
        position: relative
    }

    .aa_fmtc_item_expires_mobile,
    .aa_fmtc_item_merchant {
        line-height: 12px;
        max-height: 12px;
        overflow: hidden
    }

    .aa_fmtc_item_merchant {
        float: left
    }

    .aa_fmtc_item_expires_mobile {
        float: right;
        display: block
    }

    .aa_fmtc_item_expires {
        display: none
    }

    .aa_fmtc_item_extrainfo,
    .aa_fmtc_item_title {
        margin: 0 10px
    }

    .aa_fmtc_item_title {
        font-size: 14px;
        line-height: 17px;
        height: 34px;
        margin-bottom: 11px
    }

    .aa_fmtc_item_get a {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        padding: 4px 8px;
        text-align: left;
        font-size: 14px
    }

    .aa_fmtc_item_get a:after {
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        position: absolute;
        right: 13px;
        top: 10px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff
    }

    .active.deals-pagination-button {
        width: calc(100% - 34px);
        margin: 0 17px 35px
    }
}

.aa_deals_title_wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 8px
}

.aa_deals_title_text {
    display: inline-block;
    position: relative;
    color: #525767;
    font-family: Proximanova Regular, sans-serif;
    font-size: 12px;
    letter-spacing: .26em;
    font-weight: 700;
    line-height: 24px;
    padding-right: 18px;
    text-transform: uppercase;
    white-space: nowrap
}

.aa_deals_title_line {
    display: inline-block;
    position: relative;
    top: -3px;
    width: 100%;
    background: #aaa;
    height: 1px
}

.aa_deals_shortcode_items {
    position: relative
}

.aa_deals_shortcode_wrapper {
    border-bottom: 1px solid rgba(181, 182, 195, .3)
}

.aa_deals_shortcode_wrapper .aa_fmtc_item_get a {
    font-family: Proximanova Regular, sans-serif !important
}

.aa_deals_shortcode_items .aa_fmtc_item .article-image {
    height: 112px
}

.aa_deals_shortcode_items .aa_fmtc_item,
.widget_fmtc_deals .aa_fmtc_item {
    margin-bottom: 20px
}

.aa_deals_shortcode_items .aa_fmtc_item .article-info,
.widget_fmtc_deals .aa_fmtc_item .article-info {
    padding-top: 10px
}

.aa_deals_shortcode_items .aa_fmtc_item_title {
    margin-bottom: 23px
}

.aa_deals_shortcode_items .aa_fmtc_item_get a,
.widget_fmtc_deals .aa_fmtc_item_get a {
    font-size: 13px;
    margin-top: 6px;
    padding: 4px 7px
}

.aa_deals_shortcode_items .aa_fmtc_item,
.aa_deals_shortcode_items .aa_fmtc_item:nth-child(5n+5) {
    width: 23%;
    margin-right: 2.666%
}

.aa_deals_shortcode_items .aa_fmtc_item:nth-child(4n+4) {
    margin-right: 0
}

.aa_mobile_device .aa_deals_shortcode_wrapper {
    padding: 0 20px
}

@media only screen and (max-width:603px) {

    .aa_deals_shortcode_items .aa_fmtc_item,
    .aa_deals_shortcode_items .aa_fmtc_item:nth-child(4n+4),
    .aa_deals_shortcode_items .aa_fmtc_item:nth-child(5n+5) {
        width: 47.5%;
        margin-right: 5%
    }

    .aa_deals_shortcode_items .aa_fmtc_item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media only screen and (max-width:450px) {
    .aa_deals_shortcode_items .aa_fmtc_item .article-image {
        height: 100px
    }

    .aa_deals_shortcode_items .aa_fmtc_item,
    .aa_deals_shortcode_items .aa_fmtc_item:nth-child(2n+2),
    .aa_deals_shortcode_items .aa_fmtc_item:nth-child(4n+4),
    .aa_deals_shortcode_items .aa_fmtc_item:nth-child(5n+5) {
        width: 100%;
        margin-right: 0
    }
}

.widget_fmtc_deals .aa_fmtc_item {
    width: 47.5%;
    margin-right: 5%
}

.widget_fmtc_deals .aa_fmtc_item:nth-child(2n+2) {
    margin-right: 0
}

.widget_fmtc_deals .aa_fmtc_item .article-image {
    height: 108px
}

.widget_fmtc_deals .aa_fmtc_item_title {
    margin-bottom: 18px
}

.widget_fmtc_deals:after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    display: block;
    background: #edeef4;
    position: absolute;
    bottom: 0;
    left: 20px;
    visibility: visible
}

body:not(.aa_mobile_device) [id^=custom_html] .textwidget [id^=dsk-box-ad-][data-google-query-id] {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

body:not(.aa_mobile_device) [id^=custom_html] .textwidget #dsk-banner-ad-b[data-google-query-id] {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

body [id^=custom_html] .textwidget #native-ad-b {
    padding: 10px
}

body:.aa_mobile_device [id^=custom_html] .textwidget [id^=mob-box-ad-][data-google-query-id] {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

body.aa_mobile_device #tpd-banner-ad-bm[data-google-query-id],
body:not(.aa_mobile_device) #tpd-banner-ad-b[data-google-query-id] {
    border-bottom: 1px solid #b5b6c3
}

body:not(.aa_mobile_device) #tpd-banner-ad-b[data-google-query-id] {
    min-height: 110px
}

body.aa_mobile_device #tpd-banner-ad-bm[data-google-query-id] {
    min-height: 50px
}

@media only screen and (max-width:1240px) {
    #page .container-fluid .container-inner {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%;
        margin: 0
    }
}

@media only screen and (max-width:991px) {

    .widget > form,
    .widget > ul {
        margin-bottom: 5px
    }

    .content-panel.loop-sidebar-right,
    .content-panel.single-sidebar {
        display: none
    }

    .aa_item_info_block .aa_item_author {
        display: none
    }
}

@media only screen and (max-width:603px) {
    .content-panel.loop-panel .excerpt {
        display: none
    }

    .content-panel .loop-image-wrapper {
        width: 75px;
        height: 75px;
        border-radius: 6px
    }

    .content-panel .loop-info-wrapper {
        height: auto;
        max-height: 75px;
        padding-top: 0;
        width: calc(100% - 90px)
    }

    .content-panel .loop-info-wrapper .loop-info {
        padding: 0;
        height: 45px
    }

    .content-panel .loop-info-wrapper .bottom-loop-info {
        padding: 0
    }

    .bottom-loop-info span:not(:last-child):after {
        margin: 0 4px 0 4px
    }

    .loop-panel.content-panel {
        margin-bottom: 15px;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none
    }

    .bottom-loop-info a,
    .bottom-loop-info span {
        color: #b5b6c3;
        font-family: 'Roboto Medium', sans-serif;
        font-size: 10px;
        letter-spacing: -.06px
    }

    .aa_latest_news_loop .loop-panel.content-panel {
        display: inline-block;
        width: 100%
    }

    .loop .loop-panel.content-panel:nth-last-child(2) {
        border-bottom: 0
    }

    .loop-panel h2.article-title,
    .loop-panel h2.article-title a {
        color: #525767;
        font-size: 15px;
        line-height: 20px;
        max-height: 40px
    }

    .widgets .social-counts .social-panel {
        width: 19%;
        margin-bottom: 0;
        margin-top: 16px;
        padding: 0 !important;
        margin-right: 7%
    }

    .widgets .social-counts .social-panel:last-child {
        margin-right: 0
    }

    .widgets .social-counts .social-icon:after,
    .widgets .social-counts .social-label,
    .widgets .social-counts .social-number {
        display: none
    }

    .widgets .social-counts .social-icon {
        width: 100%;
        height: 36px;
        padding-top: 5px;
        float: none
    }

    .widgets .bar-header {
        margin-bottom: 8px
    }

    .home .loop-panel.content-panel.aa_featured_post {
        width: 100%;
        margin-right: 0 !important
    }

    .home .content-panel.aa_featured_post .loop-image-wrapper,
    .widget_home .article-image-wrapper {
        width: 100%;
        height: 180px
    }

    a.aa_cat_name_block {
        font-family: 'Roboto Medium', sans-serif;
        font-size: 11px !important;
        letter-spacing: .79px;
        border-radius: 5px;
        background-color: rgba(25, 15, 11, .5);
        margin: 20px 0 0 20px;
        height: 20px;
        line-height: 20px;
        padding: 0 10px
    }

    .article-info.full-image .aa_cat_name_block {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5
    }

    .article-info.full-image h2.article-title {
        font-family: 'Roboto Bold', sans-serif;
        font-size: 19px;
        letter-spacing: -.12px;
        line-height: 25px;
        margin-bottom: 3px
    }

    .article-info.full-image .bottom-loop-info span {
        color: rgba(255, 255, 255, .6);
        font-size: 11px;
        letter-spacing: -.07px
    }

    .article-info.full-image {
        height: 100%;
        width: 100%
    }

    .article-info.full-image .bottom-loop-info {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 20px 17px
    }

    .loop-panel .circle_rating_block,
    .widget_home .circle_rating_block {
        display: none
    }

    .widget_home {
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 15px
    }

    .widget_home_wrapper .widget_a.compact-panel {
        margin-bottom: 15px !important
    }
}

#footer {
    background-color: #edeef4;
    position: relative;
    z-index: 6;
    padding-top: 43px
}

#footer-logo {
    padding-left: 0
}

#footer-main-menu {
    text-align: right;
    padding-right: 4px
}

#footer-main-menu ul {
    list-style: none;
    padding: 0
}

#footer-main-menu li {
    display: inline-block;
    margin-left: 21px
}

#footer-main-menu li a {
    font-family: "Roboto Medium", sans-serif;
    color: #525767;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: -.09px
}

#footer-main-menu li a:hover {
    color: #00d49f
}

#aa_footer_logo {
    background-color: transparent;
    display: block;
    position: relative;
    background-image: url(../images/aa_logotype_dark.svg);
    background-repeat: no-repeat;
    height: 21px;
    width: 160px
}

.aa-footer-description {
    color: #525767;
    font-family: "Roboto Medium", sans-serif;
    font-size: 14px;
    letter-spacing: -.09px;
    margin-top: 29px
}

#footer .aa_soc_sidebar {
    list-style: none;
    margin-top: 29px;
    padding: 0
}

#footer .aa_soc_sidebar li {
    text-align: right
}

#footer .aa_soc {
    color: #525767;
    padding-left: 19px;
    font-size: 16px
}

#footer .aa_soc:hover {
    color: #00D49F !important
}

.copyright {
    height: 50px;
    line-height: 50px;
    color: #b5b6c3;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 14px;
    letter-spacing: -.09px;
    background: #fff;
    margin-top: 25px
}

.privacy-policy-icon:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/privacy-policy-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px
}

#aa_sticky_soc_wrapper .privacy-policy-icon {
    margin-right: 0;
    margin-left: 8px
}

#main-menu .privacy-policy-icon {
    position: relative;
    padding-left: 18px
}

#main-menu .privacy-policy-icon:before {
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    top: 50%;
    margin-top: -5px
}

.load-more-wrapper {
    cursor: pointer
}

.load-more,
.load-more-ss {
    position: relative;
    color: #fff !important;
    font-family: 'Proximanova Bold', sans-serif;
    font-size: 14px;
    border-radius: 3px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.load-more {
    background-color: #00d49f
}

.last-page {
    display: none;
    background-color: #c8d7e2
}

.load-more-wrapper.active .load-more:hover {
    background-color: #3f3f3f !important;
    color: #fff !important
}

.load-more:after {
    border-color: #fff transparent transparent;
    border-width: 5px;
    border-style: solid;
    content: "";
    margin-left: 8px;
    width: 0;
    height: 0;
    position: absolute;
    top: 42%
}

div.loading.load-infinite {
    top: 50px;
    margin: auto;
    height: 170px;
    clear: both
}

.single div.loading.load-infinite {
    top: -20px;
    margin: auto;
    height: auto
}

div.loading span {
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(187, 187, 187, .2) rgba(187, 187, 187, .2) #35d46b rgba(187, 187, 187, .2);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.31, .84, .24, .25);
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.31, .84, .24, .25)
}

div.loading span:before {
    content: none;
    display: none
}

.aa-sp-margin-bottom {
    margin-bottom: 20px
}

.single-post-selector .loading {
    margin-top: 30px
}

@media only screen and (max-width:1220px) {
    #footer .container-inner {
        margin: 0 20px
    }
}

@media only screen and (max-width:991px) {
    #footer {
        padding-top: 35px
    }

    #footer .container-inner {
        margin: 0 45px
    }

    #aa_footer_logo {
        margin: 0 auto
    }

    .aa-footer-description {
        text-align: center
    }

    #footer .aa_soc_sidebar {
        margin-top: 11px;
        margin-bottom: 0
    }

    #footer .aa_soc_sidebar li {
        text-align: right;
        text-align: justify
    }

    #footer .aa_soc_sidebar li:after {
        content: '';
        display: inline-block;
        width: 100%
    }

    #footer .aa_soc {
        padding-left: 0;
        font-size: 22px;
        width: 23%;
        display: inline-block;
        text-align: center;
        margin-bottom: 18px
    }

    #footer-main-menu {
        margin-top: -22px;
        text-align: center;
        padding-right: 0
    }

    #footer-main-menu li {
        margin: 0 20px 20px
    }

    #footer-main-menu li a {
        opacity: .75
    }

    .copyright {
        margin-top: 0;
        font-size: 12px
    }
}

@media only screen and (max-width:603px) {
    .aa-sp-margin-bottom {
        margin-bottom: 0
    }

    .single div.loading.load-infinite {
        top: 0;
        margin: 40px 0
    }

    .load-more:after {
        display: none
    }

    .search #footer {
        margin-top: 30px
    }
}
/*features/photo_designs_add_credit_live css start*/
.credit_by {
    font-size: 13px;
    line-height: 24px;
    color: #c6c7d3;
    padding-top: 10px;
}
span.credit_by {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

span.credit_by:hover {
    color: #00d49f;
}

.single-page .aligncenter {
     margin-bottom: 0;
}
/*features/photo_designs_add_credit_live css end*/

/*poll design update start*/

.aa-poll-custom span.aa_poll_choice_text {
    background-color: #f2f2f2 !important;
}



.aa-poll-custom li::after,
.aa-poll-custom li::before {
    display: none !important;
}

.aa-poll-custom li .aa_poll_choice_text {
    padding: 10px 70px 9px 20px !important;
    border-radius: 4px !important;
    text-align: left !important;
    font-size: 14px !important;
    justify-content: flex-start !important;
    color: #525767 !important;
    margin-bottom: 15px !important;
    height: auto !important;
    font-family: Proximanova Regular, sans-serif !important;
    line-height: 20px !important;
}
.aa-poll-custom .aa_poll_choice_text.aa-poll-que-custom{
    border: 2px solid transparent;
}
.aa-poll-custom .aa_poll_choice_text.aa-poll-que-custom:hover{
    border: 2px solid #00d49f;
}
/*
span.aa_poll_choice_text.aa-poll-results-custom:after {
    content: "";
    width: 100%;
    border: 2px solid;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 4px;
}
*/

.aa-poll-custom span.poll_progressbar {
    float: left !important;
    left: 0 !important;
    height: 4px !important;
}

.aa-poll-custom li:nth-child(2n) .aa_poll_choice_text span.poll_percentage {
    left: auto !important;
    right: 0px !important;
}

.aa-poll-custom .aa_poll_choice_text.aa-poll-results-custom::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #d9efea;
    z-index: -1;
}
.aa-poll-custom li .aa_poll_choice_text span.poll_percentage{
    width: auto !important;
}

.aa-poll-custom li.choice_selected .aa_poll_choice_text {
    color: #525767 !important;
}


.single .aa-poll-custom-design {
    background: #00d49f !important;
    color: #fff !important;
    width: 195px !important;
   box-shadow: 0px 5px 15px #1BD49F66;
    font-family: 'Proximanova Bold', sans-serif !important;
    letter-spacing: -0.45px !important;
}


.aa-poll-custom-design.disabled {
    background: #b5b6c3 !important;
    color: #fff !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Proximanova Bold', sans-serif !important;
    width: 195px !important;
}

.aa-poll-votes-parent {
    font-size: 13px;
    line-height: 24px;
    color: #b5b6c3;
    text-align: center;
    margin-top: 10px;
}
.aa-poll-custom{ column-count: 1; }

.single-post .aa-poll-custom {
    column-count: 2;
    display: inherit !important;
    flex-wrap: inherit !important;
}
.single-post .aa-poll-custom .aa-poll-choice .aa_poll_choice_text {
    width: 100% !important;
    max-width: 100%;
}

.single-post .aa-poll-custom .aa-poll-choice {
    display: inline-block;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;

}

.aa-poll-custom-second{
    float: left;
}

@media(max-width: 767px){
    .aa-poll-custom {column-count: 1;}
    .single-post .aa-poll-custom {column-count: 1;}
}

.aa-poll-custom .poll_progressbar{
    transition-duration: .1s;
}

/*poll design update end */

/*-----faq css 31-1-20------*/

.faq-wrapper h3 { position: relative;}
.faq-wrapper h3::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 50px; height: 2px; background: #2ccc70;}
.faq-wrapper h5{ font-family: Lato Black, sans-serif; color: #000 !important; font-size: 17px; margin: 0; line-height: 26px;}
.question p{  font-family: Proximanova Bold, sans-serif  !important; font-style: italic; color: #000 !important; line-height: 25px  !important;}
.answer-wrapper { display: flex; margin-bottom: 30px;}
.iframe-wrapper { margin-right: 15px; border-radius: 30px;}
.iframe-wrapper iframe {  max-width: 170px; height: 120px;}
.iframe-box {border-radius: 30px;overflow: hidden;height: 120px;}
.faq-wrapper .btn.btn-primary {transition: all ease 0.5s; margin: 0; background: #2d2d2d; border: 0; border-radius: 100px !important;padding: 13px 29px !important; width: 100% !important;}
.faq-wrapper input.form-control { background: #f5f5f5; border: none !important; box-shadow: none !important; border-radius: 30px !important; width: 98% !important;height:50px !important;	font-size: 15px !important;padding: 6px 20px !important;}
.faq-wrapper  .input-group {margin-bottom: 20px;}
.faq-wrapper .btn.btn-primary:hover{	background-color: #f06a98;}
@media screen and (max-width: 1199px){
	.billboard-content-wrap .col-md-8 { min-width: 100% !important; width: 100%;}
}
@media screen and (max-width: 991px){
	.faq-wrapper h5 { margin-bottom: 10px;}
	.answer-wrapper { width: 100%; }
}
@media screen and (max-width:576px){
	.answer-wrapper { flex-direction: column;}
	.iframe-wrapper { margin-bottom: 15px;}
	.faq-wrapper .input-group{ display: block;	}
	.faq-wrapper input.form-control { margin-bottom: 10px;	}
	.iframe-wrapper iframe { max-width: 100%; height: 100%; width: 100%;}
	.iframe-box { height: 250px;}
}

.faq-wrapper h4 { position:relative; font-family: Proximanova Regular, sans-serif !important;}
.faq-wrapper h4::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 50px; height: 2px; background: #2ccc70;}
.faq-wrapper h5{ font-family: Lato Black, sans-serif; color: #000 !important; font-size: 17px; margin: 0; line-height: 26px;}
.answer-wrapper { margin-bottom: 10px;}
.iframe-wrapper { margin-right: 15px; border-radius: 30px;}
.iframe-wrapper iframe {  max-width: 170px; height: 120px;}
.iframe-box {border-radius: 30px;overflow: hidden;height: 120px;}
.faq-wrapper .btn.btn-primary {transition: all ease 0.5s; margin: 0; background: #00D49F; border: 0; border-radius: 100px !important;padding: 13px 29px !important; width: 100% !important;}
.faq-wrapper input.form-control { background: #f5f5f5; border: none !important; box-shadow: none !important; border-radius: 30px !important; width: 98% !important;height:50px !important;	font-size: 15px !important;padding: 6px 20px !important;}
.faq-wrapper  .input-group {margin-bottom: 20px;}
.faq-wrapper .btn.btn-primary:hover{	background-color: #00D49F;}
@media screen and (max-width: 1199px){
	.billboard-content-wrap .col-md-8 { min-width: 100% !important; width: 100%;}
}
@media screen and (max-width: 991px){
	.faq-wrapper h5 { margin-bottom: 10px;}
	.answer-wrapper { width: 100%; }
}
@media screen and (max-width:576px){
	.answer-wrapper { flex-direction: column;}
	.iframe-wrapper { margin-bottom: 15px;}
	.faq-wrapper .input-group{ display: block;	}
	.faq-wrapper input.form-control { margin-bottom: 10px;	}
	.iframe-wrapper iframe { max-width: 100%; height: 100%; width: 100%;}
	.iframe-box { height: 250px;}
}

.question_title{
    background: #efefef;
    padding: 12px 20px;
    width: 100%;
    border-radius: 8px;
    font-size: 20px;
    letter-spacing: -.2px;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.question_title:hover{
    transition: all .3s;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,.15);
}

.question_title:hover p{
    color:#00D49F;
}

.question_title p{
    margin:0!important;
    font-style: normal;
}
.answer-wrapper{
    margin-top: 10px;
    padding: 5px;
}
.answer-wrapper p{
    margin: 0!important;

}
.question_title .faq-arrow{
    transform: rotate(360deg)!important;
}
.question_title.collapsed .faq-arrow{
    transform: rotate(180deg)!important;
}
.faq-arrow{
    position: absolute;
    right: 15px;
}

/*----- AA Img Source Credit ------*/
.aa-img-source-credit {
	width: 100%;
	display: inline-block;
	clear: both;
	font-size: 10px;
	line-height: initial;
	letter-spacing: 0.1px;
	color: #b5b6c3;
    font-family: "Proximanova Regular", sans-serif;
    margin-bottom: 0px;
}

.aa-img-source-credit .aa-img-source-and-credit,
.aa-img-source-credit .aa-img-caption {
	width: 50%;
	float: left;
	position: relative;
}

.aa-img-source-credit .aa-img-source, .aa-img-source-credit .aa-img-credit {
	width: 100%;
	float: left;
	text-align: right;
}

.aa-img-source-credit .aa-img-caption span {
	-webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #F1F1F1;
    color: #424242;
    padding: 5px 15px;
    font-size: 15px;
    display: inline-block;
    width: auto;
    line-height: 30px;
}

.aa-img-source-credit .aa-img-source-and-credit.full {
	width: 100%;
}

.aa-img-source-credit .aa-img-source, .aa-img-source-credit .aa-img-credit,
.aa-img-source-credit .aa-img-source-and-credit {
	line-height: 25px;
}

.aa-img-source-credit .aa-img-credit {
	text-align: right;
}

.aa-img-source-credit .aa-img-credit.text-left {
    text-align: left;
}

.aa-img-source-credit .aa-img-source span, .aa-img-source-credit .aa-img-credit span {
	font-weight: bold;
}

.aa-img-source-credit .img-credit-link {
	color: #b5b6c3;
}

@media screen and (max-width:575px){
	.aa-img-source-credit .aa-img-source, .aa-img-source-credit .aa-img-credit {
		width: 100%;
		text-align: left;
	}
}

@media screen and (max-width:767px){
	.aa-img-source-credit .aa-img-source,
	.aa-img-source-credit .aa-img-credit,
	.aa-img-source-credit .aa-img-source-and-credit,
	.aa-img-source-credit .aa-img-caption,
	.aa-img-source-credit .aa-img-caption span {
		width: 100%;
		text-align: left;
	}
	.aa-img-source-credit .aa-img-caption span {
		position: absolute;
		bottom: -100%;
		background-color: rgba(0,0,0,0.4);
		color: #FFF;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
}

/*App widget*/
.bg-light {
    background-color: #f2f2f2;
}

.bg-green {
    background-color: #008f59;
}

.m-0 {
    margin: 0 !important;
}

.mb-3{
    margin-bottom: 16px;
}

.p-0 {
    padding: 0 !important;
}

.pt-2 {
    padding-top: 8px;
}
.p-2{
    padding: 8px;
}

.app-section {
    padding: 10px 0px;
    border-radius: 16px;
}

.app-content {
    position: relative;
    height: 100%;
}

.app-content .sponser {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
	margin-top: 15px !important;
}

.app-content h3 {
    margin: 5px 0 !important;
}

.app-content .app-icon {
    height: 75px;
	width: 75px;
}

.app-content .c-name {
    font-size: 18px;
    padding: 5px 0px;
}

.border-bottom {
    border-bottom: 1px solid #bbbbbb;
    width: 80%;
    padding-bottom: 8px;
}

.rating-app .glyphicon-star {
    color: #00d49f;
    font-size: 16px;
}

.app-content .rating-app {
    padding-bottom: 8px;
}

.app-content .app-details {
    padding-top: 20px;
}

.app-btn {
    border-radius: 25px;
    padding: 8px 19px;
    color: white;
    background-color: #00d49f;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 1px 3px 15px rgba(98, 213, 160, 0.5);
	color: #FFF !important;
	letter-spacing: 0;
}

.app-btn:hover {
    text-decoration: none !important;
    color: white!important;
    box-shadow: none!important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-ms-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

.app-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 178%;
    position: relative;
    border-radius: 10px;
    height: 100%;
    box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

.app-icon-list {
    height: 75px;
	width: 75px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.app-list .app-name {
    line-height: 25px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 !important;
    white-space: nowrap;
    width: 60%;
    overflow: hidden;
    text-overflow: clip;
    background: -webkit-linear-gradient(to right, #000, #eef2f3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000, #eef2f3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-list p {
    color: #bbbbbb !important;
}

.app-list .sponser {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
	-moz-transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
	-o-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

.d-desk-none {
    display: block;
}

.d-app-block {
    display: none;
}

.app-list h3 {
    margin: 10px 0;
}

.list-btn {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    margin: 0;
}

.list-btn .app-btn {
    margin: 0;
}

.list-icon {
    display: inline-block;
    margin-right: 15px;
}

.list-icon p {
    color: grey;
}

.d-flex {
    display: flex;
}

.rating-app {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #00d49f;
    font-size: 16px;
    height: 16px;
    width: auto;
    margin: 0;
    position: relative;
    padding: 0;
}

.rating-upper {
    color: #00d49f;
    opacity: 1;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-lower {
    padding: 0;
    display: flex;
    z-index: 0;
    color: #00d49f;
    opacity: 0.3;
}

.rating-app span {
    padding-right: 4px;
}

.sp{
    position: relative;
}
.st3-border{
    border: .5px solid #bbb;
    margin: 10px 0;
	opacity: 0.2;
}

.sp .sponser{
    position: absolute;
	top: -20px;
    right: 0;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #bbbbbb;
}

.list-btn-st3{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 15%);
    text-align: right;
    margin: 0;
}

.featured-app {
	border: 4px solid #0088FE;
	padding-top: 25px;
}

.md-btn{
    color: black;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    opacity: 1;
    background-color: white!important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 25px;
}
.md-btn:hover{
    opacity: 1;
}

.aa-app-deal-shortcode {
	display: black;
	margin-bottom: 15px;
}

.large-app-section-inner {
	width: 93%;
    margin: 0 auto;
}

.large-app-section-summary {
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
}

.large-app-title {
	color: #000;
}

@media screen and (max-width:767px) {

    .d-desk-none {
        display: none;
    }

    .app-section .app-icon {
        height: 75px;
		width: 75px;
        position: absolute;
        top: -30px;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
    }

    .app-img-mobile {
        background-size: cover;
        background-position: center;
        width: 100%;
        padding-top: 50%;
        position: relative;
        margin-bottom: 15px;
        border-radius: 10px;
        height: 100%;
    }

    .app-img-mobile::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        z-index: 0;
    }

    .app-section .app-content {
        color: white;
        text-align: center;
        position: relative;
        top: 50%;
        left: 50%;
        padding: 10px;
        z-index: 1;
        transform: translate(-50%, -50%);
		text-shadow: 0 0 5px #FFFFFF;
    }

    .app-list-content h3 {
        margin: 0 !important;
    }

    .app-list-content .sponser {
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .app-list {
        width: 100%;
        border-radius: 10px;
        text-align: center;
        padding-top: 30px;
    }

    .app-list-content {
        padding-top: 30px;
    }

    .app-list-content .sp {
        font-size: 12px !important;
        letter-spacing: 2px !important;
        font-weight: bold;
    }

    .aa-app-deal-shortcode .app-section.mt-3{
        margin: 32px 0 15px 0;
    }

    .mt-3 {
        margin: 15px 0;
    }

    .app-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
        color: white !important;
    }

    .d-app-block {
        display: block;
    }

    .r-arrow {
        position: absolute;
        right: 25px;
    }
}
/*App widget*/

/*Deals Slider*/

.aa-post-deal-group-cnt .deals_swiper span.deals_best_deal {
    font-size: 11px;
    letter-spacing: 0px;
    color: #b5b6c3;
    font-family: Proximanova Regular, sans-serif;
    padding-left: 5px;
	font-weight: 400;
}

.aa-post-deal-group-cnt .deals_swiper span.aa-deal-box-title {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #000000;
    font-family: Proximanova Bold, sans-serif;
    font-weight: 500;
    text-align: left;
    padding-left: 5px;
    min-height: 55px;
}

.aa-post-deal-group-cnt .deals_swiper span.deals_expire {
    font-size: 11px;
    letter-spacing: 0px;
    color: #b5b6c3;
    font-family: Proximanova Regular, sans-serif;
    font-weight: 500;
    padding-left: 5px;
}

.aa-post-deal-group-cnt .deals_swiper span.deals_expire {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.aa-post-deal-group-cnt .deals_swiper span.deals_expire::before {
    content: "";
    position: absolute;
    right: -70px;
    background: #b5b6c3;
    height: 1px;
    width: 70%;
    top: 50%;
}

.aa-post-deal-group-cnt .deals_swiper .aa-deal-box-img {
    height: 135px;
    background-size: cover !important;
    border-radius: 0 !important;
    position: absolute !important;
    top: 0;
    left: 0;
	box-shadow: unset;
}

.aa-post-deal-group-cnt .deals_swiper .aa-deal-box {
    padding: 135px 10px 15px!important;
    overflow: hidden;
	border-radius: 10px;
}

.deals_swiper a.aa-deal-box-retailer.deals_get_deal {
    font-size: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: Proximanova Regular, sans-serif;
    font-weight: bold;
    text-align: center;
    justify-content: center !important;
}

.deals_swiper span.get_deal_btn {
    text-align: center !important;
    color: #fff !important;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
}

.deals_swiper a.aa-deal-box-retailer.deals_get_deal {
    margin: 0 auto;
    max-width: 159px;
    width: 100%;
    height: 28px;
    border-radius: 14px;
    box-shadow: 0px 5px 8.5px rgba(27, 212, 159, 0.4);
    background-color: #00d49f;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 10px !important;
}

.deals_swiper span.aa-deal-box-retailer-label.get_deal_btn {
    font-size: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: Proximanova Regular, sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0 !important;
}

.aa-post-deal-group-cnt .deals_swiper .aa-deal-box-retailer-label {
    font-family: Proximanova Regular, sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #000;
    margin-right: 0;
}

.aa-post-deal-group-cnt .deals_swiper .aa-deal-box {
    background-color: #f5f5f5 !important;
}

.deals_swiper .slider_child {
    padding: 0px !important;
}

.aa-post-deal-group-cnt .deals_swiper .aa-deal-box-abslink {
    left: 0;
}

.moove-post-shortcode-wrap.deals_swiper .swiper-slide {
    max-width: unset !important;
}

.moove-post-shortcode-wrap.deals_swiper .mps-shortcode-title h3 {
    margin-bottom: 10px;
}

.moove-post-shortcode-wrap.deals_swiper .mps-shortcode-title h3 {
    letter-spacing: 3px;
}

.deals_swiper .deals_box {
    border: solid rgba(0, 0, 0, 0.03);
    border-width: 1px;
}

.slider_child .deals_box {
    border: 1px solid transparent;
}

.slider_child:hover .deals_box {
    -webkit-box-shadow: 0 15px 45px -10px rgba(85, 85, 85, 0.30);
    -moz-box-shadow: 0 15px 45px -10px rgba(85, 85, 85, 0.30);
    box-shadow: 0 15px 45px -10px rgba(85, 85, 85, 0.30);
}

.swiper-container.swiper-container-initialized .swiper-slide {
    margin-right: 20px;
}

a.aa-deal-box-abslink.main-link-deal {
    position: unset;
}

a.deals_get_deal:hover {
    transition: all 0.3s;
	border: 2px solid #12bb91 !important;
}

.slider_child .aa-deal-box.aa-deal-box-medium.deals_box {
    transition: all 0.3s;
	margin: 15px;
    border: 1px solid #E5E5E5;
}

.owl-deals .owl-nav{
    position: absolute;
    right: 0;
    top: -50px;
    background: none;
    width:auto;
    color: #62d5a0;
	margin-top: 0px !important;
}

.owl-deals .owl-nav [class*=owl-]:hover {
    background: transparent!important;
    color: #000!important;
    text-decoration: none;
}

.owl-deals .slider_child:hover .deals_box{
	-webkit-box-shadow: 00 0 25px -10px rgba(85, 85, 85, 0.30);
    -moz-box-shadow: 0 0 25px -10px rgba(85, 85, 85, 0.30);
    box-shadow: 0 0 25px -10px rgba(85, 85, 85, 0.30);
	border: 1px solid #f5f5f5;
	background-color: #FFF !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background-color: #333333 !important;
    color: #FFF !important;
    position: relative;
    font-size: 12px !important;
    padding: 0px 2px !important;
    padding-top: 35% !important;
    width: 20px;
	min-height: 20px;
}

.owl-carousel .owl-nav button.owl-next .glyphicon, .owl-carousel .owl-nav button.owl-prev .glyphicon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1240px) {
    .moove-post-shortcode-wrap.deals_swiper .swiper-slide {
        max-width: 199px !important;
    }
}

@media screen and (max-width:830px) {
    #page .container-fluid.single-wrapper .content-no-sidebar .container-inner {
        max-width: 750px!important;
    }
    .moove-post-shortcode-wrap.deals_swiper .swiper-slide {
        max-width: unset !important;
    }
    .aa-post-deal-group-cnt .deals_swiper span.aa-deal-box-title {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .aa-post-deal-group-cnt .deals_swiper .aa-deal-box {
		padding: 145px 10px 15px!important;
	}
	.slider_child .aa-deal-box.aa-deal-box-medium.deals_box {
		max-width: 200px;
		margin: 15px auto;
	}
}
/* EOF Deals Slider*/

/* Start New badge css */
@media (min-width: 1010px){

    div.award-selected-active .full-billboard-wrapper .billboard-header-section,
    div.award-selected-active .billboard-header-section{
        min-height: 180px !important;
    }

    div .full-billboard-wrapper .billboard-header-section .awards-badge-link.active,
    div .billboard-header-section .awards-badge-link.active{
        height: 170px !important;
    }
}
/* EOF New badge css */

.loop-panel .awards-badge-link.active{ width: 30px !important; }
.loop-panel .awards-badge-link.active ~ div.circle_rating_block { right: 50px !important; }
.aa_amazon_buy_wrapper .aa_rating_wrap,
.ratings .total-info .aa_rating_wrap {
    width: 120px;
    margin-right: 4px;
    margin-left: 0;
    height: 24px;
    margin-top: 10px;
    display: inline-block;
}
.aa_amazon_buy_wrapper .aa_rating_wrap .moove-aa-star-rating,
.ratings .total-info .moove-aa-star-rating { display: inline-block; overflow: hidden; }
.aa_amazon_buy_wrapper .aa_rating_wrap .moove-aa-star-rating i{ /*color: #fff;*/ visibility: hidden; }
/*.ratings .total-info .moove-aa-star-rating i{ color: #00c997; visibility: hidden; }*/
.ratings .product-title{ padding-top:0px !important;  }
@media only screen and (max-width: 603px){
    .ratings .total-info .aa_rating_wrap{ display: none; }
}

div.award-selected-active .billboard-wrapper .billboard-image .awards-badge-link.active {
	width: 65px !important;
}
body.single-format-aside .scrolled_view_bar_content,
body.single-format-link .scrolled_view_bar_content,
body.single-format-status .scrolled_view_bar_content {
	padding-left: 0px !important;
}
body.single-format-aside .scrolled_view_bar_content .aa-awdbdg,
body.single-format-link .scrolled_view_bar_content .aa-awdbdg,
body.single-format-status .scrolled_view_bar_content .aa-awdbdg,
div.award-selected-active .billboard-wrapper .billboard-image .awards-badge-link.active {
	display: inline-block !important;
	position: unset !important;
}
div.award-selected-active .billboard-wrapper .billboard-image .awards-badge-link.active {
	float: right;
	margin-top: 30px;
    margin-right: 30px;
}

@media (min-width: 1010px) {
	div.award-selected-active .billboard-header-section,
	div.award-selected-active .full-billboard-wrapper .billboard-header-section {
	   padding-left: 0px;
	}
	.billboard-header-badge-section, .billboard-header-title-section,
	div .billboard-header-section .awards-badge-link.active,
	div .full-billboard-wrapper .billboard-header-section .awards-badge-link.active {
		display: inline-block;
		vertical-align: middle;
	}
	div .billboard-header-section .awards-badge-link.active,
	div .full-billboard-wrapper .billboard-header-section .awards-badge-link.active,
	body.single-format-aside .scrolled_view_bar_content .aa-awdbdg,
	body.single-format-link .scrolled_view_bar_content .aa-awdbdg,
	body.single-format-status .scrolled_view_bar_content .aa-awdbdg	{
		display: inline-block !important;
		position: unset !important;
	}
	div .billboard-header-section .awards-badge-link.active:not(:last-child),
	div .full-billboard-wrapper .billboard-header-section .awards-badge-link.active:not(:last-child) {
		margin-right: 10px;
	}
	div.award-selected-active .billboard-header-section,
	div.award-selected-active .full-billboard-wrapper .billboard-header-section,
	body.single-format-aside .scrolled_view_bar_content,
	body.single-format-link .scrolled_view_bar_content,
	body.single-format-status .scrolled_view_bar_content,
	div.format-link .full-billboard-wrapper .billboard-header-section,
	div.format-link[data-layout=classic] .billboard-header-section,
	div.format-link[data-layout=sidebar-right] .billboard-header-section {
		padding-left: 0px !important;
	}
	div.award-selected-active .billboard-wrapper .billboard-image .awards-badge-link.active {
		display: inline-block !important;
		position: unset !important;
		float: right;
		margin-top: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 1009px) {
	.billboard-header-title-section {
		max-width: 100% !important;
	}
	div.award-selected-active .billboard-wrapper .billboard-image .awards-badge-link.active {
		display: inline-block !important;
		position: unset !important;
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		width: 55px !important;
	}
}

@media (max-width: 767px) {
	.aa-erc-main-page-wrap .listing-row .nm-lst-cnt article span.erc-featured-image-cnt .awards-badge-link {
		display: inline-block !important;
		position: relative !important;
		float: right;
		margin: 10px 10px 0 0;
		top: 0 !important;
		right: 0 !important;
		height: 50px !important;
		width: 30px !important;
	}
}
/* Video_Text */
#aa_nh_video_text { z-index: 1; padding-top: 30px; }
/* Native Hub Mobile Button  */
.dev_gen_arrow_wrapper.mobile_view {
    position: relative;
    height: 90px;
    margin-top: 20px;
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
    .dev_gen_info .dev_gen_arrow.dev_gen_prev {
        left: -90px;
    }
    .dev_gen_info .dev_gen_prev:hover .arrow_hover_wrapper {
        right: -185px;
        z-index: 1;
    }
    .dev_gen_info .dev_gen_arrow.dev_gen_next {
        right: -90px;
    }
    .dev_gen_info .dev_gen_next:hover .arrow_hover_wrapper {
        left: -185px;
        z-index: 1;
    }
}
/* Footer Buy Button */
@media (max-width: 767px) {
    .aa_nh_footer_dev_content_block {
        width: calc(100% - 75px) !important;
    }
    .aa_mobile_device .aa_nh_footer_buynow.aa_nh_buynow_buton {
        width: auto !important;
    }
}
blockquote.quote_new {
    max-width: 100% !important;
}
/* Tablepress Mobile view */
#tablepress-1987 tbody tr td:not(:first-child)  {
    text-align:center;
}
@media (max-width: 767px){
    .tablepress-id-1987.tablepress-responsive-phone tbody tr.even td.column-1, .tablepress-id-1987.tablepress-responsive-phone tbody tr.odd td.column-1 {
        background: #fff!important;
        display: inline-block!important;
        width: calc(50vw - 20px)!important;
    }
    .tablepress-id-1987.tablepress-responsive-phone thead tr th:first-child {
        display: inline-block;
    }
    .tablepress-id-1987.tablepress tbody tr.even td, .tablepress-id-1987.tablepress tbody tr.odd td {
        color: #999!important;
        border-bottom: 1px solid #ddd !important;
    }
}
/* Source and Credit */
.single-page .aa-img-source-and-credit .aa-img-source a, .single-page .aa-img-source-and-credit .aa-img-credit a,
.aa-img-source-and-credit .aa-img-source a, .aa-img-source-and-credit .aa-img-credit a {
    font-size: 10px !important;
    color: #b5b6c3;
}
.single-page .the-content p>img.aa-img,.single-page .the-content p>a>img.aa-img { margin-bottom:0px !important; }
/* Poll */
.single-post .aa-poll-custom {
    display: flex !important;
    flex-wrap: wrap !important;
}
.single-post .aa-poll-custom .aa-poll-choice {
    flex-basis: 50% !important;
    flex-grow: 1 !important;
    margin-bottom: 15px;
}
.single-post .aa-poll-custom .aa-poll-choice .aa_poll_choice_text {
    display: block;
    height: 100% !important;
    margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px){
    .single-post .aa-poll-custom .aa-poll-choice {
        flex-basis: 100% !important;
    }
}
/* Start Rating */
.features-article-rating { width: auto; color: rgba(255,255,255,0.5); position: relative; }
.features-article-rating.green { color: rgba(0, 212, 159, 0.3); }
.features-article-rating .aa_rating_wrap-custom { width: 81px; position: relative; height: 15px; overflow: hidden; font-size: 16px; }
.features-article-rating .moove-aa-star-rating.below,
.features-article-rating .moove-aa-star-rating.top,
.features-article-rating .moove-aa-star-rating-top-outer { width: 81px; height: 15px; vertical-align: top; }
header.aa-new-sticky-header #scrolled_view_bar .sw_bar_price_rating .moove-aa-star-rating i { font-size: inherit !important; width: initial !important; color: inherit !important; }
.features-article-rating .moove-aa-star-rating.below,
.features-article-rating .moove-aa-star-rating.top
.features-article-rating .moove-aa-star-rating-top-outer { position: absolute; left: 0px; top: 0px; }
.features-article-rating .moove-aa-star-rating-top-outer { overflow: hidden; }
.features-article-rating .moove-aa-star-rating.top { color: #FFF; }
.features-article-rating.green .moove-aa-star-rating.top { color: #00d49f; }
.features-article-rating .moove-aa-star-rating i { float: left; visibility: visible !important; font-size: 16px; width: auto !important; }
/* Start Rating */
.content-panel .loop-info-wrapper .loop-info { height: auto; padding-top: 0px; }
.content-panel .loop-info-wrapper .loop-info .article-title { margin-top: -5px; }
.features-article-rating .aa_rating_wrap-custom { width: 93px; margin: 5px 0px; }
.features-article-rating .moove-aa-star-rating.below, .features-article-rating .moove-aa-star-rating.top, .features-article-rating .moove-aa-star-rating-top-outer { width: 93px; }
.features-article-rating .moove-aa-star-rating i:not(:last-child) { margin-right:3px; }
.content-panel.loop-panel .loop-info .excerpt { color: #110b09; }
.features-article-rating .moove-aa-star-rating i, header.aa-new-sticky-header #scrolled_view_bar .sw_bar_price_rating .moove-aa-star-rating i { letter-spacing: 0 }
.bottomline-star-wrap .features-article-rating .aa_rating_wrap-custom, .bottomline-star-wrap .features-article-rating .moove-aa-star-rating.below, .bottomline-star-wrap .features-article-rating .moove-aa-star-rating.top, .bottomline-star-wrap .features-article-rating .moove-aa-star-rating-top-outer { width: 132px; height: 24px; }
.bottomline-star-wrap .features-article-rating .moove-aa-star-rating i { font-size: 24px; }
@media only screen and (max-width: 603px){
    .content-panel .loop-info-wrapper { max-height: 81px; }
    .features-article-rating .aa_rating_wrap-custom { margin: 3px 0px; width: 77px; }
    .features-article-rating .moove-aa-star-rating i, header.aa-new-sticky-header #scrolled_view_bar .sw_bar_price_rating .moove-aa-star-rating i { font-size: 13px !important; }
    .features-article-rating .moove-aa-star-rating.below, .features-article-rating .moove-aa-star-rating.top, .features-article-rating .moove-aa-star-rating-top-outer { width: 77px; }
	.bottomline-star-wrap .features-article-rating .aa_rating_wrap-custom, .bottomline-star-wrap .features-article-rating .moove-aa-star-rating.below, .bottomline-star-wrap .features-article-rating .moove-aa-star-rating.top, .bottomline-star-wrap .features-article-rating .moove-aa-star-rating-top-outer { width: 77px; height: 13px; }
}
/* Amazon Buy Wrapper */
.aa_amazon_buy_wrapper .aa_shop_link_block .col-wrapper { width: auto !important; }
.aa_amazon_buy_wrapper .aa_shop_link_block .col-wrapper:nth-child(2) { float: right; }
.aa_shop_link_block .col-wrapper { width: 50%; }
/* Homepage loop link color change */
.loop-panel.active h2.article-title { color: #3f3f3f !important; }
.home .loop-panel:hover h2.article-title,  .loop-panel h2.article-title:hover { color: #00d49f !important; }
/* Adv CSS */
.aa-adv-style-1 .attribution { color: #000; background-color: #fff; font-size: 13px; padding-left: 3px; padding-right: 3px; top: 10px; left: 10px; position: absolute; border-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,.5); z-index: 5; }
.loop-sidebar-right .content-panel .loop-image-wrapper { width: 60px; height: 60px; margin-right: 10px; }
@media only screen and (max-width: 603px) {
    .aa-adv-style-1 .content-panel.loop-panel .excerpt { display: block; }
}
/* single page */
@media screen and  (min-width: 1010px){
    div.award-selected-active .billboard-wrapper .billboard-image .awards-badge-link.active { height: 120px !important; width: 81px !important; }
}
/* Shortcode CSS : See Also */
.home .aa_srma_container.aa_srma_style-2 .ra-image {
    background-size: cover;
    background-position: center;
    float: left;
    margin-right: 19px;
}
.home .aa_srma_container.shortcodes_wrapper .ra-excerpt {
    display: none;
}
.home .related_articles_wrapper {
    position: relative;
}
.home .aa_srma_container .related_article_item {
    position: relative;
    overflow: hidden;
}
.home .aa_srma_container.aa_srma_style-2 .shortcodes-header {
    margin-top: 5px;
}
.aa_srma_container.aa_srma_style-2 .related_article_item {
    display: block;
}
.aa_srma_container.aa_srma_style-2 {
    background-color: #f3f4f4;
    border-color: #f3f4f4;
    padding: 5px;
    border-radius: 8px;
}
.aa_srma_container.aa_srma_style-2 .ra-image {
    width: 75px;
    height: 75px;
    border-radius: 8px;
}
.aa_srma_container.aa_srma_style-2 .ra-title {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 15px;
}
.aa_srma_container.aa_srma_style-2 .shortcodes-title {
    font-family: 'Proximanova Bold', sans-serif !important;
    background: transparent;
    font-size: 9px !important;
}
.aa_srma_container.aa_srma_style-2 .shortcodes-header .shortcodes-title, .aa_srma_container.aa_srma_style-2 h4.ra-title {
    color: #525767;
}
.aa_srma_container.aa_srma_style-2 .shortcodes-header {
    margin-top: -5px;
    line-height: 1;
}
@media only screen and (max-width: 782px){
    .aa_srma_container.aa_srma_style-2 .related_articles_wrapper {padding: 0;}
    .aa_srma_container.aa_srma_style-2:after, .aa_srma_container.aa_srma_style-2:before { display: none; }
    .aa_mobile_device .shortcodes_wrapper.aa_srma_container.aa_srma_style-2 { padding:10px; }
}
@media only screen and (max-width: 476px){
    .aa_srma_container.aa_srma_style-2 .shortcodes-header {margin-top: 0px !important;}
}
/* Colorbox */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}
#cboxMiddleLeft,#cboxBottomLeft{clear:left}
#cboxContent{position:relative;background:#fff;overflow:hidden}
#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;margin-bottom:28px}
#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494;margin:0}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}
.cboxPhoto{float:left;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic;margin:auto}
.cboxIframe{width:100%;height:100%;display:block;border:0;background:#fff}
#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
#cboxTopLeft{width:21px;height:21px;background:url(../images/colorbox/controls.png) no-repeat -101px 0}
#cboxTopRight{width:21px;height:21px;background:url(../images/colorbox/controls.png) no-repeat -130px 0}
#cboxBottomLeft{width:21px;height:21px;background:url(../images/colorbox/controls.png) no-repeat -101px -29px}
#cboxBottomRight{width:21px;height:21px;background:url(../images/colorbox/controls.png) no-repeat -130px -29px}
#cboxMiddleLeft{width:21px;background:url(../images/colorbox/controls.png) left top repeat-y}
#cboxMiddleRight{width:21px;background:url(../images/colorbox/controls.png) right top repeat-y}
#cboxTopCenter{height:21px;background:url(../images/colorbox/border.png) 0 0 repeat-x}
#cboxBottomCenter{height:21px;background:url(../images/colorbox/border.png) 0 -29px repeat-x}
#cboxError{border:1px solid #ccc;padding:50px}
#cboxCurrent{position:absolute;bottom:4px;left:0;color:#949494}
#cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center}
#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center}
#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;overflow:visible;width:auto;background:none;margin:0;padding:0}
#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}
#cboxNext,
#cboxPrevious { position: absolute; bottom: 50%; color: transparent; width: 50px; height: 50px; border-radius: 50%; background-color: #bcc0c5; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; display: none !important; }
#cboxNext:hover,
#cboxPrevious:hover { opacity: 0.3; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; }
#cboxNext:before,
#cboxPrevious:before { display: block; font-family: icons; width: 39px; height: 39px; border: rgba(255, 255, 255, 0.1) 3px solid; border-radius: 50%; margin: 6px auto; color: #fff; text-align: center; font-size: 18px; line-height: 30px; }
#cboxNext { right: 5px; }
#cboxNext:before { content: '\27a1'; }
#cboxPrevious { left: 5px; }
#cboxPrevious:before { content: '\2b05'; }
#cboxClose{position:absolute;bottom:0;right:0;background:url(../images/colorbox/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px}
#cboxClose:hover{background-position:-25px -25px}
#colorbox,#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}
/* Shorcode CSS: [aa-deal] */
.aa-post-deal-group-cnt .row { display: flex; justify-content: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.aa-deal-box-large .aa-deal-box-price-save-value { font-family: BigNoodleTitling,sans-serif; }
/* Dgit Daily Form PopUP */
.dgit-daily-form-green-wrap { clear: both; }
.dgit-daily-form-green-wrap .dgit-daily-form {position: relative;border-radius: 0px;border:none;background-color: rgba(255, 255, 255, 0.9);padding: 0px;width:100%;max-width: 100%;margin: 25px 0px !important;}
.dgit-daily-form-green-wrap .dgit-daily-form:before { display: none; }
.dgit-form-heading-small-green {font-family: "Proximanova Bold", sans-serif !important;font-size: 11px !important;line-height: 11px !important;text-transform: uppercase !important;margin: 0px 0px 4px 0px !important;letter-spacing: 2px !important;}
.dgit-form-heading-large-green {margin: 0px 0px 10px 0px !important;color: #000 !important;}
.dgit-form-heading-large-green span { color: #00d49f; }
.dgit-green-badge {background: #00d49f;height: 4px;width: 75px;display: block;margin-bottom: 10px;}
.dgit-daily-form-green-wrap .dgit-daily-form .inputs-wrapper { display:flex; justify-content:space-between; }
.dgit-daily-form-green-wrap label[for^="dgit-form-email"] {width: calc(100% - 200px);box-shadow: none;height: 45px;}
.dgit-daily-form-green-wrap input[id^="dgit-form-email"] {border-radius: 6px;border: 2px solid #00D49F;font-size: 16px;height: 45px;}
.dgit-daily-form-green-wrap input[id^="dgit-form-email"]:focus {border-color:#00d49f;}
.dgit-daily-form-green-wrap input[id^="dgit-form-email"]::placeholder { font-size: 16px; }
.dgit-daily-form-green-wrap label[for^="dgit-form-submit"] {background:none;width: 180px;position: unset !important;height: 45px;}
.dgit-daily-form-green-wrap button[id^="dgit-form-submit"] {display: flex;justify-content: center;align-items: center;background: #00D49F;color: #ffffff;text-transform: uppercase;font-size: 15px;width: 100%;border-radius: 6px;letter-spacing: 1px;margin: 0px;border:none;font-weight:400;height: 45px;}
.dgit-daily-form-green-wrap button[id^="dgit-form-submit"]:hover,.dgit-daily-form-green-wrap input[id^="dgit-form-submit"]:focus { box-shadow: 0 5px 20px -5px #00c997; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out}
.dgit-daily-form-green-wrap button[id^="dgit-form-submit"].subscribe-success { background:#c8c8c8; box-shadow: none;}
.dgit-daily-form-green-wrap .privacy-policy-desc { font-size: 11px; color: #999999; }
@media only screen and (max-width: 767px) {
    .dgit-daily-form-green-wrap .dgit-daily-form {text-align: unset;}
    .dgit-form-heading-small-green, .single-page h4.dgit-form-heading-small-green:not(.article-title):not(.ra-title) {font-size: 9px !important;}
    .dgit-form-heading-large-green, .single-page h3.dgit-form-heading-large-green:not(.article-title) { font-size: 22px !important; }
    .dgit-daily-form-green-wrap label[for^="dgit-form-email"] { width: calc(100% - 60px); }
    .dgit-daily-form-green-wrap label[for^="dgit-form-submit"] {width: 45px;}
    .dgit-daily-form-green-wrap button[type="submit"] { position: relative; font-size: 0px; padding: 0px; width: 45px; height: 45px; text-align: center; border:2px solid #00c997; display: flex !important; justify-content: center; align-items: center; }
    .dgit-daily-form-green-wrap button[type="submit"]:before { content: "\f124"; font-family: 'FontAwesome'; position: absolute; font-size: 24px; }
}
/* Newsletter Shortcode */
.aa_newsletter-shortcode figure { max-width:270px; margin-bottom: 10px; }
.post-type-archive-newsletter .newsletter-custom-single~.aa-infinite-load-more { display: block !important; }
/* Deal Bar Shortcode */
header p:empty { display: none; }
/* Page : More Events */
.me-title-wrapper h1.page-title {margin-left: 0px !important; margin-top: 0px !important; }
/* Remove First <br> into <p>  */
.the-content p>br:first-child { display:none; }
/* Deal buy button */
.aa-post-deal-group-cnt .aa-deal-box-retailer-logo { background-size: contain !important; }
/* AA Widget Newsletter - new design */
.aa_widget_newsletter {border: 2px solid #f3f3f3;border-radius: 10px;padding: 10px;box-shadow: 0 5px 20px 5px #f2f2f2;}
.aa-newsletter-form-info {padding: 15px 10px;}
.aa_newsletter_subtitle { font-family: "Proximanova Bold", sans-serif !important; font-size: 11px !important; line-height: 11px !important; text-transform: uppercase !important; margin: 0px 0px 4px 0px !important; letter-spacing: 2px !important; }
.aa_newsletter_title { font-family: Proximanova Extrabold, sans-serif; margin: 15px 0px 20px 0px !important; color: #000 !important; }
.aa-newsletter-green-badge { background: #00d49f; height: 4px; width: 75px; display: block; margin-bottom: 10px; }
.aa-newsletter-headline { font-family: 'Proximanova Regular'; font-size: 16px; line-height: 20px; color: #000; }
.aa_widget_newsletter label[for="drip-email"] { width: 100%; height: 50px; margin-bottom: 10px; }
.aa_widget_newsletter input[id="drip-email"] { font-family: 'Proximanova Regular'; font-size: 18px; font-weight: 400; border-radius: 6px; border: none; height: 50px; background: #eeeeee; padding: 0px 25px !important; color: #777777; }
.aa_widget_newsletter input[id="drip-email"]::placeholder { font-family: 'Proximanova Regular'; font-weight: 400; font-size: 18px; }
.aa_widget_newsletter label[for="drip-email-submit"] { background: none; position: unset !important; margin: 0px; width: 100%; height: 50px; }
.aa_widget_newsletter input[id="drip-email-submit"] { background: #00d49f; text-transform: uppercase; font-size: 15px; width: 100%; border-radius: 6px; letter-spacing: 1px; margin: 0px; border: none; text-align: left; height: 50px; padding: 0px 25px !important; }
.aa_widget_newsletter input[id^="drip-email-submit"]:hover, .aa_widget_newsletter input[id^="drip-email-submit"]:focus { box-shadow: 0 5px 20px -5px #00d49f; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.aa_newsletter_list { font-family: Proximanova Bold, sans-serif; font-size: 14px; padding: 0px; margin: 15px 0px 0px 0px; list-style: none; letter-spacing: 1px; cursor: pointer; }
.aa_newsletter_list li { display: inline-block; text-transform: uppercase; padding: 10px 10px; margin: 0px 4px 10px 0px; border: 2px solid #dbdbdb; color: #dbdbdb; border-radius: 8px; }
.aa_newsletter_list li:hover, .aa_newsletter_list li:focus { color: #c2c2c2; border-color: #c2c2c2; }
.aa_newsletter_list li.selected { color: #00d49f; border-color: #00d49f; }
.aa_widget_newsletter .newsletter-form-msg { display: block; padding: 10px 10px;  }
.form-group-checkbox {font-family: Proximanova Bold, sans-serif;font-size: 14px;padding: 0px;margin: 15px 0px 0px 0px;list-style: none;letter-spacing: 1px;cursor: pointer;}
.form-group-checkbox label {position: relative;display: inline-block;font-size: 12px;text-transform: uppercase;padding: 7px 7px;margin: 0px 4px 10px 0px;color: #dbdbdb;}
.form-group-checkbox label:hover, .form-group-checkbox label:focus { color: #c2c2c2; border-color: #c2c2c2; }
.form-group-checkbox label input[type="checkbox"] { display: none; }
.form-group-checkbox .trans-element-checkbox {height: 100%;width: 100%;margin: 0;position: absolute;top: 0;left: 0;border: 2px solid #dbdbdb;border-radius: 6px;}
.form-group-checkbox .trans-element-checkbox .aa_check_shine, .form-group-checkbox .trans-element-checkbox .aa_uncheck_shine {width:100%;height: 100%;left: 0;top: 0;}
.form-group-checkbox .trans-element-checkbox.unchecked:before, .form-group-checkbox .trans-element-checkbox:before { display: none; }
.form-group-checkbox .trans-element-checkbox .aa_uncheck_shine { background: transparent; }
.form-group-checkbox .trans-element-checkbox.checked, .form-group-checkbox .trans-element-checkbox.checked+span { color: #00d49f; border-color: #00d49f; }
/* New/newsletters Archive Page */
.newsletter_top { margin-top: 60px; }
.newsletter_top_desc { float: right; max-width: 400px; text-align: right; }
.newsletter_top_desc p { font-family: 'Proximanova Regular'; font-size: 18px; line-height: 24px; color: #000; font-style: italic; }
.newsletter_top_heading h5 {font-family: "Proximanova Bold", sans-serif;font-size: 11px;line-height: 11px;text-transform: uppercase;margin: 0px;letter-spacing: 2px;color: #000000;}
.newsletter_top_heading h2 {font-family: 'Proximanova Extrabold', sans-serif;  font-size: 50px; color: #000000; letter-spacing: -0.02em; text-transform: none; margin: 0px 0px 10px 0px; }
.newsletter_box_wrap { margin-top: 50px; padding: 60px 0px 0px; border-top: 2px solid #ebebeb; }
.newsletter_box { padding-bottom: 85px; }
.newsletter_box figure { margin-bottom: 10px; padding-right: 30px; }
.newsletter_box figure img { max-height: 43px; }
.newsletter_box h5 {font-family: "Proximanova Bold", sans-serif;font-size: 11px;line-height: 11px;text-transform: uppercase;margin: 0px 0px 5px 0px;letter-spacing: 2px;color: #000000;}
.newsletter_box h3 {font-family: 'Proximanova Extrabold', sans-serif;  font-size: 28px; color: #000000; letter-spacing: -0.02em; text-transform: none; margin: 0px 0px 10px 0px; }
.newsletter_box p {font-family: 'Proximanova Regular'; font-size: 16px; line-height: 25px; color: #424242; margin: 0 0 10px;}
.newsletter_box a { font-family: "Roboto Medium", sans-serif; font-size: 14px; color: #000000; text-decoration: none !important; margin-bottom: 15px; display: inline-block; }
.newsletter_box a i {font-size: 14px; margin-left: 20px; color: #00C997; }
.newsletter_box button {font-family: 'Proximanova Bold';font-size: 12px;border-radius: 7px;letter-spacing: 2px;text-align: center;text-transform: uppercase;background: none;border: 2px solid #dbdbdb;color: #dbdbdb;padding: 7px 13px;transition: color .3s ease-out; -webkit-transition: color .3s ease-out;}
.newsletter_box button:hover, .newsletter_box button:focus { border-color: #c3c3c3; color: #c3c3c3; }
.newsletter_box button.btn-subscribe { border-color: #00d49f; color: #00d49f; }
.newsletter_box button.btn-subscribe:hover { border-color: #40be9e; color: #40be9e; }
.newsletter_box button.btn-unsubscribe, .newsletter_box button.btn-unsubscribe:hover { border-color: #df3d14; color: #df3d14; }
.newsletter_box button.newsletter_unsubscribe.btn-subscribe .span_unsub { display: none;  }
.newsletter_box button.newsletter_unsubscribe:hover .span_sub { display: none; }
.newsletter_box button.newsletter_unsubscribe:hover .span_unsub { display: block; }
.post-type-archive-newsletter .after-header .container-fluid~br { display: none; }
@media screen and (max-width: 767px){
    .newsletter_top { margin-top: 40px; }
    .newsletter_top_desc { float: left; text-align: left; }
    .newsletter_top_desc p { font-size: 16px; }
    .newsletter_box figure img { max-height: 36px; }
    .newsletter_box_wrap { margin-top:30px; padding: 70px 0px 30px; }
    .newsletter_box { border-bottom: 2px solid #ebebeb; padding: 0px 0px 20px; margin-bottom: 20px; }
    .newsletter_top_heading h2 { font-size: 34px; }
}
/* Newsletter Archive Page Popup */
body.in-na-preview { margin: 0px; padding: 0px; overflow: hidden; }
.na-popup-window {position: fixed; top: 32px; bottom: 0; right: 0; left: 0; z-index: 9999; overflow: hidden; display: none; }
.na-popup-window.display-flex { display: flex !important; }
.na-popup-form-wrap { position: relative; width: 100%; height: auto; max-width: 550px; margin: auto; padding: 10px; background-color: #03140f; border-radius: 16px; border: 4px solid #303030; box-shadow: 0px 9px 30px 5px rgba(184,184,184,0.75); -webkit-box-shadow: 0px 9px 30px 5px rgba(184,184,184,0.75); -moz-box-shadow: 0px 9px 30px 5px rgba(184,184,184,0.75); }
.na-popup-form-wrap .inputs-wrapper { display: flex; justify-content: space-between; }
.na-popup-form-wrap .inputs-wrapper label { margin-bottom: 0px; }
.na-popup-form-wrap input[id^="na-popup-email"] { border-radius: 6px; border: 1px solid #303030; font-size: 16px; height: 45px; background-color: #303030; color: #858585; width: calc(100% - 15px); }
.na-popup-form-wrap button[id^="na-popup-submit"] { display: inline-block; background: #00D49F; color: #ffffff; border:none; text-transform: uppercase; font-size: 14px; width: 160px; border-radius: 6px; letter-spacing: 1px; padding: 12px 0px; margin: 0px; font-weight: 600; }
.na-popup-form-wrap .na-popup-window-close { position: absolute; top: -18px; right: -15px; border-radius: 50%; border: none; background: #000; color: #fff; width: 30px; height: 30px; }
.na-popup-form-wrap .newsletter-form-msg { color: #fff; opacity: 0.7; }
.na-popup-form-wrap .btn_class { display: none; }
.newsletter_archive_popup { position: sticky; display: block; margin-bottom: 50px; bottom: 50px; overflow: initial;}
@media screen and (max-width:991px) {
    .post-type-archive-newsletter .after-header { overflow: initial; }
}
@media screen and (max-width: 767px){
    .na-popup-form-wrap { border: 3px solid #303030; max-width: 340px; padding: 7px; }
    .na-popup-form-wrap input[id^="na-popup-email"] { height: 40px; width: calc(100% - 10px); }
    .na-popup-form-wrap button[id^="na-popup-submit"] {position: relative; font-size: 0px; padding: 0px; width: 40px; height: 40px; text-align: center;}
    .na-popup-form-wrap button[id^="na-popup-submit"]:before { content: ''; position: absolute; top: 0px; left: 0px; right: 0; bottom: 5px; margin: auto; display: inline-block; transform: rotate(45deg); height: 18px; width: 10px; border-bottom: 3px solid #ffffff; border-right: 3px solid #ffffff; }
}
/* Sticky Sidebar on scroll */
.single-sidebar-selector { position: -webkit-sticky; position: sticky; top: 0; transition: 1s; }
.single-sidebar-selector>.content-panel.fixed-object { position: initial; }
/* Amazon Header Sticky */
#scrolled_view_bar.review_bar_sticky #best_product_bar_progress { display: none; }
/* Large Deal Shortcode Scroll Change */
html body.admin-bar header.aa-new-sticky-header.headroom--unpinned { top: -28px !important; }
/* Playwire Ads: After Header */
.aa_ta_wrapper .textwidget { margin: 10px 0px !important; }