body {
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}

h1 {
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	color: white;
	font-size: 43px;
	line-height: 44px;
	font-weight: 700;
	text-align: right;
	text-shadow: black 2px 1px 8px;
}

h2 {
	margin: 62px 0px 10px;
	font-family: Montserrat, sans-serif;
	color: #745785;
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
}

h3 {
	margin: 1% 0px 1%;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	color: #745785;
	font-size: 2em;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 5px;
}

h4 {
	margin: 1% 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-family: Corbel, Arial, Helvetica, sans-serif;
}

h5 {
	margin: 1% 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

h6 {
	margin: 10px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}

dd {
	display: block;
	margin-bottom: 5px;
	border: 1px dotted rgb(222, 222, 222); //
	font-family: 'Comic Sans MS', sans-serif;
	color: rgb(71, 71, 71); //
	font-size: 19px; //
	line-height: 23px; //
	text-align: right; //
	text-shadow: #c90606 1px -2px 3px;
}

p {
	display: block;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: small;
}

.buttonLearnMore {
	float: right;
	display: block;
	padding: 14px 14px;
	font-size: large;
	cursor: pointer;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, rgb(255, 92, 0),
		rgb(255, 122, 0));
	background-image: -webkit-linear-gradient(rgb(255, 92, 0),
		rgb(255, 122, 0));
	background-image: -o-linear-gradient(rgb(255, 92, 0), rgb(255, 122, 0));
	background-image: linear-gradient(rgb(255, 92, 0), rgb(255, 122, 0));
	box-shadow: gray 0px 1px 0px 0px inset, gray 0px//2px 0px 0px, white 0px
		3px 12px 0px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	width: auto;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4; //
	background: linear-gradient(to bottom, rgb(255, 92, 0), rgb(255, 122, 0));
	color: white;
	font-weight: normal;
	text-align: center;
	text-shadow: black 0 -1px 0px;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
}

.button:hover {
	background: linear-gradient(to top, rgb(65, 65, 65), gray); //
	text-shadow: white 0 -1px 0px; //
	background-image: -webkit-linear-gradient(white, lightgray); //
	background-image: -o-linear-gradient(white, lightgray); //
	background-image: linear-gradient(white, lightgray); //
	box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px//2px
		0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease; //
	text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
}

.button {
	display: inline-block;
	padding: 14px 14px; //
	width: 139px; //
	height: 34px;
	font-size: 18px;;
	cursor: pointer;
	border-radius: 5px; //
	background-image: linear-gradient(to bottom, rgb(90, 0, 90),
		rgb(0, 0, 0)); //
	background-image: -webkit-linear-gradient(#ff8d5e, #d7624b); // //
	background-image: -o-linear-gradient(#ff8d5e, #d7624b); // //
	background-image: linear-gradient(#ff8d5e, #d7624b); //
	box-shadow: gray 0px 1px 0px 0px inset, gray 0px//2px 0px 0px, white 0px
		3px 12px 0px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none; //
	width: auto;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4; //
	margin-top: 16px;
	background: linear-gradient(to bottom, rgb(65, 65, 65), gray);
	color: white;
	font-weight: normal;
	text-align: center;
	text-shadow: black 0 -1px 0px;
	font-family: Lato, sans-serif;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.button:hover {
	background: linear-gradient(to top, rgb(65, 65, 65), gray); //
	text-shadow: white 0 -1px 0px; //
	background-image: -webkit-linear-gradient(white, lightgray); //
	background-image: -o-linear-gradient(white, lightgray); //
	background-image: linear-gradient(white, lightgray); //
	box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px//2px
		0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease; //
	text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
}

.button-small {
	display: inline-block;
	width: 123px;
	height: 23px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none;
	margin-right: 5%;
	background: linear-gradient(to bottom, rgb(65, 65, 65), gray);
	color: white;
	text-align: center;
	text-shadow: black 0 -1px 0px;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
}

.button-small:hover {
	display: inline-block;
	width: 123px;
	height: 23px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none;
	margin-right: 5%;
	background: linear-gradient(to bottom, gray, rgb(65, 65, 65));
	color: white;
	text-align: center;
	text-shadow: black 0 -1px 0px;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
}

.button.app-store {
	width: 154px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
	background-image: -o-linear-gradient(#ff8d5e, #d7624b);
	background-image: linear-gradient(#ff8d5e, #d7624b);
	box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px
		2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
}

.button.app-store:hover {
	background-image: -webkit-linear-gradient(#ffa882, #d7624b);
	background-image: -o-linear-gradient(#ffa882, #d7624b);
	background-image: linear-gradient(#ffa882, #d7624b);
	box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px
		2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
}

#ajax_loader {
	z-index: 20;
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
}

.section {
	position: relative;
	padding-top: 15px;
	padding-bottom: 0x;
	color: white;
	line-height: 23px;
	text-decoration: none;
}

.locationBox {
	position: relative;
	height: 300px;
	background: rgba(153, 153, 153, 0.5);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0); //
	width: 100%; //
	left: 15%; //
	right: 85%;
	display: inline;
	border: 1px solid #333;
}

.section.hero {
	position: relative; //
	left: 25%;
	top: 10px;
	right: 0px;
	bottom: 0px;
	display: inline;
	height: auto; //
	margin-right: 25%;
	margin-left: auto;
	padding-top: 2%;
	padding-bottom: 0px;
	float: none;
	clear: none;
	line-height: 23px;
	width: 100%;
}

.section.white {
	box-shadow: none;
}

.subfooter {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	text-align: left;
	background-color: rgb(245, 245, 245); //
	box-shadow: rgb(200, 200, 200) 0px 1px 0px 0px inset;
	border-top: 1px solid rgb(225, 225, 225);
}

.section.grey {
	position: static;
	left: 0px;
	top: 0px;
	padding-top: 14px;
	background-color: rgb(245, 245, 245);
}

.section.grey.footer {
	height: 2px;
	text-align: center;
}

.section.purple {
	background-color: #745785;
}

.hero-iphone {
	display: block;
	margin-right: auto;
	margin-bottom: -78px;
	margin-left: auto;
	text-shadow: black 0px 0px 0px;
}

.app-name {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	float: none;
	font-family: Montserrat, sans-serif;
	color: #5c5c5c;
	font-size: 21px;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: 9px;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: underline;
}

.logo-in-header {
	margin-right: 10px;
	float: left;
}

.nav-link {
	position: static;
	left: 0px;
	top: 0px;
	right: 0px;
	display: inline-block;
	height: auto;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	clear: none;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase; //
	text-shadow: black 2px 0px 0px;
}

.nav-link:hover {
	color: #ed7a56;
}

.nav-column {
	position: static;
	top: 0px;
	right: 0px;
	display: block;
	height: 25px;
	margin: 6px auto auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 33px;
	background-color: black; //
	background-image: -webkit-linear-gradient(black 42%, white); //
	background-image: -o-linear-gradient(black 42%, white);
	background-image: linear-gradient(lightgray -18%, black); //
	background: linear-gradient(to bottom, gray, #424242);
	text-align: right;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4; //
	background: linear-gradient(to bottom, white, gray);
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	color: #453b2d;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal; //
	text-shadow: white 0 -1px 0px;
	font-family: Lato, sans-serif;
	border-radius: 8px; //
	letter-spacing: 9px;
}

.app-store-button {
	display: inline-block;
	margin-left: 18px;
	padding: 5px 12px;
	border-radius: 8px;
	background-color: #837d99;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none;
}

.app-store-button:hover {
	background-color: #ed7a56;
}

.hero-header {
	margin-top: 130px;
	margin-bottom: 19px;
	font-family: Montserrat, sans-serif;
	color: white;
	font-size: 42px;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}

.hero-subtitle {
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.83);
	font-size: 15px;
	line-height: 22px;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}

.big-image {
	text-shadow: none;
}

.icon-title {
	width: auto;
	margin-bottom: 12px;
	padding-top: 11px;
	border-radius: 1px;
	background-color: white;
	font-family: Lato, sans-serif;
	color: black;
	font-size: 17px;
	line-height: 29px;
	font-weight: 500;
	text-align: center;
}

.listing-item-title {
	width: auto;
	padding-top: 15px;
	background-color: white;
	font-family: Lato, sans-serif;
	color: grey;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	display: block;
}

.listing-sort {
	width: auto;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	color: rgb(200, 200, 200);
	font-size: 14px; //
	font-weight: bold;
	text-align: right;
	display: block; //
	border: 1px solid rgb(200, 200, 200); //
	padding-bottom: 1%;
	padding-top: 1%;
}

.listing-item-price {
	width: auto;
	background-color: white;
	font-family: Lato, sans-serif;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 1px solid rgb(230, 230, 230);
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 2%;
	margin-right: 25%;
	margin-left: 25%;
}

.header-band {
	width: auto;
	border: 1px solid #333;
	margin-top: 10px;
	padding-top: 0px;
	background: linear-gradient(to bottom, #464646, #424242);
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 29px;
	font-weight: normal;
	text-align: left;
	text-shadow: rgba(0, 0, 0, 0.74902) 0 -1px 1px;
}

.header-band-gray-small { //
	width: auto;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4; //
	margin-top: 16px;
	padding-top: 0px;
	background: url("images/bg-tabs.gif") repeat-x scroll center center
		transparent;
	background: linear-gradient(to bottom, white, lightgray);
	font-family: Lato, sans-serif;
	color: black;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	text-shadow: white 0 -1px 0px;
	font-family: Lato, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.header-band-gray { //
	width: auto;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4; //
	margin-top: 16px;
	padding-top: 0px; //
	background: url("images/bg-tabs.gif") repeat-x scroll center center
		transparent;
	background: linear-gradient(to bottom, white, gray);
	font-family: Lato, sans-serif;
	color: black;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	text-shadow: white 0 -1px 0px;
	font-family: Lato, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.header-band-smallxxx {
	width: auto;
	border: 1px solid #333;
	margin-top: 0px;
	padding-top: 0px;
	background: linear-gradient(to bottom, #464646, #424242);
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.74902) 0 -1px 1px;
}

.order-form {
	border-spacing: 1px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
}

#order-form input,select {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	border: 1px solid rgb(225, 225, 225);
	font-family: Corbel, Arial, Helvetica, sans-serif;
}

.order-item-summary {
	border-spacing: 1px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	background: rgb(250, 250, 250);
	width: 90%;
}

.order-item-total {
	text-align: right;
	padding-right: 8%;
	font-weight: bold;
}

#order-form label {
	color: gray;
	font-weight: normal;
	padding-left: 1%;
}

#order-form label.error {
	color: red;
	font-weight: normal;
	padding-left: 1%;
}

.errorMsg {
	color: red;
	font-weight: bold;
	padding-left: 1%;
	text-align: center;
	font-family: Corbel, Arial, Helvetica, sans-serif;
}

.successMsg {
	color: rgb(0, 190, 0);
	font-weight: bold;
	padding-left: 1%;
	text-align: center;
	font-family: Corbel, Arial, Helvetica, sans-serif;
}

#order-form input.error,select.error {
	border: 1px solid red;
}

.specs-table {
	width: 100%;
	border-spacing: 1px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
}

.track-table {
	border-spacing: 1px;
	border: 1px dotted #c9c9c9;
}

.specs-key {
	width: 25%;
	background-color: white;
	border: 1px dotted #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 5px;
}

.specs-value {
	width: 75%;
	background-color: white;
	border: 1px dotted #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 5px;
}

.details-image {
	width: 80%;
	margin-top: 20px;
}

.organize-row {
	margin-top: 36px;
}

.price-text {
	margin-top: 11px;
	background-image: none;
	box-shadow: none;
	color: white;
	font-size: 25px;
	line-height: 28px;
	text-shadow: none;
}

.logo-in-footer {
	display: block;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: black 0px 0px 0px;
}

.left-column {
	padding-top: 35px;
	padding-bottom: 35px;
	border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.subfooter-right {
	padding-top: 35px;
	padding-bottom: 35px;
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.subfooter-left {
	position: static;
	left: 0px;
	top: 0px;
}

.social-button {
	width: 36px;
	height: 36px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 7px;
	border-radius: 60px;
	background-color: #fa875b;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.social-button:hover {
	background-color: #ff6224;
}

.blog-link {
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: Bitter;
	color: #fa875b;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}

.blog-link:hover {
	color: #ff5917;
}

.footer-link {
	margin-left: 8px;
	border-bottom: 1px solid rgba(131, 125, 153, 0.34);
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: Bitter, serif;
	color: #837d99;
	text-decoration: none;
}

.footer-link:hover {
	border-bottom: 1px solid rgba(131, 125, 153, 0.86);
}

.footer-text {
	display: inline;
	float: left;
	direction: ltr;
	color: rgba(92, 92, 92, 0.68);
	font-size: 10px;
	text-align: right;
	list-style-type: disc;
}

.footer-text.footer-text1 {
	float: right;
	color: rgba(92, 92, 92, 0.68);
	font-size: 10px;
}

.footer-header {
	text-align: left;
	color: rgba(92, 92, 92, 1);
	font-size: 1em;
	display: block;
	width: 100%;
	font-weight: bold;
}

.footer-details {
	text-align: left;
	color: rgba(92, 92, 92, 0.68);
	font-size: 10px;
	display: block;
	width: 100%
}

.call-to-action {
	display: none;
	margin-bottom: 0px;
}

.center {
	text-align: center;
}

.buttontwo {
	display: inline-block;
	padding: 18px 23px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(bottom, #d8634c, #fe8c5e);
	background-image: -o-linear-gradient(bottom, #d8634c, #fe8c5e);
	background-image: linear-gradient(to top, #d8634c, #fe8c5e);
	box-shadow: rgba(255, 255, 255, 0.45) 0px 1px 0px 0px inset, #823c2e 0px
		2px 0px 0px, black 0px 1px 6px 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: Montserrat;
	color: white;
	font-size: 22px;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
}

.buttontwo:hover {
	background-image: -webkit-linear-gradient(bottom, #d8634c, #ffa27d);
	background-image: -o-linear-gradient(bottom, #d8634c, #ffa27d);
	background-image: linear-gradient(to top, #d8634c, #ffa27d);
	box-shadow: rgba(255, 255, 255, 0.45) 0px 1px 0px 0px inset, #823c2e 0px
		2px 0px 0px, black 0px 1px 6px 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
}

.s3 {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.s1 {
	position: static;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow-x: visible;
	overflow-y: visible;
	height: auto;
	min-width: 75px;
	float: none;
	clear: none;
	background-image: url('../images/purnia.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.slide1 {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	height: 100%;
	padding-bottom: 0px;
	float: none;
	clear: none;
	background-image: url('../images/purnia.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 13px;
}

.slide2 {
	background-color: black;
	background-image: url('../images/impossible.jpg');
	display: inline-block;
	background-position: 50% 50%;
	bakground-size: contain;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

.listing-header {
	position: static;
	display: block;
	padding-right: 0px;
	padding-top: 1%;
	padding-bottom: 10px;
	font-family: Lato, sans-serif;
	color: rgb(140, 140, 140);
	font-size: large;
	letter-spacing: 1em;
	line-height: 24px; //
	font-weight: bold;
	border-bottom: 1px solid rgb(235, 235, 235);
	text-transform: uppercase;
}

.separator {
	background-color: #F4F4F4;
	height: 2px;
	margin-top: 1%;
	margin-bottom: 1%;
}

.details-item-title {
	position: static;
	display: block;
	padding-right: 0px;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	color: #574c3f;
	font-size: 2.1em;
	line-height: 24px;
	font-weight: bold;
	color: #574c3f;
}

.details-item-price {
	position: static;
	display: inline-block;
	padding-right: 6%;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	color: #574c3f;
	font-size: 2.0em;
	line-height: 24px;
	font-weight: bold;
	color: #574c3f;
}

.details-item-summary {
	position: static;
	display: block;
	padding-right: 0px;
	font-family: Georgia, Times New Roman, serif;
	color: #756D64;
	font-size: 13px;
	line-height: 24px;
	font-style: italic;
	margin-top: 9px;
	margin-bottom: 9px;
}

.header {
	position: static;
	display: block;
	padding-right: 0px;
	font-family: Lato, sans-serif;
	color: black;
	font-size: 27px;
	line-height: 24px;
	font-weight: 400;
}

.header.subheader {
	position: static;
	min-width: 1px;
	clear: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.header.headercontainer {
	display: inline;
	padding-right: 0px;
}

.slide3 {
	background-color: white;
	background-image: url('../images/aadhar.jpg'),
		linear-gradient(white 51%, white);
	background-position: 5px 50%, 0% 0%;
	background-size: contain, auto;
	background-repeat: repeat-y, repeat;
	display: inline-block;
}

.slide4 {
	background-image: url('../images/Ghantaghar_Bhagalpur.jpg'),
		-webkit-linear-gradient(black 16%, white);
	background-image: url('../images/Ghantaghar_Bhagalpur.jpg'),
		-o-linear-gradient(black 16%, white);
	background-image: url('../images/Ghantaghar_Bhagalpur.jpg'),
		linear-gradient(black 16%, white);
	background-size: contain, auto;
	background-repeat: repeat-x, repeat;
	background-attachment: scroll, scroll;
	display: inline-block;
}

.summ {
	margin-bottom: auto;
	box-shadow: white 0px 0px 6px 0px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	color: #554d42;
	font-size: 14px; //
	line-height: 22px;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	letter-spacing: 0px;
	list-style-type: disc;
	text-shadow: none;
}

.summ.break {
	text-shadow: none;
}

.p1box {
	height: 300px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 0px;
	background-color: white;
	opacity: 1;
	margin: 0.5%;
	text-align: center;
	border: 1px dotted rgb(236, 236, 236); //
	box-shadow: 0 0 1px 1px white;
}

.listing-p1box {
	height: 360px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	border: 1px dotted rgb(236, 236, 236); //
	border-right: 0px; //
	border-left: 0px;
	border-radius: 0px;
	background-color: white; //
	box-shadow: 0 0 1px 1px white;
	opacity: 1;
	margin: 0.5%;
	text-align: center;
}

.details-p1box {
	height: 400px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	color: #554d42;
	font-size: 14px; //
	line-height: 22px;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	letter-spacing: 0px;
	list-style-type: disc;
	text-shadow: none;
}

.details-p1box-features {
	height: 400px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	color: #554d42;
	font-size: 14px; //
	line-height: 22px;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	letter-spacing: 0px;
	list-style-type: disc;
	text-shadow: none;
	background: url(/images/tu.jpg) no-repeat center center; //
	background-size: 80%;
}

.sideAdv {
	margin-bottom: auto;
	border: 1px solid rgb(240, 240, 240);
	font-family: Lato, sans-serif, 'Open Sans';
	color: rgb(120, 120, 120);
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	letter-spacing: 0px;
	list-style-type: disc;
	text-shadow: none;
}

.p1box:hover {
	border: 1px ridge rgb(219, 111, 255);
	background-color: white;
	box-shadow: 0 0 5px 5px rgb(250, 250, 250);
	box-shadow: rgb(164, 7, 216, 100) 1px 1px 5px 2px
}

.listing-p1box:hover {
	border: 1px ridge rgb(219, 111, 255);
	background-color: white;
	box-shadow: 0 0 5px 5px rgb(250, 250, 250);
	box-shadow: rgb(164, 7, 216, 100) 1px 1px 5px 2px
}

.noteBox {
	border: 1px none rgb(167, 167, 167);
	border-top: 1px;
	border-bottom: 1px;
	margin-top: 10px;
	box-shadow: 5px 8px 12px rgb(245, 245, 245);
}

.sliderDes {
	border-top: 1px;
	border-bottom: 1px;
	margin-top: 10px;
	background: rgba(255, 255, 0, 0.26);
	color: black;
	width: 60%;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	font-size: larger;
	font-style: italic;
}

.p1box.breakline {
	left: 0px;
	top: 0px;
	display: block;
	box-shadow: none;
	color: rgba(199, 197, 197, 0);
}

.heading2 {
	position: relative;
	display: inline;
	font-family: Montserrat, sans-serif;
	color: red;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 9px;
	text-transform: uppercase;
	text-decoration: underline;
}

.heading2.headingtitle {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	float: none;
	clear: none;
	-webkit-transform: rotate(-11deg) translate(31px, -4px)
		translate(-27px, -4px);
	-ms-transform: rotate(-11deg) translate(31px, -4px)
		translate(-27px, -4px);
	-o-transform: rotate(-11deg) translate(31px, -4px)
		translate(-27px, -4px);
	transform: rotate(-11deg) translate(31px, -4px) translate(-27px, -4px);
	direction: ltr;
	font-family: 'Rock Salt', sans-serif;
	color: #ffd000;
	font-size: 9px;
	line-height: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: capitalize;
	list-style-type: disc;
	text-shadow: none;
}

.casual {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	float: none;
	clear: none;
	font-family: 'Rock Salt', sans-serif;
	color: rgb(51, 2, 91);
	font-size: 9px;
	line-height: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: none;
	text-align: left;
}

.item-details-point {
	padding-left: 0px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #484745;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
}

.item-details-features {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 300; //
	letter-spacing: 2px;
	color: #554d42;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
}

.listing-item-details-point {
	text-align: center;
	list-style: square;
	padding-left: 5px;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	color: rgb(163, 163, 163);
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
}

.listing-rating {
	position: absolute;
	right: 0;
	bottom: 0; //
	border: 1px solid rgb(230, 230, 230);
	color: orange;
	vertical-align: text-bottom;
	text-align: right; //
	font-weight: bold;
}

.ffd {
	position: static;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: auto;
	min-height: 2px;
	min-width: 3px;
	float: none;
	clear: none;
	border-bottom: 1px solid #d1cbcb;
	box-shadow: none;
	color: #9e9999;
	text-align: center;
}

.slider.slider1 {
	height: 393px;
	display: inline-block;
}

.slide5.slide6 {
	background-image: url('../images/al_final.jpg');
	background-size: contain;
	background-repeat: repeat-x;
}

.slide8 {
	background-color: lightgray;
	background-image: url('../images/coper.jpg');
	background-repeat: no-repeat;
	display: inline-block;
		background-size: contain;
	
}

.slide5 { //
	background-color: black;
	background-image: url('../images/slide5.jpg');
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
}

.slide5.slide7.slide8 {
	background-image: url('../images/al_final.jpg');
	display: inline-block;
}

.headingblack {
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	font-size: 39px;
	text-align: right;
	text-shadow: white 0px 0px 7px; //
	position: absolute;
	right: 2px;
}

.linkblock {
	position: fixed;
	left: 0px;
	top: 15%;
	bottom: 0px;
	border-radius: 0px;
	background-color: white;
	box-shadow: none;
	text-decoration: none;
}

.linkcorner {
	text-align: right;
	vertical-align: bottom;
	font-size: small;
}

.linktext {
	position: relative;
	text-align: right;
	right: 0px; //
	top: auto; //
	bottom: 0px; //
	z-index: 100;
	display: block; //
	height: auto;
	margin-right: 0px;
	padding-bottom: 0px; //
	box-shadow: rgba(0, 0, 0, 0.23) 12px 9px 6px -7px; //
	-webkit-transition: none 0ms ease; //
	-o-transition: none 0ms ease; //
	transition: none 0ms ease;
	font-family: 'Open Sans', sans-serif;
	color: #08c;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
}

.linktext:hover {
	color: #08c;
	text-decoration: underline;
}

.linktext:active {
	z-index: auto;
	border: 1px solid black;
	border-top-right-radius: 2px;
	color: red;
}

.linktext:focus {
	color: black;
}

.sectioncyl {
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	display: block;
	width: auto;
	text-align: left;
}

.sectioncyl:focus {
	color: #ebdc09;
}

.row2 {
	position: relative;
	left: 0px;
	top: 0px;
	bottom: 0px;
	display: block;
	min-height: 20px;
	float: none;
	clear: both;
}

.menu {
	left: 0px;
	bottom: 0px;
	display: block;
	overflow-x: visible;
	overflow-y: visible;
	padding-top: 6%;
}

.listing-menu-items {
	color: rgb(180, 180, 180);
}

.breadcrumb {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	margin-bottom: 1%;
}

.menu.mnu {
	position: static;
	left: 0px;
	top: 4%;
	bottom: 0px;
	display: block;
	height: auto;
}

.menuHeader {
	position: relative;
	text-align: left;
	display: block;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	color: #08c;
	font-size: 16px;
	font-weight: 300;
	height: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	text-transform: uppercase;;
}

.menuSelectBox {
	float: left;
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	margin-left: 10px;
}

.menuSelectBoxLabel {
	font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	padding-left: 30px;
}

.menuItemLine {
	margin-top: 2%;
	margin-bottom: 5%;
	list-style-type: none;
}

.details {
	font-family: 'Open Sans', sans-serif;
	color: #a7a7a7;
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
	letter-spacing: 0px;
	text-shadow: none;
}

.details:hover {
	color: #000000;
	-webkit-transition: all 4000ms cross;
	-o-transition: all 4000ms ease;
	transition: all 4000ms ease;
}

.summ:hover {
	color: #000000;
	-webkit-transition: all 8000ms cross;
	-o-transition: all 20000ms ease;
	transition: all 20000ms ease;
}

.masalasection {
	padding-top: 2%;
}

.detailsection {
	background-image: -webkit-linear-gradient(bottom, rgb(254, 254, 254),
		white);
	background-image: -o-linear-gradient(bottom, rgb(254, 254, 254), white);
	background-image: linear-gradient(to top, rgb(254, 254, 254), white);
}

.topheader {
	display: block;
	width: 100%;
	float: none;
	clear: none;
	position: static;
}

.headerrow {
	display: block;
	margin-top: 0%;
}

.trackrow {
	display: block;
	margin-top: 0%;
	text-align: right;
	padding-right: 4%;
}

.leftlink {
	display: block; //
	padding-top: 5%;
	padding-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #08c;
	font-size: 1.05em;
	line-height: 2.5em; //
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}

.leftlink:hover {
	text-decoration: underline;
}

.leftlink:active {
	color: #08c;
}

.greylink {
	display: block;
	padding-top: 5%;
	padding-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #08c;
	font-size: 14px;
	line-height: 25px;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
}

.greylink:hover {
	text-decoration: underline;
}

.greylink:active {
	color: #08c;
}

.logolink {
	text-decoration: none;
}

.material {
	padding-right: 5px;
	padding-left: 20px;
	margin-left: 0px;
	background-image: -webkit-linear-gradient(rgb(255, 255, 255),
		rgb(252, 252, 252));
	background-image: -o-linear-gradient(rgb(255, 255, 255),
		rgb(252, 252, 252));
	background-image: linear-gradient(rgb(255, 255, 255), rgb(252, 252, 252));
}

@media ( max-width : 991px) {
	p {
		font-size: 14px;
		line-height: 21px;
	}
	.button {
		background-image: -webkit-linear-gradient(rgb(65, 65, 65), gray);
		background-image: -o-linear-gradient(rgb(65, 65, 65), gray);
		background-image: linear-gradient(rgb(65, 65, 65), gray);
		box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px
			2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
		text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
	}
	.section.hero {
		padding-top: 34px;
		padding-bottom: 1px;
	}
	.hero-iphone {
		text-shadow: black 0px 0px 0px;
	}
	.hero-header {
		font-size: 38px;
		text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
	}
	.hero-subtitle {
		text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
	}
	.big-image {
		text-shadow: black 0px 0px 0px;
	}
}

@media ( max-width : 767px) {
	h2 {
		margin-top: 0px;
	}
	.button {
		margin-bottom: 50px;
		background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
		background-image: -o-linear-gradient(#ff8d5e, #d7624b);
		background-image: linear-gradient(#ff8d5e, #d7624b);
		box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px
			2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
		text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
	}
	.button.app-store {
		margin-top: 12px;
		margin-bottom: 0px;
		background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
		background-image: -o-linear-gradient(#ff8d5e, #d7624b);
		background-image: linear-gradient(#ff8d5e, #d7624b);
		box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px
			2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
		text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
	}
	.section {
		padding-top: 33px;
		padding-bottom: 33px;
		text-align: center;
	}
	.section.hero {
		text-align: center;
	}
	.hero-iphone {
		margin-bottom: 1px;
		text-shadow: black 0px 0px 0px;
	}
	.app-name {
		margin-bottom: 0px;
	}
	.logo-in-header {
		display: block;
		margin-right: auto;
		margin-bottom: 12px;
		margin-left: auto;
		float: none;
		text-shadow: black 0px 0px 0px;
	}
	.nav-column {
		padding-top: 15px;
		text-align: center;
	}
	.hero-header {
		margin-top: 30px;
		text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
	}
	.big-image {
		margin-top: 38px;
		margin-bottom: 20px;
		text-shadow: black 0px 0px 0px;
	}
	.subfooter-right {
		border-top: 1px solid rgba(0, 0, 0, 0.09);
	}
	.subfooter-left {
		text-align: center;
	}
}

@media ( max-width : 479px) {
	h3 {
		font-size: 18px;
		line-height: 23px;
	}
	.button {
		background-image: -webkit-linear-gradient(rgb(65, 65, 65), gray);
		background-image: -o-linear-gradient(rgb(65, 65, 65), gray, #d7624b);
		background-image: linear-gradient(rgb(65, 65, 65), gray);
		box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px
			2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
		text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
	}
	.button.app-store {
		background-image: -webkit-linear-gradient(#ff8d5e, #d7624b);
		background-image: -o-linear-gradient(#ff8d5e, #d7624b);
		background-image: linear-gradient(#ff8d5e, #d7624b);
		box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset, #823c2e 0px
			2px 0px 0px, rgba(0, 0, 0, 0.49) 0px 3px 12px 0px;
		text-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px;
	}
	.section {
		text-align: center;
	}
	.section.white {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.hero-iphone {
		text-shadow: black 0px 0px 0px;
	}
	.logo-in-header {
		text-shadow: black 0px 0px 0px;
	}
	.hero-header {
		font-size: 32px;
		text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
	}
	.big-image {
		text-shadow: black 0px 0px 0px;
	}
	.price-text {
		font-size: 23px;
	}
}