body #searchform {
  display: none;
}

* {
  font-family: sans-serif;
}

body {
  margin: 0 auto;
  font-size: 16px;
  color: #000;
}

body a {
  text-decoration: none !important;
  cursor: pointer;
}

body #searchform {
  width: 100%;
  height: 40px;
  padding-top: 10px;
  position: relative;
  top: -3px;
  background: #3b4455;
}

body #searchform .searchbox {
  width: 300px;
  height: 28px;
  float: right;
  margin-right: 145px;
}

body #searchform .searchbox .searchinput {
  position: relative;
  top: -3px;
  width: 250px;
  background: #3b4455;
  border: 3px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
}

body #searchform .searchbox .search-submit {
  background: #e7684f;
  color: #fff;
  float: right;
  border: 0;
  border-radius: 3px;
  height: 29px;
  width: 32px;
  position: relative;
  top: 1px;
}

body .top-container {
  width: 100%;
  height: 134px;
  background: #fff;
  z-index: 1000;
}

body .top-container .head-container {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  height: 120px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

body .top-container .head-container .logo {
  max-width: 205px;
  float: left;
  width: 100%;
  height: 77px;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

body .top-container .head-container .logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  body .top-container .head-container .logo {
    max-width: 180px;
    float: left;
    width: 100%;
  }

  body .top-container .head-container .logo img {
    width: 100%;
    height: auto;
  }
}

body .top-container .head-container .tag-line {
  float: left;
  max-width: 1115px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  background-color: #fff;
}

body .top-container .head-container .tag-line ul {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
}

body .top-container .head-container .tag-line li {
  display: inline;
  min-width: 60px;
  margin-right: 20px;
}

body .top-container .head-container .tag-line li a {
  text-decoration: none;
  color: #3b4455;
  font-size: 22px;
}

body .top-container .head-container .tag-line li a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  body .top-container .head-container .tag-line {
    width: 100%;
    font-size: 10px;
    display: none;
    height: auto;
    border-bottom: 1px solid #dad9d9;
    padding-bottom: 20px;
  }

  body .top-container .head-container .tag-line ul li {
    min-width: 10px;
    line-height: normal;
  }

  body .top-container .head-container .tag-line ul li a {
    font-size: 10px;
  }

  body .top-container .head-container .category-line {
    width: 100%;
    max-width: none;
    display: none;
  }

  body .top-container .head-container .category-line ul {
    display: none;
  }

  body .top-container .head-container .category-line ul li a {
    font-size: 10px;
  }
}

body .top-container .head-container .category-line {
  clear: both;
  width: 100%;
  background: #3b4455;
  height: 40px;
  position: relative;
}

body .top-container .head-container .category-line ul {
  list-style-type: none;
  margin: 0 0 0 18px;
  padding: 0;
}

body .top-container .head-container .category-line li {
  display: inline;
  min-width: 40px;
  margin-right: 57px;
  padding: 0 6px;
  float: left;
  height: 40px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .top-container .head-container .category-line li a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

body .top-container .head-container .category-line li:hover {
  background: #717884;
}

body .top-container .head-container .category-line .hamburger {
  width: 40px;
  height: 40px;
  float: right;
  margin-right: 20px;
  padding-top: 3px;
}

@media screen and (min-width: 1000px) {
  .hamburger {
    display: none;
  }
}

body .top-container .head-container .category-line .hamburger span {
  width: 26px;
  height: 4px;
  float: left;
  margin-top: 5px;
  margin-left: 7px;
  background: #dad9d9;
}

body .top-container .head-container .category-line .hamburger:hover span {
  background: #e7684f;
}

@media (max-width: 800px) {
  body .main-container {
    max-width: 800px !important;
    width: 100% !important;
    margin-top: 64px !important;
  }
}

body .main-container {
  margin: 10px auto 0;
  max-width: 1320px;
  width: 100%;
  min-height: 1000px;
  background: #fff;
}

body .main-container .left-3-cols-container {
  width: 100%;
  background-color: #fff;
  min-height: 600px;
  max-width: 1007px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  body .main-container {
    margin-top: 52px !important;
  }
}

body .single-article-content {
  max-width: 640px;
  width: 100%;
  padding: 5px 30px 0;
  position: relative;
  top: 0;
  margin: 0 auto;
  background-color: #fff;
  z-index: 1;
  font-size: 18px;
  line-height: 30px;
}

body .single-article-content .title {
  clear: both;
  line-height: 42px;
}

body .single-article-content .tag-list {
  width: 100%;
  line-height: 21px;
}

body .single-article-content .tag-list .tag-item {
  float: left;
  margin-right: 8px;
  margin-bottom: 0;
}

body .single-article-content .tag-list .tag-item a {
  color: #3b4455;
  text-decoration: none;
  font-size: 14px;
}

body .single-article-content img {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {

  body .single-article-content {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}

body .content-section .title h1 {
  margin-top: 30px;
  line-height: 50px;
  margin-bottom: 10px;
}

body .content-section img {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  body .content-section .title h1 {
    margin-top: 30px;
    line-height: 39px;
    font-size: 30px;
  }
}

@media (max-width: 800px) {

  body .fbpage-like-szmo {
    display: none;
  }
}

body .clear {
  clear: both;
}

@media (max-width: 1340px) {

  body .main-container {
    max-width: 1280px;
  }

  body .main-container .left-3-cols-container {
    margin: 0 auto;
    float: none;
  }

  body .category-line ul .norm-dropdown {
    margin-right: 20px !important;
  }
}

body .fbpage-like-szmo {
  width: 300px;
  height: 50px;
  float: right;
  font-size: 16px;
  color: #717884;
  border-top: 1px solid #dad9d9;
  border-bottom: 1px solid #dad9d9;
}

body .fbpage-like-szmo .fb-like-text {
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}

body .fbpage-like-szmo a {
  color: #717884;
  font-size: 20px;
  margin-top: 20px;
  line-height: 50px;
  margin-right: 5px;
  margin-left: 5px;
}

body .ads_640 {
  font-size: 10px;
  text-align: center;
}

body .ads_640 {
  max-width: 640px;
  margin-bottom: 20px;
}

body .author-box {
  width: 100%;
  border-top: 1px solid #000;
  text-align: center;
  margin-top: 60px;
}

body .author-box .author-inside {
  background-color: #fff;
  max-width: 70%;
  margin: 0 auto -30px;
  position: relative;
  top: -30px;
  padding-left: 10px;
  padding-right: 10px;
}

body .author-box .author-inside .author-photo {
  max-width: 40px;
  width: 40px;
  float: left;
}

body .author-box .author-inside .author-description {
  float: left;
  text-align: left;
  margin-top: 17px;
  margin-left: 4px;
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 800px) {
  body .author-box .author-inside .author-description {
    float: left;
    text-align: left;
    margin-top: 17px;
    margin-left: 8px;
    font-size: 12px;
    line-height: 17px;
    width: 75%;
  }
}

body .szmo-share-div {
  float: left;
  clear: both;
  margin-top: 16px;
}

body .szmo-share-button {
  border: 1px solid #3b4455;
  float: left;
  background-color: #3b4455;
  color: #dad9d9;
  border-radius: 3px;
  padding: 4px 8px 4px 9px;
  height: 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 10px;
  margin-left: 28px;
  margin-top: 2px;
  cursor: pointer;
}

@media (max-width: 800px) {
  body .szmo-share-button {
    margin-top: 2px;
    margin-left: 28px;
  }

  body .szmo-share-div {
    margin-top: 0;
  }
}

body .szmo-share-url {
  float: left;
  font-size: 12px;
  background-color: #dad9d9;
  border: 1px solid #3b4455;
  height: 20px;
  border-radius: 4px;
  line-height: 10px;
  padding: 8px 8px 0 9px;
  margin-top: 10px;
}

@media (max-width: 800px) {

  body .top-container,
  body .top-container .head-container {
    height: 70px;
  }

  body .top-container .head-container .hamburger {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 10px;
    padding-top: 3px;
    margin-top: 20px;
  }

  body .top-container .head-container .hamburger span {
    width: 26px;
    height: 4px;
    float: left;
    margin-top: 5px;
    margin-left: 7px;
    background: #3b4455;
  }

  body .top-container .head-container .hamburger:hover span {
    background: #e7684f;
  }
}

@media (max-width: 700px) {
  body .single-article-content {
    width: 92% !important;
    padding: 0 4% 4% !important;
  }
}

@media (min-width: 801px) {
  .content-section {
    margin-top: 25px;
  }
}

@media (max-width: 1200px) {
  .content-section {
    margin-top: 43px;
  }
  body .single-article-content {
    /* max-width: 1000px; */
  }
}

@media (max-width: 800px) {

  body .footer-menu-down {
    margin-top: -25px !important;
  }

  body .footer-menu-down a {
    font-size: 12px !important;
  }
}

body .footer-menu-down {
  width: 100%;
  text-align: center;
  height: 40px;
  margin-top: 0;
  line-height: 29px;
}

body .footer-menu-down a {
  font-size: 16px !important;
  color: #3b4455;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: 700;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 1000px) {
  body .category-line ul {
    display: none;
  }

  body .tag-line {
    width: 100% !important;
  }

  body .tag-line ul li a {
    font-size: 16px !important;
  }
}

body .myNews-heading-container {
  max-width: 1320px;
  margin: 0 auto;
  display: none;
}

body .myNews-heading-container #myNews-heading {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  background: #9c2b14;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 39px;
}

body #myNews {
  display: none;
}

#push-comments a {
  display: table;
  margin: 0 auto;
}

#push-comments button {
  width: 300px;
  max-width: 100%;
  height: 50px;
  border: 1px solid #3b4455;
  background-color: #3b4455;
  color: #dad9d9;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 430px) {
  .title-product {
    max-width: 280px;
  }
}

@media (max-width: 1000px) {
  body .top-container .head-container .tag-line li {
    float: left;
  }

  body .top-container .head-container .tag-line {
    height: 50px;
  }
}

div.ring-loading {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  width: 10px;
  height: 10px;
  margin: 0 auto!important;
  padding: 15px!important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto!important;
}
 
@keyframes loadingD {
  0% {
      transform: rotate(0deg);
  }
 
  50% {
      transform: rotate(180deg);
  }
 
  100% {
      transform: rotate(360deg);
  }
}

.api-form1, .blg {
    -webkit-box-sizing: border-box !important;
    clear: both !important;
    text-align: center !important
}

.api-form1 *, .order_block {
    font-family: sans-serif !important
}

.api-form1 * {
    padding: 0 !important;
    margin: 0 !important
}

.blg {
    outline: 0 !important;
    max-width: 100% !important;
    font-style: normal !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    line-height: 1.5 !important;
    position: static !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    border: 0;
    background: #388e3c;
    color: #fff !important;
    font-size: 22px !important;
    text-decoration: none !important;
    padding: 15px 35px !important;
    border-radius: 35px !important;
    width: 100% !important;
    display: block;
    cursor: pointer !important;
    margin: 15px 0 0 !important;
    text-transform: none !important
}

.api-form1, .product-image1 {
    position: relative !important
}

.api-form1 .text {
    border: none !important;
    font-weight: 700 !important
}

.api-form1 :after, .api-form1 :before {
    content: none
}

.api-form1 .footnote1 {
    line-height: 15px !important;
    text-indent: 0 !important;
    font-size: 10px !important;
    margin: 10px 0 0 !important;
    text-align: center !important;
    padding: 0 !important;
    color: #888 !important;
    border-bottom: none !important
}

.api-form1 .deadline1, .api-form1 .text {
    color: #222 !important;
    text-align: center !important
}

.api-form1 .text {
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    margin: 10px 0 !important
}

.api-form1 form {
    padding: 0 !important;
    background: 0 0 !important;
    margin: 15px auto 0 !important
}

.api-form1 .form-body .text .offer-name {
    font: 700 18px/1.7 sans-serif !important;
    color: #ca2d2d !important
}

.api-form1 {
    background: #fff !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    max-width: 465px !important;
    margin: -10px auto !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important;
    padding: 15px !important
}

.api-form1 .deadline1 {
    font: 700 15px/1.7 sans-serif !important;
    margin: 0 !important
}

.time_remains {
    font: 700 1.1em/1.5 sans-serif !important;
    color: red !important
}

.api-form1 .name, .api-form1 .name:invalid {
    font-style: normal;
    -webkit-transition: .25s !important;
    -o-transition: .25s !important;
    transition: .25s !important;
    line-height: 20px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    background: #f2f2f2 !important;
    outline: 0 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 2.5px solid #ddd !important;
    border-radius: 35px !important;
    padding: 15px !important;
    margin: 0 0 15px !important
}

.product-image1 {
    max-width: 300px
}

.api-form1 .cta-form1 {
    margin: 0 !important
}

.product-image1 img {
    padding: 0 !important;
    border: none !important
}

.product-image1 {
    margin: 0 auto !important;
    background: #fff !important;
    text-align: center !important
}

.product-image1 img {
    margin: 0 auto !important;
    width: 60% !important;
    z-index: 0 !important;
    position: static !important
}

.product-banner1 {
    opacity: .9 !important;
    display: table !important;
    width: 117px;
    height: 117px;
    line-height: 25px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    background: url(../images/product-banner.png) center no-repeat !important;
    background-size: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0;
    text-decoration: none !important
}

.product-banner-text1 {
    text-align: center !important;
    margin: 0 !important;
    font-weight: 700 !important;
    color: #f2f2f2 !important;
    display: table-cell !important;
    vertical-align: middle !important;
    position: relative;
    font-size: 21px !important
}

.product-banner-text1:after {
    position: relative;
    top: -5px;
    left: -2.5px
}

@media(max-width:768px) {
    .api-form1 .deadline1 {
        font-size: 14px !important
    }

    .api-form1 .text {
        font-size: 15px !important
    }

    .api-form1 .name, .api-form1 .name:invalid {
        padding: 10px !important;
        margin: 0 0 10px !important
    }

    .blg {
        margin: 10px 0 0 !important;
        font-size: 18px !important;
        padding: 10px 25px !important
    }

    .api-form1 .footnote1 {
        font-size: 8px !important
    }

    .close-popup {
        right: 0 !important
    }
}

.order_block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2em !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100% !important;
    border: none !important;
    max-width: 100% !important;
    line-height: 1.7 !important
}

.api-form1 .text-product {
    max-width: 260px;
    margin: 0 auto !important
}

@media(max-width:540px) {
    .product-banner1 {
        width: 76px !important;
        height: 76px !important;
        right: -15px !important
    }
}

@media (max-width: 450px) {
    .product-image1 img {
        width: 30% !important;
    }
}