/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Patua+One');

html,
button,
input,
select,
textarea {
    color: #000;
}

html {
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
	margin:0px; padding:0px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	background-color:#FFF;
	font-size:1.250em;
	line-height: 1.6em;
	color:#4F4F4F;
	}

#blue-top-strip
{
	background-color:#003049;
	width: 100%;
	padding: .1em .1em;
}

#blue-top-strip-container
{
	margin:0 auto;
	max-width:960px;
}


#content{
	background-color:#FFF;
	margin:0 auto;
	width: 960px;
	font-family: 'Open Sans', sans-serif;
}

.wrapper { 
  overflow:hidden;
}

.wrapper div {
}
#one {
  float:left; 
  width:50%;
  text-align: left;
}
#two { 
  overflow:hidden;
}

.wrapper2 { 
  overflow:hidden;
	text-align: center;
}

.wrapper2 div {
}
#one2 {
  float:left; 
  width:50%;
  text-align: left;
}
#two2 { 
  overflow:hidden;
}


.banner-text
{
	font-family: 'Patua One', cursive;
	font-size: 3.2em;
	line-height: 1.2em;
	color:#003048;
}

.banner-text-top
{
	font-family: 'Patua One', cursive;
	font-size: 3.2em;
	line-height: 1.2em;
	color:#003048;
	padding-top: 4rem;
}

.banner-text2
	{
		font-family: 'Patua One', cursive;
		font-size: 1.5em;
		color:#003048;
	}

#bg-hydragea
{
	background-image:url(../images/bgHydragea.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	text-align: left;
}

.content-left {
  	width: 38%;
	float: left;
}
.content-right {
  	width: 60%;
	float: right;
}

 @media only screen and (max-width : 768px) {
   .content-left, .content-right {
			width: 100%;
     }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input.middle:focus {
    outline-width: 0;
}

.one-bottle-padding
{
	padding-top:2.1em
}

.four-bottle-padding
{
	padding:1.2em 0em 0em 3.4em
}

.three-bottle-padding
{
	padding-top:2.1em
}


#footer
{
	font-family: 'Open Sans', sans-serif;
	background-color: #003049;
	margin:0 auto;
	font-size: .8em;
	line-height: 1.4em;
	padding: 2rem 2rem 2rem 2rem;
	margin-top: 3rem;
}

#footer-container
{
	width:960px;
	margin:0 auto;
		color:#FFF;
}

#footer a
{
	color:#FFFF52;
}

#footer a:visited
{
	color:#FFFF52;
}

.refund-policy
{
	width: 960px;
	background-color: #F0F0F0;
}

.refund-policy-logo
{
	background-image:url(../images/imgRefundPolicy.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

.how-it-works
{
	background-image:url(../images/imgHowItWorks.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	width: 960px;
	height: 500px;
	display: block;
}


.btn-try-chanca
{
	background-image:url(../images/btnTryChanca.png);
	width:224px;
	height: 36px;
}

.btn-try-chanca:hover
{
	background-image:url(../images/btnTryChanca_Hover.png);
	width:224px;
	height: 36px;
}

.btn-learn-more
{
	background-image:url(../images/btnLearnMore.png);
	width:157px;
	height: 36px;
}

.btn-learn-more:hover
{
	background-image:url(../images/btnLearnMore_Hover.png);
	width:157px;
	height: 36px;
}


/*Columns*/
.container {
  display: flex;
	width: 800px;
	margin: 0 auto;
	color: #000;
}

.section {
  flex: 1; /*grow*/
}

.bg-bottle-one
{
	background-image:url(../images/bgBottleOne.png);
	background-repeat:no-repeat;
	width:265px;
	height:691px;
}

.bg-bottle-three
{
	background-image:url(../images/bgBottleThree.png);
	background-repeat:no-repeat;
	width:265px;
	height:699px;
}

.bg-bottle-six
{
	background-image:url(../images/bgBottleSix.png);
	background-repeat:no-repeat;
	width:280px;
	height:691px;
}

.amazon-coupon
{
	width: 80%;
}

hr
{color:#000; background-color:#000; border:0px none transparent}


.bbtm {
	border-bottom: 2px solid;
}
.stroke-white{
   text-shadow: 2px 2px 0px #FFF;
}

/* Fonts */

.patua-one
{
	font-family: 'Patua One', cursive;
}

.open-sans
{
	font-family: 'Open Sans', sans-serif;
}

.open-sans-italic
{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}

@font-face {
    font-family: 'LatoRegular';
    src: url('../content/fonts/Lato-Regular.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-regular{
    font-family: 'LatoRegular';
}

@font-face {
    font-family: 'LatoLight';
    src: url('../content/fonts/Lato-Light.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-light{
    font-family: 'LatoLight';
}


@font-face {
    font-family: 'LatoItalic';
    src: url('../content/fonts/Lato-Italic.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-italic{
    font-family: 'LatoItalic';
}

@font-face {
    font-family: 'LatoBoldItalic';
    src: url('../content/fonts/Lato-BoldItalic.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-bold-italic{
    font-family: 'LatoBoldItalic';
}

@font-face {
    font-family: 'LatoBlackItalic';
    src: url('../content/fonts/Lato-BlackItalic.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-black-italic{
    font-family: 'LatoBlackItalic';
}

@font-face {
    font-family: 'LatoBlack';
    src: url('../content/fonts/Lato-Black.ttf') format('truetype'); 
    text-rendering: optimizeLegibility;
}

.lato-black{
    font-family: 'LatoBlack';
}

.bbot{border-bottom: black 2px solid;}
.fi {font-style: italic;}

.fs3	{font-size: 3em}
.fs2	{font-size: 2em}
.fs1p5	{font-size: 1.5em}
.fs1	{font-size: 1em}
.fsp9em	{font-size: .9em}
.fsp8em	{font-size: .8em}
.fsp7em	{font-size: .7em}


.ls0  {letter-spacing:0px}

.lh-1	{line-height: 1}
.lh-1p5	{line-height: 1.5}
.lh-1p3	{line-height: 1.3}
.lh-1p2	{line-height: 1.2}

.mtop5rem	{margin-top: 5rem}
.mtop4rem	{margin-top: 4rem}
.mtop3rem	{margin-top: 3rem}
.mtop1rem	{margin-top: 1rem}
.mtopp5rem	{margin-top: .5rem}
.mtop2rem	{margin-top: 2rem}


.mright2rem	{margin-right: 2rem}

.mtop3remall	{padding: 3rem 3rem 3rem 3rem}
.m2remall	{padding: 2rem 2rem 2rem 2rem}
.m1remall	{padding: 1rem 1rem 1rem 1rem}

.fwnormal {font-weight:normal}
.fwbold {font-weight:bold}
.fw900	{font-weight:900}
.fw800	{font-weight:800}
.fw700	{font-weight:700}
.fw600	{font-weight:600}
.fw500	{font-weight:500}
.fw400	{font-weight:400}
.fw300	{font-weight:300}
.fw200	{font-weight:200}
.fw100	{font-weight:100}
		
/*Misc*/
.pabsolute	{position:absolute}

.fleft	{float:left}
.fright	{float:right}
.clear  {clear:both}

.taligncenter {text-align:center}
.talignleft {text-align:left}
.talignright {text-align:right}

.colorwhite	{color:#FFF}
.colordblue	{color:#072E55}
.colordblue2 {color: rgb(34,152,152);}
.colordblue3 {color: rgb(0,76,102);}
.colordblue4 {color: rgb(153,252,255);}
.colordblue5 {color: rgb(6,133,197);}
.colordblue6 {color: rgb(3,141,160);}
.colordblue7 {color: rgb(0,38,51)}
.colordblue8 {color: #192C3F;}
.colordred	{color:#BC0028}
.colorlblue	{color:#0685C5}
.coloryellow	{color:#FDDF17}
.colorred	{color:red}
.colororange {color:#F27F00;}
.callnow {font-size:13px}
.valign-top{vertical-align:top}
.disnone	{display:none}


.auto-center{margin:0px auto}
.td-line-through {text-decoration:line-through}

.hor-line-dashed	{border-top:2px dashed #000;}
.ver-line-dashed	{border-left-style:dotted;}

.brdr-white-dashed	{border:dotted 7px #FFF; padding:30px;}

.fsitalic	{font-style: italic}

.width100p	{width:100%}

#container {
	      width: 530px;
      height: 530px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: absolute;
    }
 
    .item {
      z-index: 100;
      padding: 5px;
    }
 
    .item img {
    }

.circle {
  border-radius: 50%;
  background-color: #FFBF00;
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(.50, .50, .50, .50);
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

.mtop-one-bottle-sub {margin-top: 1rem; font-size: .9em}
.one-bottle-price {font-size: 3em}
.one-bottle-shipping	{font-size: .7em; margin-top: .5rem}
.bottle-margin-top2 {margin-top: 290px}
.bottle-margin-top {margin-top: 280px}

@media screen and (min-device-width : 320px) 
and (max-device-width : 812px) {
	#content{
	background-color:#FFF;
	margin:0 auto;
	width: auto;
	font-family: 'Open Sans', sans-serif;
}
	
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
	text-align: center;
	   padding: 1rem 1rem 1rem 1rem;
  }
	
	.banner-text
	{
		font-family: 'Patua One', cursive;
		font-size: 2.4em;
		color:#003048;
	}
	
	
	
	.mtop3remall	{padding: 1rem 1rem 1rem 1rem}
	
	.refund-policy
	{
		width:auto;
		background-color: #F0F0F0;
	}

		#footer-container
	{
		width:auto;
		margin:0 auto;
			color:#FFF;
	}
	
	.container {
    flex-direction: column;
		width: auto;
  	}
	
	.how-it-works
	{
		background-image:url(../images/imgHowItWorks2.png);
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center;
		width: auto;
		height: 1000px;
		display: block;
	}
	
	.container {
	  display: flex;
		width: auto;
	}
	
	#two
	{
		display:none;
	}
	
	.bg-bottle-one
	{
		background-image:url(../images/bgBottleOne2.png);
		background-repeat:no-repeat;
		width:300px;;
		height:805px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.bg-bottle-three
	{
		background-image:url(../images/bgBottleOne2.png);
		background-repeat:no-repeat;
		width:300px;;
		height:805px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.bg-bottle-six
	{
		background-image:url(../images/bgBottleSix2.png);
		background-repeat:no-repeat;
		width:300px;;
		height:805px;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.one-bottle-padding
	{
		padding-top:1em
	}

	.four-bottle-padding
	{
		padding:1.2em 0em 0em 3.4em
	}

	.three-bottle-padding
	{
		padding-top:1em
	}
	
	.mtop-one-bottle-sub {margin-top: 1rem; font-size: .9em}
	.one-bottle-price {font-size: 3.5em}
	.one-bottle-shipping	{font-size: .8em; margin-top: .5rem}
	.bottle-margin-top2 {margin-top: 390px}
	.bottle-margin-top {margin-top: 380px}
	.special	{padding: 1em}
	
	.banner-text-top
	{
		font-family: 'Patua One', cursive;
		font-size: 2.3em;
		line-height: 1.2em;
		color:#003048;
		padding-top: 1.5rem;
	}
	
	#one2 {
	  width:100%;
	  text-align: center;
		margin: 0 auto;
	}
	#two2 { 
	padding-top: 1rem;
	  width:100%;
	  text-align: center;
		margin: 0 auto;
	}
	
	.btn-try-chanca
	{
		background-image:url(../images/btnTryChanca.png);
		width:224px;
		height: 36px;
	}

	.btn-try-chanca:hover
	{
		background-image:url(../images/btnTryChanca.png);
		width:224px;
		height: 36px;
	}

	.btn-learn-more
	{
		background-image:url(../images/btnLearnMore.png);
		width:157px;
		height: 36px;
	}

	.btn-learn-more:hover
	{
		background-image:url(../images/btnLearnMore.png);
		width:157px;
		height: 36px;
	}
}

