@charset "utf-8";
/* CSS Document */

body {
 /* min-height: 2000px;
  padding-top: 70px;
   padding-top: 70px;*/
}

.cntr_padding{
	padding-top: 100px;
/*	background-color: #0F3;*/
	}
@media (min-width: 769px) {	
	.cover_bg {
	  min-height: 1000px;
	  background: url(../images/babyipad.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;

	}
}
/* fix for the ipad */
/*@media (min-device-width : 768px) and (max-device-width : 1024px)  { 
	.cover_bg {
	
	  background: url(../images/babyipad.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	 background-size: cover;
 	 background-attachment: scroll;
	 height: 1024px;
	}
}
*/
/* Regular smart phones, including iPhone 6 + with 414px viewport! */
@media (min-width: 321px) and (max-width: 414px) {
	.cover_bg {

/* min-height: 1000px;*/
  background: url(../images/babyipad_414.jpg) no-repeat center center fixed; 

	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-attachment:scroll;
	  height: 320;


	
	}
	}

/*@media (min-width: 300px) and (max-width: 768px) {	*/
@media (min-width: 415px) and (max-width: 768px) {	
	.cover_bg {
	  min-height: 1000px;
  background: url(../images/babyipad_768.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	background-attachment: scroll;
	 height: 1024px;
	}
}
.freebies_bg{
	background-color: #FC9;
	padding: 50px;
	min-height: 1000px;
	}
.about_bg{
	background-color: #FCC;
	padding: 50px;
	min-height: 1000px;
	}

.contact_bg{
	background-color: #CCF;
	padding: 50px;
	min-height: 1000px;
	}
	
	
	
	/*Email Form CSS*/
	section {
    padding: 50px 0;  text-align: center;
	/*background-color: #0C9;*/
}
select.frecuency {
    border: none;
    font-style: italic;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    border-bottom: none;
}
select.frecuency:focus {
    outline: none;
    border-bottom: 5px solid #22313F;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
}
.free {
    text-transform: uppercase;
}
.input-group {
    margin: 20px auto;
    width: 100%;
}
input.btn.btn-lg {
	margin: 10px;
    width: 60%;
    height: 60px;
}
button.btn {
    width: 40%;
    height: 60px;
}
.promise {
    color: #999;
}

.wellTransp{
	background:rgba(255,255,255,0.5);
	}
.freebiesContent{
	padding-left: 10px;
	padding-right: 10px;
	border-width: 10px;
	border-color:#99F;
}
.btn-pad{		
	margin-right:5px;
	margin-left: 5px;
	}
