@charset "utf-8";
/* CSS Document */

.drop_shadow_text {
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}

/*MAIN BODY CONTENT*/

#bodybox {
	width: 100%;
	max-width: 980px;
	min-width: 375px;
	margin: 0 auto;
	/*background-color: rgba(255,255,255,.5);*/
}

#middlecontent {
	width: 100%;
	text-align:center;
}

#box_0100_logo {
	float: right;
	z-index: 0;
	width:100%;
	text-align: center;
}

#box_0150_use {
	position: relative;
	float: right;
	width: 100%;
	height: 200px;
	max-width: 610px;
	padding-bottom: 10px;
	padding-right:5px;
	/*right:5px;*/
}

.sub_0150 {
	width: 30%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.sub_0151_text {
	position: absolute;
	margin: 2% 25%;
	width: 45%;
	z-index:15;
}

#box_0200_product {
	position: relative;
	width:350px; 
	height: 364px;
	margin: 40px auto -20px auto;
}

#box_0205_producttext {
	position: absolute;
	width:100%;
	top: -40px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
	/*line-height: 1.0em;*/
	font-style: italic;
	font-weight: bold;
	color: black;
	text-shadow: 2px 2px rgba(255,255,255,0.50);
	z-index: 29;
	}
	
#box_0300 {
	margin: 0 5px 0 20px;
	padding-bottom:10px;
}

#sub_0301_text {
	margin:  20px;
	max-width: 100%;
}

#sub_0301_text p {/*to set paragraph separation greater than body default setting*/
	padding-bottom: 10px;
}

#sub_0302_pic {
	margin: 10px -20px 10px 20px;
	float: right;
	max-width: 50%;
}

.image_rotate_0300_02 	{
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

#box_0400 {
	/*height: 100%;*/
	/*position:absolute;
	top:0;
	bottom:0;
	width: 100%;*/
	margin: 0 0 20px 0;
}

#box_0401_white {
	background: white;
	/*position: relative;*/
	margin: 10px;
	border-radius: 5px;	
}

#box_0401_text {
	text-align:left;
	margin:10px;
}

#box_0401_text p {
	margin-bottom: 10px;
}

#sub_0501_pic {
	-webkit-flex: 1;
	flex: 1;
	margin: 5px 0 5px 5px;
}

#sub_0502_text {
	-webkit-flex: 3;
	flex: 3;
	margin: 20px 20px 20px 10px;
	text-align:left;
}

#sub_0502_text p {/*to set paragraph separation greater than body default setting*/
	padding-bottom: 10px;
}

#sub_0601_image {
	margin: -10px 20px 0 -10px;
	float: left;
	width: 35%;
}

#sub_0602_text {
	margin: 20px;
}

#sub_0610_text {
	margin: 20px;
	text-align:left;
}

#sub_0610_text p {padding-bottom:10px;}

#sub_0611_image {
	margin: -40px -20px 5px 5px;
	float: right;
	width:45%;
}

#sub_0612_image {
	width:100%;
	margin: 0 auto 10px auto;
}

#sub_0615_text {
	margin: 20px;

}

#sub_0615_text p {
	padding-bottom: 10px;
}

#lifestyle {
	background-image: url(images_anupad/Anupad_Lifestyle_730x.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

#box_0650 {
}

#box_0651 {
	margin-right:5px;
}

#sub_0651_text {
	margin: 20px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.00);

}

#sub_0651_text p {/*to set paragraph separation greater than body default setting*/
	padding-bottom: 10px;
}



/*buttons*/

.bu_order_now {
	position: relative;
	padding: 10px;
	height: 103px;
	border-radius: 10px;
	border-width: 2px;
	border-color: rgba(0,16,114,1.00);
	border-style: solid;
	/*for gradient background*/
	background: rgba(239,109,41,1.00); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgba(239,109,80,1.00), rgba(239,109,41,1.00), rgba(0,132,255,1.00)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgba(0,18,102,1.00), rgba(239,109,41,1.00), rgba(0,132,255,1.00)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgba(0,18,102,1.00), rgba(239,109,41,1.00), rgba(0,65,125,1.00)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgba(200,65,41,1.00), rgba(255,89,0,1.00), rgba(255,146,41,1.00)); /* Standard syntax */
	/* end for gradient background*/
	box-shadow: 3px 3px 2px 2px rgba(0,0,0,.50);	
	overflow: hidden;
}

/*used when right box appears before left in narrow media query */
.mc_boxleft {
	width: 350px;
	float: left;
	clear:both;
}

.mc_boxright {
	max-width: 625px;
	margin:0 0 0 370px;
}

/*used when right box appears before left in narrow media query */
.mc_boxright2 {
	max-width: 610px;
	width: 100%;
	margin: 0 0 0 20px;
}

.mc_boxleft2 {
	width: 350px;
}

.clear_both {
	clear:both;
	height: 10px;
	/*overflow: visible;
	display:block;*/
}

.white_box {
	border-radius:5px;
	margin:10px;
	padding:20px;
	background-color:white;
	text-align:left;
}

.white_box p {
	margin-bottom: .5em;
	background-repeat: no-repeat;
	background-origin: content-box;
}

.row_div_03-04 {
	display: -webkit-flex;/*safari*/
	display:flex;
	-webkit-flex-direction:row-reverse;/*safari*/
	flex-direction:row-reverse;
}

.row_div_03-04:after {
	clear:both;
	content:" ";
	display:block;
}

#bottomtag {
	/*display: block;*/
	clear: both;
	width: 100%;
	background-color: rgba(239,109,41,1.00);/**/
}
/*@media (max-width: 980px){
	#lifestyle {
		background-size: cover;
	}
	
}
*/@media (max-width: 730px){
	
#bodybox {
	min-width:100%;
}

#top_banner {
	margin:0;
}

	
#middlecontent {
	width: 100%;
	padding: 0 0;
	/*margin around entire contents*/
	}
	
.clear_both {height:1px;}
	
/*.row_div_03-04 {
	display: inline;
}*/

.mc_boxleft {
	width:100%;
	max-width:605px;
	float:none;
	margin: 0 auto;
}
.mc_boxright {
	width:100%;
	max-width:605px;
	float:none;
	margin: 0 auto;
	clear: left;
}
.mc_boxleft2 {
	width:100%;
	max-width:605px;
	float:none;
	margin: 0 auto;
}
.mc_boxright2 {
	max-width:605px;
	width:100%;
	float:none;
	margin: 0 auto;
	clear: left;
}

.row_div_03-04 {
	width:100%;
	display: block;
}

#box_0150_use {
	padding-right:0;
}
	
#box_0200_product {
}
	
#box_0205_producttext {
}

#box_0300 {
	margin: 0 auto;
}


#sub_0302_pic {
	margin: 10px 20px 10px 20px;
	max-width: 50%;
}

#box_0400 {
	display:inline-block;
	position:relative;
	top:auto;
	bottom:auto;
	margin: 0;
	padding-bottom:10px;
}	
	
#sub_0601_image {
	margin: -10px 20px 0 10px;
	float: left;
	width: 35%;
}
	
	#lifestyle {
		background-size:100% auto;
	}

#box_0651 {
	margin: 0 auto;
}

}
