html {font-family: arial, sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
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; vertical-align: baseline;}
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 {margin: .67em 0; font-size: 2em;}
mark {
    color: #fff;
    background: #0e2178;
}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize 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-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: arial, sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}

::selection {
    background-color: #07117a;
    color: #fff;
}
::-moz-selection {
    background-color: #07117a;
    color: #fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
input,
button,
select,
textarea {
    font-family: Verdana;
    font-size: inherit;
    line-height: inherit;
}
a, a:link, a:hover, a:active, a:visited {
    font-family: Verdana;
    font-size: 11px;
    color: #ff9900;
    font-weight: 600;
}
a:hover{
    color: #999999;
}
.widget-article a{
    font-family: Verdana;
    font-size: 11px;
    color: #ff9900;
    font-weight: 600;
    text-decoration:underline;
}
.widget-article a:hover{
    color: #999999;
}


img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    color:#333333;
    font-family: arial, sans-serif;
    text-transform: capitalize;
    font-weight:700;
}
h1, h2, h3,h4, h5, h6{
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

h1 {
    font-size:24px;
    line-height: 34px;
}
h2 {
    font-size: 18px;
    line-height: 32px;
}
h3 {
    font-size:16px;
    line-height: 30px;
}
h4 {
    font-size:14px;
    line-height: 26px;
}
h5 {
    font-size: 12px;
    line-height: 24px;
}
h6 {
    font-size: 10px;
    line-height: 18px;
}
p  {
    font-size: 11px;
    font-weight: 400;
    font-family: Verdana;
    line-height: 25px;
    margin: 0 0 15px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
    color: #000;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    font-family: arial, sans-serif;
    position:relative;
}
ol li {
    list-style-type: decimal;
}
ul li::after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #000;
    position: absolute;
    left: -16px;
    top: 8px;
    border-radius: 50%;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ebebeb;
    padding:10px 20px;
    text-align:left;
    color: #898b90;
    font-size: 15px;
}
table th {
    font-weight: 600;
    color:#07117A;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    font-style: normal;
    width: 100%;
    max-width: 115px;
    margin: 0;
    display: block;
    padding: 2px;
    color: #fff;
    border: 1px solid #0E2178;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    height: 30px;
    font-family: arial, sans-serif;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #0E2178;
}
.widget.widget-search {
    margin-bottom: 15px;
  }
.widget-search form input {
    height: 22px;
    margin: 0;
    font-size: 10px;
    line-height: normal;
    padding: 2px;
    max-width: 90px;
    min-width: 90px;
    margin-right: 10px;
    border-radius: 0;
    border-color: #999;
  }
  .widget-search .search-form form button {
    height: 22px;
    font-size: 10px;
    line-height: normal;
    padding: 0;
    border-radius: 0;
  }
.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover,
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #2B3B88;
    color: #fff;
    border-color: #2B3B88;
}

body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover,
body a.button.disabled:hover {
    background: #086AC2 none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 ;
    border: 1px solid #bfbfbf ;
    color: #818181;
}

/*form element desgin*/
.form-row {
    margin: 0 0 20px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 46px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select {
  -webkit-appearance: none;
  border-color: #c7c7c7;
  height: 30px;
  border-width: 1px;
  box-sizing: border-box;
  padding: 3px 14px;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-size: auto;
  background-position-x: calc(100% - 10px);
  background-size: 12px;
  margin: 0;
  border-radius: 0;
  width: 100%;
}
.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 15px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 15px;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 18px;
}
textarea {
    height: 150px;
}
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: #000;
    font-size: 11px;
    font-weight: 400;
    font-family: Verdana;
    line-height: 20px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, .store-credit-request-form textarea:focus {
    border:1px solid #07117A !important;
}
input[type="password"], input[type="text"] {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    height: 30px;
    border-width: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.errorlist.after .message-block {
    color: #e64343;
}

textarea {
    resize: block;
  }
input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: transparent;
    border: 1px solid #e64343 !important;
}
select.error-field-error.inline-error, select.validation-error,
textarea.error-field-error.inline-error, textarea.validation-error{
    background-color: transparent;
    border: 1px solid #f00 !important;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.widget > .widget-title {
    color: #272727;
    font-family: arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 30px;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .radio-checkbox-row {
    margin-top: 0;
    padding-left: 0;
    display: block;
}

.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .sub-form-row input {
    margin: 7px 0;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}
.widget-form .form-row .sub-form-row label {
    width: 202px;
}
.widget-form .sub-form-row {
    margin: 20px 0 0;
}
.widget-form .sub-form-row > label {
    margin-top: 14px;
}

/*====== End Fixed-width-layout ======*/

.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left:30px;
    padding-right:30px;
}
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget,
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

.body .widget-container .page-content {
    min-height: 350px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet,
.page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

/*======  Inner-layout-control-css ======*/

.widget-pageHeading {
    padding: 0;
}
.widget-pageHeading h1, .widget-pageHeading h2 {
    text-align: left;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: arial, sans-serif;
    font-weight: 700;
    color: #003366;
  }
.breadcrumb-item .separator {
    padding: 5px;
    font-size: 0px;
    display: inline-block;
}

span.breadcrumb-item {
    font-size: 16px;
    color: #fff;
    font-family: arial, sans-serif;
}

.breadcrumb-item .separator::after {
    content: '/';
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-family: arial, sans-serif;
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: arial, sans-serif;
}
.widget.widget-breadcrumb.page-breadcrumb {
    position: absolute;
    right: 260px;
    top: 41%;
    z-index: 1;
}

.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after, .widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after, .widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color: #fff;
}

.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item .icon:hover::after {
    color: #fff;
}

.widget.widget-breadcrumb {
    position: absolute;
    bottom: 33%;
    width: 100%;
    text-align: center;
}
/*====== End Inner-layout-control-css ======*/

/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

textarea::placeholder {
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}
::placeholder {
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

.widget.widget-storeLogo .widget-title {
    color: #000066;
    font-size: 32px;
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 90px;
    font-family: arial, sans-serif;
  }
  .widget.widget-storeLogo .text-logo {
    color: #ff9900;
    font-size: 18px;
    display: block;
    padding-left: 145px;
    font-family: arial, sans-serif;
    line-height: 30px;
  }
  
.vertical .navigation-item > a {
    color: #003366;
    font-size:11px;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: normal;
    text-align: left;
    clear: both;
    background-image: url(http://webalive.biz/templates/resources/ENTERTAINMENT_nav_button.gif);
    padding-left: 18px;
    height: 21px;
    border: 0;
    line-height: 20px;
    padding: 0;
  }
  .vertical .navigation-item {
    border: 0;
    margin: 1px 0;
    line-height: 19px;
  }
  .vertical .navigation-item.active > a, .vertical .navigation-item:hover > a {
  color: #ff9900;
  }
  #spltr-7C2C2A6D-9EF2-4B59-9981-C8F9787719D5 {
    padding-right: 25px;
  }
  .widget.widget-article.home .article-content{
    padding-top: 20px;
  }
  .widget.widget-article.home figure {
    padding: 0 20px;
    margin: 0
  }
  .customer_address{
    margin: 20px 0 0
  }
  .customer_address > div{
  color: #003366;
    font-size: 8pt;
    text-align: left;
    line-height: 15px;
  }
  .customer_address +.email a{
    font-weight: 400;
    text-decoration: underline;
  font-family: arial, sans-serif;
  color: #ff9900;
    font-size: 8pt;
    text-align: left;
  }
  .customer_address +.email a:hover{
    color: #003366;
  }
  .widget-article.com-doc .article-content {
    text-align: center;
    padding: 30px 0 0;
  }
  .widget-article.com-doc .article-content p {
    margin: 10px 0 8px;
  }
  .widget-article.pro-und table, .widget-article.pro-und table td,
 .widget-article.link-content table, .widget-article.link-content table td,
 .widget-article.contact table,  .widget-article.contact table td{
    border: 0;
    padding: 15px 0 0;
  }
  .widget-article.pro-und table td p {
    margin: 0 0 5px;
  }
  .widget-article.synth-sur .article-content {
    text-align: center;
    margin: 20px 0 0;
  }
  .widget.widget-article.turf-sys {
    text-align: center;
  }
  .widget.widget-article.turf-sys p,   .widget-article.profile-designs .article-content p, .widget-article.contact p{
    margin: 0 auto 5px;
  }
  .widget-article.profile-designs .article-content {
    text-align: center;
    margin: 20px auto 0;
  }
  
.widget-form.aeform .form-row.text.form-title label, .widget-form.aeform .form-row.text.row-level label{
    display: none
  }
  .widget-form.aeform .form-row.text.form-title p{
    color: #333333;
    font-size: 8pt;
    font-family: Arial;
    font-size: medium;
    text-align: center;
    margin: 0
  }
  .widget-form.aeform .form-row.text.row-level p{
    color: #333333;
    font-size: 10pt;
    font-family: arial, sans-serif;
      margin: 7px 0 0;
    border-bottom: 1px solid #333333;
    padding: 8px 0 5px;
  }
  .widget.widget-form.aeform .form-row.radioButton.row-level > label{
    border-bottom: 1px solid #333333;
  }
  .widget-form.aeform .form-row > label{
  font-size: 11pt;
    color: black;
    font-family: arial, sans-serif;
    width: 100%;
    padding-top: 12px;
  }
  .widget.widget-form.aeform {
    padding: 20px
  }
  .widget.widget-form.aeform .form-row.text.form-title {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .widget.widget-form.aeform .form-row {
      padding: 0 15px 15px;
    border: 1px solid #a0a0a0;
    border-top:0;
  }
  .widget.widget-form.aeform .form-row.text.row-level {
    margin-top: 25px;
      border: 1px solid #a0a0a0;
    border-bottom: 0;
  }
  .widget.widget-form.aeform  .double-input-row {
    margin: 0;
  }
  .widget.widget-form.aeform .double-input-row .form-editor-single-input-row .form-row {
    border-right: 0;
    border-left: 1px solid #a0a0a0;
  }
  .widget.widget-form.aeform .double-input-row .form-editor-single-input-row + .form-editor-single-input-row  .form-row {
    border-left: 0;
     border-right: 1px solid #a0a0a0;
  }
  
  .widget.widget-form.aeform .form-row.btn-row{
      border: 0;
    padding:15px 0 0
  }
  .widget.widget-form.aeform .form-row.border-zero {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .widget.widget-form.aeform .radio label {
    color: #000;
  }
  .widget.widget-form.aeform .form-row.checkBox.row-level {
    margin-top: 25px;
    padding: 15px;
    border-top: 1px solid #a0a0a0;
  }
  .widget-form .checkbox label::after {
    top: -3px;
  }
  .widget-form.singa-stati  .form-row {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
  }
  .widget-form.singa-stati .form-row label {
    text-align: right;
    padding-right: 20px;
    width: 350px;
  }
  .widget-form.singa-stati .radio-checkbox-row {
    width: 100%;
  }
  .widget-form.singa-stati .form-row .checkbox {
    display: flex;
    flex-direction: row-reverse;
  }
  .widget-form.singa-stati .checkbox input[type="checkbox"] {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #d7dce1;
    opacity: 1;
  }
  .widget-form.singa-stati .radio-checkbox-row {
    width: 220px;
  }
  .widget-form.singa-stati .form-row label::before,   .widget-form.singa-stati .form-row label:after {
	position: absolute;
  }
  .widget-form.singa-stati .form-row.btn-row {
    max-width: 350px;
    margin-right: 0;
  }
  .widget-form .form-row.btn-row button {
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
  width: 120px;
  background-color: #2f4977;
  border: 1px groove #cccccc;
  height: 26px;
}
  .widget-form.singa-stati .form-row {
    position: relative;
  }
  .widget-form.singa-stati .form-row .errorlist.after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 10px;
  }
  .widget-article.full-galler-content .article-content figure {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .widget-article.full-galler-content .article-content figure a span {
    margin-left: 12px;
  }
  
.widget-article.gallery-area .article-content, .widget-article.gallery-2009 .article-content {
    max-width: 550px;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 20px;
    margin: 25px auto;
  } 
  .widget-article.gallery-area .article-content {
    max-width: 400px;
  }
  .widget-article.gallery-area .article-content figure, .widget-article.gallery-2009 .article-content figure{
    margin: 0;
    padding: 0;
  }
  .widget-form.singa-stati .form-row.form-title p {
    width: 100%;
    text-align: center;
    font-weight: 600;
  }
  .widget-pageHeading.title-center h1, .widget-pageHeading.title-center h2 {
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    max-width: 55%;
  line-height: 26px;
  }
  
.widget-article.product-ecb table, .widget-article.product-ecb table td {
    padding: 0;
    border: 0;
  }
  .widget-article.p-fencing-systems table {
    margin: 0 0 50px
  }
  .widget-article.p-fencing-systems table td {
    padding: 8px 18px;
  }
  .widget-article.p-fencing-systems table td a, .widget-article.p-fencing-systems table td p{
    padding: 0;
    margin: 0;
    text-decoration: none
  }
  .login-form {
    background-color: #f9f9f9;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
  }
  .login-form .submit-row {
    display: block;
    float: unset;
    margin: 15px 0;
  }
  .login-form .submit-row .login-button {
    height: 22px;
    font-size: 10px;
    line-height: normal;
    padding: 0;
    border-radius: 0;
    max-width: 90px;
    margin: 0;
  }
  .login-form .form-row.mandatory {
    display: block;
    margin: 0 0 5px;
  }
    
.login-form .form-row input[type="text"] {
  padding: 5px;
}
  .login-form .form-row label {
    color: #003366;
    font-size: 8pt;
  }
  .login-form .form-row {
  text-align: left;
}
  .form-row.remember-forget-pass .lost-password {
    display: block;
    margin: 3px 0 0;
  }
  .sidebar-login {
    padding-right: 20px;
  }
  .sidebar-login .widget-title {
    color: #ffffff;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    width: 100%;
    background-color: #2f4977;
    line-height: 17px;
    padding-bottom: 0;
    margin: 20px 0 10px;
  }
  .registration-form .form-row {
    display: flex;
    margin: 0 0 12px 0;
    position: relative;
  }
  .registration-form .form-row label {
    width: 185px;
    font-size: 13px;
  }
  .registration-form select {
    width: 100%;
    height: 30px;
    border-radius: 0;
  }
  .registration-form .title, .registration-form .form-row.submit-row label, .password-reset-form .title,   .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    display: none;
  }
  .registration-form .form-row.submit-row button {
    margin-left: 142px;
  }
.registration-form {
    margin: 18px 0;
    display: block;
  }
.registration-form .form-row .errorlist.after {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
  }
  .registration-form .form-row .errorlist.after .message-block.message-text {
    line-height: 28px;
    text-align: right;
    padding-right: 10px;
  }
  .login-form .form-row input[type="text"] {
    padding: 5px;
  }
  .password-reset-form .form-row label {
    display: block;
    width: auto;
    margin: 6px 0;
  }
  .password-meter-wrap {
    position: absolute;
    right: 8px;
    top: -8px;
    width: 125px;
    display: flex;
    background: #fff;
    padding: 2px 0;
    border-radius: 100px;
  }
  .password-meter-wrap .password-description, .password-meter-wrap .password-strength-bar {
    height: 10px;
    line-height: 10px;
    margin: 1px 5px;
    border-radius: 100px;
    font-size: 9px;
  }
  
.bmui-tab-header-container.top-box {
    display:flex;
    padding: 0;
    border-bottom: 1px solid #000;
  }
  .bmui-tab-header-container.top-box .bmui-tab-header  .title {
    font-size: 12px;
    padding: 5px;
    margin: 0 !important;
  }
  .bmui-tab.left-side-header > .bmui-tab-header-container {
    width: 100%;
    float: unset;
    overflow: hidden;
  }
  .bmui-tab.left-side-header .bmui-tab-body-container {
    padding: 5px 0 0;
    border: 0;
  }
  .bmui-tab.left-side-header > .bmui-tab-header-container {
    border-bottom: 0;
  }
  .page-profile .form-row.btn-row {
    display: flex;
  }
  .page-profile .form-row.btn-row button {
    margin: 0 5px 0 0;
  }
  .widget.widget-snippet .inner-rubber-matting-area table td {
    padding: 2px 10px;
  }
  .search-results .page .title {
    font-size: 13px;
    margin: 0;
    margin-right: 5px;
    line-height: 0;
    color: #000;
  }
  .search-results .page {
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
  }
  .search-results .page {
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
  }
  .search-result.pages {
    border: 0;
  }
  .entire-search .search-result > .title {
  display: none
  }
  .entire-search .total-result {
    padding-bottom: 10px;
    border-bottom: 2px solid  #5d5d5d;
    margin-bottom: 20px;
    font-size: 16px;
    color: #5d5d5d;
  }
  .entire-search h2>.title {
    font-size: 15px;
    line-height: 20px;
  }
  .search-results .page .summary + .page-read-more {
    color: #ff9900;
    text-decoration: none;
  }
  
  .search-results .page .summary + .page-read-more:hover {
    color: #000;
    text-decoration: underline;
  }
.page-singapore-statistics .widget-form .checkbox label::before {
  display: none
}
