.jumbotron {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.jumbotron p {
	font-size: 14px;
}
.input-group{z-index:0;}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.no-padding {
	padding: 0px;
}
.no-margin {
	margin: 0px;
}
.padleft0{
	padding-left:0px;
}
.mauto {
	margin: 0 auto;
}
.bgnavyblue {
	background: #0b2c4f;
}
.bgnavyblue .list-inline {
	margin-left: 0px;
	margin-bottom: 0px;
}
.mobile-fix {
	position: relative;
	top: 10px;
}
.bglightblue {
	background: #f2f6f9;
}
.bgwhite {
	background: #fff;
}
.bgblue {
	background: #d5e6fa;
}
.bgredish {
	background: #fefaee;
}
.bgfooter {
	background: #2d3e46;
	color: #fff;
}
.pt20 {
	padding-top: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
/*********************************************************************************/
/*Navigation CSS*/
.navigation ul li a {
	font-weight: bold;
	font-size: 15px;
	color: white;
	padding:9px 8px 8px;
}
.navigation ul li a:hover {
	color: #f16f19;
	text-decoration: none;
}
.navigation ul li.dropdown a{color:#0088cc;}
.cart {background:#0088cc;border-radius:25px;}
.navigation ul li.dropdown.cart a{color:white;}
.navigation ul li.dropdown.cart a:hover{color:white;}
.navigation ul li.dropdown a:hover{color: #f16f19;text-decoration: none;}
.navigation .dropdown-menu{
	border-top:5px solid #0088cc;
	top: 20px;
}
.navigation .dropdown-menu.dropdown-menu-right{
	border-top:0px solid #0088cc;
	padding:15px;
	top: 30px;
}
.navigation .dropdown-menu li a{padding:10px;}



/*Navigation CSS Ends*/
/******************************************************************************/
/*Slideout Menu Css*/
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
#sidebar-wrapper {
	margin-right: -250px;
	right: 0;
	top: 0;
	width: 250px;
	background: rgb(11,44,79);
	position: fixed;
	height: 100%;
	z-index: 1000;
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-nav li {
	line-height: 50px;
	text-indent: 20px;
}
.sidebar-nav li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.sidebar-nav li a:hover {
	color: #fff;
	background: rgba(255,255,255,0.2);
	text-decoration: none;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: 55px;
	line-height: 55px;
	font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
	color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
#sidebar-wrapper.active {
	right: 250px;
	width: 250px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.toggle {
	margin: 10px 10px 0 0;
}
/*Sideout Menu Css Ends*/
/******************************************************************************/
.pagehead h2{background:#276bae;margin:10px 0px;padding:10px;font-size:22px;color:white;font-weight:bold;}
.productlog{margin:20px 0px;}
.product-image{border: 1px solid #dae2e6;padding:10px;}
.product-title p{color:#777;font-weight: bold;text-align:center;margin:10px 0px;}
.product-star{color:#ffc600;text-align:center;}
.product-price{font-size:22px;text-align:center;font-weight:bold;color:#5e6e7b;}
.product-price del{color:#f15300;font-size:18px;padding-right:8px;}
.add2cart{text-align:center;}
.add2cart .quickview{display:none;position: absolute;
  right: 30px;
  -webkit-animation: slideIn 1s forwards;
  -moz-animation: slideIn 1s forwards;
  animation: slideIn 1s forwards;}
.prodcover:hover .add2cart .quickview{display:inline-block;}
.prodcover{margin-top:20px;}

.prodlistview{margin:20px 0px;}
.prodlistview .product-title p{color:#777;font-weight: bold;text-align:left;margin:10px 0px;font-size:18px;}
.prodlistview .product-star{color:#ffc600;text-align:left;}
.prodlistview .product-desc p{color:#777;font-weight: 400;text-align:left;margin:10px 0px;font-size:15px;}
.prodlistview .product-price{font-size:22px;font-weight:bold;text-align:left;color:#5e6e7b;}
.prodlistview .add2cart{text-align:left;}
.prodlistview .add2cart .quickview{display:inline-block;position:relative;left: 10px;}

@-webkit-keyframes slideIn {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
/************************************************************************************/
/*******************Media Query********************/
/*Mobile*/
@media (max-width: 767px) {
	.mbnopad{padding:0px;}
	.navigation ul li a {
	font-weight: bold;
	font-size: 15px;
	color: white;
	padding:0px;
}
	
.breadcrumbs {
	background-color: #f0f3f8;
	border-top: 4px solid #d8dfe7;
	border-bottom: 4px solid #d8dfe7;
	padding: 0px;
}
.breadcrumbs h2 {
	margin: 0px;
	padding: 5px 0px;
	margin-bottom: -4px;
	border-bottom: 4px solid #0388cc;
	min-height: 46px;
	display: inline-block;
	font-weight: bold;
	letter-spacing: -1px;
	font-size:18px;
	
}
	
	.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
	
	.inner-ptitle h2{font-size: 25px;
    line-height: 25px;
    color: #21293c !important;font-weight:bold;}
	
	.inner-product-price{font-size:22px;font-weight:bold;color:#0088cc;}
.inner-product-price del{color:#f15300;font-size:18px;padding-right:8px;}
	.inner-product-info{padding:5px 0px;}
	.inner-product-info p{font-weight:bold;padding:0px;margin:0px;}
	.inner-product-stock p{font-weight:bold;font-size:18px;color:#0088cc;margin:10px 0px;}
	.socialicons{margin:10px 5px;}
	.socialicons ul li{padding:0px;}
	.reviewhead h2{font-size:18px; font-weight:bold;padding:5px;margin:0px;}
	.redbox{overflow:hidden;border:3px solid #ec373b;margin:10px;}
	.redbox img{position:absolute;bottom:0px;left: -35px;}
	.redtitle h2{font-size:35px;color:#ec373b;font-weight:bold;padding:10px;margin:0px;}
	.redtitle p{color:#ec373b;padding:5px 10px;font-weight:400;font-size:13px;}
	.redtitle a{color:#ec373b;text-decoration: underline;}
	.imgfix{position: relative;
    height: 156px;}
	
	.product-image img {
    height: 140px;
    margin: 0 auto;
}
	
	/**Accordian css*/

.panel-default>.panel-heading {
  color: #333;
  background-color: #fefaef;  
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px;

	font-size:12px;
}
.panel-default .panel-heading a:hover, .panel-default .panel-heading a:focus {
  text-decoration: none;
}

.panel-default>.panel-heading a:after {
/*  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
	margin-right: 20px;
	color:#f5d066;
	background:#fcefcc;
	padding: 10px;*/
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #fefaef;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  /*content: "\2212";*/
	/*content:"\e072";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);*/
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
 /* content: "\002b";*/
	/*content:"\e072";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);*/
}
	.jumbotron p.bldtxt{color: #276bae;font-size: 28px;line-height: 30px;font-family: 'Roboto', sans-serif;font-weight:bold;padding:0px 5%;}
	.jumbotron p.smtxt{font-size: 14px;line-height: 20px !important;font-family: 'Roboto', sans-serif;color: #4d606f;}
	.mainmenu li.rightside{margin-left: 25%;}
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
.breadcrumbs {
	background-color: #f0f3f8;
	border-top: 4px solid #d8dfe7;
	border-bottom: 4px solid #d8dfe7;
	padding: 0px;
}
.breadcrumbs h2 {
	margin: 0px;
	padding: 5px 0px;
	margin-bottom: -4px;
	border-bottom: 4px solid #0388cc;
	min-height: 46px;
	display: inline-block;
	font-weight: bold;
	letter-spacing: -1px;
	font-size:22px;
}
	.sidemenu {
	border: 1px solid #dae2e6;
	padding: 20px 0px;
}
.sidemenu ul li {
	list-style: none;
	color: #4d606f;
}
.sidemenu ul li a {
	color: #4d606f;
	line-height: 30px;
	padding: 15px;
}
.sidemenu .categoryhead {
	font-weight: bold;
	margin-bottom: 10px;
}
.sidemenu .active, .sidemenu ul li.active a {
	color: #0088cc;
}
	
	.inner-ptitle h2{font-size: 25px;
    line-height: 25px;
    color: #21293c !important;font-weight:bold;}
	
	.inner-product-price{font-size:22px;font-weight:bold;color:#0088cc;}
.inner-product-price del{color:#f15300;font-size:18px;padding-right:8px;}
	.inner-product-info{padding:5px 0px;}
	.inner-product-info p{font-weight:bold;padding:0px;margin:0px;}
	.inner-product-stock p{font-weight:bold;font-size:18px;color:#0088cc;margin:10px 0px;}
	.socialicons{margin:10px 5px;}
	.socialicons ul li{padding:0px;}
	.reviewhead h2{font-size:18px; font-weight:bold;padding:5px;margin:0px;}
	.redbox{overflow:hidden;border:3px solid #ec373b;margin-bottom:20px;}
	.redbox img{margin-top:-5px;}
	.redtitle h2{font-size:38px;color:#ec373b;font-weight:bold;padding-top:10px;}
	.redtitle p{color:#ec373b;padding:35px 0px 10px;font-weight:bold;font-size:16px;}
	.redtitle a{color:#ec373b;text-decoration: underline;}
	
	.product-image img {
    height: 240px;
    margin: 0 auto;
}
	
	/**Accordian css*/

.panel-default>.panel-heading {
  color: #333;
  background-color: #fefaef;  
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 0px 0px;
height: 37px;
line-height: 40px;
}
.panel-default .panel-heading a:hover, .panel-default .panel-heading a:focus {
  text-decoration: none;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
	margin-right: 20px;
	color:#f5d066;
	background:#fcefcc;
	padding: 10px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #fefaef;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  /*content: "\2212";*/
	content:"\e072";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
 /* content: "\002b";*/
	content:"\e072";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
	
	.jumbotron p.bldtxt{color: #276bae;font-size: 40px;line-height: 40px;font-family: 'Roboto', sans-serif;font-weight:bold;padding:0px 17%;}
	.jumbotron p.smtxt{font-size: 18px;line-height: 25px !important;font-family: 'Roboto', sans-serif;color: #4d606f;}
	.mainmenu li{margin-right:7%;}
	.jumbotron h1, .jumbotron .h1 {
    font-size: 45px;
}
}

/*Desktop*/
@media (min-width: 992px) and (max-width: 1199px) {
.breadcrumbs {
	background-color: #f0f3f8;
	border-top: 4px solid #d8dfe7;
	border-bottom: 4px solid #d8dfe7;
	padding: 0px;
}
.breadcrumbs h2 {
	margin: 0px;
	padding-bottom: 1px;
	margin-bottom: -4px;
	border-bottom: 4px solid #0388cc;
	min-height: 46px;
	display: inline-block;
	font-weight: bold;
	letter-spacing: -2px;
	font-size:24px;
}
	.sidemenu {
	border: 1px solid #dae2e6;
	padding: 20px 0px;
}
.sidemenu ul li {
	list-style: none;
	color: #4d606f;
}
.sidemenu ul li a {
	color: #4d606f;
	line-height: 30px;
	padding: 15px;
}
.sidemenu .categoryhead {
	font-weight: bold;
	margin-bottom: 10px;
}
.sidemenu .active, .sidemenu ul li.active a {
	color: #0088cc;
}
	
	.inner-ptitle h2{font-size: 25px;
    line-height: 25px;
    color: #21293c !important;font-weight:bold;}
	
	.inner-product-price{font-size:22px;font-weight:bold;color:#0088cc;}
.inner-product-price del{color:#f15300;font-size:18px;padding-right:8px;}
	.inner-product-info{padding:5px 0px;}
	.inner-product-info p{font-weight:bold;padding:0px;margin:0px;}
	.inner-product-stock p{font-weight:bold;font-size:18px;color:#0088cc;margin:10px 0px;}
	.socialicons{margin:10px 5px;}
	.socialicons ul li{padding:0px;}
	.reviewhead h2{font-size:18px; font-weight:bold;padding:5px;margin:0px;}
	.redbox{overflow:hidden;border:3px solid #ec373b;margin-bottom:20px;}
	.redbox img{margin-top:-5px;}
	.redtitle h2{font-size:48px;color:#ec373b;font-weight:bold;padding-top:10px;}
	.redtitle p{color:#ec373b;padding:35px 0px 10px;font-weight:bold;font-size:16px;}
	.redtitle a{color:#ec373b;text-decoration: underline;}
	
	.product-image img {
    height: 280px;
    margin: 0 auto;
}
	
	/**Accordian css*/

.panel-default>.panel-heading {
  color: #333;
  background-color: #fefaef;  
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 0px 0px;
height: 37px;
line-height: 40px;
}
.panel-default .panel-heading a:hover, .panel-default .panel-heading a:focus {
  text-decoration: none;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
	margin-right: 20px;
	color:#f5d066;
	background:#fcefcc;
	padding: 10px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #fefaef;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  /*content: "\2212";*/
	content:"\e072";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
 /* content: "\002b";*/
	content:"\e072";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
	.jumbotron p.bldtxt{color: #276bae;font-size: 55px;line-height: 60px;font-family: 'Roboto', sans-serif;font-weight:bold;padding:0px 17%;}
	.jumbotron p.smtxt{font-size: 20px;line-height: 28px !important;font-family: 'Roboto', sans-serif;color: #4d606f;}
	.mainmenu li{margin-right:11%;}
	.mainmenu .rightside{margin-left:28%;}
}

/*Large Desktop*/
@media (min-width: 1200px) {
.breadcrumbs {
	background-color: #f0f3f8;
	border-top: 4px solid #d8dfe7;
	border-bottom: 4px solid #d8dfe7;
	padding: 0px;
}
.breadcrumbs h2 {
	margin: 0px;
	color:#4d606f;
	padding: 5px 0px;
	margin-bottom: -4px;
	border-bottom: 4px solid #0388cc;
	min-height: 46px;
	display: inline-block;
	font-weight: bold;
	letter-spacing: -1px;
	font-size:24px;
}
.sidemenu {
	border: 1px solid #dae2e6;
	padding: 20px 0px;
}
.sidemenu ul li {
	list-style: none;
	color: #4d606f;
}
.sidemenu ul li a {
	color: #4d606f;
	line-height: 30px;
	padding: 15px;
}
.sidemenu .categoryhead {
	font-weight: bold;
	margin-bottom: 10px;
}
.sidemenu .active, .sidemenu ul li.active a {
	color: #0088cc;
}
	
	.inner-ptitle h2{font-size: 25px;
    line-height: 25px;
    color: #21293c !important;font-weight:bold;}
	
	.inner-product-price{font-size:22px;font-weight:bold;color:#0088cc;}
.inner-product-price del{color:#f15300;font-size:18px;padding-right:8px;}
	.inner-product-info{padding:5px 0px;}
	.inner-product-info p{font-weight:bold;padding:0px;margin:0px;}
	.inner-product-stock p{font-weight:bold;font-size:18px;color:#0088cc;margin:10px 0px;}
	.socialicons{margin:10px 5px;}
	.socialicons ul li{padding:0px;}
	.reviewhead h2{font-size:18px; font-weight:bold;padding:5px;margin:0px;}
	.redbox{overflow:hidden;border:3px solid #ec373b;margin-bottom:20px;}
	.redbox img{margin-top:-5px;}
	.redtitle h2{font-size:48px;color:#ec373b;font-weight:bold;padding-top:10px;}
	.redtitle p{color:#ec373b;padding:35px 0px 10px;font-weight:bold;font-size:16px;}
	.redtitle a{color:#ec373b;text-decoration: underline;}
	
	.product-image img {
    height: 280px;
    margin: 0 auto;
}
	/**Accordian css*/

.panel-default>.panel-heading {
  color: #333;
  background-color: #fefaef;  
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 0px 0px;
height: 37px;
line-height: 40px;
}
.panel-default .panel-heading a:hover, .panel-default .panel-heading a:focus {
  text-decoration: none;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
	margin-right: 20px;
	color:#f5d066;
	background:#fcefcc;
	padding: 10px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #fefaef;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  /*content: "\2212";*/
	content:"\e072";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
 /* content: "\002b";*/
	content:"\e072";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
	.jumbotron p.bldtxt{color: #276bae;font-size: 55px;line-height: 60px;font-family: 'Roboto', sans-serif;font-weight:bold;padding:0px 17%;}
	.topfix .bldtxt{margin:40px 0 0 0;}
	.jumbotron p.smtxt{font-size: 20px;line-height: 28px !important;font-family: 'Roboto', sans-serif;color: #4d606f;}
	
	.mainmenu li{margin-right:5%;}
	.mainmenu .rightside{margin-left:30%;}
}

/********************Tabs Css*********************/
#myTab li a{background: #f4f4f4;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
	font-weight:bold;
}

#myTab li.active a{background-color: #0088cc;
    color: white;
    border-radius: 3px;
}

#myTabContent{
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px;
}
#myTabContent p{color: #515f6c;font-size: 16px;font-weight:400;}

#myTab-accordion .panel-heading{padding:0px;}
#myTab-accordion .panel-heading .panel-title a{padding:10px 15px; text-decoration: none;width:100%;display:block;color:#0088cc;}
.panel-group .panel + .panel{margin-top:0px;}


/**************************************************************/
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}
/*
 * Stars
 */
.rating-gly {
    font-family: 'Glyphicons Halflings';
}
.rating-gly-star {
    font-family: 'Glyphicons Halflings';
    padding-left: 2px;
}

.rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
    padding-left: 4px;
}

.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-active {
    cursor: default;
}

.rating-disabled {
    cursor: not-allowed;
}

.rating-uni {
    font-size: 1.2em;
    margin-top: -5px;
}

.rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #e3e3e3;
    overflow: hidden;
}

.rating-container:before {
    content: attr(data-content);
}

.rating-container .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container .rating-stars:before {
    content: attr(data-content);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #fde16d;
}

.rating-container-rtl:before {
    content: attr(data-content);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #e3e3e3;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container-rtl .rating-stars:before {
    content: attr(data-content);
}

/**
 * Rating sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

/**
 * Clear rating button
 */
.star-rating .clear-rating, .star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.star-rating .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.star-rating .caption, .star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 55%;
}

.star-rating .caption {
    padding-left: 5px;
}

.star-rating-rtl .caption {
    padding-right: 5px;
}
/************************************************/
.comments .thumbnail {
    padding:0px;
}
.comments .panel {
	position:relative;
}
.comments .panel>.panel-heading:after,.comments .panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.comments .comments .panel>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.comments .panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}

/*********************************************************/
.jumbotron p.foothead{font-weight:bold;font-size:16px;margin-bottom:5px;}
.bgfooter ul li a{color:#fff;}
.bgfooter ul li{padding:2px 0px;}
.bgfooter li ul {
    margin: 0em 0;
    padding: 0 1em;
    list-style: none;
	line-height: 14px;
}
.bgfooter li ul li:before { 
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
.bgfooter .socialicons .fb:hover{color:#4477b9;}
.bgfooter .socialicons .tw:hover{color:#1aa9e1;}
.bgfooter .socialicons .gp:hover{color:#dd4b39;}
.bgfooter .socialicons .em:hover{color:#dd4b39;}
.wrap {
    overflow-x: auto;
}
.hookedmodal .modal-header{
	    padding: 0px;
    border: none;
}
.hookedmodal .modal-header button{
	font-size: 13px;
    margin-top: -15px;
    color: white;
    text-shadow: none;
    opacity: 1;
}
.padright0{
	padding-right:0px;
}
.bktitle a{
	color:#0088cc;
	font-size:18px;
}
.taxblock{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:8px;}
.taxblock p{font-weight:bold;}
.grey-btn{
	background: #ebe9eb;
    color: #515151;
	margin:15px 5px;
	font-size:15px;
	border: 1px solid #fbcd33;
	padding:5px;
	width:100%;
}
.grey-btn:hover{
	background:#dad8da;
}
.hookedmodal .product-image img {
    height: inherit;
    margin: 0 auto;
}
.hookedmodal .add2cart .quickview{
	right:5px;
}
.hookedmodal .modalprod{
	padding:5px 15px;
}
.royalSlider {
  width: 100% !important;
  height: 300px !important;
}
.colorblue h1{color: #266bae;}
.jumbotron p{font-size:16px; font-weight: 400;}