html {
    min-width: 320px
}

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #a12000
}

.ac_footer a {
    color: #a12000
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0 none;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: outside none none
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none
}

a:focus, button:focus {
    outline: 1px dotted #000 !important
}

html {
    font-size: 100%
}

body {
    background: #a0d8ef -webkit-gradient(linear, left top, left bottom, from(#feffff), color-stop(20%, #ddf1f9), to(#a0d8ef)) no-repeat scroll 0 0 / 100% 71.4286em;
    background: #a0d8ef linear-gradient(#feffff 0%, #ddf1f9 20%, #a0d8ef 100%) no-repeat scroll 0 0 / 100% 71.4286em;
    font-size: .875em;
    font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #444
}

.print-only {
    display: none
}

h1, h2, h3, h4, h5, h6, .pageheader, .subheading {
    color: #404040;
    font-weight: 700
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .pageheader a, .subheading a {
    font-weight: inherit
}

h1, .pageheader {
    font-size: 1.71429em;
    line-height: 1.3em;
    margin-bottom: .58333em
}

h2, .subheading {
    font-size: 1.28571em;
    line-height: 1.55556em;
    margin-bottom: .55556em
}

h3 {
    font-size: 1.14286em;
    line-height: 2.125em;
    margin-bottom: .5em
}

p {
    margin: 0 0 1.42857em
}

hr {
    border-style: solid;
    border-color: #ddd;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
       border-image: none;
    border-width: .07143em 0 0;
    clear: both;
    margin: 10px 0;
    height: 0
}

a, a:visited {
    text-decoration: none;
    outline: 0 none
}

a {
    color: #007cbf
}

a:visited {
    color: #007cbf
}

#breadcrumbs a:visited, #mplus-nav a:visited, .alpha-links a:visited, .esm .alpha-links a:visited {
    color: #069
}

a:hover, a:focus, a.active {
    text-decoration: underline
}

span.active {
    color: #936;
    font-weight: 700
}

p a, p a:visited {
    line-height: inherit
}

ul, ol {
    margin-bottom: 1.42857em
}

ul {
    list-style: outside none none
}

li {
    line-height: 1.28571em;
    margin-bottom: .85714em
}

li p {
    line-height: 1.5em
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    line-height: normal;
    font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    border: .07143em solid rgba(0, 0, 0, 0.25);
    border-radius: .28571em;
    margin: 0;
    padding: .71429em;
    display: inline-block;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#329e39), color-stop(25%, #2b8737), to(#21662e)) repeat scroll 0 0;
    background: transparent linear-gradient(#329e39 0%, #2b8737 25%, #21662e 100%) repeat scroll 0 0
}

.button:hover, .button:active, button:hover, button:active, input[type="submit"]:hover, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:active {
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(75%, #329e39), to(#2b8737)) repeat scroll 0 0;
    background: transparent linear-gradient(#329e39 75%, #2b8737 100%) repeat scroll 0 0
}

.button:disabled, button:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="button"]:disabled {
    background: #eee none repeat scroll 0 0 !important;
    color: #686868 !important;
    cursor: default
}

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

form {
    margin: 0
}

input[type="text"], textarea, select {
    font-size: .92857em;
    font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
    color: #444;
    width: 100%;
    padding: .76923em .61538em;
    min-height: 1.30769em;
    background-color: #fff;
    background-image: none;
    border: .08462em solid #b4b4b4;
    border-radius: .30769em;
    -webkit-box-shadow: 0 .23077em .23077em rgba(0, 0, 0, 0.075) inset;
            box-shadow: 0 .23077em .23077em rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color .15s ease-in-out 0s, -webkit-box-shadow .15s ease-in-out 0;
    transition: border-color .15s ease-in-out 0s, -webkit-box-shadow .15s ease-in-out 0;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0, -webkit-box-shadow .15s ease-in-out 0
}

input[type="text"]:focus, textarea:focus, select:focus {
    border-color: #66afe9;
    outline: 0 none;
    -webkit-box-shadow: 0 .07692em .07692em rgba(0, 0, 0, 0.075) inset, 0 0 .61538em rgba(102, 175, 233, 0.6);
            box-shadow: 0 .07692em .07692em rgba(0, 0, 0, 0.075) inset, 0 0 .61538em rgba(102, 175, 233, 0.6);
    color: #444
}

label, legend {
    display: block;
    font-weight: 700
}

#breadcrumbs {
    display: block;
    font-size: .92857em;
    margin-bottom: 1.53846em;
    clear: both
}

#breadcrumbs div {
    display: inline
}

b, strong, .bold-text, .strong-text {
    color: #404040;
    font-weight: 700
}

i, .italics-text {
    font-style: italic
}

.group::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

:first-child + html .group {
    min-height: 1px
}

.form-box {
    padding: 1em
}

.form-box .form-area {
    display: table-cell;
    width: 100%;
    vertical-align: top
}

.text-combo .form-area input[type="text"] {
    border-radius: .28571em
}

.hide-offscreen {
    left: -9999px;
    position: absolute;
    width: 100px
}

.sm-live-area {
    display: none
}

.page-actions {
    margin-bottom: .28571em;
    float: right
}

.page-actions span a {
    padding: .28571em;
    display: inline-block
}

.table-box tr:nth-child(2n) {
    background-color: #edf5fe
}

.table-box tr:nth-child(2n+1) {
    background-color: #d7e6fb
}

.table-box.basic tr:nth-child(2n), .table-box.basic tr:nth-child(2n+1) {
    background-color: #fff
}

@media only screen and (min-width: 41.25em) {
    #mplus-content .main, #mplus-content .page-title {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding-right: 1.42857em
    }

    #mplus-content .page-actions {
        display: table-cell;
        width: 18.5714em;
        vertical-align: middle;
        text-align: right;
        margin-bottom: 0;
        float: right
    }

    #mplus-content .page-actions .addthis_toolbox, #mplus-content .page-actions .share-buttons {
        width: 18.5714em
    }

    #mplus-content .page-actions span a {
        padding: .28571em .5em
    }

    .break, .breaklist li:nth-child(5n) {
        margin-bottom: 1.92857em
    }
}

@media only screen and (min-width: 13.75em) and (max-width: 41.249em) {
    input[type="text"], select, textarea {
        font-size: 16px;
        padding: .5em;
        min-height: 1.25em
    }

    .page-actions span {
        display: inline-block;
        margin-right: .42857em
    }

    .sm-live-area {
        display: block
    }
}

#mplus-wrap {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 .42857em #666;
            box-shadow: 0 0 .42857em #666;
    margin: 0 auto;
    display: table;
}

#mplus-header {
    position: relative
}

#mplus-header #mplus-logo a {
    display: block;
    padding: .78571em 0 .5em;
    margin: .07143em;
    max-width: 24.2857em
}

#mplus-header #mplus-logo img {
    max-width: 100%;
    max-height: 100%
}

#mplus-header #mplus-nav {
    display: block;
    position: relative;
    height: 3.07143em;
    border-top: .07143em solid #bdbdbd;
    -webkit-box-shadow: 0 0 .14286em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 .14286em rgba(0, 0, 0, 0.2);
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fafafa), color-stop(75%, #f6f6f6)) repeat scroll 0 0;
    background: transparent linear-gradient(#fafafa 10%, #f6f6f6 75%) repeat scroll 0 0
}

#mplus-header #mplus-nav .navmenu-btn {
    display: none
}

#mplus-header #mplus-nav #mplus-menu-list {
    color: #fff;
    background: #007cbf none repeat scroll 0 0;
    -webkit-box-shadow: 0 .42857em .42857em -.42857em rgba(0, 0, 0, 0.8) inset;
            box-shadow: 0 .42857em .42857em -.42857em rgba(0, 0, 0, 0.8) inset;
    margin: 43px 0 0;
    padding: 0;
    list-style: outside none none;
    float: right;
    width: 100%
}

#mplus-header #mplus-nav #mplus-menu-list li {
    padding: 0;
    margin: 0;
    line-height: inherit
}

#mplus-header #mplus-nav #mplus-menu-list a {
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: .07143em solid #00334d;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 1.14286em 1.85714em 1.14286em 1.14286em;
    text-decoration: none
}

#mplus-header #mplus-nav #mplus-menu-list a:hover, #mplus-header #mplus-nav #mplus-menu-list a:focus {
    background: #00639d none no-repeat scroll right center
}

#mplus-header #mplus-nav #mplus-menu-list a:hover:first-child, #mplus-header #mplus-nav #mplus-menu-list a:focus:first-child {
    -webkit-box-shadow: 0 .42857em .42857em -.42857em rgba(0, 0, 0, 0.8) inset;
            box-shadow: 0 .42857em .42857em -.42857em rgba(0, 0, 0, 0.8) inset
}

#mplus-header #mplus-nav #mplus-search {
    background: #007cbf none repeat scroll 0 0;
    border-bottom: .07143em solid #00334d;
    float: right;
    clear: both;
    width: 100%;
    display: block
}

#mplus-header #mplus-nav #mplus-search input.form-text[type="text"] {
    border: .07857em solid #000;
    -webkit-box-shadow: 0 0 .21429em 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 .21429em 0 rgba(0, 0, 0, 0.35)
}

#mplus-header #mplus-nav #mplus-search .form-box .form-area {
    position: relative;
    float: right;
    margin-right: 16px
}

#mplus-header #mplus-nav #mplus-search .form-box .form-area .form-text {
    padding-right: 2.5em
}

#mplus-header #mplus-nav .secondarynav {
    display: none
}

#mplus-header #mplus-nav #mplus-nav-bar {
    display: none
}

#mplus-content {
    clear: both;
    border-top: .07143em solid #bdbdbd;
    padding: .71429em
}

#mplus-footer {
    background: #007cbf none repeat scroll 0 0;
    color: #fff;
    border-top: 1px solid #000;
    clear: both;
    margin-top: 1.42857em
}

#mplus-footer .footer2 {
    font-size: .85714em;
    padding: 0 1em .83333em
}

#mplus-footer .footer2 .address, #mplus-footer .footer2 .date {
    padding-top: 1.66667em
}

#mplus-footer .footer2 .return-top {
    display: none;
    position: fixed;
    right: 1.16667em;
    bottom: 1.16667em;
    height: 3em;
    width: 3em
}

#mplus-footer .footer2 .return-top a {
    background: #49aac4 none repeat scroll 0 0;
    border: .16667em solid #74c5e6;
    border-radius: .83333em;
    width: 100%;
    height: 100%;
    display: block
}

#mplus-footer .footer2 .return-top a:hover {
    background: #9dd2ea none repeat scroll 0 0
}

#mplus-footer .footer2 .return-top a .return-top-icon {
    margin: .83333em auto 0;
    display: block
}

#mplus-footer a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-decoration: none
}

#mplus-footer a:hover {
    text-decoration: underline
}

#mplus-footer li, #mplus-footer ul {
    margin: 0
}

#mplus-footer li a {
    padding: .25em .25em .25em 0
}

@media only screen and (min-width: 61.25em) {
    #mplus-wrap {
        max-width: 68.5714em
    }
}

@media only screen and (min-width: 41.25em) {
    #mplus-header #mplus-logo {
        z-index: auto;
        background: transparent none repeat scroll 0 0
    }

    #mplus-header #mplus-logo a {
        padding: 1em 0 1.35714em .85714em
    }

    #mplus-header #mplus-logo img {
        height: auto;
        width: 23.2143em
    }

    #mplus-header #mplus-nav #mplus-menu-list {
        display: none
    }

    #mplus-header #mplus-nav #mplus-search {
        clear: both;
        float: right;
        position: relative;
        margin-top: -7.14286em;
        border: 0 none;
        background: transparent none repeat scroll 0 0;
        width: 44%;
        max-width: 28.5714em
    }

    #mplus-header #mplus-nav #mplus-search .form-box {
        padding-right: 0;
        padding-bottom: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box
    }

    #mplus-header #mplus-nav #mplus-search input.form-text[type="text"] {
        border: .08462em solid #b4b4b4;
        -webkit-box-shadow: 0 .23077em .23077em rgba(0, 0, 0, 0.075) inset;
                box-shadow: 0 .23077em .23077em rgba(0, 0, 0, 0.075) inset;
        -webkit-transition: border-color .15s ease-in-out 0s, -webkit-box-shadow .15s ease-in-out 0;
        transition: border-color .15s ease-in-out 0s, -webkit-box-shadow .15s ease-in-out 0;
        transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0;
        transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0, -webkit-box-shadow .15s ease-in-out 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box
    }

    #mplus-header #mplus-nav #mplus-search input.form-text[type="text"]:focus {
        border-color: #66afe9;
        outline: 0 none;
        -webkit-box-shadow: 0 .07692em .07692em rgba(0, 0, 0, 0.075) inset, 0 0 .61538em rgba(102, 175, 233, 0.6);
                box-shadow: 0 .07692em .07692em rgba(0, 0, 0, 0.075) inset, 0 0 .61538em rgba(102, 175, 233, 0.6);
        color: #444;
        -webkit-box-sizing: border-box;
                box-sizing: border-box
    }

    #mplus-header #mplus-nav .secondarynav {
        font-size: .85714em;
        clear: both;
        display: block;
        float: right;
        margin-right: 1.16667em;
        left: 0;
        position: relative;
        width: auto;
        margin-top: -3.33333em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box
    }

    #mplus-header #mplus-nav .secondarynav ul {
        display: block;
        margin-bottom: 0
    }

    #mplus-header #mplus-nav .secondarynav ul li {
        display: inline-block;
        margin-bottom: 0
    }

    #mplus-header #mplus-nav .secondarynav a {
        padding-right: .33333em;
        padding-left: .33333em
    }

    #mplus-header #mplus-nav #mplus-nav-bar {
        display: inline-block
    }

    #mplus-header #mplus-nav #mplus-nav-bar .nav-list {
        position: relative;
        display: block;
        margin-bottom: 0
    }

    #mplus-header #mplus-nav #mplus-nav-bar .nav-list li {
        display: inline-block;
        margin-bottom: 0;
        line-height: 1.57143em
    }

    #mplus-header #mplus-nav #mplus-nav-bar .nav-list a {
        font-size: 1.14286em;
        color: #007cbf;
        font-weight: 700;
        padding: .6875em 1em;
        display: inline-block;
        text-decoration: none;
        background: transparent none repeat scroll 0 0;
        border: medium none
    }

    #mplus-header #mplus-nav #mplus-nav-bar .nav-list a:hover, #mplus-header #mplus-nav #mplus-nav-bar .nav-list a:first-child:hover, #mplus-header #mplus-nav #mplus-nav-bar .nav-list a:focus, #mplus-header #mplus-nav #mplus-nav-bar .nav-list a:first-child:focus {
        color: #fff;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#007cbf), to(#0075b5)) repeat scroll 0 0;
        background: transparent linear-gradient(#007cbf 0%, #0075b5 100%) repeat scroll 0 0;
        -webkit-box-shadow: none;
                box-shadow: none
    }

    #mplus-content {
        padding: 1.42857em
    }

    #mplus-footer {
        background: #fff none repeat scroll 0 0;
        color: #444;
        text-align: center;
        border-top: .07143em solid #ddd;
        padding-bottom: 0
    }

    #mplus-footer ul, #mplus-footer li, #mplus-footer a {
        display: inline-block
    }

    #mplus-footer a {
        color: #069
    }

    #mplus-footer li a {
        font-weight: 400;
        padding: 0
    }

    #mplus-footer .footer2 {
        font-size: .78571em;
        line-height: 2em;
        margin-top: .90909em
    }

    #mplus-footer .footer2 .address, #mplus-footer .footer2 .date {
        padding-top: 0
    }

    #mplus-footer .footer2 a {
        margin-left: .18182em;
        margin-right: .18182em;
        font-weight: 400
    }

    #mplus-footer .footer2 .return-top {
        right: 1.27273em;
        bottom: 1.27273em;
        height: 3.27273em;
        width: 3.27273em
    }

    #mplus-footer .footer2 .return-top a {
        border: .18182em solid #74c5e6;
        border-radius: .90909em
    }

    #mplus-footer .footer2 .return-top a .return-top-icon {
        margin: .90909em auto 0
    }
}

@media only screen and (min-width: 13.75em) and (max-width: 41.249em) {
    #mplus-header #mplus-logo img {
        max-width: 17.1429em;
        max-height: 3.5em;
        width: 100%;
        height: 100%
    }

    #mplus-header #mplus-nav .navmenu-btn {
        font-size: 1.14286em;
        padding: .8125em .625em .75em 1em;
        color: #007cbf;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        background: transparent none repeat scroll 0 0;
        border: medium none;
        border-radius: 0
    }

    #mplus-header #mplus-nav #mplus-menu-list {
        margin-top: 0
    }

    #mplus-header #mplus-nav #mplus-menu-list, #mplus-header #mplus-nav #mplus-search, #mplus-header #mplus-nav #mplus-search-bottom {
        display: none
    }
}

@media only screen and (min-width: 20em) and (max-width: 41.249em) {
    #mplus-header #mplus-logo a {
        padding: .85714em 0 .57143em 1em
    }

    #mplus-header #mplus-nav .navmenu-btn {
        padding: .75em .625em .5625em 1em
    }

    #mplus-header #mplus-nav .navmenu-btn .icon {
        margin-left: .25em
    }
}

@media only screen and (min-width: 13.75em) and (max-width: 19.999em) {
    #mplus-header #mplus-nav .navmenu-btn {
        padding: .75em .75em .6875em
    }

    #mplus-header #mplus-nav .navmenu-btn .icon {
        display: none
    }
}

.icon.icon-nav-menu {
    background-position: 0 -1575px;
    width: 22px;
    height: 22px
}

.icon.icon-nav-search {
    background-position: 0 -1719px;
    width: 22px;
    height: 22px
}

.share-icon {
    display: block
}

@media only screen and (min-width: 41.25em) {
    .share-icon {
        width: 24px
    }
}

@media screen and (max-width: 780px) {
    #mplus-content .page-title {
        padding-top: 20px
    }
}

@media screen and (max-width: 360px) {
    .btn {
        font-size: 16px !important;
        padding: 5px 3px !important
    }
}

#videocooltool h2 a {
    text-decoration: none
}

a img {
    border: medium none
}

img {
    max-width: 100%;
    height: auto
}

a {
    font-weight: 700
}

p {
    text-align: justify
}

.jw-controlbar .jw-menu .jw-option::before, .jw-icon-display, .jw-icon-inline, .jw-icon-tooltip {
    font-family: "jw-icons";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    background-color: transparent;
    font-variant: normal;
    -webkit-font-feature-settings: liga;
            font-feature-settings: liga
}

.jw-icon-audio-tracks::before {
    content: ""
}

.jw-icon-buffer::before {
    content: ""
}

.jw-icon-cast::before {
    content: ""
}

.jw-icon-cast.jw-off::before {
    content: ""
}

.jw-icon-cc::before {
    content: ""
}

.jw-icon-cue::before, .jw-icon-menu-bullet::before {
    content: ""
}

.jw-icon-error::before {
    content: ""
}

.jw-icon-fullscreen::before {
    content: ""
}

.jw-icon-fullscreen.jw-off::before {
    content: ""
}

.jw-icon-hd::before {
    content: ""
}

.jw-rightlick-logo::before {
    content: ""
}

.jw-icon-next::before {
    content: ""
}

.jw-icon-pause::before {
    content: ""
}

.jw-icon-play::before {
    content: ""
}

.jw-icon-prev::before {
    content: ""
}

.jw-icon-replay::before {
    content: ""
}

.jw-icon-volume::before {
    content: ""
}

.jw-icon-volume.jw-off::before {
    content: ""
}

.jw-icon-more::before {
    content: ""
}

.jw-icon-close::before {
    content: ""
}

.jw-icon-playlist::before {
    content: ""
}

.jw-icon-playback::before {
    content: ""
}

.jw-icon-inline::after, .jw-icon-tooltip::after {
    width: 100%;
    height: 100%;
    font-size: 1em
}

.jw-dock::after {
    content: "";
    clear: both;
    display: block
}

.jw-captions, .jw-overlay::after, .jw-rightclick, .jw-tooltip-time {
    position: absolute
}

.jw-overlay::after {
    bottom: -.5em;
    left: -50%;
    width: 100%;
    height: 15%;
    background-color: transparent;
    content: " "
}

.jw-controlbar .jw-option::before {
    padding-right: .125em
}

.jw-skip .jw-skip-icon::before {
    content: ""
}

.jwplayer.jw-state-idle .jw-icon-display::before {
    content: ""
}

.jwplayer.jw-state-playing .jw-icon-playback::before {
    content: ""
}

.jwplayer.jw-state-paused .jw-icon-playback::before {
    content: ""
}

.jwplayer.jw-state-buffering .jw-display-icon-container .jw-icon-display::before {
    content: ""
}

.jwplayer.jw-state-buffering .jw-icon-playback::before {
    content: ""
}

.jwplayer.jw-state-complete .jw-display-icon-container .jw-icon-display::before {
    content: ""
}

.jwplayer.jw-state-complete .jw-icon-playback::before {
    content: ""
}

.jwplayer.jw-state-error .jw-icon-display::before, body .jw-error .jw-icon-display::before {
    content: ""
}

.jw-skin-beelden .jw-icon-playback::before {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#333), color-stop(50%, #333), color-stop(50%, #2e2e2e), to(#2e2e2e)) repeat scroll 0 0 / 100% 2px;
    background: transparent linear-gradient(to bottom, #333, #333 50%, #2e2e2e 50%, #2e2e2e) repeat scroll 0 0 / 100% 2px;
    border-radius: .3em;
    padding: .2em .7em;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6) inset;
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6) inset;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.jw-skin-beelden.jw-state-playing .jw-icon-playback::before {
    padding-right: .8em
}

.jw-skin-stormtrooper .jw-icon-cc.jw-off::before {
    content: ""
}

.jw-skin-stormtrooper .jw-icon-hd.jw-off::before {
    content: ""
}

.jw-skin-vapor .jw-icon-cc.jw-off::before {
    content: ""
}

.jw-skin-vapor .jw-icon-hd.jw-off::before {
    content: ""
}

.jw-skin-six .jw-option::before {
    content: "";
    font-size: .4em;
    vertical-align: middle;
    margin-right: .4em
}

.jw-skin-six .jw-playlist-container .jw-option::before {
    content: ""
}

.jw-skin-seven .jw-playlist-container .jw-label .jw-icon-play::before {
    padding-left: 0
}

.jw-skin-seven .jw-controlbar .jw-icon::before, .jw-skin-seven .jw-text-duration, .jw-skin-seven .jw-text-elapsed {
    padding: 0 .7em
}

.jw-skin-seven .jw-controlbar .jw-icon-playlist::before {
    padding: 0
}

.jw-skin-seven .jw-icon-prev::before {
    border-left: 1px solid #666
}

.jw-skin-seven .jw-icon-next::before {
    border-right: 1px solid #666
}

.jw-skin-seven .jw-icon-display::before {
    padding-left: 0
}

.jw-skin-seven .jw-controlbar-right-group .jw-icon-inline::before, .jw-skin-seven .jw-controlbar-right-group .jw-icon-tooltip::before {
    border-left: 1px solid #666
}

.jw-skin-seven .jw-controlbar-right-group .jw-icon-inline:first-child::before {
    border: medium none
}

.main-div {
    width: 70%;
    float: left;
    margin-right: 20px
}

.sidebar {
    width: 25%;
    float: right
}

.sidebar1 {
    -webkit-box-shadow: 0 1px 5px 1px #868ea3;
            box-shadow: 0 1px 5px 1px #868ea3;
    padding: 10px
}

.sidebar h2 {
    margin-bottom: 0
}

.btn {
    padding: 11px 20px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#188be2), to(#0c4d99)) repeat scroll 0 0;
    background: transparent linear-gradient(to bottom, #188be2 0%, #0c4d99 100%) repeat scroll 0 0;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    max-width: 323px;
    text-align: center
}

.btn:hover {
    text-decoration: none;
    opacity: .8
}

.arel {
    position: relative
}

.sidebar h2 {
    font-size: 1.2em
}

@media screen and (min-width: 900px) {
    .banner_content {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .sidebar {
        display: none
    }

    .main-div {
        width: 100%
    }

    .hidewap {
        display: none
    }
    [src*="yengo"] {
        display: none;
    }
}

@media screen and (max-width: 662px) {
    .footer2 ul {
        display: none
    }

    .address {
        text-align: center
    }
    p {
        text-align: left;
    }
}

.username a {
    color: #069
}

.nav-list li a.active {
    color: #fff !important;
    background: #007bbe none repeat scroll 0 0 !important
}

a {
    color: #069
}

.commentView {
    display: none
}

.commentsCont {
    padding: 20px;
    font-family: "Arial"
}

.commentsCont .avatar {
    width: 48px;
    height: 48px;
    float: left
}

.commentsCont .line-1 {
    border-bottom: 2px solid #ccc
}

.commentsCont .line-1 .active {
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #42a98b
}

.commentsCont .line-1 span {
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    top: 2px;
    color: #7f919e;
    font-weight: 600
}

.commentsCont .line-3::before, .commentsCont .line-3::after {
    display: table;
    content: "";
    clear: both;
    width: 100%
}

.commentsCont .commentsList {
    list-style: outside none none
}

.commentsCont .commentsList .line-1 {
    border: medium none
}

.commentsCont .commentsList .line-1::before, .commentsCont .commentsList .line-1::after {
    display: table;
    content: "";
    clear: both;
    width: 100%
}

.commentsCont .commentsList .comment {
    font-family: "Arial";
    margin: 20px 0;
    font-size: 16px;
    border-bottom: 1px dashed grey;
    padding-bottom: 10px
}

.commentsCont .commentsList .comment .commentCont {
    padding-left: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%
}

.commentsCont .commentsList .comment .line-1 {
    font-size: 13px;
    margin-bottom: 10px
}

.commentsCont .commentsList .comment .line-1::before, .commentsCont .commentsList .comment .line-1::after {
    content: none
}

.commentsCont .commentsList .comment .line-1 .floatRight {
    cursor: pointer;
    color: #ccc;
    display: none
}

.commentsCont .commentsList .comment .line-1 .floatRight .minus {
    display: inline-block;
    position: relative;
    margin-right: 10px
}

.commentsCont .commentsList .comment .line-1 .floatRight .minus::after {
    content: "|";
    display: block;
    position: absolute;
    right: -9px;
    top: 0;
    color: #ccc
}

.commentsCont .commentsList .comment .line-1 .userInfo .username {
    color: #42a98b;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    cursor: pointer
}

.commentsCont .commentsList .comment .line-1 .userInfo .username::after {
    content: "-";
    display: block;
    position: absolute;
    right: -9px;
    top: 0;
    color: #ccc
}

.commentsCont .commentsList .comment .line-1 .userInfo .date {
    display: inline-block;
    color: #7f919e;
    cursor: pointer
}

.commentsCont .commentsList .comment .line-2 {
    font-size: 15px
}

.commentsCont .commentsList .comment .line-3 .up::after {
    content: "|";
    display: block;
    position: absolute;
    right: -9px;
    top: 0;
    color: #ccc
}
.commentBody img {
    display: block;
    margin: 10px 0 0;
}
#commV1 {
    display: block
}

.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-clearfix::before, .ui-helper-clearfix::after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix::after {
    clear: both
}
/*----comeback---*/
.comeback_layout {
    display: none;
    position: fixed;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000000;
    background: rgba(0, 0, 0, .75);
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.comeback_layout::-webkit-scrollbar {
    width: 0
}

.comeback_wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

.comeback_container {
    background: #fff;
    padding: 25px;
    margin-top: 2%;
    text-align: center
}

.comeback_container h1 {
    font-size: 23px
}

.comeback_container .form-group {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left
}

.comeback_container .btn {
    display: block;
    width: 240px;
    color: #fff;
    background: #f82a5e;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none
}

.comeback_img {
    margin: 10px auto;
    max-width: 200px
}

.form-horizontal span {
    display: block;
    margin: 20px 0
}

.comeback_close {
    float: right;
    cursor: pointer
}

#comeback p {
    font-size: 16px
}

@media (max-width: 700px) {
    .comeback_container h1 {
        line-height: 18px;
        font-size: 16px
    }

    .comeback_img {
        margin: 5px auto
    }

    .comeback_container p {
        line-height: 14px;
        font-size: 15px
    }

    .comeback_container {
        padding: 5px
    }
}

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comment-form-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
}
#comment-form-name {
    max-width: 200px;
    margin-bottom: 10px;
}
#comment-form-text {
    width: 100%;
    margin-bottom: 10px;
}
.prod-wrapper a{
    display: inline-block;
    position: relative;
}
.prod-wrapper .fda-sign {
    position: absolute;
    top: -10px;
    right: -25px;
}
.img-article {
    text-align: center;
    margin: 10px 0;
}
.img-article img {
    max-width: 100%;
}