
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.like-text {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin: 25px 0 10px;
    padding: 0 0 20px;
}  
  

@media (min-width: 768px) {
  .table {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .table .tablecell {
      display: table-cell; } }
.table-fixed {
  width: 100%;
  display: table;
  table-layout: fixed; }
  .table-fixed .tablecell {
    display: table-cell; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

header, footer, section, .section {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #FFF;
  padding: 20px 0; }

.wrapper {
  zoom: 1;
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative; }
  .wrapper.full {
    max-width: 1440px; }
  .wrapper.no-pad {
    padding: 0; }

img {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block; }

.custom-btns {
  text-align: center;
}
.custom-btns {
    display: inline-block;
    text-align: center;
/*
    margin: 15px 15px 7px;
    width: 115px;
*/
}
.btn-txt {
    background: none repeat scroll 0 0 #d68255;
    border: 4px solid #cf6b34;
    border-radius: 8px;
    padding: 12px;
    width: 180px;
    display: inline-block;
    margin: 15px 2px 8px 2px;
    font-size: 1.1em;
}
.custom-btns a {
  color: #fff;
  text-decoration: none;
}
.custom-btns a:hover {
  color: #ecc132;
}

.hit-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.pull-left {
  position: relative;
  float: left; }

.pull-right {
  position: relative;
  float: right; }

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

.hidden {
  display: none !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
h1, h2, h3, h4, h5, h6, p, a, li,
input, label, textfield, button, select {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #87847D;
  line-height: 1;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #313131; }

h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #FFF; }

h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  color: #453823; }

h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2; }

p, li {
  font-size: 15px;
  line-height: 1.4; }
li {
  margin-bottom: 10px;
}
dl, menu, ul, ol, li {
  margin-left: 10px;
  padding: 0; }

a {
  cursor: pointer;
  *cursor: hand;
  zoom: 1;
  font-size: inherit;
  color: inherit;
  font-weight: inherit; }
  a:hover, a:active {
    color: #CD6D2B; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }
  
/* thank you page  */

.thank-you h4 {
  font-size: 20px;
  margin: 0 0 20px;
}
.thank-you li {
  margin-bottom: 12px;
}  
.bonuses {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #EFEBD6;
  vertical-align: top;
	border: 2px solid #EFEBD6;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
  
}  
.optin .image-container {
    background: #6e7648;
    background: #fff;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.image-container img {
  margin: 0 auto;
  width: 80%;
}
.thank-you a {
  color: #c7a579;
}
.image-container h1 {
  text-align: center;
  color: #87847d;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 20px; }

  p, li {
    font-size: 16px; } 
    
    
    .btn-txt {
    background: none repeat scroll 0 0 #d68255;
    border: 4px solid #cf6b34;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    display: inline-block;
    margin: 15px 2px 8px 2px;
    font-size: 1.5em;
}

.custom-btns {
    display: block;
    text-align: center;
}
    
    
    
    }
button, .button, .btn, .infusion-submit input {
  color: transparent;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1.2;
  margin: 0;
  cursor: pointer;
  *cursor: hand;
  zoom: 1;
  text-align: center;
  border: none;
  outline: none; }

.btn-default, .infusion-submit input {
  background-image: url(get-my-gift.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100px;
  
}
.buy-button {
  margin-top: 13px;
}
form {
  margin: 20px 0; }

.input-item {
  margin-bottom: 10px; }

label {
  margin-bottom: 0px;
  display: block; }

input {
  font-size: 15px;
  font-weight: 400;
  color: #87847D;
  border: 2px solid #e6e4dd;
  border-radius: 4px;
  padding: 12px;
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  margin: 0; }
  input:active, input:focus {
    border-color: #c6c2b1; }

select {
  font-size: 15px;
  width: 100%;
  height: 46px;
  border: 2px solid #e6e4dd;
  padding: 24px;
  background: #FFF;
  outline: none; }

.oldIE select {
  padding: 0;
  margin: 0; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-wrapper .video, .video-wrapper iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body {
  background: #313131; }

.book {
  background: #D2B48C;
  padding: 0; }
  .book .book-image {
    vertical-align: middle;
    width: 290px;
    height: 220px;
    position: relative;
    overflow: hidden; }
    .book .book-image img {
      height: 242px;
      top: 0;
      position: relative; }
  .book .book-description {
    vertical-align: middle;
    padding: 20px 20px 20px 0; }
    .book .book-description > * {
      margin-bottom: 14px; }
      .book .book-description > *:last-child {
        margin-bottom: 0; }

.optin {
  background: #FFF; }
  .optin .video-container {
    padding-right: 20px;
    vertical-align: top; }
  .optin .video-testimonial {
    margin-top: 10px; }
    .optin .video-testimonial .arrow-up {
      position: relative;
      left: 30px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #E0DFE3; }
    
	.optin .video-testimonial .testimonial-text {
      padding: 20px;
      background: #E0DFE3; 
}
    .optin .video-testimonial p, .optin .video-testimonial ul, .optin .video-testimonial ol {
      margin-bottom: 14px; }
      .optin .video-testimonial p:last-child, .optin .video-testimonial ul:last-child, .optin .video-testimonial ol:last-child {
        margin-bottom: 0; }
  .optin .optin-container {
    background: #EFEBD6;
    width: 420px;
    vertical-align: top;
	border: 2px solid #EFEBD6;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; 
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

  .optin .form-container {
    padding: 12px 20px; }
    .optin .form-container p, .optin .form-container ol, .optin .form-container ul {
      margin-top: 10px; }
    .optin .form-container .optin-error {
      color: #CD6D2B;
      margin: 10px 0; }

.footer {
  background: #313131;
  padding: 40px 0;
  text-align: center; }
  .footer .copyright {
    color: #606060; }
  .footer .footer-link {
    display: inline-block;
    color: #606060;
    text-decoration: none;
    padding: 20px 5px 20px 5px; 
}
.footer  a {
  color: #c7a579;
  text-decoration: none;
}
.footer a:hover, .footer a:active {
  color: #D2B48C;
}
    .footer .footer-link:hover, .footer .footer-link:active {
      color: #D2B48C; }

@media (max-width: 767px) {
  .book .book-image {
    margin: 20px auto;
    width: 180px;
    height: 222px; }
    .book .book-image img {
      width: 100%;
      height: 100%; }
  .book .book-description {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    max-width: 550px;
    margin: 0 auto; }

  .optin .video-container {
    padding: 0; }
  .optin .video-testimonial .testimonial-text {
    padding: 20px; }
  .optin .optin-container {
    width: 100%;
    margin-top: 40px; }
  .optin .form-container {
    padding: 16px; }

  .footer {
    padding: 40px 0 80px; }
    .footer .copyright, .footer .footer-link {
      width: 100%;
      padding: 0;
      display: block; }
    .footer .footer-link {
      font-size: 13px;
	  padding-top: 5px; } }
	  
.layout-hide-testimonial .optin .video-testimonial {
  display: none; }

.layout-hide-footer-link-1 .footer .link-1 {
  display: none; }

.layout-hide-footer-link-2 .footer .link-2 {
  display: none; }

.layout-hide-footer-link-3 .footer .link-3 {
  display: none; }
  
.fb-like {
  	float: left;
}
.col-comments{
	float:left;
	width:100%;
	padding-bottom:55px
}
.col-comments strong, .col-comments b{
	color:#5972a7;
	font-weight:normal
}
.col-comments .like-text{
	font-family: "Lato", sans-serif;
	margin:25px 0 10px;
	padding:0 0 20px 0px;
	font-weight:500;
	font-size:16px;
	line-height:16px
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 768px) {
.col-comments{
	display: none;
	float:left;
	width:100%;
	padding-bottom:55px


}
}
#fscroller {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-shadow: none;
}