@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/** Generated by FG **/
@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/bebasneue.eot');
    src: url('../fonts/bebasneue.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue.woff2') format('woff2'), url('../fonts/bebasneue.woff') format('woff'), url('../fonts/bebasneue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    -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: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, 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 {
    background-color: transparent;
}

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

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    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: monospace, monospace;
    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: #000000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}

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

@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 */
    html, body {
        background-color: #FFFFFF;
        margin: 0;
        padding: 0;
        font-size: 15px;
    }

    body {
        font-size: 15px;
        line-height: 25px;
        color: #000000;
        font-family: "Century Gothic", Arial;
        margin: 0;
        padding: 0;
    }

    a, a:link, a:hover, a:active, a:visited {
        text-decoration: none;
        font-weight: inherit;
        color: #ed1a21;
    }

    .page-home .widget.widget-pageHeading {
        display: none;
    }

    .widget.widget-pageHeading {
        text-align: center;
        padding: 65px 0 60px 0;
        border: none;
        margin-bottom: 100px;
    }

    .widget.widget-pageHeading h1 {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 53px;
        text-align: center;
        text-transform: none;
        font-weight: normal;
        z-index: 1;
        font-family: 'BebasNeue';
        line-height: 53.8px;
    }

    /*start: page heading*/
    .widget > .widget-title {
        padding: 0 0 30px 0;
        margin: 0;
        font-size: 34px;
        text-align: left;
        color: #000;
        font-weight: 500;
        text-transform: none;
        line-height: 36px;
        font-family: 'BebasNeue';
    }

    .widget.page-heading {
        text-align: center;
        padding: 65px 0 60px 0;
        border: none;
        margin-bottom: 100px;
    }

    .widget.page-heading h1 {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 53px;
        text-align: center;
        text-transform: none;
        font-weight: normal;
        z-index: 99;
        font-family: 'BebasNeue';
        line-height: 53.8px;
    }

    .header::before, .header::after {
        content: "";
        position: absolute;
        top: 189px;
        left: 0;
        width: 100%;
        height: 170px;
    }

    .header::before {
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .header::after {
        background-image: url('/template/78bd244b/images/innerbg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .header.active-section::before,
    .header.active-section::after {
        display: none;
    }

    .page-home .header::before,
    .page-home .header::after {
        display: none;
    }

    .body-section .widget-container .page-content {
        min-height: 360px;
    }

    /*end: page heading*/

    h1, h2, h3, h4, h5, h6 {
        color: #000000;
        font-weight: normal;
        font-family: 'BebasNeue';
        line-height: normal;
    }

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

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

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        color: #000000;
        font-size: 15px;
        font-family: "Century Gothic", Arial;
        text-align: left;
        line-height: 25px;
        margin: 0;
        padding: 0 0 20px;
    }

    /* 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 {
        color: #000000;
        font-size: 15px;
        font-family: "Century Gothic", Arial;
    }

    input[type="submit"], input[type="button"], button, .button, a.button {
        margin-top: 0px;
        background: transparent;
        border: 2px solid #000;
        color: #000;
        font-size: 15px;
        font-family: inherit;
        box-sizing: border-box;
        text-align: center;
        padding: 7px 30px;
        display: inline-block;
        height: auto !important;
    }

    input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
        background: #000;
        color: #fff;
    }

    input[type=text], input[type=password], select {
        height: 40px;
    }

    input[type=text], input[type=password], select, textarea {
        border-color: #000;
        font-family: inherit;
        box-sizing: border-box;
        padding-left: 10px;
    }

    textarea {
        height: 90px;
    }

    input[type="text"].validation-error, input[type="password"].validation-error {
        background: #fff;
    }

    button.Zebra_DatePicker_Icon {
        background-position: right center;
    }

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

    table th {
        font-size: 15px;
        font-weight: 700;
        background: #eee;
    }

    table, th, td {
        border: 1px solid #d9d9d9;
        padding: 8px;
        text-align: left;
        font-weight: normal;
        font-size: 15px;
        color: #000000;
    }

    table tr:nth-child(2n) {
        background: #f8f8f8;
    }

    .widget-snippet {
        font-family: "Century Gothic", Arial;
        font-size: 18px;
        color: #000000;
        line-height: 28px;
        text-align: left;
    }

    .widget-snippet a {
        color: #000000;
    }

    .widget-snippet a:hover {
        color: #00b700;
    }

    .widget-snippet ul, ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
        position: relative;
        color: #000000;
        font-size: 15px;
        line-height: 28px;
        margin: 0;
        padding: 0 0 6px 20px;
        list-style-type: none;
        font-weight: normal;
        font-family: "Century Gothic", Arial;
    }

    .widget ul li a, .widget ol li a {
        color: #000000;
    }

    .widget ul li a:hover, .widget ol li a:hover {
        color: #00b700;
    }

    ol li {
        list-style-type: decimal;
    }

    .widget-snippet ul li::before, ul li::before {
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 8px;
        width: 13px;
        height: 10px;
        z-index: 1;
        font: normal normal normal 14px/1 FontAwesome;
        color: #000;
        font-size: 12px;
    }

    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: 19px;
    }

    /* Webcommander Base */
    .page-content .v-split-container > .v-split {
        margin: auto;
        width: 1170px;
    }

    .auto-page .page-content {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .form-row {
        position: relative;
    }

    .errorlist.after .message-block {
        color: #00b700;
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
    }

    .errorlist.after {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        box-shadow: none;
        padding: 0;
        bottom: 0;
    }

    .simpleCaptcha-container {
        box-sizing: border-box;
        overflow: hidden;
        padding: 0;
        width: 100%;
        display: block;
        margin-top: 15px;
    }

    .simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
        display: none;
    }

    .simpleCaptcha-container .form-row.simple-captcha {
        width: 48%;
        display: inline-block;
        box-shadow: 0 0 0 1px #ddd inset;
        text-align: center;
        height: 40px;
        background: #fff;
    }

    .form-row.simple_captcha_input_field.mandatory {
        width: 48%;
        display: inline-block;
        margin-left: 0;
        margin-top: 0;
        vertical-align: top;
        float: right;
    }

    .widget-form .single-input-row .form-row {
        margin-top: 0;
    }

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

    .login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
        padding-bottom: 20px;
        text-align: center;
        color: #000;
    }

    .widget.widget-form.contact-form {
        background: #fff;
        padding: 30px 50px 40px;
        box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.12);
        border-radius: 6px;
        margin-top: 50px;
    }

    .widget.widget-form.contact-form button.submit-button {
        width: 100%;
        background-color: #002368;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        border: 0;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .widget.widget-form.contact-form button.submit-button:hover {
        background-color: #00b700;
    }

    .simpleCaptcha-container .form-row.simple-captcha img {
        height: 36px;
        vertical-align: middle;
        margin-top: 2px;
    }

    .widget.widget-form.contact-form .form-row.btn-row {
        margin-top: 15px;
    }

    .widget.widget-form.contact-form .form-row.btn-row label {
        display: none;
    }

    .widget.widget-form.contact-form textarea {
        min-height: 160px;
        padding-top: 10px;
    }

    .widget-form input[type=text], .widget-form textarea, .widget-form select {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .contact-cell a {
        color: #00b700;
    }

    .widget > .widget-title {
        font-size: 20px;
        padding-bottom: 0px;
        color: #000000;
        font-weight: 500;
    }
    .widget.widget-form.contact-form .errorlist.after .message-block {
		top:-10px;
	}

    /*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: 535px;
        padding: 0 !important;
        text-align: center;
        z-index: 333 !important;
    }

    div.jssor-slider-container {
        margin: 0 auto;
        position: relative;
    }

    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 .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av{
      margin-top: -20px;
  }
  #webcommander-page .jssor-slider-container .jssorb03 div{
      background-color: #ffffff;
      background-image: none;
      width: 15px;
      height: 15px;
      border: 2px solid  #89b723;
      border-radius: 50%;
      padding: 0;
      line-height: 100px;
      overflow: hidden;
  }
  #webcommander-page  .jssor-slider-container .jssorb03 div:hover,
  #webcommander-page  .jssor-slider-container .jssorb03 .av {
      border-color: #f68428;
      background-image: none;
  }
  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 {
      height:450px;
      width: 1920px;
      padding: 0 !important;
      text-align: center;
      font-size: 0;
      z-index: 333 !important;
  }
  div.jssor-slider-container{
      max-width: 100%;
  }
  div.jssor-slider-container[jssor-slider="true"],
  div.jssor-slider-container[jssor-slider="true"] .container{
      max-width: 1920px;
  }
  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/78bd244b/images/loading.gif");
        height: 64px;
        left: 50% !important;
        margin-left: -18px !important;
        margin-top: -32px !important;
        position: absolute;
        top: 50%;
        width: 64px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        } */
        .widget-gallery.jssorSlider:before {
            display: none;
        }
        .jssor-slider-container .jssor-loader .loader-2 {
            display: none;
        }
        .jssor-slider-container::before {
          content: url("/template/78bd244b/images/loading.gif");
          height: 64px;
          left: 50% !important;
          margin-left: -18px !important;
          margin-top: -32px !important;
          position: absolute;
          top: 50%;
          width: 64px;
          z-index: 2;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      }
      .jssor-slider-container[jssor-slider="true"]::before {
          z-index: auto;
      }
      .jssor-slider-container::after{
          content: "";
          position: absolute;
          left: 0;
          height: 100%;
          width: 100%;
          background: #f5f5f5;
          z-index: 1;
      }
      .jssor-slider-container[jssor-slider="true"]::after{
          z-index: -1;
      }

      /*end: jssor slider css */
      /*start:manu*/
      .widget-navigation.main-menu {
        text-align: right;
    }

    .widget-navigation.main-menu .navigation-item.has-child {
        position: relative;
        -webkit-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 .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
        content: "\f107";
        color: rgba(0, 0, 0, 0.8);
        font-family: FontAwesome;
        font-size: 18px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        position: relative;
        top: -2px;
        right: -8px;
    }

    .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
        transform: rotate(180deg);
        color: rgba(0, 0, 0, 0.8);
    }
    .widget-navigation.main-menu .nav-wrapper > .navigation-item {
        padding-bottom: 25px;
    }
    .widget-navigation.main-menu .navigation-item a {
       text-transform: uppercase;
       font-size: 22px;
       color: #000000;
       font-family: 'BebasNeue';
       padding: 7.5px;
       line-height: 22px;
       margin: 0 5px;
   }
   .widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item.active a {
    color: #ed1a21;
}

.widget-navigation.main-menu .navigation-item.has-child:hover,
.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: #ed1a21;
}

.widget-navigation.main-menu .navigation-item:hover .navigation-item-child-container .navigation-item,
.widget-navigation.main-menu .navigation-item .navigation-item-child-container .navigation-item.active {
    border-color: transparent;
    border-radius: 0;
}

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

/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 268px;
    top: 60px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    border-radius: 0;
    transform: translateX(-50%);
    margin: -10px 0 0 10px;
}

.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transform: translateX(-50%);
}

.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:first-child {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    padding: 10px 24px;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-of-type a {
    border-bottom: none;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    transition: all 0.5s ease 0s;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.05);
    color: #ed1a21;
    z-index: 2;
    display: block;
    border-radius: 0;
}

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

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a {
    color: #ed1a21;
}

/*end:menu*/

/*end:header*/

.welcome-content {
    padding: 110px 0 100px 0;
    max-width: 700px;
    margin: 0 auto;
}

.welcome-content h2 {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 41px;
    text-align: center;
    color: #080808;
    font-weight: 500;
    text-transform: none;
    line-height: 40px;
}

.welcome-content p {
    padding: 0;
    font-size: 15px;
    text-align: center;
}

.welcome-content p + p {
    padding-top: 15px;
}

.welcome-content p strong {
    font-size: 17px;
}

.welcome-content p:last-of-type strong {
    font-size: 18px;
}

.widget.widget-snippet .footer-contact p {
    margin: 0;
    padding: 0 0 1px 0;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
}

.top-spacer .spacer {
    border-top: 3px solid #e5e5e5;
    margin-top: 10px;
}

.footer {
    background-color: #000000;
}

.body .offer-text {
    position: absolute;
    right: -130px;
    top: -437px;
    text-align: right;
}

.body .quote-form {
    position: absolute;
    top: -535px;
}

/*start: Get a Quto Form*/
.quote-form {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 60px;
    width: 430px;
    height: 535px;
}

.quote-form .widget-title {
    color: #ffffff;
    font-family: 'BebasNeue';
    font-size: 35px;
    line-height: 47px;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0;
}

.quote-form .form-row {
    margin: 0;
    position: relative;
}

.quote-form .single-input-row + .single-input-row {
    padding-top: 20px;
}

.quote-form input[type="text"],
.quote-form .widget-form input[type="password"],
.quote-form .widget-form textarea,
.quote-form .widget-form select {
    box-sizing: border-box;
    width: 100%;
}

.quote-form input[type="text"] {
    height: 40px;
    width: 100%;
}

.quote-form textarea {
    height: 100px;
    border-bottom: 2px solid #fff;
}

.quote-form input[type="text"], input[type="password"],
.quote-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-family: "Century Gothic", Arial;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.quote-form .form-row.btn-row > label {
    display: none;
}

body .quote-form button {
    border: none;
    background: #ed1a21;
    color: #ffffff;
    font-family: 'BebasNeue';
    font-size: 23px;
    text-transform: uppercase;
    width: 100%;
    line-height: 20px;
    margin-top: 15px;
    padding: 10px 30px;
}

body .quote-form button:hover {
    background: #ad0000 none repeat scroll 0 0;
    transition: .5s;
    color: #fff;
}

.quote-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-family: "Century Gothic", Arial;
}

.quote-form ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-family: "Century Gothic", Arial;
}

.quote-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-family: "Century Gothic", Arial;
}

.quote-form :-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-family: "Century Gothic", Arial;
}

.quote-form textarea.error-field-error.validation-error {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.get-quote-button {
    display: none;
}

.quote-form .message-block.info-message {
    position: absolute;
    top: 22px;
    width: 100%;
    left: 0;
}

.quote-form .errorlist.after .message-block {
    color: #fff;
    margin: 0;
    text-align: center;
    position: absolute;
    right: 10px;
    left: auto;
    background: red;
    border-radius: 15px;
    font-size: 12px;
    width: 160px;
    padding: 0 20px;
    top: 28px;
    height: auto;
    line-height: 23px;
}

.quote-form input.error-field-error.validation-error {
    border-color: red;
}

/*end: Get a Quto Form*/

/*start:Page not faund */
.page-page-not-found .page-content {
    text-align: center;
}

.page-page-not-found .page-content .article-content h1 {
    color: #f00;
    text-align: center;
    padding: 80px 0 20px;
    margin: 0;
	font-size:60px;
    line-height: normal;
}

.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
}


.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
}

/*end:Page not faund */

.footer .copyright-text,
.footer .copyright-text a {
    text-align: center;
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
    font-family: "Century Gothic", Arial;
}

.footer .nav-wrapper {
    text-align: center;
}

.footer .nav-wrapper > .navigation-item::before {
    content: '/';
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 4px;
}

.footer .nav-wrapper > .navigation-item {
    position: relative;
    padding-right: 15px;
    margin-right: 5px;
}

.footer .nav-wrapper > .navigation-item.last:before {
    display: none;
}

.footer .nav-wrapper > .navigation-item.last {
    padding-right: 0;
    margin-right: 0;
}

.footer .nav-wrapper > .navigation-item > a {
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Century Gothic", Arial;
}

.footer .nav-wrapper > .navigation-item > a:hover,
.footer .nav-wrapper > .navigation-item > a:focus {
    color: #ed1a21;
    text-decoration: none;
}

.header .widget-storeLogo img {
    max-width: 100%;
    height: auto;
}

.footer .copyright-text a:hover {
    color: #ed1a21;
    text-decoration: none;
}

.textbox p {
    margin-top: 0;
}

.imgleft {
    float: left;
    margin-right: 22px;
    margin-bottom: 10px;
    padding: 0;
}

.imgright {
    float: right;
    margin-left: 22px;
    margin-bottom: 10px;
    padding: 0;
}

/*start:contact form*/
.widget.widget-form.contact-form {
    background: #fff;
    padding: 30px 50px 40px;
    box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    margin: 50px auto 100px;
    max-width: 768px;
}

.contact-form .form-row {
    margin: 0;
    position: relative;
}

.contact-form .single-input-row + .single-input-row {
    padding-top: 20px;
}

.contact-form input[type="text"],
.contact-form .widget-form input[type="password"],
.contact-form .widget-form textarea,
.contact-form .widget-form select {
    box-sizing: border-box;
    width: 100%;
}

.contact-form input[type="text"] {
    height: 40px;
    width: 100%;
}

.contact-form textarea {
    height: 100px;
    border-bottom: 2px solid #000;
}

.contact-form input[type="text"], input[type="password"],
.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #d6d4d4;
    border-style: solid;
    border-width: 2px;
    color: #000;
    font-family: "Century Gothic", Arial;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.contact-form .form-row.btn-row > label {
    display: none;
}

.widget.widget-form.contact-form button.submit-button {
    border: none;
    background: #ed1a21;
    color: #ffffff;
    font-family: 'BebasNeue';
    font-size: 23px;
    text-transform: uppercase;
    width: 100%;
    line-height: 20px;
    margin-top: 15px;
    padding: 10px 30px;
}

.widget.widget-form.contact-form button.submit-button:hover {
    background: #ad0000 none repeat scroll 0 0;
    transition: .5s;
    color: #fff;
}

.contact-form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-family: "Century Gothic", Arial;
}

.contact-form ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-family: "Century Gothic", Arial;
}

.contact-form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-family: "Century Gothic", Arial;
}

.contact-form :-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-family: "Century Gothic", Arial;
}

.contact-form textarea.error-field-error.validation-error {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.contact-form .message-block.info-message {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
}

.contact-form .errorlist.after .message-block {
    color: #fff;
    margin: 0;
    text-align: center;
    position: absolute;
    right: 30px;
    left: auto;
    background: red;
    border-radius: 15px;
    font-size: 12px;
    width: 200px;
    padding: 0 20px;
    top: 25px;
    height: auto;
    line-height: 23px;
    z-index: 9;
}

.contact-form input.error-field-error.validation-error {
    border-color: red;
}

.widget.widget-form.contact-form .form-row.btn-row {
    margin-top: 12px;
}

.widget.widget-form.contact-form button.submit-button {
    margin-top: 0;
}

.contact-form .double-input-row .form-row {
    padding: 0 9px;
}

.contact-form .double-input-row {
    margin: 0 -8px;
}

.contact-form .single-input-row {
    margin: 0 2px;
}
.contact-form .single-input-row .form-row,
.contact-form .double-input-row .form-row{
    padding-bottom: 18px;
}
.contact-details {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 15px;
}
.contact-details a:link, .contact-details a:hover, .contact-details a:active, .contact-details a:visited {
    font-size: 14px;
}

.contact-details * {
    text-align: center;
}
.widget.widget-form .custom-form {
  text-align: center;
}
/*end:contact form*/

.page-contact-us .widget > .widget-title {
    font-size: 24px;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-top: 15px;
}

.page-contact-us .widget.contact-form > .widget-title {
    padding-bottom: 10px;
}

.page-contact-us .page-content .v-split-container > .v-split:nth-child(1) p {
    text-align: center;
    padding: 0;
    margin: 0;
}

.page-contact-us .page-content .v-split-container > .v-split:nth-child(1) p + p {
    padding-top: 10px;
}

/*start:contact page*/
.page-contact-us .body > .body-section > .widget-container {
    width: 100%;
}

.page-contact-us .widget-snippet .extra-footer {
    margin-top: 0;
}
/*
.page-contact-us .page-content .v-split-container > .v-split:nth-child(1) {
    max-width: 768px;
}

.page-contact-us .page-content .v-split-container > .v-split:nth-child(2) {
    width: 100%;
    z-index: -1;
}


.page-contact-us .page-content .v-split-container > .v-split:nth-child(2) iframe {
    width: 100%;
    margin-top: -130px;
}
*/
.page-contact-us .widget.widget-form.contact-form label{
	display:none;
}
/*end:contact page*/


.page-home  .widget-snippet .extra-footer{
    margin-top: 130px;
}

.widget.widget-image.offer-text,
.widget.widget-form.quote-form{
    display: none;
}
.widget.widget-html {
    padding: 0 15px;
}
.widget.widget-pageHeading {
    text-align: center;
    padding: 65px 0 60px 0;
}
.welcome-content h1 {
     padding: 0 0 15px 0;
     margin: 0;
     font-size: 41px;
     text-align: center;
     color: #080808;
     font-weight: 500;
     text-transform: none;
     line-height: 40px;
}
.header .code-number{
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    color: #000000;
    font-weight: normal;
    font-family: 'BebasNeue';
}
.main-slider .jssor-slider-container .slide:after{
	background-color:transparent !important;
}

/*Section Full-wide*/
.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% - 683px) !important;*/
/*    padding-right: calc(50% - 683px) !important;*/
/*}*/

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}
/*Section Full-wide*/
div.widget-snippet .phone-number p {
    padding: 0;
    margin: 0;
}

div.terminate-treatment.container,
.widget-snippet.page-main-content .container {
    max-width: 100% !important;
    width: auto;
}
.widget-snippet .fact-text p {
    font-size: 14px;
}
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.widget-html.page-article-content.safety-datasheet{
  padding:0;
}
