/*
Theme Name: total-child
Version: 1.0
Description: A child theme of Total
Author: candopro
Template: total
*/

@import url("../total/style.css");

@font-face {
  font-family: 'proxima-nova-regular';
  src: url('fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ProximaNova-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ProximaNova-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/ProximaNova-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/ProximaNova-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'proxima-nova-light';
  src: url('fonts/ProximaNova-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ProximaNova-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ProximaNova-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/ProximaNova-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/ProximaNova-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'proxima-nova-semibold';
  src: url('fonts/ProximaNova-Semibold.eot'); /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ProximaNova-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ProximaNova-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/ProximaNova-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/ProximaNova-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html body {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    background: #fff;
}

html body, body p, body span, body h4, body h5, body h6  {
    font-family: 'proxima-nova-regular';
}

body h1, body h2, body h3 {
    font-family: 'proxima-nova-light';
}

h1 {
    font-size: 45px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1;
    letter-spacing: 0.05em;
}

h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

h4 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

body h1:not(.site-title):before, body h2:before {
    display: none;
}

.font-bold {
    font-weight: 700;
}

.font-size-medium {
    font-size: 18px;
}

.text-uppercase {
    text-transform: uppercase;
}

p {
    margin-bottom: 15px;
    letter-spacing: 0;
}

p:last-child {
    margin-bottom: 0;
}

a, i, button, .btn, i, span, input, select, textarea {
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

img {
    max-width: 100%;
}

body a {
    color: #f3342e;
}

body a:hover, body a:focus, body a:active {
    color: #f3342e;
    outline: none;
    text-decoration: none;
}

.site-btn, .btn, body #page ul.products li.product .button, .site-btn:visited, .btn:visited, body #page ul.products li.product .button:visited {
    background: #f3342e;
    display: inline-block;
    padding: 6px 16px;
    color: #fff;
    border: none;
    box-shadow: none;
    white-space: normal;
    line-height: 1.6;
    font-weight: normal;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 0;
    letter-spacing: 0;
    text-transform: none;
}

.site-btn:hover, .site-btn:active, .site-btn:focus, .btn:hover, .btn:active, .btn:focus, body #page ul.products li.product .button:hover, body #page ul.products li.product .button:focus, body #page ul.products li.product .button:active {
    text-decoration: none;
    background: #000;
    color: #fff;
    box-shadow:  none;
    outline: none;
}

body .vc_btn3-container .vc_btn3.vc_btn3-style-modern {
    background: #f3342e;
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    border: none;
    box-shadow: none;
    white-space: normal;
    line-height: 1.6;
    font-weight: normal;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 0;
    letter-spacing: 0;
    letter-spacing: 0;
    text-transform: none;
}

body .vc_btn3-container .vc_btn3.vc_btn3-style-modern:hover, body .vc_btn3-container .vc_btn3.vc_btn3-style-modern:focus {
    text-decoration: none;
    background: #000;
    color: #fff;
    box-shadow:  none;
    outline: none;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 34px;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 12px;
}

.site-form .field-wrap:after {
    display:  block;
    clear:  both;
    content:  "";
}

.site-form .field-wrap {
    margin: 0 -10px;
}

.site-form label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    min-height: 24px;
    margin-top: 0;
    text-transform: none;
}

.field-div label + br {
    display: none;
}

.site-form .field-div {
    padding: 0 10px;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px !important;
}

.site-form .field-wrap .field-div span.wpcf7-list-item {
    margin: 0px 15px 0px 0px;
}

.site-form .field-wrap .field-div span.wpcf7-list-item input[type="checkbox"] {
    margin: 0px;
}

.field-notice {
    margin-top:  10px;
    font-size:  15px;
}

body input[type="text"], body textarea, body input[type="email"], body input[type="password"], body input[type="tel"], body input[type="url"], body input[type="search"], body input[type="date"], body input[type="password"], body input[type="number"], body select, body input[type="file"] {
    height: 38px;
    padding: 5px 0 5px 10px;
    border: none;
    border-radius: 4px;
    width: 100%;
    margin: 0 0 15px 0;
    color: #444;
    box-shadow: none;
    font-size: 14px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    background: #eee;
}

body input[type="text"]:focus, body textarea:focus, body input[type="email"]:focus, body input[type="password"]:focus, body input[type="tel"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="date"]:focus, body input[type="password"]:focus, body input[type="number"]:focus, body select:focus, body input[type="file"]:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: none;
}

body textarea {
    height: 80px;
    padding-top: 7px;
}

body input[type="submit"], body button {
    background: #f3342e;
    display: inline-block;
    padding: 8px 24px;
    color: #fff;
    border: none;
    box-shadow: none;
    white-space: normal;
    line-height: 1.6;
    font-weight: normal;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0;
    text-transform: none;
    height: auto;
}

body input[type="submit"]:hover, body input[type="submit"]:focus, body button:hover, body  button:focus {
    text-decoration: none;
    background: #000;
    color: #fff;
    box-shadow:  none;
    outline: none;
}

.mb-60{margin-bottom:60px}
.mb-55{margin-bottom:55px}
.mb-50{margin-bottom:50px}
.mb-45{margin-bottom:45px}
.mb-40{margin-bottom:40px}
.mb-35{margin-bottom:35px}
.mb-30{margin-bottom:30px}
.mb-25{margin-bottom:25px}
.mb-20{margin-bottom:20px}
.mb-15{margin-bottom:15px}
.mb-10{margin-bottom:10px}
.mb-5{margin-bottom:5px}
.mb-0{margin-bottom:0}
.mt-60{margin-top:60px}
.mt-55{margin-top:55px}
.mt-50{margin-top:50px}
.mt-45{margin-top:45px}
.mt-40{margin-top:40px}
.mt-35{margin-top:35px}
.mt-30{margin-top:30px}
.mt-25{margin-top:25px}
.mt-20{margin-top:20px}
.mt-15{margin-top:15px}
.mt-10{margin-top:10px}
.mt-5{margin-top:5px}
.mt-0{margin-top:0}
.pb-60{padding-bottom:60px}
.pb-55{padding-bottom:55px}
.pb-50{padding-bottom:50px}
.pb-45{padding-bottom:45px}
.pb-40{padding-bottom:40px}
.pb-35{padding-bottom:35px}
.pb-30{padding-bottom:30px}
.pb-25{padding-bottom:25px}
.pb-20{padding-bottom:20px}
.pb-15{padding-bottom:15px}
.pb-10{padding-bottom:10px}
.pb-5{padding-bottom:5px}
.pb-0{padding-bottom:0}
.pt-60{padding-top:60px}
.pt-55{padding-top:55px}
.pt-50{padding-top:50px}
.pt-45{padding-top:45px}
.pt-40{padding-top:40px}
.pt-35{padding-top:35px}
.pt-30{padding-top:30px}
.pt-25{padding-top:25px}
.pt-20{padding-top:20px}
.pt-15{padding-top:15px}
.pt-10{padding-top:10px}
.pt-5{padding-top:5px}
.pt-0{padding-top:0}

.home div#ht-content {
    border-top: none;
}

div#ht-content {
    border-top: 1px solid #eee;
    margin-top: 62px;
}

.admin-bar header#ht-masthead {
    margin-top: 32px;
}

header#ht-masthead {
    border: none;
    padding: 0;
    margin: 0;
    height: auto;
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

body #ht-site-branding {
    width: 100px;
    padding: 17px 0;
}

nav#ht-site-navigation {
    float: none;
    width: 100%;
    padding: 0;
}

body .ht-main-navigation .ht-menu {
    float: none;
}

body .ht-main-navigation ul {
    margin: 0;
    font-size: 0;
    text-align: center;
    float: none;
    width: 100%;
}

body .ht-main-navigation ul li {
    float: none;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
}

body .ht-main-navigation ul li a {
    background: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.05em;
    font-family: 'proxima-nova-semibold';
    border-bottom: 2px solid transparent;
    line-height: 1.6;
    padding: 17px 10px 18px 10px;
}

body .ht-main-navigation ul li a:hover, body .ht-main-navigation ul li:hover a {
    background: none;
    color: #000;
}

body .ht-main-navigation .current_page_item > a, body .ht-main-navigation .current-menu-item > a {
    background: none;
    color: #000;
    border-bottom: 2px solid #000;
}

body .ht-main-navigation .current_page_item > a:before, body .ht-main-navigation .current-menu-item > a:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -3px;
}

body .ht-main-navigation .current_page_item > a:after, body .ht-main-navigation .current-menu-item > a:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -3px;
}

body .menu-item-has-children .ht-dropdown {
    display: none;
}

.ht-main-navigation ul ul.sub-menu {
    border: 1px solid #eee;
    padding: 0 15px;
}

.ht-main-navigation ul ul.sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
}

.ht-main-navigation ul ul.sub-menu li a {
    padding: 10px 0;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.ht-main-navigation ul ul.sub-menu li a:before, .ht-main-navigation ul ul.sub-menu li a:after {
    display: none;
}

body .vc_custom_1564554416090 {
    background-position: bottom center !important;
}

.home .home-banner-heading {
    font-size: 45px;
    margin: 0;
    padding: 0;
    max-width: 480px;
    margin: 0 auto;
}

#homebanner-btn a.vc_general {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background-color: #f33631;
}

div#homebanner-btn {
    margin: 20px 0px 0px;
}

.home-banner-text {
    /*padding: 30px 15px;
    border: solid 3px #fff;
    background: rgba(0,0,0,0.4);*/
}

body .vc_col-has-fill>.vc_column-inner, body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, body .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.home-square-tabs > .vc_column-inner {
    overflow: hidden;
}

.home-square-tabs .wpb_single_image figure.wpb_wrapper a.vc_single_image-wrapper {
    width: 45%;
}

.home-square-tabs > .vc_column-inner > .wpb_wrapper {
    background: #eaeaea;
    padding: 30px;
    position: relative;
    min-height: 370px;
}

.home-square-tabs .wpb_single_image {
    margin-bottom: 0;
    margin-top: -30px;
    position: absolute;
    right: 20%;
    bottom: 5%;
    width: 100%;
}

.home-square-tabs .wpb_single_image figure.wpb_wrapper {
    width: 100%;
}

.home-square-tabs .wpb_single_image img {
    max-height: 280px; 
    width: auto;
}

.home-square-tabs h2.vc_custom_heading {
    margin-bottom: 10px;
}

.home-square-tabs .wpb_text_column {
    font-size: 22px;
    margin-bottom: 0;
}

.home-square-tabs .wpb_text_column a {
    color: #000;
    text-decoration: none;
}

.home-square-tabs .right-arrow {
    font-size: 0;
    background: url(images/right-arrow.png) no-repeat center center;
    display: inline-block;
    width: 8px;
    height: 14px;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 5px;
}

.home-square-tabs .wpb_text_column .fa:before {
    font-size: 20px;
    font-weight: 600;
    margin-left: 2px;
}

.contact-form-wrap {
    max-width: 600px;
    margin-top: 30px;
}

.captcha-submit-wrap > .wpcf7-form-control-wrap {
    position: absolute;
    right: 115px;
    top: 2px;
}

.captcha-submit-wrap > .wpcf7-submit {
    float: right;
    margin-right: 10px;
}

.field-wrap.captcha-submit-wrap {
    position: relative;
}

.captcha-submit-wrap > .wpcf7-form-control-wrap .wpcf7-mathcaptcha {
    width: 80px;
    margin-left: 5px;
}

.field-wrap.captcha-submit-wrap br {
    display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: -5px;
    line-height: 1.3;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    border: 1px solid #ebd09e;
    padding: 10px 15px;
    margin: 30px 0 0 0;
    background: #fff1d7;
    color: #c08b2a;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 1px solid #c6ebca;
    padding: 10px 15px;
    margin: 30px 0 0 0;
    background: #e2f9e4;
    color: #399941;
}

footer#ht-colophon {
    background: #ebebeb;
    border: none;
    padding: 40px 0 25px 0;
    color: #333;
    font-size: 14px;
}

footer#ht-colophon .container {
    max-width: 980px;
}

#ht-colophon .widget-title {
    color: #333;
    text-transform: none;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
    letter-spacing: 0;
    font-weight: 600;
}

body #ht-colophon a {
    color: #333;
}

body #ht-colophon p {
    margin-bottom: 0;
}

body div.wpcf7 .ajax-loader {
    position: absolute;
    right: -15px;
    top: 10px;
}

.prod-banner-img > .vc_column-inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.prod-banner-img .wpb_single_image {
    display: none;
}

.prod-banner-text {
    max-width: 550px;
}

.prod-banner-text h3.vc_custom_heading {
    margin-bottom: 0;
    font-size: 32px;
    font-family: 'proxima-nova-regular';
    text-transform: none;
}

.prod-banner-text h5.vc_custom_heading {
    font-size: 16px;
    color: #666666;
    letter-spacing: .025em;
}

body .product-btn .vc_btn3.vc_btn3-style-modern {
    background: transparent;
    padding: 0px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
}

.product-btn {
    margin-bottom: 35px;
}

body .product-btn .vc_btn3.vc_btn3-style-modern:hover {
    color: #000;
    background: transparent;
}

.tabs-row .vc_column_container.vc_col-sm-8 {
    width: 100%;
    max-width: 855px;
    float: none;
    margin: 0 auto;
}

.tabs-row .tabs-container {
    margin: 0;
    width: 100%;
}

.product-tabs {
    margin: 0px -15px;
}

.product-tabs ul.tabs-nav {
    display: table;
    width: 100%;
}

.product-tabs ul.tabs-nav li.tabs-nav-items {
    width: 33%;
    text-align: center;
    background: transparent !important;
    padding: 0px;
    border: navajowhite;
}

.product-tabs ul.tabs-nav li.tabs-nav-items a {
    color: #666 !important;
    font-size: 18px;
    padding: 5px 0px;
    display: inline-block;
    font-weight: 600;
    display: block;
    line-height: normal;
    font-weight: 600;
}

.product-tabs ul.tabs-nav li.tabs-nav-items a i {
    display: none;
}

.product-tabs ul.tabs-nav li.tabs-nav-items {
    border-bottom: solid 3px #eee;
}

.product-tabs ul.tabs-nav li.tabs-nav-items:first-child a {
    text-align: left;
}

.product-tabs ul.tabs-nav li.tabs-nav-items.r-tabs-state-active a {
    color: #000 !important;
}

.product-tabs ul.tabs-nav li.tabs-nav-items.r-tabs-state-active {
    border-bottom-color: #000;
}

.product-tabs .tabs-content {
    background: #fff !important;
}

.default-btn {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}

.default-btn:hover{
    background-color: #888888;
    color: #fff;
}

.default-btn i {
    margin-left: 10px;
}

.store-btn img {
    height: 50px;
    width: auto;
    display: block;
}

.store-btn a {
    display: inline-block;
}

ul.hdcoverage-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

ul.hdcoverage-list li {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

ul.hdcoverage-list li a {
    color: #f23129;
    font-weight: 600;
    text-decoration: none;
}

.map-locator-section .wpsl-search {
    background: #121212;
    padding: 10px;
    text-align: center;
}

.map-locator-section #wpsl-search-wrap label {
    width: auto !important;
    color: #fff;
}

.map-locator-section input#wpsl-search-btn {
    background: #ee800e;
    border-color: #ee800e;
    color: #fff;
}

.map-locator-section div#wpsl-search-wrap input, .map-locator-section div#wpsl-search-wrap select, .map-locator-section div#wpsl-search-wrap .wpsl-selected-item {
    width: auto;
    height: 35px;
    padding: 5px;
    line-height: normal;
}

.map-locator-section div#wpsl-search-wrap .wpsl-search-btn-wrap, .map-locator-section div#wpsl-search-wrap .wpsl-select-wrap, .map-locator-section div#wpsl-search-wrap .wpsl-input {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.map-locator-section div#wpsl-stores ul li {
    padding: 10px !important;
}

.map-locator-section div#wpsl-stores ul li:nth-of-type(odd) {
    background: #f8f8f8;
}

.page-content > .wpas {
    padding: 50px 0px;
}

.wpas-submission-form-inside-after-subject.container {
    padding: 0px;
}

a.wpas-btn {
    color: #fff;
    background: #f2332e;
    border-color: #f2332e;
}

a.wpas-link-logout {
    color: #000;
    border-color: #000;
    background: transparent;
}

a.wpas-link-logout:after {
    color: #fff;
}

button.wpas-btn[type="submit"] {
    background: #000;
    color: #fff;
    margin-top: 0px;
}

ul#menu-footer-menu {
    list-style: none;
    margin: 0px;
}

.download-page-section a.default-btn {
    font-size: 14px;
    padding: 15px 6px;
    max-width: 250px;
    width: 100%;
}

/*difference page css start*/
.custom-row-width {
    width: 350px;
    margin: 0px auto !important;
}
.difference-row h2 {
    font-weight: 800;
    font-size: 50px;
    vertical-align: middle;
    line-height: normal;
    border-bottom: 4px solid #333;
    display: inline-block;
    padding: 30px 0px 10px 0px;
    text-align: center;
}
.difference-row .wpb_content_element {
    margin-bottom: 15px;
}
.difference-row h2 img {
    max-width: 124px;
}

.difference-row h4 {
    font-weight: 900;
    font-style: italic;
    font-size: 21px;
}

.difference-row ul {
    list-style-type: none;
    margin: 0px;
}
.difference-row ul li:before {
    position: absolute;
    content:"";
    width: 10px;
    height: 10px;
    background-color: #000;
    left: 0px;
    top: 10px;
}

.difference-row ul li {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
}

.gpp-sc-instruction-box {
  padding: 20px;
  margin-bottom: 20px;
  background: #EDEDED;
  color: #333;
  float: left;
}
/* Grid */
.ls-sc-grid_1,
.ls-sc-grid_2,
.ls-sc-grid_3,
.ls-sc-grid_4,
.ls-sc-grid_5,
.ls-sc-grid_6,
.ls-sc-grid_7,
.ls-sc-grid_8,
.ls-sc-grid_9,
.ls-sc-grid_10,
.ls-sc-grid_11,
.ls-sc-grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.ls-sc-grid_1 {
  width: 6.333%;
}
.ls-sc-grid_2 {
  width: 14.667%;
}
.ls-sc-grid_3 {
  width: 23.0%;
}
.ls-sc-grid_4 {
  width: 31.333%;
}
.ls-sc-grid_5 {
  width: 39.667%;
}
.ls-sc-grid_6 {
  width: 48.0%;
}
.ls-sc-grid_7 {
  width: 56.333%;
}
.ls-sc-grid_8 {
  width: 64.667%;
}
.ls-sc-grid_9 {
  width: 73.0%;
}
.ls-sc-grid_10 {
  width: 81.333%;
}
.ls-sc-grid_11 {
  width: 89.667%;
}
.ls-sc-grid_12 {
  width: 98.0%;
}
@media screen and (max-width: 640px) {
  .ls-sc-grid_1,
  .ls-sc-grid_2,
  .ls-sc-grid_3,
  .ls-sc-grid_4,
  .ls-sc-grid_5,
  .ls-sc-grid_6,
  .ls-sc-grid_7,
  .ls-sc-grid_8,
  .ls-sc-grid_9,
  .ls-sc-grid_10,
  .ls-sc-grid_11,
  .ls-sc-grid_12 {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* Buttons */
.ls-sc-button {
  display: inline-block;
  margin: 0 0 1em;
  padding: 8px 15px;
  border: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, "Lucida Grande", sans-serif;
  line-height: 1.5384615384615385;
  cursor: pointer;
  outline: none;
  background-color: #434a54;
  border-color: #434a54;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  text-decoration: none;
}
.ls-sc-button:hover {
  text-decoration: none;
}
.ls-sc-button.medium {
  padding: 12px 24px;
  font-size: 18px;
}
.ls-sc-button.medium .gpp-sc-genericon {
  line-height: 1.25;
  font-size: 18px;
}
.ls-sc-button.large {
  padding: 20px 32px;
  font-size: 24px;
}
.ls-sc-button.large .gpp-sc-genericon {
  line-height: 1.5;
  font-size: 24px;
}
.ls-sc-button.block {
  display: block;
}
.ls-sc-button-icon-left {
  padding-right: 0.5em;
  margin-right: 7px;
}
.medium .ls-sc-button-icon-left {
  margin-right: 10px;
}
.large .ls-sc-button-icon-left {
  margin-right: 15px;
}
.ls-sc-button-icon-right {
  padding-left: 0.5em;
  margin-left: 7px;
}
.medium .ls-sc-button-icon-right {
  margin-left: 10px;
}
.large .ls-sc-button-icon-right {
  margin-left: 15px;
}
.ls-sc-button-icon-left.gpp-sc-genericon,
.ls-sc-button-icon-right.gpp-sc-genericon {
  vertical-align: top;
  height: 10px;
}
.ls-sc-button:hover {
  opacity: 0.8;
}
.ls-sc-button span.ls-sc-button-inner {
  display: block;
  font-weight: normal;
  line-height: 1.5384615384615385;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
.ls-sc-button.grey,
.ls-sc-box.grey,
.ls-sc-highlight.grey,
.ls-sc-pricing-header.grey {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #fff;
}
.ls-sc-button.yellow,
.ls-sc-box.yellow,
.ls-sc-highlight.yellow,
.ls-sc-pricing-header.yellow {
  background-color: #edde45;
  border-color: #edde45;
  color: #fff;
}
.ls-sc-button.green,
.ls-sc-box.green,
.ls-sc-highlight.green,
.ls-sc-pricing-header.green {
  background-color: #19dd89;
  border-color: #19dd89;
  color: #fff;
}
.ls-sc-button.red,
.ls-sc-box.red,
.ls-sc-highlight.red,
.ls-sc-pricing-header.red {
  background-color: #ea3556;
  border-color: #ea3556;
  color: #fff;
}
.ls-sc-button.pink,
.ls-sc-box.pink,
.ls-sc-highlight.pink,
.ls-sc-pricing-header.pink {
  background-color: #d770ad;
  border-color: #d770ad;
  color: #fff;
}
.ls-sc-button.black,
.ls-sc-box.black,
.ls-sc-highlight.black,
.ls-sc-pricing-header.black {
  background-color: #282d31;
  border-color: #282d31;
  color: #fff;
}
.ls-sc-button.blue,
.ls-sc-box.blue,
.ls-sc-highlight.blue,
.ls-sc-pricing-header.blue {
  background-color: #42a2ce;
  border-color: #42a2ce;
  color: #fff;
}
.ls-sc-button.purple,
.ls-sc-box.purple,
.ls-sc-highlight.purple,
.ls-sc-pricing-header.purple {
  background-color: #8e44ad;
  border-color: #8e44ad;
  color: #fff;
}
.ls-sc-pricing-header.grey h5 {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #fff;
}
.ls-sc-pricing-header.yellow h5 {
  background-color: #edde45;
  border-color: #edde45;
  color: #fff;
}
.ls-sc-pricing-header.green h5 {
  background-color: #19dd89;
  border-color: #19dd89;
  color: #fff;
}
.ls-sc-pricing-header.red h5 {
  background-color: #ea3556;
  border-color: #ea3556;
  color: #fff;
}
.ls-sc-pricing-header.pink h5 {
  background-color: #d770ad;
  border-color: #d770ad;
  color: #fff;
}
.ls-sc-pricing-header.black h5 {
  background-color: #282d31;
  border-color: #282d31;
  color: #fff;
}
.ls-sc-pricing-header.blue h5 {
  background-color: #42a2ce;
  border-color: #42a2ce;
  color: #fff;
}
.ls-sc-pricing-header.purple h5 {
  background-color: #8e44ad;
  border-color: #8e44ad;
  color: #fff;
}
/*  Alert Boxes  */
.ls-sc-box {
  float: left;
  width: 90%;
  display: block;
  padding: 3% 5%;
  margin: 0.5em 0;
  font-size: 1.2em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ls-sc-box.alignright,
.ls-sc-box.alignleft {
  margin-left: 0;
  margin-right: 0;
}
.ls-sc-box a {
  text-decoration: underline;
}
.ls-sc-box .ls-sc-button {
  text-decoration: none;
  float: right;
  margin: 0;
}
/* Dividers */
.ls-sc-divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  background: none;
}
.ls-sc-divider.solid {
  border-top: 1px solid #eee;
}
.ls-sc-divider.dashed {
  border-top: 1px dashed #eee;
}
.ls-sc-divider.dotted {
  border-top: 1px dotted #eee;
}
.ls-sc-divider.double {
  height: 5px;
  display: block;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ls-sc-divider.yellow {
  border-color: #edde45;
}
.ls-sc-divider.green {
  border-color: #19dd89;
}
.ls-sc-divider.red {
  border-color: #ea3556;
}
.ls-sc-divider.pink {
  border-color: #d770ad;
}
.ls-sc-divider.black {
  border-color: #282d31;
}
.ls-sc-divider.blue {
  border-color: #42a2ce;
}
.ls-sc-divider.gray {
  border-color: #cccccc;
}
.ls-sc-divider.purple {
  border-color: #8e44ad;
}
/* Toggle
================================================== */
.ls-sc-toggle .ls-sc-toggle-trigger {
  color: #3d3d3d;
  display: block;
  padding: 0.8em;
  border: 1px solid #dddddd;
  background: #f9f9f9;
  outline: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  cursor: pointer;
}
.ls-sc-toggle .ls-sc-toggle-trigger:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}
.ls-sc-toggle .ls-sc-toggle-container {
  display: none;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: 0px;
}
/* Accordion
================================================== */
.ls-sc-accordion {
  border: 1px solid #dddddd;
}
.ls-sc-accordion h3.ls-sc-accordion-trigger {
  color: #3d3d3d;
  display: block;
  padding: 0.8em;
  border-bottom: 1px solid #dddddd;
  background: #f9f9f9;
  outline: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  cursor: pointer;
}
.ls-sc-accordion h3.ls-sc-accordion-trigger a {
  color: #555;
  text-decoration: none !important;
}
.ls-sc-accordion .ui-state-focus {
  outline: none;
}
.ls-sc-accordion .ls-sc-accordion-trigger:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}
.ls-sc-accordion .ls-sc-accordion-trigger.ui-state-active {
  background-color: #fff;
  text-decoration: none;
}
.ls-sc-accordion .ls-sc-accordion-trigger.ui-state-active a {
  color: #000;
}
.ls-sc-accordion .ui-accordion-content {
  background-color: #fff;
  padding: 15px;
  border-bottom: solid 1px #dddddd;
}
.ls-sc-accordion .ui-accordion-content p:last-child {
  margin: 0px;
}
.ls-sc-accordion .ui-icon {
  margin-right: 7px;
}
/* Tabs
================================================== */
.ls-sc-tabs {
  zoom: 1;
}
.ls-sc-tabs ul.ui-tabs-nav {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #dddddd;
  margin-left: 1px;
  margin-bottom: 0 !important;
}
.ls-sc-tabs ul.ui-tabs-nav li {
  display: block;
  width: auto;
  height: 40px;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  outline: none;
}
.ls-sc-tabs ul.ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 39px;
  padding: 0px 20px;
  line-height: 40px;
  border: solid 1px #dddddd;
  border-width: 1px 1px 0 0;
  margin: 0;
  background-color: #f9f9f9;
  font-size: 1em;
  color: #444;
  outline: none;
}
.ls-sc-tabs ul.ui-tabs-nav li a:hover {
  color: #333;
  background: #fcfcfc;
}
.ls-sc-tabs ul.ui-tabs-nav .ui-state-active a {
  background: #fff;
  height: 45px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-left-width: 1px;
  margin: 0 0 0 -1px;
  color: #111 !important;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.ls-sc-tabs ul.ui-tabs-nav .ui-state-active a:hover {
  background: #ffffff;
}
.ls-sc-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
  margin-left: 0;
}
.ls-sc-tabs ul.ui-tabs-nav li:first-child a {
  border-width: 1px 1px 0 1px;
}
.ls-sc-tabs .tab-content {
  background: #fff;
  padding: 20px;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  margin: 0;
}
.ls-sc-tabs ul.tabs {
  zoom: 1;
}
.ls-sc-tabs ul.tabs:before,
.ls-sc-tabs ul.tabs:after {
  clear: both;
}
.ls-sc-tabs ul.tabs:before,
.ls-sc-tabs ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.ls-sc-tabs .ui-tabs-hide {
  display: none;
}
.ls-sc-tabs:before,
ul.ls-sc-tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Googlemap
================================================== */
.googlemap {
  position: relative;
  max-width: inherit;
}
.googlemap .map_canvas {
  width: 100%;
  height: 100%;
}
.googlemap .map_canvas h3 {
  margin: 0 0 10px;
  font-size: 14px;
}
.map_canvas img {
  max-width: none !important;
}
/* Pricing Table
================================================== */
.ls-sc-pricing-table {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.ls-sc-pricing-table div {
  list-style: none;
}
.ls-sc-pricing-table > div {
  list-style: none;
  text-shadow: none;
  margin-bottom: 0;
  border: 1px solid #dddddd;
}
.ls-sc-pricing-table .ls-sc-pricing-header {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.ls-sc-pricing-table .ls-sc-pricing-header h5 {
  font-size: 1.3em;
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.ls-sc-pricing-table .ls-sc-pricing-cost {
  font-size: 3em;
  line-height: 1;
}
.ls-sc-pricing-table .featured .ls-sc-pricing-header {
  background: #fd5c41;
  margin: -1px;
  border-bottom: 1px solid #e72302;
}
.ls-sc-pricing-table .featured .ls-sc-pricing-header h5 {
  color: #fff;
  border-bottom: 1px solid #e72302;
}
.ls-sc-pricing-table .featured .ls-sc-pricing-cost {
  border-top: 1px solid #fe8773;
}
.ls-sc-pricing-table .ls-sc-pricing-per {
  font-size: 0.786em;
}
.ls-sc-pricing-table .ls-sc-pricing-content {
  background: #fff;
  font-size: 0.857em;
  text-align: center;
}
.ls-sc-pricing-content p {
  margin: 0;
}
.ls-sc-pricing-table .ls-sc-pricing-content ul {
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
}
.ls-sc-pricing-table .ls-sc-pricing-content ul li {
  margin: 0 !important;
  padding: 10px 20px !important;
  border-bottom: 1px solid #eee;
  list-style: none !important;
}
.ls-sc-pricing-table .ls-sc-pricing-content ul li:nth-child(2n+2) {
  background: #f9f9f9;
}
.ls-sc-pricing-table .ls-sc-pricing-button {
  background: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 20px;
}
.ls-sc-pricing-table .ls-sc-pricing-button .ls-sc-button {
  float: none;
  margin: 0 auto;
}
/* Clear Floats
================================================== */
.ls-cs-clear-floats {
  clear: both;
}
.ls-sc-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* Toggle Styles  */
body .ls-sc-accordion,
body .ls-sc-toggle {
    margin-bottom:15px;
}
body .ls-sc-toggle .ls-sc-toggle-trigger:before {
    content: "+";
    position:relative;
    top:2px;
    border:1px solid #ddd;
    line-height:1;
    padding:0px 7px;
    color:#cccccc;
    margin:0px 10px 0px 0px;
    font-size:20px;
}
body .ls-sc-toggle .ls-sc-toggle-trigger.active:before {
    content: "-";
}
body .ls-sc-toggle .ls-sc-toggle-trigger {
  color: #3d3d3d;
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  padding: 0.8em;
}



body .ls-sc-toggle .ls-sc-toggle-trigger:hover {
  background-color: #fcfcfc;
}
body .ls-sc-toggle .ls-sc-toggle-container {
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-top: 0px;
}

body .ls-sc-tabs ul.ui-tabs-nav li a {
    font-weight:bold;
}

.ls-sc-accordion h3.ls-sc-accordion-trigger  a {
    color: #3d3d3d;
     font-weight: bold;
}

body .ls-sc-accordion,
.ls-sc-accordion h3.ls-sc-accordion-trigger,
.ls-sc-accordion .ui-accordion-content {
    border: 1px solid #e3e3e3;
}


.ls-sc-accordion .ls-sc-accordion-trigger:before {
    content: "+";
    position:relative;
    top:2px;
    border:1px solid #ddd;
    line-height:1;
    padding:0px 7px;
    color:#cccccc;
    margin:0px 10px 0px 0px;
    font-size:20px;
}
.ls-sc-accordion .ls-sc-accordion-trigger.ui-state-active:before {
    content: "-";
}

.content-container-pro {
    padding: 50px 0px;
}

.content-container-pro p, .content-container-pro div, .content-container-pro li {
    color: #899399;
    line-height: 1.6;
    font-size: 14px;
}

.content-container-pro a.ls-sc-button {
    font-size: 18px;
    background: #000;
    margin-bottom: 0px;
}

.content-container-pro .ls-sc-toggle {
    margin-bottom: 15px;
}

.content-container-pro .ls-sc-toggle .ls-sc-toggle-trigger {
    font-weight: bold;
    font-size: 16px;
    padding: 8px 15px;
}

.content-container-pro .fluid-width-video-wrapper iframe {
    width: 100%;
    height: 500px;
}

body #ht-back-top{
    bottom: 80px;
}

@media screen and (max-width: 1199px){
    .home-square-tabs > .vc_column-inner > .wpb_wrapper {
        min-height: 250px;
    }

    .home-square-tabs .wpb_single_image img {
        max-height: 200px;
    }

    .home-square-tabs .wpb_single_image {
        right: 10%;
    }
}

@media screen and (max-width: 1000px) {
    .rmb-60{margin-bottom:60px}
    .rmb-55{margin-bottom:55px}
    .rmb-50{margin-bottom:50px}
    .rmb-45{margin-bottom:45px}
    .rmb-40{margin-bottom:40px}
    .rmb-35{margin-bottom:35px}
    .rmb-30{margin-bottom:30px}
    .rmb-25{margin-bottom:25px}
    .rmb-20{margin-bottom:20px}
    .rmb-15{margin-bottom:15px}
    .rmb-10{margin-bottom:10px}
    .rmb-5{margin-bottom:5px}
    .rmb-0{margin-bottom:0}
    .rmt-60{margin-top:60px}
    .rmt-55{margin-top:55px}
    .rmt-50{margin-top:50px}
    .rmt-45{margin-top:45px}
    .rmt-40{margin-top:40px}
    .rmt-35{margin-top:35px}
    .rmt-30{margin-top:30px}
    .rmt-25{margin-top:25px}
    .rmt-20{margin-top:20px}
    .rmt-15{margin-top:15px}
    .rmt-10{margin-top:10px}
    .rmt-5{margin-top:5px}
    .rmt-0{margin-top:0}
    .rpb-60{padding-bottom:60px}
    .rpb-55{padding-bottom:55px}
    .rpb-50{padding-bottom:50px}
    .rpb-45{padding-bottom:45px}
    .rpb-40{padding-bottom:40px}
    .rpb-35{padding-bottom:35px}
    .rpb-30{padding-bottom:30px}
    .rpb-25{padding-bottom:25px}
    .rpb-20{padding-bottom:20px}
    .rpb-15{padding-bottom:15px}
    .rpb-10{padding-bottom:10px}
    .rpb-5{padding-bottom:5px}
    .rpb-0{padding-bottom:0}
    .rpt-60{padding-top:60px}
    .rpt-55{padding-top:55px}
    .rpt-50{padding-top:50px}
    .rpt-45{padding-top:45px}
    .rpt-40{padding-top:40px}
    .rpt-35{padding-top:35px}
    .rpt-30{padding-top:30px}
    .rpt-25{padding-top:25px}
    .rpt-20{padding-top:20px}
    .rpt-15{padding-top:15px}
    .rpt-10{padding-top:10px}
    .rpt-5{padding-top:5px}
    .rpt-0{padding-top:0}

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        flex: none;
        -moz-flex: none;
        -webkit-flex: none;
        float: none;
        width: 100%;
        max-width: 100%;
    }
    
    body .toggle-bar {
        background: none;
        left: auto;
        right: 0;
        top: 0;
        z-index: 9;
    }

    body .toggle-bar span {
        background: #000;
        box-shadow: 0 8px 0 0 #000, 0 -8px 0 0 #000;
        margin: 0;
        top: 21px;
        width: 23px;
        height: 3px;
    }

    body .ht-main-navigation .ht-menu {
        top: 48px;
        background: #fff;
        border-top: 1px solid #ddd;
    }

    body .ht-main-navigation ul li {
        display: block;
        margin: 0;
    }

    .ht-main-navigation ul ul.sub-menu {
        display: block !important;
        position: relative;
        text-align: center;
        padding: 0;
    }

    .ht-main-navigation ul ul.sub-menu li {
        text-align: center;
    }

    .ht-main-navigation ul ul.sub-menu li a {
        border: none;
        padding: 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .home-square-tabs .wpb_single_image {
        position: relative;
        margin: 15px 0 0 0;
        right: 0;
        bottom: 0;
    }

    .home-square-tabs > .vc_column-inner > .wpb_wrapper {
        padding: 15px;
    }

    .home-square-tabs .wpb_single_image img {
        max-height: 200px;
    }

    .home .home-banner-heading {
        font-size: 32px;
    }

    .prod-banner-img > .vc_column-inner {
        background: none !important;
    }

    .prod-banner-img .wpb_single_image {
        display: block;
        margin: 15px 0 0 0;
    }

    .prod-banner-img .wpb_single_image img {
        max-height: 300px;
        width: auto;
    }

    .r-tabs-accordion-title {
        display: none !important;
    }

    .product-tabs ul.tabs-nav li.tabs-nav-items a {
        font-size: 14px !important;
    }

    .default-btn {
        padding: 8px 15px;
    }

    .product-tabs {
        margin: 0px 0px;
    }

    .home-square-tabs > .vc_column-inner > .wpb_wrapper {
        min-height: 200px;
    }
}