body {
    overflow-x: hidden;
    margin-top: 0px;
}

a {
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-steps {
    margin-left: 5px !important;
    float: left;
    font-size: 90px;
    text-align: center;
    font-weight: bold;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.no-border-top {
    border-top: none !important;
}

@media only screen and (max-width: 767px) {
    .p-l-15-mobile {
        padding-left: 15px !important;
    }
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-image: none;
    border-radius: 0;
    border: none;
    background: #FFFFFF;
}

.navbar-brand {
    padding: 2px 10px;
}

.navbar-brand img {
    width: 150%;
    max-width: 300px;
}

.navbar-nav {
    float: left;
}

.navbar-nav > li {
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    font-family: Arial;
    text-shadow: none;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    text-shadow: 0px 2px 2px #777;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        display: block;
        width: auto;
        float: none;
    }

    .navbar-nav > li {
        display: block;
    }

    .navbar-brand img {
        width: 80%;
        max-width: 250px;
        position: relative;
        margin: 8px auto;
    }

    .navbar-default .navbar-toggle {
        border-color: #777;
        background: transparent;
        color: #777;
        float: right;
        border-radius: 2px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: transparent;
        color: #d8d8d8;
        border-color: #e4e4e4;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar-brand {
        padding: 0px 0px;
        margin: 0 auto;
        display: block;
        float: left;
        width: 100%;
        position: absolute;
    }
}

@media only screen and (max-width: 320px) {
    .navbar-brand img {
        width: 65%;
        max-width: 250px;
        position: relative;
        margin: 8px 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 8px;
    }
}

.content-box {
    background: #fff;
}

.content h1 {
    font-family: 'Open Sans';
    font-weight: bold;
    margin: 30px 0 16px 0;
    color: #222;
    font-size: 46px;
    line-height: 44px;
}

.content .img-responsive {
    margin: 0 auto 5px auto;
}

.content p {
    font-family: Arial;
    margin: 0 0 20px 0;
    line-height: 26px;
    font-size: 17px;
    color: #222;
}

.content p.small-text {
    font-size: 15px;
    padding: 15px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 23px;
}

.content p.pink-text {
    color: #0198bd;
}

.content p.update {
    border: 1px dotted #000;
    background: #EFFFF7;
    padding: 4px 9px;
}

.content p.update .red-text {
    color: #F00;
}

.content h5 {
    font-family: 'Open Sans';
    color: #222;
    margin: 8px 0 20px 0;
    font-size: 21px;
    line-height: 28px;
}

.content h5.pink-border-bottom {
    color: #666;
    border-bottom: 2px solid #0198bd;
    margin-bottom: 15px;
}

.content h4 {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    color: #222;
    margin: 0 0 20px 0;
}

.content p a {
    color: #0198bd;
}

.content p a:hover, .content p a:focus {
    color: #0198bd;
}

.content h3 {
    font-family: 'Open Sans';
    font-weight: bold;
    color: #222;
    margin: 26px 0;
    font-size: 26px;
}

.content .top-bottom-border {
    width: 100%;
    height: 13px;
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
}

.grey-box {
    padding-top: 15px;
    background: #ccc;
    margin: 0 0 20px 0;
}

.content .grey-box h4 {
    margin-top: 5px;
}

.grey-box .box-inner {
    margin-bottom: 20px;
}

.content .revival-box {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.content .revival-box2 {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    background: #f5f9fa;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}

.content .revival-box .button {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .content .grey-box .img-responsive {
        margin-bottom: 15px;
    }

    .content .revival-text {
        text-align: center;
    }

    .content .revival-box .rev {
        margin-bottom: 15px;
    }

    .content .revival-box .button {
        margin: 0 auto 20px auto;
    }

    .content h1 {
        font-size: 30px;
    }
}

.comments {
    background: #fff;
    padding-bottom: 30px;
}

.recent {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}

.recent p, .recent a {
    font-family: Tahoma;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    color: #3B5998;
}

.recent p {
    font-weight: bold;
}

.media {
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #E2E2E2;
}

.media.border-bottom {
    border-bottom: 1px solid #E2E2E2;
}

.media-left img {
    margin-top: 6px;
}

.media-body h4 {
    font-family: Tahoma;
    font-size: 13px;
    color: #3B5998;
    margin: 0 0 5px 0;
    line-height: 14px;
    font-weight: bold;
}

.media-body h4 a {
    font-family: Tahoma;
    font-size: 13px;
    color: #3B5998;
    margin: 0 0 5px 0;
    line-height: 14px;
    font-weight: bold;
}

.media-body h4 a:hover, .media-body h4 a:focus {
    color: #3B5998;
}

.media-body p {
    font-family: Tahoma;
    font-size: 12px;
    color: #1A1A1A;
    line-height: 15px;
    margin: 0 0 5px 0;
}

.media-body p.bottom {
    color: #3B5998;
}

.media-body p.bottom .like {
    margin-left: 8px;
}

.media-body p.bottom .time {
    color: #808080;
    border-bottom: 1px dotted #808080;
}

.comments p.small {
    font-family: Tahoma;
    font-size: 11px;
    color: #3B5998;
    margin: 10px 0;
}

.footer {
    width: 100%;
    height: 30px;
    background: #000;
}

.timer {
    position: fixed;
    width: 100%;
    background: #333333;
    bottom: 0;
    padding: 8px 0;
}

.timer p {
    font-family: 'Open Sans';
    margin: 0;
    color: #fff;
}

.timer p #countdown {
    font-weight: bold;
}

.timer .btn {
    font-family: 'Open Sans';
    margin-top: 3px;
}

img.checkmark {
    border: 0;
    display: block;
    float: left;
    height: 29px;
    margin: 10px 0 0 12px;
    width: 30px;
}

div.steps {
    float: left;
    font-size: 22px;
    font-weight: bold;
    padding: 22px 0 0 0;
}

a.offer:link, a.offer:visited {
    color: #0000ee;
    text-decoration: underline;
}

a.offer:active, a.offer:hover {
    text-decoration: none;
}

div.warning {
    color: #434343;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 22px 12px 0 12px;
    text-align: center;
}

.bottomFix {
    z-index: 50000;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #c50101;
    width: 100%;
    padding: 5px;
    position: fixed;
    left: 0;
    bottom: 0
}

.innerBot {
    max-width: 328px;
    display: inline-block
}

.innerBot .freebot {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.innerBot a {
    display: inline-block;
    vertical-align: middle;
    background-color: #0ccb41;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1px;
    font-size: 13px;
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important
}

.innerBot a:hover {
    color: #fff !important;
    border: 1px solid #fff
}



h1 {
      font-family: 'Open Sans', sans-serif, arial !important;
      font-weight: 900 !important;
      font-size: 2.8em !important;
      line-height: 1.15em !important;
      letter-spacing: -1px !important;
      text-rendering: optimizeLegibility !important;
      margin: 15px 0 10px 0 !important
    }

    h3 {
      font-family: 'Open Sans', sans-serif, arial !important;
      font-weight: 900 !important;
      font-size: 26px !important;
      line-height: 1.15em !important;
      text-rendering: optimizeLegibility !important
    }

    .content h5 {
      font-family: 'Montserrat', 'Open Sans', sans-serif, arial !important;
      text-rendering: optimizeLegibility !important;
      font-size: 18px !important
    }

    .pulse {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite
    }

    @keyframes pulse {
      0% {
        transform: scale(0.9);
        opacity: 0.9;
      }
      50% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        transform: scale(0.9);
        opacity: 0.9;
      }
    }

    @-webkit-keyframes pulse {
      0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
      }
      50% {
        -webkit-transform: scale(1);
        opacity: 1;
      }
      100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
      }
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(0, 0, 0, .85)
    }

    /* .modal {
      z-index: 10;
      position: fixed;
      left: 50%;
      top: 47%;
      transform: translate(-50%, -50%);
      padding: 10px;
      text-align: center;
      box-shadow: 0 0 30px rgba(0, 0, 0, .2);
      border-radius: 5px
    } */

    .adv-text {
      display: block;
      font-size: 14px !important;
      text-align: center;
      text-transform: uppercase;
      font-family: arial, sans-serif, tahoma, verdana !important;
      color: #777 !important
    }

    @media screen and (max-width: 920px) {
      /* .modal {
        width: 95%
      } */

      .wait-img {
        width: 100%
      }

      .headline {
        font-size: 35px
      }
    }

    @media screen and (max-width: 650px) {
      .video-wrap-relative {
        padding: 10px 0
      }

      .full-phone-image {
        display: block;
        width: 100%;
        padding: 0
      }

      .garcinia-image {
        padding-top: 15px
      }

      .top-headline-text {
        width: 100%
      }

      .productImg, .orange-buttons {
        width: 40%
      }

      .comment-font {
        font-size: 10px
      }

      .mobile-only {
        display: block;
        width: 95%;
        margin: 0 auto
      }

      .mobile-only-full {
        display: block;
        width: 100%;
        margin: 0 auto
      }

      .hide-phones {
        display: none
      }

      .adv-text {
        display: block;
        font-size: 12px !important;
        text-align: center;
        text-transform: uppercase;
        font-family: arial, sans-serif, tahoma, verdana !important;
        color: #777 !important
      }
    }






.cpu{
    padding: 10px 0;
    text-align: center;
}
.cpu img{
    display: block;
    margin: 0 auto;
}
.cpu a{
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    line-height: 1.1em;
    color: #333;
}












.formbox{
    display: block;
    max-width: 400px;
    padding: 20px;
    margin: 50px auto 20px;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
}
.formbox h4{
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 auto 20px;
  font-weight: 700;
}
/*form*/
.main_form input, .main_form select{
    border: 1px solid #bdbdbd;
    width: 100%;
    height: 52px;
    font-size: 16px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #747474;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}
.main_form ::-webkit-input-placeholder {
    color: #333;
}
.main_form ::-moz-placeholder {
    color: #333;
}
.main_form :-moz-placeholder {
    color: #333;
}
.main_form :-ms-input-placeholder {
    color: #333;
}
.main_form :focus::-webkit-input-placeholder {
    color: transparent;
}
.main_form :focus::-moz-placeholder {
    color: transparent;
}
.main_form :focus:-moz-placeholder {
    color: transparent;
}
.main_form :focus:-ms-input-placeholder {
    color: transparent;
}
.main_form .link-button{
    width: 100%;
    margin-top: 0;
    padding: 10px 0;
    border: none;
}


.price{
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 25px;
}
.price .old p{
    font-size: 20px;
    line-height: 1.1em;
    text-decoration: line-through;
    padding-top: 5px;
    margin: 0;
}
.price .new{
    margin-left: 20px;
}
.price .new p{
    padding-top: 5px;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
    color: #D14120;
    margin: 0;
}


.link-button{
  margin: 0 auto;
border-radius: 3px;
text-transform: uppercase;
padding: 5px 0;
font-size: 22px;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-weight: 700;
font-family: 'PT Sans Narrow', sans-serif;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(192,225,44,1)), to(rgba(147,205,1,1)));
background: linear-gradient(to bottom, rgba(192,225,44,1) 0%, rgba(147,205,1,1) 100%);
border: 0px;
color: #2f4201;
-webkit-box-shadow: 0px 5px 3px 0px rgba(103,135,34,1);
box-shadow: 0px 5px 3px 0px rgba(103,135,34,1);
cursor: pointer;
}


