/* Demo Slides */

#owl-example .item {
	/* margin: 10px; */
	-moz-border-radius: 3px;
	text-align: center;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;/* -moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);*/
  /* -webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1); */
  /* box-shadow: 0px 0px 0px 0px rgba(96, 96, 96, 0.1); */
}
#owl-example .item img {
	width: auto;
	margin: 0 auto;
	display: block;
}
#owl-example .item h3 {
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}
#owl-example .item h4 {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid #E2E2E2;
}
.item h1 {
	margin: inherit;
}
/* More Demo Box */

#example-info h1, #more h1 {
	margin-top: 40px;
}
.demos-row {
	margin-top: 30px;
	margin-bottom: 30px;
}
.demo-page {
	margin-top: 0px;
	margin-bottom: 100px;
}
.demo-box {
	display: block;
	background: #f3f3f3;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.demo-box h3 {
	padding-bottom: 20px;
	margin: 0px;
	color: #869690;
}
.demo-box:hover {
	text-decoration: none;
}
.demo-wrapper {
	padding: 30px 0px 20px 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.demo-slide {
	float: left;
}
.demo-slide .bg {
	background: #aebab6;
	margin-right: 1px;
	height: 100%;
}
.demo-box:hover .demo-slide .bg {
	background: #7fc242;
}
/* Images */
.demo-images .demo-slide {
	height: 40px;
	width: 33.3333333%;
}
/* Full */
.demo-full {
	padding-left: 0px;
	padding-right: 0px;
}
.demo-full .demo-slide {
	height: 40px;
	width: 25%;
}
/* Custom */
.demo-custom .demo-slide {
	height: 40px;
	width: 10%;
}
/* One */
.demo-one .demo-slide {
	height: 40px;
	width: 100%;
}
/* json */

.demo-Json .demo-slide {
	height: 40px;
	width: 20%;
}
.demo-Json-custom .demo-slide {
	height: 40px;
	width: 33.3333333%;
}
/* loading icon */

.demo-lazy .demo-slide {
	height: 40px;
	width: 33.3333333%;
}
.demo-lazy .demo-slide .bg {
	background: url('../img/AjaxLoader.gif') no-repeat center center #aebab6;
}
/* Auto Height */
.demo-height .demo-slide {
	height: 40px;
	width: 100%;
}
/* Changelog  */
#changelog {
	margin-bottom: 40px;
}
#changelog .label {
	margin-bottom: 10px;
}
#changelog .log {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e6dd;
}
/* Faq */
#faq dt {
	line-height: 26px;
}
#faq dd {
	line-height: 22px;
	margin-bottom: 20px;
}



/* Responsive Stuff */


@media (max-width: 979px) {
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 0px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
}
}
@media (max-width: 768px) {
.navbar.navbar-fixed-top {
	position: static;
}
.btn.btn-navbar {
	margin: 9px 20px 9px 8px;
	padding: 10px 10px;
}
.nav-collapse .nav > li {
	border-top: 1px solid #e1e6dd;
	text-align: center
}
#header .logo {
	margin-top: 40px;
	margin: 20px auto 0px;
	float: none;
	height: 150px;
}
#header {
	text-align: center;
	padding: 60px 0px 30px;
}
#header h1 {
	margin: 10px 0;
}
#header h3 {
	margin-bottom: 10px;
	width: auto;
	padding: 0px 20px;
}
h1 {
	font-size: 38px;
	margin: 20px 0;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
}
 @media (max-width: 768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	position: static;
}
#header {
	text-align: center;
	padding: 20px 0px 20px;
}
#header .logo {
	margin-top: 0px;
}
}

/*
NO MORE TABLES!! ;)
*/
@media (max-width: 767px) {
.hp-table table, .hp-table thead, .hp-table .hp-table tbody, .hp-table th, .hp-table td, .hp-table tr {
	display: block;
}
.hp-table thead tr {
	display: none;
}
.hp-table tr {
	border: 0px solid #ccc;
	margin-bottom: 10px;
}
.hp-table td:before {
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
}
.hp-table td:nth-of-type(2):before {
	content: "Default:";
	font-weight: bold;
}
.hp-table td:nth-of-type(3):before {
	content: "Type:";
	font-weight: bold;
}
.hp-table td:nth-of-type(4):before {
	content: "Description:";
	font-weight: bold;
}
}
#page-head1 {
	left: 15px;
	top: 76px !important;
	background-color: #FFF;
}
@media (max-width: 640px) {
#page-head1{
top: 49px !important;
}}
@media (max-width: 360px) {
	#page-head1{
	width: 88.5% !important;
}
}


#page-head1 {
	border: 1px solid #ddd;
	display: none;
	font-size: 13px;
	height: auto;
	max-height: 226px;
	overflow: auto;
	padding: 0;
	text-align: left;
	width: 91.5% !important;
	z-index: 999999;
}
.amt_total {
	font-size: 19px !important;
}
.amt_sym {
	font-size: 17px;
	padding-right: 4px;
}
.sorttext {
	float: left;
	padding-top: 5px;
	padding-left:50px;
}
.cat-cash {
	min-height: 5px;
	padding: 7px 13px;
	margin-top: 4px;
	width: 200px;
}
.discount-style {
	margin-bottom: 0px;
	font-weight: 600;	
	text-align: center;
}
.fslistnew {
	color: #535353;
}

.sugg-t{font-size: 12px!important;  min-width:220px!important; display: block;
}
.sugg{
	font-size: 12px!important;
color: rgb(191, 0, 0);
float:right!important;
}
@media (max-width: 360px) {.sugg-t{font-size: 12px!important;	display: block;}}
