@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* @import url('../fonts/font-style.css'); */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: 'Tahoma'; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}


body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #FFB081;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: 'Tahoma';
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


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

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}


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


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


textarea {
    overflow: auto;
}


optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #989898;
    color: #fff;
}
::selection {
    background: #989898;
    color: #fff;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.page-content {
    padding: 0 20px;
}
.page-home .page-content {
    padding: 0;
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* Theme Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1100px;
    max-width: 100%;

}
html, body {
    margin: 0;
    padding: 0;
}
body {
    color: #4d4d4d;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Tahoma';
}
h1, h2, h3, h4, h5, h6 {
    color: #4D4D4D;
    font-weight: 500;
    font-family: 'Tahoma';
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1{
    font-size: 28px;
    line-height: 1.4em;
}
h2 {
    font-size: 24px;
    line-height: 1.4em;
}
h3 {
    font-size: 20px;
    line-height: 1.4em;
}
h4 {
    font-size: 18px;
    line-height: 1.4em;
}
h5 {
    font-size: 16px;
    line-height: 1.4em;
}
h6 {
    font-size: 14px;
    line-height: 1.4em;
}
/* Common Styles */

p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    font-size: 16px;
}
code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend {
    color: #000;
    font-size: 16px;
}
address {
    color: #000;
    font-size: 16px;
}
p {
    padding: 0;
    margin: 0;
    margin: 0 0 15px 0;
    color: #4d4d4d;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Tahoma';
}
p.highlight {
    color: #3333ff;
}
a, a:link {
    text-decoration: underline;
    color: #000;
}
a:hover, a:active, a:visited {
    color: #333;
    text-decoration: underline;
}
input[type=file], input[type=hidden] {
    color: #000;
    font-size: 16px;
}
input[type=image], blockquote {
    color: #000;
    font-size: 16px;
}
input[type=text], input[type=password] {
    font-family: 'Tahoma';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    border-radius: 3px;
}
input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
}
select {
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    font-family: 'Tahoma';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 3px;
}
textarea {
    border-color: #bbb;
    border-width: 1px;
    font-family: 'Tahoma';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height:120px;
    border-radius: 3px;
}
.widget-search form input {
    border: 1px #ccc solid;
    padding: 3px 8px;
    width: auto;
    min-width: 150px;
    border-radius: 0 !important;
    height: 30px;
    font-size: 12px;
    margin: 0 !important;
}
.widget-search form input, .widget-search form select, .widget-search form button {
    height: 30px;
    margin: 0;
    font-size: 14px;
    max-width: 250px;
    line-height: 9px;
    font-weight: 500;
    border-radius: 0;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 2px solid #4d4d4d;
    padding: 12px;
    text-align:left;
    color: #4d4d4d;
    font-size: 16px;
    font-family: 'Tahoma';
    line-height: 24px;
    font-weight:400;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 18px;
}
.widget-snippet p {
    margin: 0;
    padding: 0 0 20px 0;
    color:#4d4d4d;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Tahoma';
}
.widget-snippet {
    color:#4d4d4d;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Tahoma';
    text-align: left;
}
.widget-snippet a {
    color:#4d4d4d;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Tahoma';
    text-align: left;
    text-decoration: underline;
}
.widget-snippet a:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li::before {
    content: '';
    color:#4d4d4d;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50px;
    top: 9px;
    left: 0;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 35px;
    list-style-type: none;
    margin-bottom: 0;
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Tahoma';
}
ul li {
    margin: 0;
    padding: 0 0 10px 20px;
}
.widget ul li a, .widget ol li a {
    color: #4d4d4d;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #666;
}
ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}

ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
}
ol, .widget-article ol, .widget-snippet ol {
    padding-left: 15px;
}
.form-row {
    position: relative;
}
#customer-profile-tabs form {
    max-width: 700px;
}
#customer-profile-tabs form.edit-password-form .form-row, #customer-profile-tabs form.store-credit-request-form .form-row, #customer-profile-tabs form.wish-list-edit-form .form-row {
    max-width: 600px;
}
#customer-profile-tabs form.wish-list-edit-form {
    max-width: 100%;
}
.account-details-form .form-row.btn-row, .edit-address-form .form-row.btn-row {
    width: 100%;
}
#customer-profile-tabs form .errorlist.after {
    right: 10px;
}
#customer-profile-tabs form.edit-password-form .errorlist.after, #customer-profile-tabs form.store-credit-request-form .errorlist.after, #customer-profile-tabs form.wish-list-edit-form .errorlist.after {
    right: 0px;
}
.widget.widget-snippet a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
    -moz-outline-style: none;
}
body.widget-snippet a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* webocommander Form css */
.simpleCaptcha-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 0 5px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
    width: calc(50% - 15px);
    display: block;
    float: left;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background: #fff;
    border: 2px solid #bbb;
    height: 43px;
    padding: 0;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field.mandatory {
    width: calc(50% - 15px);
    float: right;
    margin-top: 0;
    vertical-align: top;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
    display: none;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}
.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 12px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 12px;
}
.widget-newsletter .message-block {
    max-width: 358px;
    width: 100%;
    position: absolute;
    left: 20px;
    top:2px;
}

.errorlist.after {
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    padding: 0;

}
.errorlist.after .message-block {
    color: #e64343;
}
/* Placeholder Start */

.widget.widget-form.contact-form ::-webkit-input-placeholder { /* Edge */
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.62);
}
.widget.widget-form.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.62);
}
.widget.widget-form.contact-form ::placeholder {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.62);
}

/* Placeholder End */

/* web form CSS */
.widget-form .single-input-row .form-row {
    margin-top: 10px;
}
.form-row {
    margin: 10px 0;
}
.widget-form .double-input-row .form-row {
    padding: 0 15px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {

    font-family: 'Tahoma';
    height: 50px;
    padding: 8px 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 0;
}
.widget-form textarea{
    height:150px;
}
.widget.widget-form .single-input-row .form-row p {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin: 0;
    padding: 0 0 10px 0;
}
.form-row label {
    width: auto;
}
/* Common Button CSS */
input.validation-error,
select.validation-error,
textarea.validation-error,
input[type="text"].validation-error,
input[type="password"].validation-error{
    border: 1px solid #e64343 !important;
    background-color: #fff;
}

input:focus,
textarea:focus,
select:focus {
    border-color:#000 !important;
}

input[type=submit], input[type=button] {
    margin-top: 0px;
    height: auto !important;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    border-radius: 50px;
    /*-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
          box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);*/
    background-color: #303036;
    border: 1px solid #303036;
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
    color: #fff;
    background-color: #525261;
    border-color: #525261;
}
input[type=submit]:hover, input[type=button]:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}
button, .button, a.button {
    display: block;
    background: #000000;
    border-radius: 70px;
    text-transform: capitalize;
    padding: 10px 15px;
    text-align: center;
    max-width: 217px;
    width: 100%;
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    margin: 20px 0;
    border: 1px solid #0c0c0c;
}
.widget-form .form-row label {
    width: 100%;
    padding-right: 0;
}
.form-row label {
    color: #000;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.widget-form .single-input-row .form-row.textArea {
    margin-top:20px;
}
.widget.widget-form .form-row.btn-row button {
    margin: 0;
}

button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
    background-color: #333;
    border-color: #333;
}
button:hover, .button:hover, a.button:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}
input[type=submit]:hover, input[type=button]:hover {
    background: #fff;
    color: #303036;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    text-shadow: none;
    /*! opacity: 0.7; */
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
input[type="reset"] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type="reset"]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.reset-button {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.reset-button:focus, .reset-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.reset-button:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.button.cancel-button {
    color: #303036;
    background-color: #fff;
    border: 1px solid #303036;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.button.cancel-button:hover {
    color: #fff;
    background-color: #303036;
}
.page-heading:before,
.widget-pageHeading:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.page-heading,
.widget-pageHeading {
    padding: 80px 0;
    text-align: left;
    background: url(/template/912a6c73/images/page-header.jpg) no-repeat;
    background-size: cover;
    margin: 0 0 100px 0;
}
.page-heading h1,
.widget.widget-pageHeading h1 {
    font-size: 50px;
    font-weight: 800;
    font-family: 'Tahoma';
    color: #fff;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.widget.widget-pageHeading h2{
    font-size: 50px;
    font-weight: 800;
    font-family: 'Tahoma';
    color: #fff;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
/*========= main menu ========= */
body > .header .widget-container,
body > .footer .widget-container{
    max-width: 1140px;
    width: 100%;
}
.widget-navigation.main-menu {
    text-align: center;
}
.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation.main-menu .navigation-item a {
    text-transform: uppercase;
    font-size: 18px;
    color: #4A465D;
    padding: 9px 23px 20px;
    font-family: 'Tahoma';
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    line-height: 21px;
}
.widget-navigation.main-menu .navigation-item:first-child a {
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item:last-child a {
    padding-right: 0;
}
.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}
.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
    display: none;
}
.widget-navigation.main-menu .navigation-item.has-child a:hover, .widget-navigation.main-menu .navigation-item.active a, .widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item a:focus {
    color: #1F92D0;
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    /*padding: 12px 24px;*/
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: bold;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    color: #1F92D0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color: #1F92D0;
    content: '\f106';
}
.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item a:focus {
    color: #1F92D0;
}

/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 300px;
    top: 57px;
    text-align: left;
    padding: 10px;
    left: 45%;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    margin: -5px 0px 0;
    background: #1F92D0;
}
.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #1F92D0 transparent #1F92D0 transparent;
    border-width: 0 8px 9px 7px;
    border-style: solid;
    z-index: 1;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-family: 'Tahoma';
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    transition: all 0.5s ease 0s;
    color: #1f1d28;
    z-index: 2;
    display: block;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-of-type a:hover {
    border-color: rgba(255, 255, 255, 0.1);
}
.main-menu .navigation-item-3.navigation-item .navigation-item-child-container {
    width: 98vw;
    top: 70px;
    background: #1f1f1f;
    text-align: left;
    padding: 50px 30px;
    left: calc(-44vw - 49%);
    right: 0;
    transform: none;
    margin: 0;
}
.main-menu .navigation-item-3.navigation-item .navigation-item-child-container .navigation-item {
    width: 33%;
    float: left;
}
.main-menu .navigation-item-3.navigation-item .navigation-item-child-container .navigation-item a {
    padding: 4px !important;
    margin: 0 25px !important;
}
.main-menu .navigation-item-3.navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #555555 transparent #555555 transparent;
    border-width: 0 8px 9px 7px;
    border-style: solid;
    margin-left: -19px;
    z-index: 1;
    opacity: .9;
    display: none;
}
.horizontal .navigation-item-3.navigation-item .navigation-item-child-container .navigation-item a {
    border-bottom: 1px #363636 solid;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px #1F92D0 solid;
    color: #000;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border: none;
}
/*end:menu*/

/*start: jssor slider css */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    opacity: 0;
}
div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
    width:1920px;
    height: 590px;
    padding: 0 !important;
    text-align: center;
}
div.jssor-slider-container {
    margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}
.jssor-slider-container::before {
    content: url("/template/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
}
/*end: jssor slider css */

/*Start Footer*/

/* Footer Navigation Start */

body > .footer {
    background: #fff;
}

.footer .widget-navigation.footer-menu {
    text-align: left;
}
.footer .widget-navigation.footer-menu .navigation-item {
    padding: 0;
}
.footer .widget-navigation.footer-menu .navigation-item a {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: none;
    border: 0;
    display: inline-block;
    text-transform: capitalize;
    padding: 0 0 15px 0;
}
.footer .widget-navigation .navigation-item a:hover {
    color: #000;
}
.footer .widget-navigation .navigation-item a:active {
    color: #000;
}
/* Footer Navigation End */

/* Footer Newsletter Start */

.widget.widget-newsletter.newsletter-area .form-row label {
    font-size: 16px;
    color: #fff;
    padding: 0 0 5px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    font-family: 'Tahoma';
    border: 0;
    display: block;
    max-width: 280px;
    text-transform: unset;
}
.widget.widget-newsletter.newsletter-area .form-row input {
    max-width: 336px;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #2C2C2C;
    padding: 12px 15px 14px 26px;
    border-radius: 50px;
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}
.widget.widget-newsletter.newsletter-area .form-row.button-container {
    position: absolute;
    content: "";
    right: 0;
    bottom: 61px;
    margin: 0;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container > label {
    display: none;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container button {
    background-color:#000;
    border: 0;
    color: #000;
    font-size: 0;
    position: relative;
    height: 50px !important;
    padding: 0 25px;
    margin: 0;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container button:before{
    content: "";
    background: url(../images/newsletter-right-arrow.svg) no-repeat;
    width: 25px;
    height: 15px;
    position: absolute;
    margin-left: 0;
    top:18px;
    right: 9px;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container button:hover {
    opacity:0.5;
}
.widget.widget-newsletter.newsletter-area .form-row.mandatory > label::after {
    display: none;
}
.widget-newsletter .message-block {
    max-width: 358px;
    width: 100%;
    position: absolute;
    left: 20px;
    top:-3px;
}
.widget.widget-newsletter.newsletter-area .form-row{
    margin:0;
}
/* Footer Newsletter End */
.widget.widget-spacer.footer-spacer {
    background:rgba(255, 255, 255, 0.2);
    height: 1px !important;
}
.widget.widget-article.footer-copyright p,
.widget.widget-article.footer-copyright p a,
.widget.widget-article.footer-credit p,
.widget.widget-article.footer-credit p a{
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #9f9f9f;
    padding: 0;
    margin:0;
}
.widget.widget-article.footer-credit p a{
    text-decoration: underline;
}
.widget.widget-article.footer-copyright p a{
    text-decoration: underline;
    color: #848484;
}
.widget.widget-article.footer-copyright p a:hover,
.widget.widget-article.footer-credit p a:hover{
    color: #000;

}
/*End Footer*/

/* Header Menu Start */

/*========= main menu ========= */
/*========= main menu ========= */
.widget-navigation {
    padding: 0 20px;
}
.widget-navigation .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
/* .widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
	color: #f26725;
	content: '\f106';
}
  */
.widget-navigation .navigation-item a {
    display: inline-block;
    text-decoration: none;
    color: #1c1c1c;
    font-size: 13px;
    padding: 6px 25px !important;
    font-weight:600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 10px 0 0;
}
.widget-navigation .navigation-item:last-of-type a{
    margin: 0;

}
.widget-navigation .navigation-item a span {
    position: relative;
}
.widget-navigation .navigation-item.has-child a:hover,
.widget-navigation .navigation-item.active a,
.widget-navigation .navigation-item a:hover,
.widget-navigation .navigation-item a:focus,
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a{
    background: #000;
    color: #fff;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: bold;
    display: none;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    color: #000;
}
.horizontal .navigation-item.active>a {
    background: #000;
    color: #fff;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}
/** Sub Menu **/
.horizontal > .has-child > .navigation-item-child-container {
    width: 240px;
    position: absolute;
    left: 50%;
    height: auto;
    top: 36px;
    background: #fff;
    box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}
.navigation-item .navigation-item-child-container::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    top: -2px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 44%;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    text-decoration: none;
    color: #1c1c1c;
    font-size: 13px;
    padding: 6px 25px;
    font-weight:600;
    text-transform: uppercase;
    text-align: center;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    background: #000;
    color: #fff;
}

.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(245, 245, 245);
    color: #000;
    background: #fff;
    line-height: 20px;
}

/* Header Menu End */

/** Video Popup Start **/

.video-part {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    height: 612px;
}
body.widget-snippet .video-part{
    height: auto;
}
.video-part .vedit video {
    width: 100%;
    max-width: 100%;
    background: transparent;
    float: right;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.widget.widget-snippet  .video-part img#video-cover {
    position: absolute;
    max-width: 100%;
    right: 0;
    top: 0;
}

.video-part .vedit {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    float: right;
    padding: 0;
    margin: 0;
}

p.vedit video{
    width: 100%;
    height: 100%;
}

.video-part:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/template/b4874af4/images/play-video.svg) no-repeat;
    width: 65px;
    height: 65px;
    background-size: 65px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.video-part:hover:after {
    background-position: 0 -79px;
}
body.widget-snippet .transact-area  .video-part:after{
    display: none;
}
body.widget-snippet .transact-area  p.vedit:after{
    top: 25%;
}
body.widget-snippet p.vedit:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://stagingmicrosites.mywebcommander.com/template/c373eda1/images/a-button-play.png) no-repeat center;
    width: 65px;
    height: 65px;
    background-size: contain;
}
body.widget-snippet .timeline-video-area .content {
    border: 1px solid #ccc;
}
body.widget-snippet .video-container {
    border: 1px solid #a1a1a1;
    overflow: visible;
}
.video-container {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
}
.widget.widget-snippet .video-container .video-part {
    height: 350px;
}
#video-wrap:not(.active) {
    opacity: 0;
    visibility: hidden;
}

#video-wrap .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#video-wrap .video-container {
    width: 80%;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
}

#video-wrap .close-video {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 150;
    background: url(/template/b4874af4/images/close.svg) no-repeat center center;
}

#video-wrap .close-video:before,
#video-wrap .close-video:after {
    content: "";
    width: 60%;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

#video-wrap .close-video:before {
    transform: rotate(42deg);
}

#video-wrap .close-video:after {
    transform: rotate(-42deg);
}

#video-wrap .close-video:focus {
    outline: none;
}

#video-wrap .close-video:hover {
    background-color: #000;
}

#video-wrap .close-video:hover:before,
#video-wrap .close-video:hover:after {
    background-color: #fff;
}

#video-wrap video,
#video-wrap iframe {
    position: relative;
    z-index: 10;
    border-radius: 12px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100vh;
    max-height: 85vh;
    background-color: #000;
}

#video-wrap video {
    object-fit: cover;
}

#video-wrap.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 12px;
    height: 100vh;
    display: flex;
    transition: all 0.3s ease-in-out;
    z-index: 9991;
    align-items: center;
    justify-content: center;
}

#video-wrap.active .video-container {
    transform: scale(1);
}
body.widget-snippet .video-part .vedit {
    max-height: 300px;
    background: #000;
    max-width: 750px;
    position: relative;
    padding: 0;
}
/** Video Popup End **/

/** Logo Slider Start **/

.widget.widget-gallery.logo-slider  {
    max-width: 1400px;
    margin: 0 auto;
    padding:50px 0 50px 300px;
    height: auto;
    position: relative;

    display: block
}
.widget.widget-gallery.logo-slider .article-title {
    display: none
}
.widget.widget-gallery.logo-slider figure {
    margin:0 20px;
}

.widget.widget-html.slider-title {
    max-width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e3e3e3;
}
.widget.widget-html.slider-title h5{
    position: absolute;
    left: 50%;
    top: 39px;
    width: 100%;
    border-right: 1px solid #e3e3e3;
    padding: 30px 0;
    font-size: 28px;
    max-width: 1400px;
    transform: translateX(-50%);
}
.widget.widget-gallery.logo-slider .owl-carousel.owl-loaded:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.widget.widget-gallery.logo-slider .owl-carousel.owl-loaded {
    height: 90px;
    position:relative;
}
.widget.widget-gallery.logo-slider .owl-theme .owl-controls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.widget.widget-gallery.logo-slider  .owl-stage-outer{
    /*! height: 90px; */
}
.widget.widget-gallery.logo-slider .owl-controls .owl-nav .owl-prev{
    float: left;
    height: 80px;
    margin:55px 0;
    padding: 0 150px;
    font-size: 0;
    background: transparent;
    margin:0;
}
.widget.widget-gallery.logo-slider .owl-controls .owl-nav .owl-next {
    float: right;
    height: 80px;
    margin:55px 0;
    padding: 0 150px;
    font-size: 0;
    background: transparent;
    margin:0;
}
.widget.widget-gallery.logo-slider .owl-theme .owl-controls:hover  .owl-nav .owl-next,
.widget.widget-gallery.logo-slider .owl-theme .owl-controls:hover  .owl-nav .owl-prev{

}

.widget.widget-gallery.logo-slider .owl-stage-outer .owl-item {
    float: unset;
    display: inline-block;
    vertical-align: middle;
}
/** Logo Slider End **/

/** Testimonial Slider Start **/

.widget.widget-gallery.testimonial-slider {
    background:#FDECD1;
    padding: 0 0 155px 0;
}
.widget.widget-gallery.testimonial-slider .article-title {
    display: none
}
.widget.widget-gallery.testimonial-slider .owl-carousel {
    max-width: 1400px;
    margin: auto;
}
.widget.widget-gallery.testimonial-slider .item {
    max-width: 680px;
    padding: 40px;
    position: relative;
    background:#fff;
    border-radius:8px;
    height:398px;
}
.widget.widget-gallery.testimonial-slider .item .article-content h4{
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 39px;
    color: #000000;
    padding: 0;
    margin:0;
    overflow:hidden;;
}
.widget.widget-gallery.testimonial-slider .item .bottom-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
}
.widget.widget-gallery.testimonial-slider .item .article-content h6{

    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #323232;
    padding: 0 0 5px 0;
    margin:0;
}
.widget.widget-gallery.testimonial-slider .item .article-content p{

    font-family: 'Tahoma';
    font-style: normal;
    font-weight:400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding: 0;
    margin:0;
}
.widget.widget-gallery.testimonial-slider .item .article-content .bottom-content {
    display: flex;
}
.widget.widget-gallery.testimonial-slider .item .article-content .bottom-content figure {
    margin: 0 32px 0 0;
    padding-right: 32px;
    border-right: 1px solid rgba(0, 0, 0, 0.3)
}
.testimonial-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 0;
    background: none;
    padding: 0;
    margin:0;
}
.testimonial-slider .owl-theme .owl-controls {
    width: 100%;
    margin: 60px auto 0;
    max-width:700px;
    display:block;
}
.testimonial-slider .owl-theme .owl-controls .owl-nav {
    margin: 0 auto;
    max-width: 1400px;
}
.testimonial-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    color: #000;
}
.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-image:url(../images/testimonial-left-arrow-slide.svg);
    background-position: 0 -37px;
}
.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-image:url(../images/testimonial-right-arrow-slide.svg);
    background-position: 0 -37px;
}
.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-prev {
    height: 20px;
    padding: 0;
    width: 12px;
    font-size: 0;
    background-color: transparent;
    background-image:url(../images/testimonial-left-arrow-slide.svg);
    background-repeat:no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-right:20px;
}
.testimonial-slider .owl-theme .owl-controls .owl-nav {
    float: right;
}
.testimonial-slider .owl-theme .owl-controls .owl-dots {
    float: left;
    width: 100%;
    max-width: 600px;
    text-align: left;
    margin-top: 4px;
}
.testimonial-slider .owl-theme .owl-controls .owl-dots .owl-dot{
    width: 33%;
}
.testimonial-slider .owl-theme .owl-controls .owl-dots .owl-dot span{
    background: transparent;
    width: 100%;
    border-radius: 0;
    height: 2px;
    border-top: 1px solid #ccc;
}
.testimonial-slider .owl-theme .owl-controls .owl-dots .owl-dot.active span{
    border-top-color: transparent
}
.testimonial-slider .owl-theme .owl-controls .owl-dots .owl-dot.active span{
    background: #000;
    height: 3px;
}

.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-next {
    height: 20px;
    padding: 0;
    width: 12px;
    font-size: 0;
    background-color: transparent;
    background-image:url(../images/testimonial-right-arrow-slide.svg);
    background-repeat:no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
.widget.widget-html.testimonial-title{
    background:#FDECD1;
    padding: 90px 0 35px 0;
}
.widget.widget-html.testimonial-title h2{
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 0;
}

/** Testimonial Slider End **/

/* Start Tab Accordion */
.widget.widget-tabAccordion.accordion-content {
    background: #f9f9f9;
    width: 100%;
    padding: 0 0 100px 0;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

/*.widget-tabAccordion .widget-title:before {
	content: '';
width: 250px;
height: 20px;
background-color: #c09c2f;
position: absolute;
top: 0;
left: -70px;
z-index: 1;
}*/


.accordion-panel {
    padding: 0;
    max-width:1200px;
    margin: 0 auto;
}


.accordion-panel>.label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}

.accordion-panel>.accordion-item.collapsed:first-of-type {
    display: block !important;
}

.accordion-panel>.label-bar {
    background: #f9f9f9;
    height: auto;
    padding: 30px 0;
    white-space: nowrap;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Tahoma';
    margin: 0;
    margin-top: 0px;
    border: 0;
    line-height: 26px;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 0;
}
.widget.widget-tabAccordion.accordion-content .widget-title {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    max-width: 1200px;
}
.accordion-panel>.label-bar.expanded {
    border-radius: 6px;
    box-sizing: unset;
    box-shadow: unset;
    border-bottom: 0;
    height: auto;
    margin-top: 10px;
    color: #000;
    background: #f9f9f9;
}

.accordion-panel>.accordion-item.expanded {
    padding: 0;
    background: #f9f9f9;
    border: none;
    box-sizing: border-box;
    margin-top: 0;
    border-top: 0;
    color: #000;
}

.accordion-item.expanded p {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
    padding: 0;
}
.accordion-item.expanded p a{
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fe7e32;
    margin: 0;
    padding: 0;
}
.accordion-item.expanded p a:hover{
    color: #000;
    text-decoration: underline;
}
.widget.widget-tabAccordion.accordion-content .accordion-item {
    background-color: transparent;
    border: 0;
}
.accordion-panel>.label-bar .toggle-icon {
    height: 30px;
    width: 30px;
    background-image: url("../images/plus-minus.svg");
    right: 12px;
    left: auto;
    top: 29px;

    background-color: #000;
    border-radius: 100%;
    background-position: 9px 9px;
    background-size: 12px;
}
.accordion-panel > .label-bar.expanded:hover .toggle-icon {
    background-position: 9px -15px;
    transform: unset;
    top:29px;
    right: 12px;
}
.accordion-panel > .label-bar.expanded .toggle-icon {
    background-position: 9px -15px;
    background-color: #000;
}

.accordion-panel > .label-bar:hover {
    color: #000;
    background: transparent;
}
.accordion-panel>.label-bar:hover  .toggle-icon {
    background-color: #000;
}
.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget {
    padding-top: 0;
}

.accordion-panel>.accordion-item.collapsed {
    padding: 0;
    border: 0;
}

.accordion-panel>.accordion-item.collapsed p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
}
.accordion-panel>.label-bar:last-of-type {
    margin-bottom: 10px !important;
}
/* End Tab Accordion */
.widget.widget-article.link-content {
    padding: 15px 0 30px;
}
.widget.widget-article.link-content p a:hover{
    opacity: 0.7;
}
.widget.widget-article.link-content p{
    font-family: 'Tahoma';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color:#66666;
}
.widget.widget-html.innerpage-heading h1 {
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #333333;
}
.schumann-content figure{
    margin-left:0;
}
.schumann-content table p:last-child{
    margin:0;
}
.schuman-table table{
    max-width:414px;
}

.article-content-para p{
    color: #4d4d4d;
    line-height: 20px;
    font-size: 13px;
}
.article-content-para h4 {
    font-size: 15px;
}
.schuman-table table td{
    font-size:16px;
    color:#4d4d4d;
}
.widget.widget-article.article-content-para p a:hover{
    opacity: 0.7;
}
.widget.widget-article.music-inner-bottom-content p {
    font-family: 'Tahoma';
    font-size: 16px;
    color: #4d4d4d;
    line-height: 20px;
    padding: 0;
}
.widget.widget-article.music-inner-bottom-content ul{
    margin: 0 0 10px;
}
.widget.widget-article.music-inner-bottom-content ul li{
    font-size: 13px;
    color: #4d4d4d;
    padding: 0 0 10px 15px;
}
.widget.widget-article.music-inner-bottom-content ul li:before{
    font-size: 13px;
    background: #4d4d4d;
}
.widget.widget-article.le-prophete-bottom-content,
.widget.widget-article.music-inner-bottom-content{
    padding: 0 0 50px;
}
.widget.widget-article.le-prophete-bottom-content p,
.widget.widget-article.le-prophete-bottom-content ul li,
.widget.widget-article.le-prophete-bottom-content ol li{
    padding: 0 0 15px;
    font-size: 13px;
    font-weight: 400;
    color: #4d4d4d;
    font-family: 'Tahoma';
    line-height: 25px;
    margin: 0;
}
.widget.widget-article.le-prophete-bottom-content ol{
    margin:0;
}
.widget.widget-article.le-prophete-bottom-content ol li {
    list-style-type: upper-roman;
    padding-bottom: 5px;
}
.widget.widget-article.le-prophete-bottom-content ul li:before{
    background: #4d4d4d;
}
.widget.widget-article.le-prophete-bottom-content ul li{
    padding: 0 0 5px 20px
}
.widget.widget-article.le-prophete-bottom-content .le-prophete-inner-content {
    display: flex;
    flex-wrap: wrap;
}
.widget.widget-article.le-prophete-bottom-content .le-prophete-inner-content p:first-of-type{
    width: 30%;
}
.widget.widget-article.le-prophete-bottom-content .le-prophete-inner-content p:last-of-type{
    width:70%;
    padding: 0 0 0 30px;
}
.widget.widget-article.le-prophete-bottom-content p.top-text{
    padding: 0 0 30px;
}
/*****Search***********/
.auto-page .page-content .entire-search h2 {
    font-size:22px;
    text-align: center;
    font-weight: 700;
}
.auto-page .page-content .entire-search .total-result {
    text-align: center;
    color: #333;
    font-size: 17px;
    line-height: 20px;
    padding: 0;
}

.auto-page .page-content .entire-search .total-result {
    margin-bottom: 20px;
}

.entire-search .search-result>.title {
    border: 0;
    text-align:left;
    font-size:20px;
    margin: 0 0 15px;
}
.entire-search .search-result{
    border: 0;
    margin-bottom: 45px;
}
.entire-search .footer .per-page-count {
    float: right;
    border: 1px solid #adadad;
}
.entire-search .footer span.pagination {
    margin-right: 35px;
    float: left;
}
.entire-search .pagination span.next:before, .entire-search .pagination span.prev:before{
    top: -1px;
}
.entire-search .footer .pagination-literal-status {
    display: none;
}
.entire-search .search-result.pages .page a {
    margin-right: 10px;
    color:#4d4d4d;
    font-size: 13px;
}
.entire-search .search-result.pages .page a span.title {
    font-size: 18px;
}
.entire-search .search-result.pages .page a:hover {
    opacity: 0.7;
}
.entire-search .search-result.pages .search-result-type {
    font-size: 15px;
    color: #393939cc;
}
.entire-search .search-result.pages .page a.page-read-more {
    color:#000;
}

.entire-search .search-result.pages .page a.page-read-more:hover {
    opacity: 0.7;
    text-decoration:underline;
}
.entire-search .search-result.pages .page .summary {
    color: #4d4d4d;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Tahoma';
    padding-bottom: 5px;
    margin: 0;
}
.entire-search .footer{
    margin-bottom:15px;
    padding: 5px 0 30px 0;
    text-align: right;
}
.entire-search .search-result.products .product-block .summary {
    display: none;
}
.page-search-result .product-view.image-view .product-block, .page-search-result .product-view.scrollable-view .product-block {
    margin-left: -2px;
}
.search-result .pagination:empty {
    display: none;
}
.search-results .page {
    margin-bottom: 15px;
}

.entire-search .search-result > .title {
    margin-top: 30px;
}
.entire-search .search-result .product-view .header{
    margin-top: -90px;
}
.category-details-container .title.page-heading, .subcategory-container .title.page-heading {
    font-weight: 700;
}
.page-search-result  .entire-search {
    min-height: 170px;
}
.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 16px;
}
.pagination span {
    box-shadow: 0 0 0 0;
    margin: 0 1px;
    border: 1px solid #fff;
    color: #4d4d4d;
    background: transparent;
    font-size: 17px;
    border-radius: 0;
    padding: 3px 14px;
    min-width: 42px;
    height: 40px;
    text-align: center;
    transition: 0.3s;
}
.pagination span.current {
    border: 1px solid #e8fffa;
    color: #FFF;
    border-radius: 0;
    background: #4d4d4d;
}
.pagination span:hover{
    color: #000;
}
.pagination span.current {
    font-weight: 500;
}
.pagination span.current:hover{
    color:#fff;
}
.pagination span.disabled {
    color: #bebebe;
    cursor: no-drop;
}
/******END*********/
.widget-article .page_404 {
    text-align: center;
    max-width: 500px;
    margin:50px auto 100px;
}
.widget-article .page_404 .ops {
    color:#EA0D21;
    font-size: 37px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #ea0d21;
    font-size: 58px;
    margin-right: -7px;
}
.widget-article .page_404 .big {
    color: #ea0d21;
    font-size: 58px;
    margin-left: -7px;
}
.widget-article .page_404 .error {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 30px;
    margin: 15px 0;
}
.widget-article .page_404 p {
    color:#4d4d4d;
    font-size: 13px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 20px;
}
.widget-article .page_404 a {
    padding: 10px 15px;
    max-width: 150px;
    background: #000;
    height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin: 25px auto 0;
}
.widget-article .page_404 a:hover{
    background: #4d4d4d;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin-right: 0;
}
.four-hands-area h1 {
    font-family: 'Tahoma';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 15px;
    color:#4d4d4d;
    margin:0;
}
.roy-piano-music .right-content h1{
    font-family: 'Tahoma';
    font-size: 13px;
    line-height: 20px;
    color: #4d4d4d;
    padding: 0 0 15px;
    margin:0;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
   width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 550px) !important;
   padding-right: calc(50% - 550px) !important;
}
.fee .bottom-gallery .inner-content .item,
.fee .top-gallery .inner-content .img-area{
    padding: 10px;
}