@import url("https://fonts.googleapis.com/css?family=Patrick+Hand");
@import url("https://fonts.googleapis.com/css?family=Gochi+Hand");
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
/* line 1, ../sass/_global.scss */
body {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  font-size: 13px;
}

/* line 6, ../sass/_global.scss */
h1, h2, h3, h4, h5, h6, ul {
  padding: 0;
  margin: 0;
}

/* line 8, ../sass/_global.scss */
a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
/* line 12, ../sass/_global.scss */
a:focus {
  outline: none;
  text-decoration: none;
}
/* line 16, ../sass/_global.scss */
a:visited {
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  /* line 22, ../sass/_global.scss */
  .container {
    width: 100%;
  }
}

/* line 1, ../sass/_header.scss */
.logo-area {
  float: left;
  width: 430px;
  margin-top: 5px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 1199px) {
  /* line 1, ../sass/_header.scss */
  .logo-area {
    width: 35%;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1, ../sass/_header.scss */
  .logo-area {
    width: 100%;
    float: none;
  }
  /* line 12, ../sass/_header.scss */
  .logo-area img {
    margin: 0 auto;
    text-align: center;
  }
}

/* line 18, ../sass/_header.scss */
.nav-area {
  width: 534px; 
  float: left;
  margin: 80px 0px 0px 35px;
}
@media only screen and (max-width: 1199px) {
  /* line 18, ../sass/_header.scss */
  .nav-area {
    width: 44%;
    margin: 70px 0px 0px 25px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 18, ../sass/_header.scss */
  .nav-area {
    margin: 20px 0px 10px 0px;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/_header.scss */
  .nav-area {
    width: 100%;
    float: none;
    margin: 0px;
  }
}

/* line 36, ../sass/_header.scss */
.social-area {
  float: right;
  width: 140px;
  margin-top: 80px;
}

.social_area_mobile{
	float: left;
  width: 140px;
  margin-left: 50px;
  
	
	}
.social_area_mobile ul li {
  display: inline-block;
}
/* line 63, ../sass/_header.scss */
.social_area_mobile ul li a {
  transition: all 0.3s;
}
/* line 65, ../sass/_header.scss */
.social_area_mobile ul li a:hover {
  opacity: 0.7;
}	
	
.social_area_mobile img {
    width: 36px;
    height: 36px;
  }	
  
@media only screen and (min-width: 600px) {
	.social_area_mobile{display:none;}
}
@media only screen and (max-width: 1199px) {
  /* line 36, ../sass/_header.scss */
  .social-area {
    width: 18%;
    margin-top: 70px;
  }
  /* line 43, ../sass/_header.scss */
  .social-area img {
    width: 36px;
    height: 36px;
  }
  
  
  
}
@media only screen and (max-width: 991px) {
  /* line 36, ../sass/_header.scss */
  .social-area {
    width: 35%;
    margin-top: 20px;
  }
  
}
@media only screen and (max-width: 767px) {
  /* line 36, ../sass/_header.scss */
  .social-area {
   display: none;
  }
  
  
}
/* line 56, ../sass/_header.scss */
.social-area ul {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 56, ../sass/_header.scss */
  .social-area ul {
    text-align: center;
  }
}
/* line 61, ../sass/_header.scss */
.social-area ul li {
  display: inline-block;
}
/* line 63, ../sass/_header.scss */
.social-area ul li a {
  transition: all 0.3s;
}
/* line 65, ../sass/_header.scss */
.social-area ul li a:hover {
  opacity: 0.7;
}

/* line 1, ../sass/_nav.scss */
.navbar-brand {
  display: none;
}

/* line 2, ../sass/_nav.scss */
.navbar {
  min-height: 0px;
  margin-bottom: 0px;
}

/* line 6, ../sass/_nav.scss */
.navbar-default {
  background-color: transparent;
  border: none;
}

/* line 10, ../sass/_nav.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #ffcc00;
  color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 15, ../sass/_nav.scss */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: #ffcc00;
  color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 21, ../sass/_nav.scss */
.navbar-nav li {
  margin-right: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/_nav.scss */
  .navbar-nav li {
    margin-right: 0px;
  }
}
/* line 26, ../sass/_nav.scss */
.navbar-nav li:last-child {
  margin-right: 0px;
}
/* line 29, ../sass/_nav.scss */
.navbar-nav li a {
  line-height: 24px;
  padding: 12px 17px;
  font-size: 16px;
  font-family: "Patrick Hand", cursive;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  /* line 29, ../sass/_nav.scss */
  .navbar-nav li a {
    padding: 10px 13px;
    font-size: 14px;
  }
}

/* line 1, ../sass/_home.scss */
.banner {
  width: 100%;
  position: relative;
}
/* line 4, ../sass/_home.scss */
.banner img {
  width: 100%;
}
/* line 7, ../sass/_home.scss */
.banner .container {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  margin-left: -585px;
}
@media only screen and (max-width: 1199px) {
  /* line 7, ../sass/_home.scss */
  .banner .container {
    left: auto;
    margin-left: auto;
  }
}
/* line 17, ../sass/_home.scss */
.banner .container p {
  margin-top: 130px;
  font-family: "Gochi Hand", cursive;
  font-size: 24px;
  color: white;
  max-width: 450px;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  /* line 17, ../sass/_home.scss */
  .banner .container p {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 17, ../sass/_home.scss */
  .banner .container p {
    max-width: 100%;
    margin-top: 2%;
    font-size: 20px;
    line-height: 25px;
  }
}

/* line 38, ../sass/_home.scss */
.main-content {
  margin: 56px 0px 23px 0px;
}
@media only screen and (max-width: 767px) {
  /* line 38, ../sass/_home.scss */
  .main-content {
    margin: 25px 0px 20px 0px;
  }
}
/* line 43, ../sass/_home.scss */
.main-content h4.ab-text {
  font-family: "Gochi Hand", cursive;
  color: #ed0027;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
}
h4.ab-text span{color:#000;}
h4.ab-text span.big-text{font-size:48px;color:#ed0027;}
@media only screen and (max-width: 767px) {
  /* line 43, ../sass/_home.scss */
  .main-content h4.ab-text {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
/* line 54, ../sass/_home.scss */
.main-content .about-book {
  background-color: #ff3333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 38px;
  background-image: url(../images/about-book.png);
  background-repeat: no-repeat;
  background-position: right -16px bottom -39px;
}
.about-book h5 span{font-size:30px;}

@media only screen and (max-width: 767px) {
  /* line 54, ../sass/_home.scss */
  .main-content .about-book {
    margin-bottom: 20px;
  }
}
/* line 64, ../sass/_home.scss */
.main-content .about-book p {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  max-width: 335px;
  margin-top: 10px;
}
/* line 71, ../sass/_home.scss */
.main-content .about-book h5 {
  margin-top: 15px;
  font-family: "Patrick Hand", cursive;
  color: #fff;
  font-size: 20px;
}
/* line 78, ../sass/_home.scss */
.main-content .where-find {
  background-color: #33cc99;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding:0 38px;
  padding-bottom:-10px;
  background-image: url(../images/where-find.png);
  background-repeat: no-repeat;
  background-position: right -33px bottom -29px;
}
.main-content .where-find  img{padding-top:35px;}

/* line 85, ../sass/_home.scss */
.main-content .where-find p {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  max-width: 335px;
  margin-top: 26px;
  min-height: 125px;
}
/* line 92, ../sass/_home.scss */
.main-content .where-find p a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
/* line 96, ../sass/_home.scss */
.main-content .where-find p a:hover {
  text-decoration: none;
}
/* line 102, ../sass/_home.scss */
.main-content .ash-area {
  background-color: #e4e4e4;
  padding: 39px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 50px 0px;
  text-align:center;
}
@media only screen and (max-width: 767px) {
  /* line 102, ../sass/_home.scss */
  .main-content .ash-area {
    margin: 20px 0px;
  }
}
/* line 110, ../sass/_home.scss */
.main-content .ash-area p {
  font-family: "Gochi Hand", cursive;
  color: #767676;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 600px) {
  /* line 110, ../sass/_home.scss */
  .main-content .ash-area p {
    font-size: 20px;
    line-height: 27px;
  }
}
/* line 121, ../sass/_home.scss */
.main-content .follow-us {
  text-align: right;
  font-family: "Patrick Hand", cursive;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 121, ../sass/_home.scss */
  .main-content .follow-us {
    text-align: center;
  }
}
/* line 129, ../sass/_home.scss */
.main-content .follow-us ul {
  display: inline-block;
  margin-left: 15px;
}
/* line 132, ../sass/_home.scss */
.main-content .follow-us ul li {
  display: inline-block;
}
/* line 134, ../sass/_home.scss */
.main-content .follow-us ul li a {
  transition: all 0.3s;
}
/* line 136, ../sass/_home.scss */
.main-content .follow-us ul li a:hover {
  opacity: 0.7;
}

/* line 1, ../sass/_footer.scss */
footer {
  background-color: #ffec9e;
  border-top: 1px dashed #cc9900;
  border-bottom: 1px dashed #cc9900;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: black;
}
@media only screen and (max-width: 480px) {
  /* line 1, ../sass/_footer.scss */
  footer {
    padding: 20px 5px;
  }
}
/* line 12, ../sass/_footer.scss */
footer a {
  color: #000;
}
/* line 14, ../sass/_footer.scss */
footer a:hover {
  color: #6d6b6b;
}
/* line 18, ../sass/_footer.scss */
footer p {
  text-align: right;
}
/* line 20, ../sass/_footer.scss */
footer p a {
  color: #000;
}
/* line 22, ../sass/_footer.scss */
footer p a:hover {
  color: #6d6b6b;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/_footer.scss */
  footer p {
    text-align: left;
    margin-top: 10px;
  }
}

/* line 1, ../sass/_about.scss */
.inner-banner {
  position: relative;
}
/* line 3, ../sass/_about.scss */
.inner-banner img {
  width: 100%;
  min-height: 150px;
}
/* line 7, ../sass/_about.scss */
.inner-banner .banner-stripe {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 83px;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 7, ../sass/_about.scss */
  .inner-banner .banner-stripe {
    height: 100%;
  }
}
/* line 17, ../sass/_about.scss */
.inner-banner .banner-stripe .container {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  margin-left: -585px;
}
@media only screen and (max-width: 1199px) {
  /* line 17, ../sass/_about.scss */
  .inner-banner .banner-stripe .container {
    left: auto;
    margin-left: auto;
  }
}
/* line 27, ../sass/_about.scss */
.inner-banner .banner-stripe .container p {
  font-family: "Gochi Hand", cursive;
  font-size: 24px;
  color: white;
  line-height: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  /* line 27, ../sass/_about.scss */
  .inner-banner .banner-stripe .container p {
    font-size: 20px;
    line-height: 25px;
  }
}

/* line 41, ../sass/_about.scss */
.inner-text {
  margin-top: 40px;
}
/* line 44, ../sass/_about.scss */
.inner-text h4 {
  font-family: "Gochi Hand", cursive;
  color: #ed0027;
  font-size: 36px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 44, ../sass/_about.scss */
  .inner-text h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
/* line 54, ../sass/_about.scss */
.inner-text p {
  font-family: "Gochi Hand", cursive;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 54, ../sass/_about.scss */
  .inner-text p {
    font-size: 20px;
  }
}
/* line 62, ../sass/_about.scss */
.inner-text p.name {
  font-size: 36px;
  color: #04a9c2;
  margin-top: 10px;
}

/* line 69, ../sass/_about.scss */
.gallery-images {
  margin: 35px 0px;
}
/* line 71, ../sass/_about.scss */
.gallery-images img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 1, ../sass/_where_to_find.scss */
.buy-online {
  background-color: #34cc99;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 25px;
  max-width: 500px;
  font-size: 30px;
  color: #fff;
  font-family: "Gochi Hand", cursive;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
/* line 12, ../sass/_where_to_find.scss */
.buy-online:hover {
  color: white;
  background-color: #22906b;
}
@media only screen and (max-width: 480px) {
  /* line 1, ../sass/_where_to_find.scss */
  .buy-online {
    width: 100%;
  }
}

/* line 21, ../sass/_where_to_find.scss */
.main-content.where-to-find p {
  font-size: 24px;
  color: #7a7a7a;
  line-height: 30px;
  margin: 25px 0px;
  font-family: "Gochi Hand", cursive;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/_where_to_find.scss */
  .main-content.where-to-find p {
    font-size: 20px;
    line-height: 28px;
  }
}
/* line 31, ../sass/_where_to_find.scss */
.main-content.where-to-find p.big {
  font-size: 36px;
}
/* line 34, ../sass/_where_to_find.scss */
.main-content.where-to-find p.amazon-price {
  color: #ff0000;
  margin: 15px 0px;
}
/* line 37, ../sass/_where_to_find.scss */
.main-content.where-to-find p.amazon-price span {
  color: black;
  padding: 0px 0;
}
/* line 41, ../sass/_where_to_find.scss */
.main-content.where-to-find p.amazon-price a {
  color: #ff6666;
}
/* line 43, ../sass/_where_to_find.scss */
.main-content.where-to-find p.amazon-price a:hover {
  color: #ff0000;
}
/* line 49, ../sass/_where_to_find.scss */
.main-content.where-to-find .amazon-url {
  font-size: 24px;
  color: black;
  font-family: "Gochi Hand", cursive;
  line-height: 30px;
}
.main-content.where-to-find p.email-link {
  font-size: 24px;
  color: black;
  font-family: "Gochi Hand", cursive;
  line-height: 30px;
  text-align:center;
  color:#7a7a7a;
}
.main-content.where-to-find p.email-link a{
	text-decoration:underline;
	color:#7a7a7a;
	}
.main-content.where-to-find p.email-link a:hover{
	color: #ff0000;
	text-decoration:none;
	}	

@media only screen and (max-width: 767px) {
  /* line 49, ../sass/_where_to_find.scss */
  .main-content.where-to-find .amazon-url {
    margin-top: 20px;
    display: block;
    font-size: 20px;
    line-height: 28px;
  }
}
hr{border-color:#000;margin-top:-40px;}
.ibook-url{margin-top:6px;margin-bottom:25px;}

/** prithivi add 16-10-2017 **/

#exp_month, #exp_year{
	display: inline;
}
#exp_month{
	width: 50px;
}
#exp_year{
	width: 100px;
}
.form-group label{
	padding: 8px 0px;
}
.err{
	border-color: red;
}
.payment-errors{
	color: red;
}
.submit_payment, .stripe_logo, .thank_u_img{
	text-align: center;
}
.stripe_logo img{
	width: 100%;
	max-width: 120px;
}
.checkout_heading{
	margin-bottom: 20px;
}
.thank_u_img img{
	max-width: 170px;
}
.thank_u_txt{
	text-align: center;
	margin-top: 10px;
	font-size: 21px;
}
.billing_details, .shipping_details, .order_details{
	border: 1px solid #ccc;
	padding: 10px;
}
.billing_details h3, .shipping_details h3, .order_details h3{
	margin: 14px 0;
	text-align: center;
}
.order_details{
	max-width: 560px;
	margin: 10px auto;
}
.extra_details{
	margin-bottom: 10px;
}
.cvc-label, .cvc-box{
	float: left;
}

/** prithivi end **/